{
  "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\"）指定参考文件"
}