feat: Support i18n
This commit is contained in:
59
qwen3-tts-frontend/src/locales/ko-KR/voice.json
Normal file
59
qwen3-tts-frontend/src/locales/ko-KR/voice.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"voiceDesign": "음성 디자인",
|
||||
"voiceClone": "음성 복제",
|
||||
"designName": "음성 이름",
|
||||
"designNamePlaceholder": "음성 이름을 입력하세요",
|
||||
"designDescription": "음성 설명",
|
||||
"designDescriptionPlaceholder": "음성 특징을 설명하세요...",
|
||||
"referenceAudio": "참조 오디오",
|
||||
"uploadReference": "참조 오디오 업로드",
|
||||
"referenceText": "참조 텍스트",
|
||||
"referenceTextPlaceholder": "참조 오디오의 텍스트 내용을 입력하세요...",
|
||||
"cloneName": "복제 이름",
|
||||
"cloneNamePlaceholder": "복제 음성 이름을 입력하세요",
|
||||
"cloneDescription": "복제 설명",
|
||||
"cloneDescriptionPlaceholder": "복제 음성을 설명하세요...",
|
||||
"uploadAudio": "오디오 업로드",
|
||||
"audioFile": "오디오 파일",
|
||||
"audioText": "오디오 텍스트",
|
||||
"audioTextPlaceholder": "오디오에 해당하는 텍스트를 입력하세요...",
|
||||
"saveVoice": "음성 저장",
|
||||
"savingVoice": "저장 중...",
|
||||
"voiceSaved": "음성이 저장되었습니다",
|
||||
"voiceSaveFailed": "음성 저장에 실패했습니다",
|
||||
"deleteVoice": "음성 삭제",
|
||||
"deleteVoiceConfirm": "이 음성을 삭제하시겠습니까?",
|
||||
"voiceDeleted": "음성이 삭제되었습니다",
|
||||
"voiceList": "음성 목록",
|
||||
"noVoices": "음성 없음",
|
||||
"selectVoice": "음성 선택",
|
||||
"voiceDetails": "음성 상세정보",
|
||||
"createdAt": "생성 시간",
|
||||
"updatedAt": "업데이트 시간",
|
||||
"step1Title": "오디오 소재",
|
||||
"step2Title": "합성 설정",
|
||||
"uploadTab": "오디오 업로드",
|
||||
"recordTab": "온라인 녹음",
|
||||
"refAudioLabel": "참조 오디오 파일",
|
||||
"refTextLabel": "참조 스크립트 (선택사항, 정확도 향상)",
|
||||
"refTextPlaceholder": "참조 오디오에 해당하는 텍스트 내용...",
|
||||
"nextStep": "다음",
|
||||
"prevStep": "이전",
|
||||
"readPrompt": "다음 단락 중 하나를 읽어주세요:",
|
||||
"currentRefText": "현재 참조 텍스트",
|
||||
"currentRefTextPlaceholder": "선택한 텍스트가 여기에 표시됩니다...",
|
||||
"languageOptional": "언어 (선택사항)",
|
||||
"fastMode": "고속 모드",
|
||||
"useCache": "캐시 사용",
|
||||
"uploadAudioFile": "오디오 업로드",
|
||||
"recordOnline": "온라인 녹음",
|
||||
"validationFailed": "파일 검증 실패",
|
||||
"validating": "검증 중...",
|
||||
"selectAudioFile": "오디오 파일 선택",
|
||||
"seconds": "초",
|
||||
"recordingValidationFailed": "녹음 검증 실패",
|
||||
"browserNotSupported": "브라우저가 녹음 기능을 지원하지 않습니다",
|
||||
"recordingComplete": "녹음 완료",
|
||||
"releaseToFinish": "놓아서 완료",
|
||||
"holdToRecord": "길게 눌러서 녹음"
|
||||
}
|
||||
Reference in New Issue
Block a user