-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 73.7% (205 of 278 strings) Added translation using Weblate (Chinese (Traditional Han script)) 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
Showing
1 changed file
with
269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,269 @@ | ||
{ | ||
"actions": { | ||
"clone": "複製副本", | ||
"show": "顯示", | ||
"list": "清單", | ||
"create": "建立", | ||
"edit": "編輯" | ||
}, | ||
"buttons": { | ||
"create": "建立", | ||
"save": "儲存", | ||
"saveAndAdd": "儲存並新增", | ||
"logout": "登出", | ||
"delete": "刪除", | ||
"edit": "編輯", | ||
"cancel": "取消", | ||
"confirm": "您確定嗎?", | ||
"continue": "繼續", | ||
"filter": "過濾器", | ||
"clear": "清除", | ||
"refresh": "重新整理", | ||
"show": "顯示", | ||
"undo": "復原", | ||
"import": "匯入", | ||
"clone": "複製副本", | ||
"archive": "封存", | ||
"unArchive": "取消封存", | ||
"hideArchived": "隱藏已封存", | ||
"showArchived": "顯示已封存", | ||
"notAccessTitle": "您沒有存取的權限", | ||
"hideColumns": "隱藏欄", | ||
"clearFilters": "清除篩選" | ||
}, | ||
"warnWhenUnsavedChanges": "您確定要離開嗎?您尚有未儲存的變更。", | ||
"notifications": { | ||
"success": "成功", | ||
"error": "錯誤 ( 狀態碼:{{statusCode}} )", | ||
"undoable": "您有 {{seconds}} 秒可以還原。", | ||
"createSuccess": "成功建立 {{resource}}", | ||
"createError": "建立 {{resource}} 時發生錯誤(狀態碼:{{statusCode}})", | ||
"deleteSuccess": "成功刪除 {{resource}}", | ||
"deleteError": "刪除 {{resource}} 時發生錯誤(狀態碼:{{statusCode}})", | ||
"editSuccess": "成功編輯{{resource}}", | ||
"editError": "編輯 {{resource}} 時發生錯誤(狀態碼:{{statusCode}})", | ||
"importProgress": "匯入中:{{processed}}/{{total}}", | ||
"saveSuccessful": "儲存成功!", | ||
"validationError": "驗證錯誤: {{error}}" | ||
}, | ||
"kofi": "在Ko-fi上打賞我", | ||
"loading": "讀取中", | ||
"version": "版本", | ||
"unknown": "未知", | ||
"yes": "是", | ||
"no": "否", | ||
"tags": { | ||
"clone": "複製副本" | ||
}, | ||
"dashboard": { | ||
"title": "儀表板" | ||
}, | ||
"printing": { | ||
"generic": { | ||
"title": "列印中", | ||
"description": "調整以下設定以獲得所需的列印佈局。請注意,列表機和您的操作系統可能會套用自己的邊距和縮放比例,因此可能需要進行一些反覆測試才能達到理想效果。在實際標籤上列印之前,先在普通紙上測試。", | ||
"helpMargin": "邊距應配置為與您的標籤紙和列表機相符,調整這些將影響整個網格的大小。", | ||
"rows": "列", | ||
"paperSize": "紙張大小", | ||
"customSize": "自訂", | ||
"dimensions": "尺寸", | ||
"showBorder": "顯示外框", | ||
"previewScale": "預覽縮放比例", | ||
"skipItems": "跳過項目", | ||
"itemCopies": "項目複製", | ||
"contentSettings": "內容設定", | ||
"layoutSettings": "佈局設定", | ||
"horizontalSpacing": "水平間距", | ||
"marginLeft": "左邊界", | ||
"marginRight": "右邊界", | ||
"marginBottom": "下邊界", | ||
"printerMarginLeft": "安全區域左側", | ||
"printerMarginRight": "安全區域右側", | ||
"printerMarginTop": "安全區域上側", | ||
"printerMarginBottom": "安全區域下側", | ||
"borders": { | ||
"border": "邊框", | ||
"grid": "方格", | ||
"none": "無" | ||
}, | ||
"defaultSettings": "預設", | ||
"addSettings": "新增預設定", | ||
"newSetting": "新增", | ||
"settings": "預設集", | ||
"settingsName": "預設集名稱", | ||
"duplicateSettings": "複製", | ||
"deleteSettings": "刪除目前預設定", | ||
"deleteSettingsConfirm": "確定要刪除此預設集嗎?", | ||
"saveSetting": "儲存預設集", | ||
"saveAsImage": "另存為圖片", | ||
"print": "列印", | ||
"columns": "欄", | ||
"verticalSpacing": "垂直間距", | ||
"marginTop": "上邊界", | ||
"helpPrinterMargin": "安全區域應設定為列表機能列印的距離紙張的邊界,更改此選項不影響整個網格。" | ||
}, | ||
"qrcode": { | ||
"title": "標籤列印中", | ||
"template": "標籤範本", | ||
"button": "列印標籤", | ||
"templateHelp": "使用 {} 插入料盤物件的值作為內容。例如,{id} 會顯示料盤的 ID,或者 {filament.material} 會顯示料盤的材料。如果缺少值,將以 \"?\" 代替。可以使用第二組 {} 來移除這個顯示。此外,任何夾在 {} 之間的文字若該值缺失也會被移除。例如,{Lot Nr: {lot_nr}} 僅在料盤有批號時顯示標籤。用雙星號 ** 圍繞文字使其加粗。點選此按鈕以查看所有可用標籤列表。", | ||
"textSize": "標籤文字大小", | ||
"showContent": "列印標籤", | ||
"useHTTPUrl": { | ||
"label": "QR碼連結", | ||
"preview": "預覽:", | ||
"options": { | ||
"default": "預設", | ||
"url": "URL" | ||
}, | ||
"tooltip": "將使用專屬連結,僅在使用 Spoolman 的掃描功能掃描時有效(預設)。URL 使用設定中指定的基礎 URL,若未設置則使用目前頁面的 URL。" | ||
}, | ||
"showQRCodeMode": { | ||
"no": "否", | ||
"withIcon": "包含圖示", | ||
"simple": "簡易" | ||
}, | ||
"showQRCode": "列印QR碼" | ||
}, | ||
"spoolSelect": { | ||
"title": "選擇料盤", | ||
"description": "選擇要列印標籤的料盤。", | ||
"showArchived": "顯示已封存的", | ||
"noSpoolsSelected": "您尚未選擇任何料盤。", | ||
"selectAll": "選擇/取消全選", | ||
"selectedTotal_other": "已選擇 {{count}} 個料盤" | ||
} | ||
}, | ||
"scanner": { | ||
"description": "掃描Spoolman的QR碼以檢視關於料盤的詳細資料。", | ||
"error": { | ||
"notAllowed": "您未被允許存取攝影機。", | ||
"streamApiNotSupported": "瀏覽器不支援MediaStream API。", | ||
"notReadable": "攝影機不可讀取。", | ||
"notFound": "未找到攝影機。", | ||
"insecureContext": "此頁面未通過 HTTPS 提供服務。", | ||
"unknown": "發生未知的錯誤。({{error}})" | ||
}, | ||
"title": "掃描QR碼" | ||
}, | ||
"spool": { | ||
"spool": "料盤", | ||
"fields": { | ||
"id": "ID", | ||
"filament": "線材", | ||
"filament_internal": "內部", | ||
"used_weight": "已用重量", | ||
"remaining_weight": "剩餘重量", | ||
"measured_weight": "實測重量", | ||
"used_length": "已用長度", | ||
"remaining_length": "剩餘長度", | ||
"initial_weight": "初始重量", | ||
"spool_weight": "空料盤重量", | ||
"location": "位置", | ||
"lot_nr": "批號", | ||
"first_used": "首次使用", | ||
"last_used": "上次使用", | ||
"registered": "已註冊", | ||
"filament_name": "線材", | ||
"filament_external": "外部", | ||
"price": "價格", | ||
"weight_to_use": "重量", | ||
"comment": "註解", | ||
"archived": "封存", | ||
"material": "材料" | ||
}, | ||
"fields_help": { | ||
"price": "完整線盤的價格。如果未設定,則會假設為線材的價格。", | ||
"used_weight": "料盤所使用的線材重量。一個新料盤應該為0克。", | ||
"measured_weight": "線材和料盤的重量為多少。", | ||
"initial_weight": "料盤上線材的初始重量(淨重)。如果未設置,將使用線材物件中的重量。", | ||
"spool_weight": "線盤的空盤重量。留空時將使用線材或製造商提供的數值。", | ||
"location": "如果您的料盤存於多個位置,請填寫料盤所在位置。", | ||
"lot_nr": "製造商的批號。如果使用多個線盤,可用於確保列印的顏色一致。", | ||
"weight_to_use": "選擇要輸入的重量值。只有在選擇的線材設置了料盤重量時,才會顯示測量重量。", | ||
"remaining_weight": "料盤所剩餘的線材。對於新的料盤來說應等於料盤重量。", | ||
"external_filament": "您已從外部資料庫選擇了一種線材。在建立此線盤時,系統將自動建立一個線材(以及可能的製造商)。如果您之前已為該線材建立過資料,這可能會產生重複的線材。" | ||
}, | ||
"titles": { | ||
"create": "建立線盤", | ||
"clone": "複製線盤副本", | ||
"edit": "編輯線盤", | ||
"list": "線盤", | ||
"show": "顯示線盤", | ||
"adjust": "調整料盤線材", | ||
"show_title": "[線盤 #{{id}}] {{name}}" | ||
}, | ||
"form": { | ||
"measurement_type_label": "測量類型", | ||
"adjust_filament_help": "此處您可直接增加或減少料盤上的線材,正數為減少線材數量,負數為增加線材數量。", | ||
"adjust_filament_value": "消耗量", | ||
"measurement_type": { | ||
"length": "長度", | ||
"weight": "重量" | ||
}, | ||
"new_location_prompt": "輸入一個新位置" | ||
} | ||
}, | ||
"filament": { | ||
"fields": { | ||
"vendor": "製造商", | ||
"name": "名稱", | ||
"material": "材料", | ||
"price": "價格", | ||
"density": "密度", | ||
"diameter": "線徑", | ||
"weight": "重量", | ||
"spool_weight": "料盤重量", | ||
"article_number": "產品編號", | ||
"comment": "註解", | ||
"color_hex": "顏色", | ||
"multi_color": "多色", | ||
"coaxial": "混色", | ||
"settings_extruder_temp": "擠出機溫度", | ||
"settings_bed_temp": "床台溫度", | ||
"external_id": "內部ID", | ||
"spools": "顯示料盤", | ||
"longitudinal": "縱向", | ||
"single_color": "單色", | ||
"id": "ID", | ||
"vendor_name": "製造商" | ||
}, | ||
"fields_help": { | ||
"material": "例如:PLA、ABS、PETG等。", | ||
"name": "線材名稱,用來區分相同製造商的不同線材類型。例如應該包含顏色資訊。", | ||
"article_number": "例如EAN、UPC等。", | ||
"price": "全新料盤價格。" | ||
}, | ||
"titles": { | ||
"create": "建立線材", | ||
"clone": "複製線材副本", | ||
"edit": "編輯線材", | ||
"list": "線材", | ||
"show": "顯示線材", | ||
"show_title": "[線材 #{{id}}] {{name}}" | ||
}, | ||
"form": { | ||
"import_external": "從外部匯入", | ||
"filament_updated": "自您開啟此頁面以後,此線材已被其他人/事物更新。儲存將覆蓋這些變更!" | ||
}, | ||
"buttons": { | ||
"add_spool": "增加料盤" | ||
} | ||
}, | ||
"vendor": { | ||
"vendor": "製造商", | ||
"fields": { | ||
"name": "名稱", | ||
"empty_spool_weight": "空料盤重量", | ||
"external_id": "外部ID", | ||
"comment": "註解", | ||
"id": "ID" | ||
} | ||
}, | ||
"documentTitle": { | ||
"vendor": { | ||
"create": "建立製造商 | Spoolman", | ||
"clone": "#{{id}} 複製製造商副本 | Spoolman" | ||
} | ||
} | ||
} |