From fba192bdb29a81126938f3d73bc40a98c354710f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 2 May 2022 00:17:19 +0300 Subject: [PATCH] New translations screens.json (Chinese Traditional) --- src/i18n/zh-Hant/screens.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/i18n/zh-Hant/screens.json diff --git a/src/i18n/zh-Hant/screens.json b/src/i18n/zh-Hant/screens.json new file mode 100644 index 00000000..7681c218 --- /dev/null +++ b/src/i18n/zh-Hant/screens.json @@ -0,0 +1,14 @@ +{ + "screenshot": { + "title": "保護隱私", + "message": "請不要散佈使用者的身份,像是使用者名稱、大頭照等,謝謝你!", + "button": "確認" + }, + "localCorrupt": { + "message": "登入狀態已過期,請再登入一次" + }, + "pushError": { + "message": "推播服務錯誤", + "description": "請在設定裡重新啟用推播" + } +} \ No newline at end of file