Update zh-Hans translation to match latest en.json

This commit is contained in:
smoothdvd 2023-03-15 11:30:43 +08:00 committed by GitHub
parent 8f2476c881
commit 37a855e45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,13 @@
"EditForm.inputToggle.placeholder.email-confirmation-redirection": "例如: https://yourfrontend.com/reset-password", "EditForm.inputToggle.placeholder.email-confirmation-redirection": "例如: https://yourfrontend.com/reset-password",
"EditForm.inputToggle.placeholder.email-reset-password": "例如: https://yourfrontend.com/reset-password", "EditForm.inputToggle.placeholder.email-reset-password": "例如: https://yourfrontend.com/reset-password",
"EditPage.form.roles": "角色详情", "EditPage.form.roles": "角色详情",
"Email.template.data.loaded": "电子邮件模板已加载",
"Email.template.email_confirmation": "邮箱地址确认", "Email.template.email_confirmation": "邮箱地址确认",
"Email.template.form.edit.label": "编辑模板",
"Email.template.table.action.label": "操作",
"Email.template.table.icon.label": "图标",
"Email.template.table.name.label": "名称",
"Form.advancedSettings.data.loaded": "高级设置数据已加载",
"HeaderNav.link.advancedSettings": "高级设置", "HeaderNav.link.advancedSettings": "高级设置",
"HeaderNav.link.emailTemplates": "电子邮件模板", "HeaderNav.link.emailTemplates": "电子邮件模板",
"HeaderNav.link.providers": "提供者", "HeaderNav.link.providers": "提供者",
@ -43,13 +49,27 @@
"PopUpForm.Providers.redirectURL.label": "添加到{provider}应用配置的跳转URL", "PopUpForm.Providers.redirectURL.label": "添加到{provider}应用配置的跳转URL",
"PopUpForm.Providers.secret.label": "客户端秘钥", "PopUpForm.Providers.secret.label": "客户端秘钥",
"PopUpForm.Providers.secret.placeholder": "文本", "PopUpForm.Providers.secret.placeholder": "文本",
"PopUpForm.Providers.subdomain.label": "Host URI (Subdomain)", "PopUpForm.Providers.subdomain.label": "主机URI子域名",
"PopUpForm.Providers.subdomain.placeholder": "my.subdomain.com", "PopUpForm.Providers.subdomain.placeholder": "my.subdomain.com",
"PopUpForm.header.edit.email-templates": "编辑电子邮件模版", "PopUpForm.header.edit.email-templates": "编辑电子邮件模版",
"PopUpForm.header.edit.providers": "编辑提供商", "PopUpForm.header.edit.providers": "编辑提供商",
"Providers.data.loaded": "提供商已加载",
"Providers.status": "状态",
"Roles.empty": "您还没有任何角色。",
"Roles.empty.search": "没有与搜索相匹配的角色。",
"Settings.roles.deleted": "角色已被删除", "Settings.roles.deleted": "角色已被删除",
"Settings.roles.edited": "角色编辑完成", "Settings.roles.edited": "角色编辑完成",
"Settings.section-label": "用户及权限插件", "Settings.section-label": "用户及权限插件",
"components.Input.error.validation.email": "这是一个无效的电子邮件",
"components.Input.error.validation.json": "这不符合JSON格式",
"components.Input.error.validation.max": "值过高。",
"components.Input.error.validation.maxLength": "值过长。",
"components.Input.error.validation.min": "值太低。",
"components.Input.error.validation.minLength": "值太短。",
"components.Input.error.validation.minSupMax": "不能超过上限",
"components.Input.error.validation.regex": "该值不符合正则表达式。",
"components.Input.error.validation.required": "该值为必填项。",
"components.Input.error.validation.unique": "该值已被使用。",
"notification.success.submit": "设置已被更新", "notification.success.submit": "设置已被更新",
"page.title": "设置 - 角色", "page.title": "设置 - 角色",
"plugin.description.long": "使用基于 JWT 的完整身份验证过程来保护 API。这个插件还有一个 ACL 策略,允许你管理用户组之间的权限。", "plugin.description.long": "使用基于 JWT 的完整身份验证过程来保护 API。这个插件还有一个 ACL 策略,允许你管理用户组之间的权限。",