summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/i18n/zh-hant.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/CodeEditor/i18n/zh-hant.json')
-rw-r--r--www/wiki/extensions/CodeEditor/i18n/zh-hant.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/wiki/extensions/CodeEditor/i18n/zh-hant.json b/www/wiki/extensions/CodeEditor/i18n/zh-hant.json
new file mode 100644
index 00000000..84be0905
--- /dev/null
+++ b/www/wiki/extensions/CodeEditor/i18n/zh-hant.json
@@ -0,0 +1,24 @@
+{
+ "@metadata": {
+ "authors": [
+ "Liuxinyu970226",
+ "LNDDYL",
+ "Cwlin0416",
+ "Kly"
+ ]
+ },
+ "codeeditor-desc": "支援 JavaScript 與 CSS 語法醒目標示編輯使用 [https://ace.c9.io/ Ace 編輯器]",
+ "codeeditor-next-annotation": "前往下一個註解",
+ "codeeditor-toolbar-toggle": "切換原始碼編輯器",
+ "codeeditor-save-with-errors": "該文件內有錯誤,您是否確定要儲存?",
+ "codeeditor-invisibleChars-toggle": "切換隱藏字元",
+ "codeeditor-lineWrapping-toggle": "切換自動換行",
+ "codeeditor-searchReplace-toggle": "切換搜尋與取代對話框",
+ "codeeditor-gotoline": "前往行號...",
+ "codeeditor-gotoline-placeholder": "行[:欄]",
+ "codeeditor-gotoline-prompt": "輸入行數",
+ "codeeditor-indent": "增加縮排",
+ "codeeditor-outdent": "減少縮排",
+ "codeeditor-error-title": "相依失敗",
+ "codeeditor-error-message": "代碼編輯器需要有載入 WikiEditor。"
+}