feat: Add voice management functionality with delete capability and UI integration

This commit is contained in:
2026-03-06 14:35:59 +08:00
parent ad90e5f96c
commit 964ebb824c
17 changed files with 224 additions and 21 deletions

View File

@@ -8,5 +8,6 @@
"changeLanguage": "言語変更",
"customVoiceTab": "カスタム",
"voiceDesignTab": "音色作成",
"voiceCloneTab": "クローン"
}
"voiceCloneTab": "クローン",
"voiceManagement": "音声管理"
}

View File

@@ -55,5 +55,12 @@
"browserNotSupported": "お使いのブラウザは録音機能をサポートしていません",
"recordingComplete": "録音完了",
"releaseToFinish": "離して完了",
"holdToRecord": "長押しで録音"
}
"holdToRecord": "長押しで録音",
"myVoices": "マイ音声",
"loadFailed": "音声の読み込みに失敗しました",
"deleteFailed": "削除に失敗しました",
"deleteConfirmDesc": "「{{name}}」を削除してもよろしいですか?この操作は元に戻せません。",
"local": "ローカル",
"aliyun": "Aliyun",
"deleting": "削除中..."
}