mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: improve frontend i18n strings
This commit is contained in:
@ -17,11 +17,15 @@
|
||||
"Use same DB - Tooltip": "与Casdoor使用同一个数据库"
|
||||
},
|
||||
"application": {
|
||||
"Add Face ID": "添加人脸ID",
|
||||
"Add Face ID with Image": "添加图片人脸ID",
|
||||
"Always": "始终开启",
|
||||
"Auto signin": "启用自动登录",
|
||||
"Auto signin - Tooltip": "当Casdoor存在已登录会话时,自动采用该会话进行应用端的登录",
|
||||
"Background URL": "背景图URL",
|
||||
"Background URL - Tooltip": "登录页背景图的链接",
|
||||
"Background URL Mobile": "背景图URL(移动端)",
|
||||
"Background URL Mobile - Tooltip": "登录页背景图的链接(移动端)",
|
||||
"Big icon": "大图标",
|
||||
"Binding providers": "绑定提供商",
|
||||
"CSS style": "CSS样式",
|
||||
@ -63,6 +67,7 @@
|
||||
"Footer HTML - Tooltip": "自定义应用的footer",
|
||||
"Form position": "表单位置",
|
||||
"Form position - Tooltip": "注册、登录、忘记密码等表单的位置",
|
||||
"Generate Face ID": "生成人脸ID",
|
||||
"Grant types": "OAuth授权类型",
|
||||
"Grant types - Tooltip": "选择允许哪些OAuth协议中的grant types",
|
||||
"Header HTML": "Header HTML",
|
||||
@ -162,16 +167,16 @@
|
||||
"Submit and complete": "完成提交"
|
||||
},
|
||||
"currency": {
|
||||
"AUD": "AUD",
|
||||
"CAD": "CAD",
|
||||
"CHF": "CHF",
|
||||
"CNY": "CNY",
|
||||
"EUR": "EUR",
|
||||
"GBP": "GBP",
|
||||
"HKD": "HKD",
|
||||
"JPY": "JPY",
|
||||
"SGD": "SGD",
|
||||
"USD": "USD"
|
||||
"AUD": "澳大利亚元",
|
||||
"CAD": "加拿大元",
|
||||
"CHF": "瑞士法郎",
|
||||
"CNY": "人民币",
|
||||
"EUR": "欧元",
|
||||
"GBP": "英镑",
|
||||
"HKD": "港币",
|
||||
"JPY": "日元",
|
||||
"SGD": "新加坡元",
|
||||
"USD": "美元"
|
||||
},
|
||||
"enforcer": {
|
||||
"Edit Enforcer": "编辑Casbin执行器",
|
||||
@ -201,7 +206,6 @@
|
||||
"Adapter - Tooltip": "策略存储的表名",
|
||||
"Adapters": "Casbin适配器",
|
||||
"Add": "添加",
|
||||
"Add Face Id": "添加人脸",
|
||||
"Add custom item": "添加自定义项",
|
||||
"Admin": "管理工具",
|
||||
"Affiliation URL": "工作单位URL",
|
||||
@ -231,6 +235,7 @@
|
||||
"Created time": "创建时间",
|
||||
"Custom": "自定义",
|
||||
"Dashboard": "数据看板",
|
||||
"Data": "数据",
|
||||
"Default": "默认",
|
||||
"Default application": "默认应用",
|
||||
"Default application - Tooltip": "直接从组织页面注册的用户默认所属的应用",
|
||||
@ -259,7 +264,6 @@
|
||||
"Enabled": "已开启",
|
||||
"Enabled successfully": "启用成功",
|
||||
"Enforcers": "Casbin执行器",
|
||||
"FaceIdData": "人脸数据",
|
||||
"Failed to add": "添加失败",
|
||||
"Failed to connect to server": "连接服务器失败",
|
||||
"Failed to delete": "删除失败",
|
||||
@ -317,6 +321,8 @@
|
||||
"Name": "名称",
|
||||
"Name - Tooltip": "唯一的、字符串式的ID",
|
||||
"Name format": "名称格式",
|
||||
"Navbar items": "顶部栏条目",
|
||||
"Navbar items - Tooltip": "设置顶部栏的各个条目是否开启",
|
||||
"Non-LDAP": "禁用LDAP",
|
||||
"None": "无",
|
||||
"OAuth providers": "OAuth提供方",
|
||||
@ -328,10 +334,10 @@
|
||||
"Password - Tooltip": "请确认密码正确",
|
||||
"Password complexity options": "密码复杂度选项",
|
||||
"Password complexity options - Tooltip": "密码复杂度组合,登录密码复杂度必须符合该规范",
|
||||
"Password obf key": "Password obf key",
|
||||
"Password obf key - Tooltip": "Password obf key - Tooltip",
|
||||
"Password obfuscator": "Password obfuscator",
|
||||
"Password obfuscator - Tooltip": "Password obfuscator - Tooltip",
|
||||
"Password obf key": "密码混淆秘钥",
|
||||
"Password obf key - Tooltip": "密码混淆器所使用的秘钥",
|
||||
"Password obfuscator": "密码混淆器",
|
||||
"Password obfuscator - Tooltip": "前端向后端发送密码时所使用的密码混淆器",
|
||||
"Password salt": "密码Salt值",
|
||||
"Password salt - Tooltip": "用于密码加密的随机参数",
|
||||
"Password type": "密码类型",
|
||||
@ -345,6 +351,7 @@
|
||||
"Phone - Tooltip": "手机号",
|
||||
"Phone only": "仅支持手机号",
|
||||
"Phone or Email": "手机或电子邮件",
|
||||
"Plain": "无",
|
||||
"Plan": "计划",
|
||||
"Plan - Tooltip": "订阅里的计划",
|
||||
"Plans": "计划",
|
||||
@ -363,6 +370,7 @@
|
||||
"QR code is too large": "二维码过大",
|
||||
"Real name": "姓名",
|
||||
"Records": "日志",
|
||||
"Request": "请求",
|
||||
"Request URI": "请求URI",
|
||||
"Resources": "资源",
|
||||
"Role": "角色",
|
||||
@ -443,7 +451,8 @@
|
||||
"Parent group - Tooltip": "上级组",
|
||||
"Physical": "实体组",
|
||||
"Show all": "显示全部",
|
||||
"Virtual": "虚拟组"
|
||||
"Virtual": "虚拟组",
|
||||
"You need to delete all subgroups first. You can view the subgroups in the left group tree of the [Organizations] -\u003e [Groups] page": "您需要先删除所有子组。您可以在 [组织] -\u003e [群组] 页面左侧的群组树中查看子组"
|
||||
},
|
||||
"home": {
|
||||
"New users past 30 days": "过去 30 天新增的用户",
|
||||
@ -462,7 +471,8 @@
|
||||
"Quota": "配额",
|
||||
"Quota - Tooltip": "该邀请码最多能注册多少个用户",
|
||||
"Used count": "已使用个数",
|
||||
"Used count - Tooltip": "该邀请码已使用次数"
|
||||
"Used count - Tooltip": "该邀请码已使用次数",
|
||||
"You need to first specify a default application for organization: ": "你需要先为组织指定一个默认应用程序: "
|
||||
},
|
||||
"ldap": {
|
||||
"Admin": "管理员",
|
||||
@ -587,11 +597,6 @@
|
||||
"Your phone is": "你的手机号",
|
||||
"preferred": "首选"
|
||||
},
|
||||
"mfaAccount": {
|
||||
"Account Name": "账号名",
|
||||
"Issuer": "Issuer",
|
||||
"Secret Key": "密钥"
|
||||
},
|
||||
"model": {
|
||||
"Advanced Editor": "高级编辑器",
|
||||
"Basic Editor": "基础编辑器",
|
||||
@ -613,16 +618,18 @@
|
||||
"Modify rule": "修改规则",
|
||||
"New Organization": "添加组织",
|
||||
"Optional": "可选",
|
||||
"Password expire days": "Password expire days",
|
||||
"Password expire days - Tooltip": "Password expire days - Tooltip",
|
||||
"Password expire days": "密码过期天数",
|
||||
"Password expire days - Tooltip": "密码过期时间,以天数为单位",
|
||||
"Prompt": "提示",
|
||||
"Required": "必须",
|
||||
"Soft deletion": "软删除",
|
||||
"Soft deletion - Tooltip": "启用后,删除一个用户时不会在数据库彻底清除,只会标记为已删除状态",
|
||||
"Tags": "标签集合",
|
||||
"Tags - Tooltip": "可供用户选择的标签集合",
|
||||
"Use Email as username": "Use Email as username",
|
||||
"Use Email as username - Tooltip": "Use Email as username if the username field is not visible at signup",
|
||||
"Use Email as username": "邮箱作为用户名",
|
||||
"Use Email as username - Tooltip": "如果注册时用户名不可见,则使用邮箱作为用户名",
|
||||
"User types": "用户类型",
|
||||
"User types - Tooltip": "用户的类型",
|
||||
"View rule": "查看规则",
|
||||
"Visible": "是否可见",
|
||||
"Website URL": "主页地址",
|
||||
@ -729,6 +736,7 @@
|
||||
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "付费用户找不到对应的订阅,请选择购买一个计划"
|
||||
},
|
||||
"product": {
|
||||
"AirWallex": "空中云汇",
|
||||
"Alipay": "支付宝",
|
||||
"Buy": "购买",
|
||||
"Buy Product": "购买商品",
|
||||
@ -758,7 +766,6 @@
|
||||
"Sold": "售出",
|
||||
"Sold - Tooltip": "已售出的数量",
|
||||
"Stripe": "Stripe",
|
||||
"AirWallex": "AirWallex",
|
||||
"Tag - Tooltip": "商品类别",
|
||||
"Test buy page..": "测试购买页面..",
|
||||
"There is no payment channel for this product.": "该商品没有付款方式。",
|
||||
@ -784,8 +791,8 @@
|
||||
"Auth Key - Tooltip": "授权密钥 - 工具提示",
|
||||
"Auth URL": "Auth URL",
|
||||
"Auth URL - Tooltip": "Auth URL - 工具提示",
|
||||
"Base URL": "基本 URL",
|
||||
"Base URL - Tooltip": "基本 URL - 工具提示",
|
||||
"Base URL": "基本URL",
|
||||
"Base URL - Tooltip": "基本URL - 工具提示",
|
||||
"Bucket": "存储桶",
|
||||
"Bucket - Tooltip": "Bucket名称",
|
||||
"Can not parse metadata": "无法解析元数据",
|
||||
@ -818,6 +825,8 @@
|
||||
"Edit Provider": "编辑提供商",
|
||||
"Email content": "邮件内容",
|
||||
"Email content - Tooltip": "邮件内容",
|
||||
"Email regex": "Email正则表达式",
|
||||
"Email regex - Tooltip": "只有符合此正则表达式的Email才能进行注册或登录",
|
||||
"Email title": "邮件标题",
|
||||
"Email title - Tooltip": "邮件标题",
|
||||
"Endpoint": "地域节点 (外网)",
|
||||
@ -845,6 +854,8 @@
|
||||
"Key text - Tooltip": "Key text",
|
||||
"Metadata": "元数据",
|
||||
"Metadata - Tooltip": "SAML元数据",
|
||||
"Metadata url": "Metadata链接",
|
||||
"Metadata url - Tooltip": "SAML的Metadata链接",
|
||||
"Method - Tooltip": "登录方法,二维码或者静默授权登录",
|
||||
"New Provider": "添加提供商",
|
||||
"Normal": "标准",
|
||||
@ -1245,9 +1256,11 @@
|
||||
"Edit Webhook": "编辑Webhook",
|
||||
"Events": "事件",
|
||||
"Events - Tooltip": "事件",
|
||||
"Extended user fields": "扩展用户字段",
|
||||
"Extended user fields - Tooltip": "扩展使用的用户字段",
|
||||
"Headers": "协议头",
|
||||
"Headers - Tooltip": "HTTP协议头(键值对)",
|
||||
"Is user extended": "扩展用户字段",
|
||||
"Is user extended": "是否扩展用户字段",
|
||||
"Is user extended - Tooltip": "是否在JSON里加入用户的扩展字段",
|
||||
"Method - Tooltip": "HTTP方法",
|
||||
"New Webhook": "添加Webhook",
|
||||
|
Reference in New Issue
Block a user