From a221beb6f2bbdeaf4c8c112cd87f0fbd6c3c46c0 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:15 +0200 Subject: [PATCH 01/20] New translations tabs.json (German) --- src/i18n/de/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/de/screens/tabs.json b/src/i18n/de/screens/tabs.json index a11c78e7..185cd5fd 100644 --- a/src/i18n/de/screens/tabs.json +++ b/src/i18n/de/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "Neue Follower" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "Favoriten" }, @@ -181,6 +184,9 @@ "poll": { "heading": "Umfrageupdate" }, + "status": { + "heading": "" + }, "howitworks": "Erfahre, wie das Routing funktioniert" }, "root": { From 29db4d0d46635554c47e356eb958a1be215f6faa Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:16 +0200 Subject: [PATCH 02/20] New translations tabs.json (Korean) --- src/i18n/ko/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/ko/screens/tabs.json b/src/i18n/ko/screens/tabs.json index e423baaa..fdb34a76 100644 --- a/src/i18n/ko/screens/tabs.json +++ b/src/i18n/ko/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "새 팔로워" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "즐겨찾기됨" }, @@ -181,6 +184,9 @@ "poll": { "heading": "투표 업데이트" }, + "status": { + "heading": "" + }, "howitworks": "라우팅 방법 알아보기" }, "root": { From cec0ac4dff5e543f65025452d8d6021efd15dc11 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:17 +0200 Subject: [PATCH 03/20] New translations tabs.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index dbb3dfeb..f80978c2 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "新关注者" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "嘟文被喜欢" }, @@ -181,6 +184,9 @@ "poll": { "heading": "投票更新" }, + "status": { + "heading": "" + }, "howitworks": "了解通知消息转发如何工作" }, "root": { From 792a33a4973cfff6d2a9c8d6fcc14794611084ef Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:18 +0200 Subject: [PATCH 04/20] New translations tabs.json (Vietnamese) --- src/i18n/vi/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index b5e3a060..c510e620 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "Người theo dõi mới" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "Lượt thích" }, @@ -181,6 +184,9 @@ "poll": { "heading": "Kết quả bình chọn" }, + "status": { + "heading": "" + }, "howitworks": "Tìm hiểu cách truyền" }, "root": { From 2416a90bb554493b235f38c9e1018d2978b0dd7f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:18 +0200 Subject: [PATCH 05/20] New translations tabs.json (Chinese Traditional) --- src/i18n/zh-Hant/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/zh-Hant/screens/tabs.json b/src/i18n/zh-Hant/screens/tabs.json index 11c0d54c..bf70a873 100644 --- a/src/i18n/zh-Hant/screens/tabs.json +++ b/src/i18n/zh-Hant/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "" }, @@ -181,6 +184,9 @@ "poll": { "heading": "" }, + "status": { + "heading": "" + }, "howitworks": "" }, "root": { From acf845acc8b5cf55df8aa78e58d2a7bc9dfb4908 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:19 +0200 Subject: [PATCH 06/20] New translations tabs.json (Italian) --- src/i18n/it/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index 18156158..f706112e 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "Nuovi seguaci" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "Apprezzamenti" }, @@ -181,6 +184,9 @@ "poll": { "heading": "Novità sui sondaggi" }, + "status": { + "heading": "" + }, "howitworks": "Scopri come funziona il traversamento dei messaggi" }, "root": { From 98f5830ab6fa486fdc647852c7b15caa46145dc5 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 29 May 2022 17:37:20 +0200 Subject: [PATCH 07/20] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 20fa8897..0d52e55b 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -169,6 +169,9 @@ "follow": { "heading": "Novo seguidor" }, + "follow_request": { + "heading": "" + }, "favourite": { "heading": "Favoritos" }, @@ -181,6 +184,9 @@ "poll": { "heading": "Pesquisa atualizada" }, + "status": { + "heading": "" + }, "howitworks": "Saiba como funciona o roteamento" }, "root": { From 7678857e5dc9cea3e6ba8847265ee17de43f9700 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:05 +0200 Subject: [PATCH 08/20] New translations compose.json (German) --- src/i18n/de/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/de/screens/compose.json b/src/i18n/de/screens/compose.json index caa8fc28..0da491bb 100644 --- a/src/i18n/de/screens/compose.json +++ b/src/i18n/de/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "Entwurf" }, + "warning": "", "content": { "accessibilityHint": "Gespeicherter Entwurf, tippe, um diesen zu bearbeiten", "textEmpty": "Kein Inhalt" From 213e343aa9c6a76e600267b61d842c39698d86d1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:07 +0200 Subject: [PATCH 09/20] New translations compose.json (Korean) --- src/i18n/ko/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/ko/screens/compose.json b/src/i18n/ko/screens/compose.json index d9f0bc1c..1fd3de75 100644 --- a/src/i18n/ko/screens/compose.json +++ b/src/i18n/ko/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "초안" }, + "warning": "", "content": { "accessibilityHint": "저장된 초안, 수정하려면 탭하세요", "textEmpty": "콘텐츠 빔" From 2c2fc6efee7d175d55ab68492b6203043e5303b9 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:07 +0200 Subject: [PATCH 10/20] New translations compose.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/zh-Hans/screens/compose.json b/src/i18n/zh-Hans/screens/compose.json index 33c505a8..a9ae17b8 100644 --- a/src/i18n/zh-Hans/screens/compose.json +++ b/src/i18n/zh-Hans/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "草稿" }, + "warning": "", "content": { "accessibilityHint": "已保存的草稿,点击编辑此草稿", "textEmpty": "无正文内容" From b6efe3eba73a8e0fa6f31b143ded596215e2099f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:08 +0200 Subject: [PATCH 11/20] New translations compose.json (Vietnamese) --- src/i18n/vi/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/vi/screens/compose.json b/src/i18n/vi/screens/compose.json index 67d48171..807121ed 100644 --- a/src/i18n/vi/screens/compose.json +++ b/src/i18n/vi/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "Nháp" }, + "warning": "", "content": { "accessibilityHint": "Đã lưu nháp, nhấn để tiếp tục viết", "textEmpty": "Chưa có nội dung" From f85606a4d5a7d30450769e10fceb09463888b35d Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:09 +0200 Subject: [PATCH 12/20] New translations compose.json (Chinese Traditional) --- src/i18n/zh-Hant/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/zh-Hant/screens/compose.json b/src/i18n/zh-Hant/screens/compose.json index dc1419b3..ceb1afd4 100644 --- a/src/i18n/zh-Hant/screens/compose.json +++ b/src/i18n/zh-Hant/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "" }, + "warning": "", "content": { "accessibilityHint": "", "textEmpty": "" From 56469d41edb815e764a22bbf43523e6de50b7ba8 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:11 +0200 Subject: [PATCH 13/20] New translations compose.json (Italian) --- src/i18n/it/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/it/screens/compose.json b/src/i18n/it/screens/compose.json index 4abf23cd..190db708 100644 --- a/src/i18n/it/screens/compose.json +++ b/src/i18n/it/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "Bozza" }, + "warning": "", "content": { "accessibilityHint": "Bozza salvata, premi per modificarla", "textEmpty": "Testo vuoto" From 4efd87861d94b8422421f0e0bb4dc751b7f25952 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 00:48:12 +0200 Subject: [PATCH 14/20] New translations compose.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/compose.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json index f59596b9..f226aa0f 100644 --- a/src/i18n/pt_BR/screens/compose.json +++ b/src/i18n/pt_BR/screens/compose.json @@ -168,6 +168,7 @@ "header": { "title": "Rascunho" }, + "warning": "", "content": { "accessibilityHint": "Toque para editar este rascunho", "textEmpty": "O conteúdo está vazio" From f81bd58d61e22db57cc2d84a4d2a5522c86b2395 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 12:21:27 +0200 Subject: [PATCH 15/20] New translations timeline.json (Vietnamese) --- src/i18n/vi/components/timeline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index 997818c2..92224828 100644 --- a/src/i18n/vi/components/timeline.json +++ b/src/i18n/vi/components/timeline.json @@ -30,7 +30,7 @@ "default": "{{name}} đăng lại", "notification": "{{name}} đăng lại tút của bạn" }, - "update": "" + "update": "Đăng lại đã được sửa" }, "actions": { "reply": { From 62d014d2a81d151a079f5fe9b619764bfa3bc13d Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 12:21:29 +0200 Subject: [PATCH 16/20] New translations tabs.json (Vietnamese) --- src/i18n/vi/screens/tabs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index c510e620..166c2188 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -170,7 +170,7 @@ "heading": "Người theo dõi mới" }, "follow_request": { - "heading": "" + "heading": "Yêu cầu theo dõi" }, "favourite": { "heading": "Lượt thích" @@ -185,7 +185,7 @@ "heading": "Kết quả bình chọn" }, "status": { - "heading": "" + "heading": "Tút từ người đã theo dõi" }, "howitworks": "Tìm hiểu cách truyền" }, From 102bc31adddd76b62cdc21684365ea89ba996c72 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 12:21:30 +0200 Subject: [PATCH 17/20] New translations compose.json (Vietnamese) --- src/i18n/vi/screens/compose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/vi/screens/compose.json b/src/i18n/vi/screens/compose.json index 807121ed..36f7ac4a 100644 --- a/src/i18n/vi/screens/compose.json +++ b/src/i18n/vi/screens/compose.json @@ -168,7 +168,7 @@ "header": { "title": "Nháp" }, - "warning": "", + "warning": "Tút nháp chỉ được lưu trữ trên điện thoại và có thể bị mất nếu có sự cố. Hãy cẩn thận.", "content": { "accessibilityHint": "Đã lưu nháp, nhấn để tiếp tục viết", "textEmpty": "Chưa có nội dung" From 8b01ab0fd9a4878261931a6a14bb3ee23fea8dab Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 1 Jun 2022 12:21:31 +0200 Subject: [PATCH 18/20] New translations actions.json (Vietnamese) --- src/i18n/vi/screens/actions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/vi/screens/actions.json b/src/i18n/vi/screens/actions.json index 53097e46..06cd1e50 100644 --- a/src/i18n/vi/screens/actions.json +++ b/src/i18n/vi/screens/actions.json @@ -13,8 +13,8 @@ "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "", - "update": "" + "status": "Tút từ người đã theo dõi", + "update": "Đăng lại đã được sửa" } } } From c4ef26d02acb96076a81f1e0f07d405b695c9cee Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 2 Jun 2022 01:02:37 +0200 Subject: [PATCH 19/20] New translations tabs.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/tabs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index f80978c2..1f968e41 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -170,7 +170,7 @@ "heading": "新关注者" }, "follow_request": { - "heading": "" + "heading": "关注请求" }, "favourite": { "heading": "嘟文被喜欢" @@ -185,7 +185,7 @@ "heading": "投票更新" }, "status": { - "heading": "" + "heading": "订阅用户的嘟文" }, "howitworks": "了解通知消息转发如何工作" }, From 8a458b20230ed5dec52f6ce02e9106a0a0328db7 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 2 Jun 2022 01:02:39 +0200 Subject: [PATCH 20/20] New translations compose.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/compose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/zh-Hans/screens/compose.json b/src/i18n/zh-Hans/screens/compose.json index a9ae17b8..5af29c05 100644 --- a/src/i18n/zh-Hans/screens/compose.json +++ b/src/i18n/zh-Hans/screens/compose.json @@ -168,7 +168,7 @@ "header": { "title": "草稿" }, - "warning": "", + "warning": "草稿只存储在本地,在部分情况下可能丢失。建议不要长期存储草稿。", "content": { "accessibilityHint": "已保存的草稿,点击编辑此草稿", "textEmpty": "无正文内容"