@ckeditor/ckeditor5-ai 40.1.0 → 41.0.0
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/LICENSE.md +14 -6
- package/README.md +10 -11
- package/build/ai.js +78 -3
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/ckeditor5-metadata.json +2 -2
- package/lang/contexts.json +6 -4
- package/lang/translations/af.po +14 -6
- package/lang/translations/ar.po +15 -7
- package/lang/translations/bg.po +15 -7
- package/lang/translations/bn.po +15 -7
- package/lang/translations/bs.po +14 -6
- package/lang/translations/ca.po +15 -7
- package/lang/translations/cs.po +15 -7
- package/lang/translations/da.po +15 -7
- package/lang/translations/de-ch.po +14 -6
- package/lang/translations/de.po +15 -7
- package/lang/translations/el.po +15 -7
- package/lang/translations/en-au.po +14 -6
- package/lang/translations/en.po +15 -7
- package/lang/translations/es-co.po +14 -6
- package/lang/translations/es.po +15 -7
- package/lang/translations/et.po +15 -7
- package/lang/translations/fa.po +14 -6
- package/lang/translations/fi.po +15 -7
- package/lang/translations/fr.po +15 -7
- package/lang/translations/gl.po +62 -54
- package/lang/translations/he.po +15 -7
- package/lang/translations/hi.po +15 -7
- package/lang/translations/hr.po +14 -6
- package/lang/translations/hu.po +15 -7
- package/lang/translations/id.po +15 -7
- package/lang/translations/it.po +15 -7
- package/lang/translations/ja.po +15 -7
- package/lang/translations/jv.po +14 -6
- package/lang/translations/ko.po +15 -7
- package/lang/translations/lt.po +15 -7
- package/lang/translations/lv.po +15 -7
- package/lang/translations/ms.po +15 -7
- package/lang/translations/nl.po +15 -7
- package/lang/translations/no.po +15 -7
- package/lang/translations/pl.po +15 -7
- package/lang/translations/pt-br.po +15 -7
- package/lang/translations/pt.po +15 -7
- package/lang/translations/ro.po +15 -7
- package/lang/translations/ru.po +15 -7
- package/lang/translations/sk.po +15 -7
- package/lang/translations/sr-latn.po +62 -54
- package/lang/translations/sr.po +15 -7
- package/lang/translations/sv.po +15 -7
- package/lang/translations/th.po +15 -7
- package/lang/translations/tk.po +14 -6
- package/lang/translations/tr.po +15 -7
- package/lang/translations/ug.po +26 -18
- package/lang/translations/uk.po +15 -7
- package/lang/translations/ur.po +14 -6
- package/lang/translations/uz.po +14 -6
- package/lang/translations/vi.po +15 -7
- package/lang/translations/zh-cn.po +15 -7
- package/lang/translations/zh.po +15 -7
- package/package.json +8 -5
- package/src/adapters/aiadapter.d.ts +48 -0
- package/src/adapters/aiadapter.js +23 -0
- package/src/adapters/aitextadapter.d.ts +146 -0
- package/src/adapters/aitextadapter.js +23 -0
- package/src/adapters/awstextadapter.d.ts +178 -0
- package/src/adapters/awstextadapter.js +23 -0
- package/src/adapters/openaitextadapter.d.ts +181 -0
- package/src/adapters/openaitextadapter.js +23 -0
- package/src/aiassistant.d.ts +49 -121
- package/src/aiassistant.js +2 -2
- package/src/aiassistantediting.d.ts +13 -12
- package/src/aiassistantediting.js +2 -2
- package/src/aiassistantui.d.ts +16 -8
- package/src/aiassistantui.js +2 -2
- package/src/aiconfig.d.ts +69 -0
- package/src/aiconfig.js +23 -0
- package/src/augmentation.d.ts +10 -9
- package/src/augmentation.js +1 -1
- package/src/index.d.ts +7 -3
- package/src/index.js +2 -2
- package/src/ui/aiassistantcontroller.d.ts +40 -27
- package/src/ui/aiassistantcontroller.js +2 -2
- package/src/ui/dropdown/aicommandslistview.d.ts +2 -2
- package/src/ui/dropdown/aicommandslistview.js +2 -2
- package/src/ui/dropdown/buttonlabelwithhighlightview.d.ts +2 -2
- package/src/ui/dropdown/buttonlabelwithhighlightview.js +2 -2
- package/src/ui/dropdown/labelwithhighlightview.d.ts +2 -2
- package/src/ui/dropdown/labelwithhighlightview.js +2 -2
- package/src/ui/form/aiformcontentarea.d.ts +3 -3
- package/src/ui/form/aiformcontentarea.js +2 -2
- package/src/ui/form/aiformerrorview.d.ts +3 -3
- package/src/ui/form/aiformerrorview.js +2 -2
- package/src/ui/form/aiformpromptview.d.ts +3 -3
- package/src/ui/form/aiformpromptview.js +2 -2
- package/src/ui/form/aiformtoolbarview.d.ts +12 -8
- package/src/ui/form/aiformtoolbarview.js +2 -2
- package/src/ui/form/aiformview.d.ts +13 -14
- package/src/ui/form/aiformview.js +2 -2
- package/src/ui/form/aihistorylistitemview.d.ts +3 -3
- package/src/ui/form/aihistorylistitemview.js +2 -2
- package/src/ui/form/aihistorylistview.d.ts +3 -3
- package/src/ui/form/aihistorylistview.js +2 -2
- package/src/ui/form/prompthistory.d.ts +2 -2
- package/src/ui/form/prompthistory.js +2 -2
- package/src/ui/showaiassistantcommand.d.ts +8 -5
- package/src/ui/showaiassistantcommand.js +2 -2
- package/src/utils/common-translations.d.ts +2 -2
- package/src/utils/common-translations.js +2 -2
- package/theme/ai-dropdown.css +1 -1
- package/theme/ai-form.css +16 -4
- package/theme/ai.css +17 -4
- package/src/aiconnector.d.ts +0 -45
- package/src/aiconnector.js +0 -23
- package/theme/icons/robot-pencil.svg +0 -1
package/lang/translations/bs.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr ""
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr ""
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
@@ -209,8 +209,16 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Umetni"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr ""
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr ""
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
214
222
|
msgstr ""
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
package/lang/translations/ca.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "Àrab"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "Assistent d'IA"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "La IA està escrivint..."
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Historial"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Demana a IA i les teves sol·licituds s'enumeraran aquí per utilitzar-les més tard."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Historial de sol·licituds"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Introduir"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "S'ha produït un error en preparar les capçaleres de la sol·licitud."
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "No s'han pogut preparar els paràmetres de la sol·licitud"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "El model d'IA sol·licitat (\"%0\") no és compatible"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
package/lang/translations/cs.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "Arabština"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "UI asistent"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "UI píše…"
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Historie"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Zeptejte se UI a vaše výzvy uvedeme zde, abyste je mohli později použít."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Historie výzev"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Vložit"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Příprava vybraných záhlaví se nezdařila"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Příprava parametrů požadavku se nezdařila"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "Požadovaný AI model („%0“) není podporován"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
package/lang/translations/da.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "Arabisk"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "AI-assisten"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "AI skriver..."
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Historik"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Spørg AI, og dine prompts vil blive vist her, så du kan bruge dem senere."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Prompt-historik"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Indsæt"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Udfærdigelse af anmodning om overskrifter mislykkedes"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Forberedelse af anmodningsparametre mislykkedes"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "Den anmodede AI-model (\"%0\") understøttes ikke"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr ""
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr ""
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
@@ -209,8 +209,16 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Einfügen"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr ""
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr ""
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
214
222
|
msgstr ""
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
package/lang/translations/de.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "Arabische"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "KI-Assistent"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "KI schreibt …"
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Verlauf"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Wenn Sie KI verwenden, dann werden Ihre Anfragen hier aufgelistet, damit Sie sie später nutzen können."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Anfrageverlauf"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Einfügen"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Vorbereiten der Anfrage-Header fehlgeschlagen"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Die Vorbereitung der Anforderungsparameter ist fehlgeschlagen"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "Das angeforderte KI-Modell („%0“) wird nicht unterstützt"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
package/lang/translations/el.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "Αραβικά"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "Βοηθός Τεχνητής Νοημοσύνης"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "Η Τεχνητή Νοημοσύνη γράφει..."
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Ιστορικό"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Ρωτήστε την Τεχνητή Νοημοσύνη και οι εντολές σας θα καταχωρηθούν εδώ για να τις χρησιμοποιήσετε αργότερα."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Ιστορικό εντολών"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Εισαγωγή"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Η προετοιμασία των κεφαλίδων αιτημάτων απέτυχε"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Η προετοιμασία των παραμέτρων της αίτησης απέτυχε"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "Το ζητούμενο μοντέλο AI (\"%0\") δεν υποστηρίζεται"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr ""
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr ""
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
@@ -209,8 +209,16 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Insert"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr ""
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr ""
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
214
222
|
msgstr ""
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
package/lang/translations/en.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "Arabic"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "AI Assistant"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "AI is writing..."
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "History"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Ask AI and your prompts will be listed here for you to use later."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Prompt history"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Insert"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Preparing request headers failed"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Preparing request parameters failed"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "The requested AI model (\"%0\") is not supported"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr ""
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr ""
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr ""
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr ""
|
|
191
191
|
|
|
@@ -209,8 +209,16 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr ""
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr ""
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr ""
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
214
222
|
msgstr ""
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
package/lang/translations/es.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "árabe"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "Asistente de la IA"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "La IA está escribiendo..."
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Historial"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Pregunta a la IA y tus indicaciones aparecerán aquí para que puedas usarlas más tarde."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Historial rápido"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Insertar"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Error al preparar los encabezados de la solicitud"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Error al preparar los parámetros de la solicitud"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "El modelo de IA solicitado (\"%0\") no es compatible"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|
package/lang/translations/et.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -133,7 +133,7 @@ msgctxt "Translate to (Arabic)"
|
|
|
133
133
|
msgid "Arabic"
|
|
134
134
|
msgstr "araabia"
|
|
135
135
|
|
|
136
|
-
msgctxt "The heading element name displayed in the AI
|
|
136
|
+
msgctxt "The heading element name displayed in the AI dialog and the button tooltip that opens the dialog."
|
|
137
137
|
msgid "AI Assistant"
|
|
138
138
|
msgstr "Virtuaalabiline"
|
|
139
139
|
|
|
@@ -173,7 +173,7 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
173
173
|
msgid "AI is writing..."
|
|
174
174
|
msgstr "Virtuaalabiline kirjutab..."
|
|
175
175
|
|
|
176
|
-
msgctxt "The label of the button that toggles the prompt history pane in the AI
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI dialog."
|
|
177
177
|
msgid "History"
|
|
178
178
|
msgstr "Ajalugu"
|
|
179
179
|
|
|
@@ -185,7 +185,7 @@ msgctxt "The secondary information text displayed when the prompt history is emp
|
|
|
185
185
|
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
186
|
msgstr "Küsi virtuaalabiliselt ja käsud ilmuvad siia hiljem kasutamiseks."
|
|
187
187
|
|
|
188
|
-
msgctxt "The label of the list group that hosts historical user prompts in the AI
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI dialog."
|
|
189
189
|
msgid "Prompt history"
|
|
190
190
|
msgstr "Käskude ajalugu"
|
|
191
191
|
|
|
@@ -209,9 +209,17 @@ msgctxt "The label for the button that inserts the generated AI response."
|
|
|
209
209
|
msgid "AI_INSERT_CONTENT"
|
|
210
210
|
msgstr "Sisesta"
|
|
211
211
|
|
|
212
|
-
msgctxt "Error message displayed when
|
|
213
|
-
msgid "
|
|
214
|
-
msgstr "
|
|
212
|
+
msgctxt "Error message displayed when preparing request headers fails."
|
|
213
|
+
msgid "AI_ERROR_GET_HEADERS"
|
|
214
|
+
msgstr "Taotluse päiste ettevalmistamine nurjus"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when preparing request parameters fails."
|
|
217
|
+
msgid "AI_ERROR_GET_PARAMETERS"
|
|
218
|
+
msgstr "Taotluse näitajate ettevalmistamine nurjus"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when the requested AI model is not supported."
|
|
221
|
+
msgid "AI_ERROR_UNSUPPORTED_MODEL"
|
|
222
|
+
msgstr "Nõutud tehisintellekti mudelit („%0”) ei toetata"
|
|
215
223
|
|
|
216
224
|
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
225
|
msgid "AI_ERROR_CONTEXT_LENGTH"
|