mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 11:30:52 +00:00
127cec0d8d
Change-Id: I14d9308687a161ead50d020374bc100484cd13f5
20 lines
713 B
JSON
20 lines
713 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Liuxinyu970226",
|
|
"LNDDYL",
|
|
"Cwlin0416"
|
|
]
|
|
},
|
|
"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-indent": "增加縮排",
|
|
"codeeditor-outdent": "減少縮排"
|
|
}
|