inital commit

This commit is contained in:
2026-01-01 15:25:19 +05:30
commit f0ae49465a
36361 changed files with 4894111 additions and 0 deletions

216
node_modules/jodit/esm/langs/ar.d.ts generated vendored Normal file
View File

@@ -0,0 +1,216 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Upload: string;
Browse: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
'Chars: %d': string;
'Words: %d': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
'Select all': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Embed code': string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Update: string;
pencil: string;
Eye: string;
' URL': string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Select %s': string;
'Vertical align': string;
Split: string;
Merge: string;
'Add column': string;
'Add row': string;
'License: %s': string;
Delete: string;
'Split vertical': string;
'Split horizontal': string;
Border: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
'Insert as Text': string;
'Insert only Text': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Word Paste Detected': string;
Clean: string;
'Insert className': string;
'Press Alt for custom resizing': string;
'Line height': string;
spellcheck: string;
'Speech Recognize': string;
All: string;
};
export = _exports;

230
node_modules/jodit/esm/langs/ar.js generated vendored Normal file
View File

@@ -0,0 +1,230 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Arabic (العربية)
export default {
'Type something': 'إبدأ في الكتابة...',
'About Jodit': 'حول جوديت',
'Jodit Editor': 'محرر جوديت',
"Jodit User's Guide": 'دليل مستخدم جوديت',
'contains detailed help for using': 'يحتوي على مساعدة مفصلة للاستخدام',
'For information about the license, please go to our website:':
'للحصول على معلومات حول الترخيص، يرجى الذهاب لموقعنا:',
'Buy full version': 'شراء النسخة الكاملة',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'حقوق الطبع والنشر © XDSoft.net - Chupurnov Valeriy. كل الحقوق محفوظة.',
Anchor: 'مِرْساة',
'Open in new tab': 'فتح في نافذة جديدة',
'Open in fullsize': 'فتح المحرر في الحجم الكامل',
'Clear Formatting': 'مسح التنسيق',
'Fill color or set the text color': 'ملء اللون أو تعيين لون النص',
Redo: 'إعادة',
Undo: 'تراجع',
Bold: 'عريض',
Italic: 'مائل',
'Insert Unordered List': 'إدراج قائمة غير مرتبة',
'Insert Ordered List': 'إدراج قائمة مرتبة',
'Align Center': 'محاذاة للوسط',
'Align Justify': 'محاذاة مثبتة',
'Align Left': 'محاذاة لليسار',
'Align Right': 'محاذاة لليمين',
'Insert Horizontal Line': 'إدراج خط أفقي',
'Insert Image': 'إدراج صورة',
'Insert file': 'ادخال الملف',
'Insert youtube/vimeo video': 'إدراج فيديو يوتيوب/فيميو ',
'Insert link': 'إدراج رابط',
'Font size': 'حجم الخط',
'Font family': 'نوع الخط',
'Insert format block': 'إدراج كتلة تنسيق',
Normal: 'عادي',
'Heading 1': 'عنوان 1',
'Heading 2': 'عنوان 2',
'Heading 3': 'عنوان 3',
'Heading 4': 'عنوان 4',
Quote: 'إقتباس',
Code: 'كود',
Insert: 'إدراج',
'Insert table': 'إدراج جدول',
'Decrease Indent': 'تقليل المسافة البادئة',
'Increase Indent': 'زيادة المسافة البادئة',
'Select Special Character': 'تحديد أحرف خاصة',
'Insert Special Character': 'إدراج حرف خاص',
'Paint format': 'تنسيق الرسم',
'Change mode': 'تغيير الوضع',
Margins: 'هوامش',
top: 'أعلى',
right: 'يمين',
bottom: 'أسفل',
left: 'يسار',
Styles: 'الأنماط',
Classes: 'الطبقات',
Align: 'محاذاة',
Right: 'اليمين',
Center: 'الوسط',
Left: 'اليسار',
'--Not Set--': '--غير مضبوط--',
Src: 'Src',
Title: 'العنوان',
Alternative: 'العنوان البديل',
Link: 'الرابط',
'Open link in new tab': 'افتح الرابط في نافذة جديدة',
Image: 'الصورة',
file: 'ملف',
Advanced: 'متقدم',
'Image properties': 'خصائص الصورة',
Cancel: 'إلغاء',
Ok: 'حسنا',
'File Browser': 'متصفح الملفات',
'Error on load list': 'حدث خطأ في تحميل القائمة ',
'Error on load folders': 'حدث خطأ في تحميل المجلدات',
'Are you sure?': 'هل أنت واثق؟',
'Enter Directory name': 'أدخل اسم المجلد',
'Create directory': 'إنشاء مجلد',
'type name': 'أكتب إسم',
'Drop image': 'إسقاط صورة',
'Drop file': 'إسقاط الملف',
'or click': 'أو أنقر',
'Alternative text': 'النص البديل',
Upload: 'رفع',
Browse: 'تصفح',
Background: 'الخلفية',
Text: 'نص',
Top: 'أعلى',
Middle: 'الوسط',
Bottom: 'الأسفل',
'Insert column before': 'إدراج عمود قبل',
'Insert column after': 'إدراج عمود بعد',
'Insert row above': 'إدراج صف أعلى',
'Insert row below': 'إدراج صف أسفل',
'Delete table': 'حذف الجدول',
'Delete row': 'حذف الصف',
'Delete column': 'حذف العمود',
'Empty cell': 'خلية فارغة',
'Chars: %d': '%d حرف',
'Words: %d': '%d كلام',
'Strike through': 'اضرب من خلال',
Underline: 'أكد',
superscript: 'حرف فوقي',
subscript: 'مخطوطة',
'Cut selection': 'قطع الاختيار',
'Select all': 'اختر الكل',
Break: 'استراحة',
'Search for': 'البحث عن',
'Replace with': 'استبدل ب',
Replace: 'محل',
Paste: 'معجون',
'Choose Content to Paste': 'اختر محتوى للصق',
source: 'مصدر',
bold: 'بالخط العريض',
italic: 'مائل',
brush: 'شغل',
link: 'صلة',
undo: 'إلغاء',
redo: 'كرر',
table: 'طاولة',
image: 'صورة',
eraser: 'نظيف',
paragraph: 'فقرة',
fontsize: 'حجم الخط',
video: 'فيديو',
font: 'الخط',
about: 'حول المحرر',
print: 'طباعة',
underline: 'أكد',
strikethrough: 'شطب',
indent: 'المسافة البادئة',
outdent: 'نتوء',
fullsize: 'ملء الشاشة',
shrink: 'الحجم التقليدي',
hr: 'الخط',
ul: 'قائمة',
ol: 'قائمة مرقمة',
cut: 'قطع',
selectall: 'اختر الكل',
'Embed code': 'قانون',
'Open link': 'فتح الرابط',
'Edit link': 'تعديل الرابط',
'No follow': 'سمة Nofollow',
Unlink: 'إزالة الرابط',
Update: 'تحديث',
pencil: 'لتحرير',
Eye: 'مراجعة',
' URL': 'URL',
Edit: 'تحرير',
'Horizontal align': 'محاذاة أفقية',
Filter: 'فلتر',
'Sort by changed': 'عن طريق التغيير',
'Sort by name': 'بالاسم',
'Sort by size': 'حسب الحجم',
'Add folder': 'إضافة مجلد',
Reset: 'إعادة',
Save: 'احتفظ',
'Save as ...': 'حفظ باسم',
Resize: 'تغيير الحجم',
Crop: 'حجم القطع',
Width: 'عرض',
Height: 'ارتفاع',
'Keep Aspect Ratio': 'حافظ على النسب',
Yes: 'أن',
No: 'لا',
Remove: 'حذف',
Select: 'تميز',
'Select %s': 'تميز %s',
'Vertical align': 'محاذاة عمودية',
Split: 'انشق، مزق',
Merge: 'اذهب',
'Add column': 'أضف العمود',
'Add row': 'اضف سطر',
'License: %s': 'رخصة %s',
Delete: 'حذف',
'Split vertical': 'انقسام عمودي',
'Split horizontal': 'تقسيم أفقي',
Border: 'الحدود',
'Your code is similar to HTML. Keep as HTML?':
'يشبه الكود الخاص بك HTML. تبقي كما HTML؟',
'Paste as HTML': 'الصق ك HTML',
Keep: 'احتفظ',
'Insert as Text': 'إدراج كنص',
'Insert only Text': 'إدراج النص فقط',
'You can only edit your own images. Download this image on the host?':
'يمكنك فقط تحرير صورك الخاصة. تحميل هذه الصورة على المضيف؟',
'The image has been successfully uploaded to the host!':
'تم تحميل الصورة بنجاح على الخادم!',
palette: 'لوحة',
'There are no files': 'لا توجد ملفات في هذا الدليل.',
Rename: 'إعادة تسمية',
'Enter new name': 'أدخل اسم جديد',
preview: 'معاينة',
download: 'تحميل',
'Paste from clipboard': 'لصق من الحافظة',
"Your browser doesn't support direct access to the clipboard.":
'متصفحك لا يدعم إمكانية الوصول المباشر إلى الحافظة.',
'Copy selection': 'نسخ التحديد',
copy: 'نسخ',
'Border radius': 'دائرة نصف قطرها الحدود',
'Show all': 'عرض كل',
Apply: 'تطبيق',
'Please fill out this field': 'يرجى ملء هذا المجال',
'Please enter a web address': 'يرجى إدخال عنوان ويب',
Default: 'الافتراضي',
Circle: 'دائرة',
Dot: 'نقطة',
Quadrate: 'المربعة',
Find: 'البحث',
'Find Previous': 'تجد السابقة',
'Find Next': 'تجد التالي',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'للصق المحتوى قادم من Microsoft Word/Excel الوثيقة. هل تريد أن تبقي شكل أو تنظيفه ؟ ',
'Word Paste Detected': 'كلمة لصق الكشف عن',
Clean: 'نظيفة',
'Insert className': 'أدخل اسم الفصل',
'Press Alt for custom resizing': 'اضغط البديل لتغيير حجم مخصص',
'Line height': 'ارتفاع الخط',
spellcheck: 'التدقيق الإملائي',
'Speech Recognize': 'التعرف على الكلام',
All: 'تحديد الكل'
};

214
node_modules/jodit/esm/langs/cs_cz.d.ts generated vendored Normal file
View File

@@ -0,0 +1,214 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
'Free Non-commercial Version': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Insert only Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Embed code': string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
Update: string;
' URL': string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
'Vertical align': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
Border: string;
'License: %s': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
};
export = _exports;

228
node_modules/jodit/esm/langs/cs_cz.js generated vendored Normal file
View File

@@ -0,0 +1,228 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Czech (Čeština)
export default {
'Type something': 'Napiš něco',
'About Jodit': 'O Jodit',
'Jodit Editor': 'Editor Jodit',
'Free Non-commercial Version': 'Verze pro nekomerční použití',
"Jodit User's Guide": 'Jodit Uživatelská příručka',
'contains detailed help for using': 'obsahuje detailní nápovědu',
'For information about the license, please go to our website:':
'Pro informace o licenci, prosím, přejděte na naši stránku:',
'Buy full version': 'Koupit plnou verzi',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Všechna práva vyhrazena.',
Anchor: 'Anchor',
'Open in new tab': 'Otevřít v nové záložce',
'Open in fullsize': 'Otevřít v celoobrazovkovém režimu',
'Clear Formatting': 'Vyčistit formátování',
'Fill color or set the text color': 'Barva výplně a písma',
Redo: 'Vpřed',
Undo: 'Zpět',
Bold: 'Tučné',
Italic: 'Kurzíva',
'Insert Unordered List': 'Odrážky',
'Insert Ordered List': 'Číslovaný seznam',
'Align Center': 'Zarovnat na střed',
'Align Justify': 'Zarovnat do bloku',
'Align Left': 'Zarovnat vlevo',
'Align Right': 'Zarovnat vpravo',
'Insert Horizontal Line': 'Vložit horizontální linku',
'Insert Image': 'Vložit obrázek',
'Insert file': 'Vložit soubor',
'Insert youtube/vimeo video': 'Vložit video (YT/Vimeo)',
'Insert link': 'Vložit odkaz',
'Font size': 'Velikost písma',
'Font family': 'Typ písma',
'Insert format block': 'Formátovat blok',
Normal: 'Normální text',
'Heading 1': 'Nadpis 1',
'Heading 2': 'Nadpis 2',
'Heading 3': 'Nadpis 3',
'Heading 4': 'Nadpis 4',
Quote: 'Citát',
Code: 'Kód',
Insert: 'Vložit',
'Insert table': 'Vložit tabulku',
'Decrease Indent': 'Zmenšit odsazení',
'Increase Indent': 'Zvětšit odsazení',
'Select Special Character': 'Vybrat speciální symbol',
'Insert Special Character': 'Vložit speciální symbol',
'Paint format': 'Použít formát',
'Change mode': 'Změnit mód',
Margins: 'Okraje',
top: 'horní',
right: 'pravý',
bottom: 'spodní',
left: 'levý',
Styles: 'Styly',
Classes: 'Třídy',
Align: 'Zarovnání',
Right: 'Vpravo',
Center: 'Na střed',
Left: 'Vlevo',
'--Not Set--': '--nenastaveno--',
Src: 'src',
Title: 'Titulek',
Alternative: 'Alternativní text (alt)',
Link: 'Link',
'Open link in new tab': 'Otevřít link v nové záložce',
Image: 'Obrázek',
file: 'soubor',
Advanced: 'Rozšířené',
'Image properties': 'Vlastnosti obrázku',
Cancel: 'Zpět',
Ok: 'Ok',
'Your code is similar to HTML. Keep as HTML?':
'Váš text se podobá HTML. Vložit ho jako HTML?',
'Paste as HTML': 'Vložit jako HTML',
Keep: 'Ponechat originál',
Clean: 'Vyčistit',
'Insert as Text': 'Vložit jako TEXT',
'Insert only Text': 'Vložit pouze TEXT',
'Word Paste Detected': 'Detekován fragment z Wordu nebo Excelu',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Obsah, který vkládáte, je pravděpodobně z Microsoft Word / Excel. Chcete ponechat formát nebo vložit pouze text?',
'File Browser': 'Prohlížeč souborů',
'Error on load list': 'Chyba při načítání seznamu souborů',
'Error on load folders': 'Chyba při načítání složek',
'Are you sure?': 'Jste si jistý(á)?',
'Enter Directory name': 'Název složky',
'Create directory': 'Vytvořit složku',
'type name': 'název',
'Drop image': 'Přetáhněte sem obrázek',
'Drop file': 'Přetáhněte sem soubor',
'or click': 'nebo klikněte',
'Alternative text': 'Alternativní text',
Browse: 'Server',
Upload: 'Nahrát',
Background: 'Pozadí',
Text: 'Text',
Top: 'Nahoru',
Middle: 'Na střed',
Bottom: 'Dolu',
'Insert column before': 'Vložit sloupec před',
'Insert column after': 'Vložit sloupec za',
'Insert row above': 'Vložit řádek nad',
'Insert row below': 'Vložit řádek pod',
'Delete table': 'Vymazat tabulku',
'Delete row': 'Vymazat řádku',
'Delete column': 'Vymazat sloupec',
'Empty cell': 'Vyčistit buňku',
source: 'HTML',
bold: 'tučně',
italic: 'kurzíva',
brush: 'štětec',
link: 'odkaz',
undo: 'zpět',
redo: 'vpřed',
table: 'tabulka',
image: 'obrázek',
eraser: 'guma',
paragraph: 'odstavec',
fontsize: 'velikost písma',
video: 'video',
font: 'písmo',
about: 'о editoru',
print: 'tisk',
underline: 'podtrženo',
strikethrough: 'přeškrtnuto',
indent: 'zvětšit odsazení',
outdent: 'zmenšit odsazení',
fullsize: 'celoobrazovkový režim',
shrink: 'smrsknout',
hr: 'Linka',
ul: 'Odrážka',
ol: 'Číslovaný seznam',
cut: 'Vyjmout',
selectall: 'Označit vše',
'Embed code': 'Kód',
'Open link': 'Otevřít odkaz',
'Edit link': 'Upravit odkaz',
'No follow': 'Atribut no-follow',
Unlink: 'Odstranit odkaz',
Eye: 'Zobrazit',
pencil: 'Chcete-li upravit',
Update: 'Aktualizovat',
' URL': 'URL',
Edit: 'Editovat',
'Horizontal align': 'Horizontální zarovnání',
Filter: 'Filtr',
'Sort by changed': 'Dle poslední změny',
'Sort by name': 'Dle názvu',
'Sort by size': 'Dle velikosti',
'Add folder': 'Přidat složku',
Reset: 'Reset',
Save: 'Uložit',
'Save as ...': 'Uložit jako...',
Resize: 'Změnit rozměr',
Crop: 'Ořezat',
Width: 'Šířka',
Height: 'Výška',
'Keep Aspect Ratio': 'Ponechat poměr',
Yes: 'Ano',
No: 'Ne',
Remove: 'Vyjmout',
Select: 'Označit',
'Chars: %d': 'Znaky: %d',
'Words: %d': 'Slova: %d',
All: 'Vše',
'Select %s': 'Označit %s',
'Select all': 'Označit vše',
'Vertical align': 'Vertikální zarovnání',
Split: 'Rozdělit',
'Split vertical': 'Rozdělit vertikálně',
'Split horizontal': 'Rozdělit horizontálně',
Merge: 'Spojit',
'Add column': 'Přidat sloupec',
'Add row': 'Přidat řádek',
Delete: 'Vymazat',
Border: 'Okraj',
'License: %s': 'Licence: %s',
'Strike through': 'Přeškrtnuto',
Underline: 'Podtrženo',
superscript: 'Horní index',
subscript: 'Dolní index',
'Cut selection': 'Vyjmout označené',
Break: 'Zalomení',
'Search for': 'Najdi',
'Replace with': 'Nahradit za',
Replace: 'Vyměňte',
Paste: 'Vložit',
'Choose Content to Paste': 'Vyber obsah pro vložení',
'You can only edit your own images. Download this image on the host?':
'Můžete upravovat pouze své obrázky. Načíst obrázek?',
'The image has been successfully uploaded to the host!':
'Obrázek byl úspěšně nahrán!',
palette: 'paleta',
'There are no files': 'V tomto adresáři nejsou žádné soubory.',
Rename: 'přejmenovat',
'Enter new name': 'Zadejte nový název',
preview: 'náhled',
download: 'Stažení',
'Paste from clipboard': 'Vložit ze schránky',
"Your browser doesn't support direct access to the clipboard.":
'Váš prohlížeč nepodporuje přímý přístup do schránky.',
'Copy selection': 'Kopírovat výběr',
copy: 'kopírování',
'Border radius': 'Border radius',
'Show all': 'Zobrazit všechny',
Apply: 'Platí',
'Please fill out this field': 'Prosím, vyplňte toto pole',
'Please enter a web address': 'Prosím, zadejte webovou adresu',
Default: 'Výchozí',
Circle: 'Kruh',
Dot: 'Dot',
Quadrate: 'Quadrate',
Find: 'Najít',
'Find Previous': 'Najít Předchozí',
'Find Next': 'Najít Další',
'Insert className': 'Vložte název třídy',
'Press Alt for custom resizing': 'Stiskněte Alt pro vlastní změnu velikosti'
};

218
node_modules/jodit/esm/langs/de.d.ts generated vendored Normal file
View File

@@ -0,0 +1,218 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
'Split vertical': string;
'Split horizontal': string;
Split: string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
'Lower Alpha': string;
'Upper Alpha': string;
'Lower Roman': string;
'Upper Roman': string;
'Lower Greek': string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

234
node_modules/jodit/esm/langs/de.js generated vendored Normal file
View File

@@ -0,0 +1,234 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// German (Deutsch)
export default {
'Type something': 'Bitte geben Sie einen Text ein',
Advanced: 'Fortgeschritten',
'About Jodit': 'Über Jodit',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Das Jodit Benutzerhandbuch',
'contains detailed help for using':
'beinhaltet ausführliche Informationen wie Sie den Editor verwenden können.',
'For information about the license, please go to our website:':
'Für Informationen zur Lizenz, besuchen Sie bitte unsere Web-Präsenz:',
'Buy full version': 'Vollversion kaufen',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.',
Anchor: 'Anker',
'Open in new tab': 'In neuer Registerkarte öffnen',
'Open in fullsize': 'Editor in voller Größe öffnen',
'Clear Formatting': 'Formatierung löschen',
'Fill color or set the text color': 'Füllfarbe oder Textfarbe ändern',
Redo: 'Wiederholen',
Undo: 'Rückgängig machen',
Bold: 'Fett',
Italic: 'Kursiv',
'Insert Unordered List': 'Unsortierte Liste einfügen',
'Insert Ordered List': 'Nummerierte Liste einfügen',
'Align Center': 'Mittig ausrichten',
'Align Justify': 'Blocksatz',
'Align Left': 'Links ausrichten',
'Align Right': 'Rechts ausrichten',
'Insert Horizontal Line': 'Horizontale Linie einfügen',
'Insert Image': 'Bild einfügen',
'Insert file': 'Datei einfügen',
'Insert youtube/vimeo video': 'Youtube/vimeo Video einfügen',
'Insert link': 'Link einfügen',
'Font size': 'Schriftgröße',
'Font family': 'Schriftfamilie',
'Insert format block': 'Formatblock einfügen',
Normal: 'Normal',
'Heading 1': 'Überschrift 1',
'Heading 2': 'Überschrift 2',
'Heading 3': 'Überschrift 3',
'Heading 4': 'Überschrift 4',
Quote: 'Zitat',
Code: 'Code',
Insert: 'Einfügen',
'Insert table': 'Tabelle einfügen',
'Decrease Indent': 'Einzug verkleinern',
'Increase Indent': 'Einzug vergrößern',
'Select Special Character': 'Sonderzeichen auswählen',
'Insert Special Character': 'Sonderzeichen einfügen',
'Paint format': 'Format kopieren',
'Change mode': 'Änderungsmodus',
Margins: 'Ränder',
top: 'Oben',
right: 'Rechts',
bottom: 'Unten',
left: 'Links',
Styles: 'CSS Stil',
Classes: 'CSS Klassen',
Align: 'Ausrichtung',
Right: 'Rechts',
Center: 'Zentriert',
Left: 'Links',
'--Not Set--': 'Keine',
Src: 'Pfad',
Title: 'Titel',
Alternative: 'Alternativer Text',
Link: 'Link',
'Open link in new tab': 'Link in neuem Tab öffnen',
Image: 'Bild',
file: 'Datei',
'Image properties': 'Bildeigenschaften',
Cancel: 'Abbrechen',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'Ihr Text ähnelt HTML-Code. Als HTML beibehalten?',
'Paste as HTML': 'Als HTML einfügen?',
Keep: 'Original speichern',
Clean: 'Säubern',
'Insert as Text': 'Als Text einfügen',
'Word Paste Detected': 'In Word formatierter Text erkannt',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Der Inhalt, den Sie einfügen, stammt aus einem Microsoft Word / Excel-Dokument. Möchten Sie das Format erhalten oder bereinigen?',
'Insert only Text': 'Nur Text einfügen',
'File Browser': 'Dateibrowser',
'Error on load list': 'Fehler beim Laden der Liste',
'Error on load folders': 'Fehler beim Laden der Ordner',
'Are you sure?': 'Sind Sie sicher?',
'Enter Directory name': 'Geben Sie den Verzeichnisnamen ein',
'Create directory': 'Verzeichnis erstellen',
'type name': 'Typname',
'Drop image': 'Bild hier hinziehen',
'Drop file': 'Datei löschen',
'or click': 'oder hier klicken',
'Alternative text': 'Alternativtext',
Browse: 'Auswählen',
Upload: 'Hochladen',
Background: 'Hintergrund',
Text: 'Text',
Top: 'Oben',
Middle: 'Mittig',
Bottom: 'Unten',
'Insert column before': 'Spalte davor einfügen',
'Insert column after': 'Spalte danach einfügen',
'Insert row above': 'Zeile oberhalb einfügen',
'Insert row below': 'Zeile unterhalb einfügen',
'Delete table': 'Tabelle löschen',
'Delete row': 'Zeile löschen',
'Delete column': 'Spalte löschen',
'Empty cell': 'Zelle leeren',
Delete: 'Löschen',
'Strike through': 'Durchstreichen',
Underline: 'Unterstreichen',
Break: 'Pause',
'Search for': 'Suche nach',
'Replace with': 'Ersetzen durch',
Replace: 'Ersetzen',
Edit: 'Bearbeiten',
'Vertical align': 'Vertikale Ausrichtung',
'Horizontal align': 'Horizontale Ausrichtung',
Filter: 'Filter',
'Sort by changed': 'Sortieren nach geändert',
'Sort by name': 'Nach Name sortieren',
'Sort by size': 'Nach Größe sortiert',
'Add folder': 'Ordner hinzufügen',
'Split vertical': 'Vertikal unterteilen',
'Split horizontal': 'Horizontal unterteilen',
Split: 'Unterteilen',
Merge: 'Vereinen',
'Add column': 'Spalte hinzufügen',
'Add row': 'Zeile hinzufügen',
Border: 'Rand',
'Embed code': 'Code einbetten',
Update: 'Aktualisieren',
superscript: 'Hochstellen',
subscript: 'Tiefstellen',
'Cut selection': 'Auswahl ausschneiden',
Paste: 'Einfügen',
'Choose Content to Paste': 'Wählen Sie den Inhalt zum Einfügen aus',
'Chars: %d': 'Zeichen: %d',
'Words: %d': 'Wörter: %d',
All: 'Alles markieren',
'Select %s': 'Markieren: %s',
'Select all': 'Alles markieren',
source: 'HTML',
bold: 'Fett gedruckt',
italic: 'Kursiv',
brush: 'Bürste',
link: 'Verknüpfung',
undo: 'Rückgängig machen',
redo: 'Wiederholen',
table: 'Tabelle',
image: 'Bild',
eraser: 'Radiergummi',
paragraph: 'Absatz',
fontsize: 'Schriftgröße',
video: 'Video',
font: 'Schriftart',
about: 'Über',
print: 'Drucken',
underline: 'Unterstreichen',
strikethrough: 'Durchstreichen',
indent: 'Einzug',
outdent: 'Herausstellen',
fullsize: 'Vollgröße',
shrink: 'Schrumpfen',
hr: 'die Linie',
ul: 'Liste von',
ol: 'Nummerierte Liste',
'Lower Alpha': 'Standard, Alphabet (klein)',
'Upper Alpha': 'Standard, Alphabet (gross)',
'Lower Roman': 'Römisch (klein)',
'Upper Roman': 'Römisch (gross)',
'Lower Greek': 'Griechisch',
cut: 'Schneiden',
selectall: 'Wählen Sie Alle aus',
'Open link': 'Link öffnen',
'Edit link': 'Link bearbeiten',
'No follow': 'Nofollow-Attribut',
Unlink: 'Link entfernen',
Eye: 'Ansehen',
pencil: 'Bearbeiten',
' URL': 'URL',
Reset: 'Wiederherstellen',
Save: 'Speichern',
'Save as ...': 'Speichern als',
Resize: 'Größe ändern',
Crop: 'Größe anpassen',
Width: 'Breite',
Height: 'Höhe',
'Keep Aspect Ratio': 'Seitenverhältnis beibehalten',
Yes: 'Ja',
No: 'Nein',
Remove: 'Entfernen',
Select: 'Markieren',
'You can only edit your own images. Download this image on the host?':
'Sie können nur Ihre eigenen Bilder bearbeiten. Dieses Bild auf den Host herunterladen?',
'The image has been successfully uploaded to the host!':
'Das Bild wurde erfolgreich auf den Server hochgeladen!',
palette: 'Palette',
'There are no files': 'In diesem Verzeichnis befinden sich keine Dateien.',
Rename: 'Umbenennen',
'Enter new name': 'Geben Sie einen neuen Namen ein',
preview: 'Vorschau',
download: 'Herunterladen',
'Paste from clipboard': 'Aus Zwischenablage einfügen',
"Your browser doesn't support direct access to the clipboard.":
'Ihr Browser unterstützt keinen direkten Zugriff auf die Zwischenablage.',
'Copy selection': 'Auswahl kopieren',
copy: 'Kopieren',
'Border radius': 'Radius für abgerundete Ecken',
'Show all': 'Alle anzeigen',
Apply: 'Anwenden',
'Please fill out this field': 'Bitte füllen Sie dieses Feld aus',
'Please enter a web address': 'Bitte geben Sie eine Web-Adresse ein',
Default: 'Standard',
Circle: 'Kreis',
Dot: 'Punkte',
Quadrate: 'Quadrate',
Find: 'Suchen',
'Find Previous': 'Suche vorherige',
'Find Next': 'Weitersuchen',
'Insert className': 'className (CSS) einfügen',
'Press Alt for custom resizing':
'Drücken Sie Alt für benutzerdefinierte Größenanpassung',
'License: %s': 'Lizenz: %s'
};

