From 7e76124bdd3c47c21b3d9ca5512155eec1822507 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 3 May 2022 00:38:38 +0300 Subject: [PATCH 1/2] New translations compose.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/compose.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hans/screens/compose.json b/src/i18n/zh-Hans/screens/compose.json index 3da606da..356acb50 100644 --- a/src/i18n/zh-Hans/screens/compose.json +++ b/src/i18n/zh-Hans/screens/compose.json @@ -16,7 +16,9 @@ "default": "发嘟嘟", "conversation": "发私信", "reply": "发布回复", - "edit": "发嘟嘟" + "deleteEdit": "发嘟嘟", + "edit": "发嘟嘟", + "share": "发嘟嘟" }, "alert": { "default": { From 50614cfa0ffa117591476795ecbbef7f2ed28194 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 3 May 2022 00:38:39 +0300 Subject: [PATCH 2/2] New translations tabs.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/tabs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index 2d08c060..e1f34f93 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -267,7 +267,8 @@ "heading": "帮助我们改进", "description": "收集不与用户相关联的使用信息" }, - "version": "版本 v{{version}}" + "version": "版本 v{{version}}", + "instanceVersion": "长毛象版本 v{{version}}" }, "switch": { "existing": "选择已登录的账号", @@ -331,6 +332,9 @@ "reblogged_by": "{{count}} 人转嘟", "favourited_by": "{{count}} 人喜欢" } + }, + "history": { + "name": "编辑历史" } } } \ No newline at end of file