Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Traditional Han script))
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (284 of 284 strings)

Co-authored-by: Kayz C <kayzed.x@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/zh_Hant/
Translation: Spoolman/Web Client
  • Loading branch information
kayzed authored and weblate committed Dec 10, 2024
1 parent 5a0190b commit 0a67dcc
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions client/public/locales/zh-Hant/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"title": "標籤列印中",
"template": "標籤範本",
"button": "列印標籤",
"templateHelp": "使用 {} 插入料盤物件的值作為內容。例如,{id} 會顯示料盤的 ID,或者 {filament.material} 會顯示料盤的材料。如果缺少值,將以 \"?\" 代替。可以使用第二組 {} 來移除這個顯示。此外,任何夾在 {} 之間的文字若該值缺失也會被移除。例如,{Lot Nr: {lot_nr}} 僅在料盤有批號時顯示標籤。用雙星號 ** 圍繞文字使其加粗。點選此按鈕以查看所有可用標籤列表。",
"templateHelp": "使用 {} 插入料盤物件的值作為內容。例如,{id} 會顯示料盤的 ID,或者 {filament.material} 會以該料盤的材料取代。如果缺少值,將以 \"?\" 代替。可以使用第二組 {} 來移除這個顯示。此外,任何夾在 {} 之間的文字若該值缺失也會被移除。例如,{Lot Nr: {lot_nr}} 僅在料盤有批號時顯示標籤。用雙星號 ** 圍繞文字使其加粗。點選此按鈕以查看所有可用標籤列表。",
"textSize": "標籤文字大小",
"showContent": "列印標籤",
"useHTTPUrl": {
Expand Down Expand Up @@ -163,12 +163,12 @@
"lot_nr": "批號",
"first_used": "首次使用",
"last_used": "上次使用",
"registered": "已註冊",
"registered": "登記於",
"filament_name": "線材",
"filament_external": "外部",
"price": "價格",
"weight_to_use": "重量",
"comment": "註解",
"comment": "備註",
"archived": "封存",
"material": "材料"
},
Expand Down Expand Up @@ -207,6 +207,9 @@
},
"messages": {
"archive": "您確定要封存此線盤嗎?"
},
"formats": {
"last_used": "上次使用{{date}}"
}
},
"filament": {
Expand All @@ -220,7 +223,7 @@
"weight": "重量",
"spool_weight": "料盤重量",
"article_number": "產品編號",
"comment": "註解",
"comment": "備註",
"color_hex": "顏色",
"multi_color": "多色",
"coaxial": "混色",
Expand Down Expand Up @@ -267,7 +270,7 @@
"name": "名稱",
"empty_spool_weight": "空料盤重量",
"external_id": "外部ID",
"comment": "註解",
"comment": "備註",
"id": "ID",
"registered": "已登記"
},
Expand Down Expand Up @@ -315,6 +318,9 @@
"show": "#{{id}} 檢視線盤 | Spoolman",
"edit": "#{{id}} 編輯線盤 | Spoolman",
"list": "線盤 | Spoolman"
},
"locations": {
"list": "位置| Spoolman"
}
},
"home": {
Expand Down Expand Up @@ -376,5 +382,11 @@
"non_unique_key_error": "鍵值必須為唯一。",
"delete_confirm_description": "這將刪除該欄位及所有與之關聯的所有實體資料。"
}
},
"locations": {
"locations": "位置",
"no_location": "未設定位置",
"no_locations_help": "這個頁面讓您將料盤按位置進行整理,請從增加一些線盤來開始!",
"new_location": "新增位置"
}
}

0 comments on commit 0a67dcc

Please sign in to comment.