6
node_modules/jodit/esm/langs/en.d.ts generated vendored Normal file
View File

@@ -0,0 +1,6 @@
declare const _exports: {
'Type something': string;
pencil: string;
Quadrate: string;
};
export = _exports;

13
node_modules/jodit/esm/langs/en.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// English
export default {
'Type something': 'Start writing...',
pencil: 'Edit',
Quadrate: 'Square'
};

218
node_modules/jodit/esm/langs/es.d.ts generated vendored Normal file
View File

@@ -0,0 +1,218 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Filter: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
'Lower Alpha': string;
'Lower Greek': string;
'Lower Roman': string;
'Upper Alpha': string;
'Upper Roman': string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

233
node_modules/jodit/esm/langs/es.js generated vendored Normal file
View File

@@ -0,0 +1,233 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Spanish (Español)
export default {
'Type something': 'Escriba algo...',
Advanced: 'Avanzado',
'About Jodit': 'Acerca de Jodit',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Guía de usuario Jodit',
'contains detailed help for using': 'contiene ayuda detallada para el uso.',
'For information about the license, please go to our website:':
'Para información sobre la licencia, por favor visite nuestro sitio:',
'Buy full version': 'Compre la versión completa',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Todos los derechos reservados.',
Anchor: 'Anclar',
'Open in new tab': 'Abrir en nueva pestaña',
'Open in fullsize': 'Abrir editor en pantalla completa',
'Clear Formatting': 'Limpiar formato',
'Fill color or set the text color': 'Color de relleno o de letra',
Redo: 'Rehacer',
Undo: 'Deshacer',
Bold: 'Negrita',
Italic: 'Cursiva',
'Insert Unordered List': 'Insertar lista no ordenada',
'Insert Ordered List': 'Insertar lista ordenada',
'Align Center': 'Alinear Centrado',
'Align Justify': 'Alinear Justificado',
'Align Left': 'Alinear Izquierda',
'Align Right': 'Alinear Derecha',
'Insert Horizontal Line': 'Insertar línea horizontal',
'Insert Image': 'Insertar imagen',
'Insert file': 'Insertar archivo',
'Insert youtube/vimeo video': 'Insertar video de Youtube/vimeo',
'Insert link': 'Insertar vínculo',
'Font size': 'Tamaño de letra',
'Font family': 'Familia de letra',
'Insert format block': 'Insertar bloque',
Normal: 'Normal',
'Heading 1': 'Encabezado 1',
'Heading 2': 'Encabezado 2',
'Heading 3': 'Encabezado 3',
'Heading 4': 'Encabezado 4',
Quote: 'Cita',
Code: 'Código',
Insert: 'Insertar',
'Insert table': 'Insertar tabla',
'Decrease Indent': 'Disminuir sangría',
'Increase Indent': 'Aumentar sangría',
'Select Special Character': 'Seleccionar caracter especial',
'Insert Special Character': 'Insertar caracter especial',
'Paint format': 'Copiar formato',
'Change mode': 'Cambiar modo',
Margins: 'Márgenes',
top: 'arriba',
right: 'derecha',
bottom: 'abajo',
left: 'izquierda',
Styles: 'Estilos CSS',
Classes: 'Clases CSS',
Align: 'Alinear',
Right: 'Derecha',
Center: 'Centrado',
Left: 'Izquierda',
'--Not Set--': '--No Establecido--',
Src: 'Fuente',
Title: 'Título',
Alternative: 'Texto Alternativo',
Filter: 'Filtrar',
Link: 'Vínculo',
'Open link in new tab': 'Abrir vínculo en nueva pestaña',
Image: 'Imagen',
file: 'Archivo',
'Image properties': 'Propiedades de imagen',
Cancel: 'Cancelar',
Ok: 'Aceptar',
'Your code is similar to HTML. Keep as HTML?':
'El código es similar a HTML. ¿Mantener como HTML?',
'Paste as HTML': 'Pegar como HTML?',
Keep: 'Mantener',
Clean: 'Limpiar',
'Insert as Text': 'Insertar como texto',
'Word Paste Detected': 'Pegado desde Word detectado',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'El contenido pegado proviene de un documento de Microsoft Word/Excel. ¿Desea mantener el formato o limpiarlo?',
'Insert only Text': 'Insertar solo texto',
'File Browser': 'Buscar archivo',
'Error on load list': 'Error al cargar la lista',
'Error on load folders': 'Error al cargar las carpetas',
'Are you sure?': '¿Está seguro?',
'Enter Directory name': 'Entre nombre de carpeta',
'Create directory': 'Crear carpeta',
'type name': 'Entre el nombre',
'Drop image': 'Soltar imagen',
'Drop file': 'Soltar archivo',
'or click': 'o click',
'Alternative text': 'Texto alternativo',
Browse: 'Buscar',
Upload: 'Subir',
Background: 'Fondo',
Text: 'Texto',
Top: 'Arriba',
Middle: 'Centro',
Bottom: 'Abajo',
'Insert column before': 'Insertar columna antes',
'Insert column after': 'Interar columna después',
'Insert row above': 'Insertar fila arriba',
'Insert row below': 'Insertar fila debajo',
'Delete table': 'Borrar tabla',
'Delete row': 'Borrar fila',
'Delete column': 'Borrar columna',
'Empty cell': 'Vaciar celda',
Delete: 'Borrar',
'Strike through': 'Tachado',
Underline: 'Subrayado',
Break: 'Pausa',
'Search for': 'Buscar',
'Replace with': 'Reemplazar con',
Replace: 'Reemplazar',
Edit: 'Editar',
'Vertical align': 'Alineación vertical',
'Horizontal align': 'Alineación horizontal',
'Sort by changed': 'Ordenar por fecha modificación',
'Sort by name': 'Ordenar por nombre',
'Sort by size': 'Ordenar por tamaño',
'Add folder': 'Agregar carpeta',
Split: 'Dividir',
'Split vertical': 'Dividir vertical',
'Split horizontal': 'Dividir horizontal',
Merge: 'Mezclar',
'Add column': 'Agregar columna',
'Add row': 'Agregar fila',
Border: 'Borde',
'Embed code': 'Incluir código',
Update: 'Actualizar',
superscript: 'superíndice',
subscript: 'subíndice',
'Cut selection': 'Cortar selección',
Paste: 'Pegar',
'Choose Content to Paste': 'Seleccionar contenido para pegar',
'Chars: %d': 'Caracteres: %d',
'Words: %d': 'Palabras: %d',
All: 'Todo',
'Select %s': 'Seleccionar: %s',
'Select all': 'Seleccionar todo',
source: 'HTML',
bold: 'negrita',
italic: 'cursiva',
brush: 'Brocha',
link: 'Vínculo',
undo: 'deshacer',
redo: 'rehacer',
table: 'Tabla',
image: 'Imagen',
eraser: 'Borrar',
paragraph: 'Párrafo',
fontsize: 'Tamaño de letra',
video: 'Video',
font: 'Letra',
about: 'Acerca de',
print: 'Imprimir',
underline: 'subrayar',
strikethrough: 'tachar',
indent: 'sangría',
outdent: 'quitar sangría',
fullsize: 'Tamaño completo',
shrink: 'encoger',
hr: 'línea horizontal',
ul: 'lista sin ordenar',
ol: 'lista ordenada',
cut: 'Cortar',
selectall: 'Seleccionar todo',
'Open link': 'Abrir vínculo',
'Edit link': 'Editar vínculo',
'No follow': 'No seguir',
Unlink: 'Desvincular',
Eye: 'Ver',
pencil: 'Para editar',
' URL': 'URL',
Reset: 'Resetear',
Save: 'Guardar',
'Save as ...': 'Guardar como...',
Resize: 'Redimensionar',
Crop: 'Recortar',
Width: 'Ancho',
Height: 'Alto',
'Keep Aspect Ratio': 'Mantener relación de aspecto',
Yes: 'Si',
No: 'No',
Remove: 'Quitar',
Select: 'Seleccionar',
'You can only edit your own images. Download this image on the host?':
'Solo puedes editar tus propias imágenes. ¿Descargar esta imagen en el servidor?',
'The image has been successfully uploaded to the host!':
'¡La imagen se ha subido correctamente al servidor!',
palette: 'paleta',
'There are no files': 'No hay archivos en este directorio.',
Rename: 'renombrar',
'Enter new name': 'Ingresa un nuevo nombre',
preview: 'avance',
download: 'Descargar',
'Paste from clipboard': 'Pegar desde el portapapeles',
"Your browser doesn't support direct access to the clipboard.":
'Su navegador no soporta el acceso directo en el portapapeles.',
'Copy selection': 'Selección de copia',
copy: 'copia',
'Border radius': 'Radio frontera',
'Show all': 'Mostrar todos los',
Apply: 'Aplicar',
'Please fill out this field': 'Por favor, rellene este campo',
'Please enter a web address': 'Por favor, introduzca una dirección web',
Default: 'Predeterminado',
Circle: 'Círculo',
Dot: 'Punto',
Quadrate: 'Cuadro',
'Lower Alpha': 'Letra Minúscula',
'Lower Greek': 'Griego Minúscula',
'Lower Roman': 'Romano Minúscula',
'Upper Alpha': 'Letra Mayúscula',
'Upper Roman': 'Romano Mayúscula',
Find: 'Encontrar',
'Find Previous': 'Buscar Anterior',
'Find Next': 'Buscar Siguiente',
'Insert className': 'Insertar nombre de clase',
'Press Alt for custom resizing':
'Presione Alt para cambiar el tamaño personalizado',
'License: %s': 'Licencia: %s'
};

227
node_modules/jodit/esm/langs/fa.js generated vendored Normal file
View File

@@ -0,0 +1,227 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Persian (فارسی)
export default {
'Type something': 'چیزی بنویسید',
Advanced: 'پیشرفته',
'About Jodit': 'درباره ویرایشگر',
'Jodit Editor': 'ویرایشگر جودیت',
"Jodit User's Guide": 'راهنمای کاربران',
'contains detailed help for using': 'راهنمایی برای استفاده',
'For information about the license, please go to our website:':
'برای کسب اطلاعات در رابطه با لایسنس لطفا به وب سایت مراجعه کنید:',
'Buy full version': 'خرید نسخه کامل',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Alle Rechte vorbehalten.',
Anchor: 'لینک',
'Open in new tab': 'بازکردن در تب جدید',
'Open in fullsize': 'تمام صفحه کردن ویرایشگر',
'Clear Formatting': 'پاک کردن قالب ها',
'Fill color or set the text color':
'رنگ را پر کنید یا رنگ متن را تنظیم کنید',
Redo: 'باز انجام',
Undo: 'بازگردانی',
Bold: 'بولد',
Italic: 'ایتالیک',
'Insert Unordered List': 'افزودن لیست بدون ترتیب',
'Insert Ordered List': 'افزون لیست با ترتیب',
'Align Center': 'وسط چین',
'Align Justify': 'تراز کردن',
'Align Left': 'چپ چین',
'Align Right': 'راست چین',
'Insert Horizontal Line': 'افزودن خط افقی',
'Insert Image': 'افزودن عکس',
'Insert file': 'افزودن فایل',
'Insert youtube/vimeo video': 'افزودن ویدیو از یوتیوب و وایمو',
'Insert link': 'افزودن لینک',
'Font size': 'اندازه فونت',
'Font family': 'فونت',
'Insert format block': 'افزودن بلاک',
Normal: 'معمولی',
'Heading 1': 'سرتیتر ۱',
'Heading 2': 'سرتیتر ۲',
'Heading 3': 'سرتیتر ۳',
'Heading 4': 'سرتیتر ۴',
Quote: 'نقل قول',
Code: 'سورس کد',
Insert: 'افزودن',
'Insert table': 'افزودن جدول',
'Decrease Indent': 'افزودن فرورفتگی',
'Increase Indent': 'کاهش فرورفتگی',
'Select Special Character': 'کاراکتر ویژه را انتخاب کنید',
'Insert Special Character': 'افزودن کاراکتر ویژه',
'Paint format': 'قالب رنگ',
'Change mode': 'تغییر حالت',
Margins: 'فاصله ها',
top: 'بالا',
right: 'راست',
bottom: 'پایین',
left: 'چپ',
Styles: 'استایل ها',
Classes: 'کلاس ها',
Align: 'تراز کردن',
Right: 'راست',
Center: 'وسط',
Left: 'چپ',
'--Not Set--': '--تنظیم نشده--',
Src: 'سورس',
Title: 'عنوان',
Alternative: 'جایگزین',
Link: 'لینک',
'Open link in new tab': 'باز کزدن لینک در تب جدید',
Image: 'عکس',
file: 'فایل',
'Image properties': 'مقادیر عکس',
Cancel: 'بیخیال',
Ok: 'تایید',
'Your code is similar to HTML. Keep as HTML?':
'به نظر کد شما از نوع HTML است , با همین قالب ادامه دهیم ؟',
'Paste as HTML': 'جایگزاری HTML',
Keep: 'نگه دار',
Clean: 'تمیز کزدن',
'Insert as Text': 'وارد کردن به عنوان متن عادی',
'Word Paste Detected': 'ظاهر در حال کپی پیست کردن هستید',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'متن کپی شده از محصولات مایکروسافت است مایل هستید استایل مایکروسافت منتقل شود یا به عنوان متن عادی باکزاری شود ؟',
'Insert only Text': 'افزودن به عنوان متن عادی',
'File Browser': 'انتخاب فایل',
'Error on load list': 'خطا در بارگزاری لیست',
'Error on load folders': 'خطا در بازگزاری پوشه ها',
'Are you sure?': 'از انجام این اقدام اطمینان دارید ؟',
'Enter Directory name': 'نام مسیر را وارد کنید',
'Create directory': 'ساخت مسیر',
'type name': 'نام را وارد کنید',
'Drop image': 'عکس را رها کنید',
'Drop file': 'فایل را رها کنید',
'or click': 'یا کلیک کنید',
'Alternative text': 'متن جایگزین',
Browse: 'جستجو',
Upload: 'آپلود',
Background: 'پس زمینه',
Text: 'متن',
Top: 'بالا',
Middle: 'وسط',
Bottom: 'پایین',
'Insert column before': 'افزودن ستون قبل از',
'Insert column after': 'افزودن ستون بعد از',
'Insert row above': 'افزودن خط قبل از',
'Insert row below': 'افزودن خط بعد از',
'Delete table': 'حذف جدول',
'Delete row': 'حذف خط',
'Delete column': 'حذف ستون',
'Empty cell': 'خالی کدن بلاک',
Delete: 'حذف',
'Strike through': 'خط زدن',
Underline: 'زیر خط (Underline)',
Break: 'شکستن',
'Search for': 'جستجو برای',
'Replace with': 'جایگزین با',
Replace: 'جایگزین',
Edit: 'ویرایش',
'Vertical align': 'تراز عمودی',
'Horizontal align': 'تراز افقی',
Filter: 'فیلتر',
'Sort by changed': 'مرتب سازی بر اساس تغییرات',
'Sort by name': 'مرتب سازی بر اساس نام',
'Sort by size': 'مرتب سازی بر اساس اندازه',
'Add folder': 'افزودن پوشه',
Split: 'شکاف',
'Split vertical': 'شکاف عمودی',
'Split horizontal': 'شکاف افقی',
Merge: 'تجمیع کردن',
'Add column': 'افزودن ستون',
'Add row': 'افزودن خط',
Border: 'خط',
'Embed code': 'درج کد',
Update: 'بروزرسانی',
superscript: 'Super Script',
subscript: 'Sub Script',
'Cut selection': 'برداشتن انتخاب شده ها',
Paste: 'چسباندن',
'Choose Content to Paste': 'انتخاب محتوای برای چسباندن',
'Chars: %d': 'کاراکترها: %d',
'Words: %d': 'کلمات: %d',
All: 'همه',
'Select %s': 'انتخاب: %s',
'Select all': 'انتخاب همه',
source: 'سورس',
bold: 'بولد',
italic: 'ایتالیک',
brush: 'قلم مو',
link: 'لینک',
undo: 'بازگردانی',
redo: 'باز انجام',
table: 'جدول',
image: 'عکس',
eraser: 'پاک کن',
paragraph: 'پاراگراف',
fontsize: 'سایز فونت',
video: 'ویدیو',
font: 'فونت',
about: 'درباره',
print: 'چاپ',
underline: 'خط زیرین',
strikethrough: 'خط روی متن',
indent: 'فرورفتگی',
outdent: 'فرورفتگی از بیرون',
fullsize: 'کامل کردن',
shrink: 'کوچک کردن',
hr: 'خط',
ul: 'لیست',
ol: 'لیست عدید',
cut: 'بریدن',
selectall: 'انتخاب همه',
'Open link': 'بازکردن لینک',
'Edit link': 'ویرایش لینک',
'No follow': 'No Follow',
Unlink: 'حذف لینک',
Eye: 'مرور',
pencil: 'اصلاح',
' URL': ' URL',
Reset: 'ریست',
Save: 'ذخیر',
'Save as ...': 'ذخیره به عنوان...',
Resize: 'تغییر اندازه',
Crop: 'بریدن',
Width: 'طول',
Height: 'ارتفاع',
'Keep Aspect Ratio': 'نسبت ابعاد را حفظ کن',
Yes: 'بله',
No: 'خیر',
Remove: 'حذف',
Select: 'انتخاب',
'You can only edit your own images. Download this image on the host?':
'شما فقط میتوانید عکس های خود را ویرایش کنید , میخواهید عکس را از هاست دانلود کنیم ؟',
'The image has been successfully uploaded to the host!':
'عکس با موفقیت در هاست آپلود شد',
palette: 'جعبه رنگ نقاشی',
'There are no files': 'در این مسیر فایل وجود ندارد',
Rename: 'تغییر اسم',
'Enter new name': 'اسم جدید را وارد کنید',
preview: 'نمایش',
download: 'دانلود',
'Paste from clipboard': 'چسباندن از کلیپ بورد',
"Your browser doesn't support direct access to the clipboard.":
'مرورگر شما اجازه دسترسی به کلیپ بورد را نمیدهد.',
'Copy selection': 'کپی کردن انتخاب شده ها',
copy: 'کپی',
'Border radius': 'Border radius',
'Show all': 'نمایش همه',
Apply: 'درخواست',
'Please fill out this field': 'لطفا با پر کردن این زمینه',
'Please enter a web address': 'لطفا وارد یک آدرس وب',
Default: 'به طور پیش فرض',
Circle: 'دایره',
Dot: 'پورنو نقطه',
Quadrate: 'Quadrate',
Find: 'پیدا کردن',
'Find Previous': 'پیدا کردن قبلی',
'Find Next': 'پیدا کردن بعدی',
'Insert className': 'Insertar nombre de clase',
'Press Alt for custom resizing': 'برای تغییر اندازه سفارشی فشار دهید',
'License: %s': 'مجوز: %s'
};

219
node_modules/jodit/esm/langs/fi.d.ts generated vendored Normal file
View File

@@ -0,0 +1,219 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Filter: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
'Lower Alpha': string;
'Lower Greek': string;
'Lower Roman': string;
'Upper Alpha': string;
'Upper Roman': string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'Class name': string;
'License: %s': string;
};
export = _exports;

233
node_modules/jodit/esm/langs/fi.js generated vendored Normal file
View File

@@ -0,0 +1,233 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Finnish (Suomi)
export default {
'Type something': 'Kirjoita jotain...',
Advanced: 'Avanzado',
'About Jodit': 'Tietoja Jodit:ista',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Jodit käyttäjän ohje',
'contains detailed help for using':
'sisältää tarkempaa tietoa käyttämiseen',
'For information about the license, please go to our website:':
'Tietoa lisensoinnista, vieraile verkkosivuillamme:',
'Buy full version': 'Osta täysi versio',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Kaikki oikeudet pidätetään.',
Anchor: 'Ankkuri',
'Open in new tab': 'Avaa uudessa välilehdessä',
'Open in fullsize': 'Avaa täysikokoisena',
'Clear Formatting': 'Poista muotoilu',
'Fill color or set the text color': 'Täytä värillä tai aseta tekstin väri',
Redo: 'Tee uudelleen',
Undo: 'Peruuta',
Bold: 'Lihavoitu',
Italic: 'Kursiivi',
'Insert Unordered List': 'Lisää järjestämätön lista',
'Insert Ordered List': 'Lisää järjestetty lista',
'Align Center': 'Asemoi keskelle',
'Align Justify': 'Asemoi tasavälein',
'Align Left': 'Asemoi vasemmalle',
'Align Right': 'Asemoi oikealle',
'Insert Horizontal Line': 'Lisää vaakasuuntainen viiva',
'Insert Image': 'Lisää kuva',
'Insert file': 'Lisää tiedosto',
'Insert youtube/vimeo video': 'Lisää Youtube-/vimeo- video',
'Insert link': 'Lisää linkki',
'Font size': 'Kirjasimen koko',
'Font family': 'Kirjasimen nimi',
'Insert format block': 'Lisää muotoilualue',
Normal: 'Normaali',
'Heading 1': 'Otsikko 1',
'Heading 2': 'Otsikko 2',
'Heading 3': 'Otsikko 3',
'Heading 4': 'Otsikko 4',
Quote: 'Lainaus',
Code: 'Koodi',
Insert: 'Lisää',
'Insert table': 'Lisää taulukko',
'Decrease Indent': 'Pienennä sisennystä',
'Increase Indent': 'Lisää sisennystä',
'Select Special Character': 'Valitse erikoismerkki',
'Insert Special Character': 'Lisää erikoismerkki',
'Paint format': 'Maalaa muotoilu',
'Change mode': 'Vaihda tilaa',
Margins: 'Marginaalit',
top: 'ylös',
right: 'oikealle',
bottom: 'alas',
left: 'vasemmalle',
Styles: 'CSS-tyylit',
Classes: 'CSS-luokat',
Align: 'Asemointi',
Right: 'Oikea',
Center: 'Keskellä',
Left: 'Vasen',
'--Not Set--': '--Ei asetettu--',
Src: 'Fuente',
Title: 'Otsikko',
Alternative: 'Vaihtoehtoinen teksti',
Filter: 'Suodatin',
Link: 'Linkki',
'Open link in new tab': 'Avaa uudessa välilehdessä',
Image: 'Kuva',
file: 'Tiedosto',
'Image properties': 'Kuvan ominaisuudet',
Cancel: 'Peruuta',
Ok: 'Ok',
'Your code is similar to HTML. Keep as HTML?':
'Koodi on HTML:n tapaista. Säilytetäänkö HTML?',
'Paste as HTML': 'Liitä HTML:nä?',
Keep: 'Säilytä',
Clean: 'Tyhjennä',
'Insert as Text': 'Lisää tekstinä',
'Word Paste Detected': 'Word liittäminen havaittu',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Liitetty sisältö tulee Microsoft Word-/Excel- tiedostosta. Haluatko säilyttää muotoilun vai poistaa sen?',
'Insert only Text': 'Lisää vain teksti',
'File Browser': 'Tiedostoselain',
'Error on load list': 'Virhe listan latauksessa',
'Error on load folders': 'Virhe kansioiden latauksessa',
'Are you sure?': 'Oletko varma?',
'Enter Directory name': 'Syötä hakemiston nimi',
'Create directory': 'Luo hakemisto',
'type name': 'Syötä nimi',
'Drop image': 'Pudota kuva',
'Drop file': 'Pudota tiedosto',
'or click': 'tai klikkaa',
'Alternative text': 'Vaihtoehtoinen teksti',
Browse: 'Selaa',
Upload: 'Lataa',
Background: 'Tausta',
Text: 'Teksti',
Top: 'Ylös',
Middle: 'Keskelle',
Bottom: 'Alas',
'Insert column before': 'Lisää sarake ennen',
'Insert column after': 'Lisää sarake jälkeen',
'Insert row above': 'Lisää rivi ylös',
'Insert row below': 'Lisää rivi alle',
'Delete table': 'Poista taulukko',
'Delete row': 'Poista rivi',
'Delete column': 'Poista sarake',
'Empty cell': 'Tyhjennä solu',
Delete: 'Poista',
'Strike through': 'Yliviivaus',
Underline: 'Alleviivaus',
Break: 'Vaihto',
'Search for': 'Etsi arvoa',
'Replace with': 'Korvaa arvolla',
Replace: 'Korvaa',
Edit: 'Muokkaa',
'Vertical align': 'Pystyasemointi',
'Horizontal align': 'Vaaka-asemointi',
'Sort by changed': 'Järjestä muuttuneilla',
'Sort by name': 'Järjestä nimellä',
'Sort by size': 'Järjestä koolla',
'Add folder': 'Lisää kansio',
Split: 'Jaa',
'Split vertical': 'Jaa pystysuuntaisesti',
'Split horizontal': 'Jaa vaakasuuntaisesti',
Merge: 'Yhdistä',
'Add column': 'Lisää sarake',
'Add row': 'Lisää rivi',
Border: 'Reuna',
'Embed code': 'Sisällytä koodi',
Update: 'Päivitä',
superscript: 'yläviite',
subscript: 'alaviite',
'Cut selection': 'Leikkaa valinta',
Paste: 'Liitä',
'Choose Content to Paste': 'Valitse liitettävä sisältö',
'Chars: %d': 'Merkit: %d',
'Words: %d': 'Sanat: %d',
All: 'Kaikki',
'Select %s': 'Valitse: %s',
'Select all': 'Valitse kaikki',
source: 'HTML',
bold: 'lihavoitu',
italic: 'kursiivi',
brush: 'sivellin',
link: 'linkki',
undo: 'peruuta',
redo: 'tee uudelleen',
table: 'taulukko',
image: 'kuva',
eraser: 'pyyhekumi',
paragraph: 'kappale',
fontsize: 'tekstin koko',
video: 'video',
font: 'kirjasin',
about: 'tietoja',
print: 'tulosta',
underline: 'alleviivaa',
strikethrough: 'yliviivaa',
indent: 'sisennä',
outdent: 'pienennä sisennystä',
fullsize: 'täysikokoinen',
shrink: 'pienennä',
hr: 'vaakaviiva',
ul: 'järjestetty lista',
ol: 'järjestämätön lista',
cut: 'leikkaa',
selectall: 'valitse kaikki',
'Open link': 'Avaa linkki',
'Edit link': 'Muokkaa linkkiä',
'No follow': 'Älä seuraa',
Unlink: 'Pura linkki',
Eye: 'Ver',
pencil: 'Muokkaa',
' URL': 'URL',
Reset: 'Nollaa',
Save: 'Tallenna',
'Save as ...': 'Tallenna nimellä ...',
Resize: 'Muuta kokoa',
Crop: 'Rajaa',
Width: 'Leveys',
Height: 'Korkeus',
'Keep Aspect Ratio': 'Säilytä kuvasuhde',
Yes: 'Kyllä',
No: 'Ei',
Remove: 'Poista',
Select: 'Valitse',
'You can only edit your own images. Download this image on the host?':
'Voit muokata vain omia kuvia. Lataa tämä kuva palvelimelle?',
'The image has been successfully uploaded to the host!':
'Kuva on onnistuneesti ladattu palvelimelle!',
palette: 'paletti',
'There are no files': 'Tiedostoja ei ole',
Rename: 'Nimeä uudelleen',
'Enter new name': 'Syötä uusi nimi',
preview: 'esikatselu',
download: 'Lataa',
'Paste from clipboard': 'Liitä leikepöydältä',
"Your browser doesn't support direct access to the clipboard.":
'Selaimesi ei tue suoraa pääsyä leikepöydälle.',
'Copy selection': 'Kopioi valinta',
copy: 'kopioi',
'Border radius': 'Reunan pyöristys',
'Show all': 'Näytä kaikki',
Apply: 'Käytä',
'Please fill out this field': 'Täytä tämä kenttä',
'Please enter a web address': 'Annan web-osoite',
Default: 'Oletus',
Circle: 'Ympyrä',
Dot: 'Piste',
Quadrate: 'Neliö',
'Lower Alpha': 'Pieni aakkosellinen',
'Lower Greek': 'Pieni kreikkalainen',
'Lower Roman': 'Pieni roomalainen',
'Upper Alpha': 'Suuri aakkosellinen',
'Upper Roman': 'Suuri roomalainen',
Find: 'Hae',
'Find Previous': 'Hae edellinen',
'Find Next': 'Hae seuraava',
'Insert className': 'Lisää luokkanimi',
'Press Alt for custom resizing': 'Paina Alt muokattuun koon muuttamiseen',
'Class name': 'Luokan nimi',
'License: %s': 'Lisenssi: %s'
};

