Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Simplified))
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (90 of 90 strings)

Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (90 of 90 strings)

Co-authored-by: Jackxwb <[email protected]>
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/zh_Hans/
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/zh_Hant/
Translation: Homebox/Frontend
  • Loading branch information
weblate and Jackxwb committed Sep 2, 2024
1 parent 85e5c7e commit dbe77ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions frontend/locales/zh_Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"import_dialog": {
"title": "导入 CSV 文件",
"upload": "上传",
"description": "导入包含项目、标签和位置的CSV文件。有关更多信息,请参阅文档\n查看所需格式。"
"description": "导入包含物品、标签和位置的CSV文件。更多有关信息,\n请参阅文档查看所需格式。",
"change_warning": "导入行为会导致现有的 import_refs 的字段被覆盖。\n如果 CSV 文件中存在 import_ref,则将使用 CSV 文件中的值更新该项。"
}
},
"item": {
Expand All @@ -16,7 +17,7 @@
"selectable": {
"card": "卡片模式",
"items": "物品模式",
"no_items": "不显示物品",
"no_items": "没有物品可用展示",
"table": "表格模式"
}
}
Expand Down Expand Up @@ -44,7 +45,7 @@
"create_and_add": "保存并继续创建",
"email": "邮箱",
"items": "物品",
"build": "版本: {build}",
"build": "编译:{build}",
"confirm": "确认",
"create": "创建",
"created": "已创建",
Expand All @@ -57,7 +58,7 @@
"welcome": "欢迎,{username}",
"name": "名称",
"password": "密码",
"read_docs": "读取文档",
"read_docs": "查阅文档",
"search": "搜索",
"submit": "提交",
"locations": "位置"
Expand Down Expand Up @@ -102,7 +103,7 @@
},
"profile": {
"group_settings_sub": "共享组设置。您可能需要刷新浏览器来让某些设置生效。",
"notifier_modal": "{ type, select, true {Edit} false {Create} other {Other}} Notifier",
"notifier_modal": "通知 { type, select, true {Edit} false {Create} other {Other}}",
"active": "活跃",
"delete_account_sub": "删除您的帐户及其所有相关数据。这是无法撤消的。",
"inactive": "非活跃",
Expand All @@ -116,12 +117,12 @@
"gen_invite": "生成邀请链接",
"group_settings": "组设置",
"new_password": "新密码",
"notifiers": "通知人",
"notifiers": "通知",
"notifiers_sub": "获取即将到来的维护提醒通知",
"test": "测试",
"theme_settings": "主题设置",
"url": "网址",
"user_profile": "用户资料",
"user_profile_sub": "邀请用户并管理您的账号"
"user_profile_sub": "邀请用户共同管理您的资产"
}
}
5 changes: 3 additions & 2 deletions frontend/locales/zh_Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"item": {
"create_modal": {
"title": "新增項目"
"title": "新增項目",
"photo_button": "相片 📷"
},
"view": {
"selectable": {
Expand Down Expand Up @@ -122,6 +123,6 @@
"user_profile": "使用者資料",
"user_profile_sub": "邀請使用者並管理您的帳戶。",
"theme_settings_sub": "主題設定儲存在瀏覽器的本機儲存中。您可以隨時變更主題。如果你是\n 設定主題時遇到問題,請嘗試刷新瀏覽器。",
"notifier_modal": "{ type, select, true {Edit} false {Create} other {Other}} Notifier"
"notifier_modal": "通知 { type, select, true {Edit} false {Create} other {Other}}"
}
}

0 comments on commit dbe77ea

Please sign in to comment.