display error message when AI command failed (#321)
This commit is contained in:
@@ -442,10 +442,10 @@
|
||||
"removeSharingFailed": "Remove sharing failed",
|
||||
"generatingIpa": "Generating IPA",
|
||||
"generatedIpaSuccessfully": "Generated IPA successfully",
|
||||
"generatingIpaFailed": "Generating IPA failed",
|
||||
"generatingIpaFailed": "Generating IPA failed: {{error}}",
|
||||
"translating": "Translating",
|
||||
"translatedSuccessfully": "Translated successfully",
|
||||
"translationFailed": "Translation failed",
|
||||
"translationFailed": "Translation failed: {{error}}",
|
||||
"allRecordingsSynced": "All recordings synced",
|
||||
"syncingRecordings": "Syncing {{count}} recordings",
|
||||
"failedToSyncRecordings": "Syncing recordings failed",
|
||||
|
||||
@@ -441,10 +441,10 @@
|
||||
"removeSharingFailed": "取消分享失败",
|
||||
"generatingIpa": "正在生成音标",
|
||||
"generatedIpaSuccessfully": "音标生成成功",
|
||||
"generatingIpaFailed": "音标生成失败",
|
||||
"generatingIpaFailed": "音标生成失败: {{error}}",
|
||||
"translating": "正在翻译",
|
||||
"translatedSuccessfully": "翻译成功",
|
||||
"translationFailed": "翻译失败",
|
||||
"translationFailed": "翻译失败: {{error}}",
|
||||
"allRecordingsSynced": "所有录音已同步",
|
||||
"syncingRecordings": "{{count}} 条录音正在同步",
|
||||
"failedToSyncRecordings": "同步录音失败",
|
||||
|
||||
Reference in New Issue
Block a user