213
node_modules/jodit/esm/langs/fr.d.ts generated vendored Normal file
View File

@@ -0,0 +1,213 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Filter: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Border: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
'Chars: %d': string;
'Words: %d': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
'Select all': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Select %s': string;
Update: string;
'Vertical align': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
'Horizontal align': string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'Embed code': string;
Edit: string;
All: string;
'License: %s': string;
};
export = _exports;

228
node_modules/jodit/esm/langs/fr.js generated vendored Normal file
View File

@@ -0,0 +1,228 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// French (Français)
export default {
'Type something': 'Ecrivez ici',
'About Jodit': 'A propos de Jodit',
'Jodit Editor': 'Editeur Jodit',
"Jodit User's Guide": "Guide de l'utilisateur",
'contains detailed help for using': "Aide détaillée à l'utilisation",
'For information about the license, please go to our website:':
'Consulter la licence sur notre site web:',
'Buy full version': 'Acheter la version complète',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Tous droits réservés.',
Anchor: 'Ancre',
'Open in new tab': 'Ouvrir dans un nouvel onglet',
'Open in fullsize': "Ouvrir l'éditeur en pleine page",
'Clear Formatting': 'Supprimer le formattage',
'Fill color or set the text color':
'Modifier la couleur du fond ou du texte',
Redo: 'Refaire',
Undo: 'Défaire',
Bold: 'Gras',
Italic: 'Italique',
'Insert Unordered List': 'Liste non ordonnée',
'Insert Ordered List': 'Liste ordonnée',
'Align Center': 'Centrer',
'Align Justify': 'Justifier',
'Align Left': 'Aligner à gauche ',
'Align Right': 'Aligner à droite',
'Insert Horizontal Line': 'Insérer une ligne horizontale',
'Insert Image': 'Insérer une image',
'Insert file': 'Insérer un fichier',
'Insert youtube/vimeo video': 'Insérer une vidéo',
'Insert link': 'Insérer un lien',
'Font size': 'Taille des caractères',
'Font family': 'Famille des caractères',
'Insert format block': 'Bloc formatté',
Normal: 'Normal',
'Heading 1': 'Titre 1',
'Heading 2': 'Titre 2',
'Heading 3': 'Titre 3',
'Heading 4': 'Titre 4',
Quote: 'Citation',
Code: 'Code',
Insert: 'Insérer',
'Insert table': 'Insérer un tableau',
'Decrease Indent': 'Diminuer le retrait',
'Increase Indent': 'Retrait plus',
'Select Special Character': 'Sélectionnez un caractère spécial',
'Insert Special Character': 'Insérer un caractère spécial',
'Paint format': 'Cloner le format',
'Change mode': 'Mode wysiwyg <-> code html',
Margins: 'Marges',
top: 'haut',
right: 'droite',
bottom: 'Bas',
left: 'gauche',
Styles: 'Styles',
Classes: 'Classes',
Align: 'Alignement',
Right: 'Droite',
Center: 'Centre',
Left: 'Gauche',
'--Not Set--': '--Non disponible--',
Src: 'Source',
Title: 'Titre',
Alternative: 'Alternative',
Filter: 'Filtre',
Link: 'Lien',
'Open link in new tab': 'Ouvrir le lien dans un nouvel onglet',
Image: 'Image',
file: 'fichier',
Advanced: 'Avancé',
'Image properties': "Propriétés de l'image",
Cancel: 'Annuler',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'Votre texte que vous essayez de coller est similaire au HTML. Collez-le en HTML?',
'Paste as HTML': 'Coller en HTML?',
Keep: "Sauvegarder l'original",
Clean: 'Nettoyer',
'Insert as Text': 'Coller en tant que texte',
'Word Paste Detected': "C'est peut-être un fragment de Word ou Excel",
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
"Le contenu que vous insérez provient d'un document Microsoft Word / Excel. Voulez-vous enregistrer le format ou l'effacer?",
'Insert only Text': 'Coller le texte seulement',
'File Browser': 'Explorateur de fichiers',
'Error on load list': 'Erreur de liste de chargement',
'Error on load folders': 'Erreur de dossier de chargement',
'Are you sure?': 'Etes-vous sûrs ?',
'Enter Directory name': 'Entrer le nom de dossier',
'Create directory': 'Créer un dossier',
'type name': 'type de fichier',
'Drop image': 'Coller une image',
'Drop file': 'Déposer un fichier',
'or click': 'ou cliquer',
'Alternative text': 'Texte de remplacemement',
Browse: 'Chercher',
Upload: 'Charger',
Background: 'Arrière-plan',
Border: 'Bordure',
Text: 'Texte',
Top: 'Haut',
Middle: 'Milieu',
Bottom: 'Bas',
'Insert column before': 'Insérer une colonne avant',
'Insert column after': 'Insérer une colonne après',
'Insert row above': 'Insérer une ligne au dessus',
'Insert row below': 'Insérer une ligne en dessous',
'Delete table': 'Supprimer le tableau',
'Delete row': 'Supprimer la ligne',
'Delete column': 'Supprimer la colonne',
'Empty cell': 'Vider la cellule',
'Chars: %d': 'Symboles: %d',
'Words: %d': 'Mots: %d',
Split: 'Split',
'Split vertical': 'Split vertical',
'Split horizontal': 'Split horizontal',
'Strike through': 'Barrer',
Underline: 'Souligner',
superscript: 'exposant',
subscript: 'indice',
'Cut selection': 'Couper la sélection',
'Select all': 'Tout sélectionner',
Break: 'Pause',
'Search for': 'Rechercher',
'Replace with': 'Remplacer par',
Replace: 'Remplacer',
Paste: 'Coller',
'Choose Content to Paste': 'Choisissez le contenu à coller',
source: 'la source',
bold: 'gras',
italic: 'italique',
brush: 'pinceau',
link: 'lien',
undo: 'annuler',
redo: 'refaire',
table: 'tableau',
image: 'image',
eraser: 'gomme',
paragraph: 'clause',
fontsize: 'taille de police',
video: 'Video',
font: 'police',
about: "à propos de l'éditeur",
print: 'impression',
underline: 'souligné',
strikethrough: 'barré',
indent: 'indentation',
outdent: 'retrait',
fullsize: 'taille réelle',
shrink: 'taille conventionnelle',
hr: 'la ligne',
ul: 'Liste',
ol: 'Liste numérotée',
cut: 'Couper',
selectall: 'Sélectionner tout',
'Open link': 'Ouvrir le lien',
'Edit link': 'Modifier le lien',
'No follow': 'Attribut Nofollow',
Unlink: 'Supprimer le lien',
Eye: 'Voir',
pencil: 'Pour éditer',
' URL': 'URL',
Reset: 'Restaurer',
Save: 'Sauvegarder',
'Save as ...': 'Enregistrer sous',
Resize: 'Changer la taille',
Crop: 'Taille de garniture',
Width: 'Largeur',
Height: 'Hauteur',
'Keep Aspect Ratio': 'Garder les proportions',
Yes: 'Oui',
No: 'Non',
Remove: 'Supprimer',
Select: 'Mettre en évidence',
'Select %s': 'Mettre en évidence: %s',
Update: 'Mettre à jour',
'Vertical align': 'Alignement vertical',
Merge: 'aller',
'Add column': 'Ajouter une colonne',
'Add row': 'Ajouter une rangée',
Delete: 'Effacer',
'Horizontal align': 'Alignement horizontal',
'Sort by changed': 'Trier par modification',
'Sort by name': 'Trier par nom',
'Sort by size': 'Trier par taille',
'Add folder': 'Créer le dossier',
'You can only edit your own images. Download this image on the host?':
"Vous ne pouvez éditer que vos propres images. Téléchargez cette image sur l'hôte?",
'The image has been successfully uploaded to the host!':
"L'image a été téléchargée avec succès sur le serveur!",
palette: 'Palette',
'There are no files': "Il n'y a aucun fichier dans ce répertoire.",
Rename: 'renommer',
'Enter new name': 'Entrez un nouveau nom',
preview: 'Aperçu',
download: 'Télécharger',
'Paste from clipboard': 'Coller à partir du presse-papiers',
"Your browser doesn't support direct access to the clipboard.":
"Votre navigateur ne prend pas en charge l'accès direct au presse-papiers.",
'Copy selection': 'Copier la sélection',
copy: 'copie',
'Border radius': 'Rayon des bordures',
'Show all': 'Afficher tous',
Apply: 'Appliquer',
'Please fill out this field': 'Veuillez remplir ce champ',
'Please enter a web address': 'Veuillez entrer une adresse web',
Default: 'Par défaut',
Circle: 'Cercle',
Dot: 'Point',
Quadrate: 'Quadratique',
Find: 'Trouver',
'Find Previous': 'Précédent',
'Find Next': 'Suivant',
'Insert className': 'Insérer un nom de classe',
'Press Alt for custom resizing':
'Appuyez sur Alt pour un redimensionnement personnalisé',
'Embed code': "Code d'intégration",
Edit: 'Modifier',
All: 'Tout sélectionner',
'License: %s': 'Licence: %s'
};

213
node_modules/jodit/esm/langs/he.d.ts generated vendored Normal file
View File

@@ -0,0 +1,213 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

226
node_modules/jodit/esm/langs/he.js generated vendored Normal file
View File

@@ -0,0 +1,226 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Hebrew (עברית)
export default {
'Type something': 'הקלד משהו...',
Advanced: 'מתקדם',
'About Jodit': 'About Jodit',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": "Jodit User's Guide",
'contains detailed help for using': 'contains detailed help for using.',
'For information about the license, please go to our website:':
'For information about the license, please go to our website:',
'Buy full version': 'Buy full version',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.',
Anchor: 'מקום עיגון',
'Open in new tab': 'פתח בכרטיסיה חדשה',
'Open in fullsize': 'פתח את העורך בחלון חדש',
'Clear Formatting': 'נקה עיצוב',
'Fill color or set the text color': 'שנה צבע טקסט או רקע',
Redo: 'בצע שוב',
Undo: 'בטל',
Bold: 'מודגש',
Italic: 'נטוי',
'Insert Unordered List': 'הכנס רשימת תבליטים',
'Insert Ordered List': 'הכנס רשימה ממוספרת',
'Align Center': 'מרכז',
'Align Justify': 'ישר ',
'Align Left': 'ישר לשמאל',
'Align Right': 'ישר לימין',
'Insert Horizontal Line': 'הכנס קו אופקי',
'Insert Image': 'הכנס תמונה',
'Insert file': 'הכנס קובץ',
'Insert youtube/vimeo video': 'הכנס סרטון וידאו מYouTube/Vimeo',
'Insert link': 'הכנס קישור',
'Font size': 'גודל גופן',
'Font family': 'גופן',
'Insert format block': 'מעוצב מראש',
Normal: 'רגיל',
'Heading 1': 'כותרת 1',
'Heading 2': 'כותרת 2',
'Heading 3': 'כותרת 3',
'Heading 4': 'כותרת 4',
Quote: 'ציטוט',
Code: 'קוד',
Insert: 'הכנס',
'Insert table': 'הכנס טבלה',
'Decrease Indent': 'הקטן כניסה',
'Increase Indent': 'הגדל כניסה',
'Select Special Character': 'בחר תו מיוחד',
'Insert Special Character': 'הכנס תו מיוחד',
'Paint format': 'העתק עיצוב',
'Change mode': 'החלף מצב',
Margins: 'ריווח',
top: 'עליון',
right: 'ימין',
bottom: 'תחתון',
left: 'שמאל',
Styles: 'עיצוב CSS',
Classes: 'מחלקת CSS',
Align: 'יישור',
Right: 'ימין',
Center: 'מרכז',
Left: 'שמאל',
'--Not Set--': '--לא נקבע--',
Src: 'מקור',
Title: 'כותרת',
Alternative: 'כיתוב חלופי',
Link: 'קישור',
'Open link in new tab': 'פתח בכרטיסיה חדשה',
Image: 'תמונה',
file: 'קובץ',
'Image properties': 'מאפייני תמונה',
Cancel: 'ביטול',
Ok: 'אישור',
'Your code is similar to HTML. Keep as HTML?':
'הקוד דומה לHTML, האם להשאיר כHTML',
'Paste as HTML': 'הדבק כHTML',
Keep: 'השאר',
Clean: 'נקה',
'Insert as Text': 'הכנס כטקסט',
'Word Paste Detected': 'זוהתה הדבקה מ"וורד"',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'התוכן המודבק מגיע ממסמך וורד/אקסל. האם ברצונך להשאיר את העיצוב או לנקותו',
'Insert only Text': 'הכנס טקסט בלבד',
'File Browser': 'סייר הקבצים',
'Error on load list': 'שגיאה בזמן טעינת רשימה',
'Error on load folders': 'שגיאה בזמן טעינת תקיות',
'Are you sure?': 'האם אתה בטוח?',
'Enter Directory name': 'הכנס שם תקיה',
'Create directory': 'צור תקיה',
'type name': 'סוג הקובץ',
'Drop image': 'הסר תמונה',
'Drop file': 'הסר קובץ',
'or click': 'או לחץ',
'Alternative text': 'כיתוב חלופי',
Browse: 'סייר',
Upload: 'העלה',
Background: 'רקע',
Text: 'טקסט',
Top: 'עליון',
Middle: 'מרכז',
Bottom: 'תחתון',
'Insert column before': 'הכנס עמודה לפני',
'Insert column after': 'הכנס עמודה אחרי',
'Insert row above': 'הכנס שורה מעל',
'Insert row below': 'הכנס שורה מתחת',
'Delete table': 'מחק טבלה',
'Delete row': 'מחק שורה',
'Delete column': 'מחק עמודה',
'Empty cell': 'רוקן תא',
Delete: 'מחק',
'Strike through': 'קו חוצה',
Underline: 'קו תחתון',
Break: 'שבירת שורה',
'Search for': 'חפש',
'Replace with': 'החלף ב',
Replace: 'להחליף',
Edit: 'ערוך',
'Vertical align': 'יישור אנכי',
'Horizontal align': 'יישור אופקי',
Filter: 'סנן',
'Sort by changed': 'מין לפי שינוי',
'Sort by name': 'מיין לפי שם',
'Sort by size': 'מיין לפי גודל',
'Add folder': 'הוסף תקייה',
Split: 'פיצול',
'Split vertical': 'פיצול אנכי',
'Split horizontal': 'פיצול אופקי',
Merge: 'מזג',
'Add column': 'הוסף עמודה',
'Add row': 'הוסף שורה',
Border: 'מסגרת',
'Embed code': 'הוסף קוד',
Update: 'עדכן',
superscript: 'superscript',
subscript: 'subscript',
'Cut selection': 'גזור בחירה',
Paste: 'הדבק',
'Choose Content to Paste': 'בחר תוכן להדבקה',
'Chars: %d': 'תווים: %d',
'Words: %d': 'מילים: %d',
All: 'הכל',
'Select %s': 'נבחר: %s',
'Select all': 'בחר הכל',
source: 'HTML',
bold: 'מודגש',
italic: 'נטוי',
brush: 'מברשת',
link: 'קישור',
undo: 'בטל',
redo: 'בצע שוב',
table: 'טבלה',
image: 'תמונה',
eraser: 'מחק',
paragraph: 'פסקה',
fontsize: 'גודל גופן',
video: 'וידאו',
font: 'גופן',
about: 'עלינו',
print: 'הדפס',
underline: 'קו תחתון',
strikethrough: 'קו חוצה',
indent: 'הגדל כניסה',
outdent: 'הקטן כניסה',
fullsize: 'גודל מלא',
shrink: 'כווץ',
hr: 'קו אופקי',
ul: 'רשימת תבליטים',
ol: 'רשימה ממוספרת',
cut: 'חתוך',
selectall: 'בחר הכל',
'Open link': 'פתח קישור',
'Edit link': 'ערוך קישור',
'No follow': 'ללא מעקב',
Unlink: 'בטל קישור',
Eye: 'הצג',
pencil: 'כדי לערוך',
' URL': 'כתובת',
Reset: 'אפס',
Save: 'שמור',
'Save as ...': 'שמור בשם...',
Resize: 'שנה גודל',
Crop: 'חתוך',
Width: 'רוחב',
Height: 'גובה',
'Keep Aspect Ratio': 'שמור יחס',
Yes: 'כן',
No: 'לא',
Remove: 'הסר',
Select: 'בחר',
'You can only edit your own images. Download this image on the host?':
'רק קבצים המשוייכים שלך ניתנים לעריכה. האם להוריד את הקובץ?',
'The image has been successfully uploaded to the host!':
'התמונה עלתה בהצלחה!',
palette: 'לוח',
'There are no files': 'אין קבצים בספריה זו.',
Rename: 'הונגרית',
'Enter new name': 'הזן שם חדש',
preview: 'תצוגה מקדימה',
download: 'הורד',
'Paste from clipboard': 'להדביק מהלוח',
"Your browser doesn't support direct access to the clipboard.":
'הדפדפן שלך לא תומך גישה ישירה ללוח.',
'Copy selection': 'העתק בחירה',
copy: 'העתק',
'Border radius': 'רדיוס הגבול',
'Show all': 'הצג את כל',
Apply: 'החל',
'Please fill out this field': 'נא למלא שדה זה',
'Please enter a web address': 'אנא הזן כתובת אינטרנט',
Default: 'ברירת המחדל',
Circle: 'מעגל',
Dot: 'נקודה',
Quadrate: 'הריבוע הזה',
Find: 'למצוא',
'Find Previous': 'מצא את הקודם',
'Find Next': 'חפש את הבא',
'Insert className': 'הכנס את שם הכיתה',
'Press Alt for custom resizing': 'לחץ על אלט לשינוי גודל מותאם אישית',
'License: %s': 'רישיון: %s'
};

215
node_modules/jodit/esm/langs/hu.d.ts generated vendored Normal file
View File

@@ -0,0 +1,215 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
'Free Non-commercial Version': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Print: string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
Split: string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

228
node_modules/jodit/esm/langs/hu.js generated vendored Normal file
View File

@@ -0,0 +1,228 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Hungarian (Magyar)
export default {
'Type something': 'Írjon be valamit',
Advanced: 'Haladó',
'About Jodit': 'Joditról',
'Jodit Editor': 'Jodit Editor',
'Free Non-commercial Version': 'Ingyenes változat',
"Jodit User's Guide": 'Jodit útmutató',
'contains detailed help for using': 'további segítséget tartalmaz',
'For information about the license, please go to our website:':
'További licence információkért látogassa meg a weboldalunkat:',
'Buy full version': 'Teljes verzió megvásárlása',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Minden jog fenntartva.',
Anchor: 'Horgony',
'Open in new tab': 'Megnyitás új lapon',
'Open in fullsize': 'Megnyitás teljes méretben',
'Clear Formatting': 'Formázás törlése',
'Fill color or set the text color': 'Háttér/szöveg szín',
Redo: 'Újra',
Undo: 'Visszavon',
Bold: 'Félkövér',
Italic: 'Dőlt',
'Insert Unordered List': 'Pontozott lista',
'Insert Ordered List': 'Számozott lista',
'Align Center': 'Középre zárt',
'Align Justify': 'Sorkizárt',
'Align Left': 'Balra zárt',
'Align Right': 'Jobbra zárt',
'Insert Horizontal Line': 'Vízszintes vonal beszúrása',
'Insert Image': 'Kép beszúrás',
'Insert file': 'Fájl beszúrás',
'Insert youtube/vimeo video': 'Youtube videó beszúrása',
'Insert link': 'Link beszúrás',
'Font size': 'Betűméret',
'Font family': 'Betűtípus',
'Insert format block': 'Formázott blokk beszúrása',
Normal: 'Normál',
'Heading 1': 'Fejléc 1',
'Heading 2': 'Fejléc 2',
'Heading 3': 'Fejléc 3',
'Heading 4': 'Fejléc 4',
Quote: 'Idézet',
Code: 'Kód',
Insert: 'Beszúr',
'Insert table': 'Táblázat beszúrása',
'Decrease Indent': 'Behúzás csökkentése',
'Increase Indent': 'Behúzás növelése',
'Select Special Character': 'Speciális karakter kiválasztása',
'Insert Special Character': 'Speciális karakter beszúrása',
'Paint format': 'Kép formázása',
'Change mode': 'Nézet váltása',
Print: 'Nyomtatás',
Margins: 'Szegélyek',
top: 'felső',
right: 'jobb',
bottom: 'alsó',
left: 'bal',
Styles: 'CSS stílusok',
Classes: 'CSS osztályok',
Align: 'Igazítás',
Right: 'Jobbra',
Center: 'Középre',
Left: 'Balra',
'--Not Set--': 'Nincs',
Src: 'Forrás',
Title: 'Cím',
Alternative: 'Helyettesítő szöveg',
Link: 'Link',
'Open link in new tab': 'Link megnyitása új lapon',
Image: 'Kép',
file: 'Fájl',
'Image properties': 'Kép tulajdonságai',
Cancel: 'Mégsem',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'A beillesztett szöveg HTML-nek tűnik. Megtartsuk HTML-ként?',
'Paste as HTML': 'Beszúrás HTML-ként',
Keep: 'Megtartás',
Clean: 'Elvetés',
'Insert as Text': 'Beszúrás szövegként',
'Word Paste Detected': 'Word-ből másolt szöveg',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'A beillesztett tartalom Microsoft Word/Excel dokumentumból származik. Meg szeretné tartani a formátumát?',
'Insert only Text': 'Csak szöveg beillesztése',
'File Browser': 'Fájl tallózó',
'Error on load list': 'Hiba a lista betöltése közben',
'Error on load folders': 'Hiba a mappák betöltése közben',
'Are you sure?': 'Biztosan ezt szeretné?',
'Enter Directory name': 'Írjon be egy mappanevet',
'Create directory': 'Mappa létrehozása',
'type name': 'írjon be bevet',
'Drop image': 'Húzza ide a képet',
'Drop file': 'Húzza ide a fájlt',
'or click': 'vagy kattintson',
'Alternative text': 'Helyettesítő szöveg',
Browse: 'Tallóz',
Upload: 'Feltölt',
Background: 'Háttér',
Text: 'Szöveg',
Top: 'Fent',
Middle: 'Középen',
Bottom: 'Lent',
'Insert column before': 'Oszlop beszúrás elé',
'Insert column after': 'Oszlop beszúrás utána',
'Insert row above': 'Sor beszúrás fölé',
'Insert row below': 'Sor beszúrás alá',
'Delete table': 'Táblázat törlése',
'Delete row': 'Sor törlése',
'Delete column': 'Oszlop törlése',
'Empty cell': 'Cella tartalmának törlése',
Delete: 'Törlés',
'Strike through': 'Áthúzott',
Underline: 'Aláhúzott',
Break: 'Szünet',
'Search for': 'Keresés',
'Replace with': 'Csere erre',
Replace: 'Cserélje ki',
Edit: 'Szerkeszt',
'Vertical align': 'Függőleges igazítás',
'Horizontal align': 'Vízszintes igazítás',
Filter: 'Szűrő',
'Sort by changed': 'Rendezés módosítás szerint',
'Sort by name': 'Rendezés név szerint',
'Sort by size': 'Rendezés méret szerint',
'Add folder': 'Mappa hozzáadás',
'Split vertical': 'Függőleges felosztás',
'Split horizontal': 'Vízszintes felosztás',
Merge: 'Összevonás',
'Add column': 'Oszlop hozzáadás',
'Add row': 'Sor hozzáadás',
Border: 'Szegély',
'Embed code': 'Beágyazott kód',
Update: 'Frissít',
superscript: 'Felső index',
subscript: 'Alsó index',
'Cut selection': 'Kivágás',
Paste: 'Beillesztés',
'Choose Content to Paste': 'Válasszon tartalmat a beillesztéshez',
Split: 'Felosztás',
'Chars: %d': 'Karakterek száma: %d',
'Words: %d': 'Szavak száma: %d',
All: 'Összes',
'Select %s': 'Kijelöl: %s',
'Select all': 'Összes kijelölése',
source: 'HTML',
bold: 'Félkövér',
italic: 'Dőlt',
brush: 'Ecset',
link: 'Link',
undo: 'Visszavon',
redo: 'Újra',
table: 'Táblázat',
image: 'Kép',
eraser: 'Törlés',
paragraph: 'Paragráfus',
fontsize: 'Betűméret',
video: 'Videó',
font: 'Betű',
about: 'Rólunk',
print: 'Nyomtat',
underline: 'Aláhúzott',
strikethrough: 'Áthúzott',
indent: 'Behúzás',
outdent: 'Aussenseiter',
fullsize: 'Teljes méret',
shrink: 'Összenyom',
hr: 'Egyenes vonal',
ul: 'Lista',
ol: 'Számozott lista',
cut: 'Kivág',
selectall: 'Összes kijelölése',
'Open link': 'Link megnyitása',
'Edit link': 'Link szerkesztése',
'No follow': 'Nincs követés',
Unlink: 'Link leválasztása',
Eye: 'felülvizsgálat',
pencil: 'Szerkesztés',
' URL': 'URL',
Reset: 'Visszaállít',
Save: 'Mentés',
'Save as ...': 'Mentés másként...',
Resize: 'Átméretezés',
Crop: 'Kivág',
Width: 'Szélesség',
Height: 'Magasság',
'Keep Aspect Ratio': 'Képarány megtartása',
Yes: 'Igen',
No: 'Nem',
Remove: 'Eltávolít',
Select: 'Kijelöl',
'You can only edit your own images. Download this image on the host?':
'Csak a saját képeit tudja szerkeszteni. Letölti ezt a képet?',
'The image has been successfully uploaded to the host!':
'Kép sikeresen feltöltve!',
palette: 'Palette',
'There are no files': 'Er zijn geen bestanden in deze map.',
Rename: 'átnevezés',
'Enter new name': 'Adja meg az új nevet',
preview: 'előnézet',
download: 'Letöltés',
'Paste from clipboard': 'Illessze be a vágólap',
"Your browser doesn't support direct access to the clipboard.":
'A böngésző nem támogatja a közvetlen hozzáférést biztosít a vágólapra.',
'Copy selection': 'Másolás kiválasztása',
copy: 'másolás',
'Border radius': 'Határ sugár',
'Show all': 'Összes',
Apply: 'Alkalmazni',
'Please fill out this field': 'Kérjük, töltse ki ezt a mezőt,',
'Please enter a web address': 'Kérjük, írja be a webcímet',
Default: 'Alapértelmezett',
Circle: 'Kör',
Dot: 'Pont',
Quadrate: 'Quadrate',
Find: 'Találni',
'Find Previous': 'Megtalálja Előző',
'Find Next': 'Következő Keresése',
'Insert className': 'Helyezze be az osztály nevét',
'Press Alt for custom resizing': 'Nyomja meg az Alt egyéni átméretezés',
'License: %s': 'Licenc: %s'
};

