@ckeditor/ckeditor5-ai 0.0.1 → 40.1.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/uz.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 +54 -0
- package/lang/translations/af.po +226 -0
- package/lang/translations/ar.po +226 -0
- package/lang/translations/bg.po +226 -0
- package/lang/translations/bn.po +226 -0
- package/lang/translations/bs.po +226 -0
- package/lang/translations/ca.po +226 -0
- package/lang/translations/cs.po +226 -0
- package/lang/translations/da.po +226 -0
- package/lang/translations/de-ch.po +226 -0
- package/lang/translations/de.po +226 -0
- package/lang/translations/el.po +226 -0
- package/lang/translations/en-au.po +226 -0
- package/lang/translations/en.po +226 -0
- package/lang/translations/es-co.po +226 -0
- package/lang/translations/es.po +226 -0
- package/lang/translations/et.po +226 -0
- package/lang/translations/fa.po +226 -0
- package/lang/translations/fi.po +226 -0
- package/lang/translations/fr.po +226 -0
- package/lang/translations/gl.po +226 -0
- package/lang/translations/he.po +226 -0
- package/lang/translations/hi.po +226 -0
- package/lang/translations/hr.po +226 -0
- package/lang/translations/hu.po +226 -0
- package/lang/translations/id.po +226 -0
- package/lang/translations/it.po +226 -0
- package/lang/translations/ja.po +226 -0
- package/lang/translations/jv.po +226 -0
- package/lang/translations/ko.po +226 -0
- package/lang/translations/lt.po +226 -0
- package/lang/translations/lv.po +226 -0
- package/lang/translations/ms.po +226 -0
- package/lang/translations/nl.po +226 -0
- package/lang/translations/no.po +226 -0
- package/lang/translations/pl.po +226 -0
- package/lang/translations/pt-br.po +226 -0
- package/lang/translations/pt.po +226 -0
- package/lang/translations/ro.po +226 -0
- package/lang/translations/ru.po +226 -0
- package/lang/translations/sk.po +226 -0
- package/lang/translations/sr-latn.po +226 -0
- package/lang/translations/sr.po +226 -0
- package/lang/translations/sv.po +226 -0
- package/lang/translations/th.po +226 -0
- package/lang/translations/tk.po +226 -0
- package/lang/translations/tr.po +226 -0
- package/lang/translations/ug.po +226 -0
- package/lang/translations/uk.po +226 -0
- package/lang/translations/ur.po +226 -0
- package/lang/translations/uz.po +226 -0
- package/lang/translations/vi.po +226 -0
- package/lang/translations/zh-cn.po +226 -0
- package/lang/translations/zh.po +226 -0
- package/package.json +38 -7
- package/src/aiassistant.d.ts +458 -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 +44 -0
- package/src/aiassistantui.js +23 -0
- package/src/aiconnector.d.ts +45 -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 +96 -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/dropdown/labelwithhighlightview.d.ts +25 -0
- package/src/ui/dropdown/labelwithhighlightview.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 +54 -0
- package/src/ui/form/aiformtoolbarview.js +23 -0
- package/src/ui/form/aiformview.d.ts +142 -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 +250 -0
- package/theme/ai.css +103 -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.id=a.id||{};n.dictionary=Object.assign(n.dictionary||{},{"AI Assistant":"Asisten AI","AI Commands":"Perintah AI","AI is writing...":"AI sedang menulis...",AI_ERROR_AUTH_REQUEST:"Permintaan otorisasi gagal",AI_ERROR_CONTEXT_LENGTH:"Konten yang dipilih terlalu panjang",AI_ERROR_FAILED:"Gagal berkomunikasi dengan layanan AI",AI_ERROR_MODERATION:"Kueri yang diminta tidak lulus peraturan moderasi",AI_INSERT_CONTENT:"Sisipkan",AI_REPLACE_CONTENT:"Ubah",Arabic:"Arab","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",English:"Inggris",French:"Prancis",Friendly:"Ramah","Generate from selection":"Hasilkan dari pilihan",German:"Jerman",Hindi:"Hindi",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",Portuguese:"Portugis",Professional:"Profesional","Prompt history":"Riwayat prompt","Search AI command":"Cari perintah AI","Simplified Chinese":"Tionghoa Sederhana","Simplify language":"Sederhanakan bahasa",Spanish:"Spanyol",Stop:"Stop",Submit:"Kirim",Summarize:"Rangkum",Translate:"Terjemahkan","Translate to %0":"Terjemahkan ke %0","Try again":"Coba lagi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
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_ERROR_AUTH_REQUEST:"Richiesta di autorizzazione non riuscita",AI_ERROR_CONTEXT_LENGTH:"Il contenuto selezionato è troppo lungo",AI_ERROR_FAILED:"Impossibile comunicare con il servizio AI",AI_ERROR_MODERATION:"La query richiesta non supera le regole di moderazione",AI_INSERT_CONTENT:"Inserisci",AI_REPLACE_CONTENT:"Sostituisci",Arabic:"Arabo","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",English:"Inglese",French:"francese",Friendly:"Amichevole","Generate from selection":"Genera dalla selezione",German:"Tedesco",Hindi:"hindi",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",Portuguese:"portoghese",Professional:"Professionale","Prompt history":"Cronologia richieste","Search AI command":"Cerca il comando AI","Simplified Chinese":"Cinese semplificato","Simplify language":"Semplifica il linguaggio",Spanish:"spagnolo",Stop:"Ferma",Submit:"Invia",Summarize:"Riassumi",Translate:"Tradurre","Translate to %0":"Traduci in %0","Try again":"Riprova"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.ja=e.ja||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"AIアシスタント","AI Commands":"AIコマンド","AI is writing...":"AIが文章を作成中…",AI_ERROR_AUTH_REQUEST:"認証リクエストに失敗しました",AI_ERROR_CONTEXT_LENGTH:"選択したコンテンツは長すぎます",AI_ERROR_FAILED:"AIサービスとのやりとりに失敗しました",AI_ERROR_MODERATION:"要求されたクエリはモデレーションルールをクリアしません",AI_INSERT_CONTENT:"挿入",AI_REPLACE_CONTENT:"置換",Arabic:"アラビア語","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":"履歴をクリア",English:"英語",French:"フランス語",Friendly:"フレンドリー","Generate from selection":"セレクションから生成する",German:"ドイツ語",Hindi:"ヒンディー語",History:"履歴","Improve writing":"文章を改善する","Insert below":"以下に挿入する",Journalism:"報道",Legal:"法的文書","Make longer":"長くする","Make shorter":"短くする","No commands available":"使用可能なコマンドがありません","No commands found":"コマンドが見つかりませんでした",Poetic:"詩的",Portuguese:"ポルトガル語",Professional:"プロフェッショナル","Prompt history":"プロンプト履歴","Search AI command":"AIコマンドを検索","Simplified Chinese":"簡体字中国語","Simplify language":"簡潔な文章にする",Spanish:"スペイン語",Stop:"停止する",Submit:"送信",Summarize:"要約する",Translate:"翻訳","Translate to %0":"%0へ翻訳","Try again":"再度お試しください"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.jv=e.jv||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_ERROR_AUTH_REQUEST:"",AI_ERROR_CONTEXT_LENGTH:"",AI_ERROR_FAILED:"",AI_ERROR_MODERATION:"",AI_INSERT_CONTENT:"Tambah",AI_REPLACE_CONTENT:"Gantos",Arabic:"","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":"",English:"",French:"",Friendly:"","Generate from selection":"",German:"",Hindi:"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Portuguese:"",Professional:"","Prompt history":"","Search AI command":"","Simplified Chinese":"","Simplify language":"",Spanish:"",Stop:"",Submit:"Kirim",Summarize:"",Translate:"","Translate to %0":"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.ko=e.ko||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"AI 어시스턴트","AI Commands":"AI 명령","AI is writing...":"AI가 작성 중입니다...",AI_ERROR_AUTH_REQUEST:"인증 요청 실패",AI_ERROR_CONTEXT_LENGTH:"선택한 콘텐츠가 너무 깁니다",AI_ERROR_FAILED:"AI 서비스와 통신 실패",AI_ERROR_MODERATION:"요청한 쿼리가 검토 규칙을 통과하지 못했습니다",AI_INSERT_CONTENT:"삽입",AI_REPLACE_CONTENT:"바꾸기",Arabic:"아랍어","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":"빈 기록",English:"영어",French:"프랑스어",Friendly:"우호적","Generate from selection":"선택에서 생성",German:"독일어",Hindi:"힌디어",History:"기록","Improve writing":"글쓰기 향상","Insert below":"아래에 삽입",Journalism:"저널리즘",Legal:"법적","Make longer":"길게 만들기","Make shorter":"짧게 만들기","No commands available":"사용 가능한 명령 없음","No commands found":"명령을 찾을 수 없음",Poetic:"시적",Portuguese:"포르투갈어",Professional:"전문적","Prompt history":"프롬프트 기록","Search AI command":"AI 명령 검색","Simplified Chinese":"중국어 간체","Simplify language":"언어 단순화",Spanish:"스페인어",Stop:"중단",Submit:"작성",Summarize:"요약",Translate:"번역","Translate to %0":"%0(으)로 번역","Try again":"다시 시도"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const a=i.lt=i.lt||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"DI asistentas","AI Commands":"DI komandos","AI is writing...":"DI rašo...",AI_ERROR_AUTH_REQUEST:"Nesėkminga autorizacijos užklausa",AI_ERROR_CONTEXT_LENGTH:"Pasirinktas turinys yra per ilgas",AI_ERROR_FAILED:"Nepavyko užmegzti ryšio su DI paslauga",AI_ERROR_MODERATION:"Prašoma užklausa neatitinka moderavimo taisyklių",AI_INSERT_CONTENT:"Įkelti",AI_REPLACE_CONTENT:"Pakeisti",Arabic:"arabų","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ą",English:"anglų",French:"prancūzų",Friendly:"Draugiškas","Generate from selection":"Sukurti iš pasirinkimo",German:"vokiečių",Hindi:"hindi",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",Portuguese:"portugalų",Professional:"Profesionalus","Prompt history":"Užklausų istorija","Search AI command":"Ieškoti DI komandos","Simplified Chinese":"kinų (supaprastinta)","Simplify language":"Supaprastinti kalbą",Spanish:"ispanų",Stop:"Sustabdyti",Submit:"Pateikti",Summarize:"Apibendrinti",Translate:"Versti","Translate to %0":"Versti į %0","Try again":"Pabandykite dar kartą"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.lv=e.lv||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Makslīgā intelekta palīgs","AI Commands":"Makslīgā intelekta norādes","AI is writing...":"Mākslīgais intelekts raksta...",AI_ERROR_AUTH_REQUEST:"Autorizācijas pieprasījums neizdevās",AI_ERROR_CONTEXT_LENGTH:"Atlasītais saturs ir pārāk garš",AI_ERROR_FAILED:"Neizdevās sazināties ar mākslīgā intelekta pakalpojumu",AI_ERROR_MODERATION:"Pieprasītais vaicājums neatbilst noteikumiem",AI_INSERT_CONTENT:"Ievietot",AI_REPLACE_CONTENT:"Aizstāt",Arabic:"Arābu","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",English:"Angļu",French:"Franču",Friendly:"Draudzīgs","Generate from selection":"Ģenerēt no izvēlētā",German:"Vācu",Hindi:"Hindi",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",Portuguese:"Portugāļu",Professional:"Profesionāls","Prompt history":"Pieprasījumu vēsture","Search AI command":"Meklējiet mākslīgā intelekta norādi","Simplified Chinese":"Vienkāršotā ķīniešu","Simplify language":"Vienkāršojiet valodu",Spanish:"Spāņu",Stop:"Pārtraukt",Submit:"Saglabāt",Summarize:"Apkopojiet",Translate:"Tulkot","Translate to %0":"Tulkot uz %0","Try again":"Mēģiniet vēlreiz"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -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_ERROR_AUTH_REQUEST:"Permohonan pengesahan gagal",AI_ERROR_CONTEXT_LENGTH:"Kandungan yang dipilih terlalu panjang",AI_ERROR_FAILED:"Gagal berhubung dengan perkhidmatan AI",AI_ERROR_MODERATION:"Pertanyaan yang dipohon tidak melepasi peraturan moderator",AI_INSERT_CONTENT:"Masukkan",AI_REPLACE_CONTENT:"Ganti",Arabic:"Bahasa Arab","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",English:"Bahasa Inggeris",French:"Bahasa Perancis",Friendly:"Mesra","Generate from selection":"Hasilkan daripada pemilihan",German:"Bahasa Jerman",Hindi:"Bahasa Hindi",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",Portuguese:"Bahasa Portugis",Professional:"Profesional","Prompt history":"Sejarah segera","Search AI command":"Cari perintah AI","Simplified Chinese":"Bahasa Cina Ringkas","Simplify language":"Mempermudahkan bahasa",Spanish:"Bahasa Sepanyol",Stop:"Berhenti",Submit:"Hantar",Summarize:"Meringkaskan",Translate:"Terjemah","Translate to %0":"Terjemah kepada %0","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_ERROR_AUTH_REQUEST:"Verzoek tot autorisatie mislukt",AI_ERROR_CONTEXT_LENGTH:"Geselecteerde inhoud is te lang",AI_ERROR_FAILED:"Kon niet met de AI-service communiceren",AI_ERROR_MODERATION:"Verzoek voldoet niet aan moderatieregels",AI_INSERT_CONTENT:"Invoegen",AI_REPLACE_CONTENT:"Vervangen",Arabic:"Arabisch","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",English:"Engels",French:"Frans",Friendly:"Vriendelijk","Generate from selection":"Genereer op basis van selectie",German:"Duits",Hindi:"Hindi",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",Portuguese:"Portugees",Professional:"Professioneel","Prompt history":"Prompt-geschiedenis","Search AI command":"Zoek AI-opdracht","Simplified Chinese":"Vereenvoudigd Chinees","Simplify language":"Vereenvoudig taalgebruik",Spanish:"Spaans",Stop:"Stop",Submit:"Verzend",Summarize:"Vat samen",Translate:"Vertalen","Translate to %0":"Vertaal naar het %0","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_ERROR_AUTH_REQUEST:"Autoriseringsforespørsel mislyktes",AI_ERROR_CONTEXT_LENGTH:"Det valgte innholdet er for langt",AI_ERROR_FAILED:"Mislyktes i å kommunisere med AI-tjenesten",AI_ERROR_MODERATION:"Forespørselen oppfyller ikke reglene for moderering",AI_INSERT_CONTENT:"Sett inn",AI_REPLACE_CONTENT:"Erstatt",Arabic:"Arabisk","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",English:"Engelsk",French:"Fransk",Friendly:"Vennlig","Generate from selection":"Generer fra utvalg",German:"Tysk",Hindi:"Hindi",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",Portuguese:"Portugisisk",Professional:"Profesjonell","Prompt history":"Historikk over ledetekster","Search AI command":"Søk etter AI-kommando","Simplified Chinese":"Forenklet kinesisk","Simplify language":"Forenkle språk",Spanish:"Spansk",Stop:"Stopp",Submit:"Lagre",Summarize:"Oppsummer",Translate:"Oversett","Translate to %0":"Oversett til %0","Try again":"Prøv igjen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.pl=e.pl||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Asystent AI","AI Commands":"Polecenia AI","AI is writing...":"AI pisze...",AI_ERROR_AUTH_REQUEST:"Żądanie autoryzacji zakończyło się niepowodzeniem",AI_ERROR_CONTEXT_LENGTH:"Wybrana treść jest za długa",AI_ERROR_FAILED:"Nie udało się połączyć z usługą AI",AI_ERROR_MODERATION:"Żądane zapytanie nie spełnia reguł moderacji",AI_INSERT_CONTENT:"Wstaw",AI_REPLACE_CONTENT:"Zamień",Arabic:"arabski","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",English:"angielski",French:"francuski",Friendly:"Przyjazny","Generate from selection":"Generuj z zaznaczenia",German:"niemiecki",Hindi:"hinduski",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",Portuguese:"portugalski",Professional:"Profesjonalny","Prompt history":"Historia promptów","Search AI command":"Wyszukaj polecenie AI","Simplified Chinese":"chiński uproszczony","Simplify language":"Uprość język",Spanish:"hiszpański",Stop:"Przerwij",Submit:"Zatwierdź",Summarize:"Streść",Translate:"Tłumacz","Translate to %0":"Tłumacz na %0","Try again":"Spróbuj ponownie"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(o){const a=o["pt-br"]=o["pt-br"]||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"Assistente de IA","AI Commands":"Comandos de IA","AI is writing...":"IA escrevendo...",AI_ERROR_AUTH_REQUEST:"Falha na solicitação de autorização",AI_ERROR_CONTEXT_LENGTH:"O conteúdo selecionado é muito longo",AI_ERROR_FAILED:"Falha na comunicação com o serviço de IA",AI_ERROR_MODERATION:"A consulta solicitada não passa nas regras de moderação",AI_INSERT_CONTENT:"Inserir",AI_REPLACE_CONTENT:"Substituir",Arabic:"Árabe","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",English:"Inglês",French:"Francês",Friendly:"Amigável","Generate from selection":"Gerar da seleção",German:"Alemão",Hindi:"Hindi",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",Portuguese:"Português",Professional:"Profissional","Prompt history":"Histórico de prompts","Search AI command":"Pesquise os comandos de IA","Simplified Chinese":"Chinês simplificado","Simplify language":"Simplificar linguagem",Spanish:"Espanhol",Stop:"Parar",Submit:"Enviar",Summarize:"Resumir",Translate:"Traduzir","Translate to %0":"Traduzir para %0","Try again":"Tentar novamente"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.pt=e.pt||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"Assistente de IA","AI Commands":"Comandos de IA","AI is writing...":"A IA está a escrever...",AI_ERROR_AUTH_REQUEST:"Falha na solicitação de autorização",AI_ERROR_CONTEXT_LENGTH:"O conteúdo selecionado é muito longo",AI_ERROR_FAILED:"Falha ao comunicar com o serviço de IA",AI_ERROR_MODERATION:"O pedido solicitado não cumpre as regras de moderação",AI_INSERT_CONTENT:"Inserir",AI_REPLACE_CONTENT:"Substituir",Arabic:"Árabe","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",English:"Inglês",French:"Francês",Friendly:"Cordial","Generate from selection":"Gerar a partir da seleção",German:"Alemão",Hindi:"Hindi",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",Portuguese:"Português",Professional:"Profissional","Prompt history":"Histórico de instruções","Search AI command":"Pesquisar comando de IA","Simplified Chinese":"Chinês Simplificado","Simplify language":"Simplificar a linguagem",Spanish:"Espanhol",Stop:"Parar",Submit:"Submeter",Summarize:"Resumir",Translate:"Traduzir","Translate to %0":"Traduzir para %0","Try again":"Tentar de novo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.ro=e.ro||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Asistent IA","AI Commands":"Comenzi IA","AI is writing...":"IA scrie...",AI_ERROR_AUTH_REQUEST:"Cererea de autorizare a eșuat",AI_ERROR_CONTEXT_LENGTH:"Conținutul selectat este prea lung",AI_ERROR_FAILED:"Nu a reușit să comunice cu serviciul AI",AI_ERROR_MODERATION:"Interogarea solicitată nu respectă regulile de moderare",AI_INSERT_CONTENT:"Inserează",AI_REPLACE_CONTENT:"Înlocuire",Arabic:"Arabă","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",English:"Engleză",French:"Franceză",Friendly:"Prietenos","Generate from selection":"Generați din selecție",German:"Germană",Hindi:"Hindi",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",Portuguese:"Portugheză",Professional:"Profesional","Prompt history":"Istoric instrucțiuni","Search AI command":"Căutare comandă IA","Simplified Chinese":"Chineză simplificată","Simplify language":"Simplificați limbajul",Spanish:"Spaniolă",Stop:"Oprire",Submit:"Trimite",Summarize:"Rezumați",Translate:"Traducere","Translate to %0":"Traducere în %0]","Try again":"Încercați din nou"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.ru=e.ru||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"Помощник ИИ","AI Commands":"Команды ИИ","AI is writing...":"ИИ пишет...",AI_ERROR_AUTH_REQUEST:"Не удалось выполнить запрос на авторизацию",AI_ERROR_CONTEXT_LENGTH:"Выбранный контент слишком длинный",AI_ERROR_FAILED:"Не удалось связаться с сервисом ИИ",AI_ERROR_MODERATION:"Отправленный запрос не соответствует правилам модерации",AI_INSERT_CONTENT:"Вставить",AI_REPLACE_CONTENT:"Заменить",Arabic:"Арабский","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":"Очистить историю",English:"Английский",French:"Французский",Friendly:"Дружелюбно","Generate from selection":"Генерировать на основе выделенного",German:"Немецкий",Hindi:"Хинди",History:"История","Improve writing":"Улучшить написанное","Insert below":"Вставить ниже",Journalism:"Журналистика",Legal:"Юриспруденция","Make longer":"Удлинить","Make shorter":"Сократить","No commands available":"Нет доступных команд","No commands found":"Команды не найдены",Poetic:"Поэтический",Portuguese:"Португальский",Professional:"Профессионально","Prompt history":"История подсказок","Search AI command":"Команда поиска ИИ","Simplified Chinese":"Упрощенный китайский","Simplify language":"Упростить язык",Spanish:"Испанский",Stop:"Стоп",Submit:"Отправить",Summarize:"Обобщить",Translate:"Перевести","Translate to %0":"Перевести на %0","Try again":"Попытаться снова"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.sk=e.sk||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"Asistent AI","AI Commands":"Príkazy AI","AI is writing...":"AI generuje...",AI_ERROR_AUTH_REQUEST:"Žiadosť o autorizáciu zlyhala",AI_ERROR_CONTEXT_LENGTH:"Vybraný obsah je príliš dlhý",AI_ERROR_FAILED:"Komunikácia so službou AI zlyhala",AI_ERROR_MODERATION:"Požadovaný dopyt neprešiel pravidlami moderovania",AI_INSERT_CONTENT:"Vložiť",AI_REPLACE_CONTENT:"Nahradiť",Arabic:"arabčina","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",English:"angličtina",French:"francúzština",Friendly:"Priateľsky","Generate from selection":"Generovať z výberu",German:"nemčina",Hindi:"hindu",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ý",Portuguese:"portugalština",Professional:"Profesionálne","Prompt history":"História výziev","Search AI command":"Vyhľadávací príkaz AI","Simplified Chinese":"zjednodušená čínština","Simplify language":"Zjednodušiť jazyk",Spanish:"španielčina",Stop:"Stop",Submit:"Potvrdiť",Summarize:"Zhrnúť",Translate:"Preložiť","Translate to %0":"Preložiť do jazyka %0","Try again":"Skúsiť znova"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e["sr-latn"]=e["sr-latn"]||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_ERROR_AUTH_REQUEST:"",AI_ERROR_CONTEXT_LENGTH:"",AI_ERROR_FAILED:"",AI_ERROR_MODERATION:"",AI_INSERT_CONTENT:"Ubaci",AI_REPLACE_CONTENT:"Zameni",Arabic:"","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":"",English:"",French:"",Friendly:"","Generate from selection":"",German:"",Hindi:"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Portuguese:"",Professional:"","Prompt history":"","Search AI command":"","Simplified Chinese":"","Simplify language":"",Spanish:"",Stop:"",Submit:"Pošalji",Summarize:"",Translate:"","Translate to %0":"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const a=i.sr=i.sr||{};a.dictionary=Object.assign(a.dictionary||{},{"AI Assistant":"AI pomoćnik","AI Commands":"AI komande","AI is writing...":"AI piše…",AI_ERROR_AUTH_REQUEST:"Zahtev za autorizaciju nije uspeo",AI_ERROR_CONTEXT_LENGTH:"Izabrani sadržaj je predugačak",AI_ERROR_FAILED:"Komunikacija sa AI uslugom nije uspela",AI_ERROR_MODERATION:"Zahtevani upit ne prolazi pravila moderiranja",AI_INSERT_CONTENT:"Убаци",AI_REPLACE_CONTENT:"Замени",Arabic:"arapski","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",English:"engleski",French:"francuski",Friendly:"Prijateljski","Generate from selection":"Generiši iz izbora",German:"nemački",Hindi:"hindi",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",Portuguese:"portugalski",Professional:"Profesionalno","Prompt history":"Istorija upita","Search AI command":"Komanda za AI pretragu","Simplified Chinese":"pojednostavljeni kineski","Simplify language":"Pojednostavi jezik",Spanish:"španski",Stop:"Zaustavi",Submit:"Пошаљи",Summarize:"Rezimiraj",Translate:"Prevedi","Translate to %0":"Prevedi na %0","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_ERROR_AUTH_REQUEST:"Begäran om auktorisering misslyckades",AI_ERROR_CONTEXT_LENGTH:"Valt innehåll är för långt",AI_ERROR_FAILED:"Kunde inte kommunicera med AI-tjänsten",AI_ERROR_MODERATION:"Frågan klarar inte modereringsreglerna",AI_INSERT_CONTENT:"Infoga",AI_REPLACE_CONTENT:"Ersätt",Arabic:"Arabiska","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",English:"Engelska",French:"Franska",Friendly:"Vänlig","Generate from selection":"Skapa från urvalet",German:"Tyska",Hindi:"Hindi",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",Portuguese:"Portugisiska",Professional:"Professionell","Prompt history":"Prompthistorik","Search AI command":"Sök AI-kommando","Simplified Chinese":"Förenklad kinesiska","Simplify language":"Förenkla språket",Spanish:"Spanska",Stop:"Stoppa",Submit:"Lämna in",Summarize:"Sammanfatta",Translate:"Översätt","Translate to %0":"Översätt till %0","Try again":"Försök igen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.th=e.th||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"ผู้ช่วย AI","AI Commands":"คำสั่ง AI","AI is writing...":"AI กำลังเขียน...",AI_ERROR_AUTH_REQUEST:"คำขออนุมัติล้มเหลว",AI_ERROR_CONTEXT_LENGTH:"เนื้อหาที่เลือกยาวเกินไป",AI_ERROR_FAILED:"สื่อสารกับบริการ AI ไม่สำเร็จ",AI_ERROR_MODERATION:"ข้อความค้นหาที่ร้องขอไม่ผ่านกฎการกลั่นกรอง",AI_INSERT_CONTENT:"แทรก",AI_REPLACE_CONTENT:"แทนที่",Arabic:"ภาษาอารบิก","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":"ล้างประวัติ",English:"ภาษาอังกฤษ",French:"ภาษาฝรั่งเศส",Friendly:"เป็นกันเอง","Generate from selection":"สร้างจากสิ่งที่เลือก",German:"ภาษาเยอรมัน",Hindi:"ภาษาฮินดู",History:"ประวัติ","Improve writing":"ปรับปรุงการเขียน","Insert below":"ใส่ด้านล่าง",Journalism:"วารสารศาสตร์",Legal:"กฎหมาย","Make longer":"ทำให้ยาวขึ้น","Make shorter":"ทำให้สั้นลง","No commands available":"ไม่มีคำสั่งให้ใช้","No commands found":"ไม่พบคำสั่ง",Poetic:"บทกวี",Portuguese:"ภาษาโปรตุเกส",Professional:"มืออาชีพ","Prompt history":"ประวัติพรอมต์","Search AI command":"ค้นหาคำสั่ง AI","Simplified Chinese":"ภาษาจีนตัวย่อ","Simplify language":"ลดความซับซ้อนของภาษา",Spanish:"ภาษาสเปน",Stop:"หยุด",Submit:"ส่ง",Summarize:"สรุป",Translate:"แปล","Translate to %0":"แปลเป็น %0","Try again":"ลองอีกครั้ง"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.tk=e.tk||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_ERROR_AUTH_REQUEST:"",AI_ERROR_CONTEXT_LENGTH:"",AI_ERROR_FAILED:"",AI_ERROR_MODERATION:"",AI_INSERT_CONTENT:"",AI_REPLACE_CONTENT:"",Arabic:"","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":"",English:"",French:"",Friendly:"","Generate from selection":"",German:"",Hindi:"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Portuguese:"",Professional:"","Prompt history":"","Search AI command":"","Simplified Chinese":"","Simplify language":"",Spanish:"",Stop:"",Submit:"Iberiň",Summarize:"",Translate:"","Translate to %0":"","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_ERROR_AUTH_REQUEST:"Yetkilendirme isteği başarısız",AI_ERROR_CONTEXT_LENGTH:"Seçilen içerik çok uzun",AI_ERROR_FAILED:"Yapay Zekâ hizmetiyle iletişim kurulamadı",AI_ERROR_MODERATION:"İstenen sorgu, moderasyon kurallarını geçmiyor",AI_INSERT_CONTENT:"Ekle",AI_REPLACE_CONTENT:"Değiştir",Arabic:"Arapça","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ş",English:"İngilizce",French:"Fransızca",Friendly:"Samimi","Generate from selection":"Seçimden oluştur",German:"Almanca",Hindi:"Hintçe",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",Portuguese:"Portekizce",Professional:"Profesyonel","Prompt history":"İstem geçmişi","Search AI command":"Yapay Zekâ komutunu ara","Simplified Chinese":"Basitleştirilmiş Çince","Simplify language":"Dili basitleştir",Spanish:"İspanyolca",Stop:"Dur",Submit:"Gönder",Summarize:"Özetle",Translate:"Çevir","Translate to %0":"%0 diline çevir","Try again":"Tekrar dene"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.ug=e.ug||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"AI ياردەمچى","AI Commands":"AI بۇيرۇقلار","AI is writing...":"AI يېزىۋاتىدۇ",AI_ERROR_AUTH_REQUEST:"",AI_ERROR_CONTEXT_LENGTH:"",AI_ERROR_FAILED:"AI مۇلازىمىتى بىلەن ئالاقە قىلالمىدى",AI_ERROR_MODERATION:"",AI_INSERT_CONTENT:"",AI_REPLACE_CONTENT:"ئالماشتۇر",Arabic:"","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":"تارىخ بوش",English:"",French:"",Friendly:"دوستانە","Generate from selection":"تاللىغاندىن ھاسىللا",German:"",Hindi:"",History:"تارىخ","Improve writing":"يازمىنى ياخشىلا","Insert below":"تۆۋەنگە قىستۇر",Journalism:"ئاخباراتچىلىق",Legal:"قانۇن","Make longer":"ئۇزارت","Make shorter":"قىسقارت","No commands available":"ھېچقانداق بۇيرۇق يوق","No commands found":"ھېچقانداق بۇيرۇق تېپىلمىدى",Poetic:"شېئىرىي",Portuguese:"",Professional:"كەسپىي","Prompt history":"ئەسكەرتىش تارىخى","Search AI command":"AI بۇيرۇقى ئىزدە","Simplified Chinese":"","Simplify language":"ئاددى تىل",Spanish:"",Stop:"توختا",Submit:"يوللا",Summarize:"خۇلاسە",Translate:"","Translate to %0":"","Try again":"قايتا سىنا"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.uk=e.uk||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"ШІ-помічник","AI Commands":"ШІ команди","AI is writing...":"ШІ пише...",AI_ERROR_AUTH_REQUEST:"Помилка запиту на авторизацію",AI_ERROR_CONTEXT_LENGTH:"Обраний контент задовгий",AI_ERROR_FAILED:"Не вдалось зв'язатись з сервісом ШІ",AI_ERROR_MODERATION:"Створений запит не відповідає правилам модерації",AI_INSERT_CONTENT:"Вставити",AI_REPLACE_CONTENT:"Замінити",Arabic:"Арабською","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":"Порожня історія",English:"Англійською",French:"Французькою",Friendly:"Дружній","Generate from selection":"Генерувати з вибраного",German:"Німецькою",Hindi:"Гінді",History:"Історія","Improve writing":"Покращити письмо","Insert below":"Вставити нижче",Journalism:"Журналізм",Legal:"Юридичний","Make longer":"Зробити довшим","Make shorter":"Зробити коротшим","No commands available":"Немає доступних команд","No commands found":"Жодних команд не знайдено",Poetic:"Поетичний",Portuguese:"Португальською",Professional:"Професійний","Prompt history":"Історія підказок","Search AI command":"Пошук команди ШІ","Simplified Chinese":"Спрощеною китайською","Simplify language":"Спростити мову",Spanish:"Іспанською",Stop:"Стоп",Submit:"Відправити",Summarize:"Підсумувати",Translate:"Перекласти","Translate to %0":"Перекласти %0","Try again":"Спробувати ще раз"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.ur=e.ur||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_ERROR_AUTH_REQUEST:"",AI_ERROR_CONTEXT_LENGTH:"",AI_ERROR_FAILED:"",AI_ERROR_MODERATION:"",AI_INSERT_CONTENT:"",AI_REPLACE_CONTENT:"بدل دیں",Arabic:"","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":"",English:"",French:"",Friendly:"","Generate from selection":"",German:"",Hindi:"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Portuguese:"",Professional:"","Prompt history":"","Search AI command":"","Simplified Chinese":"","Simplify language":"",Spanish:"",Stop:"",Submit:"داخل کریں",Summarize:"",Translate:"","Translate to %0":"","Try again":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.uz=e.uz||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"","AI Commands":"","AI is writing...":"",AI_ERROR_AUTH_REQUEST:"",AI_ERROR_CONTEXT_LENGTH:"",AI_ERROR_FAILED:"",AI_ERROR_MODERATION:"",AI_INSERT_CONTENT:"Kiritish",AI_REPLACE_CONTENT:"",Arabic:"","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":"",English:"",French:"",Friendly:"","Generate from selection":"",German:"",Hindi:"",History:"","Improve writing":"","Insert below":"",Journalism:"",Legal:"","Make longer":"","Make shorter":"","No commands available":"","No commands found":"",Poetic:"",Portuguese:"",Professional:"","Prompt history":"","Search AI command":"","Simplified Chinese":"","Simplify language":"",Spanish:"",Stop:"",Submit:"",Summarize:"",Translate:"","Translate to %0":"","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_ERROR_AUTH_REQUEST:"Yêu cầu cấp quyền thất bại",AI_ERROR_CONTEXT_LENGTH:"Nội dung đã chọn quá dài",AI_ERROR_FAILED:"Không kết nối được với dịch vụ AI",AI_ERROR_MODERATION:"Truy vấn được yêu cầu không tuân thủ quy tắc kiểm duyệt",AI_INSERT_CONTENT:"Chèn",AI_REPLACE_CONTENT:"Thay thế",Arabic:"Tiếng Ả Rập","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",English:"Tiếng Anh",French:"Tiếng Pháp",Friendly:"Thân thiện","Generate from selection":"Tạo từ lựa chọn",German:"Tiếng Đức",Hindi:"Tiếng Hindi",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",Portuguese:"Tiếng Bồ Đào Nha",Professional:"Chuyên nghiệp","Prompt history":"Lịch sử lời nhắc","Search AI command":"Tìm kiếm lệnh AI","Simplified Chinese":"Tiếng Trung giản thể","Simplify language":"Đơn giản hóa ngôn ngữ",Spanish:"Tiếng Tây Ban Nha",Stop:"Dừng",Submit:"Gửi",Summarize:"Tóm tắt",Translate:"Dịch","Translate to %0":"Dịch sang %0","Try again":"Thử lại"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e["zh-cn"]=e["zh-cn"]||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"AI 助手","AI Commands":"AI 命令","AI is writing...":"AI 正在撰写……",AI_ERROR_AUTH_REQUEST:"授权请求失败",AI_ERROR_CONTEXT_LENGTH:"选择的内容过长",AI_ERROR_FAILED:"跟 AI 服务通信失败",AI_ERROR_MODERATION:"请求的查询不符合审查规则",AI_INSERT_CONTENT:"插入",AI_REPLACE_CONTENT:"替换",Arabic:"阿拉伯语","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":"空历史记录",English:"英语",French:"法语",Friendly:"友好","Generate from selection":"根据选择内容生成",German:"德语",Hindi:"印地语",History:"历史记录","Improve writing":"改进写作","Insert below":"在下面插入",Journalism:"旅游",Legal:"法律","Make longer":"加长","Make shorter":"缩短","No commands available":"没有可用的命令","No commands found":"未找到命令",Poetic:"诗意",Portuguese:"葡萄牙语",Professional:"专业","Prompt history":"提示词历史记录","Search AI command":"搜索 AI 命令","Simplified Chinese":"简体中文","Simplify language":"简化语言",Spanish:"西班牙语",Stop:"停止",Submit:"提交",Summarize:"摘要",Translate:"翻译","Translate to %0":"翻译为%0","Try again":"重试"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const i=e.zh=e.zh||{};i.dictionary=Object.assign(i.dictionary||{},{"AI Assistant":"AI 助理","AI Commands":"AI 指令","AI is writing...":"AI 撰寫中...",AI_ERROR_AUTH_REQUEST:"授權請求失敗",AI_ERROR_CONTEXT_LENGTH:"選取內容過長",AI_ERROR_FAILED:"與 AI 服務通訊失敗",AI_ERROR_MODERATION:"提交的要求未通過審核規則",AI_INSERT_CONTENT:"插入",AI_REPLACE_CONTENT:"取代",Arabic:"阿拉伯文","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":"無紀錄",English:"英文",French:"法文",Friendly:"友善","Generate from selection":"依選擇範圍生成",German:"德文",Hindi:"印地文",History:"紀錄","Improve writing":"改善寫作","Insert below":"在下方插入",Journalism:"報導",Legal:"法務","Make longer":"長一點","Make shorter":"短一點","No commands available":"無可用指令","No commands found":"找不到指令",Poetic:"詩意",Portuguese:"葡萄牙文",Professional:"專業","Prompt history":"提示詞紀錄","Search AI command":"搜尋 AI 指令","Simplified Chinese":"簡體中文","Simplify language":"簡化用語",Spanish:"西班牙文",Stop:"停止",Submit:"送出",Summarize:"總結",Translate:"翻譯","Translate to %0":"翻譯為%0","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,54 @@
|
|
|
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_INSERT_CONTENT": "The label for the button that inserts the generated AI response.",
|
|
50
|
+
"AI_ERROR_AUTH_REQUEST": "Error message displayed when the authorization request fails.",
|
|
51
|
+
"AI_ERROR_CONTEXT_LENGTH": "Error message displayed when the content selected for AI processing is too long",
|
|
52
|
+
"AI_ERROR_MODERATION": "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules.",
|
|
53
|
+
"AI_ERROR_FAILED": "Generic error message displayed when the request failed for unspecified reason."
|
|
54
|
+
}
|
|
@@ -0,0 +1,226 @@
|
|
|
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 "AI command group label for editing and reviewing."
|
|
21
|
+
msgid "Edit or review"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgctxt "Label for the AI command to improve the writing of content."
|
|
25
|
+
msgid "Improve writing"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
msgctxt "Label for the AI command to make the content shorter."
|
|
29
|
+
msgid "Make shorter"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
msgctxt "Label for the AI command to make the content longer."
|
|
33
|
+
msgid "Make longer"
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
36
|
+
msgctxt "Label for the AI command to simplify the language of content."
|
|
37
|
+
msgid "Simplify language"
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
40
|
+
msgctxt "AI command group label for generating content from selection."
|
|
41
|
+
msgid "Generate from selection"
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
44
|
+
msgctxt "Label for the AI command to provide a summary of content."
|
|
45
|
+
msgid "Summarize"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "Label for the AI command to continue the content."
|
|
49
|
+
msgid "Continue"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "AI command group label for changing the tone of content."
|
|
53
|
+
msgid "Change tone"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "Label for the AI command to rewrite content in a professional tone."
|
|
57
|
+
msgid "Professional"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "Label for the AI command to rewrite content in a casual tone."
|
|
61
|
+
msgid "Casual"
|
|
62
|
+
msgstr ""
|
|
63
|
+
|
|
64
|
+
msgctxt "Label for the AI command to rewrite content in a direct manner."
|
|
65
|
+
msgid "Direct"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
msgctxt "Label for the AI command to rewrite content in a confident tone."
|
|
69
|
+
msgid "Confident"
|
|
70
|
+
msgstr ""
|
|
71
|
+
|
|
72
|
+
msgctxt "Label for the AI command to rewrite content in a friendly tone."
|
|
73
|
+
msgid "Friendly"
|
|
74
|
+
msgstr ""
|
|
75
|
+
|
|
76
|
+
msgctxt "AI command group label for changing the style of content."
|
|
77
|
+
msgid "Change style"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
msgctxt "Label for the AI command to rewrite content in a business style."
|
|
81
|
+
msgid "Business"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
msgctxt "Label for the AI command to rewrite content in a legal style."
|
|
85
|
+
msgid "Legal"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
msgctxt "Label for the AI command to rewrite content in a journalistic style."
|
|
89
|
+
msgid "Journalism"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
msgctxt "Label for the AI command to rewrite content poetically."
|
|
93
|
+
msgid "Poetic"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
msgctxt "AI command group label for translating the content."
|
|
97
|
+
msgid "Translate"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
msgctxt "Label for the AI command. Example: (Translate to) English"
|
|
101
|
+
msgid "Translate to %0"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
msgctxt "Translate to (English)"
|
|
105
|
+
msgid "English"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
msgctxt "Translate to (Spanish)"
|
|
109
|
+
msgid "Spanish"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
msgctxt "Translate to (German)"
|
|
113
|
+
msgid "German"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
msgctxt "Translate to (Portuguese)"
|
|
117
|
+
msgid "Portuguese"
|
|
118
|
+
msgstr ""
|
|
119
|
+
|
|
120
|
+
msgctxt "Translate to (French)"
|
|
121
|
+
msgid "French"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
msgctxt "Translate to (Simplified Chinese)"
|
|
125
|
+
msgid "Simplified Chinese"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
128
|
+
msgctxt "Translate to (Hindi)"
|
|
129
|
+
msgid "Hindi"
|
|
130
|
+
msgstr ""
|
|
131
|
+
|
|
132
|
+
msgctxt "Translate to (Arabic)"
|
|
133
|
+
msgid "Arabic"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
msgctxt "The heading element name displayed in the AI balloon and the button tooltip that opens the balloon."
|
|
137
|
+
msgid "AI Assistant"
|
|
138
|
+
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "The toolbar button tooltip for the dropdown with predefined AI commands."
|
|
141
|
+
msgid "AI Commands"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The placeholder for the prompt input to obtain new content."
|
|
145
|
+
msgid "Ask AI to edit or generate"
|
|
146
|
+
msgstr ""
|
|
147
|
+
|
|
148
|
+
msgctxt "The placeholder for the prompt input to improve the generated content."
|
|
149
|
+
msgid "Ask AI to improve generated text"
|
|
150
|
+
msgstr ""
|
|
151
|
+
|
|
152
|
+
msgctxt "The label for the button that copies the text from the textarea."
|
|
153
|
+
msgid "Copy"
|
|
154
|
+
msgstr ""
|
|
155
|
+
|
|
156
|
+
msgctxt "The label for the button that submits the entered AI prompt."
|
|
157
|
+
msgid "Submit"
|
|
158
|
+
msgstr "Indien"
|
|
159
|
+
|
|
160
|
+
msgctxt "The label for the button that inserts the generated AI response below the current selection."
|
|
161
|
+
msgid "Insert below"
|
|
162
|
+
msgstr ""
|
|
163
|
+
|
|
164
|
+
msgctxt "The label for the button that repeats the request to AI."
|
|
165
|
+
msgid "Try again"
|
|
166
|
+
msgstr ""
|
|
167
|
+
|
|
168
|
+
msgctxt "The label for the button that stops the generating of the content by AI."
|
|
169
|
+
msgid "Stop"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
msgctxt "The label that indicates the AI is generating content."
|
|
173
|
+
msgid "AI is writing..."
|
|
174
|
+
msgstr ""
|
|
175
|
+
|
|
176
|
+
msgctxt "The label of the button that toggles the prompt history pane in the AI balloon."
|
|
177
|
+
msgid "History"
|
|
178
|
+
msgstr ""
|
|
179
|
+
|
|
180
|
+
msgctxt "The primary information text displayed when the prompt history is empty."
|
|
181
|
+
msgid "Empty history"
|
|
182
|
+
msgstr ""
|
|
183
|
+
|
|
184
|
+
msgctxt "The secondary information text displayed when the prompt history is empty."
|
|
185
|
+
msgid "Ask AI and your prompts will be listed here for you to use later."
|
|
186
|
+
msgstr ""
|
|
187
|
+
|
|
188
|
+
msgctxt "The label of the list group that hosts historical user prompts in the AI balloon."
|
|
189
|
+
msgid "Prompt history"
|
|
190
|
+
msgstr ""
|
|
191
|
+
|
|
192
|
+
msgctxt "The placeholder for the search input to filter the AI commands."
|
|
193
|
+
msgid "Search AI command"
|
|
194
|
+
msgstr ""
|
|
195
|
+
|
|
196
|
+
msgctxt "The message displayed when the commands search input does not match any AI commands."
|
|
197
|
+
msgid "No commands found"
|
|
198
|
+
msgstr ""
|
|
199
|
+
|
|
200
|
+
msgctxt "The message displayed when there are no AI commands available in the commands dropdown."
|
|
201
|
+
msgid "No commands available"
|
|
202
|
+
msgstr ""
|
|
203
|
+
|
|
204
|
+
msgctxt "The label for the button that replaces the selected content by the generated AI response."
|
|
205
|
+
msgid "AI_REPLACE_CONTENT"
|
|
206
|
+
msgstr "Vervang"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button that inserts the generated AI response."
|
|
209
|
+
msgid "AI_INSERT_CONTENT"
|
|
210
|
+
msgstr ""
|
|
211
|
+
|
|
212
|
+
msgctxt "Error message displayed when the authorization request fails."
|
|
213
|
+
msgid "AI_ERROR_AUTH_REQUEST"
|
|
214
|
+
msgstr ""
|
|
215
|
+
|
|
216
|
+
msgctxt "Error message displayed when the content selected for AI processing is too long"
|
|
217
|
+
msgid "AI_ERROR_CONTEXT_LENGTH"
|
|
218
|
+
msgstr ""
|
|
219
|
+
|
|
220
|
+
msgctxt "Error message displayed when a request is abusive, harmful or hateful and was rejected due to moderation rules."
|
|
221
|
+
msgid "AI_ERROR_MODERATION"
|
|
222
|
+
msgstr ""
|
|
223
|
+
|
|
224
|
+
msgctxt "Generic error message displayed when the request failed for unspecified reason."
|
|
225
|
+
msgid "AI_ERROR_FAILED"
|
|
226
|
+
msgstr ""
|