From 46ddfcfcab95503373ff1ac1a2bef585037397ee Mon Sep 17 00:00:00 2001 From: David Date: Tue, 7 Jul 2026 17:48:13 +0800 Subject: [PATCH] i18n(zh-Hant): complete zh-Hant translations for developer and models Initialize zh-Hant as a Traditional Chinese general variant by mirroring the completed zh-TW translations. Reach 100% parity with en for both files (developer.json 141/141, models.json 111/111). --- zh-Hant/developer.json | 346 +++++++++++++++++++++++------------------ zh-Hant/models.json | 215 +++++++++++++++---------- 2 files changed, 325 insertions(+), 236 deletions(-) diff --git a/zh-Hant/developer.json b/zh-Hant/developer.json index b9041c29..21ac54f4 100644 --- a/zh-Hant/developer.json +++ b/zh-Hant/developer.json @@ -1,157 +1,197 @@ { - "tabs/server": "本地伺服器", - "tabs/extensions": "LM 執行時間", - "loadSettings/title": "載入設定", - "modelSettings/placeholder": "選擇一個模型來配置它", - "loadedModels/noModels": "未載入模型", - "serverOptions/title": "伺服器選項", - "serverOptions/configurableTitle": "可配置選項", - "serverOptions/port/hint": "設定本地伺服器使用的網路埠。預設情況下,LM Studio 使用 1234 端口。如果該埠已被使用,可能需要更改設定。", - "serverOptions/port/subtitle": "聆聽的埠位址", - "serverOptions/autostart/title": "自動啟動伺服器", - "serverOptions/autostart/hint": "在應用程式或服務啟動時自動啟動 LM Studio 的本地 LLM 伺服器", - "serverOptions/port/integerWarning": "埠號必須是整數", - "serverOptions/port/invalidPortWarning": "埠必須在 1 至 65535 之間", - "serverOptions/cors/title": "啟用 CORS", - "serverOptions/cors/hint1": "啟用 CORS(跨來源資源共享)將允許您訪問的網站向 LM Studio 伺服器發送請求。", - "serverOptions/cors/hint2": "CORS 可能需要在從網頁或 VS Code / 其他延伸模組發送請求時使用。", - "serverOptions/cors/subtitle": "允許跨來源請求", - "serverOptions/network/title": "在本地網絡上供應", - "serverOptions/network/subtitle": "讓伺服器對網路中的設備開放", - "serverOptions/network/hint1": "是否允許網路中的其他設備連接。", - "serverOptions/network/hint2": "若未勾選,伺服器將只在 localhost 上聆聽。", - "serverOptions/verboseLogging/title": "詳細紀錄日誌", - "serverOptions/verboseLogging/subtitle": "為本地伺服器啟用詳細紀錄", - "serverOptions/contentLogging/title": "紀錄提示與回應", - "serverOptions/contentLogging/subtitle": "本地請求/回應的日誌設定", - "serverOptions/contentLogging/hint": "是否在本地伺服器的日誌文件中紀錄提示與/或回應。", - "serverOptions/fileLoggingMode/title": "文件紀錄模式", - "serverOptions/fileLoggingMode/off/title": "關閉", - "serverOptions/fileLoggingMode/off/hint": "不建立日誌文件", - "serverOptions/fileLoggingMode/succinct/title": "簡潔", - "serverOptions/fileLoggingMode/succinct/hint": "與控制檯相同紀錄內容。長請求將會被截斷。", - "serverOptions/fileLoggingMode/full/title": "完整", - "serverOptions/fileLoggingMode/full/hint": "不截斷長請求。", - "serverOptions/jitModelLoading/title": "即時模型加載", - "serverOptions/jitModelLoading/hint": "當啟用時,如果請求指定了未載入的模型,將會自動載入並使用。此外,\"/v1/models\" 端點也會包含尚未載入的模型。", - "serverOptions/loadModel/error": "模型載入失敗", - "serverOptions/jitModelLoadingTTL/title": "自動卸載未使用的即時加載模型", - "serverOptions/jitModelLoadingTTL/hint": "透過即時加載(JIT)來服務 API 請求的模型在未被使用一定時間(TTL)後將會自動卸載。", - "serverOptions/jitModelLoadingTTL/ttl/label": "最大閒置 TTL", - "serverOptions/jitModelLoadingTTL/ttl/unit": "分鐘", - "serverOptions/unloadPreviousJITModelOnLoad/title": "只保留最新即時加載的模型", - "serverOptions/unloadPreviousJITModelOnLoad/hint": "確保任何時間最多隻載入 1 個模型(卸載先前模型)", - "serverLogs/scrollToBottom": "跳至底部", - "serverLogs/clearLogs": "清除日誌({{shortcut}})", - "serverLogs/openLogsFolder": "開啟伺服器日誌文件夾", - "runtimeSettings/title": "執行時間設定", - "runtimeSettings/chooseRuntime/title": "預設選項", - "runtimeSettings/chooseRuntime/description": "為每個模型格式選取預設運行時", - "runtimeSettings/chooseRuntime/showAllVersions/label": "顯示所有運行時", - "runtimeSettings/chooseRuntime/showAllVersions/hint": "預設情況下,LM Studio僅顯示與每種兼容運行時的最新版本。啟用此選項可顯示所有可用運行時。", - "runtimeSettings/chooseRuntime/select/placeholder": "選取一個運行時", - "runtimeOptions/uninstall": "卸載", - "runtimeOptions/uninstallDialog/title": "卸載 {{runtimeName}}?", - "runtimeOptions/uninstallDialog/body": "卸載此運行時將從系統中移除。此動作不可逆。", - "runtimeOptions/uninstallDialog/body/caveats": "某些文件可能僅在LM Studio重新啟動後才會被刪除。", - "runtimeOptions/uninstallDialog/error": "無法卸載運行時", - "runtimeOptions/uninstallDialog/confirm": "繼續並卸載", - "runtimeOptions/uninstallDialog/cancel": "取消", - "runtimeOptions/noCompatibleRuntimes": "未找到兼容運行時", - "runtimeOptions/downloadIncompatibleRuntime": "此運行時被確定與您的電腦不兼容。它很可能無法正常運作。", - "runtimeOptions/noRuntimes": "未找到任何運行時", - "runtimes": { - "manageLMRuntimes": "管理LM運行時", - "includeOlderRuntimeVersions": "包含舊版運行時版本", - "dismiss": "忽略", - "updateAvailableToast": { - "title": "LM運行時有更新!" - }, - "updatedToast": { - "title": " ✅ LM運行時已更新:{{runtime}} → v{{version}}", - "preferencesUpdated": "新載入的 {{compatibilityTypes}} 模型將使用更新後的運行時。" - }, - "noAvx2ErrorMessage": "目前所有LM運行時都需支援AVX2的CPU", - "downloadableRuntimes": { - "runtimeExtensionPacks": "運行時擴展套件", - "refresh": "刷新", - "refreshing": "refreshing…", - "filterSegment": { - "compatibleOnly": "僅顯示兼容項目", - "all": "全部" - }, - "card": { - "releaseNotes": "發行說明", - "latestVersionInstalled": "最新版本已安裝", - "updateAvailable": "有更新可下載" - } - }, - "installedRuntimes": { - "manage": { - "title": "管理當前運行時" - }, - "dropdownOptions": { - "installedVersions": "管理版本", - "close": "關閉" - }, - "tabs": { - "all": "全部", - "frameworks": "我的框架", - "engines": "我的引擎" - }, - "detailsModal": { - "installedVersions": "{{runtimeName}} 的已安裝版本", - "manifestJsonTitle": "_manifest JSON (進階)", - "releaseNotesTitle": "發行說明", - "noReleaseNotes": "此版本無發行說明可用", - "back": "返回", - "close": "關閉" - }, - "noEngines": "未安裝任何引擎", - "noFrameworks": "未安裝任何框架" - } + "tabs/server": "本機伺服器", + "tabs/extensions": "LM 執行階段", + "loadSettings/title": "載入設定", + "modelSettings/placeholder": "選擇一個模型以配置它", + + "loadedModels/noModels": "沒有載入任何模型", + + "serverOptions/title": "伺服器選項", + "serverOptions/configurableTitle": "可配置選項", + "serverOptions/port/hint": "設定本機伺服器使用的網路埠。預設情況下,LM Studio 使用 1234 埠。如果該埠已被使用,您可能需要變更它。", + "serverOptions/port/subtitle": "要監聽的埠", + "serverOptions/autostart/title": "自動啟動伺服器", + "serverOptions/autostart/hint": "在應用程式或服務啟動時自動開啟 LM Studio 的本機 LLMs 伺服器", + "serverOptions/port/integerWarning": "埠號碼必須是整數", + "serverOptions/port/invalidPortWarning": "埠必須介於 1 和 65535 之間", + "serverOptions/cors/title": "啟用 CORS", + "serverOptions/cors/hint1": "啟用 CORS (跨來源資源共用) 將允許您訪問的網站向 LM Studio 伺服器發送請求。", + "serverOptions/cors/hint2": "從網頁或 VS Code / 其他擴充功能發送請求時,可能需要 CORS。", + "serverOptions/cors/subtitle": "允許跨來源請求", + "serverOptions/network/title": "在本地網路中提供服務", + "serverOptions/network/subtitle": "將伺服器暴露給網路上的裝置", + "serverOptions/network/hint1": "是否允許來自網路中其他裝置的連接。", + "serverOptions/network/hint2": "如果未勾選,伺服器只會監聽 localhost。", + "serverOptions/verboseLogging/title": "詳細記錄", + "serverOptions/verboseLogging/subtitle": "啟用本機伺服器的詳細記錄", + "serverOptions/contentLogging/title": "記錄提示和回應", + "serverOptions/contentLogging/subtitle": "本機請求 / 回應記錄設定", + "serverOptions/contentLogging/hint": "是否在本地伺服器日誌檔案中記錄提示和/或回應。", + "serverOptions/redactContent/title": "編輯內容", + "serverOptions/redactContent/hint": "啟用時,可防止敏感資料(例如請求和回應的內容)被記錄。", + "serverOptions/logIncomingTokens/title": "記錄傳入的 Token", + "serverOptions/logIncomingTokens/hint": "是否記錄每個在生成中的 Token。", + "serverOptions/fileLoggingMode/title": "檔案記錄模式", + "serverOptions/fileLoggingMode/off/title": "關閉", + "serverOptions/fileLoggingMode/off/hint": "不要建立日誌檔案", + "serverOptions/fileLoggingMode/succinct/title": "簡潔", + "serverOptions/fileLoggingMode/succinct/hint": "記錄與控制台相同的內容。較長的請求將被截斷。", + "serverOptions/fileLoggingMode/full/title": "完整", + "serverOptions/fileLoggingMode/full/hint": "不要截斷較長的請求。", + "serverOptions/jitModelLoading/title": "即時模型載入", + "serverOptions/jitModelLoading/hint": "啟用時,如果請求中指定了尚未載入的模型,它將會自動載入並使用。此外,「/v1/models」端點也會包含尚未載入的模型。", + "serverOptions/loadModel/error": "模型載入失敗", + "serverOptions/jitModelLoadingTTL/title": "自動卸載未使用的即時載入模型", + "serverOptions/jitModelLoadingTTL/hint": "為了服務 API 請求而使用即時 (JIT) 載入的模型,在閒置一段時間(TTL)後將會自動卸載。", + "serverOptions/jitModelLoadingTTL/ttl/label": "最大閒置 TTL", + "serverOptions/jitModelLoadingTTL/ttl/unit": "分鐘", + "serverOptions/unloadPreviousJITModelOnLoad/title": "僅保留上次即時載入的模型", + "serverOptions/unloadPreviousJITModelOnLoad/hint": "確保在任何給定的時間最多只有 1 個模型透過 JIT 載入(卸載先前的模型)", + + "serverOptions/allowMcp/title": "允許遠端 MCP", + "serverOptions/allowMcp/hint": "允許使用不在您 mcp.json 中的 MCP。這些 MCP 連線是臨時的,僅在請求期間存在。目前僅支援遠端 MCP。", + "serverOptions/allowMcp/mode/off": "關閉", + "serverOptions/allowMcp/mode/off/hint": "不允許伺服器請求使用 MCP", + "serverOptions/allowMcp/mode/remote": "遠端", + "serverOptions/allowMcp/mode/remote/hint": "允許連線到遠端 MCP 伺服器", + "serverOptions/start/error": "啟動伺服器失敗", + "serverOptions/stop/error": "停止伺服器失敗", + + "serverLogs/scrollToBottom": "跳到底部", + "serverLogs/clearLogs": "清除記錄 ({{shortcut}})", + "serverLogs/openLogsFolder": "開啟伺服器日誌資料夾", + + "runtimeSettings/title": "執行階段設定", + "runtimeSettings/chooseRuntime/title": "選擇", + "runtimeSettings/chooseRuntime/description": "為每個模型格式選取要使用的引擎", + "runtimeSettings/chooseRuntime/showAllVersions/label": "顯示所有擴充套件版本", + "runtimeSettings/chooseRuntime/showAllVersions/hint": "預設情況下,LM Studio 只會顯示每個擴充套件的最新版本。啟用此選項以查看所有可用的擴充套件。", + "runtimeSettings/chooseRuntime/select/placeholder": "選擇引擎", + + "runtimeSettings/chooseFrameworks/title": "框架", + "runtimeSettings/chooseFrameworks/description": "為每個功能選擇一個框架。", + "runtimeSettings/chooseFramework/documentParser/builtIn/label": "內建解析器", + "runtimeSettings/chooseFramework/documentParser/select/label": "文件解析器", + "runtimeSettings/chooseFramework/documentParser/select/placeholder": "選擇文件解析器", + + "runtimeOptions/uninstall": "解除安裝", + "runtimeOptions/uninstallDialog/title": "解除安裝 {{runtimeName}}?", + "runtimeOptions/uninstallDialog/body": "解除安裝此執行階段將從系統中移除它。 此動作不可逆轉。", + "runtimeOptions/uninstallDialog/body/caveats": "某些檔案可能只有在重新啟動 LM Studio 後才能移除。", + "runtimeOptions/uninstallDialog/error": "解除安裝執行階段失敗", + "runtimeOptions/uninstallDialog/confirm": "繼續並解除安裝", + "runtimeOptions/uninstallDialog/cancel": "取消", + "runtimeOptions/noCompatibleRuntimes": "找不到相容的執行階段", + "runtimeOptions/downloadIncompatibleRuntime": "此執行階段被判斷為與您的機器不相容。 它很可能無法正常運作。", + "runtimeOptions/noRuntimes": "未找到任何執行階段", + + "runtimes": { + "manageLMRuntimes": "管理 LM 執行階段", + "includeOlderRuntimeVersions": "包含較舊的版本", + "dismiss": "關閉", + "updateAvailableToast": { + "title": "LM 執行階段更新可用!" }, - "inferenceParams/noParams": "此模型類型無可配置的推理參數可用", - "quickDocs": { - "tabChipTitle": "快速文件", - "newToolUsePopover": "code snippets 現在已在此「快速文件」中可用。點擊這裡開始使用工具!", - "newToolUsePopoverTitle": "📚 快速文件", - "learnMore": "ℹ️ 👾 要了解更多有關LM Studio本地伺服器端點資訊,請訪問[文檔](https://lmstudio.ai/docs)。", - "helloWorld": { - "title": "您好,世界!" - }, - "chat": { - "title": "聊天" - }, - "structuredOutput": { - "title": "結構化輸出" - }, - "imageInput": { - "title": "影像輸入" - }, - "embeddings": { - "title": "嵌入" - }, - "toolUse": { - "title": "工具使用", - "tab": { - "saveAsPythonFile": "另存為Python文件", - "runTheScript": "執行腳本:", - "savePythonFileCopyPaste": "另存為Python文件以複製-貼貼指令" - } - }, - "newBadge": "新" + "updatedToast": { + "title": " ✅ LM 執行階段已更新:{{runtime}} → v{{version}}", + "preferencesUpdated": "新載入的 {{compatibilityTypes}} 模型將使用更新後的執行階段。" }, - "endpoints/openaiCompatRest/title": "支持的端點(類似OpenAI)", - "endpoints/openaiCompatRest/getModels": "列出目前載入的模型", - "endpoints/openaiCompatRest/postCompletions": "文本完成模式。根據提示預測下一個標記。注意:OpenAI將此端點視為「已廢棄」。", - "endpoints/openaiCompatRest/postChatCompletions": "訊息完成。將對話紀錄傳送給模型,以預測助手的下一個回應", - "endpoints/openaiCompatRest/postEmbeddings": "文本嵌入。為給定的文本輸入生成文本嵌入。可接受字串或字串陣列", - "model.createVirtualModelFromInstance": "存檔設定為新的虛擬模型", - "model.createVirtualModelFromInstance/error": "無法存檔設定為新的虛擬模型", - "model": { - "toolUseSectionTitle": "工具使用", - "toolUseDescription": "此模型被偵測到已訓練用於工具使用\n\n點擊 快速文件 以取得更多資訊" + "noAvx2ErrorMessage": "所有 LM 執行階段目前需要支援 AVX2 的 CPU", + "downloadableRuntimes": { + "runtimeExtensionPacks": "執行階段擴充套件", + "refresh": "重新整理", + "refreshing": "重新整理中...", + "filterSegment": { + "compatibleOnly": "僅限相容", + "all": "全部" + }, + "card": { + "releaseNotes": "發行說明", + "latestVersionInstalled": "已安裝最新版本", + "updateAvailable": "有可用更新" + } }, - "apiConfigOptions/title": "API 設置" -} \ No newline at end of file + "installedRuntimes": { + "manage": { + "title": "管理作用中執行階段" + }, + "dropdownOptions": { + "installedVersions": "管理版本", + "close": "關閉" + }, + "tabs": { + "all": "全部", + "frameworks": "我的框架", + "engines": "我的引擎" + }, + "detailsModal": { + "installedVersions": "{{runtimeName}} 的已安裝版本", + "manifestJsonTitle": "Manifest JSON (進階)", + "releaseNotesTitle": "發行說明", + "noReleaseNotes": "此版本的沒有發行說明", + "back": "返回", + "close": "關閉" + }, + "noEngines": "沒有安裝引擎", + "noFrameworks": "沒有安裝框架" + } + }, + + "inferenceParams/noParams": "此模型類型沒有可配置的推論參數", + + "quickDocs": { + "tabChipTitle": "快速文件", + "newToolUsePopover": "程式碼片段現在可以在「快速文件」中取得。點擊這裡開始使用工具!", + "newToolUsePopoverTitle": "📚 快速文件", + "learnMore": "ℹ️ 👾 若要了解更多關於 LM Studio 本機伺服器端點的資訊,請參閱 [文件](https://lmstudio.ai/docs)。", + "helloWorld": { + "title": "Hello, World!" + }, + "chat": { + "title": "聊天" + }, + "structuredOutput": { + "title": "結構化輸出" + }, + "imageInput": { + "title": "圖片輸入" + }, + "embeddings": { + "title": "嵌入" + }, + "toolUse": { + "title": "工具使用", + "tab": { + "saveAsPythonFile": "另存為 Python 檔案", + "runTheScript": "執行腳本:", + "savePythonFileCopyPaste": "另存為 Python 檔案以進行複製和貼上指令" + } + }, + "newBadge": "新增" + }, + + "endpoints/openaiCompatRest/title": "支援端點 (OpenAI 類似)", + "endpoints/openaiCompatRest/segmentedLabel": "OpenAI 類似", + "endpoints/openaiCompatRest/getModels": "列出目前載入的模型", + "endpoints/openaiCompatRest/postCompletions": "文字補全模式。根據提示預測下一個 Token(s)。注意:OpenAI 將此端點視為「已過時」。", + "endpoints/openaiCompatRest/postChatCompletions": "聊天補全。將聊天記錄傳送到模型以預測下一個助理的回應", + "endpoints/openaiCompatRest/postEmbeddings": "文字嵌入。為給定的文字輸入產生文字嵌入。接受字串或字串陣列。", + "endpoints/openaiCompatRest/postResponses": "產生模型回應的進階介面。透過將先前回應的 id 作為下一個請求的輸入,建立具狀態的互動。", + "endpoints/lmStudioRest/segmentedLabel": "LM Studio", + "endpoints/lmStudioRestV1/getModels": "列出可用模型", + "endpoints/lmStudioRestV1/postModelsLoad": "載入模型(含選項)", + "endpoints/lmStudioRestV1/postModelsDownload": "下載模型", + "endpoints/lmStudioRestV1/postChat": "與模型聊天。支援具狀態的多輪對話與 MCP", + "endpoints/lmStudioRestV1/getModelsDownloadStatus": "取得模型下載狀態", + "endpoints/anthropicCompatRest/segmentedLabel": "Anthropic 相容", + + "model.createVirtualModelFromInstance": "將設定儲存為新的虛擬模型", + "model.createVirtualModelFromInstance/error": "無法將設定儲存為新的虛擬模型", + + "model": { + "toolUseSectionTitle": "工具使用", + "toolUseDescription": "此模型被檢測到是為了工具使用而訓練的\n\n開啟 快速文件 以獲取更多資訊" + }, + + "apiConfigOptions/title": "API 設定" +} diff --git a/zh-Hant/models.json b/zh-Hant/models.json index d2a8a91f..e813916d 100644 --- a/zh-Hant/models.json +++ b/zh-Hant/models.json @@ -1,84 +1,133 @@ { - "pageTitle": "頁面標題", - "filterModels.placeholder": "過濾模型。提示", - "aggregate_one": "總計", - "aggregate_other": "其他總計", - "noModels.title": "無模型。標題", - "noModels.discoverButtonText.prefix": "無模型。發掘按鈕前綴", - "noModels.discoverButtonText.suffix": "無模型。發掘按鈕後綴", - "noModels.discoverModelsPrompt": "無模型。發掘模型提示", - "modelsTable.arch/label": "模型表格。架構/標籤", - "modelsTable.params/label": "模型表格。參數/標籤", - "modelsTable.publisher/label": "模型表格。出版商/標籤", - "modelsTable.displayName/label": "模型表格。顯示名稱/標籤", - "modelsTable.modelKey/label": "模型表格。模型密鑰/標籤", - "modelsTable.size/label": "模型表格。大小/標籤", - "modelsTable.dateModified/label": "模型表格。最後修改時間/標籤", - "modelsTable.actions/label": "模型表格。動作/標籤", - "modelsTable.quant/label": "模型表格。量化/標籤", - "modelsTable.llms/label": "模型表格。語言模型/標籤", - "modelsTable.embeddingModels/label": "模型表格。嵌入模型/標籤", - "action.model.delete": "行動。刪除模型", - "action.model.delete.full": "行動。刪除模型(完整)", - "action.model.delete.confirmation/title": "行動。刪除模型。確認/標題", - "action.model.delete.confirmation/description": "行動。刪除模型。確認/描述", - "action.model.delete.confirmation/confirm": "行動。刪除模型。確認/確認", - "action.createVirtual": "行動。建立虛擬模型", - "action.createVirtual.details/title": "行動。建立虛擬模型。詳細資訊/標題", - "action.createVirtual.details/create": "行動。建立虛擬模型。詳細資訊/建立", - "action.createVirtual.details/cancel": "行動。建立虛擬模型。詳細資訊/取消", - "action.createVirtual.details.base/label": "行動。建立虛擬模型。詳細資訊。基礎/標籤", - "action.createVirtual.details.name/label": "行動。建立虛擬模型。詳細資訊。名稱/標籤", - "action.createVirtual.details.includeMachineDependent/label": "行動。建立虛擬模型。詳細資訊。包含機器相關/標籤", - "action.createVirtual.details.includeMachineDependent/hint": "行動。建立虛擬模型。詳細資訊。包含機器相關/提 hint", - "action.createVirtual.details.config/label": "行動。建立虛擬模型。詳細資訊。配置/標籤", - "action.createVirtual.details.config.empty": "行動。建立虛擬模型。詳細資訊。配置/空白", - "action.createVirtual.details/error": "行動。建立虛擬模型。詳細資訊。錯誤", - "loader.model.bundled": "載入器。捆綁模型", - "action.cancel": "行動。取消", - "indexingOngoing": "索引中", - "index/error_one": "索引/錯誤(1)", - "index/error_other": "索引/錯誤(其他)", - "badModels/title_one": "不良模型/標題(1)", - "badModels/title_other": "不良模型/標題(其他)", - "badModels.virtualModelIncorrectPlacement": "不良模型。虛擬模型錯誤放置", - "badModels.virtualModelBadManifest": "不良模型。虛擬模型錯誤_manifest", - "unresolvedVirtualModels/title_one": "未解決的虛擬模型/標題(1)", - "unresolvedVirtualModels/title_other": "未解決的虛擬模型/標題(其他)", - "unresolvedVirtualModels.missingModel": "未解決的虛擬模型。缺失模型", - "unresolvedVirtualModels.circular": "未解決的虛擬模型。循環", - "modelsDirectory": "模型目錄", - "modelsDirectory.change": "模型目錄。變更", - "modelsDirectory.reset": "模型目錄。重置", - "modelsDirectory.reveal.mac": "模型目錄。顯示 macOS", - "modelsDirectory.reveal.nonMac": "模型目錄。顯示 非 macOS", - "modelsDirectory.forceReindex": "模型目錄。強制重新索引", - "loadState/loaded": "載入狀態/已載入", - "loadState/loading": "載入狀態/正在載入", - "loadState/unloaded": "載入狀態/未載入", - "loadState/unloading": "載入狀態/正在卸載", - "loadState/idle": "載入狀態/空閒", - "pinned": "標記", - "lastUsed": "最後使用", - "contextMenu/pin": "上下文菜單/標記", - "contextMenu/unpin": "上下文菜單/取消標記", - "contextMenu/copyAbsolutePath": "上下文菜單/複製絕對路徑", - "contextMenu/copyModelName": "上下文菜單/複製模型名稱", - "contextMenu/copyModelDefaultIdentifier": "上下文菜單/複製模型預設識別碼", - "contextMenu/showRawMetadata": "上下文菜單/顯示原始元數據", - "contextMenu/openOnHuggingFace": "上下文菜單/在 Hugging Face 開啟", - "tooltip/moreActions": "提示/更多動作", - "tooltip/getInfo": "提示/取得資訊", - "tooltip/editModelDefaultConfig": "提示/編輯模型預設配置", - "tooltip/editModelDefaultConfig/override": "提示/編輯模型預設配置/覆蓋", - "tooltip/visionBadge": "提示/視覺標記", - "tooltip/toolUseBadge": "提示/工具使用標記", - "visionBadge/label": "視覺標記/標籤", - "toolUseBadge/label": "工具使用標記/標籤", - "loader.action.load": "載入器。載入", - "loader.action.clearChanges": "載入器。清除變更", - "loader.action.cancel": "載入器。取消", - "loader.info.clickOnModelToLoad": "載入資訊。點擊模型以載入", - "loader.info.configureLoadParameters": "載入資訊。設定載入參數", - "loader.info.activeGeneratorWarning": "載入資訊。當您啟動生成器時,請注意" -} \ No newline at end of file + "pageTitle": "我的模型", + "filterModels.placeholder": "篩選模型...", + "aggregate_one": "您有 {{count}} 個本地模型,佔用 {{size}} 的磁碟空間。", + "aggregate_other": "您有 {{count}} 個本地模型,佔用 {{size}} 的磁碟空間。", + + "noModels.title": "您的本地模型將會顯示在此處。", + "noModels.discoverButtonText.prefix": "點擊", + "noModels.discoverButtonText.suffix": "按鈕在左側邊欄,以探索有趣的 LLM 以供下載。", + "noModels.discoverModelsPrompt": "去探索一些本地 LLM 吧!", + + "modelsTable.arch/label": "架構", + "modelsTable.params/label": "參數", + "modelsTable.publisher/label": "發布者", + "modelsTable.displayName/label": "名稱", + "modelsTable.modelKey/label": "模型金鑰", + "modelsTable.size/label": "大小", + "modelsTable.dateModified/label": "修改日期", + "modelsTable.actions/label": "動作", + + "modelsTable.quant/label": "量化", + "modelsTable.llms/label": "LLM", + "modelsTable.embeddingModels/label": "嵌入模型", + + "action.model.delete": "刪除", + "action.model.delete.full": "刪除模型", + "action.model.delete.confirmation/title": "刪除 {{name}}", + "action.model.delete.confirmation/description": "您確定嗎?這將永久性地從您的電腦中刪除與此模型相關的所有檔案。 此動作不可逆轉。", + "action.model.delete.confirmation/confirm": "刪除", + "action.model.delete/error": "刪除模型失敗", + + "loader.model.bundled": "已打包", + "action.cancel": "取消", + "indexingOngoing": "正在索引模型... 這可能需要幾秒鐘。", + "indexingPageLoaderText": "正在索引模型...", + "index/error_one": "無法索引以下資料夾:", + "index/error_other": "無法索引以下資料夾:", + "badModels/title_one": "無法索引下列模型:", + "badModels/title_other": "無法索引下列模型:", + "badModels.virtualModelIncorrectPlacement": "虛擬模型的放置位置不正確。預期在 {{expected}},但實際位於 {{actual}}。", + "badModels.virtualModelBadManifest": "虛擬模型配置檔案 (model.yaml) 無效:", + "unresolvedVirtualModels/title_one": "無法解析下列虛擬模型:", + "unresolvedVirtualModels/title_other": "無法解析下列虛擬模型:", + "unresolvedVirtualModels.missingModel": "缺少相依模型: {{missing}}。 相依路徑:\n{{chain}}", + "unresolvedVirtualModels.circular": "偵測到循環相依。", + "unresolvedVirtualModels.fix": "修正", + "unresolvedVirtualModels.revealInExplorer": "在總管理器中顯示", + "unresolvedVirtualModels.revealInFinder": "在 Finder 中顯示", + "unresolvedVirtualModels.reveal/error": "無法顯示", + + "modelsDirectory": "模型目錄", + "modelsDirectory.change": "變更...", + "modelsDirectory.change/error": "變更模型目錄失敗", + "modelsDirectory.reset": "重設為預設路徑", + "modelsDirectory.reveal.mac": "在 Finder 中顯示", + "modelsDirectory.reveal.nonMac": "在檔案總管中開啟", + "modelsDirectory.reveal.mac/error": "無法在 Finder 中開啟", + "modelsDirectory.reveal.nonMac/error": "無法在檔案總管中開啟", + "modelsDirectory.forceReindex": "重新整理", + "loadState/loaded": "已載入", + "loadState/loading": "載入中", + "loadState/unloaded": "未載入", + "loadState/unloading": "正在卸載", + "loadState/idle": "閒置", + "pinned": "此模型已固定。右鍵單擊以取消固定。", + "lastUsed": "上次使用", + "contextMenu/pin": "固定至頂端", + "contextMenu/unpin": "取消固定", + "contextMenu/copyAbsolutePath": "複製絕對路徑", + "contextMenu/copyModelName": "複製模型路徑", + "contextMenu/copyModelDefaultIdentifier": "複製預設識別碼", + "contextMenu/showRawMetadata": "顯示原始中繼資料", + "contextMenu/openOnHuggingFace": "在 Hugging Face 上開啟", + "contextMenu": { + "showOnWeb": "在網頁上顯示", + "pullLatest": { + "label": "拉取最新版本", + "checking": "正在檢查更新...", + "upToDate": "已是最新的", + "error": "檢查更新失敗" + } + }, + "tooltip/moreActions": "更多動作", + "tooltip/getInfo": "取得資訊", + "tooltip/editModelDefaultConfig": "編輯模型預設配置", + "tooltip/editModelDefaultConfig/override": "編輯模型預設配置 (* 表示有覆寫)", + "tooltip/visionBadge": "此模型可以處理圖像輸入", + "tooltip/toolUseBadge": "此模型已針對工具使用進行訓練", + + "visionBadge/label": "視覺功能啟用", + "toolUseBadge/label": "針對工具使用進行訓練", + + "loader.action.load": "載入模型", + "loader.action.clearChanges": "清除變更", + "loader.action.cancel": "取消", + "loader.info.clickOnModelToLoad": "點擊模型以載入它", + "loader.info.configureLoadParameters": "配置模型的載入參數", + "loader.info.activeGeneratorWarning": "您正在使用具有自訂產生器的插件。 您目前載入的模型可能或不適用於此插件,取決於產生器的實作。", + + "loader.guardrails.estimatedMemoryUsage": "預估記憶體用量", + "loader.guardrails.total": "總計", + "loader.guardrails.gpu": "GPU", + "loader.guardrails.unavailable": "此模型無法估算記憶體用量", + "loader.guardrails.notEnoughResources": "目前的設定下,資源不足以載入此模型", + "loader.guardrails.notEnoughResources/options": "選項", + "loader.guardrails.notEnoughResources.moreInfoSection.appearsNotEnoughMemory": "看起來您的系統沒有足夠的記憶體可載入此模型。", + "loader.guardrails.notEnoughResources.moreInfoSection.ifYouBelieveThisIsIncorrect": "您可以在設定中調整模型載入保護,或按住 強制載入。", + "loader.guardrails.notEnoughResources.moreInfoSection.warning": "載入過大的模型可能會讓您的系統過載並導致卡頓。", + "loader.guardrails.notEnoughResources.alwaysAllowLoadAnyway": "(不建議)一律允許「仍要載入」,無需按住 Alt/Option 鍵", + + "virtual": { + "local": { + "create": "建立虛擬模型", + "title": "建立本地虛擬模型", + "description": "透過將模型與一組配置封裝來建立虛擬模型。基礎權重不會被複製。", + "modelKey.label": "模型金鑰", + "modelKey.placeholder": "輸入唯一的模型金鑰", + "modelKey.normalized": "您的模型金鑰會正規化為:{{normalized}}", + "baseModel.label": "基礎模型", + "baseModel.placeholder": "選擇一個基礎模型", + "baseModel.empty": "下載一個模型作為基礎模型", + "next": "下一步", + "confirm": "建立", + "error": "建立虛擬模型失敗" + }, + "altsSelect": { + "title": "切換模型來源", + "resetButton": "重設為預設", + "description": "此模型有多個可用的來源檔案。", + "trigger": "變體" + } + } +}