214
node_modules/jodit/esm/langs/id.d.ts generated vendored Normal file
View File

@@ -0,0 +1,214 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
'Free Non-commercial Version': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Insert only Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Embed code': string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
Update: string;
' URL': string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
'Vertical align': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
Border: string;
'License: %s': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
};
export = _exports;

227
node_modules/jodit/esm/langs/id.js generated vendored Normal file
View File

@@ -0,0 +1,227 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Indonesian (Bahasa Indonesia)
export default {
'Type something': 'Ketik sesuatu',
'About Jodit': 'Tentang Jodit',
'Jodit Editor': 'Editor Jodit',
'Free Non-commercial Version': 'Versi Bebas Non-komersil',
"Jodit User's Guide": 'Panduan Pengguna Jodit',
'contains detailed help for using': 'mencakup detail bantuan penggunaan',
'For information about the license, please go to our website:':
'Untuk informasi tentang lisensi, silakan kunjungi website:',
'Buy full version': 'Beli versi lengkap',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Hak Cipta © XDSoft.net - Chupurnov Valeriy. Hak cipta dilindungi undang-undang.',
Anchor: 'Tautan',
'Open in new tab': 'Buka di tab baru',
'Open in fullsize': 'Buka editor dalam ukuran penuh',
'Clear Formatting': 'Hapus Pemformatan',
'Fill color or set the text color': 'Isi warna atau atur warna teks',
Redo: 'Ulangi',
Undo: 'Batalkan',
Bold: 'Tebal',
Italic: 'Miring',
'Insert Unordered List': 'Sisipkan Daftar Tidak Berurut',
'Insert Ordered List': 'Sisipkan Daftar Berurut',
'Align Center': 'Tengah',
'Align Justify': 'Penuh',
'Align Left': 'Kiri',
'Align Right': 'Kanan',
'Insert Horizontal Line': 'Sisipkan Garis Horizontal',
'Insert Image': 'Sisipkan Gambar',
'Insert file': 'Sisipkan Berkas',
'Insert youtube/vimeo video': 'Sisipkan video youtube/vimeo',
'Insert link': 'Sisipkan tautan',
'Font size': 'Ukuran font',
'Font family': 'Keluarga font',
'Insert format block': 'Sisipkan blok format',
Normal: 'Normal',
'Heading 1': 'Heading 1',
'Heading 2': 'Heading 2',
'Heading 3': 'Heading 3',
'Heading 4': 'Heading 4',
Quote: 'Kutip',
Code: 'Kode',
Insert: 'Sisipkan',
'Insert table': 'Sisipkan tabel',
'Decrease Indent': 'Kurangi Indentasi',
'Increase Indent': 'Tambah Indentasi',
'Select Special Character': 'Pilih Karakter Spesial',
'Insert Special Character': 'Sisipkan Karakter Spesial',
'Paint format': 'Formar warna',
'Change mode': 'Ubah mode',
Margins: 'Batas',
top: 'atas',
right: 'kanan',
bottom: 'bawah',
left: 'kiri',
Styles: 'Gaya',
Classes: 'Class',
Align: 'Rata',
Right: 'Kanan',
Center: 'Tengah',
Left: 'Kiri',
'--Not Set--': '--Tidak diset--',
Src: 'Src',
Title: 'Judul',
Alternative: 'Teks alternatif',
Link: 'Tautan',
'Open link in new tab': 'Buka tautan di tab baru',
Image: 'Gambar',
file: 'berkas',
Advanced: 'Lanjutan',
'Image properties': 'Properti gambar',
Cancel: 'Batal',
Ok: 'Ya',
'Your code is similar to HTML. Keep as HTML?':
'Kode Anda cenderung ke HTML. Biarkan sebagai HTML?',
'Paste as HTML': 'Paste sebagai HTML',
Keep: 'Jaga',
Clean: 'Bersih',
'Insert as Text': 'Sisipkan sebagai teks',
'Insert only Text': 'Sisipkan hanya teks',
'Word Paste Detected': 'Terdeteksi paste dari Word',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Konten dipaste dari dokumen Microsoft Word/Excel. Apakah Anda ingin tetap menjaga format atau membersihkannya?',
'File Browser': 'Penjelajah Berkas',
'Error on load list': 'Error ketika memuat list',
'Error on load folders': 'Error ketika memuat folder',
'Are you sure?': 'Apakah Anda yakin?',
'Enter Directory name': 'Masukkan nama Direktori',
'Create directory': 'Buat direktori',
'type name': 'ketik nama',
'Drop image': 'Letakkan gambar',
'Drop file': 'Letakkan berkas',
'or click': 'atau klik',
'Alternative text': 'Teks alternatif',
Browse: 'Jelajahi',
Upload: 'Unggah',
Background: 'Latar Belakang',
Text: 'Teks',
Top: 'Atas',
Middle: 'Tengah',
Bottom: 'Bawah',
'Insert column before': 'Sisipkan kolom sebelumnya',
'Insert column after': 'Sisipkan kolom setelahnya',
'Insert row above': 'Sisipkan baris di atasnya',
'Insert row below': 'Sisipkan baris di bawahnya',
'Delete table': 'Hapus tabel',
'Delete row': 'Hapus baris',
'Delete column': 'Hapus kolom',
'Empty cell': 'Kosongkan cell',
source: 'sumber',
bold: 'tebal',
italic: 'miring',
brush: 'sikat',
link: 'tautan',
undo: 'batalkan',
redo: 'ulangi',
table: 'tabel',
image: 'gambar',
eraser: 'penghapus',
paragraph: 'paragraf',
fontsize: 'ukuran font',
video: 'video',
font: 'font',
about: 'tentang',
print: 'cetak',
underline: 'garis bawah',
strikethrough: 'coret',
indent: 'menjorok ke dalam',
outdent: 'menjorok ke luar',
fullsize: 'ukuran penuh',
shrink: 'menyusut',
hr: 'hr',
ul: 'ul',
ol: 'ol',
cut: 'potong',
selectall: 'Pilih semua',
'Embed code': 'Kode embed',
'Open link': 'Buka tautan',
'Edit link': 'Edit tautan',
'No follow': 'No follow',
Unlink: 'Hapus tautan',
Eye: 'Mata',
pencil: 'pensil',
Update: 'Perbarui',
' URL': 'URL',
Edit: 'Edit',
'Horizontal align': 'Perataan horizontal',
Filter: 'Filter',
'Sort by changed': 'Urutkan berdasarkan perubahan',
'Sort by name': 'Urutkan berdasarkan nama',
'Sort by size': 'Urutkan berdasarkan ukuran',
'Add folder': 'Tambah folder',
Reset: 'Reset',
Save: 'Simpan',
'Save as ...': 'Simpan sebagai...',
Resize: 'Ubah ukuran',
Crop: 'Crop',
Width: 'Lebar',
Height: 'Tinggi',
'Keep Aspect Ratio': 'Jaga aspek rasio',
Yes: 'Ya',
No: 'Tidak',
Remove: 'Copot',
Select: 'Pilih',
'Chars: %d': 'Karakter: %d',
'Words: %d': 'Kata: %d',
All: 'Semua',
'Select %s': 'Pilih %s',
'Select all': 'Pilih semua',
'Vertical align': 'Rata vertikal',
Split: 'Bagi',
'Split vertical': 'Bagi secara vertikal',
'Split horizontal': 'Bagi secara horizontal',
Merge: 'Gabungkan',
'Add column': 'Tambah kolom',
'Add row': 'tambah baris',
Delete: 'Hapus',
Border: 'Bingkai',
'License: %s': 'Lisensi: %s',
'Strike through': 'Coret',
Underline: 'Garis Bawah',
superscript: 'Superskrip',
subscript: 'Subskrip',
'Cut selection': 'Potong pilihan',
Break: 'Berhenti',
'Search for': 'Mencari',
'Replace with': 'Ganti dengan',
Replace: 'Mengganti',
Paste: 'Paste',
'Choose Content to Paste': 'Pilih konten untuk dipaste',
'You can only edit your own images. Download this image on the host?':
'Anda hanya dapat mengedit gambar Anda sendiri. Unduh gambar ini di host?',
'The image has been successfully uploaded to the host!':
'Gambar telah sukses diunggah ke host!',
palette: 'palet',
'There are no files': 'Tidak ada berkas',
Rename: 'ganti nama',
'Enter new name': 'Masukkan nama baru',
preview: 'pratinjau',
download: 'Unduh',
'Paste from clipboard': 'Paste dari clipboard',
"Your browser doesn't support direct access to the clipboard.":
'Browser anda tidak mendukung akses langsung ke clipboard.',
'Copy selection': 'Copy seleksi',
copy: 'copy',
'Border radius': 'Border radius',
'Show all': 'Tampilkan semua',
Apply: 'Menerapkan',
'Please fill out this field': 'Silahkan mengisi kolom ini',
'Please enter a web address': 'Silahkan masukkan alamat web',
Default: 'Default',
Circle: 'Lingkaran',
Dot: 'Dot',
Quadrate: 'Kuadrat',
Find: 'Menemukan',
'Find Previous': 'Menemukan Sebelumnya',
'Find Next': 'Menemukan Berikutnya',
'Insert className': 'Masukkan nama kelas',
'Press Alt for custom resizing': 'Tekan Alt untuk mengubah ukuran kustom'
};

218
node_modules/jodit/esm/langs/it.d.ts generated vendored Normal file
View File

@@ -0,0 +1,218 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
'Lower Alpha': string;
'Lower Greek': string;
'Lower Roman': string;
'Upper Alpha': string;
'Upper Roman': string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

233
node_modules/jodit/esm/langs/it.js generated vendored Normal file
View File

@@ -0,0 +1,233 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Italian (Italiano)
export default {
'Type something': 'Scrivi qualcosa...',
Advanced: 'Avanzato',
'About Jodit': 'A proposito di Jodit',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Guida utente di Jodit',
'contains detailed help for using':
"contiene una guida dettagliata per l'uso.",
'For information about the license, please go to our website:':
'Per informazioni sulla licenza, si prega di visitare il nostro sito web:',
'Buy full version': 'Acquista la versione completa',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Tutti i diritti riservati.',
Anchor: 'Link',
'Open in new tab': 'Apri in una nuova scheda',
'Open in fullsize': "Apri l'editor a schermo intero",
'Clear Formatting': 'Pulisci Formattazione',
'Fill color or set the text color': 'Colore di sfondo o del testo',
Redo: 'Ripristina',
Undo: 'Annulla',
Bold: 'Grassetto',
Italic: 'Corsivo',
'Insert Unordered List': 'Inserisci lista non ordinata',
'Insert Ordered List': 'Inserisci lista ordinata',
'Align Center': 'Allinea al centro',
'Align Justify': 'Allineamento Giustificato',
'Align Left': 'Allinea a Sinistra',
'Align Right': 'Allinea a Destra',
'Insert Horizontal Line': 'Inserisci una linea orizzontale',
'Insert Image': 'Inserisci immagine',
'Insert file': 'Inserisci un file',
'Insert youtube/vimeo video': 'Inserisci video Youtube/Vimeo',
'Insert link': 'Inserisci link',
'Font size': 'Dimensione carattere',
'Font family': 'Tipo di font',
'Insert format block': 'Inserisci blocco',
Normal: 'Normale',
'Heading 1': 'Intestazione 1',
'Heading 2': 'Intestazione 2',
'Heading 3': 'Intestazione 3',
'Heading 4': 'Intestazione 4',
Quote: 'Citazione',
Code: 'Codice',
Insert: 'Inserisci',
'Insert table': 'Inserisci tabella',
'Decrease Indent': 'Riduci il rientro',
'Increase Indent': 'Aumenta il rientro',
'Select Special Character': 'Seleziona un carattere speciale',
'Insert Special Character': 'Inserisci un carattere speciale',
'Paint format': 'Copia formato',
'Change mode': "Cambia modalita'",
Margins: 'Margini',
top: 'su',
right: 'destra',
bottom: 'giù',
left: 'sinistra',
Styles: 'Stili CSS',
Classes: 'Classi CSS',
Align: 'Allinea',
Right: 'Destra',
Center: 'Centro',
Left: 'Sinistra',
'--Not Set--': '--Non Impostato--',
Src: 'Fonte',
Title: 'Titolo',
Alternative: 'Testo Alternativo',
Link: 'Link',
'Open link in new tab': 'Apri il link in una nuova scheda',
Image: 'Immagine',
file: 'Archivio',
'Image properties': "Proprietà dell'immagine",
Cancel: 'Annulla',
Ok: 'Accetta',
'Your code is similar to HTML. Keep as HTML?':
"Il codice è simile all'HTML. Mantieni come HTML?",
'Paste as HTML': 'Incolla come HTML',
Keep: 'Mantieni',
Clean: 'Pulisci',
'Insert as Text': 'Inserisci come testo',
'Word Paste Detected': 'Incolla testo da Word rilevato',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Il contenuto incollato proviene da un documento Microsoft Word / Excel. Vuoi mantenere il formato o pulirlo?',
'Insert only Text': 'Inserisci solo il testo',
'File Browser': 'Cerca file',
'Error on load list': "Errore durante il caricamento dell'elenco",
'Error on load folders': 'Errore durante il caricamento delle cartelle',
'Are you sure?': 'Sei sicuro?',
'Enter Directory name': 'Inserisci il nome della cartella',
'Create directory': 'Crea cartella',
'type name': 'Digita il nome',
'Drop image': 'Cancella immagine',
'Drop file': 'Cancella file',
'or click': 'o clicca',
'Alternative text': 'Testo alternativo',
Browse: 'Sfoglia',
Upload: 'Carica',
Background: 'Sfondo',
Text: 'Testo',
Top: 'Su',
Middle: 'Centro',
Bottom: 'Sotto',
'Insert column before': 'Inserisci la colonna prima',
'Insert column after': 'Inserisci la colonna dopo',
'Insert row above': 'Inserisci la riga sopra',
'Insert row below': 'Inserisci la riga sotto',
'Delete table': 'Elimina tabella',
'Delete row': 'Elimina riga',
'Delete column': 'Elimina colonna',
'Empty cell': 'Cella vuota',
Delete: 'Cancella',
'Strike through': 'Barrato',
Underline: 'Sottolineato',
Break: 'Pausa',
'Search for': 'Cerca per',
'Replace with': 'Sostituisci con',
Replace: 'Sostituisci',
Edit: 'Modifica',
'Vertical align': 'Allineamento verticala',
'Horizontal align': 'Allineamento orizzontale',
Filter: 'Filtro',
'Sort by changed': 'Ordina per data di modifica',
'Sort by name': 'Ordina per nome',
'Sort by size': 'Ordina per dimensione',
'Add folder': 'Aggiungi cartella',
Split: 'Dividi',
'Split vertical': 'Dividi verticalmente',
'Split horizontal': 'Dividi orizzontale',
Merge: 'Fondi',
'Add column': 'Aggiungi colonna',
'Add row': 'Aggiungi riga',
Border: 'Bordo',
'Embed code': 'Includi codice',
Update: 'Aggiorna',
superscript: 'indice',
subscript: 'pedice',
'Cut selection': 'Taglia selezione',
Paste: 'Incolla',
'Choose Content to Paste': 'Seleziona il contenuto da incollare',
'Chars: %d': 'Caratteri: %d',
'Words: %d': 'Parole: %d',
All: 'Tutto',
'Select %s': 'Seleziona: %s',
'Select all': 'Seleziona tutto',
source: 'risorsa',
bold: 'Grassetto',
italic: 'Corsivo',
brush: 'Pennello',
link: 'Link',
undo: 'Annulla',
redo: 'Ripristina',
table: 'Tabella',
image: 'Immagine',
eraser: 'Gomma',
paragraph: 'Paragrafo',
fontsize: 'Dimensione del carattere',
video: 'Video',
font: 'Font',
about: 'Approposito di',
print: 'Stampa',
underline: 'Sottolineato',
strikethrough: 'Barrato',
indent: 'aumenta rientro',
outdent: 'riduci rientro',
fullsize: 'espandi',
shrink: 'comprimi',
hr: 'linea orizzontale',
ul: 'lista non ordinata',
ol: 'lista ordinata',
cut: 'Taglia',
selectall: 'Seleziona tutto',
'Open link': 'Apri link',
'Edit link': 'Modifica link',
'No follow': 'Non seguire',
Unlink: 'Rimuovi link',
Eye: 'Recensione',
pencil: 'Per modificare',
' URL': ' URL',
Reset: 'Reset',
Save: 'Salva',
'Save as ...': 'Salva con nome...',
Resize: 'Ridimensiona',
Crop: 'Ritaglia',
Width: 'Larghezza',
Height: 'Altezza',
'Keep Aspect Ratio': 'Mantieni le proporzioni',
Yes: 'Si',
No: 'No',
Remove: 'Rimuovi',
Select: 'Seleziona',
'You can only edit your own images. Download this image on the host?':
'Puoi modificare solo le tue immagini. Vuoi scaricare questa immagine dal server?',
'The image has been successfully uploaded to the host!':
"L'immagine è stata caricata correttamente sul server!",
palette: 'tavolozza',
'There are no files': 'Non ci sono file in questa directory.',
Rename: 'Rinomina',
'Enter new name': 'Inserisci un nuovo nome',
preview: 'anteprima',
download: 'Scarica',
'Paste from clipboard': 'Incolla dagli appunti',
"Your browser doesn't support direct access to the clipboard.":
"Il tuo browser non supporta l'accesso diretto agli appunti.",
'Copy selection': 'Copia selezione',
copy: 'copia',
'Border radius': 'Border radius',
'Show all': 'Mostra tutti',
Apply: 'Applica',
'Please fill out this field': 'Si prega di compilare questo campo',
'Please enter a web address': 'Si prega di inserire un indirizzo web',
Default: 'Default',
Circle: 'Cerchio',
Dot: 'Punto',
Quadrate: 'Quadrato',
'Lower Alpha': 'Lettera Minuscola',
'Lower Greek': 'Lettera Greca Minuscola',
'Lower Roman': 'Numero Romano Minuscolo',
'Upper Alpha': 'Lettera Maiuscola',
'Upper Roman': 'Numero Romano Maiuscolo',
Find: 'Trova',
'Find Previous': 'Trova Precedente',
'Find Next': 'Trova Successivo',
'Insert className': 'Inserisci il nome della classe',
'Press Alt for custom resizing':
'Premere Alt per il ridimensionamento personalizzato',
'License: %s': 'Licenza: %s'
};

218
node_modules/jodit/esm/langs/ja.d.ts generated vendored Normal file
View File

@@ -0,0 +1,218 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
'Chars: %d': string;
'Words: %d': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
'Select all': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
All: string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Select %s': string;
Update: string;
'Vertical align': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Delete: string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
pencil: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Lower Alpha': string;
'Lower Greek': string;
'Lower Roman': string;
'Upper Alpha': string;
'Upper Roman': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

231
node_modules/jodit/esm/langs/ja.js generated vendored Normal file
View File

@@ -0,0 +1,231 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Japanese (日本語)
export default {
'Type something': 'なにかタイプしてください',
Advanced: '高度な設定',
'About Jodit': 'Joditについて',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Jodit ユーザーズ・ガイド',
'contains detailed help for using': '詳しい使い方',
'For information about the license, please go to our website:':
'ライセンス詳細についてはJodit Webサイトを確認ください',
'Buy full version': 'フルバージョンを購入',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.',
Anchor: 'Anchor',
'Open in new tab': '新しいタブで開く',
'Open in fullsize': 'エディターのサイズ(フル/ノーマル)',
'Clear Formatting': '書式をクリア',
'Fill color or set the text color': 'テキストの色',
Redo: 'やり直し',
Undo: '元に戻す',
Bold: '太字',
Italic: '斜体',
'Insert Unordered List': '箇条書き',
'Insert Ordered List': '番号付きリスト',
'Align Center': '中央揃え',
'Align Justify': '両端揃え',
'Align Left': '左揃え',
'Align Right': '右揃え',
'Insert Horizontal Line': '区切り線を挿入',
'Insert Image': '画像を挿入',
'Insert file': 'ファイルを挿入',
'Insert youtube/vimeo video': 'Youtube/Vimeo 動画',
'Insert link': 'リンクを挿入',
'Font size': 'フォントサイズ',
'Font family': 'フォント',
'Insert format block': 'テキストのスタイル',
Normal: '指定なし',
'Heading 1': 'タイトル1',
'Heading 2': 'タイトル2',
'Heading 3': 'タイトル3',
'Heading 4': 'タイトル4',
Quote: '引用',
Code: 'コード',
Insert: '挿入',
'Insert table': '表を挿入',
'Decrease Indent': 'インデント減',
'Increase Indent': 'インデント増',
'Select Special Character': '特殊文字を選択',
'Insert Special Character': '特殊文字を挿入',
'Paint format': '書式を貼付け',
'Change mode': '編集モード切替え',
Margins: 'マージン',
top: '上',
right: '右',
bottom: '下',
left: '左',
Styles: 'スタイル',
Classes: 'クラス',
Align: '配置',
Right: '右寄せ',
Center: '中央寄せ',
Left: '左寄せ',
'--Not Set--': '指定なし',
Src: 'ソース',
Title: 'タイトル',
Alternative: '代替テキスト',
Link: 'リンク',
'Open link in new tab': '新しいタブで開く',
Image: '画像',
file: 'ファイル',
'Image properties': '画像のプロパティー',
Cancel: 'キャンセル',
Ok: '確定',
'Your code is similar to HTML. Keep as HTML?': 'HTMLコードを保持しますか',
'Paste as HTML': 'HTMLで貼付け',
Keep: 'HTMLを保持',
Clean: 'Clean',
'Insert as Text': 'HTMLをテキストにする',
'Word Paste Detected': 'Word Paste Detected',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?',
'Insert only Text': 'テキストだけ',
'File Browser': 'File Browser',
'Error on load list': 'Error on load list',
'Error on load folders': 'Error on load folders',
'Are you sure?': 'Are you sure?',
'Enter Directory name': 'Enter Directory name',
'Create directory': 'Create directory',
'type name': 'type name',
'Drop image': 'ここに画像をドロップ',
'Drop file': 'ここにファイルをドロップ',
'or click': 'or クリック',
'Alternative text': '代替テキスト',
Browse: 'ブラウズ',
Upload: 'アップロード',
Background: '背景',
Text: '文字',
Top: '上',
Middle: '中央',
Bottom: '下',
'Insert column before': '左に列を挿入',
'Insert column after': '右に列を挿入',
'Insert row above': '上に行を挿入',
'Insert row below': '下に行を挿入',
'Delete table': '表を削除',
'Delete row': '行を削除',
'Delete column': '列を削除',
'Empty cell': 'セルを空にする',
'Chars: %d': '文字数: %d',
'Words: %d': '単語数: %d',
'Strike through': '取り消し線',
Underline: '下線',
superscript: '上付き文字',
subscript: '下付き文字',
'Cut selection': '切り取り',
'Select all': 'すべて選択',
Break: 'Pause',
'Search for': '検索',
'Replace with': '置換',
Replace: '交換',
Paste: '貼付け',
'Choose Content to Paste': '選択した内容を貼付け',
All: '全部',
source: 'source',
bold: 'bold',
italic: 'italic',
brush: 'brush',
link: 'link',
undo: 'undo',
redo: 'redo',
table: 'table',
image: 'image',
eraser: 'eraser',
paragraph: 'paragraph',
fontsize: 'fontsize',
video: 'video',
font: 'font',
about: 'about',
print: 'print',
underline: 'underline',
strikethrough: 'strikethrough',
indent: 'indent',
outdent: 'outdent',
fullsize: 'fullsize',
shrink: 'shrink',
hr: '分割線',
ul: '箇条書き',
ol: '番号付きリスト',
cut: '切り取り',
selectall: 'すべて選択',
'Open link': 'リンクを開く',
'Edit link': 'リンクを編集',
'No follow': 'No follow',
Unlink: 'リンク解除',
Eye: 'サイトを確認',
' URL': 'URL',
Reset: 'リセット',
Save: '保存',
'Save as ...': 'Save as ...',
Resize: 'リサイズ',
Crop: 'Crop',
Width: '幅',
Height: '高さ',
'Keep Aspect Ratio': '縦横比を保持',
Yes: 'はい',
No: 'いいえ',
Remove: '移除',
Select: '選択',
'Select %s': '選択: %s',
Update: '更新',
'Vertical align': '垂直方向の配置',
Merge: 'セルの結合',
'Add column': '列を追加',
'Add row': '行を追加',
Border: '境界線',
'Embed code': '埋め込みコード',
Delete: '削除',
Edit: '編集',
'Horizontal align': '水平方向の配置',
Filter: 'Filter',
'Sort by changed': 'Sort by changed',
'Sort by name': 'Sort by name',
'Sort by size': 'Sort by size',
'Add folder': 'Add folder',
Split: '分割',
'Split vertical': 'セルの分割(垂直方向)',
'Split horizontal': 'セルの分割(水平方向)',
'You can only edit your own images. Download this image on the host?':
'You can only edit your own images. Download this image on the host?',
'The image has been successfully uploaded to the host!':
'The image has been successfully uploaded to the host!',
palette: 'パレット',
pencil: '鉛筆',
'There are no files': 'There are no files',
Rename: 'Rename',
'Enter new name': 'Enter new name',
preview: 'プレビュー',
download: 'ダウンロード',
'Paste from clipboard': '貼り付け',
"Your browser doesn't support direct access to the clipboard.":
'お使いのブラウザはクリップボードを使用できません',
'Copy selection': 'コピー',
copy: 'copy',
'Border radius': '角の丸み',
'Show all': '全て表示',
Apply: '適用',
'Please fill out this field': 'まだこの分野',
'Please enter a web address': 'を入力してくださいウェブアドレス',
Default: 'デフォルト',
Circle: '白丸',
Dot: '黒丸',
Quadrate: '四角',
Find: '見',
'Find Previous': '探前',
'Find Next': '由来',
'Lower Alpha': '英小文字',
'Lower Greek': 'ギリシャ文字',
'Lower Roman': 'ローマ数字小文字',
'Upper Alpha': '英大文字',
'Upper Roman': 'ローマ数字大文字',
'Insert className': 'クラス名を挿入',
'Press Alt for custom resizing':
'カスタムサイズ変更のためのAltキーを押します',
'License: %s': 'ライセンス: %s'
};

