From b998c3f571da4b6488a199af78b52482a76ff073 Mon Sep 17 00:00:00 2001 From: AuroraTea <1352685369@qq.com> Date: Mon, 15 Aug 2022 14:50:36 +0800 Subject: [PATCH] chore(i18n): update Chinese translations --- src/main/services/i18n/locales/zh_CN/common.json | 4 +++- src/main/services/i18n/locales/zh_HK/common.json | 4 +++- src/main/services/i18n/locales/zh_TW/common.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/services/i18n/locales/zh_CN/common.json b/src/main/services/i18n/locales/zh_CN/common.json index cdca6e60..ce0313cc 100644 --- a/src/main/services/i18n/locales/zh_CN/common.json +++ b/src/main/services/i18n/locales/zh_CN/common.json @@ -58,5 +58,7 @@ "hide": "隐藏", "show": "显示", "collapse-all": "全部展开", - "expand-all": "全部折叠" + "expand-all": "全部折叠", + "restore": "还原", + "copy-snippet-link": "复制链接" } diff --git a/src/main/services/i18n/locales/zh_HK/common.json b/src/main/services/i18n/locales/zh_HK/common.json index 262f8385..eee1655e 100644 --- a/src/main/services/i18n/locales/zh_HK/common.json +++ b/src/main/services/i18n/locales/zh_HK/common.json @@ -57,5 +57,7 @@ "hide": "隱藏", "show": "顯示", "collapse-all": "全部展開", - "expand-all": "全部摺疊" + "expand-all": "全部摺疊", + "restore": "回復", + "copy-snippet-link": "複製連結" } diff --git a/src/main/services/i18n/locales/zh_TW/common.json b/src/main/services/i18n/locales/zh_TW/common.json index 2e54ed89..7115839f 100644 --- a/src/main/services/i18n/locales/zh_TW/common.json +++ b/src/main/services/i18n/locales/zh_TW/common.json @@ -57,5 +57,7 @@ "hide": "隱藏", "show": "顯示", "collapse-all": "全部展開", - "expand-all": "全部摺疊" + "expand-all": "全部摺疊", + "restore": "回復", + "copy-snippet-link": "複製連結" }