|
17 | 17 | },
|
18 | 18 | "global": {
|
19 | 19 | "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": "标签" |
21 | 56 | },
|
22 | 57 | "page_qr_code": {
|
23 | 58 | "page_url": "頁面網址"
|
|
28 | 63 | },
|
29 | 64 | "item": {
|
30 | 65 | "create_modal": {
|
| 66 | + "item_description": "项目说明", |
| 67 | + "item_name": "项目名称", |
31 | 68 | "photo_button": "相片 📷",
|
32 | 69 | "title": "新增項目"
|
33 | 70 | },
|
|
37 | 74 | "items": "項目",
|
38 | 75 | "no_items": "沒有可顯示的項目",
|
39 | 76 | "table": "表格"
|
| 77 | + }, |
| 78 | + "table": { |
| 79 | + "page": "页面", |
| 80 | + "rows_per_page": "每页行数" |
40 | 81 | }
|
41 | 82 | }
|
42 | 83 | },
|
43 | 84 | "label": {
|
44 | 85 | "create_modal": {
|
| 86 | + "label_description": "标签详情", |
| 87 | + "label_name": "标签名", |
45 | 88 | "title": "新增標籤"
|
46 | 89 | }
|
47 | 90 | },
|
48 | 91 | "location": {
|
49 | 92 | "create_modal": {
|
| 93 | + "location_description": "位置描述", |
| 94 | + "location_name": "位置描述", |
50 | 95 | "title": "新增地點"
|
| 96 | + }, |
| 97 | + "selector": { |
| 98 | + "parent_location": "父页面" |
51 | 99 | }
|
| 100 | + }, |
| 101 | + "quick_menu": { |
| 102 | + "shortcut_hint": "用数字键以快速选择操作。" |
52 | 103 | }
|
53 | 104 | },
|
54 | 105 | "global": {
|
| 106 | + "add": "添加", |
55 | 107 | "build": "建立{ build }",
|
56 | 108 | "confirm": "確認",
|
57 | 109 | "create": "新增",
|
58 | 110 | "create_and_add": "創建並添加另一個",
|
59 | 111 | "created": "已建立",
|
| 112 | + "delete": "删除", |
| 113 | + "details": "详情", |
| 114 | + "duplicate": "复制", |
| 115 | + "edit": "编辑", |
60 | 116 | "email": "電子信箱",
|
61 | 117 | "follow_dev": "關注開發者",
|
62 | 118 | "github": "GitHub項目",
|
63 | 119 | "items": "項目",
|
64 | 120 | "join_discord": "加入Discord",
|
65 | 121 | "labels": "標籤",
|
66 | 122 | "locations": "地點",
|
| 123 | + "maintenance": "维护", |
67 | 124 | "name": "名字",
|
| 125 | + "navigate": "导航", |
68 | 126 | "password": "密碼",
|
69 | 127 | "read_docs": "閱讀文件",
|
| 128 | + "save": "保存", |
70 | 129 | "search": "搜尋",
|
71 | 130 | "sign_out": "登出",
|
72 | 131 | "submit": "提交",
|
| 132 | + "update": "更新", |
| 133 | + "value": "值", |
73 | 134 | "version": "版本:{ version }",
|
74 | 135 | "welcome": "歡迎,{ username }"
|
75 | 136 | },
|
| 137 | + "home": { |
| 138 | + "labels": "标签", |
| 139 | + "quick_statistics": "快速统计", |
| 140 | + "recently_added": "最近添加", |
| 141 | + "storage_locations": "存储地址", |
| 142 | + "total_items": "目标数量", |
| 143 | + "total_labels": "标签总数", |
| 144 | + "total_locations": "位置总数" |
| 145 | + }, |
76 | 146 | "index": {
|
77 | 147 | "disabled_registration": "已禁用註冊",
|
78 | 148 | "dont_join_group": "不想加入群組?",
|
|
87 | 157 | },
|
88 | 158 | "items": {
|
89 | 159 | "add": "添加",
|
| 160 | + "advanced": "高级", |
| 161 | + "archived": "已封存", |
| 162 | + "asset_id": "组件 ID", |
| 163 | + "attachment": "附件", |
| 164 | + "attachments": "附件", |
| 165 | + "changes_persisted_immediately": "对附件的更改会被立刻保存", |
90 | 166 | "created_at": "創建於",
|
91 | 167 | "custom_fields": "自訂欄位",
|
| 168 | + "description": "描述", |
| 169 | + "details": "详情", |
| 170 | + "drag_and_drop": "拖拽或者点击以选择文件", |
| 171 | + "edit_details": "编辑详情", |
92 | 172 | "field_selector": "欄位選擇器",
|
93 | 173 | "field_value": "欄位值",
|
94 | 174 | "first": "第一項",
|
95 | 175 | "include_archive": "包括存檔項目",
|
| 176 | + "insured": "确保的", |
96 | 177 | "last": "最後一項",
|
| 178 | + "location": "地址", |
| 179 | + "manual": "手动", |
| 180 | + "manuals": "手册", |
| 181 | + "manufacturer": "制造商", |
| 182 | + "model_number": "模型序号", |
| 183 | + "name": "名字", |
97 | 184 | "negate_labels": "取消選定的標籤",
|
98 | 185 | "next_page": "下一頁",
|
99 | 186 | "no_results": "沒有找到項目",
|
| 187 | + "notes": "笔记", |
| 188 | + "only_with_photo": "仅限附带图片的目标", |
| 189 | + "only_without_photo": "仅限无图片的目标", |
100 | 190 | "options": "選項",
|
101 | 191 | "order_by": "排序",
|
102 | 192 | "pages": "第{ page } 頁(共{ totalPages })",
|
| 193 | + "parent_item": "父项目", |
| 194 | + "photo": "照片", |
| 195 | + "photos": "图片", |
103 | 196 | "prev_page": "上一頁",
|
| 197 | + "purchase_date": "购买日期", |
| 198 | + "purchase_details": "购买详情", |
| 199 | + "purchase_price": "购买价格", |
| 200 | + "purchased_from": "买自", |
| 201 | + "quantity": "数量", |
104 | 202 | "query_id": "查詢資產ID號碼:{ id }",
|
| 203 | + "receipt": "收据", |
| 204 | + "receipts": "收据", |
105 | 205 | "reset_search": "重置搜尋",
|
106 | 206 | "results": "{ total }結果",
|
| 207 | + "serial_number": "序列号", |
107 | 208 | "tip_1": "位置和標籤過濾器使用“OR”運算。如果選擇了多個,則一次配對\n只會使用一個。",
|
108 | 209 | "tip_2": "以「#」為前綴的搜尋將查詢資產 ID(例如「#000-001」)",
|
109 | 210 | "tip_3": "字段過濾器使用“OR”運算。如果選擇了多個,則一次配對只需要選擇\n一個。",
|
|
0 commit comments