config: update crowdin translations
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
"actions": {
|
||||
"avatar": {
|
||||
"switchTheme": "切换主题",
|
||||
"preferences": "用户首选项",
|
||||
"defaultBoard": "默认仪表盘",
|
||||
"manage": "管理",
|
||||
"preferences": "用户选项",
|
||||
"defaultBoard": "默认面板",
|
||||
"manage": "管理中心",
|
||||
"logout": "注销 {{username}}",
|
||||
"login": "登录"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
{
|
||||
"metaTitle": "用户",
|
||||
"pageTitle": "管理用户",
|
||||
"text": "通过账号,您可以配置谁可以编辑您的面板。Homarr的未来版本将对权限和面板进行更精细地控制。",
|
||||
"buttons": {
|
||||
"create": "创建"
|
||||
},
|
||||
"filter": {
|
||||
"roles": {
|
||||
"all": "全部",
|
||||
"normal": "普通",
|
||||
"admin": "管理员",
|
||||
"owner": "所有者"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"user": "用户"
|
||||
"user": "用户",
|
||||
"email": "邮箱"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"metaTitle": "用户 {{username}}",
|
||||
"back": "返回用户管理",
|
||||
"sections": {
|
||||
"general": {
|
||||
"title": "通用",
|
||||
"inputs": {
|
||||
"username": {
|
||||
"label": "用户名"
|
||||
},
|
||||
"eMail": {
|
||||
"label": "邮箱"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"title": "安全",
|
||||
"inputs": {
|
||||
"password": {
|
||||
"label": "新密码"
|
||||
},
|
||||
"terminateExistingSessions": {
|
||||
"label": "终止现有会话",
|
||||
"description": "强制用户在其设备上重新登录"
|
||||
},
|
||||
"confirm": {
|
||||
"label": "确认",
|
||||
"description": "密码将被更新。该操作不可撤销。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roles": {
|
||||
"title": "角色",
|
||||
"currentRole": "当前角色: ",
|
||||
"badges": {
|
||||
"owner": "所有者",
|
||||
"admin": "管理员",
|
||||
"normal": "普通"
|
||||
}
|
||||
},
|
||||
"deletion": {
|
||||
"title": "删除账号",
|
||||
"inputs": {
|
||||
"confirmUsername": {
|
||||
"label": "确认用户名",
|
||||
"description": "输入用户名以确认删除"
|
||||
},
|
||||
"confirm": {
|
||||
"label": "永久删除",
|
||||
"description": "我知道此操作是永久性的,所有帐户数据都将丢失。"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "未找到实体",
|
||||
"descriptor": {
|
||||
"name": "Home Assistant 实体",
|
||||
"description": "Home Assistant 中实体的当前状态",
|
||||
"settings": {
|
||||
"title": "实体状态",
|
||||
"entityId": {
|
||||
"label": "实体 ID",
|
||||
"info": "Home Assistant 中的唯一实体 ID。通过单击实体 > 单击齿轮图标 > 单击“实体 ID”处的复制按钮进行复制。某些自定义实体可能不受支持。"
|
||||
},
|
||||
"displayName": {
|
||||
"label": "显示名称"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,12 +41,22 @@
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"isCompleted": "正在下载",
|
||||
"name": "名称",
|
||||
"dateAdded": "已添加到",
|
||||
"size": "大小",
|
||||
"download": "下载",
|
||||
"upload": "上传",
|
||||
"estimatedTimeOfArrival": "剩余时间",
|
||||
"progress": "进度"
|
||||
"progress": "进度",
|
||||
"totalUploaded": "上传总量",
|
||||
"totalDownloaded": "下载总量",
|
||||
"ratio": "分享率",
|
||||
"seeds": "种子数(已连接)",
|
||||
"peers": "用户数(已连接)",
|
||||
"label": "标签",
|
||||
"state": "状态",
|
||||
"stateMessage": "状态信息"
|
||||
},
|
||||
"item": {
|
||||
"text": "由 {{appName}}, {{ratio}} 管理的比率"
|
||||
|
||||
Reference in New Issue
Block a user