Skip to content

Commit

Permalink
update whisper setting
Browse files Browse the repository at this point in the history
  • Loading branch information
abus-aikorea committed Jun 15, 2024
1 parent 6dd0751 commit 182f3f3
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 10 deletions.
Binary file modified app/abus_app_kara.cp39-win_amd64.pyd
Binary file not shown.
Binary file removed app/abus_batch.cp39-win_amd64.pyd
Binary file not shown.
Binary file modified app/abus_faster_whisper.cp39-win_amd64.pyd
Binary file not shown.
Binary file modified app/abus_files.cp39-win_amd64.pyd
Binary file not shown.
Binary file modified app/abus_ui_asr.cp39-win_amd64.pyd
Binary file not shown.
Binary file removed app/abus_ui_batch.cp39-win_amd64.pyd
Binary file not shown.
Binary file modified app/abus_ui_demixer.cp39-win_amd64.pyd
Binary file not shown.
Binary file removed app/abus_ui_dubbing.cp39-win_amd64.pyd
Binary file not shown.
Binary file modified app/abus_ui_karaoke.cp39-win_amd64.pyd
Binary file not shown.
Binary file removed app/abus_ui_live.cp39-win_amd64.pyd
Binary file not shown.
Binary file removed app/abus_ui_rvc.cp39-win_amd64.pyd
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i18n/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path

def load_language_list(language):
# json_path = os.path.join(Path(__file__).resolve().parent, f"locale/en_US.json")
# json_path = os.path.join(Path(__file__).resolve().parent, f"locale/ja_JP.json")
json_path = os.path.join(Path(__file__).resolve().parent, f"locale/{language}.json")
with open(json_path, "r", encoding="utf-8") as f:
language_list = json.load(f)
Expand Down
10 changes: 7 additions & 3 deletions src/i18n/locale/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"Audio Format": "Audio Format",
"Whisper Model": "Whisper Model",
"Audio Language": "Audio Language",
"Translated Language": "Translated Language",
"Translated Language": "Translated Language",
"Source Language": "Source Language",
"Highlight Words": "Highlight Words",
"Clear": "Clear",
"🧹Clear": "🧹Clear",
"Submit": "Submit",
"Karaoke Mode": "Karaoke Mode",
"Original": "Original",
Expand Down Expand Up @@ -90,7 +91,10 @@
"AI Transcription" : "AI Transcription",
"Live Translations" : "Live Translations",
"Live Transcriptions" : "Live Transcriptions",
"Expiration date" : "Expiration date"
"Expiration date" : "Expiration date",
"Start" : "Start",
"Stop" : "Stop",
"Select folder" : "Select folder"


}
10 changes: 7 additions & 3 deletions src/i18n/locale/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"Audio Format": "オーディオ形式",
"Whisper Model": "Whisperモデル",
"Audio Language": "オーディオ言語",
"Translated Language": "翻訳語",
"Translated Language": "翻訳語",
"Source Language": "入力言語",
"Highlight Words": "単語を強調",
"Clear": "クリア",
"🧹Clear": "🧹クリア",
"Submit": "送信",
"Karaoke Mode": "カラオケモード",
"Original": "オリジナ",
Expand Down Expand Up @@ -91,6 +92,9 @@
"AI Transcription" : "AI文字起こし",
"Live Translations" : "ライブ翻訳",
"Live Transcriptions" : "ライブ文字起こし",
"Expiration date" : "有効期限"
"Expiration date" : "有効期限",
"Start" : "始める",
"Stop" : "停止",
"Select folder" : "フォルダの選択"

}
10 changes: 7 additions & 3 deletions src/i18n/locale/ko_KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"Audio Format": "오디오 포맷",
"Whisper Model": "Whisper 모델",
"Audio Language": "오디오 언어",
"Translated Language": "번역어",
"Translated Language": "번역어",
"Source Language": "출발 언어",
"Highlight Words": "Highlight Words",
"Clear": "클리어",
"🧹Clear": "🧹클리어",
"Submit": "전송",
"Karaoke Mode": "노래방 모드",
"Original": "원본",
Expand Down Expand Up @@ -91,6 +92,9 @@
"AI Transcription" : "AI음성인식",
"Live Translations" : "실시간 번역",
"Live Transcriptions" : "실시간 자막",
"Expiration date" : "이용 기한"
"Expiration date" : "이용 기한",
"Start" : "시작",
"Stop" : "중지",
"Select folder" : "폴더 선택"

}

0 comments on commit 182f3f3

Please sign in to comment.