From 534bfcaf78c408d9f35188b919f110e066c71ef4 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 31 Oct 2022 23:54:09 +0100 Subject: [PATCH] New Crowdin updates (#429) * New translations timeline.json (Chinese Simplified) * New translations timeline.json (Chinese Traditional) * New translations timeline.json (Vietnamese) * New translations timeline.json (Portuguese, Brazilian) * New translations timeline.json (Japanese) * New translations timeline.json (Korean) * New translations timeline.json (Italian) * New translations timeline.json (German) * New translations timeline.json (Chinese Simplified) * New translations timeline.json (Chinese Traditional) --- src/i18n/de/components/timeline.json | 7 ++++++- src/i18n/it/components/timeline.json | 7 ++++++- src/i18n/ja/components/timeline.json | 7 ++++++- src/i18n/ko/components/timeline.json | 7 ++++++- src/i18n/pt_BR/components/timeline.json | 7 ++++++- src/i18n/vi/components/timeline.json | 7 ++++++- src/i18n/zh-Hans/components/timeline.json | 7 ++++++- src/i18n/zh-Hant/components/timeline.json | 7 ++++++- 8 files changed, 48 insertions(+), 8 deletions(-) diff --git a/src/i18n/de/components/timeline.json b/src/i18n/de/components/timeline.json index 17e7ad6d..1d2ee95c 100644 --- a/src/i18n/de/components/timeline.json +++ b/src/i18n/de/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "Tröt boosten", - "function": "Boost" + "function": "Boost", + "options": { + "title": "", + "public": "", + "unlisted": "" + } }, "favourited": { "accessibilityLabel": "Favorit", diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 55a85ff5..d8881f6e 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "Ricondividi questo toot", - "function": "Ricondividi toot" + "function": "Ricondividi toot", + "options": { + "title": "", + "public": "", + "unlisted": "" + } }, "favourited": { "accessibilityLabel": "Apprezza questo toot", diff --git a/src/i18n/ja/components/timeline.json b/src/i18n/ja/components/timeline.json index 37ccf4c3..afb8fc0c 100644 --- a/src/i18n/ja/components/timeline.json +++ b/src/i18n/ja/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "このトゥートをブーストしますか?", - "function": "トゥートをブースト" + "function": "トゥートをブースト", + "options": { + "title": "", + "public": "", + "unlisted": "" + } }, "favourited": { "accessibilityLabel": "このトゥートをお気に入りに追加", diff --git a/src/i18n/ko/components/timeline.json b/src/i18n/ko/components/timeline.json index 2cdda060..8d2216ab 100644 --- a/src/i18n/ko/components/timeline.json +++ b/src/i18n/ko/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "이 툿 부스트", - "function": "툿 부스트" + "function": "툿 부스트", + "options": { + "title": "", + "public": "", + "unlisted": "" + } }, "favourited": { "accessibilityLabel": "이 툿 즐겨찾기에 추가", diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index c5f3f967..aa7d0e1c 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "Boost este toot", - "function": "Boost toot" + "function": "Boost toot", + "options": { + "title": "", + "public": "", + "unlisted": "" + } }, "favourited": { "accessibilityLabel": "Adicionar este toot aos favoritos", diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index 4b1c863c..ddc59ca6 100644 --- a/src/i18n/vi/components/timeline.json +++ b/src/i18n/vi/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "Đăng lại tút này", - "function": "Đăng lại tút" + "function": "Đăng lại tút", + "options": { + "title": "", + "public": "", + "unlisted": "" + } }, "favourited": { "accessibilityLabel": "Thích tút này", diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index 3fcbbf1d..1e2617d9 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "转发此嘟文", - "function": "转嘟" + "function": "转嘟", + "options": { + "title": "选择转嘟可见性", + "public": "公开转嘟", + "unlisted": "不公开转嘟" + } }, "favourited": { "accessibilityLabel": "添加此嘟文至喜欢列表", diff --git a/src/i18n/zh-Hant/components/timeline.json b/src/i18n/zh-Hant/components/timeline.json index 06dded96..c2b1ad4f 100644 --- a/src/i18n/zh-Hant/components/timeline.json +++ b/src/i18n/zh-Hant/components/timeline.json @@ -38,7 +38,12 @@ }, "reblogged": { "accessibilityLabel": "轉發此嘟", - "function": "轉嘟" + "function": "轉嘟", + "options": { + "title": "選擇轉嘟範圍", + "public": "公開轉嘟", + "unlisted": "不公開轉嘟" + } }, "favourited": { "accessibilityLabel": "將嘟文加入最愛",