diff --git a/src/i18n/de/components/parse.json b/src/i18n/de/components/parse.json index 4cc149c6..fc364f0e 100644 --- a/src/i18n/de/components/parse.json +++ b/src/i18n/de/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" } diff --git a/src/i18n/de/components/timeline.json b/src/i18n/de/components/timeline.json index f43f65f5..17e7ad6d 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": "" + "expandHint": "Ausgeblendeter Inhalt" }, "filtered": "Ausgeblendet", "fullConversation": "Unterhaltung anzeigen", diff --git a/src/i18n/it/components/parse.json b/src/i18n/it/components/parse.json index 4cc149c6..fc364f0e 100644 --- a/src/i18n/it/components/parse.json +++ b/src/i18n/it/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" } diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 75f492d2..55a85ff5 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": "" + "expandHint": "Contenuto nascosto" }, "filtered": "Filtrato", "fullConversation": "Leggi la conversazione", diff --git a/src/i18n/ja/components/parse.json b/src/i18n/ja/components/parse.json index 4cc149c6..fc364f0e 100644 --- a/src/i18n/ja/components/parse.json +++ b/src/i18n/ja/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" } diff --git a/src/i18n/ko/components/parse.json b/src/i18n/ko/components/parse.json index 4cc149c6..fc364f0e 100644 --- a/src/i18n/ko/components/parse.json +++ b/src/i18n/ko/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" } diff --git a/src/i18n/ko/components/timeline.json b/src/i18n/ko/components/timeline.json index ea92aaf6..2cdda060 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/pt_BR/components/parse.json b/src/i18n/pt_BR/components/parse.json index 4cc149c6..4b07729b 100644 --- a/src/i18n/pt_BR/components/parse.json +++ b/src/i18n/pt_BR/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { - "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "accessibilityHint": "Toque para expandir ou recolher conteúdo", + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" } diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index a44f6b91..c5f3f967 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": "" + "expandHint": "Conteúdo oculto" }, "filtered": "Filtrado", "fullConversation": "Ler conversas", diff --git a/src/i18n/vi/components/parse.json b/src/i18n/vi/components/parse.json index 4cc149c6..fc364f0e 100644 --- a/src/i18n/vi/components/parse.json +++ b/src/i18n/vi/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" } diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index 0c46d07f..4b1c863c 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": "" + "expandHint": "Nội dung ẩn" }, "filtered": "Đã lọc", "fullConversation": "Xem thêm", diff --git a/src/i18n/zh-Hans/components/contextMenu.json b/src/i18n/zh-Hans/components/contextMenu.json index 6c186931..cd6339a6 100644 --- a/src/i18n/zh-Hans/components/contextMenu.json +++ b/src/i18n/zh-Hans/components/contextMenu.json @@ -15,8 +15,8 @@ } }, "copy": { - "action": "", - "succeed": "" + "action": "复制嘟文", + "succeed": "已复制" }, "instance": { "title": "实例操作", diff --git a/src/i18n/zh-Hans/components/parse.json b/src/i18n/zh-Hans/components/parse.json index 4cc149c6..dc86c41a 100644 --- a/src/i18n/zh-Hans/components/parse.json +++ b/src/i18n/zh-Hans/components/parse.json @@ -1,11 +1,8 @@ { "HTML": { - "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, - "totalLines": "", - "defaultHint": "" + "accessibilityHint": "点击展开或折叠内容", + "expanded": "{{hint}}{{totalLines}}", + "totalLines": " ({{count}} 行)", + "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 02b1843f..3fcbbf1d 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 index b16795a6..49a8ec4a 100644 --- a/src/i18n/zh-Hans/screens/accountSelection.json +++ b/src/i18n/zh-Hans/screens/accountSelection.json @@ -1,6 +1,6 @@ { - "heading": "", + "heading": "分享到...", "content": { - "select_account": "" + "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 339ce8f7..2a3f661d 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -146,7 +146,7 @@ "label": "标签", "content": "内容" }, - "mediaSelectionFailed": "" + "mediaSelectionFailed": "图片处理失败,请重试" }, "push": { "notAvailable": "您的手机不支持tooot推送通知", diff --git a/src/i18n/zh-Hant/components/parse.json b/src/i18n/zh-Hant/components/parse.json index 4cc149c6..fc364f0e 100644 --- a/src/i18n/zh-Hant/components/parse.json +++ b/src/i18n/zh-Hant/components/parse.json @@ -1,10 +1,7 @@ { "HTML": { "accessibilityHint": "", - "expanded": { - "true": "", - "false": "" - }, + "expanded": "{{hint}}{{totalLines}}", "totalLines": "", "defaultHint": "" }