From 4624b4a37fe675e3b4c65ee10cdf72b0bb664e26 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 2 May 2022 00:17:13 +0300 Subject: [PATCH] New translations common.json (Chinese Traditional) --- src/i18n/zh-Hant/common.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/i18n/zh-Hant/common.json diff --git a/src/i18n/zh-Hant/common.json b/src/i18n/zh-Hant/common.json new file mode 100644 index 00000000..0ccecbde --- /dev/null +++ b/src/i18n/zh-Hant/common.json @@ -0,0 +1,21 @@ +{ + "buttons": { + "apply": "套用", + "cancel": "取消" + }, + "customEmoji": { + "accessibilityLabel": "自定的表情符號 {{emoji}}" + }, + "message": { + "success": { + "message": "{{function}} 成功完成" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} 失敗,請再試一次" + } + }, + "separator": "," +} \ No newline at end of file