mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-28 06:54:40 +08:00
9 lines
560 B
TypeScript
9 lines
560 B
TypeScript
export default {
|
||
"gummy.key.missing": "没有设置 API KEY,也没有检测到 DASHSCOPE_API_KEY 环境变量。如果要使用 gummy 引擎,需要在阿里云百炼平台获取 API KEY,并在添加到设置中或者配置到本机环境变量。",
|
||
"platform.unsupported": "不支持的平台:",
|
||
"engine.start.error": "字幕引擎启动失败:",
|
||
"engine.output.parse.error": "字幕引擎输出内容无法解析为 JSON 对象:",
|
||
"engine.error": "字幕引擎错误:",
|
||
"engine.shutdown.error": "字幕引擎进程关闭失败:"
|
||
}
|