@drone1/alt
Version:
An AI-powered localization tool
42 lines • 3.6 kB
JSON
{
"msg-nothing-to-do": "沒事可做",
"msg-finished-with-errors": "已完成,遇到 %%errorsEncountered%% 個錯誤%%s%%",
"msg-translating": "正在翻譯...",
"msg-translating-key": "正在翻譯 %%key%%",
"msg-preparing-endpoint-config": "正在準備端點配置...",
"msg-hitting-provider-endpoint": "正在連接 %%providerName%% 端點%%attemptStr%%...",
"msg-no-update-needed-for-key": "無需更新 %%key%%",
"msg-rate-limited-sleeping": "速率受限;正在休眠 %%interval%% 秒...%%attemptStr%%",
"msg-show-translation-result": "翻譯後的 %%key%%:\"%%newValue%%\"",
"msg-processing-lang-and-key": "[%%progress%%%] 處理中 %%targetLang%% – %%key%%...",
"translation-reason-forced": "強制更新",
"translation-reason-outputFileDidNotExist": "輸出檔案%%outputFile%%不存在",
"translation-reason-userMissingReferenceValueHash": "找不到參考雜湊值",
"translation-reason-userModifiedReferenceValue": "用戶修改了參考字串",
"translation-reason-missingOutputKey": "找不到現有翻譯",
"translation-reason-missingOutputValueHash": "在快取檔案中找不到雜湊值",
"msg-translation-reason-forced": "強制更新",
"msg-translation-reason-userMissingReferenceValueHash": "未找到參考哈希值",
"msg-translation-reason-userModifiedReferenceValue": "用戶修改了參考字串",
"msg-translation-reason-missingOutputKey": "未找到現有翻譯",
"msg-translation-reason-missingOutputValueHash": "未在快取檔案中找到雜湊值",
"msg-translation-reason-outputFileDidNotExist": "輸出檔案 %%outputFile%% 不存在",
"error-value-not-a-string": "參考鍵「%%key%%」的值為「%%type%%」。預期為字串!正在跳過...",
"error-value-not-in-reference-data": "鍵 \"%%key%%\" 在參考文件中不存在",
"error-translation-failed": "翻譯目標語言=%%targetLang%%失敗;鍵=%%key%%;文本=%%refValue%%",
"error-bad-reference-file-ext": "不支援的參考文件類型 \"%%ext%%\"",
"error-reference-var-not-found-in-data": "找不到參考檔案 \"%%referenceFile%%\" 中的 \"%%referenceExportedVarName%%\"。您是不是想找以下其中一個?: %%possibleKeys%%",
"error-reference-file-load-failed": "無法載入參考檔案 \"%%referenceFile%%\"",
"error-invalid-llm-model": "指定的LLM模型無效:%%model%%",
"error-context-prefix-and-suffix-not-defined": "必須定義上下文前綴或上下文後綴",
"error-unknown-provider": "未知的提供者 \"%%providerName%%\"。",
"error-no-reference-language": "未指定參考語言。請使用 --reference-language 選項或在您的配置文件中添加 'referenceLanguage'",
"error-no-target-languages": "未指定目標語言。請使用 --target-languages 選項或在您的配置文件中添加 'targetLanguages'",
"error-no-reference-data-in-variable": "未在 \"%%referenceFile%%\" 中找到變數 \"%%referenceExportedVarName%%\" 的參考數據。",
"error-no-provider-specified": "未指定提供者。",
"error-copying-file-to-temp-dir": "複製文件到臨時目錄時出錯:%%error%%",
"supported-providers": "支援的供應商包括:%%providers%%",
"error-no-output-dir-specified": "未通過 '--output-dir' 指定輸出目錄,也未在配置文件中(通過 'outputDir')指定,或未指定為與參考文件(\"%%refFileDir%%\")相同的目錄",
"error-dir-create-failed": "無法建立目錄「%%dir%%」",
"error-no-reference-file-specified": "未通過 '--reference-file' 或在配置檔案中(通過 'referenceFile')指定參考檔案"
}