From 714efa3db17c95a19d9c0016f2191f55b33dcceb Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 8 May 2022 23:55:59 +0200 Subject: [PATCH] New translations compose.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/compose.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/i18n/zh-Hans/screens/compose.json b/src/i18n/zh-Hans/screens/compose.json index 356acb50..33c505a8 100644 --- a/src/i18n/zh-Hans/screens/compose.json +++ b/src/i18n/zh-Hans/screens/compose.json @@ -42,7 +42,13 @@ "placeholder": "折叠部分的警告信息" }, "textInput": { - "placeholder": "想说点什么呢" + "placeholder": "想说点什么呢", + "keyboardImage": { + "exceedMaximum": { + "title": "已达附件数量上限", + "OK": "$t(common:buttons.OK)" + } + } } }, "footer": { @@ -136,8 +142,8 @@ "accessibilityHint": "打开表情选择面板,水平滑动切换页面" } }, - "drafts": "草稿 ({{count}})", - "drafts_plural": "草稿 ({{count}})" + "drafts_one": "草稿 ({{count}})", + "drafts_other": "草稿 ({{count}})" }, "editAttachment": { "header": { @@ -165,7 +171,8 @@ "content": { "accessibilityHint": "已保存的草稿,点击编辑此草稿", "textEmpty": "无正文内容" - } + }, + "checkAttachment": "正在检查服务器上的附件..." } } } \ No newline at end of file