diff options
Diffstat (limited to 'extensions/InputBox/i18n/zh-hant.json')
-rw-r--r-- | extensions/InputBox/i18n/zh-hant.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extensions/InputBox/i18n/zh-hant.json b/extensions/InputBox/i18n/zh-hant.json new file mode 100644 index 00000000..c58faf1a --- /dev/null +++ b/extensions/InputBox/i18n/zh-hant.json @@ -0,0 +1,22 @@ +{ + "@metadata": { + "authors": [ + "Anakmalaysia", + "Gaoxuewei", + "Liangent", + "Mark85296341", + "Liuxinyu970226", + "Cwlin0416" + ] + }, + "inputbox-desc": "可引用預先定義好的 HTML 表格", + "inputbox-error-no-type": "您尚未指定要建立的輸入框類型。", + "inputbox-error-bad-type": "輸入框類型 \"$1\" 錯誤。\n請使用 \"create\", \"comment\", \"search\", \"search2\" 或 \"fulltext\"。", + "inputbox-tryexact": "嘗試精確比對", + "inputbox-searchfulltext": "全文檢索", + "inputbox-createarticle": "建立頁面", + "inputbox-movearticle": "移動頁面", + "inputbox-postcomment": "新章節", + "inputbox-postcommenttitle": "新章節", + "inputbox-ns-main": "主要" +} |