@smart-cloud/ai-kit-ui 1.4.3 → 1.4.5
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.js +6 -6
- package/package.json +2 -2
- package/src/i18n/ar.ts +18 -8
- package/src/i18n/de.ts +19 -8
- package/src/i18n/en.ts +9 -0
- package/src/i18n/es.ts +19 -8
- package/src/i18n/fr.ts +19 -8
- package/src/i18n/he.ts +14 -8
- package/src/i18n/hi.ts +23 -12
- package/src/i18n/hu.ts +17 -8
- package/src/i18n/id.ts +18 -8
- package/src/i18n/it.ts +19 -8
- package/src/i18n/ja.ts +22 -11
- package/src/i18n/ko.ts +23 -12
- package/src/i18n/nb.ts +17 -8
- package/src/i18n/nl.ts +22 -13
- package/src/i18n/pl.ts +27 -17
- package/src/i18n/pt.ts +19 -8
- package/src/i18n/ru.ts +17 -8
- package/src/i18n/sv.ts +17 -8
- package/src/i18n/th.ts +20 -10
- package/src/i18n/tr.ts +49 -39
- package/src/i18n/ua.ts +19 -8
- package/src/i18n/zh.ts +22 -13
package/src/i18n/th.ts
CHANGED
|
@@ -20,9 +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
|
+
"Audio message": "ข้อความเสียง",
|
|
24
|
+
"Audio no longer available": "ไฟล์เสียงไม่พร้อมใช้งานแล้ว",
|
|
25
|
+
"Audio recorded": "บันทึกเสียงแล้ว",
|
|
26
26
|
auto: "อัตโนมัติ",
|
|
27
27
|
"Auto-detect": "ตรวจจับอัตโนมัติ",
|
|
28
28
|
Cancel: "ยกเลิก",
|
|
@@ -33,12 +33,13 @@ export const thDict: Record<string, string> = {
|
|
|
33
33
|
"Checking capabilities…": "ตรวจสอบความสามารถ…",
|
|
34
34
|
Chinese: "ชาวจีน",
|
|
35
35
|
Clear: "",
|
|
36
|
-
"Clear audio": "",
|
|
36
|
+
"Clear audio": "ล้างเสียง",
|
|
37
37
|
"Click again to confirm": "คลิกอีกครั้งเพื่อยืนยัน",
|
|
38
38
|
Close: "ปิด",
|
|
39
39
|
"Close chat": "ปิดแชท",
|
|
40
40
|
Confirm: "ยืนยัน",
|
|
41
41
|
Corrected: "แก้ไขแล้ว",
|
|
42
|
+
"Creating final summary...": "กำลังสร้างสรุปสุดท้าย...",
|
|
42
43
|
"Creating LanguageDetector session": "กำลังสร้างเซสชัน LanguageDetector",
|
|
43
44
|
"Creating LanguageModel session": "กำลังสร้างเซสชันโมเดลภาษา",
|
|
44
45
|
"Creating Proofreader session": "กำลังสร้างเซสชันตรวจสอบพิสูจน์อักษร",
|
|
@@ -78,7 +79,7 @@ export const thDict: Record<string, string> = {
|
|
|
78
79
|
HTML: "เอชแอล",
|
|
79
80
|
Hungarian: "ฮังการี",
|
|
80
81
|
"I'm ready to assist you.": "ฉันพร้อมช่วยคุณแล้ว",
|
|
81
|
-
"Image no longer available": "",
|
|
82
|
+
"Image no longer available": "รูปภาพไม่พร้อมใช้งานแล้ว",
|
|
82
83
|
Indonesian: "ชาวอินโดนีเซีย",
|
|
83
84
|
"Initializing on-device AI…": "กำลังเริ่มต้นใช้งาน AI บนอุปกรณ์…",
|
|
84
85
|
"Inlining images as base64": "การแทรกรูปภาพในรูปแบบ base64",
|
|
@@ -92,8 +93,8 @@ export const thDict: Record<string, string> = {
|
|
|
92
93
|
"key-points": "ประเด็นสำคัญ",
|
|
93
94
|
Korean: "เกาหลี",
|
|
94
95
|
Length: "ความยาว",
|
|
95
|
-
Long: "
|
|
96
|
-
long: "
|
|
96
|
+
Long: "ยาว",
|
|
97
|
+
long: "ยาว",
|
|
97
98
|
Longer: "นานกว่า",
|
|
98
99
|
longer: "นานกว่า",
|
|
99
100
|
Markdown: "มาร์คดาวน์",
|
|
@@ -127,13 +128,15 @@ export const thDict: Record<string, string> = {
|
|
|
127
128
|
"Proofread again": "ตรวจทานอีกครั้ง",
|
|
128
129
|
"Proofread on Backend": "ตรวจสอบพิสูจน์อักษรในระบบหลังบ้าน",
|
|
129
130
|
Proofreading: "การตรวจทาน",
|
|
131
|
+
"Proofreading part {current}/{total}...":
|
|
132
|
+
"กำลังพิสูจน์อักษรส่วนที่ {current}/{total}...",
|
|
130
133
|
"Ready.": "พร้อมแล้ว",
|
|
131
134
|
"Received backend response.": "ได้รับคำตอบจากระบบแบ็กเอนด์แล้ว",
|
|
132
135
|
"Receiving response...": "กำลังรับคำตอบ...",
|
|
133
136
|
Record: "",
|
|
134
|
-
"Record audio": "",
|
|
137
|
+
"Record audio": "บันทึกเสียง",
|
|
135
138
|
"Recorded audio:": "เสียงที่บันทึกไว้:",
|
|
136
|
-
"Recording...": "",
|
|
139
|
+
"Recording...": "กำลังบันทึก...",
|
|
137
140
|
Reference: "อ้างอิง",
|
|
138
141
|
References: "อ้างอิง",
|
|
139
142
|
Regenerate: "สร้างใหม่",
|
|
@@ -148,6 +151,8 @@ export const thDict: Record<string, string> = {
|
|
|
148
151
|
Rewrite: "เขียนใหม่",
|
|
149
152
|
"Rewrite again": "เขียนใหม่อีกครั้ง",
|
|
150
153
|
"Rewrite on Backend": "เขียนใหม่บนแบ็กเอนด์",
|
|
154
|
+
"Rewriting part {current}/{total}...":
|
|
155
|
+
"กำลังเขียนส่วนที่ {current}/{total} ใหม่...",
|
|
151
156
|
"Rewriting text": "การเขียนข้อความใหม่",
|
|
152
157
|
"Running on-device...": "กำลังทำงานบนอุปกรณ์...",
|
|
153
158
|
Russian: "รัสเซีย",
|
|
@@ -168,13 +173,15 @@ export const thDict: Record<string, string> = {
|
|
|
168
173
|
Sources: "แหล่งที่มา",
|
|
169
174
|
Spanish: "ภาษาสเปน",
|
|
170
175
|
Stop: "หยุด",
|
|
171
|
-
"Stop recording": "",
|
|
176
|
+
"Stop recording": "หยุดบันทึก",
|
|
172
177
|
Subcategories: "หมวดย่อย",
|
|
173
178
|
"Suggested change": "การเปลี่ยนแปลงที่แนะนำ",
|
|
174
179
|
Summarize: "สรุป",
|
|
175
180
|
"Summarize again": "สรุปอีกครั้ง",
|
|
176
181
|
"Summarize on Backend": "สรุปเกี่ยวกับส่วนแบ็กเอนด์",
|
|
177
182
|
Summarizing: "โดยสรุป",
|
|
183
|
+
"Summarizing part {current}/{total}...":
|
|
184
|
+
"กำลังสรุปส่วนที่ {current}/{total}...",
|
|
178
185
|
Swedish: "สวีเดน",
|
|
179
186
|
Tags: "แท็ก",
|
|
180
187
|
Teaser: "ตัวอย่างเรียกน้ำย่อย",
|
|
@@ -205,6 +212,8 @@ export const thDict: Record<string, string> = {
|
|
|
205
212
|
"Translate again": "แปลอีกครั้ง",
|
|
206
213
|
"Translate on Backend": "แปลบนระบบแบ็กเอนด์",
|
|
207
214
|
Translating: "การแปล",
|
|
215
|
+
"Translating part {current}/{total}...":
|
|
216
|
+
"กำลังแปลส่วนที่ {current}/{total}...",
|
|
208
217
|
Turkish: "ตุรกี",
|
|
209
218
|
Type: "พิมพ์",
|
|
210
219
|
Ukrainian: "ยูเครน",
|
|
@@ -220,6 +229,7 @@ export const thDict: Record<string, string> = {
|
|
|
220
229
|
"Working…": "กำลังทำงาน…",
|
|
221
230
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
222
231
|
Write: "เขียน",
|
|
232
|
+
"Writing part {current}/{total}...": "กำลังเขียนส่วนที่ {current}/{total}...",
|
|
223
233
|
Yes: "ใช่",
|
|
224
234
|
"You need a subscription to use this feature on frontend.":
|
|
225
235
|
"คุณต้องสมัครสมาชิกเพื่อใช้งานฟีเจอร์นี้ในส่วนหน้าเว็บไซต์",
|
package/src/i18n/tr.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const trDict: Record<string, string> = {
|
|
2
2
|
"--- Select ---": "--- Seç ---",
|
|
3
3
|
Accept: "Kabul etmek",
|
|
4
|
-
"Accept response": "
|
|
4
|
+
"Accept response": "Yanıtı kabul et",
|
|
5
5
|
Add: "Ekle",
|
|
6
6
|
"Add image": "Resim ekle",
|
|
7
7
|
"Additional instructions to guide the AI.":
|
|
@@ -20,25 +20,26 @@ 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": "",
|
|
24
|
-
"Audio no longer available": "",
|
|
25
|
-
"Audio recorded": "",
|
|
23
|
+
"Audio message": "Sesli mesaj",
|
|
24
|
+
"Audio no longer available": "Ses artık kullanılamıyor",
|
|
25
|
+
"Audio recorded": "Ses kaydedildi",
|
|
26
26
|
auto: "otomatik",
|
|
27
|
-
"Auto-detect": "Otomatik
|
|
28
|
-
Cancel: "
|
|
29
|
-
Caption: "
|
|
27
|
+
"Auto-detect": "Otomatik algılama",
|
|
28
|
+
Cancel: "İptal etmek",
|
|
29
|
+
Caption: "Altyazı",
|
|
30
30
|
Casual: "Samimi",
|
|
31
31
|
casual: "gündelik",
|
|
32
32
|
Categories: "Kategoriler",
|
|
33
33
|
"Checking capabilities…": "Yetenekleri kontrol etme…",
|
|
34
34
|
Chinese: "Çince",
|
|
35
35
|
Clear: "",
|
|
36
|
-
"Clear audio": "",
|
|
36
|
+
"Clear audio": "Sesi temizle",
|
|
37
37
|
"Click again to confirm": "Onaylamak için tekrar tıklayın",
|
|
38
38
|
Close: "Kapat",
|
|
39
39
|
"Close chat": "Sohbeti kapat",
|
|
40
40
|
Confirm: "Onayla",
|
|
41
41
|
Corrected: "Düzeltildi",
|
|
42
|
+
"Creating final summary...": "Son özet oluşturuluyor...",
|
|
42
43
|
"Creating LanguageDetector session":
|
|
43
44
|
"LanguageDetector oturumu oluşturuluyor.",
|
|
44
45
|
"Creating LanguageModel session": "LanguageModel oturumu oluşturuluyor",
|
|
@@ -48,21 +49,21 @@ export const trDict: Record<string, string> = {
|
|
|
48
49
|
"Creating Translator session": "Çevirmen oturumu oluşturuluyor",
|
|
49
50
|
"Creating Writer session": "Yazar Oluşturma Oturumu",
|
|
50
51
|
"Deciding capability": "Yeteneğe karar verme",
|
|
51
|
-
Description: "
|
|
52
|
+
Description: "Tanım",
|
|
52
53
|
"Detecting language": "Dil tespiti",
|
|
53
54
|
"Done.": "Tamamlamak.",
|
|
54
55
|
"Downloading model…": "Model indiriliyor…",
|
|
55
56
|
Dutch: "Flemenkçe",
|
|
56
57
|
Edit: "Düzenle",
|
|
57
58
|
"Empty response": "Boş yanıt",
|
|
58
|
-
English: "
|
|
59
|
+
English: "İngilizce",
|
|
59
60
|
"Enter a search query to start.": "Arama sorgusu girerek başlayın.",
|
|
60
61
|
Error: "Hata",
|
|
61
|
-
Excerpt: "
|
|
62
|
+
Excerpt: "Alıntı",
|
|
62
63
|
Filters: "Filtreler",
|
|
63
64
|
Formal: "Resmi",
|
|
64
65
|
formal: "resmi",
|
|
65
|
-
French: "
|
|
66
|
+
French: "Fransızca",
|
|
66
67
|
Generate: "Oluştur",
|
|
67
68
|
"Generate Image Metadata": "Görsel meta verilerini oluştur",
|
|
68
69
|
"Generate Post Metadata": "Yazı meta verilerini oluştur",
|
|
@@ -72,16 +73,16 @@ export const trDict: Record<string, string> = {
|
|
|
72
73
|
German: "Almanca",
|
|
73
74
|
Headline: "Başlık",
|
|
74
75
|
headline: "başlık",
|
|
75
|
-
Hebrew: "
|
|
76
|
+
Hebrew: "İbranice",
|
|
76
77
|
Hide: "Saklamak",
|
|
77
78
|
Hindi: "Hintçe",
|
|
78
79
|
"Hover highlights to see explanations.":
|
|
79
80
|
"Vurgulanan noktaların üzerine fareyle gelin ve açıklamaları görüntüleyin.",
|
|
80
81
|
HTML: "HTML",
|
|
81
82
|
Hungarian: "Macarca",
|
|
82
|
-
"I'm ready to assist you.": "Size
|
|
83
|
-
"Image no longer available": "",
|
|
84
|
-
Indonesian: "
|
|
83
|
+
"I'm ready to assist you.": "Size yardımcı olmaya hazırım.",
|
|
84
|
+
"Image no longer available": "Görsel artık kullanılamıyor",
|
|
85
|
+
Indonesian: "Endonezyalı",
|
|
85
86
|
"Initializing on-device AI…": "Cihaz üzerinde yapay zeka başlatılıyor…",
|
|
86
87
|
"Inlining images as base64":
|
|
87
88
|
"Görüntüleri base64 olarak satır içine yerleştirme",
|
|
@@ -89,7 +90,7 @@ export const trDict: Record<string, string> = {
|
|
|
89
90
|
"Giriş ve çıkış dilleri aynı olamaz.",
|
|
90
91
|
"Input language": "Giriş dili",
|
|
91
92
|
Instructions: "Talimatlar",
|
|
92
|
-
Italian: "
|
|
93
|
+
Italian: "İtalyan",
|
|
93
94
|
Japanese: "Japonca",
|
|
94
95
|
"Key Points": "Önemli Noktalar",
|
|
95
96
|
"key-points": "önemli noktalar",
|
|
@@ -109,7 +110,7 @@ export const trDict: Record<string, string> = {
|
|
|
109
110
|
"more-formal": "daha resmi",
|
|
110
111
|
Neutral: "Doğal",
|
|
111
112
|
neutral: "doğal",
|
|
112
|
-
No: "
|
|
113
|
+
No: "Hayır",
|
|
113
114
|
"No content generated.": "İçerik oluşturulmadı.",
|
|
114
115
|
"No issues found. Your text looks great!":
|
|
115
116
|
"Herhangi bir sorun bulunmadı. Metniniz harika görünüyor!",
|
|
@@ -124,64 +125,70 @@ export const trDict: Record<string, string> = {
|
|
|
124
125
|
"Plain Text": "Düz metin",
|
|
125
126
|
Polish: "Lehçe",
|
|
126
127
|
Portuguese: "Portekizce",
|
|
127
|
-
"Powered by": "
|
|
128
|
+
"Powered by": "Tarafından desteklenmektedir",
|
|
128
129
|
Preview: "Önizleme",
|
|
129
130
|
Proofread: "Düzeltme işlemini yapın",
|
|
130
131
|
"Proofread again": "Tekrar gözden geçirin",
|
|
131
132
|
"Proofread on Backend": "Arka uçta yazım denetimi yapın",
|
|
132
133
|
Proofreading: "Düzeltme",
|
|
133
|
-
"
|
|
134
|
+
"Proofreading part {current}/{total}...":
|
|
135
|
+
"{current}/{total}. bölüm düzeltiliyor...",
|
|
136
|
+
"Ready.": "Hazır.",
|
|
134
137
|
"Received backend response.": "Arka uçtan yanıt alındı.",
|
|
135
|
-
"Receiving response...": "
|
|
138
|
+
"Receiving response...": "Yanıt alınıyor...",
|
|
136
139
|
Record: "",
|
|
137
|
-
"Record audio": "",
|
|
140
|
+
"Record audio": "Ses kaydet",
|
|
138
141
|
"Recorded audio:": "Kaydedilen ses:",
|
|
139
|
-
"Recording...": "",
|
|
142
|
+
"Recording...": "Kaydediliyor...",
|
|
140
143
|
Reference: "Referans",
|
|
141
144
|
References: "Referanslar",
|
|
142
145
|
Regenerate: "Yeniden oluştur",
|
|
143
146
|
"Regenerate on Backend": "Arka uçta yeniden oluştur",
|
|
144
|
-
"Reject response": "
|
|
145
|
-
"Remove image": "Resmi
|
|
147
|
+
"Reject response": "Yanıtı reddet",
|
|
148
|
+
"Remove image": "Resmi kaldır",
|
|
146
149
|
"Replace with": "Şununla değiştirin:",
|
|
147
|
-
"Requesting signed URL": "
|
|
148
|
-
Reset: "
|
|
150
|
+
"Requesting signed URL": "İmzalı URL isteniyor",
|
|
151
|
+
Reset: "Sıfırla",
|
|
149
152
|
"Reset conversation": "Konuşmayı sıfırla",
|
|
150
153
|
"Restore size": "Boyutu geri yükle",
|
|
151
154
|
Rewrite: "Yeniden yaz",
|
|
152
|
-
"Rewrite again": "Tekrar
|
|
155
|
+
"Rewrite again": "Tekrar yazın",
|
|
153
156
|
"Rewrite on Backend": "Arka uçta yeniden yazma",
|
|
157
|
+
"Rewriting part {current}/{total}...":
|
|
158
|
+
"{current}/{total}. bölüm yeniden yazılıyor...",
|
|
154
159
|
"Rewriting text": "Metni yeniden yazmak",
|
|
155
160
|
"Running on-device...": "Cihazda çalışıyor...",
|
|
156
161
|
Russian: "Rusça",
|
|
157
162
|
Search: "Aramak",
|
|
158
163
|
"Search the documentation…": "Dokümantasyonda arama yapın…",
|
|
159
|
-
"Search with AI-Kit": "AI-Kit ile arama
|
|
164
|
+
"Search with AI-Kit": "AI-Kit ile arama yapın",
|
|
160
165
|
"Searching…": "Arama…",
|
|
161
166
|
"Select or type tags…": "Etiketleri seçin veya yazın…",
|
|
162
167
|
Send: "Gönder",
|
|
163
168
|
"Sending request to backend…": "Arka uca istek gönderiliyor…",
|
|
164
169
|
"Sending request to server...": "Sunucuya istek gönderiliyor...",
|
|
165
|
-
Short: "
|
|
166
|
-
short: "
|
|
167
|
-
Shorter: "Daha
|
|
168
|
-
shorter: "daha
|
|
170
|
+
Short: "Kısa",
|
|
171
|
+
short: "kısa",
|
|
172
|
+
Shorter: "Daha kısa",
|
|
173
|
+
shorter: "daha kısa",
|
|
169
174
|
Show: "Göstermek",
|
|
170
175
|
"Something went wrong.": "Bir şeyler ters gitti.",
|
|
171
176
|
Sources: "Kaynaklar",
|
|
172
|
-
Spanish: "
|
|
177
|
+
Spanish: "İspanyol",
|
|
173
178
|
Stop: "Durmak",
|
|
174
|
-
"Stop recording": "",
|
|
179
|
+
"Stop recording": "Kaydı durdur",
|
|
175
180
|
Subcategories: "Alt kategoriler",
|
|
176
181
|
"Suggested change": "Önerilen değişiklik",
|
|
177
182
|
Summarize: "Özetleyin",
|
|
178
183
|
"Summarize again": "Tekrar özetleyin",
|
|
179
184
|
"Summarize on Backend": "Arka uç hakkında özet",
|
|
180
185
|
Summarizing: "Özetleme",
|
|
186
|
+
"Summarizing part {current}/{total}...":
|
|
187
|
+
"{current}/{total}. bölüm özetleniyor...",
|
|
181
188
|
Swedish: "İsveççe",
|
|
182
189
|
Tags: "Etiketler",
|
|
183
|
-
Teaser: "
|
|
184
|
-
teaser: "
|
|
190
|
+
Teaser: "Tanıtım videosu",
|
|
191
|
+
teaser: "tanıtım videosu",
|
|
185
192
|
Thai: "Tayland",
|
|
186
193
|
"The alt text for the image.": "Görselin alternatif metni.",
|
|
187
194
|
"The caption for the image.": "Görselin altındaki açıklama.",
|
|
@@ -209,21 +216,24 @@ export const trDict: Record<string, string> = {
|
|
|
209
216
|
"Translate again": "Tekrar çevir",
|
|
210
217
|
"Translate on Backend": "Arka uçta çeviri yap",
|
|
211
218
|
Translating: "Çeviri",
|
|
219
|
+
"Translating part {current}/{total}...":
|
|
220
|
+
"{current}/{total}. bölüm çevriliyor...",
|
|
212
221
|
Turkish: "Türkçe",
|
|
213
222
|
Type: "Tip",
|
|
214
223
|
Ukrainian: "Ukrayna",
|
|
215
224
|
"Unexpected error": "Beklenmeyen hata",
|
|
216
225
|
Uploading: "Yükleniyor",
|
|
217
226
|
"Uploading images via signed URL": "İmzalı URL üzerinden resim yükleme",
|
|
218
|
-
User: "
|
|
227
|
+
User: "Kullanıcı",
|
|
219
228
|
"Using backend": "Arka uç kullanımı",
|
|
220
229
|
"Using on-device": "Cihaz üzerinde kullanılıyor",
|
|
221
230
|
"Waiting for backend response…": "Arka uçtan yanıt bekleniyor…",
|
|
222
|
-
"Waiting for response...": "
|
|
231
|
+
"Waiting for response...": "Yanıt bekleniyor...",
|
|
223
232
|
Why: "Neden",
|
|
224
233
|
"Working…": "Çalışıyor…",
|
|
225
234
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
226
235
|
Write: "Yaz",
|
|
236
|
+
"Writing part {current}/{total}...": "{current}/{total}. bölüm yazılıyor...",
|
|
227
237
|
Yes: "Evet",
|
|
228
238
|
"You need a subscription to use this feature on frontend.":
|
|
229
239
|
"Ön uçta bu özelliği kullanmak için aboneliğe ihtiyacınız var.",
|
package/src/i18n/ua.ts
CHANGED
|
@@ -20,9 +20,9 @@ export const uaDict: 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
|
+
"Audio message": "Аудіоповідомлення",
|
|
24
|
+
"Audio no longer available": "Аудіо більше недоступне",
|
|
25
|
+
"Audio recorded": "Аудіо записано",
|
|
26
26
|
auto: "авто",
|
|
27
27
|
"Auto-detect": "Автоматичне визначення",
|
|
28
28
|
Cancel: "Скасувати",
|
|
@@ -33,12 +33,13 @@ export const uaDict: Record<string, string> = {
|
|
|
33
33
|
"Checking capabilities…": "Перевірка можливостей…",
|
|
34
34
|
Chinese: "китайська",
|
|
35
35
|
Clear: "",
|
|
36
|
-
"Clear audio": "",
|
|
36
|
+
"Clear audio": "Очистити аудіо",
|
|
37
37
|
"Click again to confirm": "Натисніть ще раз, щоб підтвердити",
|
|
38
38
|
Close: "Закрити",
|
|
39
39
|
"Close chat": "Закрити чат",
|
|
40
40
|
Confirm: "Підтвердити",
|
|
41
41
|
Corrected: "Виправлено",
|
|
42
|
+
"Creating final summary...": "Створення підсумкового резюме...",
|
|
42
43
|
"Creating LanguageDetector session": "Створення сеансу LanguageDetector",
|
|
43
44
|
"Creating LanguageModel session": "Створення сеансу LanguageModel",
|
|
44
45
|
"Creating Proofreader session": "Створення сеансу коректора",
|
|
@@ -79,7 +80,7 @@ export const uaDict: Record<string, string> = {
|
|
|
79
80
|
HTML: "HTML",
|
|
80
81
|
Hungarian: "Угорська",
|
|
81
82
|
"I'm ready to assist you.": "Я готовий допомогти вам.",
|
|
82
|
-
"Image no longer available": "",
|
|
83
|
+
"Image no longer available": "Зображення більше недоступне",
|
|
83
84
|
Indonesian: "Індонезійська",
|
|
84
85
|
"Initializing on-device AI…": "Ініціалізація штучного інтелекту на пристрої…",
|
|
85
86
|
"Inlining images as base64": "Вбудовування зображень як base64",
|
|
@@ -128,13 +129,15 @@ export const uaDict: Record<string, string> = {
|
|
|
128
129
|
"Proofread again": "Перевірте ще раз",
|
|
129
130
|
"Proofread on Backend": "Коректура на бекенді",
|
|
130
131
|
Proofreading: "Коректура",
|
|
132
|
+
"Proofreading part {current}/{total}...":
|
|
133
|
+
"Вичитується частина {current}/{total}...",
|
|
131
134
|
"Ready.": "Готово.",
|
|
132
135
|
"Received backend response.": "Отримано відповідь від сервера.",
|
|
133
136
|
"Receiving response...": "Отримання відповіді...",
|
|
134
137
|
Record: "",
|
|
135
|
-
"Record audio": "",
|
|
138
|
+
"Record audio": "Записати аудіо",
|
|
136
139
|
"Recorded audio:": "Записане аудіо:",
|
|
137
|
-
"Recording...": "",
|
|
140
|
+
"Recording...": "Триває запис...",
|
|
138
141
|
Reference: "Посилання",
|
|
139
142
|
References: "Посилання",
|
|
140
143
|
Regenerate: "Регенерувати",
|
|
@@ -149,6 +152,8 @@ export const uaDict: Record<string, string> = {
|
|
|
149
152
|
Rewrite: "Переписати",
|
|
150
153
|
"Rewrite again": "Перепишіть ще раз",
|
|
151
154
|
"Rewrite on Backend": "Переписати на бекенді",
|
|
155
|
+
"Rewriting part {current}/{total}...":
|
|
156
|
+
"Переписується частина {current}/{total}...",
|
|
152
157
|
"Rewriting text": "Переписування тексту",
|
|
153
158
|
"Running on-device...": "Виконується на пристрої...",
|
|
154
159
|
Russian: "Російська",
|
|
@@ -169,13 +174,15 @@ export const uaDict: Record<string, string> = {
|
|
|
169
174
|
Sources: "Джерела",
|
|
170
175
|
Spanish: "Іспанська",
|
|
171
176
|
Stop: "СТІЙ",
|
|
172
|
-
"Stop recording": "",
|
|
177
|
+
"Stop recording": "Зупинити запис",
|
|
173
178
|
Subcategories: "Підкатегорії",
|
|
174
179
|
"Suggested change": "Запропонована зміна",
|
|
175
180
|
Summarize: "Підсумувати",
|
|
176
181
|
"Summarize again": "Підсумуйте ще раз",
|
|
177
182
|
"Summarize on Backend": "Підсумувати на серверній частині",
|
|
178
183
|
Summarizing: "Підсумовуючи",
|
|
184
|
+
"Summarizing part {current}/{total}...":
|
|
185
|
+
"Підсумовується частина {current}/{total}...",
|
|
179
186
|
Swedish: "Шведська",
|
|
180
187
|
Tags: "Теги",
|
|
181
188
|
Teaser: "Тизер",
|
|
@@ -207,6 +214,8 @@ export const uaDict: Record<string, string> = {
|
|
|
207
214
|
"Translate again": "Перекласти ще раз",
|
|
208
215
|
"Translate on Backend": "Переклад на серверній частині",
|
|
209
216
|
Translating: "Переклад",
|
|
217
|
+
"Translating part {current}/{total}...":
|
|
218
|
+
"Перекладається частина {current}/{total}...",
|
|
210
219
|
Turkish: "Турецька",
|
|
211
220
|
Type: "Тип",
|
|
212
221
|
Ukrainian: "українська",
|
|
@@ -223,6 +232,8 @@ export const uaDict: Record<string, string> = {
|
|
|
223
232
|
"Working…": "Працюю…",
|
|
224
233
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
225
234
|
Write: "Написати",
|
|
235
|
+
"Writing part {current}/{total}...":
|
|
236
|
+
"Створюється частина {current}/{total}...",
|
|
226
237
|
Yes: "Так",
|
|
227
238
|
"You need a subscription to use this feature on frontend.":
|
|
228
239
|
"Вам потрібна підписка, щоб користуватися цією функцією на фронтенді.",
|
package/src/i18n/zh.ts
CHANGED
|
@@ -18,10 +18,10 @@ export const zhDict: Record<string, string> = {
|
|
|
18
18
|
"Ask me": "问我",
|
|
19
19
|
Assistant: "助手",
|
|
20
20
|
"Assistant is thinking…": "助手正在思考……",
|
|
21
|
-
"Audio message": "",
|
|
22
|
-
"Audio no longer available": "",
|
|
23
|
-
"Audio recorded": "",
|
|
24
|
-
auto: "
|
|
21
|
+
"Audio message": "音频消息",
|
|
22
|
+
"Audio no longer available": "音频已不可用",
|
|
23
|
+
"Audio recorded": "音频已录制",
|
|
24
|
+
auto: "汽车",
|
|
25
25
|
"Auto-detect": "自动检测",
|
|
26
26
|
Cancel: "取消",
|
|
27
27
|
Caption: "标题",
|
|
@@ -31,12 +31,13 @@ export const zhDict: Record<string, string> = {
|
|
|
31
31
|
"Checking capabilities…": "正在检查功能……",
|
|
32
32
|
Chinese: "中国人",
|
|
33
33
|
Clear: "",
|
|
34
|
-
"Clear audio": "",
|
|
34
|
+
"Clear audio": "清除音频",
|
|
35
35
|
"Click again to confirm": "再次点击以确认",
|
|
36
36
|
Close: "关闭",
|
|
37
37
|
"Close chat": "关闭聊天",
|
|
38
|
-
Confirm: "
|
|
38
|
+
Confirm: "确认",
|
|
39
39
|
Corrected: "已更正",
|
|
40
|
+
"Creating final summary...": "正在生成最终摘要...",
|
|
40
41
|
"Creating LanguageDetector session": "创建 LanguageDetector 会话",
|
|
41
42
|
"Creating LanguageModel session": "创建 LanguageModel 会话",
|
|
42
43
|
"Creating Proofreader session": "创建校对会议",
|
|
@@ -66,7 +67,7 @@ export const zhDict: Record<string, string> = {
|
|
|
66
67
|
"Generated content": "生成的内容",
|
|
67
68
|
"Generating text": "生成文本",
|
|
68
69
|
"Generating…": "正在生成…",
|
|
69
|
-
German: "
|
|
70
|
+
German: "å¾·è¯",
|
|
70
71
|
Headline: "标题",
|
|
71
72
|
headline: "标题",
|
|
72
73
|
Hebrew: "希伯来语",
|
|
@@ -76,7 +77,7 @@ export const zhDict: Record<string, string> = {
|
|
|
76
77
|
HTML: "HTML",
|
|
77
78
|
Hungarian: "匈牙利",
|
|
78
79
|
"I'm ready to assist you.": "我已准备好为你提供帮助。",
|
|
79
|
-
"Image no longer available": "",
|
|
80
|
+
"Image no longer available": "图片已不可用",
|
|
80
81
|
Indonesian: "印度尼西亚",
|
|
81
82
|
"Initializing on-device AI…": "正在初始化设备端人工智能……",
|
|
82
83
|
"Inlining images as base64": "将图像内联为 base64 格式",
|
|
@@ -120,17 +121,19 @@ export const zhDict: Record<string, string> = {
|
|
|
120
121
|
Portuguese: "葡萄牙语",
|
|
121
122
|
"Powered by": "供电",
|
|
122
123
|
Preview: "预览",
|
|
123
|
-
Proofread: "
|
|
124
|
+
Proofread: "æ ¡å¯¹",
|
|
124
125
|
"Proofread again": "再次校对",
|
|
125
126
|
"Proofread on Backend": "后端校对",
|
|
126
|
-
Proofreading: "
|
|
127
|
+
Proofreading: "æ ¡å¯¹",
|
|
128
|
+
"Proofreading part {current}/{total}...":
|
|
129
|
+
"正在校对第 {current}/{total} 部分...",
|
|
127
130
|
"Ready.": "就绪。",
|
|
128
131
|
"Received backend response.": "已收到后端响应。",
|
|
129
132
|
"Receiving response...": "正在接收响应...",
|
|
130
133
|
Record: "",
|
|
131
|
-
"Record audio": "",
|
|
134
|
+
"Record audio": "录制音频",
|
|
132
135
|
"Recorded audio:": "已录制音频:",
|
|
133
|
-
"Recording...": "",
|
|
136
|
+
"Recording...": "录制中...",
|
|
134
137
|
Reference: "参考",
|
|
135
138
|
References: "参考资料",
|
|
136
139
|
Regenerate: "再生",
|
|
@@ -145,6 +148,7 @@ export const zhDict: Record<string, string> = {
|
|
|
145
148
|
Rewrite: "改写",
|
|
146
149
|
"Rewrite again": "重写",
|
|
147
150
|
"Rewrite on Backend": "后端重写",
|
|
151
|
+
"Rewriting part {current}/{total}...": "正在重写第 {current}/{total} 部分...",
|
|
148
152
|
"Rewriting text": "重写文本",
|
|
149
153
|
"Running on-device...": "正在端侧运行...",
|
|
150
154
|
Russian: "俄语",
|
|
@@ -165,13 +169,15 @@ export const zhDict: Record<string, string> = {
|
|
|
165
169
|
Sources: "来源",
|
|
166
170
|
Spanish: "西班牙语",
|
|
167
171
|
Stop: "停止",
|
|
168
|
-
"Stop recording": "",
|
|
172
|
+
"Stop recording": "停止录制",
|
|
169
173
|
Subcategories: "子分类",
|
|
170
174
|
"Suggested change": "建议的更改",
|
|
171
175
|
Summarize: "总结",
|
|
172
176
|
"Summarize again": "再次总结",
|
|
173
177
|
"Summarize on Backend": "后端总结",
|
|
174
178
|
Summarizing: "总结",
|
|
179
|
+
"Summarizing part {current}/{total}...":
|
|
180
|
+
"正在总结第 {current}/{total} 部分...",
|
|
175
181
|
Swedish: "瑞典",
|
|
176
182
|
Tags: "标签",
|
|
177
183
|
Teaser: "预告片",
|
|
@@ -201,6 +207,8 @@ export const zhDict: Record<string, string> = {
|
|
|
201
207
|
"Translate again": "再次翻译",
|
|
202
208
|
"Translate on Backend": "后端翻译",
|
|
203
209
|
Translating: "翻译",
|
|
210
|
+
"Translating part {current}/{total}...":
|
|
211
|
+
"正在翻译第 {current}/{total} 部分...",
|
|
204
212
|
Turkish: "土耳其",
|
|
205
213
|
Type: "类型",
|
|
206
214
|
Ukrainian: "乌克兰",
|
|
@@ -216,6 +224,7 @@ export const zhDict: Record<string, string> = {
|
|
|
216
224
|
"Working…": "正在处理…",
|
|
217
225
|
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
218
226
|
Write: "撰写",
|
|
227
|
+
"Writing part {current}/{total}...": "正在撰写第 {current}/{total} 部分...",
|
|
219
228
|
Yes: "是",
|
|
220
229
|
"You need a subscription to use this feature on frontend.":
|
|
221
230
|
"您需要订阅才能在前端使用此功能。",
|