@ckeditor/ckeditor5-ai 40.0.0 → 40.2.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 +2 -2
- package/README.md +1 -1
- package/build/ai.js +77 -2
- 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 -0
- 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 +1 -1
- package/lang/contexts.json +4 -1
- package/lang/translations/af.po +60 -16
- package/lang/translations/ar.po +60 -16
- package/lang/translations/bg.po +60 -16
- package/lang/translations/bn.po +60 -16
- package/lang/translations/bs.po +60 -16
- package/lang/translations/ca.po +60 -16
- package/lang/translations/cs.po +60 -16
- package/lang/translations/da.po +60 -16
- package/lang/translations/de-ch.po +60 -16
- package/lang/translations/de.po +60 -16
- package/lang/translations/el.po +60 -16
- package/lang/translations/en-au.po +60 -16
- package/lang/translations/en.po +60 -16
- package/lang/translations/es-co.po +60 -16
- package/lang/translations/es.po +60 -16
- package/lang/translations/et.po +60 -16
- package/lang/translations/fa.po +60 -16
- package/lang/translations/fi.po +60 -16
- package/lang/translations/fr.po +60 -16
- package/lang/translations/gl.po +95 -51
- package/lang/translations/he.po +60 -16
- package/lang/translations/hi.po +60 -16
- package/lang/translations/hr.po +93 -49
- package/lang/translations/hu.po +60 -16
- package/lang/translations/id.po +60 -16
- package/lang/translations/it.po +60 -16
- package/lang/translations/ja.po +60 -16
- package/lang/translations/jv.po +60 -16
- package/lang/translations/ko.po +60 -16
- package/lang/translations/lt.po +60 -16
- package/lang/translations/lv.po +60 -16
- package/lang/translations/ms.po +60 -16
- package/lang/translations/nl.po +60 -16
- package/lang/translations/no.po +60 -16
- package/lang/translations/pl.po +60 -16
- package/lang/translations/pt-br.po +60 -16
- package/lang/translations/pt.po +60 -16
- package/lang/translations/ro.po +60 -16
- package/lang/translations/ru.po +60 -16
- package/lang/translations/sk.po +60 -16
- package/lang/translations/sr-latn.po +95 -51
- package/lang/translations/sr.po +60 -16
- package/lang/translations/sv.po +60 -16
- package/lang/translations/th.po +60 -16
- package/lang/translations/tk.po +60 -16
- package/lang/translations/tr.po +60 -16
- package/lang/translations/ug.po +96 -52
- package/lang/translations/uk.po +60 -16
- package/lang/translations/ur.po +60 -16
- package/lang/translations/uz.po +226 -0
- package/lang/translations/vi.po +60 -16
- package/lang/translations/zh-cn.po +60 -16
- package/lang/translations/zh.po +60 -16
- package/package.json +4 -3
- 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 +386 -419
- package/src/aiassistant.js +1 -1
- package/src/aiassistantediting.d.ts +45 -45
- package/src/aiassistantediting.js +1 -1
- package/src/aiassistantui.d.ts +52 -46
- package/src/aiassistantui.js +1 -1
- package/src/aiconfig.d.ts +69 -0
- package/src/aiconfig.js +23 -0
- package/src/augmentation.d.ts +27 -26
- package/src/index.d.ts +13 -9
- package/src/index.js +1 -1
- package/src/ui/aiassistantcontroller.d.ts +109 -59
- package/src/ui/aiassistantcontroller.js +1 -1
- package/src/ui/dropdown/aicommandslistview.d.ts +22 -22
- package/src/ui/dropdown/aicommandslistview.js +1 -1
- package/src/ui/dropdown/buttonlabelwithhighlightview.d.ts +29 -29
- package/src/ui/dropdown/buttonlabelwithhighlightview.js +1 -1
- package/src/ui/dropdown/labelwithhighlightview.d.ts +25 -0
- package/src/ui/dropdown/labelwithhighlightview.js +23 -0
- package/src/ui/form/aiformcontentarea.d.ts +48 -48
- package/src/ui/form/aiformcontentarea.js +1 -1
- package/src/ui/form/aiformerrorview.d.ts +26 -26
- package/src/ui/form/aiformerrorview.js +1 -1
- package/src/ui/form/aiformpromptview.d.ts +46 -46
- package/src/ui/form/aiformpromptview.js +1 -1
- package/src/ui/form/aiformtoolbarview.d.ts +54 -41
- package/src/ui/form/aiformtoolbarview.js +1 -1
- package/src/ui/form/aiformview.d.ts +142 -131
- package/src/ui/form/aiformview.js +1 -1
- package/src/ui/form/aihistorylistitemview.d.ts +18 -18
- package/src/ui/form/aihistorylistitemview.js +1 -1
- package/src/ui/form/aihistorylistview.d.ts +35 -35
- package/src/ui/form/aihistorylistview.js +1 -1
- package/src/ui/form/prompthistory.d.ts +20 -20
- package/src/ui/form/prompthistory.js +1 -1
- package/src/ui/showaiassistantcommand.d.ts +29 -26
- package/src/ui/showaiassistantcommand.js +1 -1
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/theme/ai-form.css +58 -11
- package/theme/ai.css +20 -15
- package/src/aiconnector.d.ts +0 -44
- package/src/aiconnector.js +0 -23
package/lang/translations/nl.po
CHANGED
|
@@ -17,10 +17,6 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
|
|
20
|
-
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
-
msgid "Ask AI"
|
|
22
|
-
msgstr "Vraag AI"
|
|
23
|
-
|
|
24
20
|
msgctxt "AI command group label for editing and reviewing."
|
|
25
21
|
msgid "Edit or review"
|
|
26
22
|
msgstr "Bewerk of review"
|
|
@@ -49,10 +45,6 @@ msgctxt "Label for the AI command to provide a summary of content."
|
|
|
49
45
|
msgid "Summarize"
|
|
50
46
|
msgstr "Vat samen"
|
|
51
47
|
|
|
52
|
-
msgctxt "Label for the AI command to explain the content."
|
|
53
|
-
msgid "Explain"
|
|
54
|
-
msgstr "Leg uit"
|
|
55
|
-
|
|
56
48
|
msgctxt "Label for the AI command to continue the content."
|
|
57
49
|
msgid "Continue"
|
|
58
50
|
msgstr "Doorgaan"
|
|
@@ -97,14 +89,50 @@ msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
|
97
89
|
msgid "Journalism"
|
|
98
90
|
msgstr "Journalistiek"
|
|
99
91
|
|
|
100
|
-
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
-
msgid "Medical"
|
|
102
|
-
msgstr "Medisch"
|
|
103
|
-
|
|
104
92
|
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
93
|
msgid "Poetic"
|
|
106
94
|
msgstr "Poëtisch"
|
|
107
95
|
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr "Vertalen"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr "Vertaal naar het %0"
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr "Engels"
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr "Spaans"
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr "Duits"
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr "Portugees"
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr "Frans"
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr "Vereenvoudigd Chinees"
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr "Hindi"
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr "Arabisch"
|
|
135
|
+
|
|
108
136
|
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
137
|
msgid "AI Assistant"
|
|
110
138
|
msgstr "AI-assistent"
|
|
@@ -145,10 +173,6 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
145
173
|
msgid "AI is writing..."
|
|
146
174
|
msgstr "AI is aan het schrijven..."
|
|
147
175
|
|
|
148
|
-
msgctxt "The default error message that appears when the connection with AI fails."
|
|
149
|
-
msgid "Failed to communicate with the AI service"
|
|
150
|
-
msgstr "Kon niet met de AI-service communiceren"
|
|
151
|
-
|
|
152
176
|
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
177
|
msgid "History"
|
|
154
178
|
msgstr "Geschiedenis"
|
|
@@ -180,3 +204,23 @@ msgstr "Geen opdrachten beschikbaar"
|
|
|
180
204
|
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
205
|
msgid "AI_REPLACE_CONTENT"
|
|
182
206
|
msgstr "Vervangen"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr "Invoegen"
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when a function providing custom headers fails."
|
|
213
|
+
msgid "AI_ERROR_HEADERS"
|
|
214
|
+
msgstr "Het voorbereiden van verzoekheaders is mislukt"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr "Geselecteerde inhoud is te lang"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr "Verzoek voldoet niet aan moderatieregels"
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr "Kon niet met de AI-service communiceren"
|
package/lang/translations/no.po
CHANGED
|
@@ -17,10 +17,6 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
|
|
20
|
-
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
-
msgid "Ask AI"
|
|
22
|
-
msgstr "Spør AI"
|
|
23
|
-
|
|
24
20
|
msgctxt "AI command group label for editing and reviewing."
|
|
25
21
|
msgid "Edit or review"
|
|
26
22
|
msgstr "Rediger eller se gjennom"
|
|
@@ -49,10 +45,6 @@ msgctxt "Label for the AI command to provide a summary of content."
|
|
|
49
45
|
msgid "Summarize"
|
|
50
46
|
msgstr "Oppsummer"
|
|
51
47
|
|
|
52
|
-
msgctxt "Label for the AI command to explain the content."
|
|
53
|
-
msgid "Explain"
|
|
54
|
-
msgstr "Forklar"
|
|
55
|
-
|
|
56
48
|
msgctxt "Label for the AI command to continue the content."
|
|
57
49
|
msgid "Continue"
|
|
58
50
|
msgstr "Fortsett"
|
|
@@ -97,14 +89,50 @@ msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
|
97
89
|
msgid "Journalism"
|
|
98
90
|
msgstr "Journalistisk"
|
|
99
91
|
|
|
100
|
-
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
-
msgid "Medical"
|
|
102
|
-
msgstr "Medisinsk"
|
|
103
|
-
|
|
104
92
|
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
93
|
msgid "Poetic"
|
|
106
94
|
msgstr "Poetisk"
|
|
107
95
|
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr "Oversett"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr "Oversett til %0"
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr "Engelsk"
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr "Spansk"
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr "Tysk"
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr "Portugisisk"
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr "Fransk"
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr "Forenklet kinesisk"
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr "Hindi"
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr "Arabisk"
|
|
135
|
+
|
|
108
136
|
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
137
|
msgid "AI Assistant"
|
|
110
138
|
msgstr "AI-assistent"
|
|
@@ -145,10 +173,6 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
145
173
|
msgid "AI is writing..."
|
|
146
174
|
msgstr "AI skriver ..."
|
|
147
175
|
|
|
148
|
-
msgctxt "The default error message that appears when the connection with AI fails."
|
|
149
|
-
msgid "Failed to communicate with the AI service"
|
|
150
|
-
msgstr "Mislyktes i å kommunisere med AI-tjenesten"
|
|
151
|
-
|
|
152
176
|
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
177
|
msgid "History"
|
|
154
178
|
msgstr "Historikk"
|
|
@@ -180,3 +204,23 @@ msgstr "Ingen kommandoer tilgjengelige"
|
|
|
180
204
|
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
205
|
msgid "AI_REPLACE_CONTENT"
|
|
182
206
|
msgstr "Erstatt"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr "Sett inn"
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when a function providing custom headers fails."
|
|
213
|
+
msgid "AI_ERROR_HEADERS"
|
|
214
|
+
msgstr "Klargjøring av forespørselshoder mislyktes"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr "Det valgte innholdet er for langt"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr "Forespørselen oppfyller ikke reglene for moderering"
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr "Mislyktes i å kommunisere med AI-tjenesten"
|
package/lang/translations/pl.po
CHANGED
|
@@ -17,10 +17,6 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
|
|
20
|
-
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
-
msgid "Ask AI"
|
|
22
|
-
msgstr "Poproś AI"
|
|
23
|
-
|
|
24
20
|
msgctxt "AI command group label for editing and reviewing."
|
|
25
21
|
msgid "Edit or review"
|
|
26
22
|
msgstr "Edytuj lub recenzuj"
|
|
@@ -49,10 +45,6 @@ msgctxt "Label for the AI command to provide a summary of content."
|
|
|
49
45
|
msgid "Summarize"
|
|
50
46
|
msgstr "Streść"
|
|
51
47
|
|
|
52
|
-
msgctxt "Label for the AI command to explain the content."
|
|
53
|
-
msgid "Explain"
|
|
54
|
-
msgstr "Wyjaśnij"
|
|
55
|
-
|
|
56
48
|
msgctxt "Label for the AI command to continue the content."
|
|
57
49
|
msgid "Continue"
|
|
58
50
|
msgstr "Kontynuuj"
|
|
@@ -97,14 +89,50 @@ msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
|
97
89
|
msgid "Journalism"
|
|
98
90
|
msgstr "Dziennikarski"
|
|
99
91
|
|
|
100
|
-
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
-
msgid "Medical"
|
|
102
|
-
msgstr "Medyczny"
|
|
103
|
-
|
|
104
92
|
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
93
|
msgid "Poetic"
|
|
106
94
|
msgstr "Poetycki"
|
|
107
95
|
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr "Tłumacz"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr "Tłumacz na %0"
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr "angielski"
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr "hiszpański"
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr "niemiecki"
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr "portugalski"
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr "francuski"
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr "chiński uproszczony"
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr "hinduski"
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr "arabski"
|
|
135
|
+
|
|
108
136
|
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
137
|
msgid "AI Assistant"
|
|
110
138
|
msgstr "Asystent AI"
|
|
@@ -145,10 +173,6 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
145
173
|
msgid "AI is writing..."
|
|
146
174
|
msgstr "AI pisze..."
|
|
147
175
|
|
|
148
|
-
msgctxt "The default error message that appears when the connection with AI fails."
|
|
149
|
-
msgid "Failed to communicate with the AI service"
|
|
150
|
-
msgstr "Nie udało się połączyć z usługą AI"
|
|
151
|
-
|
|
152
176
|
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
177
|
msgid "History"
|
|
154
178
|
msgstr "Historia"
|
|
@@ -180,3 +204,23 @@ msgstr "Brak dostępnych poleceń"
|
|
|
180
204
|
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
205
|
msgid "AI_REPLACE_CONTENT"
|
|
182
206
|
msgstr "Zamień"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr "Wstaw"
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when a function providing custom headers fails."
|
|
213
|
+
msgid "AI_ERROR_HEADERS"
|
|
214
|
+
msgstr "Przygotowanie nagłówków żądania nie powiodło się"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr "Wybrana treść jest za długa"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr "Żądane zapytanie nie spełnia reguł moderacji"
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr "Nie udało się połączyć z usługą AI"
|
|
@@ -17,10 +17,6 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
|
|
20
|
-
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
-
msgid "Ask AI"
|
|
22
|
-
msgstr "Pedir à IA"
|
|
23
|
-
|
|
24
20
|
msgctxt "AI command group label for editing and reviewing."
|
|
25
21
|
msgid "Edit or review"
|
|
26
22
|
msgstr "Editar ou revisar"
|
|
@@ -49,10 +45,6 @@ msgctxt "Label for the AI command to provide a summary of content."
|
|
|
49
45
|
msgid "Summarize"
|
|
50
46
|
msgstr "Resumir"
|
|
51
47
|
|
|
52
|
-
msgctxt "Label for the AI command to explain the content."
|
|
53
|
-
msgid "Explain"
|
|
54
|
-
msgstr "Explicar"
|
|
55
|
-
|
|
56
48
|
msgctxt "Label for the AI command to continue the content."
|
|
57
49
|
msgid "Continue"
|
|
58
50
|
msgstr "Continuar"
|
|
@@ -97,14 +89,50 @@ msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
|
97
89
|
msgid "Journalism"
|
|
98
90
|
msgstr "Jornalístico"
|
|
99
91
|
|
|
100
|
-
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
-
msgid "Medical"
|
|
102
|
-
msgstr "Médico"
|
|
103
|
-
|
|
104
92
|
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
93
|
msgid "Poetic"
|
|
106
94
|
msgstr "Poético"
|
|
107
95
|
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr "Traduzir"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr "Traduzir para %0"
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr "Inglês"
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr "Espanhol"
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr "Alemão"
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr "Português"
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr "Francês"
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr "Chinês simplificado"
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr "Hindi"
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr "Árabe"
|
|
135
|
+
|
|
108
136
|
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
137
|
msgid "AI Assistant"
|
|
110
138
|
msgstr "Assistente de IA"
|
|
@@ -145,10 +173,6 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
145
173
|
msgid "AI is writing..."
|
|
146
174
|
msgstr "IA escrevendo..."
|
|
147
175
|
|
|
148
|
-
msgctxt "The default error message that appears when the connection with AI fails."
|
|
149
|
-
msgid "Failed to communicate with the AI service"
|
|
150
|
-
msgstr "Falha na comunicação com o serviço de IA"
|
|
151
|
-
|
|
152
176
|
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
177
|
msgid "History"
|
|
154
178
|
msgstr "Histórico"
|
|
@@ -180,3 +204,23 @@ msgstr "Nenhum comando disponível"
|
|
|
180
204
|
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
205
|
msgid "AI_REPLACE_CONTENT"
|
|
182
206
|
msgstr "Substituir"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr "Inserir"
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when a function providing custom headers fails."
|
|
213
|
+
msgid "AI_ERROR_HEADERS"
|
|
214
|
+
msgstr "Falha ao preparar cabeçalhos de solicitação"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr "O conteúdo selecionado é muito longo"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr "A consulta solicitada não passa nas regras de moderação"
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr "Falha na comunicação com o serviço de IA"
|
package/lang/translations/pt.po
CHANGED
|
@@ -17,10 +17,6 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
|
|
20
|
-
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
-
msgid "Ask AI"
|
|
22
|
-
msgstr "Pedir à IA"
|
|
23
|
-
|
|
24
20
|
msgctxt "AI command group label for editing and reviewing."
|
|
25
21
|
msgid "Edit or review"
|
|
26
22
|
msgstr "Editar ou rever"
|
|
@@ -49,10 +45,6 @@ msgctxt "Label for the AI command to provide a summary of content."
|
|
|
49
45
|
msgid "Summarize"
|
|
50
46
|
msgstr "Resumir"
|
|
51
47
|
|
|
52
|
-
msgctxt "Label for the AI command to explain the content."
|
|
53
|
-
msgid "Explain"
|
|
54
|
-
msgstr "Explicar"
|
|
55
|
-
|
|
56
48
|
msgctxt "Label for the AI command to continue the content."
|
|
57
49
|
msgid "Continue"
|
|
58
50
|
msgstr "Continuar"
|
|
@@ -97,14 +89,50 @@ msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
|
97
89
|
msgid "Journalism"
|
|
98
90
|
msgstr "Jornalístico"
|
|
99
91
|
|
|
100
|
-
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
-
msgid "Medical"
|
|
102
|
-
msgstr "Médico"
|
|
103
|
-
|
|
104
92
|
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
93
|
msgid "Poetic"
|
|
106
94
|
msgstr "Poético"
|
|
107
95
|
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr "Traduzir"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr "Traduzir para %0"
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr "Inglês"
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr "Espanhol"
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr "Alemão"
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr "Português"
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr "Francês"
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr "Chinês Simplificado"
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr "Hindi"
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr "Árabe"
|
|
135
|
+
|
|
108
136
|
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
137
|
msgid "AI Assistant"
|
|
110
138
|
msgstr "Assistente de IA"
|
|
@@ -145,10 +173,6 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
145
173
|
msgid "AI is writing..."
|
|
146
174
|
msgstr "A IA está a escrever..."
|
|
147
175
|
|
|
148
|
-
msgctxt "The default error message that appears when the connection with AI fails."
|
|
149
|
-
msgid "Failed to communicate with the AI service"
|
|
150
|
-
msgstr "Falha ao comunicar com o serviço de IA"
|
|
151
|
-
|
|
152
176
|
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
177
|
msgid "History"
|
|
154
178
|
msgstr "Histórico"
|
|
@@ -180,3 +204,23 @@ msgstr "Nenhum comando disponível"
|
|
|
180
204
|
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
205
|
msgid "AI_REPLACE_CONTENT"
|
|
182
206
|
msgstr "Substituir"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr "Inserir"
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when a function providing custom headers fails."
|
|
213
|
+
msgid "AI_ERROR_HEADERS"
|
|
214
|
+
msgstr "Não foi possível preparar os cabeçalhos personalizados"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr "O conteúdo selecionado é muito longo"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr "O pedido solicitado não cumpre as regras de moderação"
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr "Falha ao comunicar com o serviço de IA"
|
package/lang/translations/ro.po
CHANGED
|
@@ -17,10 +17,6 @@ msgstr ""
|
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
19
|
|
|
20
|
-
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
-
msgid "Ask AI"
|
|
22
|
-
msgstr "Întrebați IA"
|
|
23
|
-
|
|
24
20
|
msgctxt "AI command group label for editing and reviewing."
|
|
25
21
|
msgid "Edit or review"
|
|
26
22
|
msgstr "Editați sau verificați"
|
|
@@ -49,10 +45,6 @@ msgctxt "Label for the AI command to provide a summary of content."
|
|
|
49
45
|
msgid "Summarize"
|
|
50
46
|
msgstr "Rezumați"
|
|
51
47
|
|
|
52
|
-
msgctxt "Label for the AI command to explain the content."
|
|
53
|
-
msgid "Explain"
|
|
54
|
-
msgstr "Explicație"
|
|
55
|
-
|
|
56
48
|
msgctxt "Label for the AI command to continue the content."
|
|
57
49
|
msgid "Continue"
|
|
58
50
|
msgstr "Continuare"
|
|
@@ -97,14 +89,50 @@ msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
|
97
89
|
msgid "Journalism"
|
|
98
90
|
msgstr "Jurnalism"
|
|
99
91
|
|
|
100
|
-
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
-
msgid "Medical"
|
|
102
|
-
msgstr "Medical"
|
|
103
|
-
|
|
104
92
|
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
93
|
msgid "Poetic"
|
|
106
94
|
msgstr "Poetic"
|
|
107
95
|
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr "Traducere"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr "Traducere în %0]"
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr "Engleză"
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr "Spaniolă"
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr "Germană"
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr "Portugheză"
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr "Franceză"
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr "Chineză simplificată"
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr "Hindi"
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr "Arabă"
|
|
135
|
+
|
|
108
136
|
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
137
|
msgid "AI Assistant"
|
|
110
138
|
msgstr "Asistent IA"
|
|
@@ -145,10 +173,6 @@ msgctxt "The label that indicates the AI is generating content."
|
|
|
145
173
|
msgid "AI is writing..."
|
|
146
174
|
msgstr "IA scrie..."
|
|
147
175
|
|
|
148
|
-
msgctxt "The default error message that appears when the connection with AI fails."
|
|
149
|
-
msgid "Failed to communicate with the AI service"
|
|
150
|
-
msgstr "Nu a reușit să comunice cu serviciul AI"
|
|
151
|
-
|
|
152
176
|
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
177
|
msgid "History"
|
|
154
178
|
msgstr "Istoric"
|
|
@@ -180,3 +204,23 @@ msgstr "Nu există comenzi disponibile"
|
|
|
180
204
|
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
205
|
msgid "AI_REPLACE_CONTENT"
|
|
182
206
|
msgstr "Înlocuire"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr "Inserează"
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when a function providing custom headers fails."
|
|
213
|
+
msgid "AI_ERROR_HEADERS"
|
|
214
|
+
msgstr "Pregătirea anteturilor de solicitare a eșuat"
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr "Conținutul selectat este prea lung"
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr "Interogarea solicitată nu respectă regulile de moderare"
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr "Nu a reușit să comunice cu serviciul AI"
|