@smart-cloud/ai-kit-ui 1.4.10 → 1.4.12
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/index.cjs +6 -6
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/package.json +1 -1
- package/src/doc-search/DocSearch.tsx +85 -39
- 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 +11 -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 +11 -0
- package/src/i18n/zh.ts +10 -0
package/src/i18n/hi.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const hiDict: Record<string, string> = {
|
|
|
31
31
|
casual: "अनौपचारिक",
|
|
32
32
|
Categories: "श्रेणियाँ",
|
|
33
33
|
"Checking capabilities…": "क्षमताओं की जाँच की जा रही है…",
|
|
34
|
+
"Checking capabilities...": "क्षमताओं की जाँच की जा रही है…",
|
|
34
35
|
Chinese: "चीनी",
|
|
35
36
|
Clear: "साफ़ करें",
|
|
36
37
|
"Clear audio": "ऑडियो साफ़ करें",
|
|
@@ -52,6 +53,7 @@ export const hiDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "भाषा का पता लगाना",
|
|
53
54
|
"Done.": "हो गया।",
|
|
54
55
|
"Downloading model…": "मॉडल डाउनलोड हो रहा है…",
|
|
56
|
+
"Downloading model...": "मॉडल डाउनलोड हो रहा है…",
|
|
55
57
|
Dutch: "डच",
|
|
56
58
|
Edit: "संपादित करें",
|
|
57
59
|
"Empty response": "खाली उत्तर",
|
|
@@ -69,6 +71,7 @@ export const hiDict: Record<string, string> = {
|
|
|
69
71
|
"Generated content": "उत्पन्न सामग्री",
|
|
70
72
|
"Generating text": "पाठ उत्पन्न हो रहा है",
|
|
71
73
|
"Generating…": "जनरेट हो रहा है…",
|
|
74
|
+
"Generating...": "जनरेट हो रहा है…",
|
|
72
75
|
German: "जर्मन",
|
|
73
76
|
Headline: "शीर्षक",
|
|
74
77
|
headline: "शीर्षक",
|
|
@@ -81,13 +84,16 @@ export const hiDict: Record<string, string> = {
|
|
|
81
84
|
Hungarian: "हंगेरी",
|
|
82
85
|
"I'm ready to assist you.": "मैं आपकी मदद के लिए तैयार हूँ।",
|
|
83
86
|
"Image no longer available": "छवि अब उपलब्ध नहीं है",
|
|
87
|
+
"Image preview": "छवि पूर्वावलोकन",
|
|
84
88
|
Indonesian: "इन्डोनेशियाई",
|
|
85
89
|
"Initializing on-device AI…": "डिवाइस पर एआई को प्रारंभ किया जा रहा है…",
|
|
90
|
+
"Initializing on-device AI...": "डिवाइस पर एआई को प्रारंभ किया जा रहा है…",
|
|
86
91
|
"Inlining images as base64": "छवियों को बेस64 के रूप में इनलाइन करना",
|
|
87
92
|
"Input and output languages cannot be the same.":
|
|
88
93
|
"इनपुट और आउटपुट भाषाएँ एक समान नहीं हो सकतीं।",
|
|
89
94
|
"Input language": "इनपुट भाषा",
|
|
90
95
|
Instructions: "निर्देश",
|
|
96
|
+
"Interface language": "इंटरफ़ेस भाषा",
|
|
91
97
|
Italian: "इतालवी",
|
|
92
98
|
Japanese: "जापानी",
|
|
93
99
|
"Key Points": "प्रमुख बिंदु",
|
|
@@ -162,6 +168,7 @@ export const hiDict: Record<string, string> = {
|
|
|
162
168
|
"Search with AI-Kit": "एआई-किट के साथ खोजें",
|
|
163
169
|
"Searching…": "खोज जारी है…",
|
|
164
170
|
"Select or type tags…": "टैग चुनें या लिखें…",
|
|
171
|
+
"Select or type tags...": "टैग चुनें या लिखें…",
|
|
165
172
|
Send: "भेजें",
|
|
166
173
|
"Sending request to backend…": "बैकएंड को अनुरोध भेजा जा रहा है…",
|
|
167
174
|
"Sending request to server...": "सर्वर को अनुरोध भेजा जा रहा है...",
|
|
@@ -214,6 +221,7 @@ export const hiDict: Record<string, string> = {
|
|
|
214
221
|
"Translate again": "पुनः अनुवाद करें",
|
|
215
222
|
"Translate on Backend": "बैकएंड पर अनुवाद करें",
|
|
216
223
|
Translating: "अनुवाद करना",
|
|
224
|
+
"Translating text": "पाठ का अनुवाद",
|
|
217
225
|
"Translating part {current}/{total}...":
|
|
218
226
|
"भाग {current}/{total} का अनुवाद किया जा रहा है...",
|
|
219
227
|
Turkish: "तुर्की",
|
|
@@ -224,12 +232,14 @@ export const hiDict: Record<string, string> = {
|
|
|
224
232
|
"Uploading images via signed URL":
|
|
225
233
|
"हस्ताक्षरित यूआरएल के माध्यम से छवियां अपलोड करना",
|
|
226
234
|
User: "उपयोगकर्ता",
|
|
235
|
+
"View image": "छवि देखें",
|
|
227
236
|
"Using backend": "बैकएंड का उपयोग करना",
|
|
228
237
|
"Using on-device": "डिवाइस पर उपयोग करना",
|
|
229
238
|
"Waiting for backend response…": "बैकएंड से प्रतिक्रिया की प्रतीक्षा है…",
|
|
230
239
|
"Waiting for response...": "प्रतिक्रिया की प्रतीक्षा...",
|
|
231
240
|
Why: "क्यों",
|
|
232
241
|
"Working…": "काम हो रहा है…",
|
|
242
|
+
"Working...": "काम हो रहा है…",
|
|
233
243
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
234
244
|
Write: "लिखें",
|
|
235
245
|
"Writing part {current}/{total}...":
|
package/src/i18n/hu.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const huDict: Record<string, string> = {
|
|
|
31
31
|
casual: "közvetlen",
|
|
32
32
|
Categories: "Kategóriák",
|
|
33
33
|
"Checking capabilities…": "Képességek ellenőrzése…",
|
|
34
|
+
"Checking capabilities...": "Képességek ellenőrzése…",
|
|
34
35
|
Chinese: "kínai",
|
|
35
36
|
Clear: "Törlés",
|
|
36
37
|
"Clear audio": "Hang törlése",
|
|
@@ -52,6 +53,7 @@ export const huDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "Nyelvfelismerés",
|
|
53
54
|
"Done.": "Kész.",
|
|
54
55
|
"Downloading model…": "Modell letöltése…",
|
|
56
|
+
"Downloading model...": "Modell letöltése…",
|
|
55
57
|
Dutch: "holland",
|
|
56
58
|
Edit: "Szerkesztés",
|
|
57
59
|
"Empty response": "Üres válasz",
|
|
@@ -70,6 +72,7 @@ export const huDict: Record<string, string> = {
|
|
|
70
72
|
"Generated content": "Generált tartalom",
|
|
71
73
|
"Generating text": "Szöveg generálása",
|
|
72
74
|
"Generating…": "Generálás…",
|
|
75
|
+
"Generating...": "Generálás…",
|
|
73
76
|
German: "német",
|
|
74
77
|
Headline: "Címsor",
|
|
75
78
|
headline: "főcím",
|
|
@@ -82,13 +85,16 @@ export const huDict: Record<string, string> = {
|
|
|
82
85
|
Hungarian: "magyar",
|
|
83
86
|
"I'm ready to assist you.": "Készen állok segíteni.",
|
|
84
87
|
"Image no longer available": "A kép már nem érhető el",
|
|
88
|
+
"Image preview": "Kép előnézete",
|
|
85
89
|
Indonesian: "indonéz",
|
|
86
90
|
"Initializing on-device AI…": "Az eszközön lévő modell inicializálása…",
|
|
91
|
+
"Initializing on-device AI...": "Az eszközön lévő modell inicializálása…",
|
|
87
92
|
"Inlining images as base64": "Képfeldolgozás",
|
|
88
93
|
"Input and output languages cannot be the same.":
|
|
89
94
|
"A bemeneti és kimeneti nyelvek nem lehetnek azonosak.",
|
|
90
95
|
"Input language": "Beviteli nyelv",
|
|
91
96
|
Instructions: "Utasítások",
|
|
97
|
+
"Interface language": "Kezelőfelület nyelve",
|
|
92
98
|
Italian: "olasz",
|
|
93
99
|
Japanese: "japán",
|
|
94
100
|
"Key Points": "Főbb pontok",
|
|
@@ -162,6 +168,7 @@ export const huDict: Record<string, string> = {
|
|
|
162
168
|
"Search with AI-Kit": "Keresés AI-Kittel",
|
|
163
169
|
"Searching…": "Keresés…",
|
|
164
170
|
"Select or type tags…": "Válassz vagy írj be címkéket…",
|
|
171
|
+
"Select or type tags...": "Válassz vagy írj be címkéket…",
|
|
165
172
|
Send: "Küldés",
|
|
166
173
|
"Sending request to backend…": "Kérés küldése a szervernek…",
|
|
167
174
|
"Sending request to server...": "Kérés küldése a szervernek...",
|
|
@@ -214,6 +221,7 @@ export const huDict: Record<string, string> = {
|
|
|
214
221
|
"Translate again": "Fordítás újra",
|
|
215
222
|
"Translate on Backend": "Fordítás a szerveren",
|
|
216
223
|
Translating: "Fordítás",
|
|
224
|
+
"Translating text": "Szöveg fordítása",
|
|
217
225
|
"Translating part {current}/{total}...":
|
|
218
226
|
"{current}/{total}. rész fordítása...",
|
|
219
227
|
Turkish: "török",
|
|
@@ -223,12 +231,14 @@ export const huDict: Record<string, string> = {
|
|
|
223
231
|
Uploading: "Feltöltés folyamatban",
|
|
224
232
|
"Uploading images via signed URL": "Képek feltöltése aláírt URL-en keresztül",
|
|
225
233
|
User: "Felhasználó",
|
|
234
|
+
"View image": "Kép megtekintése",
|
|
226
235
|
"Using backend": "Szerver használata",
|
|
227
236
|
"Using on-device": "Eszközön belüli használat",
|
|
228
237
|
"Waiting for backend response…": "Várakozás a szerver válaszára…",
|
|
229
238
|
"Waiting for response...": "Várakozás a válaszra...",
|
|
230
239
|
Why: "Miért",
|
|
231
240
|
"Working…": "Dolgozom…",
|
|
241
|
+
"Working...": "Dolgozom…",
|
|
232
242
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
233
243
|
Write: "Írás",
|
|
234
244
|
"Writing part {current}/{total}...": "{current}/{total}. rész írása...",
|
package/src/i18n/id.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const idDict: Record<string, string> = {
|
|
|
31
31
|
casual: "kasual",
|
|
32
32
|
Categories: "Kategori",
|
|
33
33
|
"Checking capabilities…": "Memeriksa kemampuan…",
|
|
34
|
+
"Checking capabilities...": "Memeriksa kemampuan…",
|
|
34
35
|
Chinese: "Cina",
|
|
35
36
|
Clear: "Hapus",
|
|
36
37
|
"Clear audio": "Hapus audio",
|
|
@@ -52,6 +53,7 @@ export const idDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "Mendeteksi bahasa",
|
|
53
54
|
"Done.": "Selesai.",
|
|
54
55
|
"Downloading model…": "Mengunduh model…",
|
|
56
|
+
"Downloading model...": "Mengunduh model…",
|
|
55
57
|
Dutch: "Belanda",
|
|
56
58
|
Edit: "Edit",
|
|
57
59
|
"Empty response": "Jawaban kosong",
|
|
@@ -70,6 +72,7 @@ export const idDict: Record<string, string> = {
|
|
|
70
72
|
"Generated content": "Konten yang dihasilkan",
|
|
71
73
|
"Generating text": "Menghasilkan teks",
|
|
72
74
|
"Generating…": "Sedang menghasilkan…",
|
|
75
|
+
"Generating...": "Sedang menghasilkan…",
|
|
73
76
|
German: "Jerman",
|
|
74
77
|
Headline: "Judul berita",
|
|
75
78
|
headline: "judul",
|
|
@@ -82,13 +85,16 @@ export const idDict: Record<string, string> = {
|
|
|
82
85
|
Hungarian: "Hongaria",
|
|
83
86
|
"I'm ready to assist you.": "Saya siap membantu Anda.",
|
|
84
87
|
"Image no longer available": "Gambar tidak lagi tersedia",
|
|
88
|
+
"Image preview": "Pratinjau gambar",
|
|
85
89
|
Indonesian: "Indonesia",
|
|
86
90
|
"Initializing on-device AI…": "Menginisialisasi AI pada perangkat…",
|
|
91
|
+
"Initializing on-device AI...": "Menginisialisasi AI pada perangkat…",
|
|
87
92
|
"Inlining images as base64": "Menyisipkan gambar sebagai base64",
|
|
88
93
|
"Input and output languages cannot be the same.":
|
|
89
94
|
"Bahasa masukan dan bahasa keluaran tidak boleh sama.",
|
|
90
95
|
"Input language": "Bahasa masukan",
|
|
91
96
|
Instructions: "Instruksi",
|
|
97
|
+
"Interface language": "Bahasa antarmuka",
|
|
92
98
|
Italian: "Italia",
|
|
93
99
|
Japanese: "Jepang",
|
|
94
100
|
"Key Points": "Poin-Poin Penting",
|
|
@@ -163,6 +169,7 @@ export const idDict: Record<string, string> = {
|
|
|
163
169
|
"Search with AI-Kit": "Cari dengan AI-Kit",
|
|
164
170
|
"Searching…": "Sedang mencari…",
|
|
165
171
|
"Select or type tags…": "Pilih atau ketik tag…",
|
|
172
|
+
"Select or type tags...": "Pilih atau ketik tag…",
|
|
166
173
|
Send: "Kirim",
|
|
167
174
|
"Sending request to backend…": "Mengirim permintaan ke backend…",
|
|
168
175
|
"Sending request to server...": "Mengirim permintaan ke server...",
|
|
@@ -215,6 +222,7 @@ export const idDict: Record<string, string> = {
|
|
|
215
222
|
"Translate again": "Terjemahkan lagi",
|
|
216
223
|
"Translate on Backend": "Terjemahkan di Backend",
|
|
217
224
|
Translating: "Menerjemahkan",
|
|
225
|
+
"Translating text": "Menerjemahkan teks",
|
|
218
226
|
"Translating part {current}/{total}...":
|
|
219
227
|
"Menerjemahkan bagian {current}/{total}...",
|
|
220
228
|
Turkish: "Turki",
|
|
@@ -225,12 +233,14 @@ export const idDict: Record<string, string> = {
|
|
|
225
233
|
"Uploading images via signed URL":
|
|
226
234
|
"Mengunggah gambar melalui URL yang ditandatangani",
|
|
227
235
|
User: "Pengguna",
|
|
236
|
+
"View image": "Lihat gambar",
|
|
228
237
|
"Using backend": "Menggunakan backend",
|
|
229
238
|
"Using on-device": "Menggunakan perangkat",
|
|
230
239
|
"Waiting for backend response…": "Menunggu respons dari backend…",
|
|
231
240
|
"Waiting for response...": "Menunggu respons...",
|
|
232
241
|
Why: "Mengapa",
|
|
233
242
|
"Working…": "Memproses…",
|
|
243
|
+
"Working...": "Memproses…",
|
|
234
244
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
235
245
|
Write: "Tulis",
|
|
236
246
|
"Writing part {current}/{total}...": "Menulis bagian {current}/{total}...",
|
package/src/i18n/it.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const itDict: Record<string, string> = {
|
|
|
31
31
|
casual: "casuale",
|
|
32
32
|
Categories: "Categorie",
|
|
33
33
|
"Checking capabilities…": "Verifica delle capacità…",
|
|
34
|
+
"Checking capabilities...": "Verifica delle capacità…",
|
|
34
35
|
Chinese: "cinese",
|
|
35
36
|
Clear: "Cancella",
|
|
36
37
|
"Clear audio": "Cancella audio",
|
|
@@ -54,6 +55,7 @@ export const itDict: Record<string, string> = {
|
|
|
54
55
|
"Detecting language": "Rilevamento del linguaggio",
|
|
55
56
|
"Done.": "Fatto.",
|
|
56
57
|
"Downloading model…": "Download del modello in corso…",
|
|
58
|
+
"Downloading model...": "Download del modello in corso…",
|
|
57
59
|
Dutch: "Olandese",
|
|
58
60
|
Edit: "Modifica",
|
|
59
61
|
"Empty response": "Risposta vuota",
|
|
@@ -72,6 +74,7 @@ export const itDict: Record<string, string> = {
|
|
|
72
74
|
"Generated content": "Contenuto generato",
|
|
73
75
|
"Generating text": "Generazione di testo",
|
|
74
76
|
"Generating…": "Generazione in corso…",
|
|
77
|
+
"Generating...": "Generazione in corso…",
|
|
75
78
|
German: "tedesco",
|
|
76
79
|
Headline: "Titolo",
|
|
77
80
|
headline: "titolo",
|
|
@@ -84,13 +87,16 @@ export const itDict: Record<string, string> = {
|
|
|
84
87
|
Hungarian: "ungherese",
|
|
85
88
|
"I'm ready to assist you.": "Sono pronto ad aiutarti.",
|
|
86
89
|
"Image no longer available": "L’immagine non è più disponibile",
|
|
90
|
+
"Image preview": "Anteprima immagine",
|
|
87
91
|
Indonesian: "indonesiano",
|
|
88
92
|
"Initializing on-device AI…": "Inizializzazione dell'IA sul dispositivo…",
|
|
93
|
+
"Initializing on-device AI...": "Inizializzazione dell'IA sul dispositivo…",
|
|
89
94
|
"Inlining images as base64": "Incorporamento delle immagini come base64",
|
|
90
95
|
"Input and output languages cannot be the same.":
|
|
91
96
|
"Le lingue di input e di output non possono essere uguali.",
|
|
92
97
|
"Input language": "Lingua di input",
|
|
93
98
|
Instructions: "Istruzioni",
|
|
99
|
+
"Interface language": "Lingua dell'interfaccia",
|
|
94
100
|
Italian: "Italiano",
|
|
95
101
|
Japanese: "giapponese",
|
|
96
102
|
"Key Points": "Punti chiave",
|
|
@@ -165,6 +171,7 @@ export const itDict: Record<string, string> = {
|
|
|
165
171
|
"Search with AI-Kit": "Cerca con AI-Kit",
|
|
166
172
|
"Searching…": "Ricerca in corso…",
|
|
167
173
|
"Select or type tags…": "Seleziona o digita i tag…",
|
|
174
|
+
"Select or type tags...": "Seleziona o digita i tag…",
|
|
168
175
|
Send: "Invia",
|
|
169
176
|
"Sending request to backend…": "Invio della richiesta al backend…",
|
|
170
177
|
"Sending request to server...": "Invio richiesta al server...",
|
|
@@ -217,6 +224,7 @@ export const itDict: Record<string, string> = {
|
|
|
217
224
|
"Translate again": "Traduci di nuovo",
|
|
218
225
|
"Translate on Backend": "Traduci sul backend",
|
|
219
226
|
Translating: "Traduzione",
|
|
227
|
+
"Translating text": "Traduzione del testo",
|
|
220
228
|
"Translating part {current}/{total}...":
|
|
221
229
|
"Traduzione della parte {current}/{total}...",
|
|
222
230
|
Turkish: "turco",
|
|
@@ -227,12 +235,14 @@ export const itDict: Record<string, string> = {
|
|
|
227
235
|
"Uploading images via signed URL":
|
|
228
236
|
"Caricamento di immagini tramite URL firmato",
|
|
229
237
|
User: "Utente",
|
|
238
|
+
"View image": "Visualizza immagine",
|
|
230
239
|
"Using backend": "Utilizzo del backend",
|
|
231
240
|
"Using on-device": "Utilizzo sul dispositivo",
|
|
232
241
|
"Waiting for backend response…": "In attesa della risposta del backend…",
|
|
233
242
|
"Waiting for response...": "In attesa di risposta...",
|
|
234
243
|
Why: "Perché",
|
|
235
244
|
"Working…": "Elaborazione…",
|
|
245
|
+
"Working...": "Elaborazione…",
|
|
236
246
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
237
247
|
Write: "Scrivi",
|
|
238
248
|
"Writing part {current}/{total}...":
|
package/src/i18n/ja.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const jaDict: Record<string, string> = {
|
|
|
31
31
|
casual: "カジュアル",
|
|
32
32
|
Categories: "カテゴリ",
|
|
33
33
|
"Checking capabilities…": "機能を確認しています…",
|
|
34
|
+
"Checking capabilities...": "機能を確認しています…",
|
|
34
35
|
Chinese: "中国語",
|
|
35
36
|
Clear: "クリア",
|
|
36
37
|
"Clear audio": "音声をクリア",
|
|
@@ -53,6 +54,7 @@ export const jaDict: Record<string, string> = {
|
|
|
53
54
|
"Detecting language": "言語の検出",
|
|
54
55
|
"Done.": "終わり。",
|
|
55
56
|
"Downloading model…": "モデルをダウンロードしています…",
|
|
57
|
+
"Downloading model...": "モデルをダウンロードしています…",
|
|
56
58
|
Dutch: "オランダ語",
|
|
57
59
|
Edit: "編集",
|
|
58
60
|
"Empty response": "空の回答",
|
|
@@ -71,6 +73,7 @@ export const jaDict: Record<string, string> = {
|
|
|
71
73
|
"Generated content": "生成されたコンテンツ",
|
|
72
74
|
"Generating text": "テキストの生成",
|
|
73
75
|
"Generating…": "生成中…",
|
|
76
|
+
"Generating...": "生成中…",
|
|
74
77
|
German: "ドイツ語",
|
|
75
78
|
Headline: "見出し",
|
|
76
79
|
headline: "見出し",
|
|
@@ -83,13 +86,16 @@ export const jaDict: Record<string, string> = {
|
|
|
83
86
|
Hungarian: "ハンガリー語",
|
|
84
87
|
"I'm ready to assist you.": "お手伝いの準備ができました。",
|
|
85
88
|
"Image no longer available": "画像は利用できなくなりました",
|
|
89
|
+
"Image preview": "画像プレビュー",
|
|
86
90
|
Indonesian: "インドネシア語",
|
|
87
91
|
"Initializing on-device AI…": "デバイス上の AI を初期化しています…",
|
|
92
|
+
"Initializing on-device AI...": "デバイス上の AI を初期化しています…",
|
|
88
93
|
"Inlining images as base64": "画像をbase64としてインライン化する",
|
|
89
94
|
"Input and output languages cannot be the same.":
|
|
90
95
|
"入力言語と出力言語を同じにすることはできません。",
|
|
91
96
|
"Input language": "入力言語",
|
|
92
97
|
Instructions: "説明書",
|
|
98
|
+
"Interface language": "インターフェース言語",
|
|
93
99
|
Italian: "イタリア語",
|
|
94
100
|
Japanese: "日本語",
|
|
95
101
|
"Key Points": "要点",
|
|
@@ -164,6 +170,7 @@ export const jaDict: Record<string, string> = {
|
|
|
164
170
|
"Search with AI-Kit": "AI-Kitで検索",
|
|
165
171
|
"Searching…": "検索中…",
|
|
166
172
|
"Select or type tags…": "タグを選択または入力…",
|
|
173
|
+
"Select or type tags...": "タグを選択または入力…",
|
|
167
174
|
Send: "送信",
|
|
168
175
|
"Sending request to backend…": "バックエンドにリクエストを送信しています…",
|
|
169
176
|
"Sending request to server...": "サーバーにリクエストを送信中...",
|
|
@@ -215,6 +222,7 @@ export const jaDict: Record<string, string> = {
|
|
|
215
222
|
"Translate again": "もう一度翻訳する",
|
|
216
223
|
"Translate on Backend": "バックエンドで翻訳",
|
|
217
224
|
Translating: "翻訳",
|
|
225
|
+
"Translating text": "テキストを翻訳中",
|
|
218
226
|
"Translating part {current}/{total}...":
|
|
219
227
|
"パート {current}/{total} を翻訳しています...",
|
|
220
228
|
Turkish: "トルコ語",
|
|
@@ -224,12 +232,14 @@ export const jaDict: Record<string, string> = {
|
|
|
224
232
|
Uploading: "アップロード中",
|
|
225
233
|
"Uploading images via signed URL": "署名付きURL経由で画像をアップロードする",
|
|
226
234
|
User: "ユーザー",
|
|
235
|
+
"View image": "画像を表示",
|
|
227
236
|
"Using backend": "バックエンドの使用",
|
|
228
237
|
"Using on-device": "デバイス上での使用",
|
|
229
238
|
"Waiting for backend response…": "バックエンドの応答を待っています…",
|
|
230
239
|
"Waiting for response...": "応答を待機中...",
|
|
231
240
|
Why: "なぜ",
|
|
232
241
|
"Working…": "処理中…",
|
|
242
|
+
"Working...": "処理中…",
|
|
233
243
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
234
244
|
Write: "作成",
|
|
235
245
|
"Writing part {current}/{total}...":
|
package/src/i18n/ko.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const koDict: Record<string, string> = {
|
|
|
31
31
|
casual: "평상복",
|
|
32
32
|
Categories: "카테고리",
|
|
33
33
|
"Checking capabilities…": "기능을 확인하는 중…",
|
|
34
|
+
"Checking capabilities...": "기능을 확인하는 중…",
|
|
34
35
|
Chinese: "중국인",
|
|
35
36
|
Clear: "지우기",
|
|
36
37
|
"Clear audio": "오디오 지우기",
|
|
@@ -52,6 +53,7 @@ export const koDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "언어 감지",
|
|
53
54
|
"Done.": "완료.",
|
|
54
55
|
"Downloading model…": "모델 다운로드 중…",
|
|
56
|
+
"Downloading model...": "모델 다운로드 중…",
|
|
55
57
|
Dutch: "네덜란드 사람",
|
|
56
58
|
Edit: "편집",
|
|
57
59
|
"Empty response": "빈 응답",
|
|
@@ -69,6 +71,7 @@ export const koDict: Record<string, string> = {
|
|
|
69
71
|
"Generated content": "생성된 콘텐츠",
|
|
70
72
|
"Generating text": "텍스트 생성",
|
|
71
73
|
"Generating…": "생성 중…",
|
|
74
|
+
"Generating...": "생성 중…",
|
|
72
75
|
German: "독일 사람",
|
|
73
76
|
Headline: "표제",
|
|
74
77
|
headline: "표제",
|
|
@@ -81,13 +84,16 @@ export const koDict: Record<string, string> = {
|
|
|
81
84
|
Hungarian: "헝가리 인",
|
|
82
85
|
"I'm ready to assist you.": "도와드릴 준비가 되었습니다.",
|
|
83
86
|
"Image no longer available": "이미지를 더 이상 사용할 수 없습니다",
|
|
87
|
+
"Image preview": "이미지 미리보기",
|
|
84
88
|
Indonesian: "인도네시아 인",
|
|
85
89
|
"Initializing on-device AI…": "기기 내 AI 초기화 중…",
|
|
90
|
+
"Initializing on-device AI...": "기기 내 AI 초기화 중…",
|
|
86
91
|
"Inlining images as base64": "이미지를 base64 형식으로 인라인 처리",
|
|
87
92
|
"Input and output languages cannot be the same.":
|
|
88
93
|
"입력 언어와 출력 언어는 서로 다를 수 있습니다.",
|
|
89
94
|
"Input language": "입력 언어",
|
|
90
95
|
Instructions: "지침",
|
|
96
|
+
"Interface language": "인터페이스 언어",
|
|
91
97
|
Italian: "이탈리아 사람",
|
|
92
98
|
Japanese: "일본어",
|
|
93
99
|
"Key Points": "핵심 사항",
|
|
@@ -162,6 +168,7 @@ export const koDict: Record<string, string> = {
|
|
|
162
168
|
"Search with AI-Kit": "AI-Kit으로 검색",
|
|
163
169
|
"Searching…": "수색…",
|
|
164
170
|
"Select or type tags…": "태그를 선택하거나 입력…",
|
|
171
|
+
"Select or type tags...": "태그를 선택하거나 입력…",
|
|
165
172
|
Send: "보내기",
|
|
166
173
|
"Sending request to backend…": "백엔드로 요청을 보내는 중…",
|
|
167
174
|
"Sending request to server...": "서버로 요청 전송 중...",
|
|
@@ -213,6 +220,7 @@ export const koDict: Record<string, string> = {
|
|
|
213
220
|
"Translate again": "다시 번역하기",
|
|
214
221
|
"Translate on Backend": "백엔드에서 번역",
|
|
215
222
|
Translating: "번역하기",
|
|
223
|
+
"Translating text": "텍스트 번역 중",
|
|
216
224
|
"Translating part {current}/{total}...":
|
|
217
225
|
"{current}/{total} 부분을 번역하는 중...",
|
|
218
226
|
Turkish: "터키어",
|
|
@@ -222,12 +230,14 @@ export const koDict: Record<string, string> = {
|
|
|
222
230
|
Uploading: "업로드 중",
|
|
223
231
|
"Uploading images via signed URL": "서명된 URL을 통해 이미지 업로드",
|
|
224
232
|
User: "사용자",
|
|
233
|
+
"View image": "이미지 보기",
|
|
225
234
|
"Using backend": "백엔드 사용",
|
|
226
235
|
"Using on-device": "기기 내에서 사용",
|
|
227
236
|
"Waiting for backend response…": "백엔드 응답을 기다리는 중입니다…",
|
|
228
237
|
"Waiting for response...": "응답 대기 중...",
|
|
229
238
|
Why: "왜",
|
|
230
239
|
"Working…": "작업 중…",
|
|
240
|
+
"Working...": "작업 중…",
|
|
231
241
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
232
242
|
Write: "작성",
|
|
233
243
|
"Writing part {current}/{total}...":
|
package/src/i18n/nb.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const nbDict: Record<string, string> = {
|
|
|
31
31
|
casual: "tilfeldig",
|
|
32
32
|
Categories: "Kategorier",
|
|
33
33
|
"Checking capabilities…": "Sjekker muligheter…",
|
|
34
|
+
"Checking capabilities...": "Sjekker muligheter…",
|
|
34
35
|
Chinese: "kinesisk",
|
|
35
36
|
Clear: "Tøm",
|
|
36
37
|
"Clear audio": "Fjern lyd",
|
|
@@ -52,6 +53,7 @@ export const nbDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "Oppdager språk",
|
|
53
54
|
"Done.": "Ferdig.",
|
|
54
55
|
"Downloading model…": "Laster ned modell…",
|
|
56
|
+
"Downloading model...": "Laster ned modell…",
|
|
55
57
|
Dutch: "Nederlandsk",
|
|
56
58
|
Edit: "Rediger",
|
|
57
59
|
"Empty response": "Tomt svar",
|
|
@@ -69,6 +71,7 @@ export const nbDict: Record<string, string> = {
|
|
|
69
71
|
"Generated content": "Generert innhold",
|
|
70
72
|
"Generating text": "Generering av tekst",
|
|
71
73
|
"Generating…": "Genererer…",
|
|
74
|
+
"Generating...": "Genererer…",
|
|
72
75
|
German: "Tysk",
|
|
73
76
|
Headline: "Overskrift",
|
|
74
77
|
headline: "overskrift",
|
|
@@ -81,13 +84,16 @@ export const nbDict: Record<string, string> = {
|
|
|
81
84
|
Hungarian: "Ungarsk",
|
|
82
85
|
"I'm ready to assist you.": "Jeg er klar til å hjelpe deg.",
|
|
83
86
|
"Image no longer available": "Bildet er ikke lenger tilgjengelig",
|
|
87
|
+
"Image preview": "Forhåndsvisning av bilde",
|
|
84
88
|
Indonesian: "Indonesisk",
|
|
85
89
|
"Initializing on-device AI…": "Initialiserer AI på enheten …",
|
|
90
|
+
"Initializing on-device AI...": "Initialiserer AI på enheten …",
|
|
86
91
|
"Inlining images as base64": "Innebygde bilder som base64",
|
|
87
92
|
"Input and output languages cannot be the same.":
|
|
88
93
|
"Inndata- og utdataspråk kan ikke være de samme.",
|
|
89
94
|
"Input language": "Inndataspråk",
|
|
90
95
|
Instructions: "Instruksjoner",
|
|
96
|
+
"Interface language": "Grensesnittspråk",
|
|
91
97
|
Italian: "Italiensk",
|
|
92
98
|
Japanese: "japansk",
|
|
93
99
|
"Key Points": "Viktige punkter",
|
|
@@ -161,6 +167,7 @@ export const nbDict: Record<string, string> = {
|
|
|
161
167
|
"Search with AI-Kit": "Søk med AI-Kit",
|
|
162
168
|
"Searching…": "Søker…",
|
|
163
169
|
"Select or type tags…": "Velg eller skriv inn tagger…",
|
|
170
|
+
"Select or type tags...": "Velg eller skriv inn tagger…",
|
|
164
171
|
Send: "Send",
|
|
165
172
|
"Sending request to backend…": "Sender forespørsel til backend…",
|
|
166
173
|
"Sending request to server...": "Sender forespørsel til serveren...",
|
|
@@ -214,6 +221,7 @@ export const nbDict: Record<string, string> = {
|
|
|
214
221
|
"Translate again": "Oversett på nytt",
|
|
215
222
|
"Translate on Backend": "Oversett på backend",
|
|
216
223
|
Translating: "Oversettelse",
|
|
224
|
+
"Translating text": "Oversetter tekst",
|
|
217
225
|
"Translating part {current}/{total}...":
|
|
218
226
|
"Oversetter del {current}/{total}...",
|
|
219
227
|
Turkish: "Tyrkisk",
|
|
@@ -223,12 +231,14 @@ export const nbDict: Record<string, string> = {
|
|
|
223
231
|
Uploading: "Opplasting",
|
|
224
232
|
"Uploading images via signed URL": "Laster opp bilder via signert URL",
|
|
225
233
|
User: "Bruker",
|
|
234
|
+
"View image": "Vis bilde",
|
|
226
235
|
"Using backend": "Bruk av backend",
|
|
227
236
|
"Using on-device": "Bruk på enheten",
|
|
228
237
|
"Waiting for backend response…": "Venter på svar fra bakenden…",
|
|
229
238
|
"Waiting for response...": "Venter på svar...",
|
|
230
239
|
Why: "Hvorfor",
|
|
231
240
|
"Working…": "Jobber…",
|
|
241
|
+
"Working...": "Jobber…",
|
|
232
242
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
233
243
|
Write: "Skriv",
|
|
234
244
|
"Writing part {current}/{total}...": "Skriver del {current}/{total}...",
|
package/src/i18n/nl.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const nlDict: Record<string, string> = {
|
|
|
31
31
|
casual: "casual",
|
|
32
32
|
Categories: "Categorieën",
|
|
33
33
|
"Checking capabilities…": "Mogelijkheden controleren…",
|
|
34
|
+
"Checking capabilities...": "Mogelijkheden controleren…",
|
|
34
35
|
Chinese: "Chinese",
|
|
35
36
|
Clear: "Wissen",
|
|
36
37
|
"Clear audio": "Audio wissen",
|
|
@@ -52,6 +53,7 @@ export const nlDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "Taal detecteren",
|
|
53
54
|
"Done.": "Klaar.",
|
|
54
55
|
"Downloading model…": "Model downloaden…",
|
|
56
|
+
"Downloading model...": "Model downloaden…",
|
|
55
57
|
Dutch: "Nederlands",
|
|
56
58
|
Edit: "Bewerken",
|
|
57
59
|
"Empty response": "Leeg antwoord",
|
|
@@ -69,6 +71,7 @@ export const nlDict: Record<string, string> = {
|
|
|
69
71
|
"Generated content": "Gegenereerde inhoud",
|
|
70
72
|
"Generating text": "Tekst genereren",
|
|
71
73
|
"Generating…": "Genereren…",
|
|
74
|
+
"Generating...": "Genereren…",
|
|
72
75
|
German: "Duits",
|
|
73
76
|
Headline: "Kop",
|
|
74
77
|
headline: "kop",
|
|
@@ -81,13 +84,16 @@ export const nlDict: Record<string, string> = {
|
|
|
81
84
|
Hungarian: "Hongaars",
|
|
82
85
|
"I'm ready to assist you.": "Ik sta klaar om je te helpen.",
|
|
83
86
|
"Image no longer available": "Afbeelding is niet langer beschikbaar",
|
|
87
|
+
"Image preview": "Afbeeldingsvoorbeeld",
|
|
84
88
|
Indonesian: "Indonesisch",
|
|
85
89
|
"Initializing on-device AI…": "AI op het apparaat initialiseren…",
|
|
90
|
+
"Initializing on-device AI...": "AI op het apparaat initialiseren…",
|
|
86
91
|
"Inlining images as base64": "Afbeeldingen inline plaatsen als base64",
|
|
87
92
|
"Input and output languages cannot be the same.":
|
|
88
93
|
"De invoer- en uitvoertaal mogen niet dezelfde zijn.",
|
|
89
94
|
"Input language": "Invoertaal",
|
|
90
95
|
Instructions: "Instructies",
|
|
96
|
+
"Interface language": "Interfacetaal",
|
|
91
97
|
Italian: "Italiaans",
|
|
92
98
|
Japanese: "Japanse",
|
|
93
99
|
"Key Points": "Kernpunten",
|
|
@@ -162,6 +168,7 @@ export const nlDict: Record<string, string> = {
|
|
|
162
168
|
"Search with AI-Kit": "Zoeken met AI-Kit",
|
|
163
169
|
"Searching…": "Zoeken…",
|
|
164
170
|
"Select or type tags…": "Selecteer of typ tags…",
|
|
171
|
+
"Select or type tags...": "Selecteer of typ tags…",
|
|
165
172
|
Send: "Versturen",
|
|
166
173
|
"Sending request to backend…": "Verzoek naar de backend verzenden…",
|
|
167
174
|
"Sending request to server...": "Verzoek naar server verzenden...",
|
|
@@ -215,6 +222,7 @@ export const nlDict: Record<string, string> = {
|
|
|
215
222
|
"Translate again": "Vertaal opnieuw",
|
|
216
223
|
"Translate on Backend": "Vertalen in de backend",
|
|
217
224
|
Translating: "Vertalen",
|
|
225
|
+
"Translating text": "Tekst vertalen",
|
|
218
226
|
"Translating part {current}/{total}...": "Deel {current}/{total} vertalen...",
|
|
219
227
|
Turkish: "Turks",
|
|
220
228
|
Type: "Type",
|
|
@@ -224,12 +232,14 @@ export const nlDict: Record<string, string> = {
|
|
|
224
232
|
"Uploading images via signed URL":
|
|
225
233
|
"Afbeeldingen uploaden via een ondertekende URL",
|
|
226
234
|
User: "Gebruiker",
|
|
235
|
+
"View image": "Afbeelding bekijken",
|
|
227
236
|
"Using backend": "Gebruikmaken van de backend",
|
|
228
237
|
"Using on-device": "Gebruik op het apparaat",
|
|
229
238
|
"Waiting for backend response…": "Wachten op reactie van de backend…",
|
|
230
239
|
"Waiting for response...": "Wachten op antwoord...",
|
|
231
240
|
Why: "Waarom",
|
|
232
241
|
"Working…": "Bezig…",
|
|
242
|
+
"Working...": "Bezig…",
|
|
233
243
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
234
244
|
Write: "Schrijven",
|
|
235
245
|
"Writing part {current}/{total}...": "Deel {current}/{total} schrijven...",
|
package/src/i18n/pl.ts
CHANGED
|
@@ -31,6 +31,7 @@ export const plDict: Record<string, string> = {
|
|
|
31
31
|
casual: "zwykły",
|
|
32
32
|
Categories: "Kategorie",
|
|
33
33
|
"Checking capabilities…": "Sprawdzanie możliwości…",
|
|
34
|
+
"Checking capabilities...": "Sprawdzanie możliwości…",
|
|
34
35
|
Chinese: "chiński",
|
|
35
36
|
Clear: "Wyczyść",
|
|
36
37
|
"Clear audio": "Wyczyść audio",
|
|
@@ -52,6 +53,7 @@ export const plDict: Record<string, string> = {
|
|
|
52
53
|
"Detecting language": "Wykrywanie języka",
|
|
53
54
|
"Done.": "Zrobione.",
|
|
54
55
|
"Downloading model…": "Pobieranie modelu…",
|
|
56
|
+
"Downloading model...": "Pobieranie modelu…",
|
|
55
57
|
Dutch: "Holenderski",
|
|
56
58
|
Edit: "Edytuj",
|
|
57
59
|
"Empty response": "Pusta odpowiedź",
|
|
@@ -70,6 +72,7 @@ export const plDict: Record<string, string> = {
|
|
|
70
72
|
"Generated content": "Wygenerowana treść",
|
|
71
73
|
"Generating text": "Generowanie tekstu",
|
|
72
74
|
"Generating…": "Generowanie…",
|
|
75
|
+
"Generating...": "Generowanie…",
|
|
73
76
|
German: "niemiecki",
|
|
74
77
|
Headline: "Nagłówek",
|
|
75
78
|
headline: "nagłówek",
|
|
@@ -82,14 +85,18 @@ export const plDict: Record<string, string> = {
|
|
|
82
85
|
Hungarian: "węgierski",
|
|
83
86
|
"I'm ready to assist you.": "Jestem gotowy, aby Ci pomóc.",
|
|
84
87
|
"Image no longer available": "Obraz nie jest już dostępny",
|
|
88
|
+
"Image preview": "Podgląd obrazu",
|
|
85
89
|
Indonesian: "indonezyjski",
|
|
86
90
|
"Initializing on-device AI…":
|
|
87
91
|
"Inicjalizacja sztucznej inteligencji na urządzeniu…",
|
|
92
|
+
"Initializing on-device AI...":
|
|
93
|
+
"Inicjalizacja sztucznej inteligencji na urządzeniu…",
|
|
88
94
|
"Inlining images as base64": "Wstawianie obrazów w formacie base64",
|
|
89
95
|
"Input and output languages cannot be the same.":
|
|
90
96
|
"Języki wejściowe i wyjściowe nie mogą być takie same.",
|
|
91
97
|
"Input language": "Język wejściowy",
|
|
92
98
|
Instructions: "Instrukcje",
|
|
99
|
+
"Interface language": "Język interfejsu",
|
|
93
100
|
Italian: "włoski",
|
|
94
101
|
Japanese: "japoński",
|
|
95
102
|
"Key Points": "Kluczowe punkty",
|
|
@@ -164,6 +171,7 @@ export const plDict: Record<string, string> = {
|
|
|
164
171
|
"Search with AI-Kit": "Szukaj za pomocą AI-Kit",
|
|
165
172
|
"Searching…": "Badawczy…",
|
|
166
173
|
"Select or type tags…": "Wybierz lub wpisz tagi…",
|
|
174
|
+
"Select or type tags...": "Wybierz lub wpisz tagi…",
|
|
167
175
|
Send: "Wyślij",
|
|
168
176
|
"Sending request to backend…": "Wysyłanie żądania do zaplecza…",
|
|
169
177
|
"Sending request to server...": "Wysyłanie żądania do serwera...",
|
|
@@ -216,6 +224,7 @@ export const plDict: Record<string, string> = {
|
|
|
216
224
|
"Translate again": "Przetłumacz jeszcze raz",
|
|
217
225
|
"Translate on Backend": "Przetłumacz na zapleczu",
|
|
218
226
|
Translating: "Tłumaczenie",
|
|
227
|
+
"Translating text": "Tłumaczenie tekstu",
|
|
219
228
|
"Translating part {current}/{total}...":
|
|
220
229
|
"Tłumaczenie części {current}/{total}...",
|
|
221
230
|
Turkish: "turecki",
|
|
@@ -226,12 +235,14 @@ export const plDict: Record<string, string> = {
|
|
|
226
235
|
"Uploading images via signed URL":
|
|
227
236
|
"Przesyłanie obrazów za pomocą podpisanego adresu URL",
|
|
228
237
|
User: "Użytkownik",
|
|
238
|
+
"View image": "Wyświetl obraz",
|
|
229
239
|
"Using backend": "Korzystanie z zaplecza",
|
|
230
240
|
"Using on-device": "Korzystanie z urządzenia",
|
|
231
241
|
"Waiting for backend response…": "Oczekiwanie na odpowiedź zaplecza…",
|
|
232
242
|
"Waiting for response...": "Oczekiwanie na odpowiedź...",
|
|
233
243
|
Why: "Dlaczego",
|
|
234
244
|
"Working…": "Pracuję…",
|
|
245
|
+
"Working...": "Pracuję…",
|
|
235
246
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
236
247
|
Write: "Napisz",
|
|
237
248
|
"Writing part {current}/{total}...": "Pisanie części {current}/{total}...",
|