Skip to content

Commit 341f0e9

Browse files
Translated using Weblate (Chinese (Simplified) (zh_MO))
Currently translated at 60.0% (185 of 308 strings) Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (308 of 308 strings) Co-authored-by: Ziqian Huang <ziqian.huang@hotmail.com> Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/zh_Hans/ Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/zh_MO/ Translation: Homebox/Frontend
1 parent e5be690 commit 341f0e9

File tree

2 files changed

+108
-5
lines changed

2 files changed

+108
-5
lines changed

frontend/locales/zh-CN.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,15 @@
242242
"it": "意大利语",
243243
"ja-JP": "日本語",
244244
"ko-KR": "韩语",
245-
"nb-NO": "",
245+
"nb-NO": "挪威语",
246246
"nl": "荷兰语",
247247
"pl": "波兰语",
248248
"pt-BR": "葡萄牙语(巴西)",
249249
"pt-PT": "葡萄牙语(葡萄牙)",
250250
"ru": "俄语",
251251
"sl": "斯洛文尼亚语",
252252
"sv": "瑞典语",
253+
"ta-IN": "泰米尔语",
253254
"th-TH": "泰语",
254255
"tr": "土耳其语",
255256
"uk-UA": "乌克兰语",
@@ -347,7 +348,8 @@
347348
"error": "扫描遇到问题",
348349
"invalid_url": "非法的条形码地址",
349350
"no_sources": "没有可用的摄像头资源",
350-
"select_video_source": "选择摄像头"
351+
"select_video_source": "选择摄像头",
352+
"unsupported": "不支持实时媒体API"
351353
},
352354
"tools": {
353355
"actions": "库存操作",
@@ -361,8 +363,8 @@
361363
"set_primary_photo": "设置封面图片",
362364
"set_primary_photo_button": "设置封面",
363365
"set_primary_photo_sub": "设置封面在 Homebox v0.10.0 版本中,该列的类型为图片。如果没有设置封面,则会把附件中第一张图片作为封面。 '<a class=\"link\" href=\"https://github.com/hay-kot/homebox/pull/576\">'更多请参考 GitHub PR #576'</a>'",
364-
"zero_datetimes": "清空时间项",
365-
"zero_datetimes_button": "清空时间项",
366+
"zero_datetimes": "零项目日期",
367+
"zero_datetimes_button": "零项目日期",
366368
"zero_datetimes_sub": "将库存中所有日期时间字段的值重置为开始日期。这是为了修复在网站开发早期出现的一个错误,该错误导致自定义时间值保存时,日期会出现偏移的问题。 '<a class=\"link\" href=\"https://github.com/hay-kot/homebox/issues/236\" target=\"_blank\">'详细问题请参考 Github Issue #236 '</a>'"
367369
},
368370
"actions_sub": "将操作批量应用于您的库存。这些都是不可逆转的行动'<b> '谨慎操作。'</b>'",

frontend/locales/zh-MO.json

