Update localization messages for Chinese, English, and Japanese languages and fix whitespace formatting in isTTSEnabled function in tts.ts

This commit is contained in:
n4ze3m
2024-04-16 00:45:22 +05:30
parent c914233610
commit aeefb00de0
6 changed files with 11 additions and 9 deletions

View File

@@ -49,5 +49,6 @@
"noData": "No data",
"noHistory": "No chat history",
"chatWithCurrentPage": "Chat with current page",
"beta": "Beta"
"beta": "Beta",
"tts": "Read aloud"
}

View File

@@ -49,5 +49,6 @@
"noData": "データがありません",
"noHistory": "チャット履歴がありません",
"chatWithCurrentPage": "現在のページでチャット",
"beta": "ベータ"
"beta": "ベータ",
"tts": "読み上げ"
}

View File

@@ -49,5 +49,6 @@
"noData": "无数据",
"noHistory": "无聊天记录",
"chatWithCurrentPage": "与当前页面聊天",
"beta": "Beta"
"beta": "Beta",
"tts": "朗读"
}