mobile-eda/lib/core/l10n/app_zh_Hant.arb

834 lines
15 KiB
Plaintext

{
"@@locale": "zh_Hant",
"appTitle": "Mobile EDA",
"@appTitle": {
"description": "應用程式標題"
},
"homeScreen": "首頁",
"@homeScreen": {
"description": "首頁標題"
},
"projectList": "專案列表",
"@projectList": {
"description": "專案列表標題"
},
"schematicEditor": "原理圖編輯器",
"@schematicEditor": {
"description": "編輯器標題"
},
"componentLibrary": "元件庫",
"@componentLibrary": {
"description": "元件庫標題"
},
"settings": "設定",
"@settings": {
"description": "設定標題"
},
"undo": "復原",
"@undo": {
"description": "復原操作"
},
"redo": "重做",
"@redo": {
"description": "重做操作"
},
"save": "儲存",
"@save": {
"description": "儲存操作"
},
"delete": "刪除",
"@delete": {
"description": "刪除操作"
},
"cancel": "取消",
"@cancel": {
"description": "取消操作"
},
"confirm": "確認",
"@confirm": {
"description": "確認操作"
},
"ok": "確定",
"@ok": {
"description": "確定按鈕"
},
"edit": "編輯",
"@edit": {
"description": "編輯操作"
},
"add": "新增",
"@add": {
"description": "新增操作"
},
"remove": "移除",
"@remove": {
"description": "移除操作"
},
"search": "搜尋",
"@search": {
"description": "搜尋操作"
},
"filter": "篩選",
"@filter": {
"description": "篩選操作"
},
"selectMode": "選擇模式",
"@selectMode": {
"description": "選擇模式按鈕"
},
"wireMode": "連線模式",
"@wireMode": {
"description": "連線模式按鈕"
},
"placeComponent": "放置元件",
"@placeComponent": {
"description": "放置元件模式"
},
"propertyPanel": "屬性面板",
"@propertyPanel": {
"description": "屬性面板標題"
},
"refDesignator": "位號",
"@refDesignator": {
"description": "元件位號標籤"
},
"value": "值",
"@value": {
"description": "元件值標籤"
},
"footprint": "封裝",
"@footprint": {
"description": "封裝標籤"
},
"rotation": "旋轉",
"@rotation": {
"description": "旋轉角度標籤"
},
"mirror": "鏡像",
"@mirror": {
"description": "鏡像標籤"
},
"mirrorX": "水平鏡像",
"@mirrorX": {
"description": "水平鏡像"
},
"mirrorY": "垂直鏡像",
"@mirrorY": {
"description": "垂直鏡像"
},
"netName": "網路名稱",
"@netName": {
"description": "網路名稱標籤"
},
"componentType": "元件類型",
"@componentType": {
"description": "元件類型標籤"
},
"gridView": "網格檢視",
"@gridView": {
"description": "網格檢視模式"
},
"listView": "列表檢視",
"@listView": {
"description": "列表檢視模式"
},
"category": "類別",
"@category": {
"description": "類別篩選"
},
"allCategories": "全部類別",
"@allCategories": {
"description": "全部類別選項"
},
"power": "電源",
"@power": {
"description": "電源類別"
},
"passive": "被動元件",
"@passive": {
"description": "被動元件類別"
},
"resistor": "電阻",
"@resistor": {
"description": "電阻"
},
"capacitor": "電容",
"@capacitor": {
"description": "電容"
},
"inductor": "電感",
"@inductor": {
"description": "電感"
},
"semiconductor": "半導體",
"@semiconductor": {
"description": "半導體類別"
},
"diode": "二極體",
"@diode": {
"description": "二極體"
},
"transistor": "三極體",
"@transistor": {
"description": "三極體"
},
"connector": "連接器",
"@connector": {
"description": "連接器類別"
},
"ic": "整合電路",
"@ic": {
"description": "整合電路類別"
},
"newProject": "新增專案",
"@newProject": {
"description": "新增專案按鈕"
},
"openProject": "開啟專案",
"@openProject": {
"description": "開啟專案按鈕"
},
"export": "匯出",
"@export": {
"description": "匯出操作"
},
"import": "匯入",
"@import": {
"description": "匯入操作"
},
"projectName": "專案名稱",
"@projectName": {
"description": "專案名稱輸入框"
},
"projectDescription": "專案描述",
"@projectDescription": {
"description": "專案描述輸入框"
},
"create": "建立",
"@create": {
"description": "建立按鈕"
},
"loading": "載入中...",
"@loading": {
"description": "載入提示"
},
"saving": "儲存中...",
"@saving": {
"description": "儲存提示"
},
"saved": "已儲存",
"@saved": {
"description": "儲存成功提示"
},
"deleteConfirm": "確定要刪除嗎?",
"@deleteConfirm": {
"description": "刪除確認提示"
},
"unsavedChanges": "有未儲存的變更",
"@unsavedChanges": {
"description": "未儲存變更提示"
},
"discardChanges": "放棄變更",
"@discardChanges": {
"description": "放棄變更按鈕"
},
"keepEditing": "繼續編輯",
"@keepEditing": {
"description": "繼續編輯按鈕"
},
"error": "錯誤",
"@error": {
"description": "錯誤標題"
},
"warning": "警告",
"@warning": {
"description": "警告標題"
},
"success": "成功",
"@success": {
"description": "成功提示"
},
"noProjects": "暫無專案",
"@noProjects": {
"description": "空專案列表提示"
},
"createFirstProject": "建立您的第一個專案",
"@createFirstProject": {
"description": "建立第一個專案提示"
},
"noComponents": "暫無元件",
"@noComponents": {
"description": "空元件列表提示"
},
"tryDifferentFilter": "嘗試不同的篩選條件",
"@tryDifferentFilter": {
"description": "篩選無結果提示"
},
"dragToPlace": "拖曳到畫布放置",
"@dragToPlace": {
"description": "拖曳放置提示"
},
"zoomIn": "放大",
"@zoomIn": {
"description": "放大操作"
},
"zoomOut": "縮小",
"@zoomOut": {
"description": "縮小操作"
},
"fitToScreen": "適應螢幕",
"@fitToScreen": {
"description": "適應螢幕操作"
},
"grid": "網格",
"@grid": {
"description": "網格設定"
},
"showGrid": "顯示網格",
"@showGrid": {
"description": "顯示網格選項"
},
"hideGrid": "隱藏網格",
"@hideGrid": {
"description": "隱藏網格選項"
},
"gridSize": "網格大小",
"@gridSize": {
"description": "網格大小設定"
},
"snapToGrid": "吸附到網格",
"@snapToGrid": {
"description": "吸附到網格選項"
},
"darkMode": "深色模式",
"@darkMode": {
"description": "深色模式設定"
},
"lightMode": "淺色模式",
"@lightMode": {
"description": "淺色模式設定"
},
"systemTheme": "跟隨系統",
"@systemTheme": {
"description": "跟隨系統主題"
},
"language": "語言",
"@language": {
"description": "語言設定"
},
"chineseSimplified": "簡體中文",
"@chineseSimplified": {
"description": "簡體中文選項"
},
"chineseTraditional": "繁體中文",
"@chineseTraditional": {
"description": "繁體中文選項"
},
"english": "English",
"@english": {
"description": "英文選項"
},
"arabic": "العربية",
"@arabic": {
"description": "阿拉伯語選項"
},
"about": "關於",
"@about": {
"description": "關於頁面"
},
"version": "版本",
"@version": {
"description": "版本號標籤"
},
"help": "說明",
"@help": {
"description": "說明頁面"
},
"tutorial": "教學",
"@tutorial": {
"description": "教學頁面"
},
"feedback": "回饋",
"@feedback": {
"description": "回饋頁面"
},
"sendFeedback": "發送回饋",
"@sendFeedback": {
"description": "發送回饋按鈕"
},
"rateApp": "評分",
"@rateApp": {
"description": "評分按鈕"
},
"shareApp": "分享應用程式",
"@shareApp": {
"description": "分享應用程式按鈕"
},
"recentProjects": "最近專案",
"@recentProjects": {
"description": "最近專案標題"
},
"favoriteComponents": "收藏元件",
"@favoriteComponents": {
"description": "收藏元件標題"
},
"addToFavorites": "新增到收藏",
"@addToFavorites": {
"description": "新增到收藏按鈕"
},
"removeFromFavorites": "從收藏移除",
"@removeFromFavorites": {
"description": "從收藏移除按鈕"
},
"duplicate": "複製",
"@duplicate": {
"description": "複製操作"
},
"paste": "貼上",
"@paste": {
"description": "貼上操作"
},
"cut": "剪下",
"@cut": {
"description": "剪下操作"
},
"copy": "複製",
"@copy": {
"description": "複製操作"
},
"selectAll": "全選",
"@selectAll": {
"description": "全選操作"
},
"deselectAll": "取消全選",
"@deselectAll": {
"description": "取消全選操作"
},
"alignLeft": "左對齊",
"@alignLeft": {
"description": "左對齊操作"
},
"alignRight": "右對齊",
"@alignRight": {
"description": "右對齊操作"
},
"alignTop": "頂部對齊",
"@alignTop": {
"description": "頂部對齊操作"
},
"alignBottom": "底部對齊",
"@alignBottom": {
"description": "底部對齊操作"
},
"distributeHorizontally": "水平分佈",
"@distributeHorizontally": {
"description": "水平分佈操作"
},
"distributeVertically": "垂直分佈",
"@distributeVertically": {
"description": "垂直分佈操作"
},
"group": "群組",
"@group": {
"description": "群組操作"
},
"ungroup": "取消群組",
"@ungroup": {
"description": "取消群組操作"
},
"lock": "鎖定",
"@lock": {
"description": "鎖定操作"
},
"unlock": "解鎖",
"@unlock": {
"description": "解鎖操作"
},
"visibility": "可見性",
"@visibility": {
"description": "可見性設定"
},
"show": "顯示",
"@show": {
"description": "顯示操作"
},
"hide": "隱藏",
"@hide": {
"description": "隱藏操作"
},
"layers": "圖層",
"@layers": {
"description": "圖層管理"
},
"addLayer": "新增圖層",
"@addLayer": {
"description": "新增圖層按鈕"
},
"removeLayer": "刪除圖層",
"@removeLayer": {
"description": "刪除圖層按鈕"
},
"renameLayer": "重新命名圖層",
"@renameLayer": {
"description": "重新命名圖層按鈕"
},
"moveUp": "上移",
"@moveUp": {
"description": "上移操作"
},
"moveDown": "下移",
"@moveDown": {
"description": "下移操作"
},
"bringToFront": "置於頂層",
"@bringToFront": {
"description": "置於頂層操作"
},
"sendToBack": "置於底層",
"@sendToBack": {
"description": "置於底層操作"
},
"properties": "屬性",
"@properties": {
"description": "屬性按鈕"
},
"details": "詳情",
"@details": {
"description": "詳情按鈕"
},
"preview": "預覽",
"@preview": {
"description": "預覽按鈕"
},
"exportAs": "匯出為",
"@exportAs": {
"description": "匯出為選單"
},
"exportAsJson": "匯出為 JSON",
"@exportAsJson": {
"description": "匯出為 JSON 格式"
},
"exportAsXml": "匯出為 XML",
"@exportAsXml": {
"description": "匯出為 XML 格式"
},
"exportAsSpice": "匯出為 SPICE",
"@exportAsSpice": {
"description": "匯出為 SPICE 格式"
},
"exportAsSvg": "匯出為 SVG",
"@exportAsSvg": {
"description": "匯出為 SVG 格式"
},
"exportAsPng": "匯出為 PNG",
"@exportAsPng": {
"description": "匯出為 PNG 格式"
},
"exportAsPdf": "匯出為 PDF",
"@exportAsPdf": {
"description": "匯出為 PDF 格式"
},
"importFrom": "從...匯入",
"@importFrom": {
"description": "匯入來源選單"
},
"importFromJson": "從 JSON 匯入",
"@importFromJson": {
"description": "從 JSON 匯入"
},
"importFromXml": "從 XML 匯入",
"@importFromXml": {
"description": "從 XML 匯入"
},
"importFromKiCad": "從 KiCad 匯入",
"@importFromKiCad": {
"description": "從 KiCad 匯入"
},
"importFromEagle": "從 Eagle 匯入",
"@importFromEagle": {
"description": "從 Eagle 匯入"
},
"autoSave": "自動儲存",
"@autoSave": {
"description": "自動儲存選項"
},
"autoSaveInterval": "自動儲存間隔",
"@autoSaveInterval": {
"description": "自動儲存間隔設定"
},
"minutes": "分鐘",
"@minutes": {
"description": "分鐘單位"
},
"backup": "備份",
"@backup": {
"description": "備份選項"
},
"restoreBackup": "還原備份",
"@restoreBackup": {
"description": "還原備份按鈕"
},
"clearCache": "清除快取",
"@clearCache": {
"description": "清除快取按鈕"
},
"resetSettings": "重設設定",
"@resetSettings": {
"description": "重設設定按鈕"
},
"account": "帳戶",
"@account": {
"description": "帳戶設定"
},
"login": "登入",
"@login": {
"description": "登入按鈕"
},
"logout": "登出",
"@logout": {
"description": "登出按鈕"
},
"register": "註冊",
"@register": {
"description": "註冊按鈕"
},
"cloudSync": "雲端同步",
"@cloudSync": {
"description": "雲端同步選項"
},
"syncNow": "立即同步",
"@syncNow": {
"description": "立即同步按鈕"
},
"lastSync": "上次同步",
"@lastSync": {
"description": "上次同步時間"
},
"syncEnabled": "同步已啟用",
"@syncEnabled": {
"description": "同步啟用狀態"
},
"syncDisabled": "同步已停用",
"@syncDisabled": {
"description": "同步停用狀態"
},
"offlineMode": "離線模式",
"@offlineMode": {
"description": "離線模式選項"
},
"performance": "效能",
"@performance": {
"description": "效能設定"
},
"renderQuality": "渲染品質",
"@renderQuality": {
"description": "渲染品質設定"
},
"highQuality": "高品質",
"@highQuality": {
"description": "高品質選項"
},
"balanced": "平衡",
"@balanced": {
"description": "平衡選項"
},
"performanceMode": "效能模式",
"@performanceMode": {
"description": "效能模式選項"
},
"enableAntialiasing": "啟用抗鋸齒",
"@enableAntialiasing": {
"description": "啟用抗鋸齒選項"
},
"enableShadows": "啟用陰影",
"@enableShadows": {
"description": "啟用陰影選項"
},
"enableAnimations": "啟用動畫",
"@enableAnimations": {
"description": "啟用動畫選項"
},
"shortcut": "快速鍵",
"@shortcut": {
"description": "快速鍵設定"
},
"shortcuts": "快速鍵",
"@shortcuts": {
"description": "快速鍵列表"
},
"resetShortcuts": "重設快速鍵",
"@resetShortcuts": {
"description": "重設快速鍵按鈕"
},
"customShortcuts": "自訂快速鍵",
"@customShortcuts": {
"description": "自訂快速鍵選項"
}
}