+102-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,42 @@
1717
},
1818
"global": {
1919
"copy_text": {
20-
"documentation": "文件"
20+
"documentation": "文件",
21+
"failed_to_copy": "未能成功拷贝",
22+
"https_required": "因为HTTPS协议是必要的",
23+
"learn_more": "了解我们"
24+
},
25+
"date_time": {
26+
"ago": "以前",
27+
"days": "",
28+
"hour": "小时",
29+
"hours": "小时",
30+
"in": "",
31+
"just-now": "刚刚",
32+
"last-month": "上个月",
33+
"last-week": "上周",
34+
"last-year": "去年",
35+
"minute": "分钟",
36+
"minutes": "分钟",
37+
"months": "",
38+
"next-month": "下个月",
39+
"next-week": "下周",
40+
"next-year": "明年",
41+
"second": "",
42+
"seconds": "",
43+
"tomorrow": "明天",
44+
"week": "",
45+
"weeks": "",
46+
"years": "",
47+
"yesterday": "昨天"
48+
},
49+
"label_maker": {
50+
"browser_print": "从浏览器打印",
51+
"confirm_description": "请确认您是否要打印该标签?",
52+
"download": "下载标签",
53+
"print": "打印标签",
54+
"server_print": "在服务器上打印",
55+
"titles": "标签"
2156
},
2257
"page_qr_code": {
2358
"page_url": "頁面網址"
@@ -28,6 +63,8 @@
2863
},
2964
"item": {
3065
"create_modal": {
66+
"item_description": "项目说明",
67+
"item_name": "项目名称",
3168
"photo_button": "相片 📷",
3269
"title": "新增項目"
3370
},
@@ -37,42 +74,75 @@
3774
"items": "項目",
3875
"no_items": "沒有可顯示的項目",
3976
"table": "表格"
77+
},
78+
"table": {
79+
"page": "页面",
80+
"rows_per_page": "每页行数"
4081
}
4182
}
4283
},
4384
"label": {
4485
"create_modal": {
86+
"label_description": "标签详情",
87+
"label_name": "标签名",
4588
"title": "新增標籤"
4689
}
4790
},
4891
"location": {
4992
"create_modal": {
93+
"location_description": "位置描述",
94+
"location_name": "位置描述",
5095
"title": "新增地點"
96+
},
97+
"selector": {
98+
"parent_location": "父页面"
5199
}
100+
},
101+
"quick_menu": {
102+
"shortcut_hint": "用数字键以快速选择操作。"
52103
}
53104
},
54105
"global": {
106+
"add": "添加",
55107
"build": "建立{ build }",
56108
"confirm": "確認",
57109
"create": "新增",
58110
"create_and_add": "創建並添加另一個",
59111
"created": "已建立",
112+
"delete": "删除",
113+
"details": "详情",
114+
"duplicate": "复制",
115+
"edit": "编辑",
60116
"email": "電子信箱",
61117
"follow_dev": "關注開發者",
62118
"github": "GitHub項目",
63119
"items": "項目",
64120
"join_discord": "加入Discord",
65121
"labels": "標籤",
66122
"locations": "地點",
123+
"maintenance": "维护",
67124
"name": "名字",
125+
"navigate": "导航",
68126
"password": "密碼",
69127
"read_docs": "閱讀文件",
128+
"save": "保存",
70129
"search": "搜尋",
71130
"sign_out": "登出",
72131
"submit": "提交",
132+
"update": "更新",
133+
"value": "",
73134
"version": "版本:{ version }",
74135
"welcome": "歡迎,{ username }"
75136
},
137+
"home": {
138+
"labels": "标签",
139+
"quick_statistics": "快速统计",
140+
"recently_added": "最近添加",
141+
"storage_locations": "存储地址",
142+
"total_items": "目标数量",
143+
"total_labels": "标签总数",
144+
"total_locations": "位置总数"
145+
},
76146
"index": {
77147
"disabled_registration": "已禁用註冊",
78148
"dont_join_group": "不想加入群組?",
@@ -87,23 +157,54 @@
87157
},
88158
"items": {
89159
"add": "添加",
160+
"advanced": "高级",
161+
"archived": "已封存",
162+
"asset_id": "组件 ID",
163+
"attachment": "附件",
164+
"attachments": "附件",
165+
"changes_persisted_immediately": "对附件的更改会被立刻保存",
90166
"created_at": "創建於",
91167
"custom_fields": "自訂欄位",
168+
"description": "描述",
169+
"details": "详情",
170+
"drag_and_drop": "拖拽或者点击以选择文件",
171+
"edit_details": "编辑详情",
92172
"field_selector": "欄位選擇器",
93173
"field_value": "欄位值",
94174
"first": "第一項",
95175
"include_archive": "包括存檔項目",
176+
"insured": "确保的",
96177
"last": "最後一項",
178+
"location": "地址",
179+
"manual": "手动",
180+
"manuals": "手册",
181+
"manufacturer": "制造商",
182+
"model_number": "模型序号",
183+
"name": "名字",
97184
"negate_labels": "取消選定的標籤",
98185
"next_page": "下一頁",
99186
"no_results": "沒有找到項目",
187+
"notes": "笔记",
188+
"only_with_photo": "仅限附带图片的目标",
189+
"only_without_photo": "仅限无图片的目标",
100190
"options": "選項",
101191
"order_by": "排序",
102192
"pages": "第{ page } 頁(共{ totalPages })",
193+
"parent_item": "父项目",
194+
"photo": "照片",
195+
"photos": "图片",
103196
"prev_page": "上一頁",
197+
"purchase_date": "购买日期",
198+
"purchase_details": "购买详情",
199+
"purchase_price": "购买价格",
200+
"purchased_from": "买自",
201+
"quantity": "数量",
104202
"query_id": "查詢資產ID號碼:{ id }",
203+
"receipt": "收据",
204+
"receipts": "收据",
105205
"reset_search": "重置搜尋",
106206
"results": "{ total }結果",
207+
"serial_number": "序列号",
107208
"tip_1": "位置和標籤過濾器使用“OR”運算。如果選擇了多個,則一次配對\n只會使用一個。",
108209
"tip_2": "以「#」為前綴的搜尋將查詢資產 ID(例如「#000-001」)",
109210
"tip_3": "字段過濾器使用“OR”運算。如果選擇了多個,則一次配對只需要選擇\n一個。",

0 commit comments

Comments
 (0)