@ckeditor/ckeditor5-ai 0.0.1 → 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/CHANGELOG.md +4 -0
- package/LICENSE.md +7 -7
- package/README.md +32 -3
- package/build/ai.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +23 -0
- package/lang/contexts.json +53 -0
- package/lang/translations/af.po +182 -0
- package/lang/translations/ar.po +182 -0
- package/lang/translations/bg.po +182 -0
- package/lang/translations/bn.po +182 -0
- package/lang/translations/bs.po +182 -0
- package/lang/translations/ca.po +182 -0
- package/lang/translations/cs.po +182 -0
- package/lang/translations/da.po +182 -0
- package/lang/translations/de-ch.po +182 -0
- package/lang/translations/de.po +182 -0
- package/lang/translations/el.po +182 -0
- package/lang/translations/en-au.po +182 -0
- package/lang/translations/en.po +182 -0
- package/lang/translations/es-co.po +182 -0
- package/lang/translations/es.po +182 -0
- package/lang/translations/et.po +182 -0
- package/lang/translations/fa.po +182 -0
- package/lang/translations/fi.po +182 -0
- package/lang/translations/fr.po +182 -0
- package/lang/translations/gl.po +182 -0
- package/lang/translations/he.po +182 -0
- package/lang/translations/hi.po +182 -0
- package/lang/translations/hr.po +182 -0
- package/lang/translations/hu.po +182 -0
- package/lang/translations/id.po +182 -0
- package/lang/translations/it.po +182 -0
- package/lang/translations/ja.po +182 -0
- package/lang/translations/jv.po +182 -0
- package/lang/translations/ko.po +182 -0
- package/lang/translations/lt.po +182 -0
- package/lang/translations/lv.po +182 -0
- package/lang/translations/ms.po +182 -0
- package/lang/translations/nl.po +182 -0
- package/lang/translations/no.po +182 -0
- package/lang/translations/pl.po +182 -0
- package/lang/translations/pt-br.po +182 -0
- package/lang/translations/pt.po +182 -0
- package/lang/translations/ro.po +182 -0
- package/lang/translations/ru.po +182 -0
- package/lang/translations/sk.po +182 -0
- package/lang/translations/sr-latn.po +182 -0
- package/lang/translations/sr.po +182 -0
- package/lang/translations/sv.po +182 -0
- package/lang/translations/th.po +182 -0
- package/lang/translations/tk.po +182 -0
- package/lang/translations/tr.po +182 -0
- package/lang/translations/ug.po +182 -0
- package/lang/translations/uk.po +182 -0
- package/lang/translations/ur.po +182 -0
- package/lang/translations/vi.po +182 -0
- package/lang/translations/zh-cn.po +182 -0
- package/lang/translations/zh.po +182 -0
- package/package.json +38 -7
- package/src/aiassistant.d.ts +419 -0
- package/src/aiassistant.js +23 -0
- package/src/aiassistantediting.d.ts +45 -0
- package/src/aiassistantediting.js +23 -0
- package/src/aiassistantui.d.ts +46 -0
- package/src/aiassistantui.js +23 -0
- package/src/aiconnector.d.ts +44 -0
- package/src/aiconnector.js +23 -0
- package/src/augmentation.d.ts +26 -0
- package/src/augmentation.js +23 -0
- package/src/index.d.ts +9 -0
- package/src/index.js +23 -0
- package/src/ui/aiassistantcontroller.d.ts +59 -0
- package/src/ui/aiassistantcontroller.js +23 -0
- package/src/ui/dropdown/aicommandslistview.d.ts +22 -0
- package/src/ui/dropdown/aicommandslistview.js +23 -0
- package/src/ui/dropdown/buttonlabelwithhighlightview.d.ts +29 -0
- package/src/ui/dropdown/buttonlabelwithhighlightview.js +23 -0
- package/src/ui/form/aiformcontentarea.d.ts +48 -0
- package/src/ui/form/aiformcontentarea.js +23 -0
- package/src/ui/form/aiformerrorview.d.ts +26 -0
- package/src/ui/form/aiformerrorview.js +23 -0
- package/src/ui/form/aiformpromptview.d.ts +46 -0
- package/src/ui/form/aiformpromptview.js +23 -0
- package/src/ui/form/aiformtoolbarview.d.ts +41 -0
- package/src/ui/form/aiformtoolbarview.js +23 -0
- package/src/ui/form/aiformview.d.ts +131 -0
- package/src/ui/form/aiformview.js +23 -0
- package/src/ui/form/aihistorylistitemview.d.ts +18 -0
- package/src/ui/form/aihistorylistitemview.js +23 -0
- package/src/ui/form/aihistorylistview.d.ts +35 -0
- package/src/ui/form/aihistorylistview.js +23 -0
- package/src/ui/form/prompthistory.d.ts +20 -0
- package/src/ui/form/prompthistory.js +23 -0
- package/src/ui/showaiassistantcommand.d.ts +26 -0
- package/src/ui/showaiassistantcommand.js +23 -0
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/theme/ai-dropdown.css +37 -0
- package/theme/ai-form.css +203 -0
- package/theme/ai.css +98 -0
- package/theme/icons/copy.svg +1 -0
- package/theme/icons/error.svg +1 -0
- package/theme/icons/magic-wand.svg +1 -0
- package/theme/icons/robot-pencil.svg +1 -0
- package/theme/icons/submit.svg +1 -0
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +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:"Прямолинейно","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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +1 @@
|
|
|
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={}));
|
|
@@ -0,0 +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:"","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={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.uk=e.uk||{};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={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.ur=e.ur||{};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={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const i=n.vi=n.vi||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Trợ lí AI","AI Commands":"Lệnh AI","AI is writing...":"AI đang viết...",AI_REPLACE_CONTENT:"Thay thế","Ask AI and your prompts will be listed here for you to use later.":"Hãy bảo AI và lời nhắc của bạn sẽ được liệt kê ở đây để sử dụng sau.","Ask AI to edit or generate":"Bảo AI sửa hoặc tạo mới","Ask AI to improve generated text":"Bảo AI cải thiện văn bản đã tạo",Business:"Kinh doanh",Casual:"Đời thường","Change style":"Thay đổi văn phong","Change tone":"Thay đổi giọng văn",Confident:"Tự tin",Continue:"Tiếp tục",Copy:"Sao chép",Direct:"Trực tiếp","Edit or review":"Sửa hoặc xem lại","Empty history":"Lịch sử trống",Friendly:"Thân thiện","Generate from selection":"Tạo từ lựa chọn",History:"Lịch sử","Improve writing":"Cải thiện văn bản","Insert below":"Chèn vào bên dưới",Journalism:"Báo chí",Legal:"Pháp luật","Make longer":"Viết dài hơn","Make shorter":"Viết ngắn hơn","No commands available":"Không có lệnh nào khả dụng","No commands found":"Không tìm thấy lệnh nào",Poetic:"Thơ ca",Professional:"Chuyên nghiệp","Prompt history":"Lịch sử lời nhắc","Search AI command":"Tìm kiếm lệnh AI","Simplify language":"Đơn giản hóa ngôn ngữ",Stop:"Dừng",Submit:"Gửi",Summarize:"Tóm tắt","Try again":"Thử lại"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e["zh-cn"]=e["zh-cn"]||{};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={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.zh=e.zh||{};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={}));
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugins": [
|
|
3
|
+
{
|
|
4
|
+
"name": "AI Assistant",
|
|
5
|
+
"className": "AIAssistant",
|
|
6
|
+
"description": "Introduces AI tools for generating and improving content through the use of pre-defined commands or custom queries inserted by the user",
|
|
7
|
+
"docs": "features/ai-assistant.html",
|
|
8
|
+
"path": "src/aiassistant.js",
|
|
9
|
+
"uiComponents": [
|
|
10
|
+
{
|
|
11
|
+
"type": "SplitButton",
|
|
12
|
+
"name": "aiCommands",
|
|
13
|
+
"iconPath": "theme/icons/magic-wand.svg"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "Button",
|
|
17
|
+
"name": "aiAssistant",
|
|
18
|
+
"iconPath": "theme/icons/robot-pencil.svg"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Edit or review": "AI command group label for editing and reviewing.",
|
|
3
|
+
"Improve writing": "Label for the AI command to improve the writing of content.",
|
|
4
|
+
"Make shorter": "Label for the AI command to make the content shorter.",
|
|
5
|
+
"Make longer": "Label for the AI command to make the content longer.",
|
|
6
|
+
"Simplify language": "Label for the AI command to simplify the language of content.",
|
|
7
|
+
"Generate from selection": "AI command group label for generating content from selection.",
|
|
8
|
+
"Summarize": "Label for the AI command to provide a summary of content.",
|
|
9
|
+
"Continue": "Label for the AI command to continue the content.",
|
|
10
|
+
"Change tone": "AI command group label for changing the tone of content.",
|
|
11
|
+
"Professional": "Label for the AI command to rewrite content in a professional tone.",
|
|
12
|
+
"Casual": "Label for the AI command to rewrite content in a casual tone.",
|
|
13
|
+
"Direct": "Label for the AI command to rewrite content in a direct manner.",
|
|
14
|
+
"Confident": "Label for the AI command to rewrite content in a confident tone.",
|
|
15
|
+
"Friendly": "Label for the AI command to rewrite content in a friendly tone.",
|
|
16
|
+
"Change style": "AI command group label for changing the style of content.",
|
|
17
|
+
"Business": "Label for the AI command to rewrite content in a business style.",
|
|
18
|
+
"Legal": "Label for the AI command to rewrite content in a legal style.",
|
|
19
|
+
"Journalism": "Label for the AI command to rewrite content in a journalistic style.",
|
|
20
|
+
"Poetic": "Label for the AI command to rewrite content poetically.",
|
|
21
|
+
"Translate": "AI command group label for translating the content.",
|
|
22
|
+
"Translate to %0": "Label for the AI command. Example: (Translate to) English",
|
|
23
|
+
"English": "Translate to (English)",
|
|
24
|
+
"Spanish": "Translate to (Spanish)",
|
|
25
|
+
"German": "Translate to (German)",
|
|
26
|
+
"Portuguese": "Translate to (Portuguese)",
|
|
27
|
+
"French": "Translate to (French)",
|
|
28
|
+
"Simplified Chinese": "Translate to (Simplified Chinese)",
|
|
29
|
+
"Hindi": "Translate to (Hindi)",
|
|
30
|
+
"Arabic": "Translate to (Arabic)",
|
|
31
|
+
"AI Assistant": "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon.",
|
|
32
|
+
"AI Commands": "The toolbar button tooltip for the dropdown with predefined AI commands.",
|
|
33
|
+
"Ask AI to edit or generate": "The placeholder for the prompt input to obtain new content.",
|
|
34
|
+
"Ask AI to improve generated text": "The placeholder for the prompt input to improve the generated content.",
|
|
35
|
+
"Copy": "The label for the button that copies the text from the textarea.",
|
|
36
|
+
"Submit": "The label for the button that submits the entered AI prompt.",
|
|
37
|
+
"Insert below": "The label for the button that inserts the generated AI response below the current selection.",
|
|
38
|
+
"Try again": "The label for the button that repeats the request to AI.",
|
|
39
|
+
"Stop": "The label for the button that stops the generating of the content by AI.",
|
|
40
|
+
"AI is writing...": "The label that indicates the AI is generating content.",
|
|
41
|
+
"History": "The label of the button that toggles the prompt history pane in the AI balloon.",
|
|
42
|
+
"Empty history": "The primary information text displayed when the prompt history is empty.",
|
|
43
|
+
"Ask AI and your prompts will be listed here for you to use later.": "The secondary information text displayed when the prompt history is empty.",
|
|
44
|
+
"Prompt history": "The label of the list group that hosts historical user prompts in the AI balloon.",
|
|
45
|
+
"Search AI command": "The placeholder for the search input to filter the AI commands.",
|
|
46
|
+
"No commands found": "The message displayed when the commands search input does not match any AI commands.",
|
|
47
|
+
"No commands available": "The message displayed when there are no AI commands available in the commands dropdown.",
|
|
48
|
+
"AI_REPLACE_CONTENT": "The label for the button that replaces the selected content by the generated AI response.",
|
|
49
|
+
"AI_ERROR_AUTH_REQUEST": "Error message displayed when the authorization request fails.",
|
|
50
|
+
"AI_ERROR_CONTEXT_LENGTH": "Error message displayed when the content selected for AI processing is too long",
|
|
51
|
+
"AI_ERROR_MODERATION": "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules.",
|
|
52
|
+
"AI_ERROR_FAILED": "Generic error message displayed when the request failed for unspecified reason."
|
|
53
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Afrikaans (https://app.transifex.com/ckeditor/teams/11143/af/)\n"
|
|
16
|
+
"Language: af\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
+
msgid "Ask AI"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgctxt "AI command group label for editing and reviewing."
|
|
25
|
+
msgid "Edit or review"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the AI command to improve the writing of content."
|
|
29
|
+
msgid "Improve writing"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
msgctxt "Label for the AI command to make the content shorter."
|
|
33
|
+
msgid "Make shorter"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the AI command to make the content longer."
|
|
37
|
+
msgid "Make longer"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "Label for the AI command to simplify the language of content."
|
|
41
|
+
msgid "Simplify language"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
msgctxt "AI command group label for generating content from selection."
|
|
45
|
+
msgid "Generate from selection"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "Label for the AI command to provide a summary of content."
|
|
49
|
+
msgid "Summarize"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "Label for the AI command to explain the content."
|
|
53
|
+
msgid "Explain"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "Label for the AI command to continue the content."
|
|
57
|
+
msgid "Continue"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "AI command group label for changing the tone of content."
|
|
61
|
+
msgid "Change tone"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Label for the AI command to rewrite content in a professional tone."
|
|
65
|
+
msgid "Professional"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
msgctxt "Label for the AI command to rewrite content in a casual tone."
|
|
69
|
+
msgid "Casual"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgctxt "Label for the AI command to rewrite content in a direct manner."
|
|
73
|
+
msgid "Direct"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
msgctxt "Label for the AI command to rewrite content in a confident tone."
|
|
77
|
+
msgid "Confident"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
msgctxt "Label for the AI command to rewrite content in a friendly tone."
|
|
81
|
+
msgid "Friendly"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
msgctxt "AI command group label for changing the style of content."
|
|
85
|
+
msgid "Change style"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
msgctxt "Label for the AI command to rewrite content in a business style."
|
|
89
|
+
msgid "Business"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
msgctxt "Label for the AI command to rewrite content in a legal style."
|
|
93
|
+
msgid "Legal"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
97
|
+
msgid "Journalism"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
+
msgid "Medical"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
|
+
msgid "Poetic"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
|
+
msgid "AI Assistant"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
msgctxt "The toolbar button tooltip for the dropdown with predefined AI commands."
|
|
113
|
+
msgid "AI Commands"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
msgctxt "The placeholder for the prompt input to obtain new content."
|
|
117
|
+
msgid "Ask AI to edit or generate"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
msgctxt "The placeholder for the prompt input to improve the generated content."
|
|
121
|
+
msgid "Ask AI to improve generated text"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
msgctxt "The label for the button that copies the text from the textarea."
|
|
125
|
+
msgid "Copy"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
128
|
+
msgctxt "The label for the button that submits the entered AI prompt."
|
|
129
|
+
msgid "Submit"
|
|
130
|
+
msgstr "Indien"
|
|
131
|
+
|
|
132
|
+
msgctxt "The label for the button that inserts the generated AI response below the current selection."
|
|
133
|
+
msgid "Insert below"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
msgctxt "The label for the button that repeats the request to AI."
|
|
137
|
+
msgid "Try again"
|
|
138
|
+
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "The label for the button that stops the generating of the content by AI."
|
|
141
|
+
msgid "Stop"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label that indicates the AI is generating content."
|
|
145
|
+
msgid "AI is writing..."
|
|
146
|
+
msgstr ""
|
|
147
|
+
|
|
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 ""
|
|
151
|
+
|
|
152
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
|
+
msgid "History"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
156
|
+
msgctxt "The primary information text displayed when the prompt history is empty."
|
|
157
|
+
msgid "Empty history"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
msgctxt "The secondary information text displayed when the prompt history is empty."
|
|
161
|
+
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
164
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI balloon."
|
|
165
|
+
msgid "Prompt history"
|
|
166
|
+
msgstr ""
|
|
167
|
+
|
|
168
|
+
msgctxt "The placeholder for the search input to filter the AI commands."
|
|
169
|
+
msgid "Search AI command"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
msgctxt "The message displayed when the commands search input does not match any AI commands."
|
|
173
|
+
msgid "No commands found"
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
msgctxt "The message displayed when there are no AI commands available in the commands dropdown."
|
|
177
|
+
msgid "No commands available"
|
|
178
|
+
msgstr ""
|
|
179
|
+
|
|
180
|
+
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
|
+
msgid "AI_REPLACE_CONTENT"
|
|
182
|
+
msgstr "Vervang"
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n"
|
|
16
|
+
"Language: ar\n"
|
|
17
|
+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Label of the text field where the user to enters a request to the AI."
|
|
21
|
+
msgid "Ask AI"
|
|
22
|
+
msgstr "اطلب من الذكاء الاصطناعي"
|
|
23
|
+
|
|
24
|
+
msgctxt "AI command group label for editing and reviewing."
|
|
25
|
+
msgid "Edit or review"
|
|
26
|
+
msgstr "التحرير أو المراجعة"
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the AI command to improve the writing of content."
|
|
29
|
+
msgid "Improve writing"
|
|
30
|
+
msgstr "قم بتحسين الكتابة"
|
|
31
|
+
|
|
32
|
+
msgctxt "Label for the AI command to make the content shorter."
|
|
33
|
+
msgid "Make shorter"
|
|
34
|
+
msgstr "اجعله أقصر"
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the AI command to make the content longer."
|
|
37
|
+
msgid "Make longer"
|
|
38
|
+
msgstr "اجعله أطول"
|
|
39
|
+
|
|
40
|
+
msgctxt "Label for the AI command to simplify the language of content."
|
|
41
|
+
msgid "Simplify language"
|
|
42
|
+
msgstr "قم بتبسيط اللغة"
|
|
43
|
+
|
|
44
|
+
msgctxt "AI command group label for generating content from selection."
|
|
45
|
+
msgid "Generate from selection"
|
|
46
|
+
msgstr "قم بالإنشاء من التحديد"
|
|
47
|
+
|
|
48
|
+
msgctxt "Label for the AI command to provide a summary of content."
|
|
49
|
+
msgid "Summarize"
|
|
50
|
+
msgstr "تلخيص"
|
|
51
|
+
|
|
52
|
+
msgctxt "Label for the AI command to explain the content."
|
|
53
|
+
msgid "Explain"
|
|
54
|
+
msgstr "قم بالشرح"
|
|
55
|
+
|
|
56
|
+
msgctxt "Label for the AI command to continue the content."
|
|
57
|
+
msgid "Continue"
|
|
58
|
+
msgstr "متابعة"
|
|
59
|
+
|
|
60
|
+
msgctxt "AI command group label for changing the tone of content."
|
|
61
|
+
msgid "Change tone"
|
|
62
|
+
msgstr "تغيير الأسلوب"
|
|
63
|
+
|
|
64
|
+
msgctxt "Label for the AI command to rewrite content in a professional tone."
|
|
65
|
+
msgid "Professional"
|
|
66
|
+
msgstr "احترافي"
|
|
67
|
+
|
|
68
|
+
msgctxt "Label for the AI command to rewrite content in a casual tone."
|
|
69
|
+
msgid "Casual"
|
|
70
|
+
msgstr "غير رسمي"
|
|
71
|
+
|
|
72
|
+
msgctxt "Label for the AI command to rewrite content in a direct manner."
|
|
73
|
+
msgid "Direct"
|
|
74
|
+
msgstr "مباشر"
|
|
75
|
+
|
|
76
|
+
msgctxt "Label for the AI command to rewrite content in a confident tone."
|
|
77
|
+
msgid "Confident"
|
|
78
|
+
msgstr "لهجة واثقة"
|
|
79
|
+
|
|
80
|
+
msgctxt "Label for the AI command to rewrite content in a friendly tone."
|
|
81
|
+
msgid "Friendly"
|
|
82
|
+
msgstr "ودي"
|
|
83
|
+
|
|
84
|
+
msgctxt "AI command group label for changing the style of content."
|
|
85
|
+
msgid "Change style"
|
|
86
|
+
msgstr "تغيير الأسلوب"
|
|
87
|
+
|
|
88
|
+
msgctxt "Label for the AI command to rewrite content in a business style."
|
|
89
|
+
msgid "Business"
|
|
90
|
+
msgstr "تجاري"
|
|
91
|
+
|
|
92
|
+
msgctxt "Label for the AI command to rewrite content in a legal style."
|
|
93
|
+
msgid "Legal"
|
|
94
|
+
msgstr "قانوني"
|
|
95
|
+
|
|
96
|
+
msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
97
|
+
msgid "Journalism"
|
|
98
|
+
msgstr "الكتابة الصحفية"
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command to rewrite content in a medical style."
|
|
101
|
+
msgid "Medical"
|
|
102
|
+
msgstr "طبي"
|
|
103
|
+
|
|
104
|
+
msgctxt "Label for the AI command to rewrite content poetically."
|
|
105
|
+
msgid "Poetic"
|
|
106
|
+
msgstr "شِعري"
|
|
107
|
+
|
|
108
|
+
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
109
|
+
msgid "AI Assistant"
|
|
110
|
+
msgstr "مساعد الذكاء الاصطناعي"
|
|
111
|
+
|
|
112
|
+
msgctxt "The toolbar button tooltip for the dropdown with predefined AI commands."
|
|
113
|
+
msgid "AI Commands"
|
|
114
|
+
msgstr "أوامر الذكاء الاصطناعي"
|
|
115
|
+
|
|
116
|
+
msgctxt "The placeholder for the prompt input to obtain new content."
|
|
117
|
+
msgid "Ask AI to edit or generate"
|
|
118
|
+
msgstr "اطلب من الذكاء الاصطناعي أن يقوم بالتحرير أو الإنشاء"
|
|
119
|
+
|
|
120
|
+
msgctxt "The placeholder for the prompt input to improve the generated content."
|
|
121
|
+
msgid "Ask AI to improve generated text"
|
|
122
|
+
msgstr "اطلب من الذكاء الاصطناعي أن يقوم بتحسين النص الذي تم إنشاؤه"
|
|
123
|
+
|
|
124
|
+
msgctxt "The label for the button that copies the text from the textarea."
|
|
125
|
+
msgid "Copy"
|
|
126
|
+
msgstr "نسخ"
|
|
127
|
+
|
|
128
|
+
msgctxt "The label for the button that submits the entered AI prompt."
|
|
129
|
+
msgid "Submit"
|
|
130
|
+
msgstr "إرسال"
|
|
131
|
+
|
|
132
|
+
msgctxt "The label for the button that inserts the generated AI response below the current selection."
|
|
133
|
+
msgid "Insert below"
|
|
134
|
+
msgstr "أدخل أدناه"
|
|
135
|
+
|
|
136
|
+
msgctxt "The label for the button that repeats the request to AI."
|
|
137
|
+
msgid "Try again"
|
|
138
|
+
msgstr "حاول مجددًا"
|
|
139
|
+
|
|
140
|
+
msgctxt "The label for the button that stops the generating of the content by AI."
|
|
141
|
+
msgid "Stop"
|
|
142
|
+
msgstr "إيقاف"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label that indicates the AI is generating content."
|
|
145
|
+
msgid "AI is writing..."
|
|
146
|
+
msgstr "يقوم الذكاء الاصطناعي بالكتابة..."
|
|
147
|
+
|
|
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 "لقد فشل التواصل مع خدمة الذكاء الاصطناعي"
|
|
151
|
+
|
|
152
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
153
|
+
msgid "History"
|
|
154
|
+
msgstr "سجل المحفوظات"
|
|
155
|
+
|
|
156
|
+
msgctxt "The primary information text displayed when the prompt history is empty."
|
|
157
|
+
msgid "Empty history"
|
|
158
|
+
msgstr "السجل فارغ"
|
|
159
|
+
|
|
160
|
+
msgctxt "The secondary information text displayed when the prompt history is empty."
|
|
161
|
+
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
162
|
+
msgstr "سيتم إدراج الطلبات التي طلبتها من الذكاء الاصطناعي والتوجيهات الخاصة بك هنا لكي يتم استخدامها لاحقًا."
|
|
163
|
+
|
|
164
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI balloon."
|
|
165
|
+
msgid "Prompt history"
|
|
166
|
+
msgstr "سجل التوجيهات"
|
|
167
|
+
|
|
168
|
+
msgctxt "The placeholder for the search input to filter the AI commands."
|
|
169
|
+
msgid "Search AI command"
|
|
170
|
+
msgstr "البحث عن أوامر الذكاء الاصطناعي"
|
|
171
|
+
|
|
172
|
+
msgctxt "The message displayed when the commands search input does not match any AI commands."
|
|
173
|
+
msgid "No commands found"
|
|
174
|
+
msgstr "لم يتم العثور على أوامر"
|
|
175
|
+
|
|
176
|
+
msgctxt "The message displayed when there are no AI commands available in the commands dropdown."
|
|
177
|
+
msgid "No commands available"
|
|
178
|
+
msgstr "لا توجد أوامر متاحة"
|
|
179
|
+
|
|
180
|
+
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
181
|
+
msgid "AI_REPLACE_CONTENT"
|
|
182
|
+
msgstr "استبدال"
|