From 4835ac291a49a44b60eee651487988ef3515dc11 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 13 Aug 2022 00:49:09 +0200 Subject: [PATCH] New Crowdin updates (#357) * New translations tabs.json (Japanese) * New translations tabs.json (German) * New translations tabs.json (Italian) * New translations tabs.json (Chinese Traditional) * New translations tabs.json (Vietnamese) * New translations tabs.json (Korean) * New translations tabs.json (Chinese Simplified) * New translations tabs.json (Portuguese, Brazilian) * New translations parse.json (German) * New translations timeline.json (Chinese Simplified) * New translations timeline.json (Portuguese, Brazilian) * New translations parse.json (Portuguese, Brazilian) * New translations contextMenu.json (Vietnamese) * New translations timeline.json (Vietnamese) * New translations parse.json (Vietnamese) * New translations contextMenu.json (Chinese Traditional) * New translations parse.json (Chinese Traditional) * New translations contextMenu.json (Chinese Simplified) * New translations parse.json (Chinese Simplified) * New translations timeline.json (German) * New translations contextMenu.json (Korean) * New translations timeline.json (Korean) * New translations parse.json (Korean) * New translations contextMenu.json (Japanese) * New translations parse.json (Japanese) * New translations contextMenu.json (Italian) * New translations timeline.json (Italian) * New translations parse.json (Italian) * New translations contextMenu.json (German) * New translations contextMenu.json (Portuguese, Brazilian) * New translations accountSelection.json (German) * New translations accountSelection.json (Italian) * New translations accountSelection.json (Japanese) * New translations accountSelection.json (Korean) * New translations accountSelection.json (Chinese Simplified) * New translations accountSelection.json (Chinese Traditional) * New translations accountSelection.json (Vietnamese) * New translations accountSelection.json (Portuguese, Brazilian) --- src/i18n/de/components/contextMenu.json | 4 ++++ src/i18n/de/components/parse.json | 8 +++++--- src/i18n/de/components/timeline.json | 2 +- src/i18n/de/screens/accountSelection.json | 6 ++++++ src/i18n/de/screens/tabs.json | 3 ++- src/i18n/it/components/contextMenu.json | 4 ++++ src/i18n/it/components/parse.json | 8 +++++--- src/i18n/it/components/timeline.json | 2 +- src/i18n/it/screens/accountSelection.json | 6 ++++++ src/i18n/it/screens/tabs.json | 3 ++- src/i18n/ja/components/contextMenu.json | 4 ++++ src/i18n/ja/components/parse.json | 2 ++ src/i18n/ja/screens/accountSelection.json | 6 ++++++ src/i18n/ja/screens/tabs.json | 5 ++--- src/i18n/ko/components/contextMenu.json | 4 ++++ src/i18n/ko/components/parse.json | 8 +++++--- src/i18n/ko/components/timeline.json | 2 +- src/i18n/ko/screens/accountSelection.json | 6 ++++++ src/i18n/ko/screens/tabs.json | 3 ++- src/i18n/pt_BR/components/contextMenu.json | 4 ++++ src/i18n/pt_BR/components/parse.json | 8 +++++--- src/i18n/pt_BR/components/timeline.json | 2 +- src/i18n/pt_BR/screens/accountSelection.json | 6 ++++++ src/i18n/pt_BR/screens/tabs.json | 3 ++- src/i18n/vi/components/contextMenu.json | 4 ++++ src/i18n/vi/components/parse.json | 8 +++++--- src/i18n/vi/components/timeline.json | 2 +- src/i18n/vi/screens/accountSelection.json | 6 ++++++ src/i18n/vi/screens/tabs.json | 3 ++- src/i18n/zh-Hans/components/contextMenu.json | 4 ++++ src/i18n/zh-Hans/components/parse.json | 8 +++++--- src/i18n/zh-Hans/components/timeline.json | 2 +- src/i18n/zh-Hans/screens/accountSelection.json | 6 ++++++ src/i18n/zh-Hans/screens/tabs.json | 3 ++- src/i18n/zh-Hant/components/contextMenu.json | 4 ++++ src/i18n/zh-Hant/components/parse.json | 8 +++++--- src/i18n/zh-Hant/screens/accountSelection.json | 6 ++++++ src/i18n/zh-Hant/screens/tabs.json | 3 ++- 38 files changed, 139 insertions(+), 37 deletions(-) create mode 100644 src/i18n/de/screens/accountSelection.json create mode 100644 src/i18n/it/screens/accountSelection.json create mode 100644 src/i18n/ja/screens/accountSelection.json create mode 100644 src/i18n/ko/screens/accountSelection.json create mode 100644 src/i18n/pt_BR/screens/accountSelection.json create mode 100644 src/i18n/vi/screens/accountSelection.json create mode 100644 src/i18n/zh-Hans/screens/accountSelection.json create mode 100644 src/i18n/zh-Hant/screens/accountSelection.json diff --git a/src/i18n/de/components/contextMenu.json b/src/i18n/de/components/contextMenu.json index b5b5f216..fac251f1 100644 --- a/src/i18n/de/components/contextMenu.json +++ b/src/i18n/de/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "User melden" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "", "block": { diff --git a/src/i18n/de/components/parse.json b/src/i18n/de/components/parse.json index 571eac68..4cc149c6 100644 --- a/src/i18n/de/components/parse.json +++ b/src/i18n/de/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "Zusammenklappen {{hint}}", - "false": "Ausklappen {{hint}}" + "true": "", + "false": "" }, - "defaultHint": "Artikel" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/de/components/timeline.json b/src/i18n/de/components/timeline.json index 17e7ad6d..f43f65f5 100644 --- a/src/i18n/de/components/timeline.json +++ b/src/i18n/de/components/timeline.json @@ -81,7 +81,7 @@ "accessibilityHint": "Zum Profil von {{name}}" }, "content": { - "expandHint": "Ausgeblendeter Inhalt" + "expandHint": "" }, "filtered": "Ausgeblendet", "fullConversation": "Unterhaltung anzeigen", diff --git a/src/i18n/de/screens/accountSelection.json b/src/i18n/de/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/de/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/de/screens/tabs.json b/src/i18n/de/screens/tabs.json index b7971c2c..59e3cfb2 100644 --- a/src/i18n/de/screens/tabs.json +++ b/src/i18n/de/screens/tabs.json @@ -145,7 +145,8 @@ "group": "Gruppe {{index}}", "label": "Kennzeichnung", "content": "Inhalt" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "Dein Gerät unterstützt keine Push-Benachrichtigung", diff --git a/src/i18n/it/components/contextMenu.json b/src/i18n/it/components/contextMenu.json index 6b86a431..0c4b851c 100644 --- a/src/i18n/it/components/contextMenu.json +++ b/src/i18n/it/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "Segnala utente" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "Azione sull'istanza", "block": { diff --git a/src/i18n/it/components/parse.json b/src/i18n/it/components/parse.json index 8f98a863..4cc149c6 100644 --- a/src/i18n/it/components/parse.json +++ b/src/i18n/it/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "Richiudi {{hint}}", - "false": "Espandi {{hint}}" + "true": "", + "false": "" }, - "defaultHint": "toot" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 55a85ff5..75f492d2 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -81,7 +81,7 @@ "accessibilityHint": "Premi per aprire il profilo di {{name}}" }, "content": { - "expandHint": "Contenuto nascosto" + "expandHint": "" }, "filtered": "Filtrato", "fullConversation": "Leggi la conversazione", diff --git a/src/i18n/it/screens/accountSelection.json b/src/i18n/it/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/it/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index c8af9115..1fc1a049 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -145,7 +145,8 @@ "group": "Gruppo {{index}}", "label": "Etichetta", "content": "Contenuto" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "Il tuo dispositivo non supporta le notifiche push per tooot", diff --git a/src/i18n/ja/components/contextMenu.json b/src/i18n/ja/components/contextMenu.json index bcf2b253..ba398d8a 100644 --- a/src/i18n/ja/components/contextMenu.json +++ b/src/i18n/ja/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "", "block": { diff --git a/src/i18n/ja/components/parse.json b/src/i18n/ja/components/parse.json index 8b1b18b8..4cc149c6 100644 --- a/src/i18n/ja/components/parse.json +++ b/src/i18n/ja/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { "true": "", "false": "" }, + "totalLines": "", "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/ja/screens/accountSelection.json b/src/i18n/ja/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/ja/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/ja/screens/tabs.json b/src/i18n/ja/screens/tabs.json index b4de047b..7d6ca206 100644 --- a/src/i18n/ja/screens/tabs.json +++ b/src/i18n/ja/screens/tabs.json @@ -78,9 +78,7 @@ } }, "fontSize": { - "showcase": "", "demo": "", - "availableSizes": "", "sizes": { "S": "", "M": "", @@ -147,7 +145,8 @@ "group": "", "label": "", "content": "" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "", diff --git a/src/i18n/ko/components/contextMenu.json b/src/i18n/ko/components/contextMenu.json index 4b25d130..9f88f338 100644 --- a/src/i18n/ko/components/contextMenu.json +++ b/src/i18n/ko/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "사용자 신고" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "", "block": { diff --git a/src/i18n/ko/components/parse.json b/src/i18n/ko/components/parse.json index ff5d8d24..4cc149c6 100644 --- a/src/i18n/ko/components/parse.json +++ b/src/i18n/ko/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "{{hint}} 접기", - "false": "{{hint}} 펼치기" + "true": "", + "false": "" }, - "defaultHint": "글" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/ko/components/timeline.json b/src/i18n/ko/components/timeline.json index 2cdda060..ea92aaf6 100644 --- a/src/i18n/ko/components/timeline.json +++ b/src/i18n/ko/components/timeline.json @@ -81,7 +81,7 @@ "accessibilityHint": "{{name}}의 페이지로 가려면 탭하세요" }, "content": { - "expandHint": "숨겨진 콘텐츠" + "expandHint": "" }, "filtered": "필터됨", "fullConversation": "대화 보기", diff --git a/src/i18n/ko/screens/accountSelection.json b/src/i18n/ko/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/ko/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/ko/screens/tabs.json b/src/i18n/ko/screens/tabs.json index 8125b158..90804d1b 100644 --- a/src/i18n/ko/screens/tabs.json +++ b/src/i18n/ko/screens/tabs.json @@ -145,7 +145,8 @@ "group": "그룹 {{index}}", "label": "라벨", "content": "내용" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "이 기기는 tooot의 푸시 알림을 지원하지 않아요", diff --git a/src/i18n/pt_BR/components/contextMenu.json b/src/i18n/pt_BR/components/contextMenu.json index fb858fa9..87bc4c52 100644 --- a/src/i18n/pt_BR/components/contextMenu.json +++ b/src/i18n/pt_BR/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "Denunciar usuário" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "Ação da Instância", "block": { diff --git a/src/i18n/pt_BR/components/parse.json b/src/i18n/pt_BR/components/parse.json index 606d1a46..4cc149c6 100644 --- a/src/i18n/pt_BR/components/parse.json +++ b/src/i18n/pt_BR/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "Fechar {{hint}}", - "false": "Expandir {{hint}}" + "true": "", + "false": "" }, - "defaultHint": "artigo" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index 7550e747..a44f6b91 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -81,7 +81,7 @@ "accessibilityHint": "Toque para ir à página de {{name}}" }, "content": { - "expandHint": "conteúdo oculto" + "expandHint": "" }, "filtered": "Filtrado", "fullConversation": "Ler conversas", diff --git a/src/i18n/pt_BR/screens/accountSelection.json b/src/i18n/pt_BR/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/pt_BR/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 1bc5d5b8..66fc604e 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -145,7 +145,8 @@ "group": "Grupo {{index}}", "label": "Rótulo", "content": "Conteúdo" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "Seu telefone não suporta notificação de envio de tooot", diff --git a/src/i18n/vi/components/contextMenu.json b/src/i18n/vi/components/contextMenu.json index d99cb59f..b54ab9aa 100644 --- a/src/i18n/vi/components/contextMenu.json +++ b/src/i18n/vi/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "Báo cáo" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "Hành động máy chủ", "block": { diff --git a/src/i18n/vi/components/parse.json b/src/i18n/vi/components/parse.json index ccfb69d0..4cc149c6 100644 --- a/src/i18n/vi/components/parse.json +++ b/src/i18n/vi/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "Cuộn {{hint}}", - "false": "Mở {{hint}}" + "true": "", + "false": "" }, - "defaultHint": "Tút" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index 63f09362..0c46d07f 100644 --- a/src/i18n/vi/components/timeline.json +++ b/src/i18n/vi/components/timeline.json @@ -81,7 +81,7 @@ "accessibilityHint": "Đến trang của {{name}}" }, "content": { - "expandHint": "nội dung ẩn" + "expandHint": "" }, "filtered": "Đã lọc", "fullConversation": "Xem thêm", diff --git a/src/i18n/vi/screens/accountSelection.json b/src/i18n/vi/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/vi/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index 2549f011..f095b624 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -145,7 +145,8 @@ "group": "Mục {{index}}", "label": "Nhãn", "content": "Nội dung" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "Điện thoại của bạn chưa bật thông báo đẩy", diff --git a/src/i18n/zh-Hans/components/contextMenu.json b/src/i18n/zh-Hans/components/contextMenu.json index f2b033ef..6c186931 100644 --- a/src/i18n/zh-Hans/components/contextMenu.json +++ b/src/i18n/zh-Hans/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "举报用户" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "实例操作", "block": { diff --git a/src/i18n/zh-Hans/components/parse.json b/src/i18n/zh-Hans/components/parse.json index f141f891..4cc149c6 100644 --- a/src/i18n/zh-Hans/components/parse.json +++ b/src/i18n/zh-Hans/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "折叠{{hint}}", - "false": "展开{{hint}}" + "true": "", + "false": "" }, - "defaultHint": "全文" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index 3fcbbf1d..02b1843f 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -81,7 +81,7 @@ "accessibilityHint": "点击进入{{name}}的页面" }, "content": { - "expandHint": "隐藏内容" + "expandHint": "" }, "filtered": "已过滤", "fullConversation": "阅读全部对话", diff --git a/src/i18n/zh-Hans/screens/accountSelection.json b/src/i18n/zh-Hans/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/zh-Hans/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index db82db98..339ce8f7 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -145,7 +145,8 @@ "group": "第 {{index}} 组", "label": "标签", "content": "内容" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "您的手机不支持tooot推送通知", diff --git a/src/i18n/zh-Hant/components/contextMenu.json b/src/i18n/zh-Hant/components/contextMenu.json index bcf2b253..ba398d8a 100644 --- a/src/i18n/zh-Hant/components/contextMenu.json +++ b/src/i18n/zh-Hant/components/contextMenu.json @@ -14,6 +14,10 @@ "action": "" } }, + "copy": { + "action": "", + "succeed": "" + }, "instance": { "title": "", "block": { diff --git a/src/i18n/zh-Hant/components/parse.json b/src/i18n/zh-Hant/components/parse.json index df93b2df..4cc149c6 100644 --- a/src/i18n/zh-Hant/components/parse.json +++ b/src/i18n/zh-Hant/components/parse.json @@ -1,9 +1,11 @@ { "HTML": { + "accessibilityHint": "", "expanded": { - "true": "收起{{hint}}", - "false": "展開{{hint}}" + "true": "", + "false": "" }, - "defaultHint": "全文" + "totalLines": "", + "defaultHint": "" } } \ No newline at end of file diff --git a/src/i18n/zh-Hant/screens/accountSelection.json b/src/i18n/zh-Hant/screens/accountSelection.json new file mode 100644 index 00000000..b16795a6 --- /dev/null +++ b/src/i18n/zh-Hant/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "", + "content": { + "select_account": "" + } +} \ No newline at end of file diff --git a/src/i18n/zh-Hant/screens/tabs.json b/src/i18n/zh-Hant/screens/tabs.json index 634a671f..0ba7ce83 100644 --- a/src/i18n/zh-Hant/screens/tabs.json +++ b/src/i18n/zh-Hant/screens/tabs.json @@ -145,7 +145,8 @@ "group": "", "label": "", "content": "" - } + }, + "mediaSelectionFailed": "" }, "push": { "notAvailable": "",