feat: Added Dutch translations + fixes
This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
"passwordverify": "验证密码",
|
||||
"provider": "供应商",
|
||||
"savechanges": "保存",
|
||||
"subtitle": "个人资料与验证信息"
|
||||
"subtitle": "个人资料与验证信息",
|
||||
"tfa": "双重验证",
|
||||
"tfadisable": "禁用双重验证",
|
||||
"tfadisabled": "禁用",
|
||||
"tfaenable": "启用双重验证",
|
||||
"tfaenabled": "启用"
|
||||
},
|
||||
"stats": {
|
||||
"subtitle": "通用全站统计",
|
||||
@@ -18,7 +23,10 @@
|
||||
"users": "用户"
|
||||
},
|
||||
"settings": {
|
||||
"subtitle": "管理",
|
||||
"subtitle": "管理"
|
||||
},
|
||||
"system": {
|
||||
"subtitle": "本 wiki 的信息与工具",
|
||||
"systemversion": "系统版本",
|
||||
"currentversion": "当前版本",
|
||||
"latestversion": "最新版本",
|
||||
@@ -34,7 +42,30 @@
|
||||
"resetaccountsbtn": "重置系统帐户",
|
||||
"flushsessions": "刷新所有活动用户的会话",
|
||||
"flushsessionstext": "所有用户将被注销并被要求重新登录。您当前的会话也会受到影响!",
|
||||
"flushsessionsbtn": "清空会话"
|
||||
"flushsessionsbtn": "清空会话",
|
||||
"hostinfo": "主机信息",
|
||||
"os": "操作系统",
|
||||
"nodeversion": "Node.js版本",
|
||||
"hostname": "主机名",
|
||||
"cores": "CPU内核",
|
||||
"totalmem": "总内存",
|
||||
"cwd": "工作目录"
|
||||
},
|
||||
"theme": {
|
||||
"subtitle": "改变 wiki 的外观和感觉",
|
||||
"primarycolor": "原色",
|
||||
"primarycolordesc": "用于顶级导航栏,标题,链接等",
|
||||
"altcolor": "替代颜色",
|
||||
"altcolordesc": "用于边栏(黑色)",
|
||||
"footercolor": "页脚颜色",
|
||||
"footercolordesc": "用于foter(较轻的音调)",
|
||||
"codeblock": {
|
||||
"title": "代码块",
|
||||
"dark": "使用黑色主题",
|
||||
"colorize": "对代码涂色"
|
||||
},
|
||||
"savechanges": "保存",
|
||||
"reset": "恢复为默认值"
|
||||
},
|
||||
"users": {
|
||||
"createauthorize": "创建/授权用户",
|
||||
|
@@ -10,6 +10,7 @@
|
||||
"filedeleteaction": "删除",
|
||||
"filedeleteloading": "删除文件...",
|
||||
"filedeletedefault": "这个文件",
|
||||
"filedeletesuccess": "文件已删除。",
|
||||
"fileerror": "无法获取更新的列表。",
|
||||
"filefolderempty": "这个文件夹是空的。",
|
||||
"fileinsert": "插入文件的链接",
|
||||
@@ -17,6 +18,7 @@
|
||||
"filemoveaction": "移动到",
|
||||
"filemoveerror": "移动出错:{{err}}",
|
||||
"filemoveloading": "移动文件...",
|
||||
"filemovesuccess": "文件移动成功。",
|
||||
"fileprocessing": "处理...",
|
||||
"filerenameaction": "重命名",
|
||||
"filesuccess": "已插入文件链接。",
|
||||
@@ -43,6 +45,16 @@
|
||||
"videosupportedtitle": "支持以下内容:",
|
||||
"videotitle": "插入视频"
|
||||
},
|
||||
"history": {
|
||||
"pastversions": "老版本",
|
||||
"timestamp": "时间戳",
|
||||
"author": "作者",
|
||||
"commit": "提交",
|
||||
"comparewith": "对比",
|
||||
"view": "视图",
|
||||
"reverttoversion": "恢复到版本",
|
||||
"sidebyside": "并排视图"
|
||||
},
|
||||
"modal": {
|
||||
"abort": "退出",
|
||||
"anchorerror": "剪贴板复制失败,请手动复制URL。",
|
||||
|
@@ -33,6 +33,7 @@
|
||||
"settings": "设置",
|
||||
"source": "源文件",
|
||||
"stats": "统计",
|
||||
"sysinfo": "系统信息",
|
||||
"syssettings": "系统设置",
|
||||
"theme": "颜色方案",
|
||||
"users": "用户",
|
||||
|
Reference in New Issue
Block a user