1
node_modules/jodit/esm/langs/keys.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export {};

7
node_modules/jodit/esm/langs/keys.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {};

212
node_modules/jodit/esm/langs/ko.d.ts generated vendored Normal file
View File

@@ -0,0 +1,212 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Insert only Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Embed code': string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
Update: string;
' URL': string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select all': string;
'Select %s': string;
'Vertical align': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
Border: string;
'License: %s': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
};
export = _exports;

226
node_modules/jodit/esm/langs/ko.js generated vendored Normal file
View File

@@ -0,0 +1,226 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Korean (한국어)
export default {
'Type something': '무엇이든 입력하세요',
'About Jodit': 'Jodit에 대하여',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Jodit 사용자 안내서',
'contains detailed help for using': '자세한 도움말이 들어있어요',
'For information about the license, please go to our website:':
'라이센스에 관해서는 Jodit 웹 사이트를 방문해주세요:',
'Buy full version': '풀 버전 구입하기',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'© XDSoft.net - Chupurnov Valeriy. 에게 저작권과 모든 권리가 있습니다.',
Anchor: 'Anchor',
'Open in new tab': '새 탭에서 열기',
'Open in fullsize': '전체 크기로 보기',
'Clear Formatting': '서식 지우기',
'Fill color or set the text color': '글씨 색상',
Redo: '재실행',
Undo: '실행 취소',
Bold: '굵게',
Italic: '기울임',
'Insert Unordered List': '글머리 목록',
'Insert Ordered List': '번호 목록',
'Align Center': '가운데 정렬',
'Align Justify': '양쪽 정렬',
'Align Left': '왼쪽 정렬',
'Align Right': '오른쪽 정렬',
'Insert Horizontal Line': '수평 구분선 넣기',
'Insert Image': '이미지 넣기',
'Insert file': '파일 넣기',
'Insert youtube/vimeo video': 'Youtube/Vimeo 동영상',
'Insert link': '링크 넣기',
'Font size': '글꼴 크기',
'Font family': '글꼴',
'Insert format block': '블록 요소 넣기',
Normal: '일반 텍스트',
'Heading 1': '제목 1',
'Heading 2': '제목 2',
'Heading 3': '제목 3',
'Heading 4': '제목 4',
Quote: '인용',
Code: '코드',
Insert: '붙여 넣기',
'Insert table': '테이블',
'Decrease Indent': '들여쓰기 감소',
'Increase Indent': '들여쓰기 증가',
'Select Special Character': '특수문자 선택',
'Insert Special Character': '특수문자 입력',
'Paint format': '페인트 형식',
'Change mode': '편집모드 변경',
Margins: '마진',
top: '위',
right: '오른쪽',
bottom: '아래',
left: '왼쪽',
Styles: '스타일',
Classes: '클래스',
Align: '정렬',
Right: '오른쪽으로',
Center: '가운데로',
Left: '왼쪽으로',
'--Not Set--': '--지정 안 함--',
Src: '경로(src)',
Title: '제목',
Alternative: '대체 텍스트(alt)',
Link: '링크',
'Open link in new tab': '새 탭에서 열기',
file: '파일',
Advanced: '고급',
'Image properties': '이미지 속성',
Cancel: '취소',
Ok: '확인',
'Your code is similar to HTML. Keep as HTML?':
'HTML 코드로 감지했어요. 코드인채로 붙여넣을까요?',
'Paste as HTML': 'HTML로 붙여넣기',
Keep: '원본 유지',
Clean: '지우기',
'Insert as Text': '텍스트로 넣기',
'Insert only Text': '텍스트만 넣기',
'Word Paste Detected': 'Word 붙여넣기 감지',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Microsoft Word/Excel 문서로 감지했어요. 서식을 유지한채로 붙여넣을까요?',
'File Browser': '파일 탐색기',
'Error on load list': '목록 불러오기 에러',
'Error on load folders': '폴더 불러오기',
'Are you sure?': '정말 진행할까요?',
'Enter Directory name': '디렉토리 이름 입력',
'Create directory': '디렉토리 생성',
'type name': '이름 입력',
'Drop image': '이미지 드래그',
'Drop file': '파일 드래그',
'or click': '혹은 클릭',
'Alternative text': '대체 텍스트',
Browse: '탐색',
Upload: '업로드',
Background: '배경',
Text: '텍스트',
Top: '위',
Middle: '중앙',
Bottom: '아래',
'Insert column before': '이전 열에 삽입',
'Insert column after': '다음 열에 삽입',
'Insert row above': '위 행에 삽입',
'Insert row below': '아래 행에 삽입',
'Delete table': '테이블 삭제',
'Delete row': '행 삭제',
'Delete column': '열 삭제',
'Empty cell': '빈 셀',
source: 'HTML 소스',
bold: '볼드',
italic: '이탤릭',
brush: '브러시',
link: '링크',
undo: '실행 취소',
redo: '재실행',
table: '테이블',
image: '이미지',
eraser: '지우개',
paragraph: '문단',
fontsize: '글꼴 크기',
video: '비디오',
font: '글꼴',
about: '편집기 정보',
print: '프린트',
underline: '밑줄',
strikethrough: '취소선',
indent: '들여쓰기',
outdent: '내어쓰기',
fullsize: '전체 화면',
shrink: '일반 화면',
hr: '구분선',
ul: '글머리 목록',
ol: '번호 목록',
cut: '잘라내기',
selectall: '모두 선택',
'Embed code': 'Embed 코드',
'Open link': '링크 열기',
'Edit link': '링크 편집',
'No follow': 'No follow',
Unlink: '링크 제거',
Eye: '사이트 확인',
pencil: '연필',
Update: '갱신',
' URL': 'URL',
Edit: '편집',
'Horizontal align': '수평 정렬',
Filter: '필터',
'Sort by changed': '변경일 정렬',
'Sort by name': '이름 정렬',
'Sort by size': '크기 정렬',
'Add folder': '새 폴더',
Reset: '초기화',
Save: '저장',
'Save as ...': '새로 저장하기 ...',
Resize: '리사이즈',
Crop: '크롭',
Width: '가로 길이',
Height: '세로 높이',
'Keep Aspect Ratio': '비율 유지하기',
Yes: '네',
No: '아니오',
Remove: '제거',
Select: '선택',
'Chars: %d': '문자수: %d',
'Words: %d': '단어수: %d',
All: '모두',
'Select all': '모두 선택',
'Select %s': '선택: %s',
'Vertical align': '수직 정렬',
Split: '분할',
'Split vertical': '세로 셀 분할',
'Split horizontal': '가로 셀 분할',
Merge: '셀 병합',
'Add column': '열 추가',
'Add row': '행 추가',
Delete: '삭제',
Border: '외곽선',
'License: %s': '라이센스: %s',
'Strike through': '취소선',
Underline: '밑줄',
superscript: '윗첨자',
subscript: '아래첨자',
'Cut selection': '선택 잘라내기',
Break: '구분자',
'Search for': '검색',
'Replace with': '대체하기',
Replace: '대체',
Paste: '붙여넣기',
'Choose Content to Paste': '붙여넣을 내용 선택',
'You can only edit your own images. Download this image on the host?':
'외부 이미지는 편집할 수 없어요. 외부 이미지를 다운로드 할까요?',
'The image has been successfully uploaded to the host!':
'이미지를 무사히 업로드 했어요!',
palette: '팔레트',
'There are no files': '파일이 없어요',
Rename: '이름 변경',
'Enter new name': '새 이름 입력',
preview: '미리보기',
download: '다운로드',
'Paste from clipboard': '클립보드 붙여넣기',
"Your browser doesn't support direct access to the clipboard.":
'사용중인 브라우저가 클립보드 접근을 지원하지 않아요.',
'Copy selection': '선택 복사',
copy: '복사',
'Border radius': '둥근 테두리',
'Show all': '모두 보기',
Apply: '적용',
'Please fill out this field': '이 항목을 입력해주세요!',
'Please enter a web address': '웹 URL을 입력해주세요.',
Default: '기본',
Circle: '원',
Dot: '점',
Quadrate: '정사각형',
Find: '찾기',
'Find Previous': '이전 찾기',
'Find Next': '다음 찾기',
'Insert className': 'className 입력',
'Press Alt for custom resizing':
'사용자 지정 크기 조정에 대 한 고도 누르십시오'
};

213
node_modules/jodit/esm/langs/mn.d.ts generated vendored Normal file
View File

@@ -0,0 +1,213 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

229
node_modules/jodit/esm/langs/mn.js generated vendored Normal file
View File

@@ -0,0 +1,229 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Mongolian (Монгол)
export default {
'Type something': 'Бичээд үзээрэй',
Advanced: 'Дэвшилтэт',
'About Jodit': 'Jodit-ын талаар ',
'Jodit Editor': 'Jodit програм',
"Jodit User's Guide": 'Jodit гарын авлага',
'contains detailed help for using':
'хэрэглээний талаар дэлгэрэнгүй мэдээллийг агуулна',
'For information about the license, please go to our website:':
'Лицензийн мэдээллийг манай вэб хуудаснаас авна уу:',
'Buy full version': 'Бүрэн хувилбар худалдан авах',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Зохиогчийн эрх хамгаалагдсан © XDSoft.net - Chupurnov Valeriy. Бүх эрхийг эзэмшинэ.',
Anchor: 'Холбоо барих',
'Open in new tab': 'Шинэ табаар нээх',
'Open in fullsize': 'Бүтэн дэлгэцээр нээх',
'Clear Formatting': 'Форматыг арилгах',
'Fill color or set the text color':
'Өнгөөр будах эсвэл текстийн өнгө сонгох',
Redo: 'Дахих',
Undo: 'Буцаах',
Bold: 'Тод',
Italic: 'Налуу',
'Insert Unordered List': 'Тэмдэгт жагсаалт нэмэх',
'Insert Ordered List': 'Дугаарт жагсаалт нэмэх',
'Align Center': 'Голлож байрлуулах',
'Align Justify': 'Тэгшитгэн байрлуулах',
'Align Left': 'Зүүнд байрлуулах',
'Align Right': 'Баруунд байрлуулах',
'Insert Horizontal Line': 'Хэвтээ зураас нэмэх',
'Insert Image': 'Зураг нэмэх',
'Insert file': 'Файл нэмэх',
'Insert youtube/vimeo video': 'Youtube/Vimeo видео нэмэх',
'Insert link': 'Холбоос нэмэх',
'Font size': 'Фонтын хэмжээ',
'Font family': 'Фонтын бүл',
'Insert format block': 'Блок нэмэх',
Normal: 'Хэвийн',
'Heading 1': 'Гарчиг 1',
'Heading 2': 'Гарчиг 2',
'Heading 3': 'Гарчиг 3',
'Heading 4': 'Гарчиг 4',
Quote: 'Ишлэл',
Code: 'Код',
Insert: 'Оруулах',
'Insert table': 'Хүснэгт оруулах',
'Decrease Indent': 'Доголын зай хасах',
'Increase Indent': 'Доголын зай нэмэх',
'Select Special Character': 'Тусгай тэмдэгт сонгох',
'Insert Special Character': 'Тусгай тэмдэгт нэмэх',
'Paint format': 'Зургийн формат',
'Change mode': 'Горим өөрчлөх',
Margins: 'Цаасны зай',
top: 'Дээрээс',
right: 'Баруунаас',
bottom: 'Доороос',
left: 'Зүүнээс',
Styles: 'CSS стиль',
Classes: 'CSS анги',
Align: 'Байрлуулах',
Right: 'Баруун',
Center: 'Төв',
Left: 'Зүүн',
'--Not Set--': '--Тодорхойгүй--',
Src: 'Эх үүсвэр',
Title: 'Гарчиг',
Alternative: 'Алтернатив текст',
Link: 'Холбоос',
'Open link in new tab': 'Холбоосыг шинэ хавтсанд нээх',
Image: 'Зураг',
file: 'Файл',
'Image properties': 'Зургийн үзүүлэлт',
Cancel: 'Цуцлах',
Ok: 'Ok',
'Your code is similar to HTML. Keep as HTML?':
'Таны код HTML кодтой адил байна. HTML форматаар үргэлжлүүлэх үү?',
'Paste as HTML': 'HTML байдлаар буулгах',
Keep: 'Хадгалах',
Clean: 'Цэвэрлэх',
'Insert as Text': 'Текст байдлаар нэмэх',
'Word Paste Detected': 'Word байдлаар буулгасан байна',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Буулгасан агуулга Microsoft Word/Excel форматтай байна. Энэ форматыг хэвээр хадгалах уу эсвэл арилгах уу?',
'Insert only Text': 'Зөвхөн текст оруулах',
'File Browser': 'Файлын цонх',
'Error on load list': 'Жагсаалт татах үед алдаа гарлаа',
'Error on load folders': 'Хавтас татах үед алдаа гарлаа',
'Are you sure?': 'Итгэлтэй байна уу?',
'Enter Directory name': 'Хавтсын нэр оруулах',
'Create directory': 'Хавтас үүсгэх',
'type name': 'Нэр бичих',
'Drop image': 'Зураг буулгах',
'Drop file': 'Файл буулгах',
'or click': 'эсвэл товш',
'Alternative text': 'Алтернатив текст',
Browse: 'Үзэх',
Upload: 'Байршуулах',
Background: 'Арын зураг',
Text: 'Текст',
Top: 'Дээр',
Middle: 'Дунд',
Bottom: 'Доор',
'Insert column before': 'Урд нь багана нэмэх',
'Insert column after': 'Ард нь багана нэмэх',
'Insert row above': 'Дээр нь мөр нэмэх',
'Insert row below': 'Доор нь мөр нэмэх',
'Delete table': 'Хүснэгт устгах',
'Delete row': 'Мөр устгах',
'Delete column': 'Багана устгах',
'Empty cell': 'Нүд цэвэрлэх',
Delete: 'Устгах',
'Strike through': 'Дээгүүр зураас',
Underline: 'Доогуур зураас',
Break: 'Мөрийг таслах',
'Search for': 'Хайх',
'Replace with': 'Үүгээр солих',
Replace: 'Солих',
Edit: 'Засах',
'Vertical align': 'Босоо эгнүүлэх',
'Horizontal align': 'Хэвтээ эгнүүлэх',
Filter: 'Шүүх',
'Sort by changed': 'Сүүлд өөрчлөгдсөнөөр жагсаах',
'Sort by name': 'Нэрээр жагсаах',
'Sort by size': 'Хэмжээгээр жагсаах',
'Add folder': 'Хавтас нэмэх',
Split: 'Задлах',
'Split vertical': 'Баганаар задлах',
'Split horizontal': 'Мөрөөр задлах',
Merge: 'Нэгтгэх',
'Add column': 'Багана нэмэх',
'Add row': 'Мөр нэмэх',
Border: 'Хүрээ',
'Embed code': 'Код оруулах',
Update: 'Шинэчлэх',
superscript: 'Дээд индекс',
subscript: 'Доод индекс',
'Cut selection': 'Сонголтыг таслах',
Paste: 'Буулгах',
'Choose Content to Paste': 'Буулгах агуулгаа сонгоно уу',
'Chars: %d': 'Тэмдэгт: %d',
'Words: %d': 'Үг: %d',
All: 'Бүгдийг',
'Select %s': 'Сонго: %s',
'Select all': 'Бүгдийг сонго',
source: 'Эх үүсвэр',
bold: 'Тод',
italic: 'Налуу',
brush: 'Будах',
link: 'Холбоос',
undo: 'Буцаах',
redo: 'Дахих',
table: 'Хүснэгт',
image: 'Зураг',
eraser: 'Баллуур',
paragraph: 'Параграф',
fontsize: 'Фонтын хэмжээ',
video: 'Видео',
font: 'Фонт',
about: 'Тухай',
print: 'Хэвлэх',
underline: 'Доогуур зураас',
strikethrough: 'Дээгүүр зураас',
indent: 'Догол нэмэх',
outdent: 'Догол багасгах',
fullsize: 'Бүтэн дэлгэц',
shrink: 'Багасга',
hr: 'Хаалт',
ul: 'Тэмдэгт жагсаалт',
ol: 'Дугаарласан жагсаалт',
cut: 'Таслах',
selectall: 'Бүгдийг сонго',
'Open link': 'Холбоос нээх',
'Edit link': 'Холбоос засах',
'No follow': 'Nofollow özelliği',
Unlink: 'Холбоос салгах',
Eye: 'Нүд',
pencil: 'Засах',
' URL': 'URL',
Reset: 'Буцаах',
Save: 'Хадгалах',
'Save as ...': 'Өөрөөр хадгалах',
Resize: 'Хэмжээг өөрчил',
Crop: 'Тайрах',
Width: 'Өргөн',
Height: 'Өндөр',
'Keep Aspect Ratio': 'Харьцааг хадгал',
Yes: 'Тийм',
No: 'Үгүй',
Remove: 'Арилга',
Select: 'Сонго',
'You can only edit your own images. Download this image on the host?':
'Та зөвхөн өөрийн зургуудаа янзлах боломжтой. Энэ зургийг өөр лүүгээ татмаар байна уу?',
'The image has been successfully uploaded to the host!':
'Зургийг хост руу амжилттай хадгалсан',
palette: 'Палет',
'There are no files': 'Энд ямар нэг файл алга',
Rename: 'Шинээр нэрлэх',
'Enter new name': 'Шинэ нэр оруулна уу',
preview: 'Урьдчилан харах',
download: 'Татах',
'Paste from clipboard': 'Самбараас хуулах ',
"Your browser doesn't support direct access to the clipboard.":
'Энэ вэб хөтчөөс самбарт хандах эрх алга.',
'Copy selection': 'Сонголтыг хуул',
copy: 'Хуулах',
'Border radius': 'Хүрээний радиус',
'Show all': 'Бүгдийг харуулах',
Apply: 'Хэрэгжүүл',
'Please fill out this field': 'Энэ талбарыг бөглөнө үү',
'Please enter a web address': 'Вэб хаягаа оруулна уу',
Default: 'Үндсэн',
Circle: 'Дугуй',
Dot: 'Цэг',
Quadrate: 'Дөрвөлжин',
Find: 'Хайх',
'Find Previous': 'Өмнөхийг ол',
'Find Next': 'Дараагийнхийг ол',
'Insert className': 'Бүлгийн нэрээ оруулна уу',
'Press Alt for custom resizing':
'Хэмжээсийг шинээр өөчрлөхийн тулд Alt товчин дээр дарна уу',
'License: %s': 'Лиценз: %s'
};

214
node_modules/jodit/esm/langs/nl.d.ts generated vendored Normal file
View File

@@ -0,0 +1,214 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
'Free Non-commercial Version': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

228
node_modules/jodit/esm/langs/nl.js generated vendored Normal file
View File

@@ -0,0 +1,228 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Dutch (Nederlands)
export default {
'Type something': 'Begin met typen..',
Advanced: 'Geavanceerd',
'About Jodit': 'Over Jodit',
'Jodit Editor': 'Jodit Editor',
'Free Non-commercial Version': 'Gratis niet-commerciële versie',
"Jodit User's Guide": 'Jodit gebruikershandleiding',
'contains detailed help for using':
'bevat gedetailleerde informatie voor gebruik.',
'For information about the license, please go to our website:':
'Voor informatie over de licentie, ga naar onze website:',
'Buy full version': 'Volledige versie kopen',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Alle rechten voorbehouden.',
Anchor: 'Anker',
'Open in new tab': 'Open in nieuwe tab',
'Open in fullsize': 'Editor in volledig scherm openen',
'Clear Formatting': 'Opmaak verwijderen',
'Fill color or set the text color': 'Vulkleur of tekstkleur aanpassen',
Redo: 'Opnieuw',
Undo: 'Ongedaan maken',
Bold: 'Vet',
Italic: 'Cursief',
'Insert Unordered List': 'Geordende list invoegen',
'Insert Ordered List': 'Ongeordende lijst invoegen',
'Align Center': 'Centreren',
'Align Justify': 'Uitlijnen op volledige breedte',
'Align Left': 'Links uitlijnen',
'Align Right': 'Rechts uitlijnen',
'Insert Horizontal Line': 'Horizontale lijn invoegen',
'Insert Image': 'Afbeelding invoegen',
'Insert file': 'Bestand invoegen',
'Insert youtube/vimeo video': 'Youtube/Vimeo video invoegen',
'Insert link': 'Link toevoegen',
'Font size': 'Tekstgrootte',
'Font family': 'Lettertype',
'Insert format block': 'Format blok invoegen',
Normal: 'Normaal',
'Heading 1': 'Koptekst 1',
'Heading 2': 'Koptekst 2',
'Heading 3': 'Koptekst 3',
'Heading 4': 'Koptekst 4',
Quote: 'Citaat',
Code: 'Code',
Insert: 'Invoegen',
'Insert table': 'Tabel invoegen',
'Decrease Indent': 'Inspringing verkleinen',
'Increase Indent': 'Inspringing vergroten',
'Select Special Character': 'Symbool selecteren',
'Insert Special Character': 'Symbool invoegen',
'Paint format': 'Opmaak kopieren',
'Change mode': 'Modus veranderen',
Margins: 'Marges',
top: 'Boven',
right: 'Rechts',
bottom: 'Onder',
left: 'Links',
Styles: 'CSS styles',
Classes: 'CSS classes',
Align: 'Uitlijning',
Right: 'Rechts',
Center: 'Gecentreerd',
Left: 'Links',
'--Not Set--': '--Leeg--',
Src: 'Src',
Title: 'Titel',
Alternative: 'Alternatieve tekst',
Link: 'Link',
'Open link in new tab': 'Link in nieuwe tab openen',
Image: 'Afbeelding',
file: 'Bestand',
'Image properties': 'Afbeeldingseigenschappen',
Cancel: 'Annuleren',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'Deze code lijkt op HTML. Als HTML behouden?',
'Paste as HTML': 'Invoegen als HTML',
Keep: 'Origineel behouden',
Clean: 'Opschonen',
'Insert as Text': 'Als tekst invoegen',
'Word Paste Detected': 'Word-tekst gedetecteerd',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'De geplakte tekst is afkomstig van een Microsoft Word/Excel document. Wil je de opmaak behouden of opschonen?',
'Insert only Text': 'Als onopgemaakte tekst invoegen',
'File Browser': 'Bestandsbrowser',
'Error on load list': 'Fout bij het laden van de lijst',
'Error on load folders': 'Fout bij het laden van de mappenlijst',
'Are you sure?': 'Weet je het zeker?',
'Enter Directory name': 'Geef de map een naam',
'Create directory': 'Map aanmaken',
'type name': 'Type naam',
'Drop image': 'Sleep hier een afbeelding naartoe',
'Drop file': 'Sleep hier een bestand naartoe',
'or click': 'of klik',
'Alternative text': 'Alternatieve tekst',
Browse: 'Bladeren',
Upload: 'Uploaden',
Background: 'Achtergrond',
Text: 'Tekst',
Top: 'Boven',
Middle: 'Midden',
Bottom: 'Onder',
'Insert column before': 'Kolom invoegen (voor)',
'Insert column after': 'Kolom invoegen (na)',
'Insert row above': 'Rij invoegen (boven)',
'Insert row below': 'Rij invoegen (onder)',
'Delete table': 'Tabel verwijderen',
'Delete row': 'Rij verwijderen',
'Delete column': 'Kolom verwijderen',
'Empty cell': 'Cel leegmaken',
Delete: 'Verwijderen',
'Strike through': 'Doorstrepen',
Underline: 'Onderstrepen',
Break: 'Enter',
'Search for': 'Zoek naar',
'Replace with': 'Vervangen door',
Replace: 'Vervangen',
Edit: 'Bewerken',
'Vertical align': 'Verticaal uitlijnen',
'Horizontal align': 'Horizontaal uitlijnen',
Filter: 'Filteren',
'Sort by changed': 'Sorteren op wijzigingsdatum',
'Sort by name': 'Sorteren op naam',
'Sort by size': 'Sorteren op grootte',
'Add folder': 'Map toevoegen',
Split: 'Splitsen',
'Split vertical': 'Verticaal splitsen',
'Split horizontal': 'Horizontaal splitsen',
Merge: 'Samenvoegen',
'Add column': 'Kolom toevoegen',
'Add row': 'Rij toevoegen',
Border: 'Rand',
'Embed code': 'Embed code',
Update: 'Updaten',
superscript: 'Superscript',
subscript: 'Subscript',
'Cut selection': 'Selectie knippen',
Paste: 'Plakken',
'Choose Content to Paste': 'Kies content om te plakken',
'Chars: %d': 'Tekens: %d',
'Words: %d': 'Woorden: %d',
All: 'Alles',
'Select %s': 'Selecteer: %s',
'Select all': 'Selecteer alles',
source: 'Broncode',
bold: 'vet',
italic: 'cursief',
brush: 'kwast',
link: 'link',
undo: 'ongedaan maken',
redo: 'opnieuw',
table: 'tabel',
image: 'afbeelding',
eraser: 'gum',
paragraph: 'paragraaf',
fontsize: 'lettergrootte',
video: 'video',
font: 'lettertype',
about: 'over',
print: 'afdrukken',
underline: 'onderstreept',
strikethrough: 'doorgestreept',
indent: 'inspringen',
outdent: 'minder inspringen',
fullsize: 'volledige grootte',
shrink: 'kleiner maken',
hr: 'horizontale lijn',
ul: 'lijst',
ol: 'genummerde lijst',
cut: 'knip',
selectall: 'alles selecteren',
'Open link': 'Link openen',
'Edit link': 'Link aanpassen',
'No follow': 'Niet volgen',
Unlink: 'link verwijderen',
Eye: 'Recensie',
pencil: 'Om te bewerken',
' URL': ' URL',
Reset: 'Herstellen',
Save: 'Opslaan',
'Save as ...': 'Opslaan als ...',
Resize: 'Grootte aanpassen',
Crop: 'Bijknippen',
Width: 'Breedte',
Height: 'Hoogte',
'Keep Aspect Ratio': 'Verhouding behouden',
Yes: 'Ja',
No: 'Nee',
Remove: 'Verwijderen',
Select: 'Selecteren',
'You can only edit your own images. Download this image on the host?':
'Je kunt alleen je eigen afbeeldingen aanpassen. Deze afbeelding downloaden?',
'The image has been successfully uploaded to the host!':
'De afbeelding is succesvol geüploadet!',
palette: 'Palette',
'There are no files': 'Er zijn geen bestanden in deze map.',
Rename: 'Hernoemen',
'Enter new name': 'Voer een nieuwe naam in',
preview: 'Voorvertoning',
download: 'Download',
'Paste from clipboard': 'Plakken van klembord',
"Your browser doesn't support direct access to the clipboard.":
'Uw browser ondersteunt geen directe toegang tot het klembord.',
'Copy selection': 'Selectie kopiëren',
copy: 'kopiëren',
'Border radius': 'Border radius',
'Show all': 'Toon alle',
Apply: 'Toepassen',
'Please fill out this field': 'Vul dit veld in',
'Please enter a web address': 'Voer een webadres in',
Default: 'Standaard',
Circle: 'Cirkel',
Dot: 'Punt',
Quadrate: 'Kwadraat',
Find: 'Zoeken',
'Find Previous': 'Vorige Zoeken',
'Find Next': 'Volgende Zoeken',
'Insert className': 'Voeg de klassenaam in',
'Press Alt for custom resizing': 'Druk op Alt voor aangepaste grootte',
'License: %s': 'Licentie: %s'
};

222
node_modules/jodit/esm/langs/no.d.ts generated vendored Normal file
View File

