Skip to content

Commit

Permalink
style: run prettier in locale files
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Nov 14, 2024
1 parent ab34549 commit f4ee8db
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions src/locales/zh_TW.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"App": {
"Notifications": {
"BrowserWarnings": {
"Description": "{name} 已過時且不完全支援。目前的版本是 {version},但 Mainsail 需要 {minVersion} 或更高版本。",
"Headline": "過時的瀏覽器"
},
"DependencyDescription": "目前的 {name} 版本不支援 Mainsail 的所有功能。請將 {name} 更新至至少 {neededVersion} 版本。",
"DependencyName": "依賴項: {name}",
"DismissAll": "關閉所有",
"KlipperWarnings": {
Expand All @@ -10,36 +15,44 @@
"DeprecatedValueHeadline": "棄用的 Klipper 值",
"KlipperWarning": "Klipper警告"
},
"MaintenanceReminder": "維護提醒",
"MoonrakerWarnings": {
"MoonrakerComponent": "Moonraker: {component}",
"MoonrakerFailedComponentDescription": "載入 moonraker 組件“{component}”時檢測到錯誤。請檢查日誌檔案並解決問題。",
"MoonrakerWarning": "Moonraker 警告",
"MoonrakerFailedInitComponentDescription": "初始化 Moonraker 元件「{component}」時檢測到錯誤。請檢查日誌文件並修正問題。",
"MoonrakerInitComponent": "初始化 Moonraker:{component}",
"MoonrakerWarning": "Moonraker 警告",
"UnparsedConfigOption": "在 [{section}] 區段檢測到未解析的配置選項「{option}: {value}」。這可能是已不再提供的選項,或是由於模組加載失敗所導致。未來這樣的情況將會導致啟動錯誤。",
"UnparsedConfigSection": "檢測到未解析的配置區段 [{section}]。這可能是由於元件加載失敗所導致。未來這樣的情況將會導致啟動錯誤。"
},
"Never": "絕不",
"NextReboot": "下次重啟",
"NoNotification": "沒有可用的通知",
"Notifications": "通知",
"Remind": "提醒:",
"BrowserWarnings": {
"Headline": "過時的瀏覽器",
"Description": "{name} 已過時且不完全支援。目前的版本是 {version},但 Mainsail 需要 {minVersion} 或更高版本。"
},
"MaintenanceReminder": "維護提醒",
"Never": "絕不",
"OneDayShort": "一天",
"OneHourShort": "一小時",
"OneWeekShort": "一周",
"Remind": "提醒:",
"ShowDetails": "顯示詳細資料",
"OneHourShort": "一小時",
"OneDayShort": "一天",
"TmcOtFlag": "步進馬達錯誤:已設定OT旗標",
"TmcOtFlagText": "步進馬達「{name}」已觸發 OT 旗標並停止工作。這可能是電流過高所導致。請檢查步進馬達的設定及散熱情況。",
"DependencyDescription": "目前的 {name} 版本不支援 Mainsail 的所有功能。請將 {name} 更新至至少 {neededVersion} 版本。",
"TmcOtpwFlag": "步進馬達警告:已觸發 OTPW 旗標",
"TmcOtpwFlagText": "步進馬達 '{name}' 已觸發 OTPW 旗標,如果溫度繼續上升,可能會停止工作。這表示溫度過高的狀況。這可能是由於電流過高引起的。請檢查步進馬達設置和冷卻系統。"
},
"NumberInput": {
"GreaterOrEqualError": "必須大於或等於 {min}!",
"MustBeBetweenError": "必須介於 {min} 和 {max} 之間!",
"NoEmptyAllowedError": "輸入不能為空白!"
},
"Printers": "列印機列表",
"TextfieldWithCopy": {
"Copied": "已複製"
},
"TheServiceWorker": {
"DescriptionNeedUpdate": "本機快取已過時,需要更新。請點選下面的按鈕進行更新。",
"TitleNeedUpdate": "PWA 需要更新",
"Update": "更新"
},
"ThrottledStates": {
"DescriptionCurrentlyThrottled": "樹莓派ARM核心目前已被限制.",
"DescriptionFrequencyCapped": "樹莓派ARM最大頻率目前限制為1.2 GHz.",
Expand Down Expand Up @@ -92,9 +105,9 @@
"HostShutdown": "主機關機",
"KlipperFirmwareRestart": "Klipper 韌體重新啟動",
"KlipperRestart": "Klipper重新啟動",
"ServiceRestart": "服務重啟",
"ServiceStart": "服務啟動",
"ServiceStop": "服務停止",
"ServiceRestart": "服務重啟"
"ServiceStop": "服務停止"
}
},
"HostControl": "主機控制",
Expand All @@ -103,11 +116,11 @@
"KlipperRestart": "Klipper 重啟",
"PowerDevices": "功率元件",
"Reboot": "重啟",
"Restart": "重新啟動",
"ServiceControl": "服務控制",
"Shutdown": "關機",
"Start": "開始",
"Stop": "停止",
"Restart": "重新啟動"
"Stop": "停止"
},
"UpdateDialog": {
"Close": "關閉",
Expand All @@ -116,19 +129,6 @@
"RecoveringDone": "恢復 {software} 完成!",
"Updating": "更新 {software}...",
"UpdatingDone": "更新 {software} 完成!"
},
"NumberInput": {
"GreaterOrEqualError": "必須大於或等於 {min}!",
"NoEmptyAllowedError": "輸入不能為空白!",
"MustBeBetweenError": "必須介於 {min} 和 {max} 之間!"
},
"TheServiceWorker": {
"TitleNeedUpdate": "PWA 需要更新",
"DescriptionNeedUpdate": "本機快取已過時,需要更新。請點選下面的按鈕進行更新。",
"Update": "更新"
},
"TextfieldWithCopy": {
"Copied": "已複製"
}
},
"BedScrews": {
Expand Down Expand Up @@ -1018,6 +1018,7 @@
},
"UiSettingsTab": {
"BedScrewsDialogDescription": "顯示 BED_SCREWS_ADJUST 的幫助對話框。",
"BigThumbnailBackground": "大縮圖背景色",
"BoolBigThumbnail": "大縮圖",
"BoolBigThumbnailDescription": "列印期間在狀態面板中顯示大縮圖。",
"BoolHideUploadAndPrintButton": "隱藏上傳和列印按鈕",
Expand All @@ -1042,21 +1043,20 @@
"Logo": "Logo顏色",
"ManualProbeDialog": "手動探針助手對話框",
"ManualProbeDialogDescription": "顯示 PROBE_CALIBRATE 或 Z_ENDSTOP_CALIBRATE 的幫助對話框。",
"Mode": "模式",
"ModeDescription": "變更應用程式的整體外觀和感覺。",
"NavigationStyle": "導航欄風格",
"NavigationStyleDescription": "更改導航欄外觀",
"NavigationStyleIconsAndText": "圖標 + 文字",
"NavigationStyleIconsOnly": "僅圖標",
"PowerDeviceName": "列印機電源裝置",
"PowerDeviceNameDescription": "選擇應使用哪個 Moonraker 電源設備為列印機供電。",
"Primary": "高亮顏色",
"ScrewsTiltAdjustDialogDescription": "顯示 SCREWS_TILT_CALCULATE 的幫助程序對話框。",
"UiSettings": "使用者介面設定",
"PrintstatusThumbnailZoom": "大縮圖縮放",
"ThemeDescription": "自訂特定風格的介面外觀。",
"BigThumbnailBackground": "大縮圖背景色",
"PrintstatusThumbnailZoomDescription": "這將停用狀態面板中縮圖的縮放效果。",
"ModeDescription": "變更應用程式的整體外觀和感覺。",
"Mode": "模式"
"ScrewsTiltAdjustDialogDescription": "顯示 SCREWS_TILT_CALCULATE 的幫助程序對話框。",
"ThemeDescription": "自訂特定風格的介面外觀。",
"UiSettings": "使用者介面設定"
},
"Update": "更新",
"WebcamsTab": {
Expand Down

0 comments on commit f4ee8db

Please sign in to comment.