chore(lang): updated translations from crowdin (#1786)

* New translations en.json (Hebrew)

* New translations en.json (Dutch)

* New translations en.json (Hebrew)

* New translations en.json (Hebrew)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Lithuanian)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Russian)

* New translations en.json (Slovak)

* New translations en.json (Slovenian)

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Croatian)

* New translations en.json (Latvian)

* New translations en.json (Cree)

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Thomas Camlong
2024-12-28 04:47:14 +09:00
committed by GitHub
parent fcab6a347d
commit 76abfca11b
28 changed files with 2173 additions and 2173 deletions

View File

@@ -51,7 +51,7 @@
"title": "输入导入密钥",
"field": {
"token": {
"label": "令牌",
"label": "Token",
"description": "输入您之前的 homarr 实例中显示的导入秘钥"
}
},
@@ -125,7 +125,7 @@
"field": {
"email": {
"label": "邮箱",
"verified": "已验证"
"verified": ""
},
"username": {
"label": "用户名"
@@ -133,46 +133,46 @@
"password": {
"label": "密码",
"requirement": {
"length": "包含至少8个字符",
"length": "",
"lowercase": "包括小写字母",
"uppercase": "包含大写字母",
"number": "包含数字",
"special": "包含特殊符号"
"special": ""
}
},
"passwordConfirm": {
"label": "确认密码"
},
"previousPassword": {
"label": "先前的密码"
"label": ""
},
"homeBoard": {
"label": "首页"
"label": ""
},
"pingIconsEnabled": {
"label": "用于ping的图标"
"label": ""
}
},
"error": {
"usernameTaken": "用户名称已被占用"
"usernameTaken": ""
},
"action": {
"login": {
"label": "登录",
"labelWith": "使用 {provider} 登录",
"labelWith": "",
"notification": {
"success": {
"title": "登录成功",
"message": "您已登录"
"title": "",
"message": ""
},
"error": {
"title": "登录失败",
"message": "您登录失败"
"title": "",
"message": ""
}
},
"forgotPassword": {
"label": "忘记密码?",
"description": "管理员可以使用以下命令重置您的密码:"
"label": "",
"description": ""
}
},
"register": {
@@ -180,11 +180,11 @@
"notification": {
"success": {
"title": "账号已创建",
"message": "请登录以继续"
"message": ""
},
"error": {
"title": "创建账户失败",
"message": "无法创建您的帐户"
"title": "",
"message": ""
}
}
},
@@ -262,16 +262,16 @@
"editProfile": {
"notification": {
"success": {
"message": "资料更新成功"
"message": ""
},
"error": {
"message": "资料更新失败"
"message": ""
}
}
},
"delete": {
"label": "永久删除用户",
"description": "删除此用户及其偏好设置。这将不会删除任何看板。用户将不会收到通知。",
"label": "",
"description": "",
"confirm": "您确定要删除用户 {username} 及其偏好设置吗?"
},
"select": {
@@ -279,24 +279,24 @@
"notFound": "找不到用户"
},
"transfer": {
"label": "选择新的所有者"
"label": ""
}
}
},
"group": {
"title": "",
"name": "",
"search": "查找组",
"title": "",
"name": "",
"search": "",
"field": {
"name": "名称",
"members": "成员列表"
"members": ""
},
"permission": {
"admin": {
"title": "管理员",
"item": {
"admin": {
"label": "管理员",
"label": "",
"description": "拥有此权限的成员可完全访问所有功能和设置"
}
}
@@ -305,20 +305,20 @@
"title": "应用",
"item": {
"create": {
"label": "创建应用",
"description": "允许成员创建应用"
"label": "",
"description": ""
},
"use-all": {
"label": "使用全部应用",
"description": "允许成员将任何应用添加到他们的看板"
"label": "",
"description": ""
},
"modify-all": {
"label": "修改全部应用",
"description": "允许成员修改全部应用"
"label": "",
"description": ""
},
"full-all": {
"label": "完整应用访问权限",
"description": "允许成员管理、使用和删除全部应用"
"label": "",
"description": ""
}
}
},
@@ -327,19 +327,19 @@
"item": {
"create": {
"label": "创建面板",
"description": "允许成员创建看板"
"description": ""
},
"view-all": {
"label": "查看全部面板",
"description": "允许成员查看全部看板"
"label": "查看所有面板",
"description": ""
},
"modify-all": {
"label": "修改全部看板",
"description": "允许成员修改全部看板 (不包括访问控制和危险区)"
"label": "",
"description": ""
},
"full-all": {
"label": "完整的看板访问权限",
"description": "允许成员查看、修改和删除全部看板 (包括访问控制和危险区)"
"label": "",
"description": ""
}
}
},
@@ -347,144 +347,144 @@
"title": "组件",
"item": {
"create": {
"label": "创建组件",
"description": "允许成员创建组件"
"label": "",
"description": ""
},
"use-all": {
"label": "使用全部组件",
"description": "允许成员将任何组件添加到他们的看板"
"label": "",
"description": ""
},
"interact-all": {
"label": "与任何组件互动",
"description": "允许成员与任何组件互动"
"label": "",
"description": ""
},
"full-all": {
"label": "完全的组件访问权限",
"description": "允许成员管理、使用并与任何组件交互"
"label": "",
"description": ""
}
}
},
"media": {
"title": "媒体",
"title": "",
"item": {
"upload": {
"label": "上传媒体",
"description": "允许成员上传媒体"
"label": "",
"description": ""
},
"view-all": {
"label": "查看全部媒体",
"description": "允许成员查看全部媒体"
"label": "",
"description": ""
},
"full-all": {
"label": "完全的媒体访问权限",
"description": "允许成员管理和删除任何媒体"
"label": "",
"description": ""
}
}
},
"other": {
"title": "其它",
"title": "",
"item": {
"view-logs": {
"label": "查看日志",
"description": "允许成员查看日志"
"label": "",
"description": ""
}
}
},
"search-engine": {
"title": "搜索引擎",
"title": "",
"item": {
"create": {
"label": "创建搜索引擎",
"description": "允许成员创建搜索引擎"
"label": "",
"description": ""
},
"modify-all": {
"label": "修改全部搜索引擎",
"description": "允许成员修改全部搜索引擎"
"label": "",
"description": ""
},
"full-all": {
"label": "完整的搜索引擎访问权限",
"description": "允许成员管理和删除任何搜索引擎"
"label": "",
"description": ""
}
}
}
},
"memberNotice": {
"mixed": "部分成员来自外部提供者,无法在此处管理",
"external": "所有成员都来自外部提供者,无法在此处管理"
"mixed": "",
"external": ""
},
"reservedNotice": {
"message": "此用户组保留供系统使用并限制部分操作 <checkoutDocs></checkoutDocs>"
"message": ""
},
"action": {
"create": {
"label": "新建用户组",
"label": "",
"notification": {
"success": {
"message": "用户组已成功创建"
"message": ""
},
"error": {
"message": "无法创建用户组"
"message": ""
}
}
},
"transfer": {
"label": "转移所有权",
"description": "将此用户组的所有权转移给另一个用户。",
"confirm": "确定将用户组 {name} 的所有权转移给 {username} 吗?",
"label": "",
"description": "",
"confirm": "",
"notification": {
"success": {
"message": "成功将用户组 {group} 的所有权转移给 {user}"
"message": ""
},
"error": {
"message": "无法转移所有权"
"message": ""
}
}
},
"addMember": {
"label": "添加成员"
"label": ""
},
"removeMember": {
"label": "删除成员",
"confirm": "确定将 {user} 从此用户组移除吗?"
"label": "",
"confirm": ""
},
"delete": {
"label": "删除用户组",
"description": "用户组一旦删除就无法恢复. 请谨慎操作.",
"confirm": "确认删除用户组 {name} 吗?",
"label": "",
"description": "",
"confirm": "",
"notification": {
"success": {
"message": "成功删除用户组 {name}"
"message": ""
},
"error": {
"message": "无法删除用户组 {name}"
"message": ""
}
}
},
"changePermissions": {
"notification": {
"success": {
"title": "权限已保存",
"message": "权限保存成功"
"title": "",
"message": ""
},
"error": {
"title": "权限未保存",
"message": "权限尚未保存"
"title": "",
"message": ""
}
}
},
"update": {
"notification": {
"success": {
"message": "用户组 {name} 保存成功"
"message": ""
},
"error": {
"message": "无法保存用户组 {name}"
"message": ""
}
}
},
"select": {
"label": "选择用户组",
"notFound": "未找到用户组"
"label": "",
"notFound": ""
}
}
},
@@ -493,47 +493,47 @@
"list": {
"title": "应用",
"noResults": {
"title": "尚无应用",
"action": "创建您的第一个应用"
"title": "",
"action": ""
}
},
"create": {
"title": "新建应用",
"title": "",
"notification": {
"success": {
"title": "创建成功",
"message": "应用已成功创建"
"title": "",
"message": ""
},
"error": {
"title": "创建失败",
"message": "无法创建此应用"
"title": "",
"message": ""
}
}
},
"edit": {
"title": "编辑应用",
"title": "",
"notification": {
"success": {
"title": "更改应用成功",
"message": "应用保存成功"
"title": "",
"message": ""
},
"error": {
"title": "无法应用更改",
"message": "无法保存此应用"
"title": "",
"message": ""
}
}
},
"delete": {
"title": "删除应用",
"message": "确认删除应用 {name} 吗?",
"title": "",
"message": "",
"notification": {
"success": {
"title": "成功删除",
"message": "应用已成功删除"
"title": "",
"message": ""
},
"error": {
"title": "删除失败",
"message": "无法删除应用"
"title": "",
"message": ""
}
}
}
@@ -543,16 +543,16 @@
"label": "名称"
},
"description": {
"label": "描述"
"label": ""
},
"url": {
"label": "Url"
"label": ""
}
},
"action": {
"select": {
"label": "选择应用",
"notFound": "未找到应用"
"label": "",
"notFound": ""
}
}
},
@@ -560,48 +560,48 @@
"page": {
"list": {
"title": "组件",
"search": "搜索组件",
"search": "",
"noResults": {
"title": "尚无组件"
"title": ""
}
},
"create": {
"title": "新的组件 {name}",
"title": "",
"notification": {
"success": {
"title": "创建成功",
"message": "组件已成功创建"
"title": "",
"message": ""
},
"error": {
"title": "创建失败",
"message": "无法创建组件"
"title": "",
"message": ""
}
}
},
"edit": {
"title": "编辑组件 {name}",
"title": "",
"notification": {
"success": {
"title": "更改应用成功",
"message": "组件已成功保存"
"title": "",
"message": ""
},
"error": {
"title": "无法应用更改",
"message": "无法保存此组件"
"title": "",
"message": ""
}
}
},
"delete": {
"title": "删除组件",
"message": "确认删除组件 {name} 吗?",
"title": "",
"message": "",
"notification": {
"success": {
"title": "成功删除",
"message": "组件已成功删除"
"title": "",
"message": ""
},
"error": {
"title": "删除失败",
"message": "无法删除组件"
"title": "",
"message": ""
}
}
}
@@ -611,21 +611,21 @@
"label": "名称"
},
"url": {
"label": "Url"
"label": ""
}
},
"action": {
"create": "新建组件"
"create": ""
},
"testConnection": {
"action": {
"create": "测试连接并创建",
"edit": "测试连接并保存"
"create": "",
"edit": ""
},
"alertNotice": "成功建立连接后保存按钮将启用",
"alertNotice": "",
"notification": {
"success": {
"title": "连接成功",
"title": "",
"message": ""
},
"invalidUrl": {
@@ -1213,7 +1213,7 @@
}
},
"iframe": {
"name": "",
"name": "iFrame",
"description": "嵌入互联网上的任何内容。某些网站可能限制访问。",
"option": {
"embedUrl": {
@@ -1989,7 +1989,7 @@
"notFound": {
"title": "",
"description": "",
"link": "查看全部面板",
"link": "查看所有面板",
"notice": ""
},
"homeBoard": {
@@ -2042,9 +2042,9 @@
"tools": {
"label": "工具",
"items": {
"docker": "",
"docker": "Docker",
"logs": "",
"api": "",
"api": "API",
"tasks": ""
}
},
@@ -2199,7 +2199,7 @@
},
"field": {
"id": {
"label": ""
"label": "ID"
},
"creator": {
"label": "创建者"
@@ -2208,7 +2208,7 @@
"label": "过期时间"
},
"token": {
"label": ""
"label": "Token"
}
}
}
@@ -2370,7 +2370,7 @@
}
},
"api": {
"title": "",
"title": "API",
"modal": {
"createApiToken": {
"title": "",
@@ -2390,7 +2390,7 @@
},
"table": {
"header": {
"id": "",
"id": "ID",
"createdBy": ""
}
}
@@ -2602,7 +2602,7 @@
"tools": {
"label": "工具",
"docker": {
"label": ""
"label": "Docker"
},
"logs": {
"label": ""
@@ -2749,7 +2749,7 @@
"description": ""
},
"torrent": {
"name": "",
"name": "Torrents",
"description": ""
},
"youTube": {