Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"VoiceAdjustment": "Voice Adjustment",
"VoiceEngineInstruction": "Select the synthetic voice engine you want to use from Koeiromap and Google Cloud Text-to-Speech.",
"UsingKoeiromap": "Currently using: Koeiromap (Japanese Only)",
"UsingVoiceVox": "Currently using: VOICEVOX (Japanese Only)",
"UsingGoogleTTS": "Currently using: Google TTS",
"SpeakerSelection": "Speaker Selection",
"GoogleTTSInfo": "Using Google Cloud Text-to-Speech. It supports multiple languages.",
"AuthFileInstruction": "Obtain the authentication JSON file below and place it in the root folder of the repository as 'credentials.json'.",
"LanguageModelURL": "Select the language model from the URL below.",
Expand Down
2 changes: 2 additions & 0 deletions locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"VoiceAdjustment": "声の調整",
"VoiceEngineInstruction": "使用する合成音声エンジンをKoeiromapとGoogle Cloud Text-to-Speechから選択してください。",
"UsingKoeiromap": "現在:Koeiromapを使用する(Japanese Only)",
"UsingVoiceVox": "現在:VOICEVOXを使用する(Japanese Only)",
"UsingGoogleTTS": "現在:Google TTSを使用する",
"SpeakerSelection": "ボイスタイプ選択",
"GoogleTTSInfo": "Google Cloud Text-to-Speechを使用しています。多言語に対応可能です。",
"AuthFileInstruction": "認証用のJSONファイルを下記から取得し、リポジトリのルートフォルダに credentials.json という名称で配置してください。",
"LanguageModelURL": "言語モデルは下記のURLから選択してください。",
Expand Down
205 changes: 154 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"i18next": "^23.6.0",
"next": "13.2.4",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
"openai": "^4.38.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.3.1",
Expand Down
Loading