@ckeditor/ckeditor5-ai 0.0.0-nightly-20231004.0 → 40.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/README.md +19 -1
- package/build/ai.js +2 -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/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +15 -5
- package/lang/translations/ar.po +39 -39
- package/lang/translations/bg.po +39 -39
- package/lang/translations/bn.po +39 -39
- package/lang/translations/ca.po +39 -39
- package/lang/translations/cs.po +39 -39
- package/lang/translations/da.po +39 -39
- package/lang/translations/de.po +39 -39
- package/lang/translations/el.po +39 -39
- package/lang/translations/es.po +39 -39
- package/lang/translations/et.po +39 -39
- package/lang/translations/fi.po +39 -39
- package/lang/translations/fr.po +39 -39
- package/lang/translations/he.po +39 -39
- package/lang/translations/hi.po +39 -39
- package/lang/translations/hu.po +39 -39
- package/lang/translations/id.po +39 -39
- package/lang/translations/it.po +39 -39
- package/lang/translations/ja.po +39 -39
- package/lang/translations/ko.po +39 -39
- package/lang/translations/lt.po +39 -39
- package/lang/translations/lv.po +39 -39
- package/lang/translations/ms.po +39 -39
- package/lang/translations/nl.po +40 -40
- package/lang/translations/no.po +39 -39
- package/lang/translations/pl.po +39 -39
- package/lang/translations/pt-br.po +39 -39
- package/lang/translations/pt.po +39 -39
- package/lang/translations/ro.po +39 -39
- package/lang/translations/ru.po +39 -39
- package/lang/translations/sk.po +39 -39
- package/lang/translations/sr.po +39 -39
- package/lang/translations/sv.po +39 -39
- package/lang/translations/th.po +39 -39
- package/lang/translations/tr.po +39 -39
- package/lang/translations/uk.po +39 -39
- package/lang/translations/vi.po +39 -39
- package/lang/translations/zh-cn.po +39 -39
- package/lang/translations/zh.po +39 -39
- package/package.json +5 -3
- package/src/aiassistant.d.ts +419 -128
- package/src/aiassistant.js +1 -1
- package/src/aiassistantediting.d.ts +45 -44
- package/src/aiassistantediting.js +1 -1
- package/src/aiassistantui.d.ts +46 -41
- package/src/aiassistantui.js +1 -1
- package/src/aiconnector.d.ts +44 -40
- package/src/aiconnector.js +1 -1
- package/src/augmentation.d.ts +26 -26
- package/src/index.d.ts +9 -9
- package/src/ui/aiassistantcontroller.d.ts +59 -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/form/aiformcontentarea.d.ts +48 -70
- 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 +41 -41
- package/src/ui/form/aiformtoolbarview.js +1 -1
- package/src/ui/form/aiformview.d.ts +131 -125
- 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 +26 -26
- package/src/ui/showaiassistantcommand.js +1 -1
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/theme/ai-dropdown.css +4 -4
- package/theme/ai-form.css +2 -0
- package/theme/ai.css +15 -13
- package/theme/icons/error.svg +1 -3
- package/theme/icons/magic-wand.svg +1 -7
- package/theme/icons/robot-pencil.svg +1 -9
- package/theme/icons/submit.svg +1 -3
- package/src/ui/form/aiformtextareaview.d.ts +0 -31
- package/src/ui/form/aiformtextareaview.js +0 -23
package/build/translations/bg.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.bg=e.bg||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Замени","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.bg=e.bg||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"AI асистент","AI Commands":"AI команди","AI is writing...":"AI пише...",AI_REPLACE_CONTENT:"Замени","Ask AI and your prompts will be listed here for you to use later.":"Попитайте AI и Вашите подкани ще бъдат изброени тук, за да ги използвате по-късно.","Ask AI to edit or generate":"Помолете AI да редактира или генерира","Ask AI to improve generated text":"Помолете AI да подобри генерирания текст",Business:"Бизнес",Casual:"Непринуден","Change style":"Промяна на стила","Change tone":"Промяна на тона",Confident:"Уверен",Continue:"Продължете",Copy:"Копирай",Direct:"Директен","Edit or review":"Редактирайте или прегледайте","Empty history":"Празна история",Friendly:"Приятелски","Generate from selection":"Генериране от селекция",History:"История","Improve writing":"Подобрете писането","Insert below":"Поставете по-долу",Journalism:"Журналистика",Legal:"Юридически","Make longer":"Направете по-дълго","Make shorter":"Направете по-кратко","No commands available":"Няма налични команди","No commands found":"Няма намерени команди",Poetic:"Поетичен",Professional:"Професионален","Prompt history":"Подкана за история","Search AI command":"Търсене на AI команда","Simplify language":"Опростете езика",Stop:"Спиране",Submit:"Подай",Summarize:"Обобщете","Try again":"Опитайте отново"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/bn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.bn=e.bn||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"প্রতিস্থাপন করুন","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.bn=e.bn||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"AI অ্যাসিস্ট্যান্ট","AI Commands":"AI কমান্ড","AI is writing...":"AI লিখছে ...",AI_REPLACE_CONTENT:"প্রতিস্থাপন করুন","Ask AI and your prompts will be listed here for you to use later.":"AI-কে বলুন এবং আপনার প্রম্পটগুলি পরে আপনার ব্যবহারের জন্য এখানে তালিকাভুক্ত করা হবে।","Ask AI to edit or generate":"AI-কে এডিট বা জেনারেট করতে বলুন","Ask AI to improve generated text":"জেনারেট করা টেক্সট উন্নত করতে AI-কে বলুন",Business:"ব্যবসা",Casual:"ক্যাজুয়াল","Change style":"স্টাইল পরিবর্তন করুন","Change tone":"টোন পরিবর্তন করুন",Confident:"আত্মবিশ্বাসী",Continue:"চালিয়ে যান",Copy:"কপি করুন",Direct:"ডাইরেক্ট","Edit or review":"এডিট বা রিভিউ করুন","Empty history":"খালি ইতিহাস",Friendly:"বন্ধুত্বপূর্ণ","Generate from selection":"সিলেকশন থেকে জেনারেট করুন",History:"ইতিহাস","Improve writing":"লেখার উন্নতি করুন","Insert below":"নীচে প্রবেশ করান",Journalism:"সাংবাদিকতা",Legal:"আইনি","Make longer":"দীর্ঘ করুন","Make shorter":"ছোট করুন","No commands available":"কোনো কমান্ড উপলব্ধ নেই","No commands found":"কোনো কমান্ড পাওয়া যায়নি",Poetic:"কাব্যিক",Professional:"প্রফেশনাল","Prompt history":"প্রম্পট ইতিহাস","Search AI command":"AI কমান্ড অনুসন্ধান করুন","Simplify language":"ভাষা সহজ করুন",Stop:"থামুন",Submit:"জমা দিন",Summarize:"সারসংক্ষেপ করুন","Try again":"আবার চেষ্টা করুন"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/bs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.bs=e.bs||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Zamijeni","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ca.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const a=e.ca=e.ca||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"Assistent d'IA","AI Commands":"Ordres d'IA","AI is writing...":"La IA està escrivint...",AI_REPLACE_CONTENT:"Substituir","Ask AI and your prompts will be listed here for you to use later.":"Demana a IA i les teves sol·licituds s'enumeraran aquí per utilitzar-les més tard.","Ask AI to edit or generate":"Demana a la IA que editi o generi","Ask AI to improve generated text":"Demana a la IA que millori el text generat",Business:"Empresarial",Casual:"Informal","Change style":"Canvia l'estil","Change tone":"Canvia el to",Confident:"Confiat",Continue:"Continua",Copy:"Copia",Direct:"Directe","Edit or review":"Edita o revisa","Empty history":"Historial buit",Friendly:"Amigable","Generate from selection":"Genera a partir de la selecció",History:"Historial","Improve writing":"Millora la redacció","Insert below":"Insereix a sota",Journalism:"Periodisme",Legal:"Legal","Make longer":"Allarga'l","Make shorter":"Escurça'l","No commands available":"No hi ha ordres disponibles","No commands found":"No s'ha trobat cap ordre",Poetic:"Poètic",Professional:"Professional","Prompt history":"Historial de sol·licituds","Search AI command":"Cerca una ordre d'IA","Simplify language":"Simplifica el llenguatge",Stop:"Atura",Submit:"Enviar",Summarize:"Resumeix","Try again":"Torna-ho a provar"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/cs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.cs=e.cs||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"UI asistent","AI Commands":"Příkazy UI","AI is writing...":"UI píše…",AI_REPLACE_CONTENT:"Nahradit","Ask AI and your prompts will be listed here for you to use later.":"Zeptejte se UI a vaše výzvy uvedeme zde, abyste je mohli později použít.","Ask AI to edit or generate":"Požádat UI o úpravu nebo generování","Ask AI to improve generated text":"Požádat UI o vylepšení generovaného textu",Business:"Obchodní",Casual:"Neformální","Change style":"Změnit styl<","Change tone":"Změnit tón",Confident:"Sebevědomý",Continue:"Pokračovat",Copy:"Kopírovat",Direct:"Přímý","Edit or review":"Upravit nebo zkontrolovat","Empty history":"Prázdná historie",Friendly:"Přátelský","Generate from selection":"Generovat z výběru",History:"Historie","Improve writing":"Zlepšit psaný projev","Insert below":"Vložit níže",Journalism:"Novinářský",Legal:"Právní","Make longer":"Prodloužit","Make shorter":"Zkrátit","No commands available":"Nejsou k dispozici žádné příkazy","No commands found":"Nebyly nalezeny žádné příkazy",Poetic:"Poetický",Professional:"Profesionální","Prompt history":"Historie výzev","Search AI command":"Hledat příkaz UI","Simplify language":"Zjednodušit jazyk",Stop:"Zastavit",Submit:"Potvrdit",Summarize:"Shrnout","Try again":"Zkusit znovu"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/da.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const r=e.da=e.da||{};r.dictionary=Object.assign(r.dictionary||{},{"AI Assistant":"AI-assisten","AI Commands":"AI-kommandoer","AI is writing...":"AI skriver...",AI_REPLACE_CONTENT:"Erstat","Ask AI and your prompts will be listed here for you to use later.":"Spørg AI, og dine prompts vil blive vist her, så du kan bruge dem senere.","Ask AI to edit or generate":"Bed AI om at redigere eller generere","Ask AI to improve generated text":"Bed AI om at forbedre genereret tekst",Business:"Forretningsrettet",Casual:"Afslappet","Change style":"Skift stil","Change tone":"Skift tone",Confident:"Selvsikker",Continue:"Fortsæt",Copy:"Kopier",Direct:"Direkte","Edit or review":"Rediger eller gennemse","Empty history":"Ryd historik",Friendly:"Venlig","Generate from selection":"Generer fra valg",History:"Historik","Improve writing":"Gør teksten bedre","Insert below":"Indsæt nedenfor",Journalism:"Journalistisk",Legal:"Juridisk","Make longer":"Forlæng","Make shorter":"Forkort","No commands available":"Ingen tilgængelige kommandoer","No commands found":"Ingen kommandoer blev fundet",Poetic:"Poetisk",Professional:"Professionel","Prompt history":"Prompt-historik","Search AI command":"Søg efter AI-kommando","Simplify language":"Simplificer sprog",Stop:"Stop",Submit:"Send",Summarize:"Opsummer","Try again":"Prøv igen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e["de-ch"]=e["de-ch"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e["de-ch"]=e["de-ch"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Senden",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/de.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{"AI Assistant":"KI-Assistent","AI Commands":"KI-Befehle","AI is writing...":"KI schreibt …",AI_REPLACE_CONTENT:"Ersetzen","Ask AI and your prompts will be listed here for you to use later.":"Wenn Sie KI verwenden, dann werden Ihre Anfragen hier aufgelistet, damit Sie sie später nutzen können.","Ask AI to edit or generate":"KI zum Bearbeiten oder Generieren verwenden","Ask AI to improve generated text":"KI zur Verbesserung des generierten Texts verwenden",Business:"Business",Casual:"Lässig","Change style":"Stil ändern","Change tone":"Ton ändern",Confident:"Selbstbewusst",Continue:"Fortfahren",Copy:"Kopieren",Direct:"Direkt","Edit or review":"Bearbeiten oder überprüfen","Empty history":"Leerer Verlauf",Friendly:"Freundlich","Generate from selection":"Aus Auswahl generieren",History:"Verlauf","Improve writing":"Schreiben verbessern","Insert below":"Unten einfügen",Journalism:"Journalismus",Legal:"Rechtliches","Make longer":"Länger machen","Make shorter":"Kürzer machen","No commands available":"Keine Befehle verfügbar","No commands found":"Keine Befehle gefunden",Poetic:"Poetik",Professional:"Professionell","Prompt history":"Anfrageverlauf","Search AI command":"KI-Befehl suchen","Simplify language":"Sprache vereinfachen",Stop:"Anhalten",Submit:"Senden",Summarize:"Zusammenfassen","Try again":"Erneut versuchen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/el.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.el=e.el||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Αντικατάσταση","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.el=e.el||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"Βοηθός Τεχνητής Νοημοσύνης","AI Commands":"Εντολές Τεχνητής Νοημοσύνης","AI is writing...":"Η Τεχνητή Νοημοσύνη γράφει...",AI_REPLACE_CONTENT:"Αντικατάσταση","Ask AI and your prompts will be listed here for you to use later.":"Ρωτήστε την Τεχνητή Νοημοσύνη και οι εντολές σας θα καταχωρηθούν εδώ για να τις χρησιμοποιήσετε αργότερα.","Ask AI to edit or generate":"Ζητήστε από την Τεχνητή Νοημοσύνη την επεξεργασία ή τη δημιουργία","Ask AI to improve generated text":"Ζητήστε από την Τεχνητή Νοημοσύνη να βελτιώσει το παραγόμενο κείμενο",Business:"Επιχειρηματικό",Casual:"Χαλαρό","Change style":"Αλλαγή στιλ","Change tone":"Αλλαγή ήχου",Confident:"Με αυτοπεποίθηση",Continue:"Συνέχεια",Copy:"Αντιγραφή",Direct:"Άμεσο","Edit or review":"Επεξεργασία ή αναθεώρηση","Empty history":"Άδειασμα ιστορικού",Friendly:"Φιλικό","Generate from selection":"Δημιουργία από επιλογή",History:"Ιστορικό","Improve writing":"Βελτίωση στον γραπτό λόγο","Insert below":"Εισαγάγετε παρακάτω",Journalism:"Δημοσιογραφία",Legal:"Νομικό","Make longer":"Δημιουργία πιο μεγάλου","Make shorter":"Δημιουργία πιο σύντομου","No commands available":"Δεν υπάρχουν εντολές διαθέσιμες","No commands found":"Δεν βρέθηκαν εντολές",Poetic:"Ποιητικό",Professional:"Επαγγελματικό","Prompt history":"Ιστορικό εντολών","Search AI command":"Εντολή αναζήτησης Τεχνητής Νοημοσύνης","Simplify language":"Απλοποίηση γλώσσας",Stop:"Παύση",Submit:"Υποβολή",Summarize:"Σύνοψη","Try again":"Δοκιμάστε ξανά"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e["en-au"]=e["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Replace","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Submit",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e["es-co"]=e["es-co"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e["es-co"]=e["es-co"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Enviar",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/es.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const a=e.es=e.es||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"Asistente de la IA","AI Commands":"Comandos de la IA","AI is writing...":"La IA está escribiendo...",AI_REPLACE_CONTENT:"Reemplazar","Ask AI and your prompts will be listed here for you to use later.":"Pregunta a la IA y tus indicaciones aparecerán aquí para que puedas usarlas más tarde.","Ask AI to edit or generate":"Pedir a la IA que edite o genere","Ask AI to improve generated text":"Pedir a la IA que mejore el texto generado",Business:"Negocios",Casual:"Informal","Change style":"Cambiar el estilo","Change tone":"Cambiar el tono",Confident:"Seguro",Continue:"Continuar",Copy:"Copiar",Direct:"Directo","Edit or review":"Editar o revisar","Empty history":"Historial vacío",Friendly:"Amistoso","Generate from selection":"Generar a partir de la selección",History:"Historial","Improve writing":"Mejorar la escritura","Insert below":"Insertar debajo",Journalism:"Periodismo",Legal:"Legal","Make longer":"Hacerlo más largo","Make shorter":"Hacerlo más corto","No commands available":"No hay comandos disponibles","No commands found":"No se han encontrado comandos",Poetic:"Poético",Professional:"Profesional","Prompt history":"Historial rápido","Search AI command":"Buscar comando de IA","Simplify language":"Simplificar el lenguaje",Stop:"Detener",Submit:"Enviar",Summarize:"Resumir","Try again":"Intentar otra vez"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/et.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(a){const i=a.et=a.et||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Virtuaalabiline","AI Commands":"Virtuaalabilise käsud","AI is writing...":"Virtuaalabiline kirjutab...",AI_REPLACE_CONTENT:"Asenda","Ask AI and your prompts will be listed here for you to use later.":"Küsi virtuaalabiliselt ja käsud ilmuvad siia hiljem kasutamiseks.","Ask AI to edit or generate":"Palu virtuaalabilisel muuta või luua","Ask AI to improve generated text":"Palu virtuaalabilisel täiustada loodud teksti",Business:"Nagu ettevõtte",Casual:"Igapäevane","Change style":"Muuda stiili","Change tone":"Muuda tooni",Confident:"Enesekindel",Continue:"Jätka",Copy:"Kopeeri",Direct:"Otsekohene","Edit or review":"Muuda või toimeta","Empty history":"Tühjenda ajalugu",Friendly:"Sõbralik","Generate from selection":"Loo valikust",History:"Ajalugu","Improve writing":"Paranda kirjastiili","Insert below":"Sisesta allapoole",Journalism:"Ajakirjanduslik",Legal:"Juriidiline","Make longer":"Pikenda","Make shorter":"Lühenda","No commands available":"Käsud pole saadaval","No commands found":"Käske ei leitud",Poetic:"Luuleline",Professional:"Ametlik","Prompt history":"Käskude ajalugu","Search AI command":"Otsi virtuaalabilise käsku","Simplify language":"Lihtsusta sõnavara",Stop:"Lõpeta",Submit:"Saada",Summarize:"Koosta kokkuvõte","Try again":"Proovi uuesti"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fa.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.fa=e.fa||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"جایگزینی","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.fa=e.fa||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"جایگزینی","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"ارسال",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fi.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(i){const e=i.fi=i.fi||{};e.dictionary=Object.assign(e.dictionary||{},{"AI Assistant":"Keinoälyavustaja","AI Commands":"Keinoälykomennot","AI is writing...":"Keinoäly kirjoittaa...",AI_REPLACE_CONTENT:"Korvaa","Ask AI and your prompts will be listed here for you to use later.":"Kysy keinoälyltä, jolloin kehotuksesi listataan tänne myöhempää käyttöä varten.","Ask AI to edit or generate":"Pyydä keinoälyä muokkaamaan tai luomaan","Ask AI to improve generated text":"Pyydä keinoälyä kehittämään luotua tekstiä",Business:"Liiketoiminta",Casual:"Arkipäiväinen","Change style":"Vaihda tyyliä","Change tone":"Muuta äänensävyä",Confident:"Itsevarma",Continue:"Jatka",Copy:"Kopioi",Direct:"Suora","Edit or review":"Muokkaa tai tarkasta","Empty history":"Tyhjennä historia",Friendly:"Ystävällinen","Generate from selection":"Luo valikoiman pohjalta",History:"Historiatiedot","Improve writing":"Kehitä kirjoitusasua","Insert below":"Lisää alle",Journalism:"Journalismi",Legal:"Juridiikka","Make longer":"Pidennä","Make shorter":"Lyhennä","No commands available":"Komentoja ei ole saatavilla","No commands found":"Komentoja ei löytynyt",Poetic:"Runollinen",Professional:"Ammattimainen","Prompt history":"Kehotushistoria","Search AI command":"Hae keinoälykomentoa","Simplify language":"Yksinkertaista kielenkäyttöä",Stop:"Pysäytä",Submit:"Lähetä",Summarize:"Yhteenveto","Try again":"Yritä uudelleen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/fr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const r=e.fr=e.fr||{};r.dictionary=Object.assign(r.dictionary||{},{"AI Assistant":"Assistant IA","AI Commands":"Commandes IA","AI is writing...":"L'IA est en train d'écrire...",AI_REPLACE_CONTENT:"Remplacer","Ask AI and your prompts will be listed here for you to use later.":"Demandez à AI et vos invites seront répertoriées ici pour que vous puissiez les utiliser plus tard.","Ask AI to edit or generate":"Demander à l'IA de modifier ou de générer","Ask AI to improve generated text":"Demander à l'IA d'améliorer le texte généré",Business:"Commerce",Casual:"Occasionnel","Change style":"Changer le style","Change tone":"Changer de ton",Confident:"Confiant",Continue:"Continuer",Copy:"Copier",Direct:"Direct","Edit or review":"Modifier ou réviser","Empty history":"Historique vide",Friendly:"Amical","Generate from selection":"Générer à partir de la sélection",History:"Historique","Improve writing":"Améliorer l'écriture","Insert below":"Insérer ci-dessous",Journalism:"Journalisme",Legal:"Juridique","Make longer":"Rallonger","Make shorter":"Raccourcir","No commands available":"Aucune commande disponible","No commands found":"Aucune commande trouvée",Poetic:"Poétique",Professional:"Professionnel","Prompt history":"Historique de l'invite","Search AI command":"Commande de recherche avec l'IA","Simplify language":"Simplifier le langage",Stop:"Arrêter",Submit:"Soumettre",Summarize:"Résumer","Try again":"Réessayer"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/gl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.gl=e.gl||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Substituír","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Enviar",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/he.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.he=e.he||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"החלף","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.he=e.he||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"עוזר AI","AI Commands":"פקודות AI","AI is writing...":"AI כותב...",AI_REPLACE_CONTENT:"החלף","Ask AI and your prompts will be listed here for you to use later.":"לאחר בקשה מ-AI ההנחיות שלך יופיעו כאן לשימוש מאוחר יותר.","Ask AI to edit or generate":"לבקש מ-AI לערוך או ליצור","Ask AI to improve generated text":"לבקש מ-AI לשפר או ליצור טקסט",Business:"עסקי",Casual:"יומיומי","Change style":"לשנות סגנון","Change tone":"לשנות טון",Confident:"בביטחון עצמי",Continue:"להמשיך",Copy:"להעתיק",Direct:"ישיר","Edit or review":"עריכה או סקירה","Empty history":"לרוקן היסטוריה",Friendly:"ידידותי","Generate from selection":"ליצור מתוך בחירה",History:"היסטוריה","Improve writing":"לשפר את הכתיבה","Insert below":"להכניס למטה",Journalism:"עיתונאות",Legal:"משפטי","Make longer":"להאריך","Make shorter":"לקצר","No commands available":"אין פקודות זמינות","No commands found":"לא נמצאו פקודות",Poetic:"פיוטי",Professional:"מקצועי","Prompt history":"הנחיית היסטוריה","Search AI command":"חיפוש פקודת AI","Simplify language":"לפשט את השפה",Stop:"לעצור",Submit:"שלח",Summarize:"לסכם","Try again":"לנסות שוב"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hi.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.hi=e.hi||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"एआई सहायक","AI Commands":"एआई कमांड्स","AI is writing...":"एआई लिख रहा है...",AI_REPLACE_CONTENT:"बदलें","Ask AI and your prompts will be listed here for you to use later.":"एआई से पूछें और आपके संकेत आपके बाद में उपयोग के लिए यहां लिस्ट किए जाएंगे.","Ask AI to edit or generate":"एआई को एडिट करने या जनरेट करने के लिए कहें","Ask AI to improve generated text":"एआई को जनरेट किए गए टेक्स्ट को बेहतर बनाने के लिए कहें",Business:"बिज़नेस",Casual:"अनौपचारिक","Change style":"स्टाइल बदलें","Change tone":"स्वर बदलें",Confident:"आत्मविश्वासी",Continue:"जारी रखें",Copy:"कॉपी करें",Direct:"डायरेक्ट","Edit or review":"एडिट करें या रिव्यू करें","Empty history":"इतिहास खाली करें",Friendly:"दोस्ताना","Generate from selection":"चयन से जनरेट करें",History:"इतिहास","Improve writing":"लेखन में सुधार करें","Insert below":"नीचे लिखें",Journalism:"पत्रकारिता",Legal:"कानूनी","Make longer":"लम्बा बनाएं","Make shorter":"छोटा करें","No commands available":"कोई आदेश उपलब्ध नहीं","No commands found":"कोई आदेश नहीं मिला",Poetic:"काव्यात्मक",Professional:"पेशेवर","Prompt history":"संकेत का इतिहास","Search AI command":"एआई कमांड खोजें","Simplify language":"भाषा को सरल बनाएं",Stop:"रुकिए",Submit:"Submit",Summarize:"संक्षेप","Try again":"दोबारा कोशिश करें"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.hr=e.hr||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Zamijeni","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Pošalji",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/hu.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const s=e.hu=e.hu||{};s.dictionary=Object.assign(s.dictionary||{},{"AI Assistant":"AI-asszisztens","AI Commands":"AI-parancsok","AI is writing...":"Az AI ír...",AI_REPLACE_CONTENT:"Csere","Ask AI and your prompts will be listed here for you to use later.":"Kérje meg az AI-t, és az utasítások itt lesznek felsorolva a későbbi felhasználásra.","Ask AI to edit or generate":"Kérje meg az AI-t, hogy szerkesszen vagy generáljon","Ask AI to improve generated text":"Kérje meg az AI-t a generált szöveg javítására",Business:"Üzleti",Casual:"Alkalmi","Change style":"Stílus módosítása","Change tone":"Hangszín módosítása",Confident:"Bizalmas",Continue:"Folytatás",Copy:"Másolás",Direct:"Közvetlen","Edit or review":"Szerkesztés vagy áttekintés","Empty history":"Üres előzmények",Friendly:"Barátságos","Generate from selection":"Generálás a kijelölésből",History:"Előzmények","Improve writing":"Írás javítása","Insert below":"Illessze be alább",Journalism:"Újságírás",Legal:"Legális","Make longer":"Hosszabb legyen","Make shorter":"Rövidebb legyen","No commands available":"Nem állnak rendelkezésre parancsok","No commands found":"Nem találhatók parancsok",Poetic:"Költői",Professional:"Professzionális","Prompt history":"Utasítás előzmények","Search AI command":"Keresés az AI-parancsban","Simplify language":"Egyszerűsítse a nyelvet",Stop:"Megállítás",Submit:"Küldés",Summarize:"Összefoglalás","Try again":"Próbálja meg újra"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/id.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(a){const n=a.id=a.id||{};n.dictionary=Object.assign(n.dictionary||{},{"AI Assistant":"Asisten AI","AI Commands":"Perintah AI","AI is writing...":"AI sedang menulis...",AI_REPLACE_CONTENT:"Ubah","Ask AI and your prompts will be listed here for you to use later.":"Bertanya kepada AI dan prompt Anda akan dicantumkan di sini untuk Anda gunakan nanti.","Ask AI to edit or generate":"Minta AI untuk mengedit atau menghasilkan","Ask AI to improve generated text":"Minta AI untuk menyempurnakan teks yang dihasilkan",Business:"Bisnis",Casual:"Santai","Change style":"Ubah gaya","Change tone":"Ubah nada",Confident:"Percaya diri",Continue:"Lanjutkan",Copy:"Salin",Direct:"Langsung","Edit or review":"Edit atau tinjau","Empty history":"Riwayat kosong",Friendly:"Ramah","Generate from selection":"Hasilkan dari pilihan",History:"Riwayat","Improve writing":"Tingkatkan tulisan","Insert below":"Sisipkan di bawah",Journalism:"Jurnalisme",Legal:"Legal","Make longer":"Perpanjang","Make shorter":"Perpendek","No commands available":"Tidak ada perintah yang tersedia","No commands found":"Tidak ada perintah yang ditemukan",Poetic:"Puitis",Professional:"Profesional","Prompt history":"Riwayat prompt","Search AI command":"Cari perintah AI","Simplify language":"Sederhanakan bahasa",Stop:"Stop",Submit:"Kirim",Summarize:"Rangkum","Try again":"Coba lagi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/it.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(i){const e=i.it=i.it||{};e.dictionary=Object.assign(e.dictionary||{},{"AI Assistant":"Assistente AI","AI Commands":"Comandi AI","AI is writing...":"L'AI sta scrivendo...",AI_REPLACE_CONTENT:"Sostituisci","Ask AI and your prompts will be listed here for you to use later.":"Chiedi all'AI e le tue richieste saranno elencate qui per poterle utilizzare in seguito.","Ask AI to edit or generate":"Chiedi all'AI di modificare o generare","Ask AI to improve generated text":"Chiedi all'AI di migliorare il testo generato",Business:"Commerciale",Casual:"Informale","Change style":"Cambia lo stile","Change tone":"Cambia il tono",Confident:"Sicuro",Continue:"Continua",Copy:"Copia",Direct:"Diretto","Edit or review":"Modifica o controlla","Empty history":"Cronologia vuota",Friendly:"Amichevole","Generate from selection":"Genera dalla selezione",History:"Cronologia","Improve writing":"Migliora la scrittura","Insert below":"Inserisci qui sotto",Journalism:"Giornalismo",Legal:"Legale","Make longer":"Estendi","Make shorter":"Abbrevia","No commands available":"Nessun comando disponibile","No commands found":"Nessun comando trovato",Poetic:"Poetico",Professional:"Professionale","Prompt history":"Cronologia richieste","Search AI command":"Cerca il comando AI","Simplify language":"Semplifica il linguaggio",Stop:"Ferma",Submit:"Invia",Summarize:"Riassumi","Try again":"Riprova"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ja.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.ja=e.ja||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"置換","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.ja=e.ja||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"AIアシスタント","AI Commands":"AIコマンド","AI is writing...":"AIが文章を作成中…",AI_REPLACE_CONTENT:"置換","Ask AI and your prompts will be listed here for you to use later.":"AIに要求したプロンプトが後から使用できるようこちらに表示されます。","Ask AI to edit or generate":"AIに編集・生成を要求する","Ask AI to improve generated text":"AIに生成されたテキストの改良を要求する",Business:"ビジネス",Casual:"カジュアル","Change style":"スタイルを変更","Change tone":"トーンを変更",Confident:"自信に満ちている",Continue:"続ける",Copy:"コピー",Direct:"直接的","Edit or review":"編集・レビューする","Empty history":"履歴をクリア",Friendly:"フレンドリー","Generate from selection":"セレクションから生成する",History:"履歴","Improve writing":"文章を改善する","Insert below":"以下に挿入する",Journalism:"報道",Legal:"法的文書","Make longer":"長くする","Make shorter":"短くする","No commands available":"使用可能なコマンドがありません","No commands found":"コマンドが見つかりませんでした",Poetic:"詩的",Professional:"プロフェッショナル","Prompt history":"プロンプト履歴","Search AI command":"AIコマンドを検索","Simplify language":"簡潔な文章にする",Stop:"停止する",Submit:"送信",Summarize:"要約する","Try again":"再度お試しください"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/jv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.jv=e.jv||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Gantos","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Kirim",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ko.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.ko=e.ko||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"바꾸기","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.ko=e.ko||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"AI 어시스턴트","AI Commands":"AI 명령","AI is writing...":"AI가 작성 중입니다...",AI_REPLACE_CONTENT:"바꾸기","Ask AI and your prompts will be listed here for you to use later.":"AI에게 요청하면 나중에 사용할 수 있도록 프롬프트가 여기에 나열됩니다.","Ask AI to edit or generate":"AI에게 편집 또는 생성 요청","Ask AI to improve generated text":"생성된 텍스트를 개선하도록 AI에 요청",Business:"비즈니스",Casual:"캐주얼","Change style":"스타일 변경","Change tone":"톤 변경",Confident:"자신감",Continue:"계속",Copy:"복사",Direct:"직설적","Edit or review":"편집 또는 검토","Empty history":"빈 기록",Friendly:"우호적","Generate from selection":"선택에서 생성",History:"기록","Improve writing":"글쓰기 향상","Insert below":"아래에 삽입",Journalism:"저널리즘",Legal:"법적","Make longer":"길게 만들기","Make shorter":"짧게 만들기","No commands available":"사용 가능한 명령 없음","No commands found":"명령을 찾을 수 없음",Poetic:"시적",Professional:"전문적","Prompt history":"프롬프트 기록","Search AI command":"AI 명령 검색","Simplify language":"언어 단순화",Stop:"중단",Submit:"작성",Summarize:"요약","Try again":"다시 시도"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/lt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(i){const t=i.lt=i.lt||{};t.dictionary=Object.assign(t.dictionary||{},{"AI Assistant":"DI asistentas","AI Commands":"DI komandos","AI is writing...":"DI rašo...",AI_REPLACE_CONTENT:"Pakeisti","Ask AI and your prompts will be listed here for you to use later.":"Paklauskite DI ir jūsų užklausos bus įtrauktos į sąrašą, kurį galėsite naudoti vėliau.","Ask AI to edit or generate":"Paprašykite dirbtinio intelekto redaguoti arba sukurti","Ask AI to improve generated text":"Paprašykite dirbtinio intelekto patobulinti sukurtą tekstą",Business:"Dalykinis",Casual:"Neformalus","Change style":"Keisti stilių","Change tone":"Keisti toną",Confident:"Įtaigus",Continue:"Tęsti",Copy:"Kopijuoti",Direct:"Tiesioginis","Edit or review":"Redaguoti arba peržiūrėti","Empty history":"Išvalyti istoriją",Friendly:"Draugiškas","Generate from selection":"Sukurti iš pasirinkimo",History:"Istorija","Improve writing":"Tobulinti rašymą","Insert below":"Įterpti žemiau",Journalism:"Publicistinis",Legal:"Teisinis","Make longer":"Ilginti","Make shorter":"Sutrumpinti","No commands available":"Nėra jokių komandų","No commands found":"Nerasta jokių komandų",Poetic:"Grožinis",Professional:"Profesionalus","Prompt history":"Užklausų istorija","Search AI command":"Ieškoti DI komandos","Simplify language":"Supaprastinti kalbą",Stop:"Sustabdyti",Submit:"Pateikti",Summarize:"Apibendrinti","Try again":"Pabandykite dar kartą"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/lv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const t=e.lv=e.lv||{};t.dictionary=Object.assign(t.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Aizstāt","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const t=e.lv=e.lv||{};t.dictionary=Object.assign(t.dictionary||{},{"AI Assistant":"Makslīgā intelekta palīgs","AI Commands":"Makslīgā intelekta norādes","AI is writing...":"Mākslīgais intelekts raksta...",AI_REPLACE_CONTENT:"Aizstāt","Ask AI and your prompts will be listed here for you to use later.":"Jautājiet mākslīgjam intelektam, un Jūsu pieprasījumi tiks reģistrēti šeit, lai Jūs tos varētu izmantot vēlāk.","Ask AI to edit or generate":"Lūdziet makslīgajam intelektam rediģēt vai ģenerēt","Ask AI to improve generated text":"Lūdziet makslīgajam intelektam uzlabot ģenerēto tekstu",Business:"Uzņēmējdarbība",Casual:"Ikdienišks","Change style":"Mainiet stilu","Change tone":"Samainiet toni",Confident:"Pārliecināts",Continue:"Turpiniet",Copy:"Kopēt",Direct:"Tiešs","Edit or review":"Rediģējiet vai pārskatiet","Empty history":"Izdzēsiet vēsturi",Friendly:"Draudzīgs","Generate from selection":"Ģenerēt no izvēlētā",History:"Vēsture","Improve writing":"Uzlabojiet rakstīšanu","Insert below":"Ievietojiet zemāk",Journalism:"Žurnālistika",Legal:"Likumīgs","Make longer":"Pagariniet","Make shorter":"Saīsiniet","No commands available":"Nav pieejamas norādes","No commands found":"Nav atrasta neviena norāde",Poetic:"Poētisks",Professional:"Profesionāls","Prompt history":"Pieprasījumu vēsture","Search AI command":"Meklējiet mākslīgā intelekta norādi","Simplify language":"Vienkāršojiet valodu",Stop:"Pārtraukt",Submit:"Saglabāt",Summarize:"Apkopojiet","Try again":"Mēģiniet vēlreiz"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ms.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(a){const n=a.ms=a.ms||{};n.dictionary=Object.assign(n.dictionary||{},{"AI Assistant":"Pembantu AI","AI Commands":"Perintah AI","AI is writing...":"AI sedang menulis...",AI_REPLACE_CONTENT:"Ganti","Ask AI and your prompts will be listed here for you to use later.":"Tanya AI dan gesaan anda akan disenaraikan di sini supaya anda boleh guna lain kali.","Ask AI to edit or generate":"Minta AI menyunting atau menjana","Ask AI to improve generated text":"Minta AI untuk menambah baik teks yang dijana",Business:"Perniagaan",Casual:"Santai","Change style":"Tukar gaya","Change tone":"Tukar nada",Confident:"Yakin",Continue:"Teruskan",Copy:"Salin",Direct:"Langsung","Edit or review":"Sunting atau semak semula","Empty history":"Tiada sejarah",Friendly:"Mesra","Generate from selection":"Hasilkan daripada pemilihan",History:"Sejarah","Improve writing":"Tingkatkan penulisan","Insert below":"Masukkan di bawah",Journalism:"Kewartawanan",Legal:"Undang-undang","Make longer":"Membuatkannya lebih panjang","Make shorter":"Membuatkannya lebih pendek","No commands available":"Tiada perintah tersedia","No commands found":"Tiada perintah ditemui",Poetic:"Puitis",Professional:"Profesional","Prompt history":"Sejarah segera","Search AI command":"Cari perintah AI","Simplify language":"Mempermudahkan bahasa",Stop:"Berhenti",Submit:"Hantar",Summarize:"Meringkaskan","Try again":"Cuba lagi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/nl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const r=e.nl=e.nl||{};r.dictionary=Object.assign(r.dictionary||{},{"AI Assistant":"AI-assistent","AI Commands":"AI-opdrachten","AI is writing...":"AI is aan het schrijven...",AI_REPLACE_CONTENT:"Vervangen","Ask AI and your prompts will be listed here for you to use later.":"Vraag AI en je prompts worden hier bewaard zodat je ze later kunt gebruiken.","Ask AI to edit or generate":"Vraag AI om te bewerken of te genereren","Ask AI to improve generated text":"Vraag AI om de gegenereerde tekst te verbeteren",Business:"Zakelijk",Casual:"Informeel","Change style":"Wijzig stijl","Change tone":"Wijzig toon",Confident:"Zelfverzekerd",Continue:"Doorgaan",Copy:"Kopiëren",Direct:"Direct","Edit or review":"Bewerk of review","Empty history":"Wis geschiedenis",Friendly:"Vriendelijk","Generate from selection":"Genereer op basis van selectie",History:"Geschiedenis","Improve writing":"Verbeter schrijven","Insert below":"Geef hieronder op",Journalism:"Journalistiek",Legal:"Juridisch","Make longer":"Maak langer","Make shorter":"Maak korter","No commands available":"Geen opdrachten beschikbaar","No commands found":"Geen opdrachten gevonden",Poetic:"Poëtisch",Professional:"Professioneel","Prompt history":"Prompt-geschiedenis","Search AI command":"Zoek AI-opdracht","Simplify language":"Vereenvoudig taalgebruik",Stop:"Stop",Submit:"Verzend",Summarize:"Vat samen","Try again":"Probeer opnieuw"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/no.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const r=e.no=e.no||{};r.dictionary=Object.assign(r.dictionary||{},{"AI Assistant":"AI-assistent","AI Commands":"AI-kommandoer","AI is writing...":"AI skriver ...",AI_REPLACE_CONTENT:"Erstatt","Ask AI and your prompts will be listed here for you to use later.":"Spør AI og dine ledetekster blir listet opp her slik at du kan bruke dem senere.","Ask AI to edit or generate":"Be AI om å redigere eller generere","Ask AI to improve generated text":"Be AI om å forbedre generert tekst",Business:"Næringsliv",Casual:"Uformell","Change style":"Endre stil","Change tone":"Endre tone",Confident:"Selvsikker",Continue:"Fortsett",Copy:"Kopier",Direct:"Direkte","Edit or review":"Rediger eller se gjennom","Empty history":"Tøm historikk",Friendly:"Vennlig","Generate from selection":"Generer fra utvalg",History:"Historikk","Improve writing":"Forbedre skriving","Insert below":"Sett inn nedenfor",Journalism:"Journalistisk",Legal:"Juridisk","Make longer":"Gjør lengre","Make shorter":"Gjør kortere","No commands available":"Ingen kommandoer tilgjengelige","No commands found":"Ingen kommandoer funnet",Poetic:"Poetisk",Professional:"Profesjonell","Prompt history":"Historikk over ledetekster","Search AI command":"Søk etter AI-kommando","Simplify language":"Forenkle språk",Stop:"Stopp",Submit:"Lagre",Summarize:"Oppsummer","Try again":"Prøv igjen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/pl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.pl=e.pl||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"Asystent AI","AI Commands":"Polecenia AI","AI is writing...":"AI pisze...",AI_REPLACE_CONTENT:"Zamień","Ask AI and your prompts will be listed here for you to use later.":"Poproś AI, a Twoje prompty pojawią się tutaj do późniejszego wykorzystania.","Ask AI to edit or generate":"Poproś AI o edytowanie lub wygenerowanie","Ask AI to improve generated text":"Poproś AI o poprawienie wygenerowanego tekstu",Business:"Biznesowy",Casual:"Potoczny","Change style":"Zmień styl","Change tone":"Zmień ton",Confident:"Pewny",Continue:"Kontynuuj",Copy:"Kopiuj",Direct:"Bezpośredni","Edit or review":"Edytuj lub recenzuj","Empty history":"Pusta historia",Friendly:"Przyjazny","Generate from selection":"Generuj z zaznaczenia",History:"Historia","Improve writing":"Popraw pisany tekst","Insert below":"Wstaw poniżej",Journalism:"Dziennikarski",Legal:"Prawniczy","Make longer":"Wydłuż","Make shorter":"Skróć","No commands available":"Brak dostępnych poleceń","No commands found":"Nie znaleziono poleceń",Poetic:"Poetycki",Professional:"Profesjonalny","Prompt history":"Historia promptów","Search AI command":"Wyszukaj polecenie AI","Simplify language":"Uprość język",Stop:"Przerwij",Submit:"Zatwierdź",Summarize:"Streść","Try again":"Spróbuj ponownie"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"Assistente de IA","AI Commands":"Comandos de IA","AI is writing...":"IA escrevendo...",AI_REPLACE_CONTENT:"Substituir","Ask AI and your prompts will be listed here for you to use later.":"Peça à IA e seus prompts serão listados aqui para você usar depois.","Ask AI to edit or generate":"Peça à IA para editar ou gerar","Ask AI to improve generated text":"Peça à IA para melhorar o texto gerado",Business:"Empresarial",Casual:"Casual","Change style":"Mudar estilo","Change tone":"Mudar o tom",Confident:"Confiante",Continue:"Continuar",Copy:"Copiar",Direct:"Forma direta","Edit or review":"Editar ou revisar","Empty history":"Histórico vazio",Friendly:"Amigável","Generate from selection":"Gerar da seleção",History:"Histórico","Improve writing":"Melhorar texto","Insert below":"Inserir abaixo",Journalism:"Jornalístico",Legal:"Jurídico","Make longer":"Mais texto","Make shorter":"Menos texto","No commands available":"Nenhum comando disponível","No commands found":"Nenhum comando encontrado",Poetic:"Poético",Professional:"Profissional","Prompt history":"Histórico de prompts","Search AI command":"Pesquise os comandos de IA","Simplify language":"Simplificar linguagem",Stop:"Parar",Submit:"Enviar",Summarize:"Resumir","Try again":"Tentar novamente"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/pt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const r=e.pt=e.pt||{};r.dictionary=Object.assign(r.dictionary||{},{"AI Assistant":"Assistente de IA","AI Commands":"Comandos de IA","AI is writing...":"A IA está a escrever...",AI_REPLACE_CONTENT:"Substituir","Ask AI and your prompts will be listed here for you to use later.":"Faça um pedido à IA e as suas instruções serão listadas aqui para poder usá-las posteriormente.","Ask AI to edit or generate":"Peça à IA para editar ou gerar","Ask AI to improve generated text":"Peça à IA para melhorar o texto gerado",Business:"Empresarial",Casual:"Informal","Change style":"Alterar estilo","Change tone":"Alterar tom",Confident:"Confiante",Continue:"Continuar",Copy:"Copiar",Direct:"Direto","Edit or review":"Editar ou rever","Empty history":"Histórico vazio",Friendly:"Cordial","Generate from selection":"Gerar a partir da seleção",History:"Histórico","Improve writing":"Melhorar a escrita","Insert below":"Inserir abaixo",Journalism:"Jornalístico",Legal:"Jurídico","Make longer":"Tornar mais extenso","Make shorter":"Tornar mais curto","No commands available":"Nenhum comando disponível","No commands found":"Nenhum comando encontrado",Poetic:"Poético",Professional:"Profissional","Prompt history":"Histórico de instruções","Search AI command":"Pesquisar comando de IA","Simplify language":"Simplificar a linguagem",Stop:"Parar",Submit:"Submeter",Summarize:"Resumir","Try again":"Tentar de novo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ro.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(i){const e=i.ro=i.ro||{};e.dictionary=Object.assign(e.dictionary||{},{"AI Assistant":"Asistent IA","AI Commands":"Comenzi IA","AI is writing...":"IA scrie...",AI_REPLACE_CONTENT:"Înlocuire","Ask AI and your prompts will be listed here for you to use later.":"Solicitați către IA și solicitările dvs. vor fi listate aici pentru a putea fi folosite ulterior.","Ask AI to edit or generate":"Cerere către IA de a modifica sau de a genera","Ask AI to improve generated text":"Cerere către IA de a îmbunătăți textul generat",Business:"Afaceri",Casual:"Informal","Change style":"Schimbare de stil","Change tone":"Schimbare de ton",Confident:"Încrezător",Continue:"Continuare",Copy:"Copiați",Direct:"Direct","Edit or review":"Editați sau verificați","Empty history":"Istoric gol",Friendly:"Prietenos","Generate from selection":"Generați din selecție",History:"Istoric","Improve writing":"Îmbunătățiți redactarea","Insert below":"Introduceți mai jos",Journalism:"Jurnalism",Legal:"Juridic","Make longer":"Mai lung","Make shorter":"Mai scurt","No commands available":"Nu există comenzi disponibile","No commands found":"Nu s-au găsit comenzi",Poetic:"Poetic",Professional:"Profesional","Prompt history":"Istoric instrucțiuni","Search AI command":"Căutare comandă IA","Simplify language":"Simplificați limbajul",Stop:"Oprire",Submit:"Trimite",Summarize:"Rezumați","Try again":"Încercați din nou"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ru.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.ru=e.ru||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Заменить","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.ru=e.ru||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"Помощник ИИ","AI Commands":"Команды ИИ","AI is writing...":"ИИ пишет...",AI_REPLACE_CONTENT:"Заменить","Ask AI and your prompts will be listed here for you to use later.":"Спросите ИИ – ваши подсказки будут перечислены здесь для использования их позже.","Ask AI to edit or generate":"Попросить ИИ отредактировать или сгенерировать","Ask AI to improve generated text":"Попросить ИИ улучшить сгенерированный текст",Business:"Деловой",Casual:"Обыденно","Change style":"Изменить стиль","Change tone":"Изменить тональность",Confident:"Уверенно",Continue:"Продолжить",Copy:"Копировать",Direct:"Прямолинейно","Edit or review":"Изменить или просмотреть","Empty history":"Очистить историю",Friendly:"Дружелюбно","Generate from selection":"Генерировать на основе выделенного",History:"История","Improve writing":"Улучшить написанное","Insert below":"Вставить ниже",Journalism:"Журналистика",Legal:"Юриспруденция","Make longer":"Удлинить","Make shorter":"Сократить","No commands available":"Нет доступных команд","No commands found":"Команды не найдены",Poetic:"Поэтический",Professional:"Профессионально","Prompt history":"История подсказок","Search AI command":"Команда поиска ИИ","Simplify language":"Упростить язык",Stop:"Стоп",Submit:"Отправить",Summarize:"Обобщить","Try again":"Попытаться снова"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const i=e.sk=e.sk||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Nahradiť","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const i=e.sk=e.sk||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Asistent AI","AI Commands":"Príkazy AI","AI is writing...":"AI generuje...",AI_REPLACE_CONTENT:"Nahradiť","Ask AI and your prompts will be listed here for you to use later.":"Požiadajte AI a budú tu uvedené vaše výzvy na neskoršie použitie.","Ask AI to edit or generate":"Požiadajte AI o úpravu alebo generovanie","Ask AI to improve generated text":"Požiadajte AI o zlepšenie generovaného textu",Business:"Obchodný",Casual:"Neformálne","Change style":"Zmena štýlu","Change tone":"Zmena tónu",Confident:"Sebavedome",Continue:"Pokračovať",Copy:"Kopírovať",Direct:"Priamo","Edit or review":"Upraviť alebo skontrolovať","Empty history":"Prázdna história",Friendly:"Priateľsky","Generate from selection":"Generovať z výberu",History:"História","Improve writing":"Zlepšiť písanie","Insert below":"Vložiť nižšie",Journalism:"Žurnalistický",Legal:"Právnický","Make longer":"Predĺžiť","Make shorter":"Skrátiť","No commands available":"Nie sú k dispozícii žiadne príkazy","No commands found":"Nenašli sa žiadne príkazy",Poetic:"Poetický",Professional:"Profesionálne","Prompt history":"História výziev","Search AI command":"Vyhľadávací príkaz AI","Simplify language":"Zjednodušiť jazyk",Stop:"Stop",Submit:"Potvrdiť",Summarize:"Zhrnúť","Try again":"Skúsiť znova"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e["sr-latn"]=e["sr-latn"]||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Zameni","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Pošalji",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(
|
|
1
|
+
!function(i){const e=i.sr=i.sr||{};e.dictionary=Object.assign(e.dictionary||{},{"AI Assistant":"AI pomoćnik","AI Commands":"AI komande","AI is writing...":"AI piše…",AI_REPLACE_CONTENT:"Замени","Ask AI and your prompts will be listed here for you to use later.":"Zatražite od AI i vaši upiti će biti navedeni ovde kako biste ih koristili kasnije.","Ask AI to edit or generate":"Zatražite od AI da uredi ili generiše","Ask AI to improve generated text":"Zatražite od AI da poboljša generisani tekst",Business:"Poslovni",Casual:"Neobavezno","Change style":"Promeni stil","Change tone":"Promeni ton",Confident:"Samouvereno",Continue:"Nastavi",Copy:"Kopiraj",Direct:"Direktno","Edit or review":"Uredi ili pregledaj","Empty history":"Istorija je prazna",Friendly:"Prijateljski","Generate from selection":"Generiši iz izbora",History:"Istorija","Improve writing":"Poboljšaj pisanje","Insert below":"Umetni ispod",Journalism:"Novinarski",Legal:"Pravni","Make longer":"Produži","Make shorter":"Skrati","No commands available":"Nije dostupna nijedna komanda","No commands found":"Nije pronađena nijedna komanda",Poetic:"Poetski",Professional:"Profesionalno","Prompt history":"Istorija upita","Search AI command":"Komanda za AI pretragu","Simplify language":"Pojednostavi jezik",Stop:"Zaustavi",Submit:"Пошаљи",Summarize:"Rezimiraj","Try again":"Pokušaj ponovo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/sv.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const a=e.sv=e.sv||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"AI-assistent","AI Commands":"AI-kommandon","AI is writing...":"AI skriver ...",AI_REPLACE_CONTENT:"Ersätt","Ask AI and your prompts will be listed here for you to use later.":"Fråga AI så listas dina promptar här så att du kan använda dem senare.","Ask AI to edit or generate":"Be AI redigera eller skapa","Ask AI to improve generated text":"Be AI förbättra den skapade texten",Business:"Företag",Casual:"Ledig","Change style":"Byt stil","Change tone":"Ändra tonläge",Confident:"Självsäker",Continue:"Fortsätt",Copy:"Kopiera",Direct:"Direkt","Edit or review":"Redigera eller granska","Empty history":"Töm historik",Friendly:"Vänlig","Generate from selection":"Skapa från urvalet",History:"Historik","Improve writing":"Förbättra skrivandet","Insert below":"Infoga nedan",Journalism:"Journalism",Legal:"Juridisk","Make longer":"Förläng","Make shorter":"Förkorta","No commands available":"Inga kommandon finns","No commands found":"Inga kommandon hittades",Poetic:"Poetisk",Professional:"Professionell","Prompt history":"Prompthistorik","Search AI command":"Sök AI-kommando","Simplify language":"Förenkla språket",Stop:"Stoppa",Submit:"Lämna in",Summarize:"Sammanfatta","Try again":"Försök igen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/th.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.th=e.th||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"แทนที่","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.th=e.th||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"ผู้ช่วย AI","AI Commands":"คำสั่ง AI","AI is writing...":"AI กำลังเขียน...",AI_REPLACE_CONTENT:"แทนที่","Ask AI and your prompts will be listed here for you to use later.":"ถาม AI แล้วพรอมต์ของคุณจะแสดงอยู่ที่นี่เพื่อให้คุณใช้ในภายหลัง","Ask AI to edit or generate":"ขอให้ AI แก้ไขหรือสร้าง","Ask AI to improve generated text":"ขอให้ AI ปรับปรุงข้อความที่สร้างขึ้น",Business:"ธุรกิจ",Casual:"ไม่เป็นทางการ","Change style":"เปลี่ยนสไตล์","Change tone":"เปลี่ยนโทน",Confident:"มั่นใจ",Continue:"ดำเนินการต่อ",Copy:"คัดลอก",Direct:"โดยตรง","Edit or review":"แก้ไขหรือทบทวน","Empty history":"ล้างประวัติ",Friendly:"เป็นกันเอง","Generate from selection":"สร้างจากสิ่งที่เลือก",History:"ประวัติ","Improve writing":"ปรับปรุงการเขียน","Insert below":"ใส่ด้านล่าง",Journalism:"วารสารศาสตร์",Legal:"กฎหมาย","Make longer":"ทำให้ยาวขึ้น","Make shorter":"ทำให้สั้นลง","No commands available":"ไม่มีคำสั่งให้ใช้","No commands found":"ไม่พบคำสั่ง",Poetic:"บทกวี",Professional:"มืออาชีพ","Prompt history":"ประวัติพรอมต์","Search AI command":"ค้นหาคำสั่ง AI","Simplify language":"ลดความซับซ้อนของภาษา",Stop:"หยุด",Submit:"ส่ง",Summarize:"สรุป","Try again":"ลองอีกครั้ง"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/tk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const
|
|
1
|
+
!function(e){const o=e.tk=e.tk||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"Iberiň",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/tr.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const i=e.tr=e.tr||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"Değiştir","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const i=e.tr=e.tr||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Yapay Zekâlı Yardımcı","AI Commands":"Yapay Zekâ Komutları","AI is writing...":"Yapay Zekâ yazıyor...",AI_REPLACE_CONTENT:"Değiştir","Ask AI and your prompts will be listed here for you to use later.":"Yapay Zekâya soru sorduğunuzda istemleriniz daha sonra kullanılmak üzere sizin için burada listelenir.","Ask AI to edit or generate":"Yapay Zekâdan düzenlemesini veya oluşturmasını iste","Ask AI to improve generated text":"Yapay Zekâdan oluşturulan metni geliştirmesini iste",Business:"Ticari",Casual:"Gündelik","Change style":"Stili değiştir","Change tone":"Tarzı değiştir",Confident:"Öz güvenli",Continue:"Devam et",Copy:"Kopyala",Direct:"Doğrudan","Edit or review":"Düzenle veya gözden geçir","Empty history":"Boş geçmiş",Friendly:"Samimi","Generate from selection":"Seçimden oluştur",History:"Geçmiş","Improve writing":"Yazımı geliştir","Insert below":"Aşağıya ekle",Journalism:"Gazetecilik",Legal:"Yasal","Make longer":"Uzat","Make shorter":"Kısalt","No commands available":"Kullanılabilir komut yok","No commands found":"Hiç komut bulunamadı",Poetic:"Şiirsel",Professional:"Profesyonel","Prompt history":"İstem geçmişi","Search AI command":"Yapay Zekâ komutunu ara","Simplify language":"Dili basitleştir",Stop:"Dur",Submit:"Gönder",Summarize:"Özetle","Try again":"Tekrar dene"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/build/translations/ug.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){const o=e.ug=e.ug||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"ئالماشتۇر","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","
|
|
1
|
+
!function(e){const o=e.ug=e.ug||{};o.dictionary=Object.assign(o.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_REPLACE_CONTENT:"ئالماشتۇر","Ask AI and your prompts will be listed here for you to use later.":"","Ask AI to edit or generate":"","Ask AI to improve generated text":"",Business:"",Casual:"","Change style":"","Change tone":"",Confident:"",Continue:"",Copy:"",Direct:"","Edit or review":"","Empty history":"",Friendly:"","Generate from selection":"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Professional:"","Prompt history":"","Search AI command":"","Simplify language":"",Stop:"",Submit:"يوللاش",Summarize:"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|