New translations en.json (Chinese Simplified)

This commit is contained in:
Nicolas Meienberger 2023-05-15 11:41:17 +02:00
parent afc1c47bd0
commit cbf87c382d

View file

@ -11,7 +11,7 @@
"operator-not-found": "未找到操作员",
"user-not-found": "找不到用户",
"not-allowed-in-demo": "在演示模式下不允许",
"not-allowed-in-dev": "Not allowed in dev mode",
"not-allowed-in-dev": "在开发模式下不允许",
"invalid-password": "无效密码",
"invalid-password-length": "密码不得少于 8 个字符",
"invalid-locale": "无效的区域设置",
@ -19,21 +19,21 @@
"totp-not-enabled": "此用户未启用2FA",
"totp-invalid-code": "无效的2FA验证码",
"totp-already-enabled": "这个用户已启用两步验证",
"app-not-found": "App {id} not found",
"app-failed-to-start": "Failed to start app {id}, see logs for more details",
"app-failed-to-install": "Failed to install app {id}, see logs for more details",
"app-failed-to-stop": "Failed to stop app {id}, see logs for more details",
"app-failed-to-uninstall": "Failed to uninstall app {id}, see logs for more details",
"app-failed-to-update": "Failed to update app {id}, see logs for more details",
"domain-required-if-expose-app": "Domain is required if app is exposed",
"domain-not-valid": "Domain {domain} is not a valid domain",
"invalid-config": "App {id} has an invalid config.json file",
"app-not-exposable": "App {id} is not exposable",
"app-force-exposed": "App {id} works only with exposed domain",
"domain-already-in-use": "Domain {domain} is already in use by app {id}",
"could-not-get-latest-version": "Could not get latest version",
"current-version-is-latest": "Current version is already up to date",
"major-version-update": "The major version has changed. Please update manually (instructions on GitHub)"
"app-not-found": "找不到应用程序 {id}",
"app-failed-to-start": "启动应用程序 {id} 失败,查看日志获取更多详细信息",
"app-failed-to-install": "安装应用程序 {id} 失败,查看日志获取更多详细信息",
"app-failed-to-stop": "停止应用程序 {id} 失败,查看日志获取更多详细信息",
"app-failed-to-uninstall": "卸载应用程序 {id} 失败,查看日志获取更多详细信息",
"app-failed-to-update": "更新应用程序 {id} 失败,查看日志获取更多详细信息",
"domain-required-if-expose-app": "如果应用程序被暴露给公网则需要域名",
"domain-not-valid": "{domain} 不是有效域名",
"invalid-config": "App {id} 有无效的 config.json 文件",
"app-not-exposable": "App {id} 不可发布",
"app-force-exposed": "App {id} 只能使用公开域名",
"domain-already-in-use": "域名 {domain} 已被应用程序 {id} 使用",
"could-not-get-latest-version": "无法获取最新版本",
"current-version-is-latest": "当前版本已经是最新版本",
"major-version-update": "主要版本已更新。请手动更新 (参照GitHub上的指示)"
},
"success": {}
},
@ -121,8 +121,8 @@
"empty-action": "打开App Store"
},
"app-store": {
"search-placeholder": "Search apps",
"category-placeholder": "Select a category"
"search-placeholder": "搜索应用",
"category-placeholder": "选择类别"
},
"app-details": {
"install-success": "应用安装成功!",
@ -132,28 +132,28 @@
"start-success": "应用启动成功",
"update-config-success": "应用程序配置更新成功。重启应用以应用更改",
"version": "版本",
"description": "Description",
"base-info": "Base info",
"source-code": "Source code",
"author": "Author",
"port": "Port",
"categories-title": "Categories",
"link": "Link",
"website": "Website",
"supported-arch": "Supported architectures",
"description": "描述",
"base-info": "基本信息",
"source-code": "源代码",
"author": "作者",
"port": "端口",
"categories-title": "分类",
"link": "链接",
"website": "网址",
"supported-arch": "支持的架构",
"categories": {
"data": "Data",
"network": "Network",
"media": "Media",
"development": "Development",
"automation": "Automation",
"social": "Social",
"utilities": "Utilities",
"security": "Security",
"photography": "Photography",
"featured": "Featured",
"books": "Books",
"music": "Music",
"data": "数据",
"network": "网络",
"media": "多媒体",
"development": "开发",
"automation": "自动化",
"social": "社交",
"utilities": "实用工具",
"security": "安全",
"photography": "摄影",
"featured": "精选",
"books": "图书",
"music": "音乐",
"finance": "Finance",
"gaming": "Gaming",
"ai": "AI"