From 48438ae5f930d92dca983f3f2a9c4628f31207ea Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 2 May 2022 00:17:12 +0300 Subject: [PATCH] New translations instance.json (Chinese Traditional) --- src/i18n/zh-Hant/components/instance.json | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/i18n/zh-Hant/components/instance.json diff --git a/src/i18n/zh-Hant/components/instance.json b/src/i18n/zh-Hant/components/instance.json new file mode 100644 index 00000000..71c2445e --- /dev/null +++ b/src/i18n/zh-Hant/components/instance.json @@ -0,0 +1,28 @@ +{ + "server": { + "textInput": { + "placeholder": "站點的網域" + }, + "button": "登入", + "information": { + "name": "名稱", + "accounts": "使用者", + "statuses": "嘟文", + "domains": "串聯宇宙" + }, + "disclaimer": { + "base": "將使用系統內建的瀏覽器來登入,tooot app 無法讀取您的帳號資訊;詳見 ", + "privacy": "隱私權政策" + } + }, + "update": { + "alert": { + "title": "已登入站點", + "message": "您可以多登入其他的帳號,已登入的帳號會被保留", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "continue": "繼續" + } + } + } +} \ No newline at end of file