@smart-cloud/ai-kit-ui 1.1.39 → 1.1.41
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 +22 -11
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +9 -9
- package/package.json +9 -8
- package/src/ai-feature/AiFeature.tsx +63 -62
- package/src/doc-search/DocSearch.tsx +498 -0
- package/src/doc-search/index.tsx +1 -0
- package/src/i18n/ar.ts +55 -44
- package/src/i18n/de.ts +56 -45
- package/src/i18n/en.ts +56 -45
- package/src/i18n/es.ts +56 -44
- package/src/i18n/fr.ts +56 -44
- package/src/i18n/he.ts +55 -44
- package/src/i18n/hi.ts +55 -44
- package/src/i18n/hu.ts +63 -51
- package/src/i18n/id.ts +56 -44
- package/src/i18n/it.ts +56 -44
- package/src/i18n/ja.ts +56 -45
- package/src/i18n/ko.ts +55 -44
- package/src/i18n/nb.ts +56 -45
- package/src/i18n/nl.ts +56 -45
- package/src/i18n/pl.ts +57 -45
- package/src/i18n/pt.ts +55 -44
- package/src/i18n/ru.ts +56 -45
- package/src/i18n/sv.ts +56 -45
- package/src/i18n/th.ts +55 -44
- package/src/i18n/tr.ts +55 -44
- package/src/i18n/ua.ts +55 -46
- package/src/i18n/zh.ts +54 -43
- package/src/index.tsx +1 -0
- package/src/poweredBy.tsx +39 -0
- package/src/styles/ai-kit-ui.css +22 -11
package/src/i18n/th.ts
CHANGED
|
@@ -1,24 +1,32 @@
|
|
|
1
1
|
export const thDict: Record<string, string> = {
|
|
2
|
-
"
|
|
2
|
+
"--- Select ---": "--- เลือก ---",
|
|
3
3
|
Accept: "ยอมรับ",
|
|
4
4
|
"Accept response": "ยอมรับคำตอบ",
|
|
5
5
|
Add: "เพิ่ม",
|
|
6
6
|
"Add image": "เพิ่มรูปภาพ",
|
|
7
7
|
"Additional instructions to guide the AI.":
|
|
8
8
|
"คำแนะนำเพิ่มเติมเพื่อใช้เป็นแนวทางสำหรับ AI",
|
|
9
|
+
"AI Assistant": "ผู้ช่วย AI",
|
|
10
|
+
"AI Summary": "สรุป AI",
|
|
9
11
|
"Alt Text": "ข้อความแสดงแทน (Alt Text)",
|
|
12
|
+
"An error occurred.": "เกิดข้อผิดพลาด",
|
|
10
13
|
"An unknown error occurred.": "เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ",
|
|
11
14
|
Arabic: "ภาษาอาหรับ",
|
|
15
|
+
"Are you sure you want to reset the conversation?":
|
|
16
|
+
"คุณแน่ใจหรือไม่ว่าต้องการรีเซ็ตการสนทนา?",
|
|
12
17
|
"As-Is": "ไม่เปลี่ยนแปลง",
|
|
18
|
+
"as-is": "ตามสภาพที่เป็นอยู่",
|
|
13
19
|
"Ask anything…": "ถามอะไรก็ได้…",
|
|
14
20
|
"Ask me": "ถามฉัน",
|
|
15
21
|
Assistant: "ผู้ช่วย",
|
|
16
|
-
"Assistant is thinking
|
|
22
|
+
"Assistant is thinking…": "ผู้ช่วยกำลังคิด…",
|
|
23
|
+
auto: "อัตโนมัติ",
|
|
17
24
|
"Auto-detect": "ตรวจจับอัตโนมัติ",
|
|
18
25
|
Cancel: "ยกเลิก",
|
|
19
26
|
Caption: "คำบรรยายภาพ",
|
|
20
27
|
Casual: "ไม่เป็นทางการ",
|
|
21
|
-
|
|
28
|
+
casual: "ไม่เป็นทางการ",
|
|
29
|
+
"Checking capabilities…": "ตรวจสอบความสามารถ…",
|
|
22
30
|
Chinese: "ชาวจีน",
|
|
23
31
|
"Click again to confirm": "คลิกอีกครั้งเพื่อยืนยัน",
|
|
24
32
|
Close: "ปิด",
|
|
@@ -36,29 +44,35 @@ export const thDict: Record<string, string> = {
|
|
|
36
44
|
Description: "คำอธิบาย",
|
|
37
45
|
"Detecting language": "การตรวจจับภาษา",
|
|
38
46
|
"Done.": "เสร็จแล้ว.",
|
|
39
|
-
"Downloading model
|
|
47
|
+
"Downloading model…": "กำลังดาวน์โหลดโมเดล…",
|
|
40
48
|
Dutch: "ดัตช์",
|
|
41
49
|
Edit: "แก้ไข",
|
|
42
50
|
"Empty response": "คำตอบว่าง",
|
|
43
51
|
English: "ภาษาอังกฤษ",
|
|
52
|
+
"Enter a search query to start.": "ป้อนคำค้นหาเพื่อเริ่มต้น",
|
|
53
|
+
Error: "ข้อผิดพลาด",
|
|
44
54
|
Excerpt: "บทคัดย่อ",
|
|
45
55
|
Formal: "เป็นทางการ",
|
|
56
|
+
formal: "เป็นทางการ",
|
|
46
57
|
French: "ภาษาฝรั่งเศส",
|
|
47
58
|
Generate: "สร้าง",
|
|
59
|
+
"Generate Image Metadata": "สร้างเมตาดาต้ารูปภาพ",
|
|
60
|
+
"Generate Post Metadata": "สร้างเมตาดาต้าของโพสต์",
|
|
48
61
|
"Generated content": "เนื้อหาที่สร้างขึ้น",
|
|
49
62
|
"Generating text": "การสร้างข้อความ",
|
|
50
|
-
"Generating
|
|
63
|
+
"Generating…": "กำลังสร้าง…",
|
|
51
64
|
German: "ภาษาเยอรมัน",
|
|
52
|
-
HTML: "เอชแอล",
|
|
53
65
|
Headline: "พาดหัวข่าว",
|
|
66
|
+
headline: "พาดหัวข่าว",
|
|
54
67
|
Hebrew: "ภาษาฮีบรู",
|
|
55
68
|
Hide: "ซ่อน",
|
|
56
69
|
Hindi: "ภาษาฮินดี",
|
|
57
70
|
"Hover highlights to see explanations.": "วางเมาส์เหนือไฮไลต์เพื่อดูคำอธิบาย",
|
|
71
|
+
HTML: "เอชแอล",
|
|
58
72
|
Hungarian: "ฮังการี",
|
|
59
73
|
"I'm ready to assist you.": "ฉันพร้อมช่วยคุณแล้ว",
|
|
60
74
|
Indonesian: "ชาวอินโดนีเซีย",
|
|
61
|
-
"Initializing on-device AI
|
|
75
|
+
"Initializing on-device AI…": "กำลังเริ่มต้นใช้งาน AI บนอุปกรณ์…",
|
|
62
76
|
"Inlining images as base64": "การแทรกรูปภาพในรูปแบบ base64",
|
|
63
77
|
"Input and output languages cannot be the same.":
|
|
64
78
|
"ภาษาที่ใช้ในการป้อนข้อมูลและภาษาที่ใช้ในการแสดงผลต้องไม่เหมือนกัน",
|
|
@@ -67,27 +81,39 @@ export const thDict: Record<string, string> = {
|
|
|
67
81
|
Italian: "อิตาลี",
|
|
68
82
|
Japanese: "ญี่ปุ่น",
|
|
69
83
|
"Key Points": "ประเด็นสำคัญ",
|
|
84
|
+
"key-points": "ประเด็นสำคัญ",
|
|
70
85
|
Korean: "เกาหลี",
|
|
71
86
|
Length: "ความยาว",
|
|
72
87
|
Long: "ยาว",
|
|
88
|
+
long: "ยาว",
|
|
73
89
|
Longer: "นานกว่า",
|
|
90
|
+
longer: "นานกว่า",
|
|
74
91
|
Markdown: "มาร์คดาวน์",
|
|
75
92
|
Maximize: "ขยายเต็มจอ",
|
|
76
93
|
Medium: "ปานกลาง",
|
|
94
|
+
medium: "ปานกลาง",
|
|
77
95
|
"More casual": "ลำลองมากขึ้น",
|
|
78
96
|
"More formal": "เป็นทางการมากขึ้น",
|
|
97
|
+
"more-casual": "ไม่เป็นทางการมากขึ้น",
|
|
98
|
+
"more-formal": "เป็นทางการมากขึ้น",
|
|
79
99
|
Neutral: "เป็นกลาง",
|
|
100
|
+
neutral: "เป็นกลาง",
|
|
101
|
+
No: "ไม่",
|
|
102
|
+
"No content generated.": "ไม่ได้สร้างเนื้อหา",
|
|
80
103
|
"No issues found. Your text looks great!":
|
|
81
104
|
"ไม่พบปัญหาใดๆ ข้อความของคุณดูดีมาก!",
|
|
82
105
|
"No overrides": "ไม่มีการแทนค่า",
|
|
83
106
|
Norwegian: "นอร์เวย์",
|
|
84
107
|
"Not sent": "ยังไม่ได้ส่ง",
|
|
85
108
|
"On-device model ready.": "โมเดลบนอุปกรณ์พร้อมใช้งานแล้ว",
|
|
109
|
+
"On-device model ready...": "โมเดลบนอุปกรณ์พร้อมแล้ว...",
|
|
86
110
|
Options: "ตัวเลือก",
|
|
87
111
|
"Output format": "รูปแบบเอาต์พุต",
|
|
88
112
|
"Output language": "ภาษาเอาต์พุต",
|
|
113
|
+
"Plain Text": "ข้อความธรรมดา",
|
|
89
114
|
Polish: "ขัด",
|
|
90
115
|
Portuguese: "ภาษาโปรตุเกส",
|
|
116
|
+
"Powered by": "ขับเคลื่อนโดย",
|
|
91
117
|
Preview: "ตัวอย่าง",
|
|
92
118
|
Proofread: "ตรวจทาน",
|
|
93
119
|
"Proofread again": "ตรวจทานอีกครั้ง",
|
|
@@ -95,6 +121,7 @@ export const thDict: Record<string, string> = {
|
|
|
95
121
|
Proofreading: "การตรวจทาน",
|
|
96
122
|
"Ready.": "พร้อมแล้ว",
|
|
97
123
|
"Received backend response.": "ได้รับคำตอบจากระบบแบ็กเอนด์แล้ว",
|
|
124
|
+
"Receiving response...": "กำลังรับคำตอบ...",
|
|
98
125
|
Reference: "อ้างอิง",
|
|
99
126
|
References: "อ้างอิง",
|
|
100
127
|
Regenerate: "สร้างใหม่",
|
|
@@ -104,33 +131,45 @@ export const thDict: Record<string, string> = {
|
|
|
104
131
|
"Replace with": "แทนที่ด้วย",
|
|
105
132
|
"Requesting signed URL": "ขอ URL ที่ลงชื่อแล้ว",
|
|
106
133
|
Reset: "รีเซ็ต",
|
|
134
|
+
"Reset conversation": "รีเซ็ตการสนทนา",
|
|
107
135
|
"Restore size": "คืนขนาดเดิม",
|
|
108
136
|
Rewrite: "เขียนใหม่",
|
|
109
137
|
"Rewrite again": "เขียนใหม่อีกครั้ง",
|
|
110
138
|
"Rewrite on Backend": "เขียนใหม่บนแบ็กเอนด์",
|
|
111
139
|
"Rewriting text": "การเขียนข้อความใหม่",
|
|
140
|
+
"Running on-device...": "กำลังทำงานบนอุปกรณ์...",
|
|
112
141
|
Russian: "รัสเซีย",
|
|
142
|
+
Search: "ค้นหา",
|
|
143
|
+
"Search the documentation…": "ค้นหาข้อมูลในเอกสารประกอบ...",
|
|
144
|
+
"Search with AI-Kit": "ค้นหาด้วย AI-Kit",
|
|
145
|
+
"Searching…": "กำลังค้นหา…",
|
|
113
146
|
Send: "ส่ง",
|
|
114
|
-
"Sending request to backend
|
|
147
|
+
"Sending request to backend…": "กำลังส่งคำขอไปยังระบบแบ็กเอนด์…",
|
|
148
|
+
"Sending request to server...": "กำลังส่งคำขอไปยังเซิร์ฟเวอร์...",
|
|
115
149
|
Short: "สั้น",
|
|
150
|
+
short: "สั้น",
|
|
116
151
|
Shorter: "สั้นกว่า",
|
|
152
|
+
shorter: "สั้นกว่า",
|
|
117
153
|
Show: "แสดง",
|
|
118
154
|
"Something went wrong.": "เกิดข้อผิดพลาดบางอย่างขึ้น",
|
|
155
|
+
Sources: "แหล่งที่มา",
|
|
119
156
|
Spanish: "ภาษาสเปน",
|
|
157
|
+
Stop: "หยุด",
|
|
120
158
|
"Suggested change": "การเปลี่ยนแปลงที่แนะนำ",
|
|
121
159
|
Summarize: "สรุป",
|
|
122
160
|
"Summarize again": "สรุปอีกครั้ง",
|
|
123
161
|
"Summarize on Backend": "สรุปเกี่ยวกับส่วนแบ็กเอนด์",
|
|
124
162
|
Summarizing: "โดยสรุป",
|
|
125
163
|
Swedish: "สวีเดน",
|
|
126
|
-
"TL;DR": "สรุปสั้นๆ",
|
|
127
164
|
Teaser: "ตัวอย่างเรียกน้ำย่อย",
|
|
165
|
+
teaser: "ทีเซอร์",
|
|
128
166
|
Thai: "แบบไทย",
|
|
129
167
|
"The alt text for the image.": "ข้อความอธิบายภาพ (alt text) สำหรับรูปภาพ",
|
|
130
168
|
"The caption for the image.": "คำบรรยายใต้ภาพ",
|
|
131
169
|
"The description for the image.": "คำอธิบายภาพ",
|
|
132
170
|
"The excerpt for the post.":
|
|
133
171
|
"ไม่บังคับ ข้อความสรุปสั้นๆ ที่อาจแสดงในผลการค้นหาและตัวอย่างแสดงผล",
|
|
172
|
+
"The format for the generated output.": "รูปแบบของผลลัพธ์ที่สร้างขึ้น",
|
|
134
173
|
"The language AI-Kit should use for generated text by default (when applicable).":
|
|
135
174
|
"ภาษาที่ AI-Kit ควรใช้สำหรับข้อความที่สร้างขึ้นโดยค่าเริ่มต้น (หากมี)",
|
|
136
175
|
"The language of the input text.": "ภาษาของข้อความที่ป้อนเข้ามา",
|
|
@@ -142,6 +181,8 @@ export const thDict: Record<string, string> = {
|
|
|
142
181
|
"The topic or subject for the AI to write about.":
|
|
143
182
|
"หัวข้อหรือเรื่องที่ AI จะเขียนถึง",
|
|
144
183
|
Title: "ชื่อ",
|
|
184
|
+
"TL;DR": "สรุปสั้นๆ",
|
|
185
|
+
tldr: "สรุปสั้นๆ",
|
|
145
186
|
Tone: "โทน",
|
|
146
187
|
Topic: "หัวข้อ",
|
|
147
188
|
Translate: "แปล",
|
|
@@ -157,43 +198,13 @@ export const thDict: Record<string, string> = {
|
|
|
157
198
|
User: "ผู้ใช้",
|
|
158
199
|
"Using backend": "การใช้งานแบ็กเอนด์",
|
|
159
200
|
"Using on-device": "การใช้งานบนอุปกรณ์",
|
|
160
|
-
"
|
|
161
|
-
"Waiting for backend response...": "กำลังรอการตอบกลับจากระบบหลังบ้าน...",
|
|
162
|
-
Why: "ทำไม",
|
|
163
|
-
"Working...": "การทำงาน...",
|
|
164
|
-
"as-is": "ตามสภาพที่เป็นอยู่",
|
|
165
|
-
auto: "อัตโนมัติ",
|
|
166
|
-
casual: "ไม่เป็นทางการ",
|
|
167
|
-
formal: "เป็นทางการ",
|
|
168
|
-
headline: "พาดหัวข่าว",
|
|
169
|
-
"key-points": "ประเด็นสำคัญ",
|
|
170
|
-
long: "ยาว",
|
|
171
|
-
longer: "นานกว่า",
|
|
172
|
-
medium: "ปานกลาง",
|
|
173
|
-
"more-casual": "ไม่เป็นทางการมากขึ้น",
|
|
174
|
-
"more-formal": "เป็นทางการมากขึ้น",
|
|
175
|
-
neutral: "เป็นกลาง",
|
|
176
|
-
short: "สั้น",
|
|
177
|
-
shorter: "สั้นกว่า",
|
|
178
|
-
teaser: "ทีเซอร์",
|
|
179
|
-
tldr: "สรุปสั้นๆ",
|
|
180
|
-
"--- Select ---": "--- เลือก ---",
|
|
181
|
-
"Plain Text": "ข้อความธรรมดา",
|
|
182
|
-
"An error occurred.": "เกิดข้อผิดพลาด",
|
|
183
|
-
"Are you sure you want to reset the conversation?":
|
|
184
|
-
"คุณแน่ใจหรือไม่ว่าต้องการรีเซ็ตการสนทนา?",
|
|
185
|
-
"Generate Image Metadata": "สร้างเมตาดาต้ารูปภาพ",
|
|
186
|
-
"Generate Post Metadata": "สร้างเมตาดาต้าของโพสต์",
|
|
187
|
-
No: "ไม่",
|
|
188
|
-
"No content generated.": "ไม่ได้สร้างเนื้อหา",
|
|
189
|
-
"On-device model ready...": "โมเดลบนอุปกรณ์พร้อมแล้ว...",
|
|
190
|
-
"Receiving response...": "กำลังรับคำตอบ...",
|
|
191
|
-
"Reset conversation": "รีเซ็ตการสนทนา",
|
|
192
|
-
"Running on-device...": "กำลังทำงานบนอุปกรณ์...",
|
|
193
|
-
"Sending request to server...": "กำลังส่งคำขอไปยังเซิร์ฟเวอร์...",
|
|
194
|
-
"The format for the generated output.": "รูปแบบของผลลัพธ์ที่สร้างขึ้น",
|
|
201
|
+
"Waiting for backend response…": "กำลังรอการตอบกลับจากระบบหลังบ้าน…",
|
|
195
202
|
"Waiting for response...": "กำลังรอคำตอบ...",
|
|
203
|
+
Why: "ทำไม",
|
|
196
204
|
"Working…": "กำลังทำงาน…",
|
|
205
|
+
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
197
206
|
Write: "เขียน",
|
|
198
207
|
Yes: "ใช่",
|
|
208
|
+
"You need a subscription to use this feature on frontend.":
|
|
209
|
+
"คุณต้องสมัครสมาชิกเพื่อใช้งานฟีเจอร์นี้ในส่วนหน้าเว็บไซต์",
|
|
199
210
|
};
|
package/src/i18n/tr.ts
CHANGED
|
@@ -1,24 +1,32 @@
|
|
|
1
1
|
export const trDict: Record<string, string> = {
|
|
2
|
-
"
|
|
2
|
+
"--- Select ---": "--- Seç ---",
|
|
3
3
|
Accept: "Kabul etmek",
|
|
4
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.":
|
|
8
8
|
"Yapay zekayı yönlendirmek için ek talimatlar.",
|
|
9
|
+
"AI Assistant": "Yapay Zekâ Asistanı",
|
|
10
|
+
"AI Summary": "Yapay Zeka Özeti",
|
|
9
11
|
"Alt Text": "Alternatif Metin",
|
|
12
|
+
"An error occurred.": "Bir hata oluştu.",
|
|
10
13
|
"An unknown error occurred.": "Bilinmeyen bir hata oluştu.",
|
|
11
14
|
Arabic: "Arapça",
|
|
15
|
+
"Are you sure you want to reset the conversation?":
|
|
16
|
+
"Konuşmayı sıfırlamak istediğinizden emin misiniz?",
|
|
12
17
|
"As-Is": "Değişiklik yok",
|
|
18
|
+
"as-is": "olduğu gibi",
|
|
13
19
|
"Ask anything…": "Her şeyi sor…",
|
|
14
20
|
"Ask me": "Bana sor",
|
|
15
21
|
Assistant: "Asistan",
|
|
16
|
-
"Assistant is thinking
|
|
22
|
+
"Assistant is thinking…": "Asistan düşünüyor…",
|
|
23
|
+
auto: "otomatik",
|
|
17
24
|
"Auto-detect": "Otomatik algılama",
|
|
18
25
|
Cancel: "İptal etmek",
|
|
19
26
|
Caption: "Altyazı",
|
|
20
27
|
Casual: "Samimi",
|
|
21
|
-
|
|
28
|
+
casual: "gündelik",
|
|
29
|
+
"Checking capabilities…": "Yetenekleri kontrol etme…",
|
|
22
30
|
Chinese: "Çince",
|
|
23
31
|
"Click again to confirm": "Onaylamak için tekrar tıklayın",
|
|
24
32
|
Close: "Kapat",
|
|
@@ -37,30 +45,36 @@ export const trDict: Record<string, string> = {
|
|
|
37
45
|
Description: "Tanım",
|
|
38
46
|
"Detecting language": "Dil tespiti",
|
|
39
47
|
"Done.": "Tamamlamak.",
|
|
40
|
-
"Downloading model
|
|
48
|
+
"Downloading model…": "Model indiriliyor…",
|
|
41
49
|
Dutch: "Flemenkçe",
|
|
42
50
|
Edit: "Düzenle",
|
|
43
51
|
"Empty response": "Boş yanıt",
|
|
44
52
|
English: "İngilizce",
|
|
53
|
+
"Enter a search query to start.": "Arama sorgusu girerek başlayın.",
|
|
54
|
+
Error: "Hata",
|
|
45
55
|
Excerpt: "Alıntı",
|
|
46
56
|
Formal: "Resmi",
|
|
57
|
+
formal: "resmi",
|
|
47
58
|
French: "Fransızca",
|
|
48
59
|
Generate: "Oluştur",
|
|
60
|
+
"Generate Image Metadata": "Görsel meta verilerini oluştur",
|
|
61
|
+
"Generate Post Metadata": "Yazı meta verilerini oluştur",
|
|
49
62
|
"Generated content": "Oluşturulan içerik",
|
|
50
63
|
"Generating text": "Metin oluşturma",
|
|
51
|
-
"Generating
|
|
64
|
+
"Generating…": "Oluşturuluyor…",
|
|
52
65
|
German: "Almanca",
|
|
53
|
-
HTML: "HTML",
|
|
54
66
|
Headline: "Başlık",
|
|
67
|
+
headline: "başlık",
|
|
55
68
|
Hebrew: "İbranice",
|
|
56
69
|
Hide: "Saklamak",
|
|
57
70
|
Hindi: "Hintçe",
|
|
58
71
|
"Hover highlights to see explanations.":
|
|
59
72
|
"Vurgulanan noktaların üzerine fareyle gelin ve açıklamaları görüntüleyin.",
|
|
73
|
+
HTML: "HTML",
|
|
60
74
|
Hungarian: "Macarca",
|
|
61
75
|
"I'm ready to assist you.": "Size yardımcı olmaya hazırım.",
|
|
62
76
|
Indonesian: "Endonezyalı",
|
|
63
|
-
"Initializing on-device AI
|
|
77
|
+
"Initializing on-device AI…": "Cihaz üzerinde yapay zeka başlatılıyor…",
|
|
64
78
|
"Inlining images as base64":
|
|
65
79
|
"Görüntüleri base64 olarak satır içine yerleştirme",
|
|
66
80
|
"Input and output languages cannot be the same.":
|
|
@@ -70,27 +84,39 @@ export const trDict: Record<string, string> = {
|
|
|
70
84
|
Italian: "İtalyan",
|
|
71
85
|
Japanese: "Japonca",
|
|
72
86
|
"Key Points": "Önemli Noktalar",
|
|
87
|
+
"key-points": "önemli noktalar",
|
|
73
88
|
Korean: "Korece",
|
|
74
89
|
Length: "Uzunluk",
|
|
75
90
|
Long: "Uzun",
|
|
91
|
+
long: "uzun",
|
|
76
92
|
Longer: "Daha uzun",
|
|
93
|
+
longer: "daha uzun",
|
|
77
94
|
Markdown: "Markdown",
|
|
78
95
|
Maximize: "Büyüt",
|
|
79
96
|
Medium: "Orta",
|
|
97
|
+
medium: "orta",
|
|
80
98
|
"More casual": "Daha rahat",
|
|
81
99
|
"More formal": "Daha resmi",
|
|
100
|
+
"more-casual": "daha rahat",
|
|
101
|
+
"more-formal": "daha resmi",
|
|
82
102
|
Neutral: "Doğal",
|
|
103
|
+
neutral: "doğal",
|
|
104
|
+
No: "Hayır",
|
|
105
|
+
"No content generated.": "İçerik oluşturulmadı.",
|
|
83
106
|
"No issues found. Your text looks great!":
|
|
84
107
|
"Herhangi bir sorun bulunmadı. Metniniz harika görünüyor!",
|
|
85
108
|
"No overrides": "Override yok",
|
|
86
109
|
Norwegian: "Norveççe",
|
|
87
110
|
"Not sent": "Gönderilmedi",
|
|
88
111
|
"On-device model ready.": "Cihaz üzerinde kullanıma hazır model.",
|
|
112
|
+
"On-device model ready...": "Cihaz üzerindeki model hazır...",
|
|
89
113
|
Options: "Seçenekler",
|
|
90
114
|
"Output format": "Çıktı formatı",
|
|
91
115
|
"Output language": "Çıktı dili",
|
|
116
|
+
"Plain Text": "Düz metin",
|
|
92
117
|
Polish: "Lehçe",
|
|
93
118
|
Portuguese: "Portekizce",
|
|
119
|
+
"Powered by": "Tarafından desteklenmektedir",
|
|
94
120
|
Preview: "Önizleme",
|
|
95
121
|
Proofread: "Düzeltme işlemini yapın",
|
|
96
122
|
"Proofread again": "Tekrar gözden geçirin",
|
|
@@ -98,6 +124,7 @@ export const trDict: Record<string, string> = {
|
|
|
98
124
|
Proofreading: "Düzeltme",
|
|
99
125
|
"Ready.": "Hazır.",
|
|
100
126
|
"Received backend response.": "Arka uçtan yanıt alındı.",
|
|
127
|
+
"Receiving response...": "Yanıt alınıyor...",
|
|
101
128
|
Reference: "Referans",
|
|
102
129
|
References: "Referanslar",
|
|
103
130
|
Regenerate: "Yeniden oluştur",
|
|
@@ -107,33 +134,45 @@ export const trDict: Record<string, string> = {
|
|
|
107
134
|
"Replace with": "Şununla değiştirin:",
|
|
108
135
|
"Requesting signed URL": "İmzalı URL isteniyor",
|
|
109
136
|
Reset: "Sıfırla",
|
|
137
|
+
"Reset conversation": "Konuşmayı sıfırla",
|
|
110
138
|
"Restore size": "Boyutu geri yükle",
|
|
111
139
|
Rewrite: "Yeniden yaz",
|
|
112
140
|
"Rewrite again": "Tekrar yazın",
|
|
113
141
|
"Rewrite on Backend": "Arka uçta yeniden yazma",
|
|
114
142
|
"Rewriting text": "Metni yeniden yazmak",
|
|
143
|
+
"Running on-device...": "Cihazda çalışıyor...",
|
|
115
144
|
Russian: "Rusça",
|
|
145
|
+
Search: "Aramak",
|
|
146
|
+
"Search the documentation…": "Dokümantasyonda arama yapın…",
|
|
147
|
+
"Search with AI-Kit": "AI-Kit ile arama yapın",
|
|
148
|
+
"Searching…": "Arama…",
|
|
116
149
|
Send: "Gönder",
|
|
117
|
-
"Sending request to backend
|
|
150
|
+
"Sending request to backend…": "Arka uca istek gönderiliyor…",
|
|
151
|
+
"Sending request to server...": "Sunucuya istek gönderiliyor...",
|
|
118
152
|
Short: "Kısa",
|
|
153
|
+
short: "kısa",
|
|
119
154
|
Shorter: "Daha kısa",
|
|
155
|
+
shorter: "daha kısa",
|
|
120
156
|
Show: "Göstermek",
|
|
121
157
|
"Something went wrong.": "Bir şeyler ters gitti.",
|
|
158
|
+
Sources: "Kaynaklar",
|
|
122
159
|
Spanish: "İspanyol",
|
|
160
|
+
Stop: "Durmak",
|
|
123
161
|
"Suggested change": "Önerilen değişiklik",
|
|
124
162
|
Summarize: "Özetleyin",
|
|
125
163
|
"Summarize again": "Tekrar özetleyin",
|
|
126
164
|
"Summarize on Backend": "Arka uç hakkında özet",
|
|
127
165
|
Summarizing: "Özetleme",
|
|
128
166
|
Swedish: "İsveççe",
|
|
129
|
-
"TL;DR": "Özetle",
|
|
130
167
|
Teaser: "Tanıtım videosu",
|
|
168
|
+
teaser: "tanıtım videosu",
|
|
131
169
|
Thai: "Tayland",
|
|
132
170
|
"The alt text for the image.": "Görselin alternatif metni.",
|
|
133
171
|
"The caption for the image.": "Görselin altındaki açıklama.",
|
|
134
172
|
"The description for the image.": "Görselin açıklaması.",
|
|
135
173
|
"The excerpt for the post.":
|
|
136
174
|
"İsteğe bağlı. Arama sonuçlarında ve önizlemelerde görünebilecek kısa özet.",
|
|
175
|
+
"The format for the generated output.": "Oluşturulan çıktının biçimi.",
|
|
137
176
|
"The language AI-Kit should use for generated text by default (when applicable).":
|
|
138
177
|
"AI-Kit'in varsayılan olarak (uygun olduğunda) oluşturacağı metin için kullanması gereken dil.",
|
|
139
178
|
"The language of the input text.": "Giriş metninin dili.",
|
|
@@ -146,6 +185,8 @@ export const trDict: Record<string, string> = {
|
|
|
146
185
|
"The topic or subject for the AI to write about.":
|
|
147
186
|
"Yapay zekanın hakkında yazacağı konu veya başlık.",
|
|
148
187
|
Title: "Başlık",
|
|
188
|
+
"TL;DR": "Özetle",
|
|
189
|
+
tldr: "özet",
|
|
149
190
|
Tone: "Ton",
|
|
150
191
|
Topic: "Başlık",
|
|
151
192
|
Translate: "Çevir",
|
|
@@ -161,43 +202,13 @@ export const trDict: Record<string, string> = {
|
|
|
161
202
|
User: "Kullanıcı",
|
|
162
203
|
"Using backend": "Arka uç kullanımı",
|
|
163
204
|
"Using on-device": "Cihaz üzerinde kullanılıyor",
|
|
164
|
-
"
|
|
165
|
-
"Waiting for backend response...": "Arka uçtan yanıt bekleniyor...",
|
|
166
|
-
Why: "Neden",
|
|
167
|
-
"Working...": "Çalışma...",
|
|
168
|
-
"as-is": "olduğu gibi",
|
|
169
|
-
auto: "otomatik",
|
|
170
|
-
casual: "gündelik",
|
|
171
|
-
formal: "resmi",
|
|
172
|
-
headline: "başlık",
|
|
173
|
-
"key-points": "önemli noktalar",
|
|
174
|
-
long: "uzun",
|
|
175
|
-
longer: "daha uzun",
|
|
176
|
-
medium: "orta",
|
|
177
|
-
"more-casual": "daha rahat",
|
|
178
|
-
"more-formal": "daha resmi",
|
|
179
|
-
neutral: "doğal",
|
|
180
|
-
short: "kısa",
|
|
181
|
-
shorter: "daha kısa",
|
|
182
|
-
teaser: "tanıtım videosu",
|
|
183
|
-
tldr: "özet",
|
|
184
|
-
"--- Select ---": "--- Seç ---",
|
|
185
|
-
"Plain Text": "Düz metin",
|
|
186
|
-
"An error occurred.": "Bir hata oluştu.",
|
|
187
|
-
"Are you sure you want to reset the conversation?":
|
|
188
|
-
"Konuşmayı sıfırlamak istediğinizden emin misiniz?",
|
|
189
|
-
"Generate Image Metadata": "Görsel meta verilerini oluştur",
|
|
190
|
-
"Generate Post Metadata": "Yazı meta verilerini oluştur",
|
|
191
|
-
No: "Hayır",
|
|
192
|
-
"No content generated.": "İçerik oluşturulmadı.",
|
|
193
|
-
"On-device model ready...": "Cihaz üzerindeki model hazır...",
|
|
194
|
-
"Receiving response...": "Yanıt alınıyor...",
|
|
195
|
-
"Reset conversation": "Konuşmayı sıfırla",
|
|
196
|
-
"Running on-device...": "Cihazda çalışıyor...",
|
|
197
|
-
"Sending request to server...": "Sunucuya istek gönderiliyor...",
|
|
198
|
-
"The format for the generated output.": "Oluşturulan çıktının biçimi.",
|
|
205
|
+
"Waiting for backend response…": "Arka uçtan yanıt bekleniyor…",
|
|
199
206
|
"Waiting for response...": "Yanıt bekleniyor...",
|
|
207
|
+
Why: "Neden",
|
|
200
208
|
"Working…": "Çalışıyor…",
|
|
209
|
+
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
201
210
|
Write: "Yaz",
|
|
202
211
|
Yes: "Evet",
|
|
212
|
+
"You need a subscription to use this feature on frontend.":
|
|
213
|
+
"Ön uçta bu özelliği kullanmak için aboneliğe ihtiyacınız var.",
|
|
203
214
|
};
|