mirror of
https://github.com/HiMeditator/auto-caption.git
synced 2026-02-21 08:34:43 +08:00
9 lines
564 B
TypeScript
9 lines
564 B
TypeScript
export default {
|
|
"gummy.env.missing": "DASHSCOPE_API_KEY environment variable not detected. To use the gummy engine, you need to obtain an API Key from Alibaba Cloud's Bailian platform and add it to your local environment variables.",
|
|
"platform.unsupported": "Unsupported platform: ",
|
|
"engine.start.error": "Caption engine failed to start: ",
|
|
"engine.output.parse.error": "Unable to parse caption engine output as a JSON object: ",
|
|
"engine.error": "Caption engine error: ",
|
|
"engine.shutdown.error": "Failed to shut down the caption engine process: "
|
|
}
|