mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
47d2d2fc11
Change-Id: I051046a0f2dbcb8875919b88140b5958eb7d2b7d
20 lines
715 B
JSON
20 lines
715 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Liuxinyu970226",
|
|
"LNDDYL",
|
|
"Cwlin0416"
|
|
]
|
|
},
|
|
"codeeditor-desc": "支援 JavaScript 與 CSS 語法醒目標示編輯使用 [http://ace.ajax.org/ Ace 編輯器]",
|
|
"codeeditor-next-annotation": "前往下一個註解",
|
|
"codeeditor-toolbar-toggle": "切換原始碼編輯器",
|
|
"codeeditor-save-with-errors": "該文件內有錯誤,您是否確定要儲存?",
|
|
"codeeditor-invisibleChars-toggle": "切換隱藏字元",
|
|
"codeeditor-lineWrapping-toggle": "切換自動換行",
|
|
"codeeditor-searchReplace-toggle": "切換搜尋與取代對話框",
|
|
"codeeditor-gotoline": "前往行號...",
|
|
"codeeditor-indent": "增加縮排",
|
|
"codeeditor-outdent": "減少縮排"
|
|
}
|