@@ -0,0 +1,222 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Filter: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Border: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
'Chars: %d': string;
'Words: %d': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
'Select all': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Select %s': string;
Update: string;
'Vertical align': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
'Horizontal align': string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
palette: string;
preview: string;
'Line height': string;
'Insert className': string;
apply: string;
edit: string;
'Show all': string;
sound: string;
'Interim Results': string;
default: string;
circle: string;
dot: string;
square: string;
'Press Alt for custom resizing': string;
'Copy selection': string;
'Paste from clipboard': string;
Find: string;
'Embed code': string;
Edit: string;
All: string;
'License: %s': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
'There are no files': string;
Rename: string;
'Enter new name': string;
download: string;
"Your browser doesn't support direct access to the clipboard.": string;
copy: string;
'Border radius': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
'Find Previous': string;
'Find Next': string;
};
export = _exports;

235
node_modules/jodit/esm/langs/no.js generated vendored Normal file
View File

@@ -0,0 +1,235 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Norwegian (Norsk)
export default {
'Type something': 'Skriv noe',
'About Jodit': 'Om Jodit',
'Jodit Editor': 'Jodit-redigerer',
"Jodit User's Guide": 'Jodit brukerveiledning',
'contains detailed help for using': 'Inneholder detaljert hjelp for bruk',
'For information about the license, please go to our website:':
'For informasjon om lisensen, besøk vår nettside:',
'Buy full version': 'Kjøp fullversjon',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Opphavsrett © XDSoft.net - Chupurnov Valeriy. Alle rettigheter forbeholdt.',
Anchor: 'Anker',
'Open in new tab': 'Åpne i ny fane',
'Open in fullsize': 'Åpne i fullskjerm',
'Clear Formatting': 'Fjern formatering',
'Fill color or set the text color': 'Endre bakgrunns- eller tekstfarge',
Redo: 'Gjør om',
Undo: 'Angre',
Bold: 'Fet',
Italic: 'Kursiv',
'Insert Unordered List': 'Sett inn punktliste',
'Insert Ordered List': 'Sett inn nummerert liste',
'Align Center': 'Midtstill',
'Align Justify': 'Juster',
'Align Left': 'Venstrejuster',
'Align Right': 'Høyrejuster',
'Insert Horizontal Line': 'Sett inn horisontal linje',
'Insert Image': 'Sett inn bilde',
'Insert file': 'Sett inn fil',
'Insert youtube/vimeo video': 'Sett inn YouTube/Vimeo-video',
'Insert link': 'Sett inn lenke',
'Font size': 'Skriftstørrelse',
'Font family': 'Skriftfamilie',
'Insert format block': 'Sett inn formateringsblokk',
Normal: 'Normal',
'Heading 1': 'Overskrift 1',
'Heading 2': 'Overskrift 2',
'Heading 3': 'Overskrift 3',
'Heading 4': 'Overskrift 4',
Quote: 'Sitat',
Code: 'Kode',
Insert: 'Sett inn',
'Insert table': 'Sett inn tabell',
'Decrease Indent': 'Reduser innrykk',
'Increase Indent': 'Øk innrykk',
'Select Special Character': 'Velg spesialtegn',
'Insert Special Character': 'Sett inn spesialtegn',
'Paint format': 'Kopier format',
'Change mode': 'Bytt modus (WYSIWYG/HTML)',
Margins: 'Marger',
top: 'topp',
right: 'høyre',
bottom: 'bunn',
left: 'venstre',
Styles: 'Stiler',
Classes: 'Klasser',
Align: 'Justering',
Right: 'Høyre',
Center: 'Senter',
Left: 'Venstre',
'--Not Set--': '--Ikke satt--',
Src: 'Kilde',
Title: 'Tittel',
Alternative: 'Alternativ',
Filter: 'Filter',
Link: 'Lenke',
'Open link in new tab': 'Åpne lenke i ny fane',
Image: 'Bilde',
file: 'fil',
Advanced: 'Avansert',
'Image properties': 'Bildeegenskaper',
Cancel: 'Avbryt',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'Koden din ligner HTML. Beholde som HTML?',
'Paste as HTML': 'Lim inn som HTML',
Keep: 'Behold',
Clean: 'Rens',
'Insert as Text': 'Lim inn som tekst',
'Word Paste Detected': 'Word-innliming oppdaget',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Innholdet du limer inn kommer fra et Microsoft Word/Excel-dokument. Vil du beholde formatet eller rense det?',
'Insert only Text': 'Lim inn kun tekst',
'File Browser': 'Filutforsker',
'Error on load list': 'Feil ved lasting av liste',
'Error on load folders': 'Feil ved lasting av mapper',
'Are you sure?': 'Er du sikker?',
'Enter Directory name': 'Skriv inn mappenavn',
'Create directory': 'Opprett mappe',
'type name': 'skriv navn',
'Drop image': 'Slipp bilde',
'Drop file': 'Slipp fil',
'or click': 'eller klikk',
'Alternative text': 'Alternativ tekst',
Browse: 'Bla gjennom',
Upload: 'Last opp',
Background: 'Bakgrunn',
Border: 'Kantlinje',
Text: 'Tekst',
Top: 'Topp',
Middle: 'Midt',
Bottom: 'Bunn',
'Insert column before': 'Sett inn kolonne før',
'Insert column after': 'Sett inn kolonne etter',
'Insert row above': 'Sett inn rad over',
'Insert row below': 'Sett inn rad under',
'Delete table': 'Slett tabell',
'Delete row': 'Slett rad',
'Delete column': 'Slett kolonne',
'Empty cell': 'Tøm celle',
'Chars: %d': 'Tegn: %d',
'Words: %d': 'Ord: %d',
Split: 'Del',
'Split vertical': 'Del vertikalt',
'Split horizontal': 'Del horisontalt',
'Strike through': 'Gjennomstreking',
Underline: 'Understreking',
superscript: 'hevet skrift',
subscript: 'senket skrift',
'Cut selection': 'Klipp ut markering',
'Select all': 'Velg alt',
Break: 'Pause',
'Search for': 'Søk etter',
'Replace with': 'Erstatt med',
Replace: 'Erstatt',
Paste: 'Lim inn',
'Choose Content to Paste': 'Velg innhold å lime inn',
source: 'kilde',
bold: 'fet',
italic: 'kursiv',
brush: 'pensel',
link: 'lenke',
undo: 'angre',
redo: 'gjør om',
table: 'tabell',
image: 'bilde',
eraser: 'viskelær',
paragraph: 'avsnitt',
fontsize: 'skriftstørrelse',
video: 'video',
font: 'skrift',
about: 'om redigeringsverktøyet',
print: 'skriv ut',
underline: 'understreking',
strikethrough: 'gjennomstreking',
indent: 'innrykk',
outdent: 'reduser innrykk',
fullsize: 'full størrelse',
shrink: 'krympe',
hr: 'linje',
ul: 'punktliste',
ol: 'nummerert liste',
cut: 'klipp ut',
selectall: 'velg alt',
'Open link': 'Åpne lenke',
'Edit link': 'Rediger lenke',
'No follow': 'Ingen oppfølging',
Unlink: 'Fjern lenke',
Eye: 'Forhåndsvisning',
pencil: 'Rediger',
' URL': 'URL',
Reset: 'Tilbakestill',
Save: 'Lagre',
'Save as ...': 'Lagre som ...',
Resize: 'Endre størrelse',
Crop: 'Beskjær',
Width: 'Bredde',
Height: 'Høyde',
'Keep Aspect Ratio': 'Behold proporsjoner',
Yes: 'Ja',
No: 'Nei',
Remove: 'Fjern',
Select: 'Velg',
'Select %s': 'Velg: %s',
Update: 'Oppdater',
'Vertical align': 'Vertikal justering',
Merge: 'Slå sammen',
'Add column': 'Legg til kolonne',
'Add row': 'Legg til rad',
Delete: 'Slett',
'Horizontal align': 'Horisontal justering',
'Sort by changed': 'Sorter etter endring',
'Sort by name': 'Sorter etter navn',
'Sort by size': 'Sorter etter størrelse',
'Add folder': 'Legg til mappe',
palette: 'Palett',
preview: 'Forhåndsvisning',
'Line height': 'Linjehøyde',
'Insert className': 'Sett inn klassenavn',
apply: 'Bruk',
edit: 'Rediger',
'Show all': 'Vis alle',
sound: 'Lyd',
'Interim Results': 'Foreløpige resultater',
default: 'Standard',
circle: 'Sirkel',
dot: 'Punkt',
square: 'Firkant',
'Press Alt for custom resizing': 'Trykk på Alt for å endre størrelse',
'Copy selection': 'Kopier utvalg',
'Paste from clipboard': 'Lim inn fra utklippstavlen',
Find: 'Finne',
'Embed code': 'Bygge inn kode',
Edit: 'Rediger',
All: 'Velg alle',
'License: %s': 'Lisens: %s',
'You can only edit your own images. Download this image on the host?':
'Du kan bare redigere dine egne bilder. Last ned dette bildet på verten?',
'The image has been successfully uploaded to the host!':
'Bildet har blitt lastet opp til verten!',
'There are no files': 'Det er ingen filer i denne katalogen',
Rename: 'Gi nytt navn',
'Enter new name': 'Skriv inn nytt navn',
download: 'Last ned',
"Your browser doesn't support direct access to the clipboard.":
'Nettleseren din støtter ikke direkte tilgang til utklippstavlen.',
copy: 'kopi',
'Border radius': 'Grenseradius',
Apply: 'Bruk',
'Please fill out this field': 'Vennligst fyll ut dette feltet',
'Please enter a web address': 'Vennligst skriv inn en webadresse',
Default: 'Standard',
Circle: 'Sirkel',
Dot: 'Prikk',
Quadrate: 'Firkant',
'Find Previous': 'Finn forrige',
'Find Next': 'Finn neste'
};

213
node_modules/jodit/esm/langs/pl.d.ts generated vendored Normal file
View File

@@ -0,0 +1,213 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
'Split vertical': string;
'Split horizontal': string;
Split: string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

228
node_modules/jodit/esm/langs/pl.js generated vendored Normal file
View File

@@ -0,0 +1,228 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Polish (Polski)
export default {
'Type something': 'Napisz coś',
Advanced: 'Zaawansowane',
'About Jodit': 'O Jodit',
'Jodit Editor': 'Edytor Jodit',
"Jodit User's Guide": 'Instrukcja Jodit',
'contains detailed help for using':
'zawiera szczegółowe informacje dotyczące użytkowania.',
'For information about the license, please go to our website:':
'Odwiedź naszą stronę, aby uzyskać więcej informacji na temat licencji:',
'Buy full version': 'Zakup pełnej wersji',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Wszystkie prawa zastrzeżone.',
Anchor: 'Kotwica',
'Open in new tab': 'Otwórz w nowej zakładce',
'Open in fullsize': 'Otwórz edytor w pełnym rozmiarze',
'Clear Formatting': 'Wyczyść formatowanie',
'Fill color or set the text color':
'Kolor wypełnienia lub ustaw kolor tekstu',
Redo: 'Ponów',
Undo: 'Cofnij',
Bold: 'Pogrubienie',
Italic: 'Kursywa',
'Insert Unordered List': 'Wstaw listę wypunktowaną',
'Insert Ordered List': 'Wstaw listę numeryczną',
'Align Center': 'Wyśrodkuj',
'Align Justify': 'Wyjustuj',
'Align Left': 'Wyrównaj do lewej',
'Align Right': 'Wyrównaj do prawej',
'Insert Horizontal Line': 'Wstaw linię poziomą',
'Insert Image': 'Wstaw grafikę',
'Insert file': 'Wstaw plik',
'Insert youtube/vimeo video': 'Wstaw film Youtube/vimeo',
'Insert link': 'Wstaw link',
'Font size': 'Rozmiar tekstu',
'Font family': 'Krój czcionki',
'Insert format block': 'Wstaw formatowanie',
Normal: 'Normalne',
'Heading 1': 'Nagłówek 1',
'Heading 2': 'Nagłówek 2',
'Heading 3': 'Nagłówek 3',
'Heading 4': 'Nagłówek 4',
Quote: 'Cytat',
Code: 'Kod',
Insert: 'Wstaw',
'Insert table': 'Wstaw tabelę',
'Decrease Indent': 'Zmniejsz wcięcie',
'Increase Indent': 'Zwiększ wcięcie',
'Select Special Character': 'Wybierz znak specjalny',
'Insert Special Character': 'Wstaw znak specjalny',
'Paint format': 'Malarz formatów',
'Change mode': 'Zmień tryb',
Margins: 'Marginesy',
top: 'Górny',
right: 'Prawy',
bottom: 'Dolny',
left: 'Levy',
Styles: 'Style CSS',
Classes: 'Klasy CSS',
Align: 'Wyrównanie',
Right: 'Prawa',
Center: 'środek',
Left: 'Lewa',
'--Not Set--': 'brak',
Src: 'Źródło',
Title: 'Tytuł',
Alternative: 'Tekst alternatywny',
Link: 'Link',
'Open link in new tab': 'Otwórz w nowej zakładce',
Image: 'Grafika',
file: 'Plik',
'Image properties': 'Właściwości grafiki',
Cancel: 'Anuluj',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'Twój kod wygląda jak HTML. Zachować HTML?',
'Paste as HTML': 'Wkleić jako HTML?',
Keep: 'Oryginalny tekst',
Clean: 'Wyczyść',
'Insert as Text': 'Wstaw jako tekst',
'Word Paste Detected': 'Wykryto tekst w formacie Word',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Wklejany tekst pochodzi z dokumentu Microsoft Word/Excel. Chcesz zachować ten format czy wyczyścić go? ',
'Insert only Text': 'Wstaw tylko treść',
'File Browser': 'Przeglądarka plików',
'Error on load list': 'Błąd ładowania listy plików',
'Error on load folders': 'Błąd ładowania folderów',
'Are you sure?': 'Czy jesteś pewien?',
'Enter Directory name': 'Wprowadź nazwę folderu',
'Create directory': 'Utwórz folder',
'type name': 'wprowadź nazwę',
'Drop image': 'Upuść plik graficzny',
'Drop file': 'Upuść plik',
'or click': 'lub kliknij tu',
'Alternative text': 'Tekst alternatywny',
Browse: 'Przeglądaj',
Upload: 'Wczytaj',
Background: 'Tło',
Text: 'Treść',
Top: 'Góra',
Middle: 'Środek',
Bottom: 'Dół',
'Insert column before': 'Wstaw kolumnę przed',
'Insert column after': 'Wstaw kolumnę po',
'Insert row above': 'Wstaw wiersz przed',
'Insert row below': 'Wstaw wiersz po',
'Delete table': 'Usuń tabelę',
'Delete row': 'Usuń wiersz',
'Delete column': 'Usuń kolumnę',
'Empty cell': 'Wyczyść komórkę',
Delete: 'Usuń',
'Strike through': 'Przekreślenie',
Underline: 'Podkreślenie',
Break: 'Przerwa',
'Search for': 'Szukaj',
'Replace with': 'Zamień na',
Replace: 'Wymienić',
Edit: 'Edytuj',
'Vertical align': 'Wyrównywanie w pionie',
'Horizontal align': 'Wyrównywanie w poziomie',
Filter: 'Filtruj',
'Sort by changed': 'Sortuj wg zmiany',
'Sort by name': 'Sortuj wg nazwy',
'Sort by size': 'Sortuj wg rozmiaru',
'Add folder': 'Dodaj folder',
'Split vertical': 'Podziel w pionie',
'Split horizontal': 'Podziel w poziomie',
Split: 'Podziel',
Merge: 'Scal',
'Add column': 'Dodaj kolumnę',
'Add row': 'Dodaj wiersz',
Border: 'Obramowanie',
'Embed code': 'Wstaw kod',
Update: 'Aktualizuj',
superscript: 'indeks górny',
subscript: 'index dolny',
'Cut selection': 'Wytnij zaznaczenie',
Paste: 'Wklej',
'Choose Content to Paste': 'Wybierz zawartość do wklejenia',
'Chars: %d': 'Znaki: %d',
'Words: %d': 'Słowa: %d',
All: 'Wszystko',
'Select %s': 'Wybierz: %s',
'Select all': 'Wybierz wszystko',
source: 'HTML',
bold: 'pogrubienie',
italic: 'kursywa',
brush: 'pędzel',
link: 'link',
undo: 'cofnij',
redo: 'ponów',
table: 'tabela',
image: 'grafika',
eraser: 'wyczyść',
paragraph: 'akapit',
fontsize: 'rozmiar czcionki',
video: 'wideo',
font: 'czcionka',
about: 'O programie',
print: 'drukuj',
underline: 'podkreślenie',
strikethrough: 'przekreślenie',
indent: 'wcięcie',
outdent: 'wycięcie',
fullsize: 'pełen rozmiar',
shrink: 'przytnij',
hr: 'linia pozioma',
ul: 'lista',
ol: 'lista numerowana',
cut: 'wytnij',
selectall: 'zaznacz wszystko',
'Open link': 'otwórz link',
'Edit link': 'edytuj link',
'No follow': 'Atrybut no-follow',
Unlink: 'Usuń link',
Eye: 'szukaj',
pencil: 'edytuj',
' URL': 'URL',
Reset: 'wyczyść',
Save: 'zapisz',
'Save as ...': 'zapisz jako',
Resize: 'Zmień rozmiar',
Crop: 'Przytnij',
Width: 'Szerokość',
Height: 'Wysokość',
'Keep Aspect Ratio': 'Zachowaj proporcje',
Yes: 'Tak',
No: 'Nie',
Remove: 'Usuń',
Select: 'Wybierz',
'You can only edit your own images. Download this image on the host?':
'Możesz edytować tylko swoje grafiki. Czy chcesz pobrać tą grafikę?',
'The image has been successfully uploaded to the host!':
'Grafika została pomyślnienie dodana na serwer',
palette: 'Paleta',
'There are no files': 'Brak plików.',
Rename: 'zmień nazwę',
'Enter new name': 'Wprowadź nową nazwę',
preview: 'podgląd',
download: 'pobierz',
'Paste from clipboard': 'Wklej ze schowka',
"Your browser doesn't support direct access to the clipboard.":
'Twoja przeglądarka nie obsługuje schowka',
'Copy selection': 'Kopiuj zaznaczenie',
copy: 'kopiuj',
'Border radius': 'Zaokrąglenie krawędzi',
'Show all': 'Pokaż wszystkie',
Apply: 'Zastosuj',
'Please fill out this field': 'Proszę wypełnić to pole',
'Please enter a web address': 'Proszę, wpisz adres sieci web',
Default: 'Domyślnie',
Circle: 'Koło',
Dot: 'Punkt',
Quadrate: 'Kwadrat',
Find: 'Znaleźć',
'Find Previous': 'Znaleźć Poprzednie',
'Find Next': 'Znajdź Dalej',
'Insert className': 'Wstaw nazwę zajęć',
'Press Alt for custom resizing': 'Naciśnij Alt, aby zmienić rozmiar',
'License: %s': 'Licencja: %s'
};

218
node_modules/jodit/esm/langs/pt_br.d.ts generated vendored Normal file
View File

@@ -0,0 +1,218 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
'Lower Alpha': string;
'Lower Greek': string;
'Lower Roman': string;
'Upper Alpha': string;
'Upper Roman': string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

232
node_modules/jodit/esm/langs/pt_br.js generated vendored Normal file
View File

@@ -0,0 +1,232 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Portuguese Brazil (Português do Brasil)
export default {
'Type something': 'Escreva algo...',
Advanced: 'Avançado',
'About Jodit': 'Sobre o Jodit',
'Jodit Editor': 'Editor Jodit',
"Jodit User's Guide": 'Guia de usuário Jodit',
'contains detailed help for using': 'contém ajuda detalhada para o uso.',
'For information about the license, please go to our website:':
'Para informação sobre a licença, por favor visite nosso site:',
'Buy full version': 'Compre a versão completa',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Todos os direitos reservados.',
Anchor: 'Link',
'Open in new tab': 'Abrir em nova aba',
'Open in fullsize': 'Abrir editor em tela cheia',
'Clear Formatting': 'Limpar formatação',
'Fill color or set the text color': 'Cor de preenchimento ou cor do texto',
Redo: 'Refazer',
Undo: 'Desfazer',
Bold: 'Negrito',
Italic: 'Itálico',
'Insert Unordered List': 'Inserir lista não ordenada',
'Insert Ordered List': 'Inserir lista ordenada',
'Align Center': 'Centralizar',
'Align Justify': 'Justificar',
'Align Left': 'Alinhar à Esquerda',
'Align Right': 'Alinhar à Direita',
'Insert Horizontal Line': 'Inserir linha horizontal',
'Insert Image': 'Inserir imagem',
'Insert file': 'Inserir arquivo',
'Insert youtube/vimeo video': 'Inserir vídeo do Youtube/vimeo',
'Insert link': 'Inserir link',
'Font size': 'Tamanho da letra',
'Font family': 'Fonte',
'Insert format block': 'Inserir bloco',
Normal: 'Normal',
'Heading 1': 'Cabeçalho 1',
'Heading 2': 'Cabeçalho 2',
'Heading 3': 'Cabeçalho 3',
'Heading 4': 'Cabeçalho 4',
Quote: 'Citação',
Code: 'Código',
Insert: 'Inserir',
'Insert table': 'Inserir tabela',
'Decrease Indent': 'Diminuir recuo',
'Increase Indent': 'Aumentar recuo',
'Select Special Character': 'Selecionar caractere especial',
'Insert Special Character': 'Inserir caractere especial',
'Paint format': 'Copiar formato',
'Change mode': 'Mudar modo',
Margins: 'Margens',
top: 'cima',
right: 'direta',
bottom: 'baixo',
left: 'esquerda',
Styles: 'Estilos CSS',
Classes: 'Classes CSS',
Align: 'Alinhamento',
Right: 'Direita',
Center: 'Centro',
Left: 'Esquerda',
'--Not Set--': '--Não Estabelecido--',
Src: 'Fonte',
Title: 'Título',
Alternative: 'Texto Alternativo',
Link: 'Link',
'Open link in new tab': 'Abrir link em nova aba',
Image: 'Imagem',
file: 'Arquivo',
'Image properties': 'Propriedades da imagem',
Cancel: 'Cancelar',
Ok: 'Ok',
'Your code is similar to HTML. Keep as HTML?':
'Seu código é similar ao HTML. Manter como HTML?',
'Paste as HTML': 'Colar como HTML?',
Keep: 'Manter',
Clean: 'Limpar',
'Insert as Text': 'Inserir como Texto',
'Word Paste Detected': 'Colado do Word Detectado',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'O conteúdo colado veio de um documento Microsoft Word/Excel. Você deseja manter o formato ou limpa-lo?',
'Insert only Text': 'Inserir somente o Texto',
'File Browser': 'Procurar arquivo',
'Error on load list': 'Erro ao carregar a lista',
'Error on load folders': 'Erro ao carregar as pastas',
'Are you sure?': 'Você tem certeza?',
'Enter Directory name': 'Escreva o nome da pasta',
'Create directory': 'Criar pasta',
'type name': 'Escreva seu nome',
'Drop image': 'Soltar imagem',
'Drop file': 'Soltar arquivo',
'or click': 'ou clique',
'Alternative text': 'Texto alternativo',
Browse: 'Explorar',
Upload: 'Upload',
Background: 'Fundo',
Text: 'Texto',
Top: 'Cima',
Middle: 'Meio',
Bottom: 'Baixo',
'Insert column before': 'Inserir coluna antes',
'Insert column after': 'Inserir coluna depois',
'Insert row above': 'Inserir linha acima',
'Insert row below': 'Inserir linha abaixo',
'Delete table': 'Excluir tabela',
'Delete row': 'Excluir linha',
'Delete column': 'Excluir coluna',
'Empty cell': 'Limpar célula',
Delete: 'Excluir',
'Strike through': 'Tachado',
Underline: 'Sublinhar',
Break: 'Pausa',
'Search for': 'Procurar por',
'Replace with': 'Substituir com',
Replace: 'Substituir',
Edit: 'Editar',
'Vertical align': 'Alinhamento vertical',
'Horizontal align': 'Alinhamento horizontal',
Filter: 'filtrar',
'Sort by changed': 'Ordenar por modificação',
'Sort by name': 'Ordenar por nome',
'Sort by size': 'Ordenar por tamanho',
'Add folder': 'Adicionar pasta',
Split: 'Dividir',
'Split vertical': 'Dividir vertical',
'Split horizontal': 'Dividir horizontal',
Merge: 'Mesclar',
'Add column': 'Adicionar coluna',
'Add row': 'Adicionar linha',
Border: 'Borda',
'Embed code': 'Incluir código',
Update: 'Atualizar',
superscript: 'sobrescrito',
subscript: 'subscrito',
'Cut selection': 'Cortar seleção',
Paste: 'Colar',
'Choose Content to Paste': 'Escolher conteúdo para colar',
'Chars: %d': 'Caracteres: %d',
'Words: %d': 'Palavras: %d',
All: 'Tudo',
'Select %s': 'Selecionar: %s',
'Select all': 'Selecionar tudo',
source: 'HTML',
bold: 'negrito',
italic: 'itálico',
brush: 'pincel',
link: 'link',
undo: 'desfazer',
redo: 'refazer',
table: 'tabela',
image: 'imagem',
eraser: 'apagar',
paragraph: 'parágrafo',
fontsize: 'tamanho da letra',
video: 'vídeo',
font: 'fonte',
about: 'Sobre de',
print: 'Imprimir',
underline: 'sublinhar',
strikethrough: 'tachado',
indent: 'recuar',
outdent: 'diminuir recuo',
fullsize: 'Tamanho completo',
shrink: 'diminuir',
hr: 'linha horizontal',
ul: 'lista não ordenada',
ol: 'lista ordenada',
cut: 'Cortar',
selectall: 'Selecionar tudo',
'Open link': 'Abrir link',
'Edit link': 'Editar link',
'No follow': 'Não siga',
Unlink: 'Remover link',
Eye: 'Visualizar',
pencil: 'Editar',
' URL': 'URL',
Reset: 'Resetar',
Save: 'Salvar',
'Save as ...': 'Salvar como...',
Resize: 'Redimensionar',
Crop: 'Recortar',
Width: 'Largura',
Height: 'Altura',
'Keep Aspect Ratio': 'Manter a proporção',
Yes: 'Sim',
No: 'Não',
Remove: 'Remover',
Select: 'Selecionar',
'You can only edit your own images. Download this image on the host?':
'Você só pode editar suas próprias imagens. Baixar essa imagem pro servidor?',
'The image has been successfully uploaded to the host!':
'A imagem foi enviada com sucesso para o servidor!',
palette: 'Palette',
'There are no files': 'Não há arquivos nesse diretório.',
Rename: 'Húngara',
'Enter new name': 'Digite um novo nome',
preview: 'preview',
download: 'Baixar',
'Paste from clipboard': 'Colar da área de transferência',
"Your browser doesn't support direct access to the clipboard.":
'O seu navegador não oferece suporte a acesso direto para a área de transferência.',
'Copy selection': 'Selecção de cópia',
copy: 'cópia',
'Border radius': 'Border radius',
'Show all': 'Mostrar todos os',
Apply: 'Aplicar',
'Please fill out this field': 'Por favor, preencha este campo',
'Please enter a web address': 'Por favor introduza um endereço web',
Default: 'Padrão',
Circle: 'Círculo',
Dot: 'Ponto',
Quadrate: 'Quadro',
'Lower Alpha': 'Letra Minúscula',
'Lower Greek': 'Grego Minúscula',
'Lower Roman': 'Romano Minúscula',
'Upper Alpha': 'Letra Maiúscula',
'Upper Roman': 'Romano Maiúscula',
Find: 'Encontrar',
'Find Previous': 'Encontrar Anteriores',
'Find Next': 'Localizar Próxima',
'Insert className': 'Insira o nome da classe',
'Press Alt for custom resizing':
'Pressione Alt para redimensionamento personalizado',
'License: %s': 'Licença: %s'
};

