From de82ab7f3248829533c5bfe140233b51671676ea Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:05 +0200 Subject: [PATCH 01/14] New translations timeline.json (German) --- src/i18n/de/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/de/components/timeline.json b/src/i18n/de/components/timeline.json index 78ce6de8..0945c559 100644 --- a/src/i18n/de/components/timeline.json +++ b/src/i18n/de/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} hat geboostet", "notification": "{{name}} hat deinen Tröt geboostet" - } + }, + "update": "" }, "actions": { "reply": { From 1a1fe5e190169b1d1219721d1b0a748bfc3d43a1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:06 +0200 Subject: [PATCH 02/14] New translations actions.json (German) --- src/i18n/de/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/de/screens/actions.json b/src/i18n/de/screens/actions.json index 61dca26a..6cc3110b 100644 --- a/src/i18n/de/screens/actions.json +++ b/src/i18n/de/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Benachrichtigungsart anzeigen", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Followeranfrage", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "Followeranfrage" + "status": "", + "update": "" } } } From ae214e0960bbd433ade691b69cd59b67b8924181 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:07 +0200 Subject: [PATCH 03/14] New translations timeline.json (Korean) --- src/i18n/ko/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/ko/components/timeline.json b/src/i18n/ko/components/timeline.json index 8c4150d5..5b8f6e97 100644 --- a/src/i18n/ko/components/timeline.json +++ b/src/i18n/ko/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}}님이 부스트했어요", "notification": "{{name}}이 내 툿을 부스트했어요" - } + }, + "update": "" }, "actions": { "reply": { From 1b4e594ae2574faf6fcee202a345c91a1c486c68 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:08 +0200 Subject: [PATCH 04/14] New translations timeline.json (Chinese Simplified) --- src/i18n/zh-Hans/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index 642bff69..55c1006b 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} 转嘟了", "notification": "{{name}} 转嘟了你的嘟文" - } + }, + "update": "" }, "actions": { "reply": { From 18deaaaa0b917540b0c2f1df4ee5b66d56fbd955 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:08 +0200 Subject: [PATCH 05/14] New translations timeline.json (Vietnamese) --- src/i18n/vi/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index 0e430bce..997818c2 100644 --- a/src/i18n/vi/components/timeline.json +++ b/src/i18n/vi/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} đăng lại", "notification": "{{name}} đăng lại tút của bạn" - } + }, + "update": "" }, "actions": { "reply": { From 6bf62d02ff408d3cbb533c03ebdec67c35a539a6 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:09 +0200 Subject: [PATCH 06/14] New translations timeline.json (Chinese Traditional) --- src/i18n/zh-Hant/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hant/components/timeline.json b/src/i18n/zh-Hant/components/timeline.json index 78c85fbc..620ecc99 100644 --- a/src/i18n/zh-Hant/components/timeline.json +++ b/src/i18n/zh-Hant/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} 轉嘟了", "notification": "{{name}} 轉嘟了您的嘟文" - } + }, + "update": "" }, "actions": { "reply": { From d9226192056b5f75647e812247fe60686ae14777 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:10 +0200 Subject: [PATCH 07/14] New translations actions.json (Korean) --- src/i18n/ko/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/ko/screens/actions.json b/src/i18n/ko/screens/actions.json index d516ac7d..dd011ed4 100644 --- a/src/i18n/ko/screens/actions.json +++ b/src/i18n/ko/screens/actions.json @@ -8,11 +8,13 @@ "heading": "알림 종류 표시", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "팔로우 요청", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "팔로우 요청" + "status": "", + "update": "" } } } From ddad0947cd6ac5c754ed590a2c8958867e6b5edb Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:11 +0200 Subject: [PATCH 08/14] New translations actions.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hans/screens/actions.json b/src/i18n/zh-Hans/screens/actions.json index fe84d39d..4ea47160 100644 --- a/src/i18n/zh-Hans/screens/actions.json +++ b/src/i18n/zh-Hans/screens/actions.json @@ -8,11 +8,13 @@ "heading": "显示通知", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "关注请求", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "关注请求" + "status": "", + "update": "" } } } From 5ce0a8769568ff91dddeee5b8b8196f269bcb221 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:12 +0200 Subject: [PATCH 09/14] New translations actions.json (Chinese Traditional) --- src/i18n/zh-Hant/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hant/screens/actions.json b/src/i18n/zh-Hant/screens/actions.json index d6d2c219..648864d7 100644 --- a/src/i18n/zh-Hant/screens/actions.json +++ b/src/i18n/zh-Hant/screens/actions.json @@ -8,11 +8,13 @@ "heading": "", "content": { "follow": "", + "follow_request": "", "favourite": "", "reblog": "", "mention": "", "poll": "", - "follow_request": "" + "status": "", + "update": "" } } } From 1885869f8a1add7f5e0982cdcc3f955b69ec6ddd Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:12 +0200 Subject: [PATCH 10/14] New translations actions.json (Vietnamese) --- src/i18n/vi/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/vi/screens/actions.json b/src/i18n/vi/screens/actions.json index e561ddb4..53097e46 100644 --- a/src/i18n/vi/screens/actions.json +++ b/src/i18n/vi/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Những kiểu thông báo cho phép", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Yêu cầu theo dõi", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "Yêu cầu theo dõi" + "status": "", + "update": "" } } } From c106b1899adfd1f8028e03714c6cc4796b609b9d Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:13 +0200 Subject: [PATCH 11/14] New translations timeline.json (Italian) --- src/i18n/it/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 271209b5..9455ea6f 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} ha ricondiviso", "notification": "{{name}} ha ricondiviso il tuo toot" - } + }, + "update": "" }, "actions": { "reply": { From 538624eafb81611648e1db8c7c92517732831a86 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:14 +0200 Subject: [PATCH 12/14] New translations actions.json (Italian) --- src/i18n/it/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/it/screens/actions.json b/src/i18n/it/screens/actions.json index 36ee63af..723c1372 100644 --- a/src/i18n/it/screens/actions.json +++ b/src/i18n/it/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Filtra notifiche per tipo", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Richieste di seguirti", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "Richieste di seguirti" + "status": "", + "update": "" } } } From b5716b5425cf8cc3d2f4fc03a49df89ae0f70768 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:15 +0200 Subject: [PATCH 13/14] New translations timeline.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/timeline.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index 4ef048d0..36d0f77a 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} boostou", "notification": "{{name}} deu boost no teu toot" - } + }, + "update": "" }, "actions": { "reply": { From 903f53f61dd9c673eeb6792eadd853b0d11224c8 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:16 +0200 Subject: [PATCH 14/14] New translations actions.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json index c4cff91b..2d486974 100644 --- a/src/i18n/pt_BR/screens/actions.json +++ b/src/i18n/pt_BR/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Exibir notificações", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Seguidores pendentes", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "Seguidores pendentes" + "status": "", + "update": "" } } }