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 docs/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ npm run dev
2. Place the slide folder and script file in the designated folder.
3. Turn on Slide Mode in the settings screen.
4. Press the Start Slide button to begin the presentation.

#### Related

- For detailed settings, please read "[AI Does Slide Presentations Now!!!!](https://note.com/nike_cha_n/n/n867081a598f1)".
Expand Down Expand Up @@ -374,3 +375,4 @@ const getVoiceLanguageCode = (selectLanguage: string) => {
```


```
1 change: 0 additions & 1 deletion docs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,3 @@ npm run dev

- [로고 이용 약관](./logo_licence_en.md)
- [VRM 모델 이용 약관](./vrm_licence_en.md)

1 change: 0 additions & 1 deletion docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,3 @@ npm run dev

- [标志使用协议](./logo_licence_en.md)
- [VRM模型使用协议](./vrm_licence_en.md)

3 changes: 3 additions & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@
"OpenSendMessagePage": "Open Send Message Page",
"RealtimeAPIMode": "Realtime API Mode",
"RealtimeAPIModeContentType": "Send Type",
"RealtimeAPIModeVoice": "Voice Type",
"InputText": "Text",
"InputAudio": "Audio",
"UpdateRealtimeAPISettings": "Update Realtime API Settings",
"UpdateRealtimeAPISettingsInfo": "When updating the API key, Azure Endpoint, voice type, or system prompt, please press the update button to start a new WebSocket session.",
"AzureEndpoint": "Azure Endpoint",
"Toasts": {
"WebSocketConnectionError": "Error occurred in WebSocket connection",
Expand Down
3 changes: 3 additions & 0 deletions locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@
"OpenSendMessagePage": "メッセージ送信ページを開く",
"RealtimeAPIMode": "リアルタイムAPIモード",
"RealtimeAPIModeContentType": "送信タイプ",
"RealtimeAPIModeVoice": "ボイスタイプ",
"InputText": "テキスト",
"InputAudio": "音声",
"UpdateRealtimeAPISettings": "リアルタイムAPI設定を更新",
"UpdateRealtimeAPISettingsInfo": "APIキー、Azure Endpoint、ボイスタイプ、システムプロンプトを更新した際は更新ボタンを押して、新しいWebSocketセッションを開始してください。",
"AzureEndpoint": "Azure Endpoint",
"Toasts": {
"WebSocketConnectionError": "WebSocket接続にエラーが発生しました",
Expand Down
3 changes: 3 additions & 0 deletions locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@
"OpenSendMessagePage": "메시지 보내기 페이지 열기",
"RealtimeAPIMode": "리얼타임 API 모드",
"RealtimeAPIModeContentType": "보내기 타입",
"RealtimeAPIModeVoice": "음성 타입",
"InputText": "텍스트",
"InputAudio": "음성",
"UpdateRealtimeAPISettings": "리얼타임 API 설정 업데이트",
"UpdateRealtimeAPISettingsInfo": "API 키, Azure Endpoint, 보이스 타입, 시스템 프롬프트를 업데이트한 경우 업데이트 버튼을 눌러 새로운 WebSocket 세션을 시작하십시오.",
"AzureEndpoint": "Azure Endpoint",
"Toasts": {
"WebSocketConnectionError": "WebSocket 연결에 오류가 발생했습니다",
Expand Down
3 changes: 3 additions & 0 deletions locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@
"OpenSendMessagePage": "開啟發送訊息頁面",
"RealtimeAPIMode": "實時API模式",
"RealtimeAPIModeContentType": "送信類型",
"RealtimeAPIModeVoice": "語音類型",
"InputText": "文本",
"InputAudio": "音頻",
"UpdateRealtimeAPISettings": "更新實時API設定",
"UpdateRealtimeAPISettingsInfo": "當更新 API 密鑰、Azure Endpoint、語音類型或系統提示時,請按更新按鈕以開始新的 WebSocket 會話。",
"AzureEndpoint": "Azure Endpoint",
"Toasts": {
"WebSocketConnectionError": "WebSocket连接发生错误",
Expand Down
Loading