212
node_modules/jodit/esm/langs/ru.d.ts generated vendored Normal file
View File

@@ -0,0 +1,212 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Insert only Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Embed code': string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
Update: string;
' URL': string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
'Vertical align': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
Border: string;
'License: %s': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
};
export = _exports;

227
node_modules/jodit/esm/langs/ru.js generated vendored Normal file
View File

@@ -0,0 +1,227 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Russian (Русский)
export default {
'Type something': 'Напишите что-либо',
'About Jodit': 'О Jodit',
'Jodit Editor': 'Редактор Jodit',
"Jodit User's Guide": 'Jodit Руководство пользователя',
'contains detailed help for using':
'содержит детальную информацию по использованию',
'For information about the license, please go to our website:':
'Для получения сведений о лицензии , пожалуйста, перейдите на наш сайт:',
'Buy full version': 'Купить полную версию',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Авторские права © XDSoft.net - Чупурнов Валерий. Все права защищены.',
Anchor: 'Анкор',
'Open in new tab': 'Открывать ссылку в новой вкладке',
'Open in fullsize': 'Открыть редактор в полном размере',
'Clear Formatting': 'Очистить форматирование',
'Fill color or set the text color': 'Цвет заливки или цвет текста',
Redo: 'Повтор',
Undo: 'Отмена',
Bold: 'Жирный',
Italic: 'Наклонный',
'Insert Unordered List': 'Вставка маркированного списка',
'Insert Ordered List': 'Вставить нумерованный список',
'Align Center': 'Выровнять по центру',
'Align Justify': 'Выровнять по ширине',
'Align Left': 'Выровнять по левому краю',
'Align Right': 'Выровнять по правому краю',
'Insert Horizontal Line': 'Вставить горизонтальную линию',
'Insert Image': 'Вставить изображение',
'Insert file': 'Вставить файл',
'Insert youtube/vimeo video': 'Вставьте видео',
'Insert link': 'Вставить ссылку',
'Font size': 'Размер шрифта',
'Font family': 'Шрифт',
'Insert format block': 'Вставить блочный элемент',
Normal: 'Нормальный текст',
'Heading 1': 'Заголовок 1',
'Heading 2': 'Заголовок 2',
'Heading 3': 'Заголовок 3',
'Heading 4': 'Заголовок 4',
Quote: 'Цитата',
Code: 'Код',
Insert: 'Вставить',
'Insert table': 'Вставить таблицу',
'Decrease Indent': 'Уменьшить отступ',
'Increase Indent': 'Увеличить отступ',
'Select Special Character': 'Выберите специальный символ',
'Insert Special Character': 'Вставить специальный символ',
'Paint format': 'Формат краски',
'Change mode': 'Источник',
Margins: 'Отступы',
top: 'сверху',
right: 'справа',
bottom: 'снизу',
left: 'слева',
Styles: 'Стили',
Classes: 'Классы',
Align: 'Выравнивание',
Right: 'По правому краю',
Center: 'По центру',
Left: 'По левому краю',
'--Not Set--': '--не устанавливать--',
Src: 'src',
Title: 'Заголовок',
Alternative: 'Альтернативный текст (alt)',
Link: 'Ссылка',
'Open link in new tab': 'Открывать ссылку в новом окне',
file: 'Файл',
Advanced: 'Расширенные',
'Image properties': 'Свойства изображения',
Cancel: 'Отмена',
Ok: 'Ок',
'Your code is similar to HTML. Keep as HTML?':
'Ваш текст, который вы пытаетесь вставить похож на HTML. Вставить его как HTML?',
'Paste as HTML': 'Вставить как HTML?',
Keep: 'Сохранить оригинал',
Clean: 'Почистить',
'Insert as Text': 'Вставить как текст',
'Insert only Text': 'Вставить только текст',
'Word Paste Detected': 'Возможно это фрагмент Word или Excel',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Контент который вы вставляете поступает из документа Microsoft Word / Excel. Вы хотите сохранить формат или очистить его?',
'File Browser': 'Браузер файлов',
'Error on load list': 'Ошибка при загрузке списка изображений',
'Error on load folders': 'Ошибка при загрузке списка директорий',
'Are you sure?': 'Вы уверены?',
'Enter Directory name': 'Введите название директории',
'Create directory': 'Создать директорию',
'type name': 'введите название',
'Drop image': 'Перетащите сюда изображение',
'Drop file': 'Перетащите сюда файл',
'or click': 'или нажмите',
'Alternative text': 'Альтернативный текст',
Browse: 'Сервер',
Upload: 'Загрузка',
Background: 'Фон',
Text: 'Текст',
Top: ' К верху',
Middle: 'По середине',
Bottom: 'К низу',
'Insert column before': 'Вставить столбец до',
'Insert column after': 'Вставить столбец после',
'Insert row above': 'Вставить ряд выше',
'Insert row below': 'Вставить ряд ниже',
'Delete table': 'Удалить таблицу',
'Delete row': 'Удалять ряд',
'Delete column': 'Удалить столбец',
'Empty cell': 'Очистить ячейку',
source: 'HTML',
bold: 'жирный',
italic: 'курсив',
brush: 'заливка',
link: 'ссылка',
undo: 'отменить',
redo: 'повторить',
table: 'таблица',
image: 'Изображение',
eraser: 'очистить',
paragraph: 'параграф',
fontsize: 'размер шрифта',
video: 'видео',
font: 'шрифт',
about: 'о редакторе',
print: 'печать',
underline: 'подчеркнутый',
strikethrough: 'перечеркнутый',
indent: 'отступ',
outdent: 'выступ',
fullsize: 'во весь экран',
shrink: 'обычный размер',
hr: 'линия',
ul: 'Список',
ol: 'Нумерованный список',
cut: 'Вырезать',
selectall: 'Выделить все',
'Embed code': 'Код',
'Open link': 'Открыть ссылку',
'Edit link': 'Редактировать ссылку',
'No follow': 'Атрибут nofollow',
Unlink: 'Убрать ссылку',
Eye: 'Просмотр',
pencil: 'Редактировать',
Update: 'Обновить',
' URL': 'URL',
Edit: 'Редактировать',
'Horizontal align': 'Горизонтальное выравнивание',
Filter: 'Фильтр',
'Sort by changed': 'По изменению',
'Sort by name': 'По имени',
'Sort by size': 'По размеру',
'Add folder': 'Добавить папку',
Reset: 'Восстановить',
Save: 'Сохранить',
'Save as ...': 'Сохранить как',
Resize: 'Изменить размер',
Crop: 'Обрезать размер',
Width: 'Ширина',
Height: 'Высота',
'Keep Aspect Ratio': 'Сохранять пропорции',
Yes: 'Да',
No: 'Нет',
Remove: 'Удалить',
Select: 'Выделить',
'Chars: %d': 'Символов: %d',
'Words: %d': 'Слов: %d',
All: 'Выделить все',
'Select %s': 'Выделить: %s',
'Select all': 'Выделить все',
'Vertical align': 'Вертикальное выравнивание',
Split: 'Разделить',
'Split vertical': 'Разделить по вертикали',
'Split horizontal': 'Разделить по горизонтали',
Merge: 'Объединить в одну',
'Add column': 'Добавить столбец',
'Add row': 'Добавить строку',
Delete: 'Удалить',
Border: 'Рамка',
'License: %s': 'Лицензия: %s',
'Strike through': 'Перечеркнуть',
Underline: 'Подчеркивание',
superscript: 'верхний индекс',
subscript: 'индекс',
'Cut selection': 'Вырезать',
Break: 'Разделитель',
'Search for': 'Найти',
'Replace with': 'Заменить на',
Replace: 'Заменить',
Paste: 'Вставить',
'Choose Content to Paste': 'Выбрать контент для вставки',
'You can only edit your own images. Download this image on the host?':
'Вы можете редактировать только свои собственные изображения. Загрузить это изображение на ваш сервер?',
'The image has been successfully uploaded to the host!':
'Изображение успешно загружено на сервер!',
palette: 'палитра',
'There are no files': 'В данном каталоге нет файлов',
Rename: 'Переименовать',
'Enter new name': 'Введите новое имя',
preview: 'Предпросмотр',
download: 'Скачать',
'Paste from clipboard': 'Вставить из буфера обмена',
"Your browser doesn't support direct access to the clipboard.":
'Ваш браузер не поддерживает прямой доступ к буферу обмена.',
'Copy selection': 'Скопировать выделенное',
copy: 'копия',
'Border radius': 'Радиус границы',
'Show all': 'Показать все',
Apply: 'Применить',
'Please fill out this field': 'Пожалуйста, заполните это поле',
'Please enter a web address': 'Пожалуйста, введите веб-адрес',
Default: 'По умолчанию',
Circle: 'Круг',
Dot: 'Точка',
Quadrate: 'Квадрат',
Find: 'Найти',
'Find Previous': 'Найти Предыдущие',
'Find Next': 'Найти Далее',
'Insert className': 'Вставить название класса',
'Press Alt for custom resizing':
'Нажмите Alt для изменения пользовательского размера'
};

231
node_modules/jodit/esm/langs/sv.js generated vendored Normal file
View File

@@ -0,0 +1,231 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Swedish (Svenska)
export default {
'Type something': 'Skriv något...',
'About Jodit': 'Om Jodit',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Jodit användarguide',
'contains detailed help for using':
'Innehåller detaljerad hjälp för användning',
'For information about the license, please go to our website:':
'För information om licensen, vänligen besök vår webbsida:',
'Buy full version': 'Köp full version',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Upphovsrätt © XDSoft.net - Chupurnov Valeriy. Alla rättigheter förbehållna.',
Anchor: 'Ankare',
'Open in new tab': 'Öppna i ny flik',
'Open in fullsize': 'Öppna i fullskärm',
'Clear Formatting': 'Rensa formatering',
'Fill color or set the text color': 'Fyll färg eller ställ in textfärg',
Redo: 'Gör om',
Undo: 'Ångra',
Bold: 'Fetstil',
Italic: 'Kursiv',
'Insert Unordered List': 'Infoga punktlista',
'Insert Ordered List': 'Infoga numrerad lista',
'Align Center': 'Centrera',
'Align Justify': 'Justera',
'Align Left': 'Vänsterjustera',
'Align Right': 'Högerjustera',
'Insert Horizontal Line': 'Infoga horisontell linje',
'Insert Image': 'Infoga bild',
'Insert file': 'Infoga fil',
'Insert youtube/vimeo video': 'Infoga YouTube/Vimeo-video',
'Insert link': 'Infoga länk',
'Font size': 'Teckenstorlek',
'Font family': 'Teckensnitt',
'Insert format block': 'Infoga formateringsblock',
Normal: 'Normal',
'Heading 1': 'Rubrik 1',
'Heading 2': 'Rubrik 2',
'Heading 3': 'Rubrik 3',
'Heading 4': 'Rubrik 4',
Quote: 'Citat',
Code: 'Kod',
Insert: 'Infoga',
'Insert table': 'Infoga tabell',
'Decrease Indent': 'Minska indrag',
'Increase Indent': 'Öka indrag',
'Select Special Character': 'Välj specialtecken',
'Insert Special Character': 'Infoga specialtecken',
'Paint format': 'Kopiera format',
'Change mode': 'Byt läge (WYSIWYG/HTML)',
Margins: 'Marginaler',
top: 'överst',
right: 'höger',
bottom: 'nederst',
left: 'vänster',
Styles: 'Stilar',
Classes: 'Klasser',
Align: 'Justering',
Right: 'Höger',
Center: 'Centrera',
Left: 'Vänster',
'--Not Set--': '--Inte inställd--',
Src: 'Källa',
Title: 'Titel',
Alternative: 'Alternativ',
Filter: 'Filter',
Link: 'Länk',
'Open link in new tab': 'Öppna länk i ny flik',
Image: 'Bild',
file: 'fil',
Advanced: 'Avancerad',
'Image properties': 'Bildegenskaper',
Cancel: 'Avbryt',
Ok: 'OK',
'Your code is similar to HTML. Keep as HTML?':
'Din kod liknar HTML. Vill du behålla som HTML?',
'Paste as HTML': 'Klistra in som HTML',
Keep: 'Behåll',
Clean: 'Rensa',
'Insert as Text': 'Klistra in som text',
'Word Paste Detected': 'Word-klistring upptäckt',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Det inklistrade innehållet kommer från ett Microsoft Word/Excel-dokument. Vill du behålla formatet eller rensa det?',
'Insert only Text': 'Klistra in endast text',
'File Browser': 'Filutforskare',
'Error on load list': 'Fel vid inläsning av lista',
'Error on load folders': 'Fel vid inläsning av mappar',
'Are you sure?': 'Är du säker?',
'Enter Directory name': 'Ange mappnamn',
'Create directory': 'Skapa mapp',
'type name': 'skriv namn',
'Drop image': 'Släpp bild',
'Drop file': 'Släpp fil',
'or click': 'eller klicka',
'Alternative text': 'Alternativ text',
Browse: 'Bläddra',
Upload: 'Ladda upp',
Background: 'Bakgrund',
Border: 'Kantlinje',
Text: 'Text',
Top: 'Topp',
Middle: 'Mitten',
Bottom: 'Botten',
'Insert column before': 'Infoga kolumn före',
'Insert column after': 'Infoga kolumn efter',
'Insert row above': 'Infoga rad ovanför',
'Insert row below': 'Infoga rad nedanför',
'Delete table': 'Radera tabell',
'Delete row': 'Radera rad',
'Delete column': 'Radera kolumn',
'Empty cell': 'Töm cell',
'Chars: %d': 'Tecken: %d',
'Words: %d': 'Ord: %d',
Split: 'Dela',
'Split vertical': 'Dela vertikalt',
'Split horizontal': 'Dela horisontellt',
'Strike through': 'Genomstrykning',
Underline: 'Understrykning',
superscript: 'Upphöjd skrift',
subscript: 'Sänkt skrift',
'Cut selection': 'Klipp ut markering',
'Select all': 'Välj allt',
Break: 'Paus',
'Search for': 'Sök efter',
'Replace with': 'Ersätt med',
Replace: 'Ersätt',
Paste: 'Klistra in',
'Choose Content to Paste': 'Välj innehåll att klistra in',
source: 'källa',
bold: 'fetstil',
italic: 'kursiv',
brush: 'pensel',
link: 'länk',
undo: 'ångra',
redo: 'gör om',
table: 'tabell',
image: 'bild',
eraser: 'radergummi',
paragraph: 'stycke',
fontsize: 'teckenstorlek',
video: 'video',
font: 'teckensnitt',
about: 'om redigeringsverktyget',
print: 'skriv ut',
underline: 'understrykning',
strikethrough: 'genomstrykning',
indent: 'indrag',
outdent: 'minska indrag',
fullsize: 'full storlek',
shrink: 'minska',
hr: 'linje',
ul: 'punktlista',
ol: 'numrerad lista',
cut: 'klipp ut',
selectall: 'välj allt',
'Open link': 'Öppna länk',
'Edit link': 'Redigera länk',
'No follow': 'Ingen uppföljning',
Unlink: 'Ta bort länk',
Eye: 'Förhandsvisning',
pencil: 'Redigera',
' URL': 'URL',
Reset: 'Återställ',
Save: 'Spara',
'Save as ...': 'Spara som ...',
Resize: 'Ändra storlek',
Crop: 'Beskär',
Width: 'Bredd',
Height: 'Höjd',
'Keep Aspect Ratio': 'Behåll aspektförhållande',
Yes: 'Ja',
No: 'Nej',
Remove: 'Ta bort',
Select: 'Välj',
'Select %s': 'Välj: %s',
Update: 'Uppdatera',
'Vertical align': 'Vertikal justering',
Merge: 'Sammanfoga',
'Add column': 'Lägg till kolumn',
'Add row': 'Lägg till rad',
Delete: 'Radera',
'Horizontal align': 'Horisontell justering',
'Sort by changed': 'Sortera efter ändrad',
'Sort by name': 'Sortera efter namn',
'Sort by size': 'Sortera efter storlek',
'Add folder': 'Lägg till mapp',
'You can only edit your own images. Download this image on the host?':
'Du kan endast redigera dina egna bilder. Ladda ner denna bild på värden?',
'The image has been successfully uploaded to the host!':
'Bilden har laddats upp till värden utan problem!',
palette: 'Palett',
'There are no files': 'Det finns inga filer',
Rename: 'Döp om',
'Enter new name': 'Ange nytt namn',
preview: 'Förhandsvisning',
download: 'Ladda ner',
'Paste from clipboard': 'Klistra in från urklipp',
"Your browser doesn't support direct access to the clipboard.":
'Din webbläsare stöder inte direkt åtkomst till urklipp.',
'Copy selection': 'Kopiera markering',
copy: 'kopiera',
'Border radius': 'Borderradie',
'Show all': 'Visa alla',
Apply: 'Tillämpa',
'Please fill out this field': 'Vänligen fyll i detta fält',
'Please enter a web address': 'Vänligen ange en webbadress',
Default: 'Standard',
Circle: 'Cirkel',
Dot: 'Punkt',
Quadrate: 'Fyrkant',
Find: 'Hitta',
'Find Previous': 'Föregående',
'Find Next': 'Nästa',
'Insert className': 'Infoga klassnamn',
'Press Alt for custom resizing':
'Tryck på Alt för anpassad storleksändring',
'Line height': 'Radavstånd',
Edit: 'Redigera',
Sound: 'Ljud',
'Interim Results': 'Preliminära resultat',
'Embed code': 'Bädda in kod',
All: 'Välj alla',
'License: %s': 'Licens: %s'
};

213
node_modules/jodit/esm/langs/tr.d.ts generated vendored Normal file
View File

@@ -0,0 +1,213 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
Delete: string;
'Strike through': string;
Underline: string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
'Vertical align': string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Update: string;
superscript: string;
subscript: string;
'Cut selection': string;
Paste: string;
'Choose Content to Paste': string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

227
node_modules/jodit/esm/langs/tr.js generated vendored Normal file
View File

@@ -0,0 +1,227 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Turkish (Türkçe)
export default {
'Type something': 'Bir şeyler yaz',
Advanced: 'Gelişmiş',
'About Jodit': 'Jodit Hakkında',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": 'Jodit Kullanım Kılavuzu',
'contains detailed help for using': 'kullanım için detaylı bilgiler içerir',
'For information about the license, please go to our website:':
'Lisans hakkında bilgi için lütfen web sitemize gidin:',
'Buy full version': 'Tam versiyonunu satın al',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. Tüm hakları saklıdır.',
Anchor: 'Bağlantı',
'Open in new tab': 'Yeni sekmede aç',
'Open in fullsize': 'Editörü tam ekranda aç',
'Clear Formatting': 'Stili temizle',
'Fill color or set the text color': 'Renk doldur veya yazı rengi seç',
Redo: 'Yinele',
Undo: 'Geri Al',
Bold: 'Kalın',
Italic: 'İtalik',
'Insert Unordered List': 'Sırasız Liste Ekle',
'Insert Ordered List': 'Sıralı Liste Ekle',
'Align Center': 'Ortala',
'Align Justify': 'Kenarlara Yasla',
'Align Left': 'Sola Yasla',
'Align Right': 'Sağa Yasla',
'Insert Horizontal Line': 'Yatay Çizgi Ekle',
'Insert Image': 'Resim Ekle',
'Insert file': 'Dosya Ekle',
'Insert youtube/vimeo video': 'Youtube/Vimeo Videosu Ekle',
'Insert link': 'Bağlantı Ekle',
'Font size': 'Font Boyutu',
'Font family': 'Font Ailesi',
'Insert format block': 'Blok Ekle',
Normal: 'Normal',
'Heading 1': 'Başlık 1',
'Heading 2': 'Başlık 2',
'Heading 3': 'Başlık 3',
'Heading 4': 'Başlık 4',
Quote: 'Alıntı',
Code: 'Kod',
Insert: 'Ekle',
'Insert table': 'Tablo Ekle',
'Decrease Indent': 'Girintiyi Azalt',
'Increase Indent': 'Girintiyi Arttır',
'Select Special Character': 'Özel Karakter Seç',
'Insert Special Character': 'Özel Karakter Ekle',
'Paint format': 'Resim Biçimi',
'Change mode': 'Mod Değiştir',
Margins: 'Boşluklar',
top: 'Üst',
right: 'Sağ',
bottom: 'Alt',
left: 'Sol',
Styles: 'CSS Stilleri',
Classes: 'CSS Sınıfları',
Align: 'Hizalama',
Right: 'Sağ',
Center: 'Ortalı',
Left: 'Sol',
'--Not Set--': 'Belirsiz',
Src: 'Kaynak',
Title: 'Başlık',
Alternative: 'Alternatif Yazı',
Link: 'Link',
'Open link in new tab': 'Bağlantıyı yeni sekmede aç',
Image: 'Resim',
file: 'Dosya',
'Image properties': 'Resim özellikleri',
Cancel: 'İptal',
Ok: 'Tamam',
'Your code is similar to HTML. Keep as HTML?':
'Kodunuz HTML koduna benziyor. HTML olarak devam etmek ister misiniz?',
'Paste as HTML': 'HTML olarak yapıştır',
Keep: 'Sakla',
Clean: 'Temizle',
'Insert as Text': 'Yazı olarak ekle',
'Word Paste Detected': 'Word biçiminde yapıştırma algılandı',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Der Inhalt, den Sie einfügen, stammt aus einem Microsoft Word / Excel-Dokument. Möchten Sie das Format erhalten oder löschen?',
'Insert only Text': 'Sadece yazıyı ekle',
'File Browser': 'Dosya Listeleyici',
'Error on load list': 'Liste yüklenirken hata oluştu',
'Error on load folders': 'Klasörler yüklenirken hata oluştur',
'Are you sure?': 'Emin misiniz?',
'Enter Directory name': 'Dizin yolu giriniz',
'Create directory': 'Dizin oluştur',
'type name': 'İsim yaz',
'Drop image': 'Resim bırak',
'Drop file': 'Dosya bırak',
'or click': 'veya tıkla',
'Alternative text': 'Alternatif yazı',
Browse: 'Gözat',
Upload: 'Yükle',
Background: 'Arka plan',
Text: 'Yazı',
Top: 'Üst',
Middle: 'Orta',
Bottom: 'Aşağı',
'Insert column before': 'Öncesine kolon ekle',
'Insert column after': 'Sonrasına kolon ekle',
'Insert row above': 'Üstüne satır ekle',
'Insert row below': 'Altına satır ekle',
'Delete table': 'Tabloyu sil',
'Delete row': 'Satırı sil',
'Delete column': 'Kolonu sil',
'Empty cell': 'Hücreyi temizle',
Delete: 'Sil',
'Strike through': 'Üstü çizili',
Underline: 'Alt çizgi',
Break: 'Satır sonu',
'Search for': 'Ara',
'Replace with': 'Şununla değiştir',
Replace: 'Değiştir',
Edit: 'Düzenle',
'Vertical align': 'Dikey hizala',
'Horizontal align': 'Yatay hizala',
Filter: 'Filtre',
'Sort by changed': 'Değişime göre sırala',
'Sort by name': 'İsme göre sırala',
'Sort by size': 'Boyuta göre sırala',
'Add folder': 'Klasör ekle',
Split: 'Ayır',
'Split vertical': 'Dikey ayır',
'Split horizontal': 'Yatay ayır',
Merge: 'Birleştir',
'Add column': 'Kolon ekle',
'Add row': 'Satır ekle',
Border: 'Kenarlık',
'Embed code': 'Kod ekle',
Update: 'Güncelle',
superscript: 'Üst yazı',
subscript: 'Alt yazı',
'Cut selection': 'Seçilimi kes',
Paste: 'Yapıştır',
'Choose Content to Paste': 'Yapıştırılacak içerik seç',
'Chars: %d': 'Harfler: %d',
'Words: %d': 'Kelimeler: %d',
All: 'Tümü',
'Select %s': 'Seç: %s',
'Select all': 'Tümünü seç',
source: 'Kaynak',
bold: 'Kalın',
italic: 'italik',
brush: 'Fırça',
link: 'Bağlantı',
undo: 'Geri al',
redo: 'Yinele',
table: 'Tablo',
image: 'Resim',
eraser: 'Silgi',
paragraph: 'Paragraf',
fontsize: 'Font boyutu',
video: 'Video',
font: 'Font',
about: 'Hakkında',
print: 'Yazdır',
underline: 'Alt çizgi',
strikethrough: 'Üstü çizili',
indent: 'Girinti',
outdent: ıkıntı',
fullsize: 'Tam ekran',
shrink: 'Küçült',
hr: 'Ayraç',
ul: 'Sırasız liste',
ol: 'Sıralı liste',
cut: 'Kes',
selectall: 'Tümünü seç',
'Open link': 'Bağlantıyı aç',
'Edit link': 'Bağlantıyı düzenle',
'No follow': 'Nofollow özelliği',
Unlink: 'Bağlantıyı kaldır',
Eye: 'Yorumu',
pencil: 'Düzenlemek için',
' URL': 'URL',
Reset: 'Sıfırla',
Save: 'Kaydet',
'Save as ...': 'Farklı kaydet',
Resize: 'Boyutlandır',
Crop: 'Kırp',
Width: 'Genişlik',
Height: 'Yükseklik',
'Keep Aspect Ratio': 'En boy oranını koru',
Yes: 'Evet',
No: 'Hayır',
Remove: 'Sil',
Select: 'Seç',
'You can only edit your own images. Download this image on the host?':
'Sadece kendi resimlerinizi düzenleyebilirsiniz. Bu görseli kendi hostunuza indirmek ister misiniz?',
'The image has been successfully uploaded to the host!':
'Görsel başarıyla hostunuza yüklendi',
palette: 'Palet',
'There are no files': 'Bu dizinde dosya yok',
Rename: 'Yeniden isimlendir',
'Enter new name': 'Yeni isim girin',
preview: 'Ön izleme',
download: 'İndir',
'Paste from clipboard': 'Panodan yapıştır ',
"Your browser doesn't support direct access to the clipboard.":
'Tarayıcınız panoya doğrudan erişimi desteklemiyor.',
'Copy selection': 'Seçimi kopyala',
copy: 'Kopyala',
'Border radius': 'Sınır yarıçapı',
'Show all': 'Tümünü Göster',
Apply: 'Uygula',
'Please fill out this field': 'Lütfen bu alanı doldurun',
'Please enter a web address': 'Lütfen bir web adresi girin',
Default: 'Varsayılan',
Circle: 'Daire',
Dot: 'Nokta',
Quadrate: 'Kare',
Find: 'Bul',
'Find Previous': 'Öncekini Bul',
'Find Next': 'Sonrakini Bul',
'Insert className': 'Sınıf adı girin',
'Press Alt for custom resizing':
'Özel yeniden boyutlandırma için Alt tuşuna basın',
'License: %s': 'Lisans: %s'
};

212
node_modules/jodit/esm/langs/ua.d.ts generated vendored Normal file
View File

@@ -0,0 +1,212 @@
declare const _exports: {
'Type something': string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
file: string;
Advanced: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Insert only Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Embed code': string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
pencil: string;
Update: string;
' URL': string;
Edit: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Chars: %d': string;
'Words: %d': string;
All: string;
'Select %s': string;
'Select all': string;
'Vertical align': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
Merge: string;
'Add column': string;
'Add row': string;
Delete: string;
Border: string;
'License: %s': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
};
export = _exports;

