功能: - Tauri v2 GUI 应用 - 系统托盘支持 - 日志输出到文件 - 带时间戳的版本号 - 前端资源嵌入 修复: - 前端路径使用相对路径 - 移除 devUrl 配置 - 窗口置顶设置
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "en-US",
|
|
"messages": {
|
|
"app-name": "impress ASR Input",
|
|
"nav-record": "Record",
|
|
"nav-file": "File Convert",
|
|
"nav-settings": "Settings",
|
|
|
|
"record-title": "Speech Recognition",
|
|
"record-start": "Start Recording",
|
|
"record-stop": "Stop Recording",
|
|
"record-recording": "Recording...",
|
|
"record-ready": "Ready",
|
|
"record-placeholder": "Click the microphone button to start recording",
|
|
|
|
"result-title": "Recognition Result",
|
|
"result-empty": "No result yet",
|
|
"result-processing": "Processing...",
|
|
"result-copy": "Copy",
|
|
"result-save": "Save",
|
|
"result-clear": "Clear",
|
|
|
|
"file-title": "File to Text",
|
|
"file-dropzone": "Drop audio files here, or click to select",
|
|
"file-supported": "Supported: WAV, MP3, FLAC, OGG, M4A",
|
|
"file-status-pending": "Pending",
|
|
"file-status-processing": "Processing",
|
|
"file-status-completed": "Completed",
|
|
"file-status-error": "Failed",
|
|
"file-start": "Start",
|
|
"file-view": "View",
|
|
"file-export": "Export",
|
|
"file-batch-start": "Start All",
|
|
"file-clear": "Clear List",
|
|
|
|
"settings-title": "Settings",
|
|
"settings-section-model": "Recognition Model",
|
|
"settings-section-audio": "Audio Input",
|
|
"settings-section-hotkeys": "Hotkeys",
|
|
"settings-section-appearance": "Appearance",
|
|
"settings-section-other": "Other",
|
|
"settings-save": "Save Settings",
|
|
"settings-reset": "Reset to Default",
|
|
|
|
"status-language": "Language",
|
|
"status-confidence": "Confidence",
|
|
"status-duration": "Duration"
|
|
}
|
|
}
|