summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/i18n/zh-hans.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/CodeEditor/i18n/zh-hans.json')
-rw-r--r--www/wiki/extensions/CodeEditor/i18n/zh-hans.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/wiki/extensions/CodeEditor/i18n/zh-hans.json b/www/wiki/extensions/CodeEditor/i18n/zh-hans.json
new file mode 100644
index 00000000..6ee9735f
--- /dev/null
+++ b/www/wiki/extensions/CodeEditor/i18n/zh-hans.json
@@ -0,0 +1,24 @@
+{
+ "@metadata": {
+ "authors": [
+ "Liangent",
+ "PhiLiP",
+ "Liuxinyu970226",
+ "Northteam"
+ ]
+ },
+ "codeeditor-desc": "使用[https://ace.c9.io/ Ace编辑器]实现编辑JavaScript和CSS页面时的语法高亮功能",
+ "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": "代码编辑器需要Wiki编辑器被加载。"
+}