diff --git a/zh-Hant/chat.json b/zh-Hant/chat.json index 38d083db..4b1fb5c5 100644 --- a/zh-Hant/chat.json +++ b/zh-Hant/chat.json @@ -1,211 +1,252 @@ -{ - "modelLoaderPlaceholder": "選擇要載入的模型", - "systemPromptPlaceholder": "設定系統提示語", - "userRoleText": "使用者", - "assistantRoleText": "助理", - "addMessageButtonText": "新增", - "addMessageButtonText/toolTip": "在上下文中插入訊息而不觸發預測", - "sendMessageButtonText": "傳送", - "sendMessageButtonText/toolTip": "將您的提示語與對話歷史傳送給模型處理", - "ejectButtonText": "彈出", - "unloadTooltip": "將模型從記憶中移除", - "cancelButtonText": "取消", - "loadButtonText": "載入", - "advancedSegmentText": "進階", - "chatSegmentText": "聊天", - "chatSidebarTitle": "聊天清單", - "newChatButton": "新建聊天", - "newFolderButton": "新建文件夾", - "viewModeLabel": "視圖模式", - "noChatSelected": "未選取聊天", - "chatViewOptions": "聊天視圖選項", - "uiControls/title": "顯示設定", - "noChatSelectedPlaceholder": "選擇聊天", - "unnamedChat": "無名聊天", - "emptyFolder": "文件夾為空", - "tokenCount": "標記數量", - "messageTokenCount": "輸入標記數量", - "tokenCount/hint": "訊息中的標記數量。使用目前選取的模型的標記解碼器計算。\n\n需模型已載入。", - "messageTokenCount/hint": "訊息中的標記數量。使用目前選取的模型的標記解碼器計算。\n\n不包含附件文件中的標記數量預估。", - "notes": "對話備註", - "notes/add/first": "新增備註", - "notes/add/another": "再添一個備註", - "notes/hint": "將備註儲存到此聊天。備註僅作參考,不會傳送給模型。所有更改會自動儲存。", - "notes/placeholder": "在此輸入備註…", - "notes/delete": "刪除備註", - "notes/noteLabel": "備註", - "notes/copyContent": "複製備註內容", - "actions/sendMessage/error": "傳送訊息失敗", - "actions/loadModel/error": "🥲 載入模型失敗", - "actions/addFile": "[實驗性] 附上這個訊息的文件\n(.pdf, 純文字,或 .docx)", - "actions/changeRole": "在使用者與助理角色間切換。\n\n這對導向對話特定方向很有幫助。\n\n可用於設定「 few-shot learning 」或「 in-context learning 」情境", - "actions/addImage": "新增圖片", - "actions/deleteMessage": "刪除訊息", - "actions/deleteMessage/confirmation": "確定要刪除此訊息嗎?", - "actions/copyMessage": "複製訊息", - "actions/editMessage": "編輯訊息", - "actions/editMessage/cannotEditPreprocessed": "無法編輯預處理訊息,因為運行預處理器後會被覆寫。若要編輯訊息,必須:\n\n - 切換回原訊息進行編輯,或\n - 改變預處理器以產生所需輸出。", - "actions/regenerateMessage": "重新產生訊息", - "actions/regenerateMessage/error": "重新產生訊息失敗", - "actions/branchChat": "在這條訊息後分叉聊天", - "actions/branchChat/error": "分叉聊天失敗", - "actions/continueAssistantMessage": "繼續助理訊息", - "actions/continueAssistantMessage/error": "繼續助理訊息失敗", - "actions/predictNext": "生成AI回應", - "actions/predictNext/error": "生成AI回應失敗", - "actions/loadLastModel": "重新載入上次使用的模型", - "actions/loadLastModel/tooltip": "點擊載入與此聊天最近使用的模型:\n\n{{lastModel}}", - "actions/loadLastModel/error": "無法載入上次使用的模型。", - "actions/continueCurrentModel": "使用目前模型", - "actions/continueCurrentModel/tooltip": "目前模型:{{currentModel}}", - "actions/changeToLastUsedModel": "載入 {{lastModel}}", - "actions/changeToLastUsedModel/error": "無法切換至上次使用的模型。", - "actions/changeToLastUsedModel/tooltip": "您上次在這場對話中發送訊息時使用了不同的模型。點擊以卸載目前選取的模型({{currentModel}})並載入與這場對話最後使用的模型:\n\n{{lastModel}}", - "actions/switchToLastUsedModel": "切換至 {{lastModel}}", - "actions/switchToLastUsedModel/tooltip": "點擊以切換至與這場對話最後使用的模型:\n\n{{lastModel}}", - "actions/loadModel": "載入模型", - "actions/toggleViewingProcessed/currentlyFalse": "目前顯示原始訊息。點擊以查看預處理後的訊息。", - "actions/toggleViewingProcessed/currentlyTrue": "目前顯示預處理後的訊息。點擊以查看原始訊息。", - "actions/toggleViewingProcessed/hint": "在將訊息傳送給模型之前,該訊息可能會先由提示預處理器進行預處理。點擊以切換查看原始訊息與預處理後的訊息。只有預處理後的訊息會傳給模型。", - "editMessageConfirm/title": "保持變更?", - "editMessageConfirm/message": "您已修改訊息。是否要保留變更?", - "editMessageConfirm/keepEditing": "繼續編輯", - "editMessageConfirm/save": "儲存", - "editMessageConfirm/discard": "拋棄變更", - "tokenCount/totalNotAvailable": "標記:{{current}}", - "tokenCount/totalAvailable": "標記:{{current}}/{{total}}", - "tokenCount/totalAvailablePercentage": "當前上下文為 {{percentage}}% 滿", - "tokenCount/contextOverflow": "未處理的當前上下文大於模型的最大標記限制。根據您的上下文溢出政策,當前上下文可能會被截斷,或訊息可能不會發送。", - "modelLoader/manualLoadParams/label": "手動選擇模型載入參數", - "modelLoader/manualLoadParams/hint/before": "(或按住 ", - "modelLoader/manualLoadParams/hint/after": ")", - "actions/move/error": "移動失敗", - "actions/rename/error": "重命名失敗", - "actions/createChatAtRoot": "新對話…", - "actions/createChatAtRoot/error": "無法在根目錄建立對話", - "actions/createFolderAtRoot": "新資料夾…", - "actions/createFolderAtRoot/error": "無法在根目錄建立資料夾", - "actions/createChat/error": "無法建立對話", - "actions/deleteChat/errorTitle": "無法刪除對話", - "userFile/fileSizeLimit": "檔案大小限制是 ", - "userFile/noImageSupport": "模型不支援圖片輸入", - "userFile/errorPrefix": "錯誤 - ", - "userFile/supportedImagePrefix": "不支援的圖片類型 - 只有 ", - "userFile/supportedImageSuffix": " 支援", - "userFile/unsupportedFileType": "不支援的檔案類型 - 只有圖片、PDF 和 .txt 檔案支援。", - "userFile/maxFilesPerMessage": "每條訊息最多可添加 {{files}} 個檔案。無法添加超過 {{files}} 個檔案。 ", - "userFile/maxFileSizePerMessage": "每條訊息最大檔案大小為 {{size}}。無法添加超過 {{size}} 的檔案。 ", - "userFile/maxFileSizePerConversation": "每場對話最大檔案大小為 {{size}}。無法添加超過 {{size}} 的檔案。 ", - "userFile/failedToUploadError/title": "上傳檔案失敗", - "userFile/failedToAddFile/title": "無法將檔案添加至對話", - "errorTitle": "錯誤", - "userFile/chatTerminalDocumentsCount_one": "{{count}} 經文在對話中", - "userFile/chatTerminalDocumentsCount_other": "對話中文件數量:{{count}}", - "prediction/busyModel/title": "模型正在忙碌", - "prediction/busyModel/message": "請等待模型完成後再試一次", - "prediction/noModel/title": "尚未選取模型", - "prediction/modelLoading": "訊息已加入隊列,待模型加載完成後將傳送", - "prediction/noModel/message": "請選取模型後傳送訊息", - "prediction/unloadModel/error": "無法卸載模型", - "retrieval/user/processingLabel": "AI正在思考中…", - "retrieval/powerUser/intermediateStepsHidden": "中間步驟已隱藏。點擊擴展。", - "retrieval/actions/clickToExpand": "點擊擴展中間步驟", - "retrieval/actions/clickToCollapse": "點擊收縮中間步驟", - "style": "視覺效果", - "style/viewMode/markdown": "標記語言", - "style/viewMode/plaintext": "純文本", - "style/viewMode/monospace": "單一字體", - "speculativeDecodingVisualization/toggle": "顯示接受草稿標記", - "speculativeDecodingVisualization/fromDraftModel_one": "接受草稿標記", - "speculativeDecodingVisualization/fromDraftModel_other": "接受草稿標記", - "speculativeDecodingVisualization/cannotChangeViewMode": "當視覺化草稿標記時,視圖模式選擇已禁用。", - "style/fontSize/label": "字體大小", - "style/fontSize/medium": "預設", - "style/fontSize/large": "大字體", - "style/fontSize/small": "小字體", - "style/debugBlocks/label": "顯示調試資訊塊", - "style/thinkingUI/label": "預設展開推理塊", - "style/chatFullWidth/label": "預設延伸對話容器至畫面寬度", - "messageBlocks": { - "expandBlockTooltip": "展開內容", - "collapseBlockTooltip": "收縮內容", - "debug": { - "label": "DEBUG 要求", - "collapseTooltip": "收縮調試資訊塊", - "expandTooltip": "展開調試資訊塊" - } - }, - "topBarActions/duplicateChat": "複製", - "topBarActions/clearChat": "全部清除", - "topBarActions/clearChatConfirmation": "確定要清除此對話中的所有訊息嗎?", - "topBarActions/clearChatCancel": "取消", - "topBarActions/clearChatDelete": "全部清除", - "noModels.indexing": "正在索引模型文件…(這可能需要片刻時間)", - "noModels.downloading": "下載您的首個LLM…", - "noModels": "尚未有LLM!下載一個開始使用!", - "plugins": { - "pluginTrigger": { - "noPlugins": "插件", - "multiplePlugins": "{{dynamicValue}} 個插件" - }, - "pluginSelect": { - "title": "插件", - "dropdown": { - "configure": "設定", - "disable": "停用", - "fork": "分叉", - "uninstall": "卸載" - }, - "actionButtons": { - "create": "+ 創建", - "import": "導入", - "discover": "發掘" - }, - "recentlyCreated": { - "title": "recently created plugins", - "placeholder": "您創建的插件會出現在這裡" - }, - "startRunningDevelopmentPlugin/error": "無法在開發模式下啟動插件", - "stopRunningDevelopmentPlugin/error": "無法在開發模式下停止插件" - }, - "pluginConfiguration": { - "title": "插件設定", - "selectAPlugin": "請選取插件以編輯其設定", - "preprocessorAndGenerator": "此插件包含自訂預處理器和產生器", - "generatorOnly": "此插件包含自訂產生器", - "preprocessorOnly": "此插件包含自訂預處理器" - }, - "instructions": { - "runTheFollowing": "要運行您的插件,請在終端機中輸入", - "pushTo": "透過提交到 Hub 與他人分享您的插件(可選)", - "createdSuccessfully": "插件建立成功", - "creatingPlugin": "正在建立插件…", - "projectFilesTitle": "專案文件", - "buttons": { - "documentation": "文件", - "dismiss": "dismiss", - "publish": "發布", - "openInZed": "在 Zed 開啟", - "openInVscode": "在 VS Code 開啟", - "revealInFinder": "在 Finder 中顯示", - "openInFileExplorer": "在文件總管中開啟" - } - } - }, - "genInfo": { - "tokensPerSecond": "{{tokensPerSecond}} 單位/秒", - "predictedTokensCount": "{{predictedTokensCount}} 單位", - "timeToFirstTokenSec": "{{timeToFirstTokenSec}} 秒至首個單位", - "stopReason": "停止原因:{{stopReason}}", - "stopReason.userStopped": "用戶中止", - "stopReason.modelUnloaded": "模型卸載", - "stopReason.failed": "產生失敗", - "stopReason.eosFound": "結束標記找到", - "stopReason.stopStringFound": "停止字串找到", - "stopReason.toolCalls": "工具調用", - "stopReason.maxPredictedTokensReached": "最大預測單位數達到", - "stopReason.contextLengthReached": "上下文長度限制達到", - "speculativeDecodedBy": "草稿模型:{{decodedBy}}", - "speculativeDecodingStats": "已接受 {{accepted}}/{{total}} 單位草稿標記({{percentage}}%)" - } -} \ No newline at end of file +{ + "modelLoaderPlaceholder": "選擇要載入的模型", + "systemPromptPlaceholder": "設定系統提示", + "userRoleText": "使用者", + "assistantRoleText": "助理", + "addMessageButtonText": "新增", + "addMessageButtonText/toolTip": "在不觸發預測的情況下將訊息插入到上下文中", + "sendMessageButtonText": "傳送", + "sendMessageButtonText/toolTip": "將您的提示和聊天記錄傳送到模型進行處理", + "ejectButtonText": "彈出", + "unloadTooltip": "從記憶體中彈出模型", + "cancelButtonText": "取消", + "loadButtonText": "載入", + "advancedSegmentText": "進階", + "chatSegmentText": "聊天", + "chatSidebarTitle": "聊天", + "newChatButton": "新增", + "newFolderButton": "新增資料夾", + "viewModeLabel": "檢視模式", + "noChatSelected": "未選擇聊天", + "chatViewOptions": "聊天檢視選項", + "uiControls/title": "顯示設定", + "noChatSelectedPlaceholder": "請選擇一個聊天", + "unnamedChat": "無命名聊天", + "emptyFolder": "資料夾為空", + + "tokenCount": "Token 數量", + "messageTokenCount": "輸入 token 數量", + "tokenCount/hint": "訊息中的 token 數量。使用目前選取的模型的 tokenizer 計算。\n\n需要載入模型。", + "messageTokenCount/hint": "訊息中的 token 數量。使用目前選取的模型的 tokenizer 計算。\n\n**不**包含檔案附件的 token 估計值。", + + "notes": "對話筆記", + "notes/add/first": "新增筆記", + "notes/add/another": "新增另一個筆記", + "notes/hint": "將筆記儲存到此聊天。筆記僅供您參考,不會傳送到模型。所有變更都會自動儲存。", + "notes/placeholder": "在此處輸入您的筆記...", + "notes/delete": "刪除筆記", + "notes/noteLabel": "筆記", + "notes/copyContent": "複製筆記內容", + + "actions/sendMessage/error": "傳送訊息失敗", + "actions/loadModel/error": "🥲 載入模型失敗", + "actions/addFile": "[實驗性] 將檔案附加到此訊息\n(.pdf, 純文字或 .docx)", + "actions/addFile/label": "附加檔案", + "actions/changeRole": "在使用者和助理角色之間切換。\n\n這對於引導對話朝特定方向發展非常有用。\n\n可用於設定 '少樣本學習' 或 '上下文學習' 情境", + "actions/addImage": "附加圖片", + "actions/deleteMessage": "刪除訊息", + "actions/deleteMessage/confirmation": "您確定要刪除此訊息嗎?", + "actions/copyMessage": "複製訊息", + "actions/editMessage": "編輯訊息", + "actions/editMessage/cannotEditPreprocessed": "無法編輯已預處理的訊息,因為它們在運行預處理器後會被覆蓋。要編輯訊息,請執行以下操作:\n\n - 切換到原始訊息並改為編輯它,或\n - 更改預處理器以產生所需的輸出。", + "actions/regenerateMessage": "重新生成訊息", + "actions/regenerateMessage/error": "重新生成訊息失敗", + "actions/branchChat": "在該訊息之後分支聊天", + "actions/branchChat/error": "分支聊天失敗", + "actions/continueAssistantMessage": "繼續助理訊息", + "actions/continueAssistantMessage/error": "繼續助理訊息失敗", + "actions/predictNext": "生成 AI 回應", + "actions/predictNext/error": "生成 AI 回應失敗", + "actions/loadLastModel": "重新載入上次使用的模型", + "actions/loadLastModel/tooltip": "點擊以載入與此聊天上次使用的模型:\n\n{{lastModel}}", + "actions/loadLastModel/error": "重新載入上次使用的模型失敗。", + "actions/clearLastUsedModel": "清除上次使用的模型", + "actions/clearLastUsedModel/error": "清除上次使用的模型失敗。", + "actions/continueCurrentModel": "使用目前模型", + "actions/continueCurrentModel/tooltip": "目前模型:{{currentModel}}", + "actions/changeToLastUsedModel": "載入 {{lastModel}}", + "actions/changeToLastUsedModel/error": "變更為上次使用的模型失敗。", + "actions/changeToLastUsedModel/tooltip": "您上次在與此對話的訊息中傳送時使用了不同的模型。點擊以卸載目前選取的模型 ({{currentModel}}) 並載入上次與此對話使用的模型:\n\n{{lastModel}}", + "actions/switchToLastUsedModel": "切換到 {{lastModel}}", + "actions/switchToLastUsedModel/tooltip": "點擊以切換到上次與此對話使用的模型:\n\n{{lastModel}}", + "actions/loadModel": "載入模型", + "actions/toggleViewingProcessed/currentlyFalse": "目前檢視原始訊息。點擊以檢視預處理過的訊息。", + "actions/toggleViewingProcessed/currentlyTrue": "目前檢視預處理過的訊息。點擊以檢視原始訊息。", + "actions/toggleViewingProcessed/hint": "在將訊息傳送到模型之前,它可能由提示預處理器進行預處理。點擊以在檢視原始訊息和預處理過的訊息之間切換。只有預處理過的訊息才會傳送到模型。", + "editMessageConfirm/title": "保留變更?", + "editMessageConfirm/message": "您對訊息做了變更。您想保留它們嗎?", + "editMessageConfirm/keepEditing": "繼續編輯", + "editMessageConfirm/save": "儲存", + "editMessageConfirm/discard": "捨棄變更", + "tokenCount/totalNotAvailable": "Tokens: {{current}}", + "tokenCount/totalAvailable": " Token: {{current}}/{{total}}", + "tokenCount/totalAvailablePercentage": "上下文已滿 {{percentage}}%", + "tokenCount/contextOverflow": "未處理的上下文超過模型的最大 token 限制。根據您的上下文溢出策略,上下文可能會被截斷或訊息可能無法傳送。", + "modelLoader/manualLoadParams/label": "手動選擇模型載入參數", + "modelLoader/manualLoadParams/hint/before": "(或按住 ", + "modelLoader/manualLoadParams/hint/after": ")", + "actions/move/error": "移動失敗", + "actions/rename/error": "無法重新命名檔案", + "actions/createChatAtRoot": "新增聊天...", + "actions/createChatAtRoot/error": "在根目錄中建立聊天失敗", + "actions/createFolderAtRoot": "新增資料夾...", + "actions/createFolderAtRoot/error": "在根目錄中建立資料夾失敗", + "actions/openInFolder/mac": "在 Finder 中顯示", + "actions/openInFolder/pc": "在檔案總管中顯示", + + "actions/createChat/error": "建立聊天失敗", + "actions/deleteChat/errorTitle": "刪除聊天失敗", + + "userFile/fileSizeLimit": "檔案大小限制為 ", + "userFile/noImageSupport": "模型不支援圖片輸入", + "userFile/errorPrefix": "錯誤 - ", + "userFile/supportedImagePrefix": "不受支援的圖片類型 - 僅限 ", + "userFile/supportedImageSuffix": " 格式受支援", + "userFile/unsupportedFileType": "不受支援的檔案類型 - 僅支援圖片、PDF 和 .txt 檔案。", + "userFile/maxFilesPerMessage": "訊息中達到最大檔案數量。每個訊息最多只能添加 {{files}} 個檔案。", + "userFile/maxFileSizePerMessage": "每則訊息達到最大檔案大小限制。無法添加大於 {{size}} 的檔案。", + "userFile/maxFileSizePerConversation": "對話中達到最大檔案大小限制。無法添加大於 {{size}} 的檔案。 ", + "userFile/failedToUploadError/title": "檔案上傳失敗", + "userFile/failedToAddFile/title": "將檔案添加到聊天失敗", + "errorTitle": "錯誤", + "userFile/chatTerminalDocumentsCount_one": "{{count}} 份文件在聊天中", + "userFile/chatTerminalDocumentsCount_other": "{{count}} 份文件在聊天中", + + "prediction/busyModel/title": "模型正忙碌中", + "prediction/busyModel/message": "請等待模型完成後再試。", + "prediction/noModel/title": "未選擇模型", + "prediction/modelLoading": "訊息已排隊,當模型載入完成時將發送。", + "prediction/noModel/message": "選取一個模型以傳送訊息。", + "prediction/unloadModel/error": "卸載模型失敗", + + "retrieval/user/processingLabel": "AI 正在思考...", + "retrieval/powerUser/intermediateStepsHidden": "中間步驟已隱藏。點擊展開。", + "retrieval/actions/clickToExpand": "點擊展開中間步驟", + "retrieval/actions/clickToCollapse": "點擊摺疊中間步驟", + + "style": "外觀", + + "style/viewMode/markdown": "Markdown", + "style/viewMode/plaintext": "純文字", + "style/viewMode/monospace": "等寬字體", + + "speculativeDecodingVisualization/toggle": "可視化已接受的草稿分詞 token", + "speculativeDecodingVisualization/fromDraftModel_one": "已接受的草稿 token", + "speculativeDecodingVisualization/fromDraftModel_other": "已接受的草稿 token", + "speculativeDecodingVisualization/cannotChangeViewMode": "可視化草稿 token 時,檢視模式選擇會被停用。", + + "style/fontSize/label": "字型大小", + "style/fontSize/medium": "預設值", + "style/fontSize/large": "大", + "style/fontSize/small": "小", + + "style/debugBlocks/label": "顯示除錯資訊區塊", + + "style/thinkingUI/label": "預設展開推理區塊", + "style/chatFullWidth/label": "將聊天容器擴展至視窗寬度", + + "style/chatUtilityMenusShowLabel/label": "顯示聊天工具選單標籤", + + "messageBlocks": { + "expandBlockTooltip": "展開內容", + "collapseBlockTooltip": "摺疊內容", + "debug": { + "label": "DEBUG 資訊", + "collapseTooltip": "摺疊除錯資訊區塊", + "expandTooltip": "展開除錯資訊區塊" + } + }, + + "chatTabOptions/clearAllMessages": "清除所有訊息...", + "chatTabOptions/duplicateChat": "複製聊天", + + "topBarActions/duplicateChat": "複製", + "topBarActions/clearChat": "清除全部", + "topBarActions/clearChatConfirmation": "您確定要清除此對話中的所有訊息嗎?", + "topBarActions/clearChatCancel": "取消", + "topBarActions/clearChatDelete": "清除全部", + + "noModels.indexing": "正在索引模型檔案... (這可能需要一些時間)", + "noModels.downloading": "正在下載您的第一個 LLM...", + "noModels": "還沒有 LLM!下載一個以開始使用!", + + "plugins": { + "pluginTrigger": { + "noPlugins": "插件", + "multiplePlugins": "{{dynamicValue}} 個插件" + }, + "pluginSelect": { + "title": "插件", + "dropdown": { + "configure": "設定", + "disable": "停用", + "fork": "分支", + "uninstall": "解除安裝" + }, + "actionButtons": { + "create": "建立", + "import": "匯入", + "discover": "探索" + }, + "recentlyCreated": { + "title": "最近建立的插件", + "placeholder": "您建立的插件會出現在這裡" + }, + "startRunningDevelopmentPlugin/error": "啟動開發模式插件失敗", + "stopRunningDevelopmentPlugin/error": "停止開發模式插件執行失敗", + "forceReInitPlugin/error": "重新啟動插件失敗", + "signOutMcpPlugin/error": "登出插件失敗", + "cancelMcpAuthentication/error": "取消插件身分驗證失敗" + }, + "pluginConfiguration": { + "title": "插件設定", + "selectAPlugin": "選取一個要編輯其設定的插件", + "preprocessorAndGenerator": "這個插件包含自訂的預處理器和產生器", + "generatorOnly": "這個插件包含自訂的產生器", + "preprocessorOnly": "這個插件包含自訂的預處理器" + }, + "instructions": { + "runTheFollowing": "要執行您的插件,請開啟終端機並輸入", + "pushTo": "將您的插件推送到 Hub 以與他人分享(可選)", + "createdSuccessfully": "插件成功建立", + "creatingPlugin": "正在建立插件...", + "projectFilesTitle": "專案檔案", + "buttons": { + "documentation": "文件", + "dismiss": "關閉", + "publish": "發布", + "openInZed": "在 Zed 中開啟", + "openInVscode": "在 VS Code 中開啟", + "revealInFinder": "在 Finder 中顯示", + "openInFileExplorer": "在檔案總管中開啟" + } + }, + "localFork": { + "error": "建立插件的本機開發副本失敗。" + }, + "restartErrorPlugin/error": "重新啟動插件失敗" + }, + + "genInfo": { + "tokensPerSecond": "每秒 {{tokensPerSecond}} 個 token", + "predictedTokensCount": "預測 {{predictedTokensCount}} 個 token", + "timeToFirstTokenSec": "{{timeToFirstTokenSec}} 秒產生第一個 token", + "stopReason": "停止原因: {{stopReason}}", + "stopReason.userStopped": "使用者停止", + "stopReason.modelUnloaded": "模型卸載", + "stopReason.failed": "生成失敗", + "stopReason.eosFound": "找到 EOS Token", + "stopReason.stopStringFound": "找到停止字串", + "stopReason.toolCalls": "工具呼叫", + "stopReason.maxPredictedTokensReached": "達到最大預測 Token 數量", + "stopReason.contextLengthReached": "達到上下文長度限制", + "speculativeDecodedBy": "草稿模型: {{decodedBy}}", + "speculativeDecodingStats": "接受了 {{accepted}}/{{total}} 個草稿 Token ({{percentage}}%)", + "speculativeDecodingAcceptedPercentage": "已接受 {{percentage}}% 的草稿 Token", + "speculativeDecodingTooltip": "已接受 {{accepted}}/{{total}} 個草稿 Token" + }, + + "tabs": { + "systemPromptEditorTab.headerLabel": "編輯系統提示詞" + } +} diff --git a/zh-Hant/discover.json b/zh-Hant/discover.json index 09ce321c..1b0ad11b 100644 --- a/zh-Hant/discover.json +++ b/zh-Hant/discover.json @@ -1,27 +1,29 @@ { - "collectionsColumn": "收藏列", - "collectionsColumn/collectionError": "收藏列/收藏錯誤", - "bookmarksColumn": "書籤列", - "searchBar/placeholder": "搜尋欄位/提示文字", - "searchBar/huggingFaceError": "搜尋欄位/HuggingFace錯誤", - "sortBy": "按排序", - "searchSortKey.default/title": "搜尋排序鍵.預設/標題", - "searchSortKey.likes/title": "搜尋排序鍵.喜歡數/標題", - "searchSortKey.downloads/title": "搜尋排序鍵.下載數/標題", - "searchSortKey.lastModified/title": "搜尋排序鍵.最後修改時間/標題", - "searchSortKey.createdAt/title": "搜尋排序鍵.建立時間/標題", - "download.option.willFitEstimation.caveat": "下載.推薦/注意事項", - "download.option.willFitEstimation.fullGPUOffload/title": "下載.推薦/完整GPU卸載/標題", - "download.option.willFitEstimation.fullGPUOffload/description": "下載.推薦/完整GPU卸載/說明", - "download.option.willFitEstimation.partialGPUOffload/title": "下載.推薦/部分GPU卸載/標題", - "download.option.willFitEstimation.partialGPUOffload/description": "下載.推薦/部分GPU卸載/說明", - "download.option.willFitEstimation.fitWithoutGPU/title": "下載.推薦/不使用GPU匹配/標題", - "download.option.willFitEstimation.fitWithoutGPU/description": "下載.推薦/不使用GPU匹配/說明", - "download.option.willFitEstimation.willNotFit/title": "下載.推薦/無法匹配/標題", - "download.option.willFitEstimation.willNotFit/description": "下載.推薦/無法匹配/說明", - "download.option.recommended/title": "下載.推薦/標題", - "download.option.recommended/description": "下載.推薦/說明", - "download.option.downloaded/title": "下載.已下載/標題", - "download.option.downloading/title": "下載.正在下載/標題", - "feed.action.refresh": "餵養動作.刷新" -} \ No newline at end of file + "collectionsColumn": "收藏集", + "collectionsColumn/collectionError": "載入收藏集詳細資訊時發生錯誤,請嘗試在上方重新整理", + "bookmarksColumn": "書籤", + "searchBar/placeholder": "在 Hugging Face 上搜尋模型...", + "searchBar/huggingFaceError": "從 Hugging Face 取得結果時發生錯誤,請稍後再試。", + "sortBy": "依據排序", + "searchSortKey.default/title": "最佳比對", + "searchSortKey.likes/title": "最受歡迎", + "searchSortKey.downloads/title": "下載次數最多", + "searchSortKey.lastModified/title": "最近更新", + "searchSortKey.createdAt/title": "最近建立", + "download.option.willFitEstimation.caveat": "可能還有其他因素會阻止它載入,例如模型的架構、模型檔案的完整性或您電腦上可用的記憶體量。", + "download.option.willFitEstimation.fullGPUOffload/title": "完整的 GPU 卸載是可能的", + "download.option.willFitEstimation.fullGPUOffload/description": "這個模型可能完全可以放入您的 GPU 記憶體中。這可能會大大加快推論速度。", + "download.option.willFitEstimation.partialGPUOffload/title": "部分 GPU 卸載是可能的", + "download.option.willFitEstimation.partialGPUOffload/description": "這個模型可能只能部分放入您的 GPU 記憶體中,這通常可大幅提升推論速度。", + "download.option.willFitEstimation.fitWithoutGPU/title": "很可能適合", + "download.option.willFitEstimation.fitWithoutGPU/description": "這個模型很可能可以放入您電腦的記憶體中。", + "download.option.willFitEstimation.willNotFit/title": "可能太大", + "download.option.willFitEstimation.willNotFit/description": "成功使用此模型檔案所需的記憶體需求可能會超出您電腦上可用的資源。不建議下載此檔案。", + "download.option.recommended/title": "推薦", + "download.option.recommended/description": "根據您的硬體,建議選擇這個選項。", + "download.option.downloaded/title": "已下載", + "download.option.downloading/title": "正在下載 ({{progressPercentile}}%)", + "failedToStartDownload": "無法啟動下載", + + "feed.action.refresh": "重新整理動態" +} diff --git a/zh-Hant/download.json b/zh-Hant/download.json index 249f716e..fff90cd9 100644 --- a/zh-Hant/download.json +++ b/zh-Hant/download.json @@ -1,21 +1,43 @@ { - "postDownloadActionExecutor.zipExtraction/status": "下載後執行元件.zip解壓縮/狀態", - "finalizing": "最終化", - "noOptions": "無選項", - "deeplink/confirmation/title": "深度連結/確認/標題", - "deeplink/confirmation/subtitle": "深度連結/確認/副標題", - "deeplink/confirmation/selectRecommended": "深度連結/確認/選擇建議", - "deeplink/confirmation/selectOption": "深度連結/確認/選項", - "deeplink/confirmation/recommendedOption": "深度連結/確認/建議選項", - "deeplink/confirmation/downloadButton": "深度連結/確認/下載按鈕", - "deeplink/confirmation/nevermindButton": "深度連結/確認/忽略按鈕", - "deeplink/confirmation/modelPresent/title": "深度連結/確認/模型存在/標題", - "deeplink/confirmation/modelPresent/body": "深度連結/確認/模型存在/內容", - "deeplink/confirmation/loadInChat": "深度連結/確認/載入聊天", - "deeplink/error/modelNotFound/title": "深度連結/錯誤/模型未找到/標題", - "deeplink/error/modelNotFound/body": "深度連結/錯誤/模型未找到/內容", - "deeplink/actions/trySearching": "深度連結/動作/嘗試搜尋", - "downloadsPanel/title": "下載面板/標題", - "downloadsPanel/sectionTitle/ongoing": "下載面板/分區標題/進行中", - "downloadsPanel/sectionTitle/completed": "下載面板/分區標題/已完成" -} \ No newline at end of file + "postDownloadActionExecutor.zipExtraction/status": "正在解壓縮檔案...", + "postDownloadActionExecutor.tarGzExtraction/status": "正在解壓縮檔案...", + "postDownloadActionExecutor.runtimeIndexerTarGzExtraction/status": "正在解壓縮檔案...", + "postDownloadActionExecutor.modifyModelData/status": "正在更新模型資料...", + "postDownloadActionExecutor.notification/status": "通知使用者...", + "postDownloadActionExecutor.writeString/status": "正在寫入中繼資料...", + "postDownloadActionExecutor.updateSelectedBackendVersions/status": "正在更新選取的版本...", + "postDownloadActionExecutor.extensionPackAutoDeletion/status": "正在刪除未使用的擴充功能...", + "postDownloadActionExecutor.pluginInstall/status": "正在安裝外掛程式...", + "postDownloadActionExecutor.pluginUninstall/status": "正在解除安裝外掛程式...", + + "finalizing": "完成下載...(這可能需要幾分鐘)", + "noOptions": "沒有可供下載的相容選項", + + "deeplink/confirmation/title": "從 Hugging Face 🤗 下載模型", + "deeplink/confirmation/subtitle": "{{modelName}}", + "deeplink/confirmation/selectRecommended": "選取推薦選項", + "deeplink/confirmation/selectOption": "選取下載選項", + "deeplink/confirmation/recommendedOption": "對於大多數使用者來說,這很可能是最佳選項", + "deeplink/confirmation/downloadButton": "下載", + "deeplink/confirmation/nevermindButton": "取消", + "deeplink/confirmation/modelPresent/title": "找到 Hugging Face 模型 ✅", + "deeplink/confirmation/modelPresent/body": "好消息!這個模型檔案已經存在於您的本機電腦上。", + "deeplink/confirmation/loadInChat": "在新的聊天中載入 {{ modelName }}", + "deeplink/error/modelNotFound/title": "糟糕,我們找不到此模型", + "deeplink/error/modelNotFound/body": "請仔細檢查模型名稱並考慮嘗試不同的下載選項。", + "deeplink/actions/trySearching": "在 Hugging Face 上搜尋 {{modelName}}", + + "downloadsPanel/title": "下載", + "downloadsPanel/sectionTitle/ongoing": "進行中", + "downloadsPanel/sectionTitle/completed": "已完成", + "downloadsPanel": { + "reveal": { + "mac": "在 Finder 中顯示", + "mac/error": "無法在 Finder 中顯示", + "nonMac": "在檔案總管中顯示", + "nonMac/error": "無法在檔案總管中顯示" + }, + "completed": "下載完成", + "loadModel": "載入模型" + } +} diff --git a/zh-Hant/settings.json b/zh-Hant/settings.json index cf3ef402..c5cc4db0 100644 --- a/zh-Hant/settings.json +++ b/zh-Hant/settings.json @@ -1,169 +1,215 @@ { - "settingsDialogTitle": "應用設定", - "settingsDialogButtonTooltip": "應用設定", - "settingsNewButtonPopover": { - "primary": "應用設定現已顯示在右下角", - "secondary": "點擊⚙️按鈕以打開設定。", - "tertiary": "或按下" + "settingsDialogTitle": "應用程式設定", + "settingsDialogButtonTooltip": "應用程式設定", + "accountDialogButtonTooltip": "帳戶", + + "settingsNewButtonPopover": { + "primary": "應用程式設定現在位於右下角", + "secondary": "點擊 ⚙️ 按鈕即可開啟它們。", + "tertiary": "或按下" + }, + "appUpdate": "應用程式更新", + "checkingAppUpdate": "正在檢查更新...", + "checkForUpdates": "檢查更新", + "failedCheckingAppUpdate": "檢查更新失敗", + "newUpdateAvailable": "LM Studio 的新版本可用!🎉", + "newBetaUpdateAvailable": "LM Studio 的新 Beta 版本可用!🛠️🎉", + "downloadingInProgress": "正在下載更新...", + "downloadUpdate": "更新至 LM Studio {{version}}", + "downloadBetaUpdate": "更新至 LM Studio Beta {{version}} (build {{build}})", + "downloadCompleted": "下載完成!", + "updateDownloadComplete": "LM Studio 更新已準備好", + "updateDownloadFailed": "更新失敗!", + "hasFinishedDownloading": "已完成下載。", + "yourCurrentVersion": "您目前使用的版本是:", + "latestVersion": "最新版本是:", + "downloadLabel": "立即更新", + "downloadLabel/Linux": "下載更新", + "cancelDownloadLabel": "取消", + "downloadingUpdate": "正在下載 {{item}}...", + "updateDownloaded": "為了套用更新,需要重新啟動應用程式。", + "restartAppToUpdate": "重新啟動應用程式以套用更新", + "appUpdatedToastTitle": "已更新至 {{title}}", + "appUpdatedToastDescriptionPrefix": "查看 ", + "AppUpdatedToastDescriptionReleaseNotes": "發行說明", + "toolUseToastTitle": "Beta 新功能:工具使用和函式呼叫 API", + "toolUseToastDescription": "選定的模型(例如 Llama 3.1/3.2、Mistral 和 Qwen)的 OpenAI 工具使用的直接替代方案。", + "toolUseToastButtonText": "前往開發人員頁面試用它", + "doItLater": "稍後再說", + "failedToUpdate": "應用程式更新失敗。請檢查您的網路連線或稍後再試。", + "retryInBackground": "背景中重試", + "laterLabel": "稍後", + "releaseNotesLabel": "發行說明", + "remindMeLater": "稍後提醒我", + "failedDownloadUpdate": "下載更新失敗", + "installAndRelaunch": "安裝並重新啟動", + "uptodate": "您已完全更新!目前版本是 {{version}}", + "preferences": "偏好設定", + "general": "一般", + "sideButtonLabels": "顯示側邊按鈕標籤", + "showModelFileNames": "我的模型:總是顯示完整的模型檔案名稱", + "colorThemeLabel": "色彩主題", + "appNavigationBarPositionLabel": "導覽列位置", + "appNavigationBarPositionTop": "頂部", + "appNavigationBarPositionLeft": "左側", + "complexityLevelLabel": "使用者介面複雜度等級", + "selectComplexityLevelPlaceholder": "選擇預設的 UI 複雜度等級", + "userComplexityLevelLabel": "使用者", + "powerUserComplexityLevelLabel": "進階使用者", + "developerComplexityLevelLabel": "開發者", + "chatSettingsLabel": "聊天設定", + "chat/alwaysShowPromptTemplate": "聊天側邊欄中總是顯示提示模板", + "chat/highlightChatMessageOnHover": "將滑鼠懸停在聊天訊息上時,突出顯示聊天訊息", + "chat/doubleClickMessageToEdit": "雙擊聊天訊息以編輯", + + "chat/aiNaming/label": "聊天 AI 命名", + "chat/aiNaming/mode/label": "AI 生成的聊天名稱", + "chat/aiNaming/mode/value/never": "從不", + "chat/aiNaming/mode/value/never/subTitle": "不要建立 AI 生成的聊天名稱", + "chat/aiNaming/mode/value/auto": "自動", + "chat/aiNaming/mode/value/auto/subTitle": "根據生成速度決定是否建立名稱", + "chat/aiNaming/mode/value/always": "總是", + "chat/aiNaming/mode/value/always/subTitle": "無論生成速度如何,都建立 AI 生成的聊天名稱", + "chat/aiNaming/emoji": "在 AI 生成的聊天名稱中使用表情符號", + "chat/keyboardShortcuts/label": "鍵盤快捷鍵", + "chat/keyboardShortcuts/verbPrefix": "使用", + "chat/keyboardShortcuts/regenerate": "用於重新生成聊天中的上一則訊息", + "chat/keyboardShortcuts/sendMessage": "用於發送訊息", + + "onboarding/blockTitle": "新手引導提示", + "onboarding/dismissedHints": "已關閉的新手引導提示", + "onboarding/resetHintTooltip": "點擊以重新啟用此新手引導提示", + "onboarding/resetAllHints": "重設所有新手引導提示", + "onboarding/noneDismissed": "沒有已關閉的提示,目前所有新手引導輔助提示都會顯示,直到下次關閉", + + "firstTimeExperienceLabel": "首次使用體驗", + "firstTimeExperienceMarkCompletedLabel": "標記為已完成", + "firstTimeExperienceResetLabel": "重設", + "showPromptSuggestionsLabel": "在建立新的聊天時,顯示提示建議", + "darkThemeLabel": "深色", + "lightThemeLabel": "淺色", + "systemThemeLabel": "自動", + "sepiaThemeLabel": "棕褐色", + "unloadPreviousModelLabel": "選取要載入的模型時,先卸載目前已載入的任何模型", + "languageLabel": "語言", + "changeLanguageLabel": "選擇應用程式語言 (仍在開發中)", + "developerLabel": "開發者", + "localServiceLabel": "本機 LLM 服務 (無頭模式)", + "modelDefaultsLabel": "模型預設值", + "showExperimentalFeaturesLabel": "顯示實驗性功能", + "appFirstLoadLabel": "應用程式首次載入體驗", + "showDebugInfoBlocksInChatLabel": "在聊天中顯示除錯資訊區塊", + "autoLoadBundledLLMLabel": "啟動時自動載入封裝 LLM 模型", + "showReleaseNotes": "顯示發行說明", + "hideReleaseNotes": "隱藏發行說明", + + "backendDownloadNewUpdate": "有較新的後端可用!", + "backendDownloadNewUpdateAction": "前往開發者頁面", + + "backendDownloadChannel.label": "LM Studio 擴充套件下載通道", + "backendDownloadChannel.value.stable": "穩定版", + "backendDownloadChannel.value.beta": "測試版", + "backendDownloadChannel.value.latest": "開發版", + "backendDownloadChannel.shortLabel": "執行階段下載通道", + "backendDownloadChannel.hint": "選擇從哪個通道下載 LM Studio 擴充套件。 \"{{stableName}}\" 是大多數使用者的建議通道。", + + "appUpdateChannel.label": "更新通道", + "appUpdateChannel.value.stable": "穩定版", + "appUpdateChannel.value.beta": "測試版", + "appUpdateChannel.value.alpha": "Alpha 版", + "appUpdateChannel.shortLabel": "應用程式更新通道", + "appUpdateChannel.hint": "選擇從哪個通道接收 LM Studio 應用程式更新。 \"{{stableName}}\" 是大多數使用者的建議通道。", + + "modelLoadingGuardrails.label": "模型載入安全措施", + "modelLoadingGuardrails.description": "載入超出系統資源限制的模型可能導致系統不穩定或凍結。 安全措施可防止意外超載。 如果需要,可以在這裡調整這些限制,但請注意,載入接近系統極限的模型可能會降低穩定性。", + "modelLoadingGuardrails.value.off": "關閉 (不建議)", + "modelLoadingGuardrails.value.off/subTitle": "沒有對系統超載的預防措施", + "modelLoadingGuardrails.value.off/detail": "關閉詳情", + "modelLoadingGuardrails.value.low": "放鬆", + "modelLoadingGuardrails.value.low/subTitle": "對系統超載的輕微預防措施", + "modelLoadingGuardrails.value.low/detail": "放鬆詳情", + "modelLoadingGuardrails.value.medium": "平衡", + "modelLoadingGuardrails.value.medium/subTitle": "對系統超載的中等預防措施", + "modelLoadingGuardrails.value.medium/detail": "平衡詳情", + "modelLoadingGuardrails.value.high": "嚴格", + "modelLoadingGuardrails.value.high/subTitle": "對系統超載的強烈預防措施", + "modelLoadingGuardrails.value.high/detail": "嚴格詳情", + "modelLoadingGuardrails.value.custom": "自訂", + "modelLoadingGuardrails.value.custom/subTitle": "設定可載入的最大模型大小限制", + "modelLoadingGuardrails.value.custom/detail": "自訂詳情", + "modelLoadingGuardrails.custom.label": "記憶體限制:", + "modelLoadingGuardrails.custom.unitGB": "GB", + "modelLoadingGuardrails.custom.description": "設定模型載入的自訂記憶體限制。 如果載入模型會超過此限制,則不會載入。", + "modelLoadingGuardrails.alwaysAllowLoadAnyway": "(不建議)一律允許「仍要載入」,無需按住 Alt/Option 鍵", + + "experimentalLoadPresets": "啟用預設配置中模型載入支援", + "experimentalLoadPresets.description": "是否允許預設包含模型載入配置。 此功能是實驗性的,我們歡迎您的回饋。", + + "unloadPreviousJITModelOnLoad": "JIT 模型自動卸載:確保每次最多只有 1 個模型透過 JIT 載入(卸載先前的模型)", + "autoDeleteExtensionPacks": "自動刪除最少使用的執行時擴充套件包", + "autoUpdateExtensionPacks": "自動更新已選取的執行時擴充套件包", + "useHFProxy.label": "使用 LM Studio 的 Hugging Face 代理", + "useHFProxy.hint": "使用 LM Studio 提供的 Hugging Face 代理來搜尋和下載模型。這對於直接訪問 Hugging Face 有困難的用戶很有幫助。", + "separateReasoningContentInResponses": "在 API 回應中,當適用時,將 `reasoning_content` 和 `content` 分開", + "separateReasoningContentInResponses/hint": "此設定只適用於「推理(reasoning)」模型,例如 DeepSeek R1、其蒸餾版本,及其他會在 `` 與 `` 標籤中產生鏈式推理(CoT,Chain of Thought)的模型。", + + "promptWhenCommittingUnsavedChangesWithNewFields": "預設:在將新欄位提交到預設時顯示確認對話框", + "promptWhenCommittingUnsavedChangesWithNewFields.description": "如果您想防止意外地將新欄位新增到預設中,這很有用。", + + "enableLocalService": "啟用本機 LLM 服務", + "enableLocalService.subtitle": "無需保持 LM Studio 應用程式開啟即可使用 LM Studio 的 LLM 伺服器", + "enableLocalService.description": "啟用時,LM Studio 本機 LLM 服務將在啟動時啟動。關閉 LM Studio 也會讓本機 LLM 服務在系統匣中繼續執行。", + + "expandConfigsOnClick": "點擊時展開配置,而不是懸停", + + "migrateChats": { + "label": "遷移 0.3.0 之前的聊天", + "hasBetterLabel": "重新遷移 0.3.0 之前的聊天", + "action_one": "遷移 1 個聊天", + "action_other": "遷移 {{count}} 個聊天", + "inProgress": "正在遷移聊天...", + "hint": { + "primary": "我們重新設計了 v0.3.0+ 對話的內部數據結構,以支援多版本聊天訊息。為了讓舊的對話出現在應用程式中,需要將它們遷移到新的格式。", + "details": "遷移過程不會刪除您的舊聊天,而是會以新格式複製它們。", + "footer": "您仍然可以透過 LM Studio 的較早版本存取您的舊聊天。目前,圖片不會自動遷移。" }, - "appUpdate": "應用更新", - "checkingAppUpdate": "正在檢查更新…", - "checkForUpdates": "檢查更新", - "failedCheckingAppUpdate": "無法檢查更新", - "newUpdateAvailable": "LM Studio有新版本可供下載!🎉", - "newBetaUpdateAvailable": "LM Studio有新測試版可供下載!🛠️🎉", - "downloadingInProgress": "正在下載更新…", - "downloadUpdate": "更新至LM Studio {{version}}", - "downloadBetaUpdate": "更新至LM Studio測試版 {{version}} (build {{build}})", - "downloadCompleted": "下載完成!", - "updateDownloadComplete": "LM Studio更新準備就緒", - "updateDownloadFailed": "更新失敗!", - "hasFinishedDownloading": "已經完成下載。", - "yourCurrentVersion": "您目前所處位置:", - "latestVersion": "最新版本為:", - "downloadLabel": "立即更新", - "downloadLabel/Linux": "下載更新", - "cancelDownloadLabel": "取消", - "downloadingUpdate": "正在下載 {{item}}…", - "updateDownloaded": "應用程式需要重新啟動才能應用更新", - "restartAppToUpdate": "重新啟動應用程式以應用更新", - "appUpdatedToastTitle": "已更新至 {{title}}", - "appUpdatedToastDescriptionPrefix": "查看 ", - "AppUpdatedToastDescriptionReleaseNotes": "發行說明", - "toolUseToastTitle": "測試版新功能:工具使用與功能呼叫API", - "toolUseToastDescription": "可直接替代OpenAI工具使用,支援Llama 3.1/3.2、Mistral和Qwen等部分模型。", - "toolUseToastButtonText": "前往開發者頁面試用", - "doItLater": "以後再做", - "failedToUpdate": "應用程式更新失敗。請確認網路連線或稍後再試。", - "retryInBackground": "在背景中重試", - "laterLabel": "稍後", - "releaseNotesLabel": "發行說明", - "remindMeLater": "稍後提醒我", - "failedDownloadUpdate": "無法下載更新", - "installAndRelaunch": "安裝後重新啟動", - "uptodate": "您已全部更新!目前版本為 {{version}}", - "preferences": "偏好設定", - "general": "一般", - "sideButtonLabels": "顯示側邊按鈕標籤", - "showModelFileNames": "我的模型:永遠顯示完整模型檔名", - "colorThemeLabel": "顏色主題", - "complexityLevelLabel": "用戶界面複雜度等級", - "selectComplexityLevelPlaceholder": "選擇預設UI複雜度等級", - "userComplexityLevelLabel": "用戶", - "powerUserComplexityLevelLabel": "進階使用者", - "developerComplexityLevelLabel": "開發者", - "chatSettingsLabel": "聊天設定", - "chat/alwaysShowPromptTemplate": "始終在聊天側邊欄顯示提示模板", - "chat/highlightChatMessageOnHover": "鼠標懸停時高亮顯示聊天訊息", - "chat/doubleClickMessageToEdit": "雙擊聊天訊息以編輯", - "chat/aiNaming/label": "聊天AI命名", - "chat/aiNaming/mode/label": "生成的聊天名稱", - "chat/aiNaming/mode/value/never": "從不", - "chat/aiNaming/mode/value/never/subTitle": "不產生生成的聊天名稱", - "chat/aiNaming/mode/value/auto": "自動", - "chat/aiNaming/mode/value/auto/subTitle": "依生成速度決定是否產生名稱", - "chat/aiNaming/mode/value/always": "始終", - "chat/aiNaming/mode/value/always/subTitle": "不管生成速度如何都產生名稱", - "chat/aiNaming/emoji": "在生成的聊天名稱中使用符號", - "chat/keyboardShortcuts/label": "快捷鍵", - "chat/keyboardShortcuts/verbPrefix": "使用", - "chat/keyboardShortcuts/regenerate": "重新生成聊天最後一條訊息", - "chat/keyboardShortcuts/sendMessage": "發送訊息", - "onboarding/blockTitle": "導航提示", - "onboarding/dismissedHints": "dismissing Onboarding Hints", - "onboarding/resetHintTooltip": "點擊重新啟用此導入提示", - "onboarding/resetAllHints": "重置所有導入提示", - "onboarding/noneDismissed": "未忽略任何提示,目前所有導入協助提示都會顯示,直到下一次忽略", - "firstTimeExperienceLabel": "首次聊天體驗", - "firstTimeExperienceMarkCompletedLabel": "記錄已完成", - "firstTimeExperienceResetLabel": "重置", - "showPromptSuggestionsLabel": "創建新聊天時顯示提示建議", - "darkThemeLabel": "深色", - "lightThemeLabel": "亮色", - "systemThemeLabel": "自動", - "sepiaThemeLabel": "茶褐", - "unloadPreviousModelLabel": "選擇載入模型時,首先卸載 currently 載入的模型", - "languageLabel": "語言", - "changeLanguageLabel": "選擇應用語言(仍在開發中)", - "developerLabel": "開發者", - "localServiceLabel": "獨立本地LLM服務(無頭模式)", - "showExperimentalFeaturesLabel": "展示實驗性功能", - "appFirstLoadLabel": "首次應用加載體驗", - "showDebugInfoBlocksInChatLabel": "在聊天中顯示診斷資訊塊", - "autoLoadBundledLLMLabel": "首次啟動時自動載入整合式LLM模型", - "showReleaseNotes": "展示發行說明", - "hideReleaseNotes": "隱藏發行說明", - "backendDownloadNewUpdate": "當有更新的後端可用!", - "backendDownloadNewUpdateAction": "前往開發者頁面", - "backendDownloadChannel.label": "LM Studio擴展套件下載頻道", - "backendDownloadChannel.value.stable": "穩定", - "backendDownloadChannel.value.beta": "試用版", - "backendDownloadChannel.value.latest": "開發版", - "backendDownloadChannel.shortLabel": "執行時下載頻道", - "backendDownloadChannel.hint": "選擇從哪個頻道下載LM Studio擴展套件。\"{{stableName}}\" 是大多數使用者的推薦頻道。", - "appUpdateChannel.label": "更新頻道", - "appUpdateChannel.value.stable": "穩定", - "appUpdateChannel.value.beta": "試用版", - "appUpdateChannel.value.alpha": "零試版", - "appUpdateChannel.shortLabel": "應用更新頻道", - "appUpdateChannel.hint": "選擇從哪個頻道接收LM Studio應用更新。\"{{stableName}}\" 是大多數使用者的推薦頻道。", - "modelLoadingGuardrails.label": "模型載入防禦措施", - "modelLoadingGuardrails.description": "載入超出系統資源限制的模型可能導致系統不穩定或卡住。防禦措施防止意外過載。如有需要,可在此處調整這些限制,但需注意接近系統極限的載入可能減少穩定性。", - "modelLoadingGuardrails.value.off": "預設(不建議)", - "modelLoadingGuardrails.value.off/subTitle": "不對系統過載進行任何防護", - "modelLoadingGuardrails.value.off/detail": "預設細節", - "modelLoadingGuardrails.value.low": "放鬆", - "modelLoadingGuardrails.value.low/subTitle": "對系統過載有輕微防護措施", - "modelLoadingGuardrails.value.low/detail": "放鬆細節", - "modelLoadingGuardrails.value.medium": "平衡", - "modelLoadingGuardrails.value.medium/subTitle": "對系統過載有中等防護措施", - "modelLoadingGuardrails.value.medium/detail": "平衡細節", - "modelLoadingGuardrails.value.high": "傳統", - "modelLoadingGuardrails.value.high/subTitle": "對系統過載有強烈防護措施", - "modelLoadingGuardrails.value.high/detail": "傳統細節", - "modelLoadingGuardrails.value.custom": "自定義", - "modelLoadingGuardrails.value.custom/subTitle": "設定您自己的最大模型大小限制", - "modelLoadingGuardrails.value.custom/detail": "自定義細節", - "modelLoadingGuardrails.custom.label": "記憶體限制: ", - "modelLoadingGuardrails.custom.unitGB": "吉字節", - "modelLoadingGuardrails.custom.description": "設定模型載入的自定義記憶體限制。若載入模型會超出此限制,則不會載入。", - "experimentalLoadPresets": "在預設中啟用模型載入配置支持", - "experimentalLoadPresets.description": "允許預設包含模型載入配置。此功能為實驗性,我們歡迎 Feedback。", - "unloadPreviousJITModelOnLoad": "JIT模型自動驅除:確保每次最多隻載入一個JIT模型(會卸載先前載入的模型)", - "autoUpdateExtensionPacks": "自動更新選定的執行時擴展套件", - "useHFProxy.label": "適用於透過 LM Studio 的 Hugging Face 代理來尋找與下載模型,這能幫助那些無法直接訪問 Hugging Face 的用戶解決難題。", - "useHFProxy.hint": "利用 LM Studio 的 Hugging Face 代理來搜尋與下載模型,有助於無法直接訪問 Hugging Face 的用戶。", - "separateReasoningContentInResponses": "在適用的情況下,於 API 回應中區分 `reasoning_content` 與 `content`。", - "separateReasoningContentInResponses/hint": "此設定僅適用於「推論」模型,例如 DeepSeek R1、其簡化變體,以及其他在 `` 與 `` 標籤中產生 CoT 的模型。", - "promptWhenCommittingUnsavedChangesWithNewFields": "設定:在將新欄位提交至預設時顯示確認對話框。", - "promptWhenCommittingUnsavedChangesWithNewFields.description": "若想避免意外地為預設添加新欄位,此功能非常實用。", - "enableLocalService": "啟用本地 LLM 服務。", - "enableLocalService.subtitle": "可在不需要打開 LM Studio 應用程式的情況下使用 LM Studio 的 LLM 伺服器。", - "enableLocalService.description": "啟用時,LM Studio 本地 LLM 服務在啟動時會自動啟動。關閉 LM Studio 時,本地 LLM 服務仍會在系統託盤中運行。", - "expandConfigsOnClick": "點擊時展開設定而非懸停時展開。", - "migrateChats": { - "label": "轉移預0.3.0 之前的對話。", - "hasBetterLabel": "重整0.3.0之前的對話紀錄", - "action_one": "遷移1筆對話", - "action_other": "遷移{{count}}筆對話", - "inProgress": "正進行對話遷移中…", - "hint": { - "primary": "為支援多版本對話訊息等新功能,我們為v0.3.0+的對話重新設計了內部資料結構。要讓舊對話在應用中顯示,必須轉換成新格式。", - "details": "遷移過程不會刪除您原有的對話,而是會在新格式中建立副本。 ", - "footer": "您仍可以透過舊版LM Studio訪問舊對話。目前圖片還不會自動遷移。" - }, - "hasBetterHint": { - "primary": "由於您已經遷移過舊對話,我們已優化了對話遷移工具。您想再執行一次嗎?", - "details": "遷移過程會建立一個新資料夾存放遷移後的對話。您的舊對話會保持不變。", - "footer": "您仍可以透過舊版LM Studio訪問舊對話。目前圖片還不會自動遷移。" - }, - "success": "成功遷移的對話!", - "success_one": "成功遷移 1 個聊天", - "success_other": "成功遷移 {{count}} 個聊天對話", - "showInstructionsButton": "展示使用說明", - "footerCardText": "傳說中舊版LM Studio的聊天紀錄,必須先遷移至新版本才能使用。", - "hasBetterFooterCardText": "因您已遷移過舊聊天紀錄,我們已優化聊天遷移工具。您可重新執行遷移流程。(我們會建立一個新的資料夾來存放最新遷移的聊天紀錄。)", - "dismissConfirm": "電腦", - "dismissConfirmDescription": "您總是在設定中處理聊天遷移" + "hasBetterHint": { + "primary": "自您遷移了舊的聊天以來,我們已經改進了聊天遷移器。您想重新執行它嗎?", + "details": "遷移過程將創建一個新的資料夾來包含新遷移的對話。您的舊對話將保持不變。", + "footer": "您仍然可以透過 LM Studio 的較早版本存取您的舊對話。目前,圖片不會自動遷移。" + }, + "success": "成功遷移聊天!", + "success_one": "成功遷移 1 個聊天", + "success_other": "成功遷移 {{count}} 個聊天", + "showInstructionsButton": "顯示說明", + "footerCardText": "來自 LM Studio 先前版本的聊天需要遷移才能在此版本中使用。", + "hasBetterFooterCardText": "自您遷移了舊的聊天以來,我們已經改進了聊天遷移器。您可以重新執行遷移過程。(我們會創建一個新的資料夾來包含新遷移的聊天。)", + "dismissConfirm": "關閉", + "dismissConfirmDescription": "您可以在設定中隨時處理聊天遷移。" + }, + "defaultContextLength": { + "label": "預設上下文長度", + "maxTitle": "模型上限", + "customTitle": "自訂值", + "maxSubtitle": "使用每個模型支援的最大上下文長度。", + "customSubtitle": "設定載入新模型時的預設上下文長度。如果模型支援的最大上下文長度較小,則會使用該值。", + "invalidNaNError": "無效的上下文長度值。使用 {{value}}", + "invalidRangeError": "無效的上下文長度值。應介於 1 到 2^30 之間。使用 {{value}}", + "largeContextWarning": "上下文長度越高,模型佔用的記憶體就越多。如果您不確定,請不要變更預設值" + }, + "jitTTL": { + "subtitle": "JIT 載入的模型在閒置指定時間後將自動卸載。" + }, + "toolConfirmation": { + "label": "工具呼叫確認", + "neverAsk": { + "label": "在執行工具之前永遠不要要求確認(不建議)", + "hint": "停用在執行工具之前要求的確認。這不建議。", + "warnTitle": "您確定嗎?", + "warnDescription": "停用工具呼叫確認是危險的。如果您的任何插件貢獻了一個具有潛力執行破壞性動作的工具(例如執行命令、刪除檔案、覆蓋檔案、上傳檔案等),模型將能夠在沒有任何確認的情況下執行該操作。您可以按工具或插件的粒度停用確認。啟用此選項不建議使用。請小心。", + "warnButton": "我了解風險" } -} \ No newline at end of file + } +} + +