🔀 Merge pull request #1277 from zcq100/master

Update chinese translate
This commit is contained in:
Alicia Sykes 2023-08-07 16:52:25 +01:00 committed by GitHub
commit ce4e71b4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 133 additions and 86 deletions

View File

@ -10,6 +10,9 @@
"clear-search-tooltip": "清空搜索",
"enter-to-search-web": "点击回车搜索"
},
"splash-screen": {
"loading": "加载中"
},
"login": {
"title": "Dashy",
"guest-label": "访客访问",
@ -41,6 +44,37 @@
"logged-in-guest": "以访客身份登陆,正在跳转...",
"error-guest-access": "不允许访客访问"
},
"app-info": {
"title": "应用信息",
"error-log": "错误日志",
"no-errors": "未检测到最近的错误",
"help-support": "帮助与支持",
"help-support-description": "如需有关Dashy运行或配置的支持请查看",
"help-support-discussions": "讨论",
"support-dashy": "支持Dashy",
"support-dashy-description": "了解参与Dashy项目的方式请查看",
"support-dashy-link": "贡献页面",
"report-bug": "报告漏洞",
"report-bug-description": "如果您认为发现了漏洞,请",
"report-bug-link": "提交问题",
"more-info": "更多信息",
"source": "源代码",
"documentation": "文档",
"privacy-and-security": "隐私与安全",
"privacy-and-security-l1": "关于Dashy如何管理您的数据的详细信息请参阅",
"privacy-and-security-privacy-policy": "隐私政策",
"app-info.privacy-and-security-advice": "如果您需要保护您的仪表盘,请参考",
"app-info.privacy-and-security-advice-link": "管理文档",
"privacy-and-security-security-issue": "如果您发现潜在的安全问题,请遵循我们的",
"privacy-and-security-security-policy": "安全政策",
"license": "许可证",
"license-under": "根据许可证授权",
"licence-third-party": "有关第三方模块的许可证,请参阅",
"licence-third-party-link": "法律信息",
"list-contributors": "查看所有贡献者和致谢的完整列表,请查看",
"list-contributors-link": "致谢",
"version": "版本"
},
"config": {
"main-tab": "主菜单",
"view-config-tab": "视图设置",
@ -55,6 +89,8 @@
"rebuild-app-button": "重建应用",
"change-language-button": "更改语言",
"reset-settings-button": "恢复本地设置",
"disabled-note": "您的管理员已禁用某些配置功能",
"small-screen-note": "您正在使用非常小的屏幕,某些菜单屏幕可能不够优化",
"app-info-button": "应用详情",
"backup-note": "建议在进行更改之前备份你的配置。",
"reset-config-msg-l1": "这将从本地存储中删除所有用户设置但不会影响conf.yml文件。",
@ -69,7 +105,11 @@
"css-note-label": "注意",
"css-note-l1": "你需要刷新页面才能使更改生效。",
"css-note-l2": "样式覆盖仅存储在本地,因此建议复制你的 CSS。",
"css-note-l3": "要删除所有自定义样式,请删除内容并点击保存更改"
"css-note-l3": "要删除所有自定义样式,请删除内容并点击保存更改",
"custom-css": {
"title": "自定义 CSS",
"base-theme": "基础主题"
}
},
"alternate-views": {
"alternate-view-heading": "切换视图",
@ -91,7 +131,9 @@
"config-launcher-tooltip": "更新设置",
"sign-out-tooltip": "注销",
"sign-in-tooltip": "登陆",
"sign-in-welcome": "你好 {username}"
"sign-in-welcome": "你好 {username}",
"hide": "Hide",
"open": "Open"
},
"updates": {
"app-version-note": "Dashy 版本",
@ -155,7 +197,7 @@
"cloud-sync": {
"title": "云备份 & 云恢复",
"intro-l1": "云备份和云恢复是一项试验性功能,你将配置上传到网络,然后在其他设备或 Dashy 实例上恢复。",
"intro-l2": "所有数据都使用 AES 端到端加密,使用你的密码作为密钥。",
"intro-l2": "所有数据都使用AES端对端加密,使用你的密码作为密钥。",
"intro-l3": "有关更多信息,请参阅",
"backup-title-setup": "创建备份",
"backup-title-update": "更新备份",
@ -207,7 +249,13 @@
"move-section": "移动到",
"remove-section": "删除"
}
},
},
"footer": {
"dev-by": "开发者:",
"licensed-under": "许可证授权:",
"get-the": "获取",
"source-code": "源代码"
},
"interactive-editor": {
"menu": {
"start-editing-tooltip": "进入交互编辑器",
@ -338,8 +386,8 @@
"dnd": "请勿打扰",
"email": "邮箱",
"enabled": "已启用",
"federated-shares-ucfirst": "Federated shares",
"federated-shares": "federated shares",
"federated-shares-ucfirst": "联合分享",
"federated-shares": "联合分享",
"files": "文件{plural}",
"free": "可用",
"groups": "组",
@ -395,4 +443,3 @@
}
}
}