From 26d00ab91bce8d1c2c73a7f61e930a6bfb81116a Mon Sep 17 00:00:00 2001 From: Ling-Jyh Chen Date: Fri, 11 Mar 2022 17:18:01 +0800 Subject: [PATCH] language support for Traditional Chinese (zh-tw) language support for Traditional Chinese (zh-tw) --- i18n/zh-tw.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 i18n/zh-tw.toml diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml new file mode 100644 index 0000000000..7bf24603c6 --- /dev/null +++ b/i18n/zh-tw.toml @@ -0,0 +1,35 @@ +[Search-placeholder] +other = "搜尋..." + +[Clear-History] +other = "清除歷史紀錄" + +[Attachments-label] +other = "附件" + +[title-404] +other = "錯誤" + +[message-404] +other = "這個網頁已經被刪除、移動或從未存在" + +[Go-to-homepage] +other = "回到首頁" + +[Edit-this-page] +other = "編輯網頁" + +[Shortcuts-Title] +other = "更多" + +[Expand-title] +other = "展開" + +[Byte-symbol] +other = "B" + +[Kilobyte-symbol] +other = "KB" + +[Megabyte-symbol] +other = "MB"