@blocknote/xl-ai 0.41.1 → 0.42.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/dist/blocknote-xl-ai.cjs.map +1 -1
- package/dist/blocknote-xl-ai.js.map +1 -1
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.js.map +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +39 -39
- package/src/api/formats/html-blocks/htmlBlocks.test.ts +194 -189
- package/src/prosemirror/__snapshots__/agent.test.ts.snap +68 -68
package/dist/locales.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locales.cjs","sources":["../src/i18n/locales/ar.ts","../src/i18n/locales/de.ts","../src/i18n/locales/en.ts","../src/i18n/locales/es.ts","../src/i18n/locales/fr.ts","../src/i18n/locales/he.ts","../src/i18n/locales/hr.ts","../src/i18n/locales/is.ts","../src/i18n/locales/it.ts","../src/i18n/locales/ja.ts","../src/i18n/locales/ko.ts","../src/i18n/locales/nl.ts","../src/i18n/locales/no.ts","../src/i18n/locales/pl.ts","../src/i18n/locales/pt.ts","../src/i18n/locales/ru.ts","../src/i18n/locales/sk.ts","../src/i18n/locales/uk.ts","../src/i18n/locales/vi.ts","../src/i18n/locales/zh-tw.ts","../src/i18n/locales/zh.ts"],"sourcesContent":["import type { AIDictionary } from \"../dictionary\";\n\nexport const ar: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"تحرير بالذكاء الاصطناعي\",\n },\n },\n slash_menu: {\n ai: {\n title: \"اسأل الذكاء الاصطناعي\",\n subtext: \"الكتابة بالذكاء الاصطناعي\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"الذكاء الاصطناعي\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"متابعة الكتابة\",\n aliases: undefined,\n },\n summarize: {\n title: \"تلخيص\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"إضافة عناصر إجرائية\",\n aliases: undefined,\n },\n write_anything: {\n title: \"اكتب أي شيء…\",\n aliases: undefined,\n prompt_placeholder: \"اكتب عن \",\n },\n simplify: {\n title: \"تبسيط\",\n aliases: undefined,\n },\n translate: {\n title: \"ترجمة…\",\n aliases: undefined,\n prompt_placeholder: \"ترجم إلى \",\n },\n fix_spelling: {\n title: \"تصحيح الإملاء\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"تحسين الكتابة\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"اسأل الذكاء الاصطناعي أي شيء…\",\n status: {\n thinking: \"جاري التفكير…\",\n editing: \"جاري التحرير…\",\n error: \"عذراً! حدث خطأ ما\",\n },\n actions: {\n accept: { title: \"قبول\", aliases: undefined },\n retry: { title: \"إعادة المحاولة\", aliases: undefined },\n cancel: { title: \"إلغاء\", aliases: undefined },\n revert: { title: \"استعادة\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const de: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Mit KI bearbeiten\",\n },\n },\n slash_menu: {\n ai: {\n title: \"KI fragen\",\n subtext: \"Mit KI schreiben\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"KI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Weiterschreiben\",\n aliases: undefined,\n },\n summarize: {\n title: \"Zusammenfassen\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Aktionspunkte hinzufügen\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Beliebigen Text schreiben…\",\n aliases: undefined,\n prompt_placeholder: \"Schreiben über \",\n },\n simplify: {\n title: \"Vereinfachen\",\n aliases: undefined,\n },\n translate: {\n title: \"Übersetzen…\",\n aliases: undefined,\n prompt_placeholder: \"Übersetzen in \",\n },\n fix_spelling: {\n title: \"Rechtschreibung korrigieren\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Schreibstil verbessern\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Frage die KI was auch immer…\",\n status: {\n thinking: \"Denke nach…\",\n editing: \"Bearbeite…\",\n error: \"Ups! Etwas ist schiefgelaufen\",\n },\n actions: {\n accept: { title: \"Akzeptieren\", aliases: undefined },\n retry: { title: \"Wiederholen\", aliases: undefined },\n cancel: { title: \"Abbrechen\", aliases: undefined },\n revert: { title: \"Zurücksetzen\", aliases: undefined },\n },\n },\n};\n","export const en = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Edit with AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Ask AI\",\n subtext: \"Write with AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continue Writing\",\n aliases: undefined,\n },\n summarize: {\n title: \"Summarize\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Add Action Items\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Write Anything…\",\n aliases: undefined,\n prompt_placeholder: \"Write about \",\n },\n simplify: {\n title: \"Simplify\",\n aliases: undefined,\n },\n translate: {\n title: \"Translate…\",\n aliases: undefined,\n prompt_placeholder: \"Translate into \",\n },\n fix_spelling: {\n title: \"Fix Spelling\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Improve Writing\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Ask AI anything…\",\n status: {\n thinking: \"Thinking…\",\n editing: \"Editing…\",\n error: \"Oops! Something went wrong\",\n },\n actions: {\n accept: { title: \"Accept\", aliases: undefined },\n retry: { title: \"Retry\", aliases: undefined },\n cancel: { title: \"Cancel\", aliases: undefined },\n revert: { title: \"Revert\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const es: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Editar con IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Preguntar a la IA\",\n subtext: \"Escribir con IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continuar escribiendo\",\n aliases: undefined,\n },\n summarize: {\n title: \"Resumir\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Añadir elementos de acción\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Escribir cualquier cosa…\",\n aliases: undefined,\n prompt_placeholder: \"Escribir sobre \",\n },\n simplify: {\n title: \"Simplificar\",\n aliases: undefined,\n },\n translate: {\n title: \"Traducir…\",\n aliases: undefined,\n prompt_placeholder: \"Traducir a \",\n },\n fix_spelling: {\n title: \"Corregir ortografía\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Mejorar la escritura\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Pregunta cualquier cosa a la IA…\",\n status: {\n thinking: \"Pensando…\",\n editing: \"Editando…\",\n error: \"¡Ups! Algo salió mal\",\n },\n actions: {\n accept: { title: \"Aceptar\", aliases: undefined },\n retry: { title: \"Reintentar\", aliases: undefined },\n cancel: { title: \"Cancelar\", aliases: undefined },\n revert: { title: \"Revertir\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const fr: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Éditer avec l'IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Demander à l'IA\",\n subtext: \"Écrire avec l'IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continuer à écrire\",\n aliases: undefined,\n },\n summarize: {\n title: \"Résumer\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Ajouter des éléments d'action\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Écrire n'importe quoi…\",\n aliases: undefined,\n prompt_placeholder: \"Écrire à propos de \",\n },\n simplify: {\n title: \"Simplifier\",\n aliases: undefined,\n },\n translate: {\n title: \"Traduire…\",\n aliases: undefined,\n prompt_placeholder: \"Traduire en \",\n },\n fix_spelling: {\n title: \"Corriger l'orthographe\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Améliorer l'écriture\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Demandez n'importe quoi à l'IA…\",\n status: {\n thinking: \"Réflexion…\",\n editing: \"Édition…\",\n error: \"Oups ! Une erreur s'est produite\",\n },\n actions: {\n accept: { title: \"Accepter\", aliases: undefined },\n retry: { title: \"Réessayer\", aliases: undefined },\n cancel: { title: \"Annuler\", aliases: undefined },\n revert: { title: \"Annuler\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const he: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"ערוך עם AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"שאול AI\",\n subtext: \"כתוב עם AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"המשך לכתוב\",\n aliases: undefined,\n },\n summarize: {\n title: \"סכם\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"הוסף פעולות\",\n aliases: undefined,\n },\n write_anything: {\n title: \"כתוב כלום…\",\n aliases: undefined,\n prompt_placeholder: \"כתוב על \",\n },\n simplify: {\n title: \"פשט\",\n aliases: undefined,\n },\n translate: {\n title: \"תרגם…\",\n aliases: undefined,\n prompt_placeholder: \"תרגם ל \",\n },\n fix_spelling: {\n title: \"תיקן כתיבה\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"שפר כתיבה\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"שאול AI כלום…\",\n status: {\n thinking: \"חושב…\",\n editing: \"ערך…\",\n error: \"אופס! משהו השתבש\",\n },\n actions: {\n accept: { title: \"אישור\", aliases: undefined },\n retry: { title: \"נסה שוב\", aliases: undefined },\n cancel: { title: \"בטל\", aliases: undefined },\n revert: { title: \"בטל\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const hr: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Uredi s AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Pitaj AI\",\n subtext: \"Piši s AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Nastavi pisati\",\n aliases: undefined,\n },\n summarize: {\n title: \"Sažmi\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Dodaj stavke akcije\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Napiši bilo što…\",\n aliases: undefined,\n prompt_placeholder: \"Piši o \",\n },\n simplify: {\n title: \"Pojednostavi\",\n aliases: undefined,\n },\n translate: {\n title: \"Prevedi…\",\n aliases: undefined,\n prompt_placeholder: \"Prevedi na \",\n },\n fix_spelling: {\n title: \"Ispravi pravopis\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Poboljšaj pisanje\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Pitaj AI bilo što…\",\n status: {\n thinking: \"Razmišljam…\",\n editing: \"Uređujem…\",\n error: \"Ups! Nešto je pošlo po zlu\",\n },\n actions: {\n accept: { title: \"Prihvati\", aliases: undefined },\n retry: { title: \"Pokušaj ponovno\", aliases: undefined },\n cancel: { title: \"Odustani\", aliases: undefined },\n revert: { title: \"Vrati\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const is: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Breyta með gervigreind\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Spyrja gervigreind\",\n subtext: \"Skrifa með gervigreind\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"Gervigreind\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Halda áfram að skrifa\",\n aliases: undefined,\n },\n summarize: {\n title: \"Draga saman\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Bæta við aðgerðaatriðum\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Skrifa hvað sem er…\",\n aliases: undefined,\n prompt_placeholder: \"Skrifa um \",\n },\n simplify: {\n title: \"Einfalda\",\n aliases: undefined,\n },\n translate: {\n title: \"Þýða…\",\n aliases: undefined,\n prompt_placeholder: \"Þýða yfir á \",\n },\n fix_spelling: {\n title: \"Laga stafsetningu\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Bæta ritun\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Spyrðu gervigreind um hvað sem er…\",\n status: {\n thinking: \"Hugsa…\",\n editing: \"Breyta…\",\n error: \"Ups! Eitthvað fór úrskeiðis\",\n },\n actions: {\n accept: { title: \"Samþykkja\", aliases: undefined },\n retry: { title: \"Reyna aftur\", aliases: undefined },\n cancel: { title: \"Hætta við\", aliases: undefined },\n revert: { title: \"Afturkalla\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const it: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Modifica con IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Chiedi all'IA\",\n subtext: \"Scrivi con IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continua a scrivere\",\n aliases: undefined,\n },\n summarize: {\n title: \"Riassumi\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Aggiungi elementi d'azione\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Scrivi qualsiasi cosa…\",\n aliases: undefined,\n prompt_placeholder: \"Scrivi su \",\n },\n simplify: {\n title: \"Semplifica\",\n aliases: undefined,\n },\n translate: {\n title: \"Traduci…\",\n aliases: undefined,\n prompt_placeholder: \"Traduci in \",\n },\n fix_spelling: {\n title: \"Correggi ortografia\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Migliora la scrittura\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Chiedi qualsiasi cosa all'IA…\",\n status: {\n thinking: \"Sto pensando…\",\n editing: \"Sto modificando…\",\n error: \"Ops! Qualcosa è andato storto\",\n },\n actions: {\n accept: { title: \"Accetta\", aliases: undefined },\n retry: { title: \"Riprova\", aliases: undefined },\n cancel: { title: \"Annulla\", aliases: undefined },\n revert: { title: \"Ripristina\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const ja: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"AIで編集\",\n },\n },\n slash_menu: {\n ai: {\n title: \"AIに質問\",\n subtext: \"AIで執筆\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"続けて書く\",\n aliases: undefined,\n },\n summarize: {\n title: \"要約する\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"アクション項目を追加\",\n aliases: undefined,\n },\n write_anything: {\n title: \"何でも書く…\",\n aliases: undefined,\n prompt_placeholder: \"次のことについて書く \",\n },\n simplify: {\n title: \"簡略化する\",\n aliases: undefined,\n },\n translate: {\n title: \"翻訳する…\",\n aliases: undefined,\n prompt_placeholder: \"次の言語に翻訳 \",\n },\n fix_spelling: {\n title: \"スペルを修正\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"文章を改善\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"AIに何でも質問…\",\n status: {\n thinking: \"考え中…\",\n editing: \"編集中…\",\n error: \"申し訳ありません!エラーが発生しました\",\n },\n actions: {\n accept: { title: \"承認\", aliases: undefined },\n retry: { title: \"再試行\", aliases: undefined },\n cancel: { title: \"キャンセル\", aliases: undefined },\n revert: { title: \"元に戻す\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const ko: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"AI로 편집하기\",\n },\n },\n slash_menu: {\n ai: {\n title: \"AI에게 질문하기\",\n subtext: \"AI로 작성하기\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"계속 작성하기\",\n aliases: undefined,\n },\n summarize: {\n title: \"요약하기\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"작업 항목 추가\",\n aliases: undefined,\n },\n write_anything: {\n title: \"무엇이든 작성하기…\",\n aliases: undefined,\n prompt_placeholder: \"다음에 대해 작성: \",\n },\n simplify: {\n title: \"단순화하기\",\n aliases: undefined,\n },\n translate: {\n title: \"번역하기…\",\n aliases: undefined,\n prompt_placeholder: \"다음으로 번역: \",\n },\n fix_spelling: {\n title: \"맞춤법 수정\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"글쓰기 개선\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"AI에게 무엇이든 물어보세요…\",\n status: {\n thinking: \"생각 중…\",\n editing: \"편집 중…\",\n error: \"죄송합니다! 오류가 발생했습니다\",\n },\n actions: {\n accept: { title: \"수락\", aliases: undefined },\n retry: { title: \"다시 시도\", aliases: undefined },\n cancel: { title: \"취소\", aliases: undefined },\n revert: { title: \"되돌리기\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const nl: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Bewerken met AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Vraag AI\",\n subtext: \"Schrijf met AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Schrijven Voortzetten\",\n aliases: undefined,\n },\n summarize: {\n title: \"Samenvatten\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Actiepunten Toevoegen\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Schrijf Iets…\",\n aliases: undefined,\n prompt_placeholder: \"Schrijf over \",\n },\n simplify: {\n title: \"Vereenvoudigen\",\n aliases: undefined,\n },\n translate: {\n title: \"Vertalen…\",\n aliases: undefined,\n prompt_placeholder: \"Vertaal naar \",\n },\n fix_spelling: {\n title: \"Spelling Corrigeren\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Schrijven Verbeteren\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Vraag AI iets…\",\n status: {\n thinking: \"Denken…\",\n editing: \"Bewerken…\",\n error: \"Oeps! Er is iets misgegaan\",\n },\n actions: {\n accept: { title: \"Accepteren\", aliases: undefined },\n retry: { title: \"Opnieuw Proberen\", aliases: undefined },\n cancel: { title: \"Annuleren\", aliases: undefined },\n revert: { title: \"Terugdraaien\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const no: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Rediger med AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Spør AI\",\n subtext: \"Skriv med AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Fortsett å skrive\",\n aliases: undefined,\n },\n summarize: {\n title: \"Oppsummer\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Legg til handlingspunkter\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Skriv hva som helst…\",\n aliases: undefined,\n prompt_placeholder: \"Skriv om \",\n },\n simplify: {\n title: \"Forenkle\",\n aliases: undefined,\n },\n translate: {\n title: \"Oversett…\",\n aliases: undefined,\n prompt_placeholder: \"Oversett til \",\n },\n fix_spelling: {\n title: \"Rett stavefeil\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Forbedre skriving\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Spør AI om hva som helst…\",\n status: {\n thinking: \"Tenker…\",\n editing: \"Redigerer…\",\n error: \"Ups! Noe gikk galt\",\n },\n actions: {\n accept: { title: \"Godta\", aliases: undefined },\n retry: { title: \"Prøv igjen\", aliases: undefined },\n cancel: { title: \"Avbryt\", aliases: undefined },\n revert: { title: \"Tilbakestill\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const pl: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Edytuj z AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Zapytaj AI\",\n subtext: \"Pisz z AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Kontynuuj Pisanie\",\n aliases: undefined,\n },\n summarize: {\n title: \"Podsumuj\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Dodaj Elementy Działań\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Napisz Cokolwiek…\",\n aliases: undefined,\n prompt_placeholder: \"Napisz o \",\n },\n simplify: {\n title: \"Uprość\",\n aliases: undefined,\n },\n translate: {\n title: \"Przetłumacz…\",\n aliases: undefined,\n prompt_placeholder: \"Przetłumacz na \",\n },\n fix_spelling: {\n title: \"Popraw Pisownię\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Popraw Styl Pisania\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Zapytaj AI o cokolwiek…\",\n status: {\n thinking: \"Myślę…\",\n editing: \"Edytuję…\",\n error: \"Ups! Coś poszło nie tak\",\n },\n actions: {\n accept: { title: \"Akceptuj\", aliases: undefined },\n retry: { title: \"Spróbuj Ponownie\", aliases: undefined },\n cancel: { title: \"Anuluj\", aliases: undefined },\n revert: { title: \"Przywróć\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const pt: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Editar com IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Perguntar à IA\",\n subtext: \"Escrever com IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continuar Escrevendo\",\n aliases: undefined,\n },\n summarize: {\n title: \"Resumir\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Adicionar Itens de Ação\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Escrever Qualquer Coisa…\",\n aliases: undefined,\n prompt_placeholder: \"Escrever sobre \",\n },\n simplify: {\n title: \"Simplificar\",\n aliases: undefined,\n },\n translate: {\n title: \"Traduzir…\",\n aliases: undefined,\n prompt_placeholder: \"Traduzir para \",\n },\n fix_spelling: {\n title: \"Corrigir Ortografia\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Melhorar Escrita\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Pergunte qualquer coisa à IA…\",\n status: {\n thinking: \"Pensando…\",\n editing: \"Editando…\",\n error: \"Ops! Algo deu errado\",\n },\n actions: {\n accept: { title: \"Aceitar\", aliases: undefined },\n retry: { title: \"Tentar Novamente\", aliases: undefined },\n cancel: { title: \"Cancelar\", aliases: undefined },\n revert: { title: \"Reverter\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const ru: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Редактировать с помощью ИИ\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Спросить ИИ\",\n subtext: \"Писать с помощью ИИ\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"ИИ\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Продолжить написание\",\n aliases: undefined,\n },\n summarize: {\n title: \"Резюмировать\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Добавить пункты действий\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Написать что угодно…\",\n aliases: undefined,\n prompt_placeholder: \"Написать о \",\n },\n simplify: {\n title: \"Упростить\",\n aliases: undefined,\n },\n translate: {\n title: \"Перевести…\",\n aliases: undefined,\n prompt_placeholder: \"Перевести на \",\n },\n fix_spelling: {\n title: \"Исправить орфографию\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Улучшить текст\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Спросите ИИ о чем угодно…\",\n status: {\n thinking: \"Думаю…\",\n editing: \"Редактирую…\",\n error: \"Упс! Что-то пошло не так\",\n },\n actions: {\n accept: { title: \"Принять\", aliases: undefined },\n retry: { title: \"Повторить\", aliases: undefined },\n cancel: { title: \"Отменить\", aliases: undefined },\n revert: { title: \"Отменить\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const sk: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Upraviť s AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Opýtať sa AI\",\n subtext: \"Písať s AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Pokračovať v písaní\",\n aliases: undefined,\n },\n summarize: {\n title: \"Zhrnúť\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Pridať akčné položky\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Napísať čokoľvek…\",\n aliases: undefined,\n prompt_placeholder: \"Písať o \",\n },\n simplify: {\n title: \"Zjednodušiť\",\n aliases: undefined,\n },\n translate: {\n title: \"Preložiť…\",\n aliases: undefined,\n prompt_placeholder: \"Preložiť do \",\n },\n fix_spelling: {\n title: \"Opraviť pravopis\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Vylepšiť písanie\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Opýtajte sa AI čokoľvek…\",\n status: {\n thinking: \"Premýšľam…\",\n editing: \"Upravujem…\",\n error: \"Ups! Niečo sa pokazilo\",\n },\n actions: {\n accept: { title: \"Prijať\", aliases: undefined },\n retry: { title: \"Skúsiť znova\", aliases: undefined },\n cancel: { title: \"Zrušiť\", aliases: undefined },\n revert: { title: \"Vrátiť späť\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const uk: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Редагувати за допомогою ШІ\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Запитати ШІ\",\n subtext: \"Писати за допомогою ШІ\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"ШІ\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Продовжити написання\",\n aliases: undefined,\n },\n summarize: {\n title: \"Підсумувати\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Додати пункти дій\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Написати що завгодно…\",\n aliases: undefined,\n prompt_placeholder: \"Написати про \",\n },\n simplify: {\n title: \"Спростити\",\n aliases: undefined,\n },\n translate: {\n title: \"Перекласти…\",\n aliases: undefined,\n prompt_placeholder: \"Перекласти на \",\n },\n fix_spelling: {\n title: \"Виправити орфографію\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Покращити текст\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Запитайте ШІ про що завгодно…\",\n status: {\n thinking: \"Думаю…\",\n editing: \"Редагую…\",\n error: \"На жаль! Щось пішло не так\",\n },\n actions: {\n accept: { title: \"Прийняти\", aliases: undefined },\n retry: { title: \"Повторити\", aliases: undefined },\n cancel: { title: \"Скасувати\", aliases: undefined },\n revert: { title: \"Повернути\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const vi: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Chỉnh sửa với AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Hỏi AI\",\n subtext: \"Viết với AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Tiếp tục Viết\",\n aliases: undefined,\n },\n summarize: {\n title: \"Tóm tắt\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Thêm mục hành động\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Viết bất kỳ điều gì…\",\n aliases: undefined,\n prompt_placeholder: \"Viết về \",\n },\n simplify: {\n title: \"Đơn giản hóa\",\n aliases: undefined,\n },\n translate: {\n title: \"Dịch…\",\n aliases: undefined,\n prompt_placeholder: \"Dịch sang \",\n },\n fix_spelling: {\n title: \"Sửa lỗi chính tả\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Cải thiện bài viết\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Hỏi AI bất cứ điều gì…\",\n status: {\n thinking: \"Đang suy nghĩ…\",\n editing: \"Đang chỉnh sửa…\",\n error: \"Rất tiếc! Đã xảy ra lỗi\",\n },\n actions: {\n accept: { title: \"Chấp nhận\", aliases: undefined },\n retry: { title: \"Thử lại\", aliases: undefined },\n cancel: { title: \"Hủy bỏ\", aliases: undefined },\n revert: { title: \"Hoàn tác\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const zhTw: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"使用人工智慧編輯\",\n },\n },\n slash_menu: {\n ai: {\n title: \"詢問人工智慧\",\n subtext: \"使用人工智慧寫作\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"人工智慧\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"繼續寫作\",\n aliases: undefined,\n },\n summarize: {\n title: \"摘要\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"添加行動項目\",\n aliases: undefined,\n },\n write_anything: {\n title: \"寫任何內容…\",\n aliases: undefined,\n prompt_placeholder: \"寫關於 \",\n },\n simplify: {\n title: \"簡化\",\n aliases: undefined,\n },\n translate: {\n title: \"翻譯…\",\n aliases: undefined,\n prompt_placeholder: \"翻譯成 \",\n },\n fix_spelling: {\n title: \"修正拼寫\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"改進寫作\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"向人工智慧提問任何問題…\",\n status: {\n thinking: \"思考中…\",\n editing: \"編輯中…\",\n error: \"哎呀!發生了一些錯誤\",\n },\n actions: {\n accept: { title: \"接受\", aliases: undefined },\n retry: { title: \"重試\", aliases: undefined },\n cancel: { title: \"取消\", aliases: undefined },\n revert: { title: \"恢復\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const zh: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"使用人工智能编辑\",\n },\n },\n slash_menu: {\n ai: {\n title: \"询问人工智能\",\n subtext: \"使用人工智能写作\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"人工智能\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"继续写作\",\n aliases: undefined,\n },\n summarize: {\n title: \"总结\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"添加行动项\",\n aliases: undefined,\n },\n write_anything: {\n title: \"写任何内容…\",\n aliases: undefined,\n prompt_placeholder: \"写关于 \",\n },\n simplify: {\n title: \"简化\",\n aliases: undefined,\n },\n translate: {\n title: \"翻译…\",\n aliases: undefined,\n prompt_placeholder: \"翻译成 \",\n },\n fix_spelling: {\n title: \"修正拼写\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"改进写作\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"向人工智能提问任何问题…\",\n status: {\n thinking: \"思考中…\",\n editing: \"编辑中…\",\n error: \"哎呀!出了点问题\",\n },\n actions: {\n accept: { title: \"接受\", aliases: undefined },\n retry: { title: \"重试\", aliases: undefined },\n cancel: { title: \"取消\", aliases: undefined },\n revert: { title: \"恢复\", aliases: undefined },\n },\n },\n};\n"],"names":["ar","de","en","es","fr","he","hr","is","it","ja","ko","nl","no","pl","pt","ru","sk","uk","vi","zhTw","zh"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"locales.cjs","sources":["../src/i18n/locales/ar.ts","../src/i18n/locales/de.ts","../src/i18n/locales/en.ts","../src/i18n/locales/es.ts","../src/i18n/locales/fr.ts","../src/i18n/locales/he.ts","../src/i18n/locales/hr.ts","../src/i18n/locales/is.ts","../src/i18n/locales/it.ts","../src/i18n/locales/ja.ts","../src/i18n/locales/ko.ts","../src/i18n/locales/nl.ts","../src/i18n/locales/no.ts","../src/i18n/locales/pl.ts","../src/i18n/locales/pt.ts","../src/i18n/locales/ru.ts","../src/i18n/locales/sk.ts","../src/i18n/locales/uk.ts","../src/i18n/locales/vi.ts","../src/i18n/locales/zh-tw.ts","../src/i18n/locales/zh.ts"],"sourcesContent":["import type { AIDictionary } from \"../dictionary\";\n\nexport const ar: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"تحرير بالذكاء الاصطناعي\",\n },\n },\n slash_menu: {\n ai: {\n title: \"اسأل الذكاء الاصطناعي\",\n subtext: \"الكتابة بالذكاء الاصطناعي\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"الذكاء الاصطناعي\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"متابعة الكتابة\",\n aliases: undefined,\n },\n summarize: {\n title: \"تلخيص\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"إضافة عناصر إجرائية\",\n aliases: undefined,\n },\n write_anything: {\n title: \"اكتب أي شيء…\",\n aliases: undefined,\n prompt_placeholder: \"اكتب عن \",\n },\n simplify: {\n title: \"تبسيط\",\n aliases: undefined,\n },\n translate: {\n title: \"ترجمة…\",\n aliases: undefined,\n prompt_placeholder: \"ترجم إلى \",\n },\n fix_spelling: {\n title: \"تصحيح الإملاء\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"تحسين الكتابة\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"اسأل الذكاء الاصطناعي أي شيء…\",\n status: {\n thinking: \"جاري التفكير…\",\n editing: \"جاري التحرير…\",\n error: \"عذراً! حدث خطأ ما\",\n },\n actions: {\n accept: { title: \"قبول\", aliases: undefined },\n retry: { title: \"إعادة المحاولة\", aliases: undefined },\n cancel: { title: \"إلغاء\", aliases: undefined },\n revert: { title: \"استعادة\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const de: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Mit KI bearbeiten\",\n },\n },\n slash_menu: {\n ai: {\n title: \"KI fragen\",\n subtext: \"Mit KI schreiben\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"KI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Weiterschreiben\",\n aliases: undefined,\n },\n summarize: {\n title: \"Zusammenfassen\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Aktionspunkte hinzufügen\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Beliebigen Text schreiben…\",\n aliases: undefined,\n prompt_placeholder: \"Schreiben über \",\n },\n simplify: {\n title: \"Vereinfachen\",\n aliases: undefined,\n },\n translate: {\n title: \"Übersetzen…\",\n aliases: undefined,\n prompt_placeholder: \"Übersetzen in \",\n },\n fix_spelling: {\n title: \"Rechtschreibung korrigieren\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Schreibstil verbessern\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Frage die KI was auch immer…\",\n status: {\n thinking: \"Denke nach…\",\n editing: \"Bearbeite…\",\n error: \"Ups! Etwas ist schiefgelaufen\",\n },\n actions: {\n accept: { title: \"Akzeptieren\", aliases: undefined },\n retry: { title: \"Wiederholen\", aliases: undefined },\n cancel: { title: \"Abbrechen\", aliases: undefined },\n revert: { title: \"Zurücksetzen\", aliases: undefined },\n },\n },\n};\n","export const en = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Edit with AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Ask AI\",\n subtext: \"Write with AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continue Writing\",\n aliases: undefined,\n },\n summarize: {\n title: \"Summarize\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Add Action Items\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Write Anything…\",\n aliases: undefined,\n prompt_placeholder: \"Write about \",\n },\n simplify: {\n title: \"Simplify\",\n aliases: undefined,\n },\n translate: {\n title: \"Translate…\",\n aliases: undefined,\n prompt_placeholder: \"Translate into \",\n },\n fix_spelling: {\n title: \"Fix Spelling\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Improve Writing\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Ask AI anything…\",\n status: {\n thinking: \"Thinking…\",\n editing: \"Editing…\",\n error: \"Oops! Something went wrong\",\n },\n actions: {\n accept: { title: \"Accept\", aliases: undefined },\n retry: { title: \"Retry\", aliases: undefined },\n cancel: { title: \"Cancel\", aliases: undefined },\n revert: { title: \"Revert\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const es: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Editar con IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Preguntar a la IA\",\n subtext: \"Escribir con IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continuar escribiendo\",\n aliases: undefined,\n },\n summarize: {\n title: \"Resumir\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Añadir elementos de acción\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Escribir cualquier cosa…\",\n aliases: undefined,\n prompt_placeholder: \"Escribir sobre \",\n },\n simplify: {\n title: \"Simplificar\",\n aliases: undefined,\n },\n translate: {\n title: \"Traducir…\",\n aliases: undefined,\n prompt_placeholder: \"Traducir a \",\n },\n fix_spelling: {\n title: \"Corregir ortografía\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Mejorar la escritura\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Pregunta cualquier cosa a la IA…\",\n status: {\n thinking: \"Pensando…\",\n editing: \"Editando…\",\n error: \"¡Ups! Algo salió mal\",\n },\n actions: {\n accept: { title: \"Aceptar\", aliases: undefined },\n retry: { title: \"Reintentar\", aliases: undefined },\n cancel: { title: \"Cancelar\", aliases: undefined },\n revert: { title: \"Revertir\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const fr: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Éditer avec l'IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Demander à l'IA\",\n subtext: \"Écrire avec l'IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continuer à écrire\",\n aliases: undefined,\n },\n summarize: {\n title: \"Résumer\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Ajouter des éléments d'action\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Écrire n'importe quoi…\",\n aliases: undefined,\n prompt_placeholder: \"Écrire à propos de \",\n },\n simplify: {\n title: \"Simplifier\",\n aliases: undefined,\n },\n translate: {\n title: \"Traduire…\",\n aliases: undefined,\n prompt_placeholder: \"Traduire en \",\n },\n fix_spelling: {\n title: \"Corriger l'orthographe\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Améliorer l'écriture\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Demandez n'importe quoi à l'IA…\",\n status: {\n thinking: \"Réflexion…\",\n editing: \"Édition…\",\n error: \"Oups ! Une erreur s'est produite\",\n },\n actions: {\n accept: { title: \"Accepter\", aliases: undefined },\n retry: { title: \"Réessayer\", aliases: undefined },\n cancel: { title: \"Annuler\", aliases: undefined },\n revert: { title: \"Annuler\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const he: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"ערוך עם AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"שאול AI\",\n subtext: \"כתוב עם AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"המשך לכתוב\",\n aliases: undefined,\n },\n summarize: {\n title: \"סכם\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"הוסף פעולות\",\n aliases: undefined,\n },\n write_anything: {\n title: \"כתוב כלום…\",\n aliases: undefined,\n prompt_placeholder: \"כתוב על \",\n },\n simplify: {\n title: \"פשט\",\n aliases: undefined,\n },\n translate: {\n title: \"תרגם…\",\n aliases: undefined,\n prompt_placeholder: \"תרגם ל \",\n },\n fix_spelling: {\n title: \"תיקן כתיבה\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"שפר כתיבה\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"שאול AI כלום…\",\n status: {\n thinking: \"חושב…\",\n editing: \"ערך…\",\n error: \"אופס! משהו השתבש\",\n },\n actions: {\n accept: { title: \"אישור\", aliases: undefined },\n retry: { title: \"נסה שוב\", aliases: undefined },\n cancel: { title: \"בטל\", aliases: undefined },\n revert: { title: \"בטל\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const hr: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Uredi s AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Pitaj AI\",\n subtext: \"Piši s AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Nastavi pisati\",\n aliases: undefined,\n },\n summarize: {\n title: \"Sažmi\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Dodaj stavke akcije\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Napiši bilo što…\",\n aliases: undefined,\n prompt_placeholder: \"Piši o \",\n },\n simplify: {\n title: \"Pojednostavi\",\n aliases: undefined,\n },\n translate: {\n title: \"Prevedi…\",\n aliases: undefined,\n prompt_placeholder: \"Prevedi na \",\n },\n fix_spelling: {\n title: \"Ispravi pravopis\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Poboljšaj pisanje\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Pitaj AI bilo što…\",\n status: {\n thinking: \"Razmišljam…\",\n editing: \"Uređujem…\",\n error: \"Ups! Nešto je pošlo po zlu\",\n },\n actions: {\n accept: { title: \"Prihvati\", aliases: undefined },\n retry: { title: \"Pokušaj ponovno\", aliases: undefined },\n cancel: { title: \"Odustani\", aliases: undefined },\n revert: { title: \"Vrati\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const is: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Breyta með gervigreind\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Spyrja gervigreind\",\n subtext: \"Skrifa með gervigreind\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"Gervigreind\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Halda áfram að skrifa\",\n aliases: undefined,\n },\n summarize: {\n title: \"Draga saman\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Bæta við aðgerðaatriðum\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Skrifa hvað sem er…\",\n aliases: undefined,\n prompt_placeholder: \"Skrifa um \",\n },\n simplify: {\n title: \"Einfalda\",\n aliases: undefined,\n },\n translate: {\n title: \"Þýða…\",\n aliases: undefined,\n prompt_placeholder: \"Þýða yfir á \",\n },\n fix_spelling: {\n title: \"Laga stafsetningu\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Bæta ritun\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Spyrðu gervigreind um hvað sem er…\",\n status: {\n thinking: \"Hugsa…\",\n editing: \"Breyta…\",\n error: \"Ups! Eitthvað fór úrskeiðis\",\n },\n actions: {\n accept: { title: \"Samþykkja\", aliases: undefined },\n retry: { title: \"Reyna aftur\", aliases: undefined },\n cancel: { title: \"Hætta við\", aliases: undefined },\n revert: { title: \"Afturkalla\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const it: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Modifica con IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Chiedi all'IA\",\n subtext: \"Scrivi con IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continua a scrivere\",\n aliases: undefined,\n },\n summarize: {\n title: \"Riassumi\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Aggiungi elementi d'azione\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Scrivi qualsiasi cosa…\",\n aliases: undefined,\n prompt_placeholder: \"Scrivi su \",\n },\n simplify: {\n title: \"Semplifica\",\n aliases: undefined,\n },\n translate: {\n title: \"Traduci…\",\n aliases: undefined,\n prompt_placeholder: \"Traduci in \",\n },\n fix_spelling: {\n title: \"Correggi ortografia\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Migliora la scrittura\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Chiedi qualsiasi cosa all'IA…\",\n status: {\n thinking: \"Sto pensando…\",\n editing: \"Sto modificando…\",\n error: \"Ops! Qualcosa è andato storto\",\n },\n actions: {\n accept: { title: \"Accetta\", aliases: undefined },\n retry: { title: \"Riprova\", aliases: undefined },\n cancel: { title: \"Annulla\", aliases: undefined },\n revert: { title: \"Ripristina\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const ja: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"AIで編集\",\n },\n },\n slash_menu: {\n ai: {\n title: \"AIに質問\",\n subtext: \"AIで執筆\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"続けて書く\",\n aliases: undefined,\n },\n summarize: {\n title: \"要約する\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"アクション項目を追加\",\n aliases: undefined,\n },\n write_anything: {\n title: \"何でも書く…\",\n aliases: undefined,\n prompt_placeholder: \"次のことについて書く \",\n },\n simplify: {\n title: \"簡略化する\",\n aliases: undefined,\n },\n translate: {\n title: \"翻訳する…\",\n aliases: undefined,\n prompt_placeholder: \"次の言語に翻訳 \",\n },\n fix_spelling: {\n title: \"スペルを修正\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"文章を改善\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"AIに何でも質問…\",\n status: {\n thinking: \"考え中…\",\n editing: \"編集中…\",\n error: \"申し訳ありません!エラーが発生しました\",\n },\n actions: {\n accept: { title: \"承認\", aliases: undefined },\n retry: { title: \"再試行\", aliases: undefined },\n cancel: { title: \"キャンセル\", aliases: undefined },\n revert: { title: \"元に戻す\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const ko: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"AI로 편집하기\",\n },\n },\n slash_menu: {\n ai: {\n title: \"AI에게 질문하기\",\n subtext: \"AI로 작성하기\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"계속 작성하기\",\n aliases: undefined,\n },\n summarize: {\n title: \"요약하기\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"작업 항목 추가\",\n aliases: undefined,\n },\n write_anything: {\n title: \"무엇이든 작성하기…\",\n aliases: undefined,\n prompt_placeholder: \"다음에 대해 작성: \",\n },\n simplify: {\n title: \"단순화하기\",\n aliases: undefined,\n },\n translate: {\n title: \"번역하기…\",\n aliases: undefined,\n prompt_placeholder: \"다음으로 번역: \",\n },\n fix_spelling: {\n title: \"맞춤법 수정\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"글쓰기 개선\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"AI에게 무엇이든 물어보세요…\",\n status: {\n thinking: \"생각 중…\",\n editing: \"편집 중…\",\n error: \"죄송합니다! 오류가 발생했습니다\",\n },\n actions: {\n accept: { title: \"수락\", aliases: undefined },\n retry: { title: \"다시 시도\", aliases: undefined },\n cancel: { title: \"취소\", aliases: undefined },\n revert: { title: \"되돌리기\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const nl: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Bewerken met AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Vraag AI\",\n subtext: \"Schrijf met AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Schrijven Voortzetten\",\n aliases: undefined,\n },\n summarize: {\n title: \"Samenvatten\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Actiepunten Toevoegen\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Schrijf Iets…\",\n aliases: undefined,\n prompt_placeholder: \"Schrijf over \",\n },\n simplify: {\n title: \"Vereenvoudigen\",\n aliases: undefined,\n },\n translate: {\n title: \"Vertalen…\",\n aliases: undefined,\n prompt_placeholder: \"Vertaal naar \",\n },\n fix_spelling: {\n title: \"Spelling Corrigeren\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Schrijven Verbeteren\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Vraag AI iets…\",\n status: {\n thinking: \"Denken…\",\n editing: \"Bewerken…\",\n error: \"Oeps! Er is iets misgegaan\",\n },\n actions: {\n accept: { title: \"Accepteren\", aliases: undefined },\n retry: { title: \"Opnieuw Proberen\", aliases: undefined },\n cancel: { title: \"Annuleren\", aliases: undefined },\n revert: { title: \"Terugdraaien\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const no: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Rediger med AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Spør AI\",\n subtext: \"Skriv med AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Fortsett å skrive\",\n aliases: undefined,\n },\n summarize: {\n title: \"Oppsummer\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Legg til handlingspunkter\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Skriv hva som helst…\",\n aliases: undefined,\n prompt_placeholder: \"Skriv om \",\n },\n simplify: {\n title: \"Forenkle\",\n aliases: undefined,\n },\n translate: {\n title: \"Oversett…\",\n aliases: undefined,\n prompt_placeholder: \"Oversett til \",\n },\n fix_spelling: {\n title: \"Rett stavefeil\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Forbedre skriving\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Spør AI om hva som helst…\",\n status: {\n thinking: \"Tenker…\",\n editing: \"Redigerer…\",\n error: \"Ups! Noe gikk galt\",\n },\n actions: {\n accept: { title: \"Godta\", aliases: undefined },\n retry: { title: \"Prøv igjen\", aliases: undefined },\n cancel: { title: \"Avbryt\", aliases: undefined },\n revert: { title: \"Tilbakestill\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const pl: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Edytuj z AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Zapytaj AI\",\n subtext: \"Pisz z AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Kontynuuj Pisanie\",\n aliases: undefined,\n },\n summarize: {\n title: \"Podsumuj\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Dodaj Elementy Działań\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Napisz Cokolwiek…\",\n aliases: undefined,\n prompt_placeholder: \"Napisz o \",\n },\n simplify: {\n title: \"Uprość\",\n aliases: undefined,\n },\n translate: {\n title: \"Przetłumacz…\",\n aliases: undefined,\n prompt_placeholder: \"Przetłumacz na \",\n },\n fix_spelling: {\n title: \"Popraw Pisownię\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Popraw Styl Pisania\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Zapytaj AI o cokolwiek…\",\n status: {\n thinking: \"Myślę…\",\n editing: \"Edytuję…\",\n error: \"Ups! Coś poszło nie tak\",\n },\n actions: {\n accept: { title: \"Akceptuj\", aliases: undefined },\n retry: { title: \"Spróbuj Ponownie\", aliases: undefined },\n cancel: { title: \"Anuluj\", aliases: undefined },\n revert: { title: \"Przywróć\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const pt: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Editar com IA\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Perguntar à IA\",\n subtext: \"Escrever com IA\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"IA\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Continuar Escrevendo\",\n aliases: undefined,\n },\n summarize: {\n title: \"Resumir\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Adicionar Itens de Ação\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Escrever Qualquer Coisa…\",\n aliases: undefined,\n prompt_placeholder: \"Escrever sobre \",\n },\n simplify: {\n title: \"Simplificar\",\n aliases: undefined,\n },\n translate: {\n title: \"Traduzir…\",\n aliases: undefined,\n prompt_placeholder: \"Traduzir para \",\n },\n fix_spelling: {\n title: \"Corrigir Ortografia\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Melhorar Escrita\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Pergunte qualquer coisa à IA…\",\n status: {\n thinking: \"Pensando…\",\n editing: \"Editando…\",\n error: \"Ops! Algo deu errado\",\n },\n actions: {\n accept: { title: \"Aceitar\", aliases: undefined },\n retry: { title: \"Tentar Novamente\", aliases: undefined },\n cancel: { title: \"Cancelar\", aliases: undefined },\n revert: { title: \"Reverter\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const ru: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Редактировать с помощью ИИ\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Спросить ИИ\",\n subtext: \"Писать с помощью ИИ\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"ИИ\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Продолжить написание\",\n aliases: undefined,\n },\n summarize: {\n title: \"Резюмировать\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Добавить пункты действий\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Написать что угодно…\",\n aliases: undefined,\n prompt_placeholder: \"Написать о \",\n },\n simplify: {\n title: \"Упростить\",\n aliases: undefined,\n },\n translate: {\n title: \"Перевести…\",\n aliases: undefined,\n prompt_placeholder: \"Перевести на \",\n },\n fix_spelling: {\n title: \"Исправить орфографию\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Улучшить текст\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Спросите ИИ о чем угодно…\",\n status: {\n thinking: \"Думаю…\",\n editing: \"Редактирую…\",\n error: \"Упс! Что-то пошло не так\",\n },\n actions: {\n accept: { title: \"Принять\", aliases: undefined },\n retry: { title: \"Повторить\", aliases: undefined },\n cancel: { title: \"Отменить\", aliases: undefined },\n revert: { title: \"Отменить\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const sk: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Upraviť s AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Opýtať sa AI\",\n subtext: \"Písať s AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Pokračovať v písaní\",\n aliases: undefined,\n },\n summarize: {\n title: \"Zhrnúť\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Pridať akčné položky\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Napísať čokoľvek…\",\n aliases: undefined,\n prompt_placeholder: \"Písať o \",\n },\n simplify: {\n title: \"Zjednodušiť\",\n aliases: undefined,\n },\n translate: {\n title: \"Preložiť…\",\n aliases: undefined,\n prompt_placeholder: \"Preložiť do \",\n },\n fix_spelling: {\n title: \"Opraviť pravopis\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Vylepšiť písanie\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Opýtajte sa AI čokoľvek…\",\n status: {\n thinking: \"Premýšľam…\",\n editing: \"Upravujem…\",\n error: \"Ups! Niečo sa pokazilo\",\n },\n actions: {\n accept: { title: \"Prijať\", aliases: undefined },\n retry: { title: \"Skúsiť znova\", aliases: undefined },\n cancel: { title: \"Zrušiť\", aliases: undefined },\n revert: { title: \"Vrátiť späť\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const uk: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Редагувати за допомогою ШІ\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Запитати ШІ\",\n subtext: \"Писати за допомогою ШІ\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"ШІ\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Продовжити написання\",\n aliases: undefined,\n },\n summarize: {\n title: \"Підсумувати\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Додати пункти дій\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Написати що завгодно…\",\n aliases: undefined,\n prompt_placeholder: \"Написати про \",\n },\n simplify: {\n title: \"Спростити\",\n aliases: undefined,\n },\n translate: {\n title: \"Перекласти…\",\n aliases: undefined,\n prompt_placeholder: \"Перекласти на \",\n },\n fix_spelling: {\n title: \"Виправити орфографію\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Покращити текст\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Запитайте ШІ про що завгодно…\",\n status: {\n thinking: \"Думаю…\",\n editing: \"Редагую…\",\n error: \"На жаль! Щось пішло не так\",\n },\n actions: {\n accept: { title: \"Прийняти\", aliases: undefined },\n retry: { title: \"Повторити\", aliases: undefined },\n cancel: { title: \"Скасувати\", aliases: undefined },\n revert: { title: \"Повернути\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const vi: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"Chỉnh sửa với AI\",\n },\n },\n slash_menu: {\n ai: {\n title: \"Hỏi AI\",\n subtext: \"Viết với AI\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"AI\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"Tiếp tục Viết\",\n aliases: undefined,\n },\n summarize: {\n title: \"Tóm tắt\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"Thêm mục hành động\",\n aliases: undefined,\n },\n write_anything: {\n title: \"Viết bất kỳ điều gì…\",\n aliases: undefined,\n prompt_placeholder: \"Viết về \",\n },\n simplify: {\n title: \"Đơn giản hóa\",\n aliases: undefined,\n },\n translate: {\n title: \"Dịch…\",\n aliases: undefined,\n prompt_placeholder: \"Dịch sang \",\n },\n fix_spelling: {\n title: \"Sửa lỗi chính tả\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"Cải thiện bài viết\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"Hỏi AI bất cứ điều gì…\",\n status: {\n thinking: \"Đang suy nghĩ…\",\n editing: \"Đang chỉnh sửa…\",\n error: \"Rất tiếc! Đã xảy ra lỗi\",\n },\n actions: {\n accept: { title: \"Chấp nhận\", aliases: undefined },\n retry: { title: \"Thử lại\", aliases: undefined },\n cancel: { title: \"Hủy bỏ\", aliases: undefined },\n revert: { title: \"Hoàn tác\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const zhTw: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"使用人工智慧編輯\",\n },\n },\n slash_menu: {\n ai: {\n title: \"詢問人工智慧\",\n subtext: \"使用人工智慧寫作\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"人工智慧\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"繼續寫作\",\n aliases: undefined,\n },\n summarize: {\n title: \"摘要\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"添加行動項目\",\n aliases: undefined,\n },\n write_anything: {\n title: \"寫任何內容…\",\n aliases: undefined,\n prompt_placeholder: \"寫關於 \",\n },\n simplify: {\n title: \"簡化\",\n aliases: undefined,\n },\n translate: {\n title: \"翻譯…\",\n aliases: undefined,\n prompt_placeholder: \"翻譯成 \",\n },\n fix_spelling: {\n title: \"修正拼寫\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"改進寫作\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"向人工智慧提問任何問題…\",\n status: {\n thinking: \"思考中…\",\n editing: \"編輯中…\",\n error: \"哎呀!發生了一些錯誤\",\n },\n actions: {\n accept: { title: \"接受\", aliases: undefined },\n retry: { title: \"重試\", aliases: undefined },\n cancel: { title: \"取消\", aliases: undefined },\n revert: { title: \"恢復\", aliases: undefined },\n },\n },\n};\n","import type { AIDictionary } from \"../dictionary\";\n\nexport const zh: AIDictionary = {\n formatting_toolbar: {\n ai: {\n tooltip: \"使用人工智能编辑\",\n },\n },\n slash_menu: {\n ai: {\n title: \"询问人工智能\",\n subtext: \"使用人工智能写作\",\n aliases: [\n \"ai\",\n \"artificial intelligence\",\n \"llm\",\n \"assistant\",\n \"generate\",\n ],\n group: \"人工智能\",\n },\n },\n ai_default_commands: {\n continue_writing: {\n title: \"继续写作\",\n aliases: undefined,\n },\n summarize: {\n title: \"总结\",\n aliases: undefined,\n },\n add_action_items: {\n title: \"添加行动项\",\n aliases: undefined,\n },\n write_anything: {\n title: \"写任何内容…\",\n aliases: undefined,\n prompt_placeholder: \"写关于 \",\n },\n simplify: {\n title: \"简化\",\n aliases: undefined,\n },\n translate: {\n title: \"翻译…\",\n aliases: undefined,\n prompt_placeholder: \"翻译成 \",\n },\n fix_spelling: {\n title: \"修正拼写\",\n aliases: undefined,\n },\n improve_writing: {\n title: \"改进写作\",\n aliases: undefined,\n },\n },\n ai_menu: {\n input_placeholder: \"向人工智能提问任何问题…\",\n status: {\n thinking: \"思考中…\",\n editing: \"编辑中…\",\n error: \"哎呀!出了点问题\",\n },\n actions: {\n accept: { title: \"接受\", aliases: undefined },\n retry: { title: \"重试\", aliases: undefined },\n cancel: { title: \"取消\", aliases: undefined },\n revert: { title: \"恢复\", aliases: undefined },\n },\n },\n};\n"],"names":["ar","de","en","es","fr","he","hr","is","it","ja","ko","nl","no","pl","pt","ru","sk","uk","vi","zhTw","zh"],"mappings":"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"}
|