@smart-cloud/ai-kit-ui 1.3.0 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-kit-ui.css +52 -0
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/package.json +2 -2
- package/src/ai-chatbot/AiChatbot.tsx +436 -77
- package/src/ai-chatbot/attachmentStorage.ts +66 -0
- package/src/doc-search/DocSearch.tsx +196 -59
- package/src/i18n/ar.ts +10 -0
- package/src/i18n/de.ts +10 -0
- package/src/i18n/en.ts +10 -0
- package/src/i18n/es.ts +10 -0
- package/src/i18n/fr.ts +10 -0
- package/src/i18n/he.ts +10 -0
- package/src/i18n/hi.ts +10 -0
- package/src/i18n/hu.ts +10 -0
- package/src/i18n/id.ts +10 -0
- package/src/i18n/it.ts +10 -0
- package/src/i18n/ja.ts +10 -0
- package/src/i18n/ko.ts +10 -0
- package/src/i18n/nb.ts +10 -0
- package/src/i18n/nl.ts +10 -0
- package/src/i18n/pl.ts +10 -0
- package/src/i18n/pt.ts +10 -0
- package/src/i18n/ru.ts +10 -0
- package/src/i18n/sv.ts +10 -0
- package/src/i18n/th.ts +10 -0
- package/src/i18n/tr.ts +10 -0
- package/src/i18n/ua.ts +10 -0
- package/src/i18n/zh.ts +10 -0
- package/src/styles/ai-kit-ui.css +52 -0
package/src/i18n/hi.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const hiDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "मुझसे पूछें",
|
|
21
21
|
Assistant: "सहायक",
|
|
22
22
|
"Assistant is thinking…": "सहायक सोच रहा है…",
|
|
23
|
+
"Audio message": "ऑडियो संदेश",
|
|
24
|
+
"Audio no longer available": "ऑडियो अब उपलब्ध नहीं है",
|
|
25
|
+
"Audio recorded": "ऑडियो रिकॉर्ड हो गया",
|
|
23
26
|
auto: "ऑटो",
|
|
24
27
|
"Auto-detect": "ऑटो का पता लगाने",
|
|
25
28
|
Cancel: "रद्द करना",
|
|
@@ -28,6 +31,8 @@ export const hiDict: Record<string, string> = {
|
|
|
28
31
|
casual: "अनौपचारिक",
|
|
29
32
|
"Checking capabilities…": "क्षमताओं की जाँच की जा रही है…",
|
|
30
33
|
Chinese: "चीनी",
|
|
34
|
+
Clear: "साफ़ करें",
|
|
35
|
+
"Clear audio": "ऑडियो साफ़ करें",
|
|
31
36
|
"Click again to confirm": "पुष्टि करने के लिए फिर से क्लिक करें",
|
|
32
37
|
Close: "बंद करना",
|
|
33
38
|
"Close chat": "चैट बंद करें",
|
|
@@ -72,6 +77,7 @@ export const hiDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "एचटीएमएल",
|
|
73
78
|
Hungarian: "हंगेरी",
|
|
74
79
|
"I'm ready to assist you.": "मैं आपकी मदद के लिए तैयार हूँ।",
|
|
80
|
+
"Image no longer available": "छवि अब उपलब्ध नहीं है",
|
|
75
81
|
Indonesian: "इन्डोनेशियाई",
|
|
76
82
|
"Initializing on-device AI…": "डिवाइस पर एआई को प्रारंभ किया जा रहा है…",
|
|
77
83
|
"Inlining images as base64": "छवियों को बेस64 के रूप में इनलाइन करना",
|
|
@@ -123,6 +129,9 @@ export const hiDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "तैयार।",
|
|
124
130
|
"Received backend response.": "बैकएंड से प्रतिक्रिया प्राप्त हुई।",
|
|
125
131
|
"Receiving response...": "प्रतिक्रिया प्राप्त हो रही है...",
|
|
132
|
+
Record: "रिकॉर्ड",
|
|
133
|
+
"Record audio": "ऑडियो रिकॉर्ड करें",
|
|
134
|
+
"Recording...": "रिकॉर्डिंग...",
|
|
126
135
|
Reference: "संदर्भ",
|
|
127
136
|
References: "संदर्भ",
|
|
128
137
|
Regenerate: "पुनः जेनरेट",
|
|
@@ -156,6 +165,7 @@ export const hiDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "सूत्रों का कहना है",
|
|
157
166
|
Spanish: "स्पैनिश",
|
|
158
167
|
Stop: "रुकना",
|
|
168
|
+
"Stop recording": "रिकॉर्डिंग रोकें",
|
|
159
169
|
"Suggested change": "सुझाया गया परिवर्तन",
|
|
160
170
|
Summarize: "सारांशित करें",
|
|
161
171
|
"Summarize again": "पुनः संक्षेप में बताएं",
|
package/src/i18n/hu.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const huDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Kérdezz tőlem",
|
|
21
21
|
Assistant: "Asszisztens",
|
|
22
22
|
"Assistant is thinking…": "Az asszisztens gondolkodik…",
|
|
23
|
+
"Audio message": "Hangüzenet",
|
|
24
|
+
"Audio no longer available": "A hang már nem érhető el",
|
|
25
|
+
"Audio recorded": "Hang rögzítve",
|
|
23
26
|
auto: "Automatikus",
|
|
24
27
|
"Auto-detect": "Automatikus felismerés",
|
|
25
28
|
Cancel: "Mégse",
|
|
@@ -28,6 +31,8 @@ export const huDict: Record<string, string> = {
|
|
|
28
31
|
casual: "közvetlen",
|
|
29
32
|
"Checking capabilities…": "Képességek ellenőrzése…",
|
|
30
33
|
Chinese: "kínai",
|
|
34
|
+
Clear: "Törlés",
|
|
35
|
+
"Clear audio": "Hang törlése",
|
|
31
36
|
"Click again to confirm": "Kattints újra a megerősítéshez",
|
|
32
37
|
Close: "Bezár",
|
|
33
38
|
"Close chat": "Chat bezárása",
|
|
@@ -73,6 +78,7 @@ export const huDict: Record<string, string> = {
|
|
|
73
78
|
HTML: "HTML",
|
|
74
79
|
Hungarian: "magyar",
|
|
75
80
|
"I'm ready to assist you.": "Készen állok segíteni.",
|
|
81
|
+
"Image no longer available": "A kép már nem érhető el",
|
|
76
82
|
Indonesian: "indonéz",
|
|
77
83
|
"Initializing on-device AI…": "Az eszközön lévő modell inicializálása…",
|
|
78
84
|
"Inlining images as base64": "Képfeldolgozás",
|
|
@@ -124,6 +130,9 @@ export const huDict: Record<string, string> = {
|
|
|
124
130
|
"Ready.": "Kész.",
|
|
125
131
|
"Received backend response.": "Szerverválasz érkezett.",
|
|
126
132
|
"Receiving response...": "Válasz fogadása...",
|
|
133
|
+
Record: "Rögzítés",
|
|
134
|
+
"Record audio": "Hang rögzítése",
|
|
135
|
+
"Recording...": "Rögzítés...",
|
|
127
136
|
Reference: "Hivatkozás",
|
|
128
137
|
References: "Hivatkozások",
|
|
129
138
|
Regenerate: "Újragenerálás",
|
|
@@ -157,6 +166,7 @@ export const huDict: Record<string, string> = {
|
|
|
157
166
|
Sources: "Források",
|
|
158
167
|
Spanish: "spanyol",
|
|
159
168
|
Stop: "Stop",
|
|
169
|
+
"Stop recording": "Rögzítés leállítása",
|
|
160
170
|
"Suggested change": "Javasolt módosítás",
|
|
161
171
|
Summarize: "Összefoglalás",
|
|
162
172
|
"Summarize again": "Foglald össze újra",
|
package/src/i18n/id.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const idDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Tanya saya",
|
|
21
21
|
Assistant: "Asisten",
|
|
22
22
|
"Assistant is thinking…": "Asisten sedang berpikir…",
|
|
23
|
+
"Audio message": "Pesan audio",
|
|
24
|
+
"Audio no longer available": "Audio tidak lagi tersedia",
|
|
25
|
+
"Audio recorded": "Audio direkam",
|
|
23
26
|
auto: "mobil",
|
|
24
27
|
"Auto-detect": "Deteksi otomatis",
|
|
25
28
|
Cancel: "Membatalkan",
|
|
@@ -28,6 +31,8 @@ export const idDict: Record<string, string> = {
|
|
|
28
31
|
casual: "kasual",
|
|
29
32
|
"Checking capabilities…": "Memeriksa kemampuan…",
|
|
30
33
|
Chinese: "Cina",
|
|
34
|
+
Clear: "Bersihkan",
|
|
35
|
+
"Clear audio": "Bersihkan audio",
|
|
31
36
|
"Click again to confirm": "Klik lagi untuk mengonfirmasi",
|
|
32
37
|
Close: "Menutup",
|
|
33
38
|
"Close chat": "Tutup chat",
|
|
@@ -73,6 +78,7 @@ export const idDict: Record<string, string> = {
|
|
|
73
78
|
HTML: "HTML",
|
|
74
79
|
Hungarian: "Hongaria",
|
|
75
80
|
"I'm ready to assist you.": "Saya siap membantu Anda.",
|
|
81
|
+
"Image no longer available": "Gambar tidak lagi tersedia",
|
|
76
82
|
Indonesian: "Indonesia",
|
|
77
83
|
"Initializing on-device AI…": "Menginisialisasi AI pada perangkat…",
|
|
78
84
|
"Inlining images as base64": "Menyisipkan gambar sebagai base64",
|
|
@@ -124,6 +130,9 @@ export const idDict: Record<string, string> = {
|
|
|
124
130
|
"Ready.": "Siap.",
|
|
125
131
|
"Received backend response.": "Respons dari backend telah diterima.",
|
|
126
132
|
"Receiving response...": "Menerima respons...",
|
|
133
|
+
Record: "Rekam",
|
|
134
|
+
"Record audio": "Rekam audio",
|
|
135
|
+
"Recording...": "Merekam...",
|
|
127
136
|
Reference: "Referensi",
|
|
128
137
|
References: "Referensi",
|
|
129
138
|
Regenerate: "Diperbarui",
|
|
@@ -157,6 +166,7 @@ export const idDict: Record<string, string> = {
|
|
|
157
166
|
Sources: "Sumber",
|
|
158
167
|
Spanish: "Spanyol",
|
|
159
168
|
Stop: "Berhenti",
|
|
169
|
+
"Stop recording": "Hentikan perekaman",
|
|
160
170
|
"Suggested change": "Perubahan yang disarankan",
|
|
161
171
|
Summarize: "Meringkaskan",
|
|
162
172
|
"Summarize again": "Ringkas kembali",
|
package/src/i18n/it.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const itDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Chiedimi",
|
|
21
21
|
Assistant: "Assistente",
|
|
22
22
|
"Assistant is thinking…": "L'assistente sta pensando…",
|
|
23
|
+
"Audio message": "Messaggio audio",
|
|
24
|
+
"Audio no longer available": "Audio non più disponibile",
|
|
25
|
+
"Audio recorded": "Audio registrato",
|
|
23
26
|
auto: "Automatico",
|
|
24
27
|
"Auto-detect": "Rilevamento automatico",
|
|
25
28
|
Cancel: "Cancellare",
|
|
@@ -28,6 +31,8 @@ export const itDict: Record<string, string> = {
|
|
|
28
31
|
casual: "casuale",
|
|
29
32
|
"Checking capabilities…": "Verifica delle capacità…",
|
|
30
33
|
Chinese: "cinese",
|
|
34
|
+
Clear: "Cancella",
|
|
35
|
+
"Clear audio": "Cancella audio",
|
|
31
36
|
"Click again to confirm": "Clicca di nuovo per confermare",
|
|
32
37
|
Close: "Chiudi",
|
|
33
38
|
"Close chat": "Chiudi chat",
|
|
@@ -75,6 +80,7 @@ export const itDict: Record<string, string> = {
|
|
|
75
80
|
HTML: "HTML",
|
|
76
81
|
Hungarian: "ungherese",
|
|
77
82
|
"I'm ready to assist you.": "Sono pronto ad aiutarti.",
|
|
83
|
+
"Image no longer available": "Immagine non più disponibile",
|
|
78
84
|
Indonesian: "indonesiano",
|
|
79
85
|
"Initializing on-device AI…": "Inizializzazione dell'IA sul dispositivo…",
|
|
80
86
|
"Inlining images as base64": "Incorporamento delle immagini come base64",
|
|
@@ -126,6 +132,9 @@ export const itDict: Record<string, string> = {
|
|
|
126
132
|
"Ready.": "Pronto.",
|
|
127
133
|
"Received backend response.": "Ricevuta risposta dal backend.",
|
|
128
134
|
"Receiving response...": "Ricezione della risposta...",
|
|
135
|
+
Record: "Registra",
|
|
136
|
+
"Record audio": "Registra audio",
|
|
137
|
+
"Recording...": "Registrazione...",
|
|
129
138
|
Reference: "Riferimento",
|
|
130
139
|
References: "Riferimenti",
|
|
131
140
|
Regenerate: "Rigenerare",
|
|
@@ -159,6 +168,7 @@ export const itDict: Record<string, string> = {
|
|
|
159
168
|
Sources: "Fonti",
|
|
160
169
|
Spanish: "spagnolo",
|
|
161
170
|
Stop: "Fermare",
|
|
171
|
+
"Stop recording": "Interrompi registrazione",
|
|
162
172
|
"Suggested change": "Modifica suggerita",
|
|
163
173
|
Summarize: "Riassumere",
|
|
164
174
|
"Summarize again": "Riassumere di nuovo",
|
package/src/i18n/ja.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const jaDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "質問する",
|
|
21
21
|
Assistant: "アシスタント",
|
|
22
22
|
"Assistant is thinking…": "アシスタントは考えています…",
|
|
23
|
+
"Audio message": "音声メッセージ",
|
|
24
|
+
"Audio no longer available": "音声は利用できなくなりました",
|
|
25
|
+
"Audio recorded": "音声を録音しました",
|
|
23
26
|
auto: "自動車",
|
|
24
27
|
"Auto-detect": "自動検出",
|
|
25
28
|
Cancel: "キャンセル",
|
|
@@ -28,6 +31,8 @@ export const jaDict: Record<string, string> = {
|
|
|
28
31
|
casual: "カジュアル",
|
|
29
32
|
"Checking capabilities…": "機能を確認しています…",
|
|
30
33
|
Chinese: "中国語",
|
|
34
|
+
Clear: "クリア",
|
|
35
|
+
"Clear audio": "音声をクリア",
|
|
31
36
|
"Click again to confirm": "もう一度クリックして確認",
|
|
32
37
|
Close: "閉じる",
|
|
33
38
|
"Close chat": "チャットを閉じる",
|
|
@@ -74,6 +79,7 @@ export const jaDict: Record<string, string> = {
|
|
|
74
79
|
HTML: "HTML",
|
|
75
80
|
Hungarian: "ハンガリー語",
|
|
76
81
|
"I'm ready to assist you.": "お手伝いの準備ができました。",
|
|
82
|
+
"Image no longer available": "画像は利用できなくなりました",
|
|
77
83
|
Indonesian: "インドネシア語",
|
|
78
84
|
"Initializing on-device AI…": "デバイス上の AI を初期化しています…",
|
|
79
85
|
"Inlining images as base64": "画像をbase64としてインライン化する",
|
|
@@ -125,6 +131,9 @@ export const jaDict: Record<string, string> = {
|
|
|
125
131
|
"Ready.": "準備完了。",
|
|
126
132
|
"Received backend response.": "バックエンド応答を受信しました。",
|
|
127
133
|
"Receiving response...": "応答を受信中...",
|
|
134
|
+
Record: "録音",
|
|
135
|
+
"Record audio": "音声を録音",
|
|
136
|
+
"Recording...": "録音中...",
|
|
128
137
|
Reference: "参照",
|
|
129
138
|
References: "参照",
|
|
130
139
|
Regenerate: "再生",
|
|
@@ -158,6 +167,7 @@ export const jaDict: Record<string, string> = {
|
|
|
158
167
|
Sources: "出典",
|
|
159
168
|
Spanish: "スペイン語",
|
|
160
169
|
Stop: "停止",
|
|
170
|
+
"Stop recording": "録音を停止",
|
|
161
171
|
"Suggested change": "提案された変更",
|
|
162
172
|
Summarize: "要約",
|
|
163
173
|
"Summarize again": "もう一度要約する",
|
package/src/i18n/ko.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const koDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "질문하기",
|
|
21
21
|
Assistant: "어시스턴트",
|
|
22
22
|
"Assistant is thinking…": "비서가 생각 중입니다…",
|
|
23
|
+
"Audio message": "오디오 메시지",
|
|
24
|
+
"Audio no longer available": "오디오를 더 이상 사용할 수 없습니다",
|
|
25
|
+
"Audio recorded": "오디오가 녹음되었습니다",
|
|
23
26
|
auto: "자동",
|
|
24
27
|
"Auto-detect": "자동 감지",
|
|
25
28
|
Cancel: "취소",
|
|
@@ -28,6 +31,8 @@ export const koDict: Record<string, string> = {
|
|
|
28
31
|
casual: "평상복",
|
|
29
32
|
"Checking capabilities…": "기능을 확인하는 중…",
|
|
30
33
|
Chinese: "중국인",
|
|
34
|
+
Clear: "지우기",
|
|
35
|
+
"Clear audio": "오디오 지우기",
|
|
31
36
|
"Click again to confirm": "확인하려면 다시 클릭하세요",
|
|
32
37
|
Close: "닫기",
|
|
33
38
|
"Close chat": "채팅 닫기",
|
|
@@ -72,6 +77,7 @@ export const koDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "HTML",
|
|
73
78
|
Hungarian: "헝가리 인",
|
|
74
79
|
"I'm ready to assist you.": "도와드릴 준비가 되었습니다.",
|
|
80
|
+
"Image no longer available": "이미지를 더 이상 사용할 수 없습니다",
|
|
75
81
|
Indonesian: "인도네시아 인",
|
|
76
82
|
"Initializing on-device AI…": "기기 내 AI 초기화 중…",
|
|
77
83
|
"Inlining images as base64": "이미지를 base64 형식으로 인라인 처리",
|
|
@@ -123,6 +129,9 @@ export const koDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "준비됨.",
|
|
124
130
|
"Received backend response.": "백엔드 응답을 받았습니다.",
|
|
125
131
|
"Receiving response...": "응답 수신 중...",
|
|
132
|
+
Record: "녹음",
|
|
133
|
+
"Record audio": "오디오 녹음",
|
|
134
|
+
"Recording...": "녹음 중...",
|
|
126
135
|
Reference: "참고",
|
|
127
136
|
References: "참고",
|
|
128
137
|
Regenerate: "재생",
|
|
@@ -156,6 +165,7 @@ export const koDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "출처",
|
|
157
166
|
Spanish: "스페인 사람",
|
|
158
167
|
Stop: "멈추다",
|
|
168
|
+
"Stop recording": "녹음 중지",
|
|
159
169
|
"Suggested change": "제안된 변경 사항",
|
|
160
170
|
Summarize: "요약하다",
|
|
161
171
|
"Summarize again": "다시 요약해 보세요",
|
package/src/i18n/nb.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const nbDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Spør meg",
|
|
21
21
|
Assistant: "Assistent",
|
|
22
22
|
"Assistant is thinking…": "Assistenten tenker…",
|
|
23
|
+
"Audio message": "Lydmelding",
|
|
24
|
+
"Audio no longer available": "Lyd er ikke lenger tilgjengelig",
|
|
25
|
+
"Audio recorded": "Lyd tatt opp",
|
|
23
26
|
auto: "Automatisk",
|
|
24
27
|
"Auto-detect": "Automatisk oppdaging",
|
|
25
28
|
Cancel: "Kansellere",
|
|
@@ -28,6 +31,8 @@ export const nbDict: Record<string, string> = {
|
|
|
28
31
|
casual: "tilfeldig",
|
|
29
32
|
"Checking capabilities…": "Sjekker muligheter…",
|
|
30
33
|
Chinese: "kinesisk",
|
|
34
|
+
Clear: "Fjern",
|
|
35
|
+
"Clear audio": "Fjern lyd",
|
|
31
36
|
"Click again to confirm": "Klikk igjen for å bekrefte",
|
|
32
37
|
Close: "Lukke",
|
|
33
38
|
"Close chat": "Lukk chatten",
|
|
@@ -72,6 +77,7 @@ export const nbDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "HTML",
|
|
73
78
|
Hungarian: "Ungarsk",
|
|
74
79
|
"I'm ready to assist you.": "Jeg er klar til å hjelpe deg.",
|
|
80
|
+
"Image no longer available": "Bilde er ikke lenger tilgjengelig",
|
|
75
81
|
Indonesian: "Indonesisk",
|
|
76
82
|
"Initializing on-device AI…": "Initialiserer AI på enheten …",
|
|
77
83
|
"Inlining images as base64": "Innebygde bilder som base64",
|
|
@@ -123,6 +129,9 @@ export const nbDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "Klar.",
|
|
124
130
|
"Received backend response.": "Mottok svar fra backend.",
|
|
125
131
|
"Receiving response...": "Mottar svar...",
|
|
132
|
+
Record: "Ta opp",
|
|
133
|
+
"Record audio": "Ta opp lyd",
|
|
134
|
+
"Recording...": "Tar opp...",
|
|
126
135
|
Reference: "Referanse",
|
|
127
136
|
References: "Referanser",
|
|
128
137
|
Regenerate: "Regenerer",
|
|
@@ -156,6 +165,7 @@ export const nbDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "Kilder",
|
|
157
166
|
Spanish: "Spansk",
|
|
158
167
|
Stop: "Stoppe",
|
|
168
|
+
"Stop recording": "Stopp opptak",
|
|
159
169
|
"Suggested change": "Foreslått endring",
|
|
160
170
|
Summarize: "Oppsummer",
|
|
161
171
|
"Summarize again": "Oppsummer igjen",
|
package/src/i18n/nl.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const nlDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Vraag me",
|
|
21
21
|
Assistant: "Assistent",
|
|
22
22
|
"Assistant is thinking…": "De assistent denkt na…",
|
|
23
|
+
"Audio message": "Audiobericht",
|
|
24
|
+
"Audio no longer available": "Audio is niet langer beschikbaar",
|
|
25
|
+
"Audio recorded": "Audio opgenomen",
|
|
23
26
|
auto: "Automatisch",
|
|
24
27
|
"Auto-detect": "Automatische detectie",
|
|
25
28
|
Cancel: "Annuleren",
|
|
@@ -28,6 +31,8 @@ export const nlDict: Record<string, string> = {
|
|
|
28
31
|
casual: "casual",
|
|
29
32
|
"Checking capabilities…": "Mogelijkheden controleren…",
|
|
30
33
|
Chinese: "Chinese",
|
|
34
|
+
Clear: "Wissen",
|
|
35
|
+
"Clear audio": "Audio wissen",
|
|
31
36
|
"Click again to confirm": "Klik opnieuw om te bevestigen",
|
|
32
37
|
Close: "Sluiten",
|
|
33
38
|
"Close chat": "Chat sluiten",
|
|
@@ -72,6 +77,7 @@ export const nlDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "HTML",
|
|
73
78
|
Hungarian: "Hongaars",
|
|
74
79
|
"I'm ready to assist you.": "Ik sta klaar om je te helpen.",
|
|
80
|
+
"Image no longer available": "Afbeelding is niet langer beschikbaar",
|
|
75
81
|
Indonesian: "Indonesisch",
|
|
76
82
|
"Initializing on-device AI…": "AI op het apparaat initialiseren…",
|
|
77
83
|
"Inlining images as base64": "Afbeeldingen inline plaatsen als base64",
|
|
@@ -123,6 +129,9 @@ export const nlDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "Klaar.",
|
|
124
130
|
"Received backend response.": "Reactie van de backend ontvangen.",
|
|
125
131
|
"Receiving response...": "Antwoord ontvangen...",
|
|
132
|
+
Record: "Opnemen",
|
|
133
|
+
"Record audio": "Audio opnemen",
|
|
134
|
+
"Recording...": "Bezig met opnemen...",
|
|
126
135
|
Reference: "Referentie",
|
|
127
136
|
References: "Referenties",
|
|
128
137
|
Regenerate: "Regenereren",
|
|
@@ -156,6 +165,7 @@ export const nlDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "Bronnen",
|
|
157
166
|
Spanish: "Spaans",
|
|
158
167
|
Stop: "Stop",
|
|
168
|
+
"Stop recording": "Opname stoppen",
|
|
159
169
|
"Suggested change": "Voorgestelde wijziging",
|
|
160
170
|
Summarize: "Samenvatten",
|
|
161
171
|
"Summarize again": "Vat het nogmaals samen.",
|
package/src/i18n/pl.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const plDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Zapytaj mnie",
|
|
21
21
|
Assistant: "Asystent",
|
|
22
22
|
"Assistant is thinking…": "Asystent myśli…",
|
|
23
|
+
"Audio message": "Wiadomość audio",
|
|
24
|
+
"Audio no longer available": "Audio nie jest już dostępne",
|
|
25
|
+
"Audio recorded": "Audio nagrane",
|
|
23
26
|
auto: "automatyczny",
|
|
24
27
|
"Auto-detect": "Automatyczne wykrywanie",
|
|
25
28
|
Cancel: "Anulować",
|
|
@@ -28,6 +31,8 @@ export const plDict: Record<string, string> = {
|
|
|
28
31
|
casual: "zwykły",
|
|
29
32
|
"Checking capabilities…": "Sprawdzanie możliwości…",
|
|
30
33
|
Chinese: "chiński",
|
|
34
|
+
Clear: "Wyczyść",
|
|
35
|
+
"Clear audio": "Wyczyść audio",
|
|
31
36
|
"Click again to confirm": "Kliknij ponownie, aby potwierdzić",
|
|
32
37
|
Close: "Zamknąć",
|
|
33
38
|
"Close chat": "Zamknij czat",
|
|
@@ -73,6 +78,7 @@ export const plDict: Record<string, string> = {
|
|
|
73
78
|
HTML: "HTML",
|
|
74
79
|
Hungarian: "węgierski",
|
|
75
80
|
"I'm ready to assist you.": "Jestem gotowy, aby Ci pomóc.",
|
|
81
|
+
"Image no longer available": "Obraz nie jest już dostępny",
|
|
76
82
|
Indonesian: "indonezyjski",
|
|
77
83
|
"Initializing on-device AI…":
|
|
78
84
|
"Inicjalizacja sztucznej inteligencji na urządzeniu…",
|
|
@@ -125,6 +131,9 @@ export const plDict: Record<string, string> = {
|
|
|
125
131
|
"Ready.": "Gotowe.",
|
|
126
132
|
"Received backend response.": "Otrzymano odpowiedź z zaplecza.",
|
|
127
133
|
"Receiving response...": "Odbieranie odpowiedzi...",
|
|
134
|
+
Record: "Nagraj",
|
|
135
|
+
"Record audio": "Nagraj audio",
|
|
136
|
+
"Recording...": "Nagrywanie...",
|
|
128
137
|
Reference: "Źródło",
|
|
129
138
|
References: "Źródła",
|
|
130
139
|
Regenerate: "Zregenerować",
|
|
@@ -158,6 +167,7 @@ export const plDict: Record<string, string> = {
|
|
|
158
167
|
Sources: "Źródła",
|
|
159
168
|
Spanish: "hiszpański",
|
|
160
169
|
Stop: "Zatrzymywać się",
|
|
170
|
+
"Stop recording": "Zatrzymaj nagrywanie",
|
|
161
171
|
"Suggested change": "Sugerowana zmiana",
|
|
162
172
|
Summarize: "Streszczać",
|
|
163
173
|
"Summarize again": "Podsumuj jeszcze raz",
|
package/src/i18n/pt.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const ptDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Pergunte-me",
|
|
21
21
|
Assistant: "Assistente",
|
|
22
22
|
"Assistant is thinking…": "O assistente está pensando…",
|
|
23
|
+
"Audio message": "Mensagem de áudio",
|
|
24
|
+
"Audio no longer available": "Áudio não está mais disponível",
|
|
25
|
+
"Audio recorded": "Áudio gravado",
|
|
23
26
|
auto: "Automático",
|
|
24
27
|
"Auto-detect": "Detecção automática",
|
|
25
28
|
Cancel: "Cancelar",
|
|
@@ -28,6 +31,8 @@ export const ptDict: Record<string, string> = {
|
|
|
28
31
|
casual: "casual",
|
|
29
32
|
"Checking capabilities…": "Verificando as capacidades…",
|
|
30
33
|
Chinese: "chinês",
|
|
34
|
+
Clear: "Limpar",
|
|
35
|
+
"Clear audio": "Limpar áudio",
|
|
31
36
|
"Click again to confirm": "Clique novamente para confirmar",
|
|
32
37
|
Close: "Fechar",
|
|
33
38
|
"Close chat": "Fechar chat",
|
|
@@ -72,6 +77,7 @@ export const ptDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "HTML",
|
|
73
78
|
Hungarian: "húngaro",
|
|
74
79
|
"I'm ready to assist you.": "Estou pronto para ajudar.",
|
|
80
|
+
"Image no longer available": "Imagem não está mais disponível",
|
|
75
81
|
Indonesian: "indonésio",
|
|
76
82
|
"Initializing on-device AI…": "Inicializando IA no dispositivo…",
|
|
77
83
|
"Inlining images as base64": "Incorporação de imagens em base64",
|
|
@@ -123,6 +129,9 @@ export const ptDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "Pronto.",
|
|
124
130
|
"Received backend response.": "Resposta do servidor recebida.",
|
|
125
131
|
"Receiving response...": "A receber resposta...",
|
|
132
|
+
Record: "Gravar",
|
|
133
|
+
"Record audio": "Gravar áudio",
|
|
134
|
+
"Recording...": "Gravando...",
|
|
126
135
|
Reference: "Referência",
|
|
127
136
|
References: "Referências",
|
|
128
137
|
Regenerate: "Regenerado",
|
|
@@ -156,6 +165,7 @@ export const ptDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "Fontes",
|
|
157
166
|
Spanish: "Espanhol",
|
|
158
167
|
Stop: "Parar",
|
|
168
|
+
"Stop recording": "Parar gravação",
|
|
159
169
|
"Suggested change": "Alteração sugerida",
|
|
160
170
|
Summarize: "Resumir",
|
|
161
171
|
"Summarize again": "Resuma novamente",
|
package/src/i18n/ru.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const ruDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Спросите меня",
|
|
21
21
|
Assistant: "Ассистент",
|
|
22
22
|
"Assistant is thinking…": "Ассистент размышляет…",
|
|
23
|
+
"Audio message": "Аудиосообщение",
|
|
24
|
+
"Audio no longer available": "Аудио больше недоступно",
|
|
25
|
+
"Audio recorded": "Аудио записано",
|
|
23
26
|
auto: "авто",
|
|
24
27
|
"Auto-detect": "Автоматическое определение",
|
|
25
28
|
Cancel: "Отмена",
|
|
@@ -28,6 +31,8 @@ export const ruDict: Record<string, string> = {
|
|
|
28
31
|
casual: "повседневный",
|
|
29
32
|
"Checking capabilities…": "Возможности проверки…",
|
|
30
33
|
Chinese: "китайский",
|
|
34
|
+
Clear: "Очистить",
|
|
35
|
+
"Clear audio": "Очистить аудио",
|
|
31
36
|
"Click again to confirm": "Нажмите ещё раз, чтобы подтвердить",
|
|
32
37
|
Close: "Закрыть",
|
|
33
38
|
"Close chat": "Закрыть чат",
|
|
@@ -72,6 +77,7 @@ export const ruDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "HTML",
|
|
73
78
|
Hungarian: "венгерский",
|
|
74
79
|
"I'm ready to assist you.": "Я готов помочь вам.",
|
|
80
|
+
"Image no longer available": "Изображение больше недоступно",
|
|
75
81
|
Indonesian: "индонезийский",
|
|
76
82
|
"Initializing on-device AI…": "Инициализация встроенного ИИ…",
|
|
77
83
|
"Inlining images as base64": "Встраивание изображений в формате base64",
|
|
@@ -123,6 +129,9 @@ export const ruDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "Готово.",
|
|
124
130
|
"Received backend response.": "Получен ответ от бэкэнда.",
|
|
125
131
|
"Receiving response...": "Получение ответа...",
|
|
132
|
+
Record: "Записать",
|
|
133
|
+
"Record audio": "Записать аудио",
|
|
134
|
+
"Recording...": "Запись...",
|
|
126
135
|
Reference: "Ссылка",
|
|
127
136
|
References: "Ссылки",
|
|
128
137
|
Regenerate: "Регенерировать",
|
|
@@ -156,6 +165,7 @@ export const ruDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "Источники",
|
|
157
166
|
Spanish: "испанский",
|
|
158
167
|
Stop: "Остановить",
|
|
168
|
+
"Stop recording": "Остановить запись",
|
|
159
169
|
"Suggested change": "Предложенное изменение",
|
|
160
170
|
Summarize: "Подведите итоги",
|
|
161
171
|
"Summarize again": "Подведите итог еще раз.",
|
package/src/i18n/sv.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const svDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Fråga mig",
|
|
21
21
|
Assistant: "Assistent",
|
|
22
22
|
"Assistant is thinking…": "Assistenten funderar…",
|
|
23
|
+
"Audio message": "Ljudmeddelande",
|
|
24
|
+
"Audio no longer available": "Ljudet är inte längre tillgängligt",
|
|
25
|
+
"Audio recorded": "Ljud inspelat",
|
|
23
26
|
auto: "Automatiskt",
|
|
24
27
|
"Auto-detect": "Automatisk identifiering",
|
|
25
28
|
Cancel: "Avboka",
|
|
@@ -28,6 +31,8 @@ export const svDict: Record<string, string> = {
|
|
|
28
31
|
casual: "tillfällig",
|
|
29
32
|
"Checking capabilities…": "Kontrollerar kapacitet…",
|
|
30
33
|
Chinese: "kinesiska",
|
|
34
|
+
Clear: "Rensa",
|
|
35
|
+
"Clear audio": "Rensa ljud",
|
|
31
36
|
"Click again to confirm": "Klicka igen för att bekräfta",
|
|
32
37
|
Close: "Stäng",
|
|
33
38
|
"Close chat": "Stäng chatten",
|
|
@@ -72,6 +77,7 @@ export const svDict: Record<string, string> = {
|
|
|
72
77
|
HTML: "HTML",
|
|
73
78
|
Hungarian: "Ungerska",
|
|
74
79
|
"I'm ready to assist you.": "Jag är redo att hjälpa dig.",
|
|
80
|
+
"Image no longer available": "Bilden är inte längre tillgänglig",
|
|
75
81
|
Indonesian: "Indonesiska",
|
|
76
82
|
"Initializing on-device AI…": "Initierar AI på enheten…",
|
|
77
83
|
"Inlining images as base64": "Inline-bilder som base64",
|
|
@@ -123,6 +129,9 @@ export const svDict: Record<string, string> = {
|
|
|
123
129
|
"Ready.": "Klar.",
|
|
124
130
|
"Received backend response.": "Mottaget backend-svar.",
|
|
125
131
|
"Receiving response...": "Tar emot svar...",
|
|
132
|
+
Record: "Spela in",
|
|
133
|
+
"Record audio": "Spela in ljud",
|
|
134
|
+
"Recording...": "Spelar in...",
|
|
126
135
|
Reference: "Referens",
|
|
127
136
|
References: "Referenser",
|
|
128
137
|
Regenerate: "Regenerera",
|
|
@@ -156,6 +165,7 @@ export const svDict: Record<string, string> = {
|
|
|
156
165
|
Sources: "Källor",
|
|
157
166
|
Spanish: "Spanska",
|
|
158
167
|
Stop: "Stopp",
|
|
168
|
+
"Stop recording": "Stoppa inspelning",
|
|
159
169
|
"Suggested change": "Föreslagen ändring",
|
|
160
170
|
Summarize: "Sammanfatta",
|
|
161
171
|
"Summarize again": "Sammanfatta igen",
|
package/src/i18n/th.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const thDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "ถามฉัน",
|
|
21
21
|
Assistant: "ผู้ช่วย",
|
|
22
22
|
"Assistant is thinking…": "ผู้ช่วยกำลังคิด…",
|
|
23
|
+
"Audio message": "ข้อความเสียง",
|
|
24
|
+
"Audio no longer available": "เสียงไม่พร้อมใช้งานแล้ว",
|
|
25
|
+
"Audio recorded": "บันทึกเสียงแล้ว",
|
|
23
26
|
auto: "อัตโนมัติ",
|
|
24
27
|
"Auto-detect": "ตรวจจับอัตโนมัติ",
|
|
25
28
|
Cancel: "ยกเลิก",
|
|
@@ -28,6 +31,8 @@ export const thDict: Record<string, string> = {
|
|
|
28
31
|
casual: "ไม่เป็นทางการ",
|
|
29
32
|
"Checking capabilities…": "ตรวจสอบความสามารถ…",
|
|
30
33
|
Chinese: "ชาวจีน",
|
|
34
|
+
Clear: "ล้าง",
|
|
35
|
+
"Clear audio": "ล้างเสียง",
|
|
31
36
|
"Click again to confirm": "คลิกอีกครั้งเพื่อยืนยัน",
|
|
32
37
|
Close: "ปิด",
|
|
33
38
|
"Close chat": "ปิดแชท",
|
|
@@ -71,6 +76,7 @@ export const thDict: Record<string, string> = {
|
|
|
71
76
|
HTML: "เอชแอล",
|
|
72
77
|
Hungarian: "ฮังการี",
|
|
73
78
|
"I'm ready to assist you.": "ฉันพร้อมช่วยคุณแล้ว",
|
|
79
|
+
"Image no longer available": "รูปภาพไม่พร้อมใช้งานแล้ว",
|
|
74
80
|
Indonesian: "ชาวอินโดนีเซีย",
|
|
75
81
|
"Initializing on-device AI…": "กำลังเริ่มต้นใช้งาน AI บนอุปกรณ์…",
|
|
76
82
|
"Inlining images as base64": "การแทรกรูปภาพในรูปแบบ base64",
|
|
@@ -122,6 +128,9 @@ export const thDict: Record<string, string> = {
|
|
|
122
128
|
"Ready.": "พร้อมแล้ว",
|
|
123
129
|
"Received backend response.": "ได้รับคำตอบจากระบบแบ็กเอนด์แล้ว",
|
|
124
130
|
"Receiving response...": "กำลังรับคำตอบ...",
|
|
131
|
+
Record: "บันทึก",
|
|
132
|
+
"Record audio": "บันทึกเสียง",
|
|
133
|
+
"Recording...": "กำลังบันทึก...",
|
|
125
134
|
Reference: "อ้างอิง",
|
|
126
135
|
References: "อ้างอิง",
|
|
127
136
|
Regenerate: "สร้างใหม่",
|
|
@@ -155,6 +164,7 @@ export const thDict: Record<string, string> = {
|
|
|
155
164
|
Sources: "แหล่งที่มา",
|
|
156
165
|
Spanish: "ภาษาสเปน",
|
|
157
166
|
Stop: "หยุด",
|
|
167
|
+
"Stop recording": "หยุดบันทึก",
|
|
158
168
|
"Suggested change": "การเปลี่ยนแปลงที่แนะนำ",
|
|
159
169
|
Summarize: "สรุป",
|
|
160
170
|
"Summarize again": "สรุปอีกครั้ง",
|
package/src/i18n/tr.ts
CHANGED
|
@@ -20,6 +20,9 @@ export const trDict: Record<string, string> = {
|
|
|
20
20
|
"Ask me": "Bana sor",
|
|
21
21
|
Assistant: "Asistan",
|
|
22
22
|
"Assistant is thinking…": "Asistan düşünüyor…",
|
|
23
|
+
"Audio message": "Sesli mesaj",
|
|
24
|
+
"Audio no longer available": "Ses artık kullanılamıyor",
|
|
25
|
+
"Audio recorded": "Ses kaydedildi",
|
|
23
26
|
auto: "otomatik",
|
|
24
27
|
"Auto-detect": "Otomatik algılama",
|
|
25
28
|
Cancel: "İptal etmek",
|
|
@@ -28,6 +31,8 @@ export const trDict: Record<string, string> = {
|
|
|
28
31
|
casual: "gündelik",
|
|
29
32
|
"Checking capabilities…": "Yetenekleri kontrol etme…",
|
|
30
33
|
Chinese: "Çince",
|
|
34
|
+
Clear: "Temizle",
|
|
35
|
+
"Clear audio": "Sesi temizle",
|
|
31
36
|
"Click again to confirm": "Onaylamak için tekrar tıklayın",
|
|
32
37
|
Close: "Kapat",
|
|
33
38
|
"Close chat": "Sohbeti kapat",
|
|
@@ -73,6 +78,7 @@ export const trDict: Record<string, string> = {
|
|
|
73
78
|
HTML: "HTML",
|
|
74
79
|
Hungarian: "Macarca",
|
|
75
80
|
"I'm ready to assist you.": "Size yardımcı olmaya hazırım.",
|
|
81
|
+
"Image no longer available": "Görsel artık kullanılamıyor",
|
|
76
82
|
Indonesian: "Endonezyalı",
|
|
77
83
|
"Initializing on-device AI…": "Cihaz üzerinde yapay zeka başlatılıyor…",
|
|
78
84
|
"Inlining images as base64":
|
|
@@ -125,6 +131,9 @@ export const trDict: Record<string, string> = {
|
|
|
125
131
|
"Ready.": "Hazır.",
|
|
126
132
|
"Received backend response.": "Arka uçtan yanıt alındı.",
|
|
127
133
|
"Receiving response...": "Yanıt alınıyor...",
|
|
134
|
+
Record: "Kaydet",
|
|
135
|
+
"Record audio": "Ses kaydet",
|
|
136
|
+
"Recording...": "Kaydediliyor...",
|
|
128
137
|
Reference: "Referans",
|
|
129
138
|
References: "Referanslar",
|
|
130
139
|
Regenerate: "Yeniden oluştur",
|
|
@@ -158,6 +167,7 @@ export const trDict: Record<string, string> = {
|
|
|
158
167
|
Sources: "Kaynaklar",
|
|
159
168
|
Spanish: "İspanyol",
|
|
160
169
|
Stop: "Durmak",
|
|
170
|
+
"Stop recording": "Kaydı durdur",
|
|
161
171
|
"Suggested change": "Önerilen değişiklik",
|
|
162
172
|
Summarize: "Özetleyin",
|
|
163
173
|
"Summarize again": "Tekrar özetleyin",
|