226
node_modules/jodit/esm/langs/ua.js generated vendored Normal file
View File

@@ -0,0 +1,226 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Ukrainian (Українська)
export default {
'Type something': 'Напишіть щось',
'About Jodit': 'Про Jodit',
'Jodit Editor': 'Редактор Jodit',
"Jodit User's Guide": 'Jodit інструкція користувача',
'contains detailed help for using':
'містить детальну інформацію щодо користування',
'For information about the license, please go to our website:':
'Щоб дізнатись більше про ліцензію , будь ласка, перейдіть на наш сайт:',
'Buy full version': 'Купити повну версію',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Авторські права © XDSoft.net - Чупурнов Валерій. Всі права захищені.',
Anchor: 'Анкор',
'Open in new tab': 'Відкрити у новій вкладці',
'Open in fullsize': 'Відкрити редактор в повному розмірі',
'Clear Formatting': 'Очистити форматування',
'Fill color or set the text color': 'Колір заливки або колір текста',
Redo: 'Повторити',
Undo: 'Відмінити',
Bold: 'Жирний',
Italic: 'Курсів',
'Insert Unordered List': 'Вставити невпорядкований список',
'Insert Ordered List': 'Вставити нумерованний список',
'Align Center': 'Вирівняти по центру',
'Align Justify': 'Вирівняти по ширині',
'Align Left': 'Вирівняти по лівому краю',
'Align Right': 'Вирівняти по правому краю',
'Insert Horizontal Line': 'Вставити горизонтальну лінію',
'Insert Image': 'Вставити зображення',
'Insert file': 'Вставити файл',
'Insert youtube/vimeo video': 'Вставити відео',
'Insert link': 'Вставити посилання',
'Font size': 'Розмір шрифту',
'Font family': 'Шрифт',
'Insert format block': 'Вставити блочний елемент',
Normal: 'Нормальний текст',
'Heading 1': 'Заголовок 1',
'Heading 2': 'Заголовок 2',
'Heading 3': 'Заголовок 3',
'Heading 4': 'Заголовок 4',
Quote: 'Цитата',
Code: 'Код',
Insert: 'Вставити',
'Insert table': 'Вставити таблицю',
'Decrease Indent': 'Збільшити відступ',
'Increase Indent': 'Зменшити відступ',
'Select Special Character': 'Оберіть спеціальный символ',
'Insert Special Character': 'Вставити спеціальный символ',
'Paint format': 'Формат краски',
'Change mode': 'Джерело',
Margins: 'Відступи',
top: 'зверху',
right: 'справа',
bottom: 'знизу',
left: 'зліва',
Styles: 'Стилі',
Classes: 'Класи',
Align: 'Вирівнювання',
Right: 'По правому краю',
Center: 'По центру',
Left: 'По лівому краю',
'--Not Set--': '--не встановлено--',
Src: 'src',
Title: 'Заголовок',
Alternative: 'Альтернативний текст (alt)',
Link: 'Посилання',
'Open link in new tab': 'Відкрити посилання в новій вкладці',
file: 'Файл',
Advanced: 'Розширені',
'Image properties': 'Властивості зображення',
Cancel: 'Відміна',
Ok: 'Ок',
'Your code is similar to HTML. Keep as HTML?':
'Текст, який Ви намагаєтесь вставити схожий на HTML. Вставити його як HTML?',
'Paste as HTML': 'Вставити його як HTML',
Keep: 'Зберегти оригінал',
Clean: 'Почистити',
'Insert as Text': 'Вставити як текст',
'Insert only Text': 'Вставити тільки текст',
'Word Paste Detected': 'Можливо це фрагмент Word або Excel',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'Ви вставляєте контент з документа Microsoft Word або Excel. Бажаєте зберегти форматування?',
'File Browser': 'Браузер файлів',
'Error on load list': 'Помилка при завантаженні списку зображень',
'Error on load folders': 'Помилка при завантаженні списку папок',
'Are you sure?': 'Ви впевнені?',
'Enter Directory name': 'Введіть назву папки',
'Create directory': 'Створити папку',
'type name': 'введіть назву',
'Drop image': 'Перетягніть зображення сюди',
'Drop file': 'Перетягніть файл сюди',
'or click': 'або клікніть',
'Alternative text': 'Альтернативный текст',
Browse: 'Сервер',
Upload: 'Завантаження',
Background: 'Фон',
Text: 'Текст',
Top: ' Вгору',
Middle: 'По центру',
Bottom: 'Донизу',
'Insert column before': 'Вставити стовпець до',
'Insert column after': 'Вставити стовпець після',
'Insert row above': 'Вставити рядок вище',
'Insert row below': 'Вставити рядок нижче',
'Delete table': 'Видалити таблицю',
'Delete row': 'Видалити рядок',
'Delete column': 'Видалити стовпчик',
'Empty cell': 'Очистити кліинку',
source: 'HTML',
bold: 'жирний',
italic: 'курсів',
brush: 'заливка',
link: 'посилання',
undo: 'відмінити',
redo: 'повторити',
table: 'таблиця',
image: 'зображення',
eraser: 'видалення',
paragraph: 'параграф',
fontsize: 'розмір шрифту',
video: 'відео',
font: 'шрифт',
about: 'про редактор',
print: 'друк',
underline: 'підкреслений',
strikethrough: 'закреслений',
indent: 'відступ',
outdent: 'заступ',
fullsize: 'на весь екран',
shrink: 'звичайний розмір',
hr: 'лінія',
ul: 'Список',
ol: 'Нумерований список',
cut: 'Вирізати',
selectall: 'Виділити все',
'Embed code': 'Код',
'Open link': 'Відкрити посилання',
'Edit link': 'Редагувати посилання',
'No follow': 'Атрибут nofollow',
Unlink: 'Видалити посилання',
Eye: 'Перегляд',
pencil: 'Редагування',
Update: 'Оновити',
' URL': 'URL',
Edit: 'Редагувати',
'Horizontal align': 'Горизонтальне вирівнювання',
Filter: 'Фільтр',
'Sort by changed': 'Сортувати за зміною',
'Sort by name': "Сортувати за ім'ям",
'Sort by size': 'Сортувати за розміром',
'Add folder': 'Додати папку',
Reset: 'Відновити',
Save: 'Зберегти',
'Save as ...': 'Зберегти як',
Resize: 'Змінити розмір',
Crop: 'Обрізати розмір',
Width: 'Ширина',
Height: 'Висота',
'Keep Aspect Ratio': 'Зберегти пропорції',
Yes: 'Так',
No: 'Ні',
Remove: 'Видалити',
Select: 'Вибрати',
'Chars: %d': 'Символів: %d',
'Words: %d': 'Слів: %d',
All: 'Вибрати все',
'Select %s': 'Вибрати: %s',
'Select all': 'Вибрати все',
'Vertical align': 'Вертикальне вирівнювання',
Split: 'Розділити',
'Split vertical': 'Розділити по вертикалі',
'Split horizontal': 'Розділити по горизонталі',
Merge: "Об'єднати в одну",
'Add column': 'Додати стовпчик',
'Add row': 'Додати рядок',
Delete: 'Видалити',
Border: 'Рамка',
'License: %s': 'Ліцензія: %s',
'Strike through': 'Закреслений',
Underline: 'Підкреслений',
superscript: 'верхній індекс',
subscript: 'індекс',
'Cut selection': 'Обрізати вибране',
Break: 'Межа',
'Search for': 'Шукати',
'Replace with': 'Замінити на',
Replace: 'Замінити',
Paste: 'Вставити',
'Choose Content to Paste': 'Обрати контент для вставки',
'You can only edit your own images. Download this image on the host?':
'Ви можете редагувати лише власні зображення. Завантажити зображення на ваш сервер?',
'The image has been successfully uploaded to the host!':
'Зображення успішно завантажено на сервер!',
palette: 'палітра',
'There are no files': 'Файли відсутні',
Rename: 'Змінити назву',
'Enter new name': "Введіть нове імя'",
preview: 'Попередній перегляд',
download: 'Завантажити',
'Paste from clipboard': 'Вставити з буфера обміну',
"Your browser doesn't support direct access to the clipboard.":
'Ваш браузер не підтримує доступ до буфера обміну.',
'Copy selection': 'Копіювати виділене',
copy: 'копія',
'Border radius': 'Радіус рамки',
'Show all': 'Показати все',
Apply: 'Застосувати',
'Please fill out this field': 'Будь ласка, заповніть це поле',
'Please enter a web address': 'Будь ласка, введіть веб-адресу',
Default: 'За замовченням',
Circle: 'Коло',
Dot: 'Крапка',
Quadrate: 'Квадрат',
Find: 'Знайти',
'Find Previous': 'Знайти попередні',
'Find Next': 'Знайти наступні',
'Insert className': 'Вставити клас',
'Press Alt for custom resizing': 'Натисніть Alt для зміни розміру'
};

214
node_modules/jodit/esm/langs/zh_cn.d.ts generated vendored Normal file
View File

@@ -0,0 +1,214 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
'Free Non-commercial Version': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
'Chars: %d': string;
'Words: %d': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
'Select all': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Edit: string;
Paste: string;
'Choose Content to Paste': string;
All: string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Select %s': string;
Update: string;
'Vertical align': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Delete: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
pencil: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
'License: %s': string;
};
export = _exports;

226
node_modules/jodit/esm/langs/zh_cn.js generated vendored Normal file
View File

@@ -0,0 +1,226 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Chinese Simplified (简体中文)
export default {
'Type something': '输入一些内容',
Advanced: '高级',
'About Jodit': '关于Jodit',
'Jodit Editor': 'Jodit Editor',
'Free Non-commercial Version': 'Free Non-commercial Version',
"Jodit User's Guide": '开发者指南',
'contains detailed help for using': '使用帮助',
'For information about the license, please go to our website:':
'有关许可证的信息,请访问我们的网站:',
'Buy full version': '购买完整版本',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. 版权所有',
Anchor: 'Anchor',
'Open in new tab': '在新窗口打开',
'Open in fullsize': '全屏编辑',
'Clear Formatting': '清除样式',
'Fill color or set the text color': '颜色',
Redo: '重做',
Undo: '撤销',
Bold: '粗体',
Italic: '斜体',
'Insert Unordered List': '符号列表',
'Insert Ordered List': '编号',
'Align Center': '居中',
'Align Justify': '对齐文本',
'Align Left': '左对齐',
'Align Right': '右对齐',
'Insert Horizontal Line': '分割线',
'Insert Image': '图片',
'Insert file': '文件',
'Insert youtube/vimeo video': '视频',
'Insert link': '链接',
'Font size': '字号',
'Font family': '字体',
'Insert format block': '格式块',
Normal: '默认',
'Heading 1': '标题1',
'Heading 2': '标题2',
'Heading 3': '标题3',
'Heading 4': '标题4',
Quote: '引用',
Code: '代码',
Insert: '插入',
'Insert table': '表格',
'Decrease Indent': '减少缩进',
'Increase Indent': '增加缩进',
'Select Special Character': '选择特殊符号',
'Insert Special Character': '特殊符号',
'Paint format': '格式复制',
'Change mode': '改变模式',
Margins: '外边距Margins',
top: 'top',
right: 'right',
bottom: 'bottom',
left: 'left',
Styles: '样式',
Classes: 'Classes',
Align: '对齐方式',
Right: '居右',
Center: '居中',
Left: '居左',
'--Not Set--': '无',
Src: 'Src',
Title: 'Title',
Alternative: 'Alternative',
Link: 'Link',
'Open link in new tab': '在新窗口打开链接',
Image: '图片',
file: 'file',
'Image properties': '图片属性',
Cancel: '取消',
Ok: '确定',
'Your code is similar to HTML. Keep as HTML?':
'你粘贴的文本是一段html代码是否保留源格式',
'Paste as HTML': 'html粘贴',
Keep: '保留源格式',
Clean: '匹配目标格式',
'Insert as Text': '把html代码视为普通文本',
'Word Paste Detected': '文本粘贴',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'正在粘贴 Word/Excel 的文本,是否保留源格式?',
'Insert only Text': '只保留文本',
'File Browser': '文件管理',
'Error on load list': '加载list错误',
'Error on load folders': '加载folders错误',
'Are you sure?': '你确定吗?',
'Enter Directory name': '输入路径',
'Create directory': '创建路径',
'type name': 'type name',
'Drop image': '拖动图片到此',
'Drop file': '拖动文件到此',
'or click': '或点击',
'Alternative text': 'Alternative text',
Browse: '浏览',
Upload: '上传',
Background: '背景色',
Text: '文字',
Top: '顶部',
Middle: '中间',
Bottom: '底部',
'Insert column before': '在之前插入列',
'Insert column after': '在之后插入列',
'Insert row above': '在之前插入行',
'Insert row below': '在之后插入行',
'Delete table': '删除表格',
'Delete row': '删除行',
'Delete column': '删除列',
'Empty cell': '清除内容',
'Chars: %d': '字符数: %d',
'Words: %d': '单词数: %d',
'Strike through': '删除线',
Underline: '下划线',
superscript: '上标',
subscript: '下标',
'Cut selection': '剪切',
'Select all': '全选',
Break: 'Break',
'Search for': '查找',
'Replace with': '替换为',
Replace: '替换',
Edit: '编辑',
Paste: '粘贴',
'Choose Content to Paste': '选择内容并粘贴',
All: '全部',
source: '源码',
bold: '粗体',
italic: '斜体',
brush: '颜色',
link: '链接',
undo: '撤销',
redo: '重做',
table: '表格',
image: '图片',
eraser: '橡皮擦',
paragraph: '段落',
fontsize: '字号',
video: '视频',
font: '字体',
about: '关于',
print: '打印',
underline: '下划线',
strikethrough: '上出现',
indent: '增加缩进',
outdent: '减少缩进',
fullsize: '全屏',
shrink: '收缩',
hr: '分割线',
ul: '无序列表',
ol: '顺序列表',
cut: '剪切',
selectall: '全选',
'Open link': '打开链接',
'Edit link': '编辑链接',
'No follow': 'No follow',
Unlink: '取消链接',
Eye: '预览',
' URL': 'URL',
Reset: '重置',
Save: '保存',
'Save as ...': '保存为',
Resize: '调整大小',
Crop: '剪切',
Width: '宽',
Height: '高',
'Keep Aspect Ratio': '保持长宽比',
Yes: '是',
No: '不',
Remove: '移除',
Select: '选择',
'Select %s': '选择: %s',
Update: '更新',
'Vertical align': '垂直对齐',
Merge: '合并',
'Add column': '添加列',
'Add row': '添加行',
Border: '边框',
'Embed code': '嵌入代码',
Delete: '删除',
'Horizontal align': '水平对齐',
Filter: '筛选',
'Sort by changed': '修改时间排序',
'Sort by name': '名称排序',
'Sort by size': '大小排序',
'Add folder': '新建文件夹',
Split: '拆分',
'Split vertical': '垂直拆分',
'Split horizontal': '水平拆分',
'You can only edit your own images. Download this image on the host?':
'你只能编辑你自己的图片。Download this image on the host?',
'The image has been successfully uploaded to the host!': '图片上传成功',
palette: '调色板',
pencil: '铅笔',
'There are no files': '此目录中沒有文件。',
Rename: '重命名',
'Enter new name': '输入新名称',
preview: '预览',
download: '下载',
'Paste from clipboard': '粘贴从剪贴板',
"Your browser doesn't support direct access to the clipboard.":
'你浏览器不支持直接访问的剪贴板。',
'Copy selection': '复制选中内容',
copy: '复制',
'Border radius': '边界半径',
'Show all': '显示所有',
Apply: '应用',
'Please fill out this field': '请填写这个字段',
'Please enter a web address': '请输入一个网址',
Default: '默认',
Circle: '圆圈',
Dot: '点',
Quadrate: '方形',
Find: '搜索',
'Find Previous': '查找上一个',
'Find Next': '查找下一个',
'Insert className': '插入班级名称',
'Press Alt for custom resizing': '按Alt自定义调整大小',
'License: %s': '许可证: %s'
};

213
node_modules/jodit/esm/langs/zh_tw.d.ts generated vendored Normal file
View File

@@ -0,0 +1,213 @@
declare const _exports: {
'Type something': string;
Advanced: string;
'About Jodit': string;
'Jodit Editor': string;
"Jodit User's Guide": string;
'contains detailed help for using': string;
'For information about the license, please go to our website:': string;
'Buy full version': string;
'Copyright \u00A9 XDSoft.net - Chupurnov Valeriy. All rights reserved.': string;
Anchor: string;
'Open in new tab': string;
'Open in fullsize': string;
'Clear Formatting': string;
'Fill color or set the text color': string;
Redo: string;
Undo: string;
Bold: string;
Italic: string;
'Insert Unordered List': string;
'Insert Ordered List': string;
'Align Center': string;
'Align Justify': string;
'Align Left': string;
'Align Right': string;
'Insert Horizontal Line': string;
'Insert Image': string;
'Insert file': string;
'Insert youtube/vimeo video': string;
'Insert link': string;
'Font size': string;
'Font family': string;
'Insert format block': string;
Normal: string;
'Heading 1': string;
'Heading 2': string;
'Heading 3': string;
'Heading 4': string;
Quote: string;
Code: string;
Insert: string;
'Insert table': string;
'Decrease Indent': string;
'Increase Indent': string;
'Select Special Character': string;
'Insert Special Character': string;
'Paint format': string;
'Change mode': string;
Margins: string;
top: string;
right: string;
bottom: string;
left: string;
Styles: string;
Classes: string;
Align: string;
Right: string;
Center: string;
Left: string;
'--Not Set--': string;
Src: string;
Title: string;
Alternative: string;
Link: string;
'Open link in new tab': string;
Image: string;
file: string;
'Image properties': string;
Cancel: string;
Ok: string;
'Your code is similar to HTML. Keep as HTML?': string;
'Paste as HTML': string;
Keep: string;
Clean: string;
'Insert as Text': string;
'Word Paste Detected': string;
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': string;
'Insert only Text': string;
'File Browser': string;
'Error on load list': string;
'Error on load folders': string;
'Are you sure?': string;
'Enter Directory name': string;
'Create directory': string;
'type name': string;
'Drop image': string;
'Drop file': string;
'or click': string;
'Alternative text': string;
Browse: string;
Upload: string;
Background: string;
Text: string;
Top: string;
Middle: string;
Bottom: string;
'Insert column before': string;
'Insert column after': string;
'Insert row above': string;
'Insert row below': string;
'Delete table': string;
'Delete row': string;
'Delete column': string;
'Empty cell': string;
'Chars: %d': string;
'Words: %d': string;
'Strike through': string;
Underline: string;
superscript: string;
subscript: string;
'Cut selection': string;
'Select all': string;
Break: string;
'Search for': string;
'Replace with': string;
Replace: string;
Paste: string;
'Choose Content to Paste': string;
All: string;
source: string;
bold: string;
italic: string;
brush: string;
link: string;
undo: string;
redo: string;
table: string;
image: string;
eraser: string;
paragraph: string;
fontsize: string;
video: string;
font: string;
about: string;
print: string;
underline: string;
strikethrough: string;
indent: string;
outdent: string;
fullsize: string;
shrink: string;
hr: string;
ul: string;
ol: string;
cut: string;
selectall: string;
'Open link': string;
'Edit link': string;
'No follow': string;
Unlink: string;
Eye: string;
' URL': string;
Reset: string;
Save: string;
'Save as ...': string;
Resize: string;
Crop: string;
Width: string;
Height: string;
'Keep Aspect Ratio': string;
Yes: string;
No: string;
Remove: string;
Select: string;
'Select %s': string;
Update: string;
'Vertical align': string;
Merge: string;
'Add column': string;
'Add row': string;
Border: string;
'Embed code': string;
Delete: string;
'Horizontal align': string;
Filter: string;
'Sort by changed': string;
'Sort by name': string;
'Sort by size': string;
'Add folder': string;
Split: string;
'Split vertical': string;
'Split horizontal': string;
'You can only edit your own images. Download this image on the host?': string;
'The image has been successfully uploaded to the host!': string;
palette: string;
pencil: string;
'There are no files': string;
Rename: string;
'Enter new name': string;
preview: string;
download: string;
'Paste from clipboard': string;
"Your browser doesn't support direct access to the clipboard.": string;
'Copy selection': string;
copy: string;
'Border radius': string;
'Show all': string;
Apply: string;
'Please fill out this field': string;
'Please enter a web address': string;
Default: string;
Circle: string;
Dot: string;
Quadrate: string;
Find: string;
'Find Previous': string;
'Find Next': string;
'Insert className': string;
'Press Alt for custom resizing': string;
Edit: string;
'License: %s': string;
};
export = _exports;

225
node_modules/jodit/esm/langs/zh_tw.js generated vendored Normal file
View File

@@ -0,0 +1,225 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
// Chinese Traditional (繁體中文)
export default {
'Type something': '輸入一些內容',
Advanced: '進階',
'About Jodit': '關於Jodit',
'Jodit Editor': 'Jodit Editor',
"Jodit User's Guide": '開發者指南',
'contains detailed help for using': '使用幫助',
'For information about the license, please go to our website:':
'相關授權條款資訊,請造訪我們的網站:',
'Buy full version': '購買完整版本',
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.':
'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.',
Anchor: '錨點',
'Open in new tab': '在新分頁開啟',
'Open in fullsize': '全螢幕編輯',
'Clear Formatting': '清除樣式',
'Fill color or set the text color': '顏色',
Redo: '取消復原',
Undo: '復原',
Bold: '粗體',
Italic: '斜體',
'Insert Unordered List': '項目符號清單',
'Insert Ordered List': '編號清單',
'Align Center': '置中',
'Align Justify': '文字對齊',
'Align Left': '靠左',
'Align Right': '靠右',
'Insert Horizontal Line': '分割線',
'Insert Image': '圖片',
'Insert file': '檔案',
'Insert youtube/vimeo video': '插入 youtube/vimeo 影片',
'Insert link': '插入連結',
'Font size': '文字大小',
'Font family': '字型',
'Insert format block': '格式化區塊',
Normal: '內文',
'Heading 1': '標題1',
'Heading 2': '標題2',
'Heading 3': '標題3',
'Heading 4': '標題4',
Quote: '引文',
Code: '程式碼',
Insert: '插入',
'Insert table': '表格',
'Decrease Indent': '減少縮排',
'Increase Indent': '增加縮排',
'Select Special Character': '選擇特殊符號',
'Insert Special Character': '特殊符號',
'Paint format': '格式複製',
'Change mode': '檢視原始碼',
Margins: '邊距',
top: '上',
right: '右',
bottom: '下',
left: '左',
Styles: '樣式',
Classes: 'Classes',
Align: '對齊方式',
Right: '靠右',
Center: '置中',
Left: '靠左',
'--Not Set--': '無',
Src: 'Src',
Title: 'Title',
Alternative: '替代',
Link: 'Link',
'Open link in new tab': '在新分頁開啟連結',
Image: '圖片',
file: '檔案',
'Image properties': '圖片屬性',
Cancel: '取消',
Ok: '確定',
'Your code is similar to HTML. Keep as HTML?':
'您的程式碼與 HTML 類似,是否貼上 HTML 格式?',
'Paste as HTML': '貼上 HTML',
Keep: '保留原始格式',
Clean: '清除格式',
'Insert as Text': '以純文字貼上',
'Word Paste Detected': '貼上 Word 格式',
'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?':
'正在貼上 Word/Excel 文件的內容,是否保留原始格式?',
'Insert only Text': '僅貼上內文',
'File Browser': '檔案瀏覽',
'Error on load list': '清單載入錯誤',
'Error on load folders': '資料夾載入錯誤',
'Are you sure?': '您確定嗎?',
'Enter Directory name': '輸入路徑',
'Create directory': '創建路徑',
'type name': 'type name',
'Drop image': '拖曳圖片至此',
'Drop file': '拖曳檔案至此',
'or click': '或點擊',
'Alternative text': '替代文字',
Browse: '瀏覽',
Upload: '上傳',
Background: '背景色',
Text: '文字',
Top: '頂部',
Middle: '中間',
Bottom: '底部',
'Insert column before': '插入左方欄',
'Insert column after': '插入右方欄',
'Insert row above': '插入上方列',
'Insert row below': '插入下方列',
'Delete table': '刪除表格',
'Delete row': '刪除整列',
'Delete column': '刪除整欄',
'Empty cell': '清除內容',
'Chars: %d': '字元數: %d',
'Words: %d': '單字數: %d',
'Strike through': '刪除線',
Underline: '底線',
superscript: '上標',
subscript: '下標',
'Cut selection': '剪下',
'Select all': '全選',
Break: '斷行',
'Search for': '尋找',
'Replace with': '取代為',
Replace: '取代',
Paste: '貼上',
'Choose Content to Paste': '選擇內容並貼上',
All: '全部',
source: '原始碼',
bold: '粗體',
italic: '斜體',
brush: '顏色',
link: '連結',
undo: '復原',
redo: '取消復原',
table: '表格',
image: '圖片',
eraser: '橡皮擦',
paragraph: '段落',
fontsize: '文字大小',
video: '影片',
font: '字型',
about: '關於',
print: '列印',
underline: '底線',
strikethrough: '刪除線',
indent: '增加縮排',
outdent: '減少縮排',
fullsize: '全螢幕',
shrink: '縮減',
hr: '分隔線',
ul: '項目符號清單',
ol: '編號清單',
cut: '剪下',
selectall: '全選',
'Open link': '打開連結',
'Edit link': '編輯連結',
'No follow': 'No follow',
Unlink: '取消連結',
Eye: '查看',
' URL': 'URL',
Reset: '重設',
Save: '儲存',
'Save as ...': '另存為...',
Resize: '調整大小',
Crop: '裁切',
Width: '寬',
Height: '高',
'Keep Aspect Ratio': '維持長寬比',
Yes: '是',
No: '否',
Remove: '移除',
Select: '選擇',
'Select %s': '選擇: %s',
Update: '更新',
'Vertical align': '垂直對齊',
Merge: '合併',
'Add column': '新增欄',
'Add row': '新增列',
Border: '邊框',
'Embed code': '嵌入程式碼',
Delete: '刪除',
'Horizontal align': '水平對齊',
Filter: '篩選',
'Sort by changed': '修改時間排序',
'Sort by name': '名稱排序',
'Sort by size': '大小排序',
'Add folder': '新增資料夾',
Split: '分割',
'Split vertical': '垂直分割',
'Split horizontal': '水平分割',
'You can only edit your own images. Download this image on the host?':
'您只能編輯您自己的圖片。是否下載此圖片?',
'The image has been successfully uploaded to the host!': '圖片上傳成功',
palette: '調色盤',
pencil: '鉛筆',
'There are no files': '沒有檔案',
Rename: '重新命名',
'Enter new name': '輸入新名稱',
preview: '預覽',
download: '下載',
'Paste from clipboard': '從剪貼簿貼上',
"Your browser doesn't support direct access to the clipboard.":
'瀏覽器無法存取剪貼簿。',
'Copy selection': '複製已選取項目',
copy: '複製',
'Border radius': '邊框圓角',
'Show all': '顯示全部',
Apply: '應用',
'Please fill out this field': '請輸入此欄位',
'Please enter a web address': '請輸入網址',
Default: '預設',
Circle: '圓圈',
Dot: '點',
Quadrate: '方形',
Find: '尋找',
'Find Previous': '尋找上一個',
'Find Next': '尋找下一個',
'Insert className': '插入 class 名稱',
'Press Alt for custom resizing': '按住 Alt 以調整自訂大小',
Edit: '編輯',
'License: %s': '許可證: %s'
};