crosssubtitle-ai/src/locales/zh-CN.ts
2026-05-01 17:30:31 +08:00

84 lines
2.5 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
app: {
title: 'CrossSubtitle',
credit: 'by {author}',
collapse: '收起',
settings: '设置',
submitting: '提交中...',
addTask: '添加任务',
mode: '模式',
source: '原文',
translate: '翻译',
targetLang: '目标语言',
chinese: '中文',
english: '英文',
sourceLang: '源语言',
bilingualExport: '双语导出',
autoDetect: '自动识别',
advanced: '高级设置',
feedback: {
restoredDefaults: '已恢复默认模型路径',
loadModelError: '读取默认模型路径失败:{message}',
loadModelErrorFallback: '读取默认模型路径失败',
bilingualOn: '已开启双语导出',
bilingualOff: '已关闭双语导出',
fallbackSource: '未填写 LLM API Key已自动回退为原文转录',
submitted: '已提交 {count} 个任务',
submitFailed: '任务提交失败',
dialogError: '打开文件对话框失败:{message}',
dialogErrorFallback: '打开文件对话框失败',
noApiKey: '请先配置 LLM API Key',
translationStarted: '翻译任务已开始',
translationFailed: '翻译失败',
},
llm: {
apiBase: 'LLM API Base',
apiKey: 'LLM API Key',
model: 'LLM Model',
batchSize: '批大小',
contextSize: '上下文',
},
model: {
whisper: 'Whisper 模型',
vad: 'VAD 模型',
defaultWhisper: '应用内置 Whisper 模型',
defaultVad: '应用内置 VAD 模型',
},
pickFiles: '选择音视频文件',
mediaFiles: '媒体文件',
},
taskQueue: {
title: '任务',
subtitle: '选择任务查看字幕',
empty: '暂无任务',
retry: '重试',
retryTranslate: '重试翻译',
delete: '移除',
status: {
queued: '排队中',
extracting: '抽取',
vad_processing: 'VAD',
transcribing: '识别',
translating: '翻译',
completed: '完成',
failed: '失败',
},
},
editor: {
title: '字幕工作区',
segments: '{count} 条片段',
selectTask: '选择左侧任务后开始查看',
empty: '选择任务后显示字幕',
emptyHint: '点击左侧任务列表中的任务开始查看',
processing: '正在处理中,请稍候...',
failed: '任务处理失败,无法生成字幕',
noSegments: '暂无字幕片段',
waiting: '等待识别结果...',
translate: '翻译',
translation: '译文',
source: '原文',
logs: '日志',
noLogs: '暂无日志',
},
}