diff --git a/README.md b/README.md index 574781e..d98f532 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,20 @@ default: pastePlainText: true ``` +## Language / locale + +The editor UI language always follows the current Bolt **backend locale** — each +user sees the editor in the language they've selected for the Bolt admin, with no +configuration. The matching Redactor language file +(`assets/redactor/langs/.js`) is loaded automatically; English is built in, +and locales Redactor ships no translation for fall back to English. + +This is driven solely by the user's Bolt locale and is not overridable via `lang:`. + +(Note: some plugins register their toolbar labels in English only; you can top up +the missing strings by extending `$R.lang['']` from a small script added via +`includes:`.) + ## Adding custom plugins If you've written your own plugin for Redactor according to the documentation diff --git a/assets/redactor/langs/ar.js b/assets/redactor/langs/ar.js index 4b03fec..37819c5 100644 --- a/assets/redactor/langs/ar.js +++ b/assets/redactor/langs/ar.js @@ -5,31 +5,31 @@ "image": "صورة", "file": "ملف", "link": "رابط", - "bold": "متين", + "bold": "غامق", "italic": "مائل", - "deleted": "مشطوب", - "underline": "مسطر", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "deleted": "يتوسطه خط", + "underline": "تحته خط", + "superscript": "نص علوي", + "subscript": "نص سفلي", + "bold-abbr": "غ", + "italic-abbr": "م", + "deleted-abbr": "ش", + "underline-abbr": "ت", + "superscript-abbr": "علوي", + "subscript-abbr": "سفلي", "lists": "قوائم", "link-insert": "إدراج رابط", "link-edit": "تحرير الرابط", "link-in-new-tab": "فتح الرابط في تبويب جديد", - "unlink": "إلغاء الرابط", + "unlink": "إزالة الرابط", "cancel": "إلغاء", "close": "إغلاق", "insert": "إدراج", "save": "حفظ", "delete": "حذف", - "text": "النص", + "text": "نص", "edit": "تحرير", - "title": "العنوان", + "title": "عنوان", "paragraph": "نص عادي", "quote": "اقتباس", "code": "كود", @@ -39,26 +39,104 @@ "heading4": "عنوان 4", "heading5": "عنوان 5", "heading6": "عنوان 6", + "small": "صغير", "filename": "الاسم", "optional": "اختياري", - "unorderedlist": "قائمة نقطية", - "orderedlist": "قائمة رقمية", - "outdent": "زيادة المسافة البادئة", - "indent": "إنقاض المسافة البادئة", - "horizontalrule": "خط أفقي", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "محرر النص الغني", - "caption": "الشرح", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "unorderedlist": "قائمة غير مرتبة", + "orderedlist": "قائمة مرتبة", + "outdent": "إنقاص المسافة البادئة", + "indent": "زيادة المسافة البادئة", + "horizontalrule": "خط", + "upload": "تحميل", + "upload-label": "أسقط الملفات هنا أو انقر للتحميل", + "upload-change-label": "أسقط صورة جديدة للتغيير", + "accessibility-help-label": "محرر نص منسق", + "caption": "تسمية توضيحية", + "bulletslist": "تعداد نقطي", + "numberslist": "تعداد رقمي", + "image-position": "الموضع", + "none": "لا شيء", + "left": "يسار", + "right": "يمين", + "center": "وسط", + "undo": "تراجع", + "redo": "إعادة", + + /* Alignment plugin */ + "align": "محاذاة", + "align-left": "محاذاة لليسار", + "align-center": "محاذاة للوسط", + "align-right": "محاذاة لليمين", + "align-justify": "ضبط المحاذاة", + + /* Clips plugin */ + "clips": "مقاطع", + "clips-select": "يرجى اختيار مقطع", + + /* Counter plugin */ + "words": "كلمات", + "chars": "أحرف", + + /* Filemanager/Imagemanager plugin */ + "choose": "اختيار", + + /* Font color plugin */ + "fontcolor": "لون النص", + "highlight": "تمييز", + + /* Font family plugin */ + "fontfamily": "الخط", + "remove-font-family": "إزالة نوع الخط", + + /* Font size plugin */ + "size": "الحجم", + "remove-size": "إزالة حجم الخط", + + /* Fullscreen plugin */ + "fullscreen": "ملء الشاشة", + + /* Inlinestyle plugin */ + "style": "نمط", + "marked": "مميز", + "shortcut": "اختصار", + + /* Properties plugin */ + "properties": "خصائص", + "id": "المعرف", + "classname": "الصنف", + + /* Specialchars plugin */ + "specialchars": "أحرف خاصة", + + /* Table plugin */ + "table": "جدول", + "insert-table": "إدراج جدول", + "insert-row-above": "إدراج صف أعلى", + "insert-row-below": "إدراج صف أسفل", + "insert-column-left": "إدراج عمود يساراً", + "insert-column-right": "إدراج عمود يميناً", + "add-head": "إضافة رأس", + "delete-head": "حذف الرأس", + "delete-column": "حذف العمود", + "delete-row": "حذف الصف", + "delete-table": "حذف الجدول", + + /* Textdirection plugin */ + "change-text-direction": "اتجاه النص", + "left-to-right": "من اليسار إلى اليمين", + "right-to-left": "من اليمين إلى اليسار", + + /* Variable plugin */ + "change": "تغيير", + "variable": "متغير", + "variable-select": "يرجى اختيار متغير", + + /* Video plugin */ + "video": "فيديو", + "video-html-code": "كود تضمين الفيديو أو رابط YouTube/Vimeo", + + /* Widget plugin */ + "widget": "ودجت", + "widget-html-code": "كود HTML للودجت" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/cs.js b/assets/redactor/langs/cs.js index c45c9ea..0ccd579 100755 --- a/assets/redactor/langs/cs.js +++ b/assets/redactor/langs/cs.js @@ -1,64 +1,142 @@ -(function($R) -{ - $R.lang['cs'] = { - "format": "Formát", - "image": "Obrázek", - "file": "Soubor", - "link": "Odkaz", - "bold": "Tučné", - "italic": "Kurzíva", - "deleted": "Přeškrtnuté", - "underline": "Podtržené", - "superscript": "Horní index", - "subscript": "Dolní index", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", - "lists": "Seznamy", - "link_insert": "Vložit odkaz ...", - "link_edit": "Upravit odkaz", - "link_new_tab": "Otevírat odkaz v novém okně", - "unlink": "Odstranit odkaz", - "cancel": "Zrušit", - "close": "Zavřít", - "insert": "Vložit", - "save": "Uložit", - "delete": "Smazat", - "text": "Text", - "edit": "Upravit", - "title": "Titulek", - "paragraph": "Odstavec", - "quote": "Citace", - "code": "Kód", - "header1": "Nadpis 1", - "header2": "Nadpis 2", - "header3": "Nadpis 3", - "header4": "Nadpis 4", - "header5": "Nadpis 5", - "header6": "Nadpis 6", - "filename": "Název (volitelné)", - "optional": "volitelný", - "unorderedlist": "Seznam s odrážkami", - "orderedlist": "Číslovaný seznam", - "outdent": "Zmenšit odsazení", - "indent": "Zvětšit odsazení", - "horizontalrule": "Vodorovná čára", - "upload": "Nahrát", - "upload-label": "Přesuňte sem soubory nebo klikněte pro výběr", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "Rich textový editor", - "caption": "Titulok", - "bulletslist": "Odrážek", - "numberslist": "Číslováníe", - "image_position": "Zarovnání", - "none": "Žádné", - "left": "Vlevo", - "right": "Vpravo", - "center": "Center", - "undo": "Zpět", - "redo": "Obnovit" - }; -})(Redactor); \ No newline at end of file +(function($R) +{ + $R.lang['cs'] = { + "format": "Formát", + "image": "Obrázek", + "file": "Soubor", + "link": "Odkaz", + "bold": "Tučné", + "italic": "Kurzíva", + "deleted": "Přeškrtnuté", + "underline": "Podtržené", + "superscript": "Horní index", + "subscript": "Dolní index", + "bold-abbr": "Tuč.", + "italic-abbr": "Kur.", + "deleted-abbr": "Př.", + "underline-abbr": "Pod.", + "superscript-abbr": "Hor.", + "subscript-abbr": "Dol.", + "lists": "Seznamy", + "link-insert": "Vložit odkaz", + "link-edit": "Upravit odkaz", + "link-in-new-tab": "Otevřít odkaz v nové kartě", + "unlink": "Odstranit odkaz", + "cancel": "Zrušit", + "close": "Zavřít", + "insert": "Vložit", + "save": "Uložit", + "delete": "Smazat", + "text": "Textový obsah", + "edit": "Upravit", + "title": "Titulek", + "paragraph": "Odstavec", + "quote": "Citace", + "code": "Kód", + "heading1": "Nadpis 1", + "heading2": "Nadpis 2", + "heading3": "Nadpis 3", + "heading4": "Nadpis 4", + "heading5": "Nadpis 5", + "heading6": "Nadpis 6", + "small": "Malé písmo", + "filename": "Název", + "optional": "volitelný", + "unorderedlist": "Seznam s odrážkami", + "orderedlist": "Číslovaný seznam", + "outdent": "Zmenšit odsazení", + "indent": "Zvětšit odsazení", + "horizontalrule": "Vodorovná čára", + "upload": "Nahrát", + "upload-label": "Přesuňte sem soubory nebo klikněte pro výběr", + "upload-change-label": "Přetáhněte sem nový obrázek pro změnu", + "accessibility-help-label": "Rich textový editor", + "caption": "Popisek", + "bulletslist": "Odrážky", + "numberslist": "Číslování", + "image-position": "Pozice", + "none": "Žádné", + "left": "Vlevo", + "right": "Vpravo", + "center": "Na střed", + "undo": "Zpět", + "redo": "Znovu", + + /* Alignment plugin */ + "align": "Zarovnat", + "align-left": "Zarovnat vlevo", + "align-center": "Zarovnat na střed", + "align-right": "Zarovnat vpravo", + "align-justify": "Zarovnat do bloku", + + /* Clips plugin */ + "clips": "Úryvky", + "clips-select": "Vyberte prosím úryvek", + + /* Counter plugin */ + "words": "slova", + "chars": "znaky", + + /* Filemanager/Imagemanager plugin */ + "choose": "Vybrat", + + /* Font color plugin */ + "fontcolor": "Barva textu", + "highlight": "Zvýraznění", + + /* Font family plugin */ + "fontfamily": "Písmo", + "remove-font-family": "Odebrat písmo", + + /* Font size plugin */ + "size": "Velikost", + "remove-size": "Odebrat velikost písma", + + /* Fullscreen plugin */ + "fullscreen": "Celá obrazovka", + + /* Inlinestyle plugin */ + "style": "Styl", + "marked": "Označené", + "shortcut": "Zkratka", + + /* Properties plugin */ + "properties": "Vlastnosti", + "id": "ID", + "classname": "Třída", + + /* Specialchars plugin */ + "specialchars": "Speciální znaky", + + /* Table plugin */ + "table": "Tabulka", + "insert-table": "Vložit tabulku", + "insert-row-above": "Vložit řádek nad", + "insert-row-below": "Vložit řádek pod", + "insert-column-left": "Vložit sloupec vlevo", + "insert-column-right": "Vložit sloupec vpravo", + "add-head": "Přidat záhlaví", + "delete-head": "Odstranit záhlaví", + "delete-column": "Odstranit sloupec", + "delete-row": "Odstranit řádek", + "delete-table": "Odstranit tabulku", + + /* Textdirection plugin */ + "change-text-direction": "Směr textu", + "left-to-right": "Zleva doprava", + "right-to-left": "Zprava doleva", + + /* Variable plugin */ + "change": "Změnit", + "variable": "Proměnná", + "variable-select": "Vyberte prosím proměnnou", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Kód pro vložení videa nebo odkaz YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "HTML kód widgetu" + }; +})(Redactor); diff --git a/assets/redactor/langs/da.js b/assets/redactor/langs/da.js index e67ef43..4eecbe7 100644 --- a/assets/redactor/langs/da.js +++ b/assets/redactor/langs/da.js @@ -1,7 +1,7 @@ (function($R) { $R.lang['da'] = { - "format": "Format", + "format": "Formatering", "image": "Billede", "file": "Fil", "link": "link", @@ -11,12 +11,12 @@ "underline": "Understreg", "superscript": "Hævet", "subscript": "Sænket", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "bold-abbr": "F", + "italic-abbr": "K", + "deleted-abbr": "G", + "underline-abbr": "U.", + "superscript-abbr": "Hævet", + "subscript-abbr": "Sænket", "lists": "Lister", "link-insert": "Indsæt link", "link-edit": "Redigér link", @@ -39,6 +39,7 @@ "heading4": "Overskrift 4", "heading5": "Overskrift 5", "heading6": "Overskrift 6", + "small": "Lille", "filename": "Navn", "optional": "valgfri", "unorderedlist": "Usorteret liste", @@ -46,19 +47,96 @@ "outdent": "Formindsk indrykning", "indent": "Forøg indrykning", "horizontalrule": "Vandret linje", - "upload": "Upload", + "upload": "Overfør", "upload-label": "Slip filer her eller klik for at uploade", - "upload-change-label": "Drop a new image to change", + "upload-change-label": "Slip et nyt billede for at ændre", "accessibility-help-label": "Tekst editor", - "caption": "Caption", + "caption": "Billedtekst", "bulletslist": "Punktliste", "numberslist": "Nummereret liste", - "image-position": "Position", + "image-position": "Placering", "none": "Ingen", "left": "Venstre", "right": "Højre", - "center": "Center", + "center": "Centreret", "undo": "Fortryd", - "redo": "Annullér fortryd" + "redo": "Annullér fortryd", + + /* Alignment plugin */ + "align": "Juster", + "align-left": "Venstrejuster", + "align-center": "Centrer", + "align-right": "Højrejuster", + "align-justify": "Lige margener", + + /* Clips plugin */ + "clips": "Klip", + "clips-select": "Vælg et klip", + + /* Counter plugin */ + "words": "ord", + "chars": "tegn", + + /* Filemanager/Imagemanager plugin */ + "choose": "Vælg", + + /* Font color plugin */ + "fontcolor": "Tekstfarve", + "highlight": "Fremhævning", + + /* Font family plugin */ + "fontfamily": "Skrifttype", + "remove-font-family": "Fjern skrifttype", + + /* Font size plugin */ + "size": "Størrelse", + "remove-size": "Fjern skriftstørrelse", + + /* Fullscreen plugin */ + "fullscreen": "Fuld skærm", + + /* Inlinestyle plugin */ + "style": "Typografi", + "marked": "Markeret", + "shortcut": "Genvej", + + /* Properties plugin */ + "properties": "Egenskaber", + "id": "ID", + "classname": "Klasse", + + /* Specialchars plugin */ + "specialchars": "Specialtegn", + + /* Table plugin */ + "table": "Tabel", + "insert-table": "Indsæt tabel", + "insert-row-above": "Indsæt række over", + "insert-row-below": "Indsæt række under", + "insert-column-left": "Indsæt kolonne til venstre", + "insert-column-right": "Indsæt kolonne til højre", + "add-head": "Tilføj tabelhoved", + "delete-head": "Slet tabelhoved", + "delete-column": "Slet kolonne", + "delete-row": "Slet række", + "delete-table": "Slet tabel", + + /* Textdirection plugin */ + "change-text-direction": "Tekstretning", + "left-to-right": "Venstre mod højre", + "right-to-left": "Højre mod venstre", + + /* Variable plugin */ + "change": "Skift", + "variable": "Variabel", + "variable-select": "Vælg en variabel", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Videoindlejringskode eller YouTube/Vimeo-link", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML-kode" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/de.js b/assets/redactor/langs/de.js index 7d349c1..f76da9e 100644 --- a/assets/redactor/langs/de.js +++ b/assets/redactor/langs/de.js @@ -1,20 +1,20 @@ (function($R) { - $R.lang["de"] = { - "format": "Format", + $R.lang['de'] = { + "format": "Formatierung", "image": "Bild", "file": "Datei", - "link": "Link", + "link": "Verknüpfung", "bold": "Fett", "italic": "Kursiv", "deleted": "Durchgestrichen", "underline": "Unterstrichen", "superscript": "Hochgestellt", "subscript": "Tiefgestellt", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", + "bold-abbr": "F", + "italic-abbr": "K", + "deleted-abbr": "D", + "underline-abbr": "U.", "superscript-abbr": "Hoch", "subscript-abbr": "Tief", "lists": "Liste", @@ -27,33 +27,34 @@ "insert": "Einfügen", "save": "Speichern", "delete": "Löschen", - "text": "Text", + "text": "Textinhalt", "edit": "Bearbeiten", "title": "Titel", "paragraph": "Normaler Text", "quote": "Zitat", - "code": "Code", + "code": "Quellcode", "heading1": "Überschrift 1", "heading2": "Überschrift 2", "heading3": "Überschrift 3", "heading4": "Überschrift 4", "heading5": "Überschrift 5", "heading6": "Überschrift 6", - "filename": "Name", + "small": "Klein", + "filename": "Dateiname", "optional": "Optional", "unorderedlist": "Aufzählung", "orderedlist": "Nummerierung", "outdent": "Einzug verkleinern", "indent": "Einzug vergrößern", "horizontalrule": "Linie", - "upload": "Upload", + "upload": "Hochladen", "upload-label": "Bilder hier ablegen oder für Upload klicken", "upload-change-label": "Neues Bild hier ablegen", "accessibility-help-label": "Rich-Text-Editor", "caption": "Beschriftung", "bulletslist": "Aufzählung", "numberslist": "Nummerierung", - "image-position": "Position", + "image-position": "Bildposition", "none": "Keine", "left": "Links", "right": "Rechts", @@ -61,21 +62,23 @@ "undo": "Rückgängig", "redo": "Wiederholen", - /* Table plugin */ - "table": "Tabelle", - "insert-table": "Tabelle einfügen", - "insert-row-above": "Zeile oberhalb hinzufügen", - "insert-row-below": "Zeile unterhalb hinzufügen", - "insert-column-left": "Spalte links einfügen", - "insert-column-right": "Spalte rechts einfügen", - "add-head": "Tabellenrubrik einfügen", - "delete-head": "Tabellenrubrik löschen", - "delete-column": "Spalte löschen", - "delete-row": "Zeile löschen", - "delete-table": "Tabelle löschen", + /* Alignment plugin */ + "align": "Ausrichten", + "align-left": "Text links ausrichten", + "align-center": "Text zentrieren", + "align-right": "Text rechts ausrichten", + "align-justify": "Text ausrichten", - /* Fullscreen plugin */ - "fullscreen": "Vollbildanzeige", + /* Clips plugin */ + "clips": "Clips", + "clips-select": "Bitte wählen Sie einen Clip", + + /* Counter plugin */ + "words": "Wörter", + "chars": "Zeichen", + + /* Filemanager/Imagemanager plugin */ + "choose": "Wählen", /* Font color plugin */ "fontcolor": "Schriftfarbe", @@ -89,18 +92,51 @@ "size": "Schriftgrösse", "remove-size": "Textgröße zurücksetzen", - /* Imagemanager/Filemanager plugin */ - "choose": "Wählen", + /* Fullscreen plugin */ + "fullscreen": "Vollbildanzeige", + + /* Inlinestyle plugin */ + "style": "Stil", + "marked": "Markiert", + "shortcut": "Tastenkürzel", + + /* Properties plugin */ + "properties": "Eigenschaften", + "id": "ID", + "classname": "Klasse", + + /* Specialchars plugin */ + "specialchars": "Sonderzeichen", + + /* Table plugin */ + "table": "Tabelle", + "insert-table": "Tabelle einfügen", + "insert-row-above": "Zeile oberhalb hinzufügen", + "insert-row-below": "Zeile unterhalb hinzufügen", + "insert-column-left": "Spalte links einfügen", + "insert-column-right": "Spalte rechts einfügen", + "add-head": "Tabellenrubrik einfügen", + "delete-head": "Tabellenrubrik löschen", + "delete-column": "Spalte löschen", + "delete-row": "Zeile löschen", + "delete-table": "Tabelle löschen", + + /* Textdirection plugin */ + "change-text-direction": "Textrichtung", + "left-to-right": "Links nach rechts", + "right-to-left": "Rechts nach links", + + /* Variable plugin */ + "change": "Ändern", + "variable": "Variable", + "variable-select": "Bitte wählen Sie eine Variable", - /* Alignment plugin */ - "align": "Ausrichten", - "align-left": "Text links ausrichten", - "align-center": "Text zentrieren", - "align-right": "Text rechts ausrichten", - "align-justify": "Text ausrichten", - /* Video plugin */ "video": "Video", - "video-html-code": "Video von Youtube oder Vimeo einbetten" + "video-html-code": "Video von Youtube oder Vimeo einbetten", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget-HTML-Code" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/en.js b/assets/redactor/langs/en.js index 8e4c569..02e9761 100644 --- a/assets/redactor/langs/en.js +++ b/assets/redactor/langs/en.js @@ -39,6 +39,7 @@ "heading4": "Heading 4", "heading5": "Heading 5", "heading6": "Heading 6", + "small": "Small", "filename": "Name", "optional": "optional", "unorderedlist": "Unordered List", @@ -59,6 +60,83 @@ "right": "Right", "center": "Center", "undo": "Undo", - "redo": "Redo" + "redo": "Redo", + + /* Alignment plugin */ + "align": "Align", + "align-left": "Align Left", + "align-center": "Align Center", + "align-right": "Align Right", + "align-justify": "Align Justify", + + /* Clips plugin */ + "clips": "Clips", + "clips-select": "Please, select a clip", + + /* Counter plugin */ + "words": "words", + "chars": "chars", + + /* Filemanager/Imagemanager plugin */ + "choose": "Choose", + + /* Font color plugin */ + "fontcolor": "Text Color", + "highlight": "Highlight", + + /* Font family plugin */ + "fontfamily": "Font", + "remove-font-family": "Remove Font Family", + + /* Font size plugin */ + "size": "Size", + "remove-size": "Remove Font Size", + + /* Fullscreen plugin */ + "fullscreen": "Fullscreen", + + /* Inlinestyle plugin */ + "style": "Style", + "marked": "Marked", + "shortcut": "Shortcut", + + /* Properties plugin */ + "properties": "Properties", + "id": "ID", + "classname": "Class", + + /* Specialchars plugin */ + "specialchars": "Special Characters", + + /* Table plugin */ + "table": "Table", + "insert-table": "Insert table", + "insert-row-above": "Insert row above", + "insert-row-below": "Insert row below", + "insert-column-left": "Insert column left", + "insert-column-right": "Insert column right", + "add-head": "Add head", + "delete-head": "Delete head", + "delete-column": "Delete column", + "delete-row": "Delete row", + "delete-table": "Delete table", + + /* Textdirection plugin */ + "change-text-direction": "RTL-LTR", + "left-to-right": "Left to Right", + "right-to-left": "Right to Left", + + /* Variable plugin */ + "change": "Change", + "variable": "Variable", + "variable-select": "Please, select a variable", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Video Embed Code or Youtube/Vimeo Link", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML Code" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/es.js b/assets/redactor/langs/es.js index ef638a2..f1e204e 100644 --- a/assets/redactor/langs/es.js +++ b/assets/redactor/langs/es.js @@ -9,14 +9,14 @@ "italic": "Cursiva", "deleted": "Tachado", "underline": "Subrayado", - "superscript": "Superscript", - "subscript": "Subscript", + "superscript": "Superíndice", + "subscript": "Subíndice", "bold-abbr": "N", "italic-abbr": "C", "deleted-abbr": "T", "underline-abbr": "S", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript-abbr": "Sup.", + "subscript-abbr": "Sub.", "lists": "Listas", "link-insert": "Insertar enlace", "link-edit": "Editar enlace", @@ -39,6 +39,7 @@ "heading4": "Cabecera 4", "heading5": "Cabecera 5", "heading6": "Cabecera 6", + "small": "Pequeño", "filename": "Nombre", "optional": "Opcional", "unorderedlist": "Lista sin orden", @@ -46,19 +47,96 @@ "outdent": "Quitar sangría", "indent": "Sangría", "horizontalrule": "Línea", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "upload": "Subir", + "upload-label": "Suelte archivos aquí o haga clic para subirlos", + "upload-change-label": "Suelte una nueva imagen para cambiarla", "accessibility-help-label": "Editor de texto enriquecido", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "caption": "Pie de foto", + "bulletslist": "Viñetas", + "numberslist": "Números", + "image-position": "Posición", + "none": "Ninguno", + "left": "Izquierda", + "right": "Derecha", + "center": "Centro", + "undo": "Deshacer", + "redo": "Rehacer", + + /* Alignment plugin */ + "align": "Alinear", + "align-left": "Alinear a la izquierda", + "align-center": "Alinear al centro", + "align-right": "Alinear a la derecha", + "align-justify": "Justificar", + + /* Clips plugin */ + "clips": "Fragmentos", + "clips-select": "Por favor, seleccione un fragmento", + + /* Counter plugin */ + "words": "palabras", + "chars": "caracteres", + + /* Filemanager/Imagemanager plugin */ + "choose": "Elegir", + + /* Font color plugin */ + "fontcolor": "Color del texto", + "highlight": "Resaltar", + + /* Font family plugin */ + "fontfamily": "Fuente", + "remove-font-family": "Quitar fuente", + + /* Font size plugin */ + "size": "Tamaño", + "remove-size": "Quitar tamaño de fuente", + + /* Fullscreen plugin */ + "fullscreen": "Pantalla completa", + + /* Inlinestyle plugin */ + "style": "Estilo", + "marked": "Marcado", + "shortcut": "Atajo", + + /* Properties plugin */ + "properties": "Propiedades", + "id": "ID", + "classname": "Clase", + + /* Specialchars plugin */ + "specialchars": "Caracteres especiales", + + /* Table plugin */ + "table": "Tabla", + "insert-table": "Insertar tabla", + "insert-row-above": "Insertar fila arriba", + "insert-row-below": "Insertar fila abajo", + "insert-column-left": "Insertar columna a la izquierda", + "insert-column-right": "Insertar columna a la derecha", + "add-head": "Añadir encabezado", + "delete-head": "Eliminar encabezado", + "delete-column": "Eliminar columna", + "delete-row": "Eliminar fila", + "delete-table": "Eliminar tabla", + + /* Textdirection plugin */ + "change-text-direction": "Dirección del texto", + "left-to-right": "De izquierda a derecha", + "right-to-left": "De derecha a izquierda", + + /* Variable plugin */ + "change": "Cambiar", + "variable": "Variable", + "variable-select": "Por favor, seleccione una variable", + + /* Video plugin */ + "video": "Vídeo", + "video-html-code": "Código de inserción de vídeo o enlace de YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Código HTML del widget" }; })(Redactor); diff --git a/assets/redactor/langs/fa.js b/assets/redactor/langs/fa.js index 38682c2..3d428f3 100644 --- a/assets/redactor/langs/fa.js +++ b/assets/redactor/langs/fa.js @@ -1,64 +1,142 @@ (function($R) { $R.lang['fa'] = { - "format": "فرمت", + "format": "قالب‌بندی", "image": "تصویر", "file": "فایل", - "link": "لینک", - "bold": "ضخیم", - "italic": "کج", - "deleted": "خط خورده", - "underline": "زیرخط دار", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", - "lists": "لیست", - "link-insert": "اضافه کردن لینک", - "link-edit": "ویرایش لینک", - "link-in-new-tab": "باز شدن لینک در صفحه جدید", - "unlink": "غیرفعال کردن لینک", + "link": "پیوند", + "bold": "پررنگ", + "italic": "مورب", + "deleted": "خط‌خورده", + "underline": "زیرخط", + "superscript": "بالانویس", + "subscript": "زیرنویس", + "bold-abbr": "پ", + "italic-abbr": "م", + "deleted-abbr": "خ", + "underline-abbr": "ز", + "superscript-abbr": "بالا", + "subscript-abbr": "زیر", + "lists": "فهرست‌ها", + "link-insert": "درج پیوند", + "link-edit": "ویرایش پیوند", + "link-in-new-tab": "باز کردن پیوند در زبانه جدید", + "unlink": "حذف پیوند", "cancel": "لغو", "close": "بستن", - "insert": "اضافه", + "insert": "درج", "save": "ذخیره", "delete": "حذف", "text": "متن", "edit": "ویرایش", "title": "عنوان", "paragraph": "متن معمولی", - "quote": "نقل قول", + "quote": "نقل‌قول", "code": "کد", - "heading1": "سربرگ ۱", - "heading2": "سربرگ ۲", - "heading3": "سربرگ ۳", - "heading4": "سربرگ ۴", - "heading5": "سربرگ ۵", - "heading6": "سربرگ ۶", + "heading1": "عنوان ۱", + "heading2": "عنوان ۲", + "heading3": "عنوان ۳", + "heading4": "عنوان ۴", + "heading5": "عنوان ۵", + "heading6": "عنوان ۶", + "small": "کوچک", "filename": "نام", "optional": "اختیاری", - "unorderedlist": "لیست نامرتب", - "orderedlist": "لیست مرتب", - "outdent": "بیرون آمدگی", - "indent": "تورفتگی", + "unorderedlist": "فهرست نامرتب", + "orderedlist": "فهرست مرتب", + "outdent": "کاهش تورفتگی", + "indent": "افزایش تورفتگی", "horizontalrule": "خط", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "ویرایشگر متن پیشرفته", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "upload": "بارگذاری", + "upload-label": "فایل‌ها را اینجا رها کنید یا برای بارگذاری کلیک کنید", + "upload-change-label": "برای تغییر، تصویر جدیدی را رها کنید", + "accessibility-help-label": "ویرایشگر متن غنی", + "caption": "عنوان تصویر", + "bulletslist": "گلوله‌ها", + "numberslist": "شماره‌ها", + "image-position": "موقعیت", + "none": "هیچ‌کدام", + "left": "چپ", + "right": "راست", + "center": "وسط", + "undo": "واگرد", + "redo": "انجام دوباره", + + /* Alignment plugin */ + "align": "تراز", + "align-left": "تراز چپ", + "align-center": "تراز وسط", + "align-right": "تراز راست", + "align-justify": "تراز دوطرفه", + + /* Clips plugin */ + "clips": "قطعه‌ها", + "clips-select": "لطفاً یک قطعه انتخاب کنید", + + /* Counter plugin */ + "words": "واژه‌ها", + "chars": "نویسه‌ها", + + /* Filemanager/Imagemanager plugin */ + "choose": "انتخاب", + + /* Font color plugin */ + "fontcolor": "رنگ متن", + "highlight": "برجسته‌سازی", + + /* Font family plugin */ + "fontfamily": "قلم", + "remove-font-family": "حذف نوع قلم", + + /* Font size plugin */ + "size": "اندازه", + "remove-size": "حذف اندازه قلم", + + /* Fullscreen plugin */ + "fullscreen": "تمام‌صفحه", + + /* Inlinestyle plugin */ + "style": "سبک", + "marked": "نشانه‌گذاری‌شده", + "shortcut": "میانبر", + + /* Properties plugin */ + "properties": "ویژگی‌ها", + "id": "شناسه", + "classname": "کلاس", + + /* Specialchars plugin */ + "specialchars": "نویسه‌های ویژه", + + /* Table plugin */ + "table": "جدول", + "insert-table": "درج جدول", + "insert-row-above": "درج ردیف در بالا", + "insert-row-below": "درج ردیف در پایین", + "insert-column-left": "درج ستون در چپ", + "insert-column-right": "درج ستون در راست", + "add-head": "افزودن سرستون", + "delete-head": "حذف سرستون", + "delete-column": "حذف ستون", + "delete-row": "حذف ردیف", + "delete-table": "حذف جدول", + + /* Textdirection plugin */ + "change-text-direction": "جهت متن", + "left-to-right": "چپ به راست", + "right-to-left": "راست به چپ", + + /* Variable plugin */ + "change": "تغییر", + "variable": "متغیر", + "variable-select": "لطفاً یک متغیر انتخاب کنید", + + /* Video plugin */ + "video": "ویدئو", + "video-html-code": "کد جاسازی ویدئو یا لینک YouTube/Vimeo", + + /* Widget plugin */ + "widget": "ویجت", + "widget-html-code": "کد HTML ویجت" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/fi.js b/assets/redactor/langs/fi.js index c7c7813..77b8377 100644 --- a/assets/redactor/langs/fi.js +++ b/assets/redactor/langs/fi.js @@ -9,14 +9,14 @@ "italic": "Kursivointi", "deleted": "Poistettu", "underline": "Alleviivaa", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript": "Yläindeksi", + "subscript": "Alaindeksi", + "bold-abbr": "L", + "italic-abbr": "K", + "deleted-abbr": "Y", + "underline-abbr": "A", + "superscript-abbr": "Ylä", + "subscript-abbr": "Ala", "lists": "Luettelot", "link-insert": "Lisää linkki", "link-edit": "Muokkaa linkkiä", @@ -29,7 +29,7 @@ "delete": "Poista", "text": "Teksti", "edit": "Muokata", - "title": "Title", + "title": "Otsikko", "paragraph": "Normaaliteksti", "quote": "Lainaus", "code": "Koodi", @@ -39,6 +39,7 @@ "heading4": "Otsikko 4", "heading5": "Otsikko 5", "heading6": "Otsikko 6", + "small": "Pieni", "filename": "Nimi (valinnainen)", "optional": "valinnainen", "unorderedlist": "Luettelo luettelomerkein", @@ -46,19 +47,96 @@ "outdent": "Vähennä sisennystä", "indent": "Lisää sisennystä", "horizontalrule": "Viiva", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "Rich text editor", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "upload": "Lataa", + "upload-label": "Pudota tiedostot tähän tai napsauta ladataksesi", + "upload-change-label": "Pudota uusi kuva vaihtaaksesi", + "accessibility-help-label": "Rikastekstieditori", + "caption": "Kuvateksti", + "bulletslist": "Luettelomerkit", + "numberslist": "Numerot", + "image-position": "Sijainti", + "none": "Ei mitään", + "left": "Vasen", + "right": "Oikea", + "center": "Keskellä", + "undo": "Kumoa", + "redo": "Tee uudelleen", + + /* Alignment plugin */ + "align": "Tasaa", + "align-left": "Tasaa vasemmalle", + "align-center": "Keskitä", + "align-right": "Tasaa oikealle", + "align-justify": "Tasaa molemmat reunat", + + /* Clips plugin */ + "clips": "Leikkeet", + "clips-select": "Valitse leike", + + /* Counter plugin */ + "words": "sanaa", + "chars": "merkkiä", + + /* Filemanager/Imagemanager plugin */ + "choose": "Valitse", + + /* Font color plugin */ + "fontcolor": "Tekstin väri", + "highlight": "Korostus", + + /* Font family plugin */ + "fontfamily": "Fontti", + "remove-font-family": "Poista fontti", + + /* Font size plugin */ + "size": "Koko", + "remove-size": "Poista fonttikoko", + + /* Fullscreen plugin */ + "fullscreen": "Koko näyttö", + + /* Inlinestyle plugin */ + "style": "Tyyli", + "marked": "Merkitty", + "shortcut": "Pikanäppäin", + + /* Properties plugin */ + "properties": "Ominaisuudet", + "id": "ID", + "classname": "Luokka", + + /* Specialchars plugin */ + "specialchars": "Erikoismerkit", + + /* Table plugin */ + "table": "Taulukko", + "insert-table": "Lisää taulukko", + "insert-row-above": "Lisää rivi yläpuolelle", + "insert-row-below": "Lisää rivi alapuolelle", + "insert-column-left": "Lisää sarake vasemmalle", + "insert-column-right": "Lisää sarake oikealle", + "add-head": "Lisää otsake", + "delete-head": "Poista otsake", + "delete-column": "Poista sarake", + "delete-row": "Poista rivi", + "delete-table": "Poista taulukko", + + /* Textdirection plugin */ + "change-text-direction": "Tekstin suunta", + "left-to-right": "Vasemmalta oikealle", + "right-to-left": "Oikealta vasemmalle", + + /* Variable plugin */ + "change": "Muuta", + "variable": "Muuttuja", + "variable-select": "Valitse muuttuja", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Videon upotuskoodi tai YouTube/Vimeo-linkki", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widgetin HTML-koodi" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/fr.js b/assets/redactor/langs/fr.js index a2034f2..6ae75f9 100644 --- a/assets/redactor/langs/fr.js +++ b/assets/redactor/langs/fr.js @@ -1,22 +1,22 @@ (function($R) { $R.lang['fr'] = { - "format": "Format", - "image": "Image", + "format": "Mise en forme", + "image": "Visuel", "file": "Fichier", "link": "Lien", "bold": "Gras", "italic": "Italique", "deleted": "Barré", "underline": "Souligné", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript": "Exposant", + "subscript": "Indice", + "bold-abbr": "G", + "italic-abbr": "I.", + "deleted-abbr": "B.", + "underline-abbr": "S.", + "superscript-abbr": "Exp.", + "subscript-abbr": "Ind.", "lists": "Listes", "link-insert": "Insérer un lien", "link-edit": "Editer le lien", @@ -32,13 +32,14 @@ "title": "Titre", "paragraph": "Texte normal", "quote": "Citation", - "code": "Code", + "code": "Code source", "heading1": "Titre 1", "heading2": "Titre 2", "heading3": "Titre 3", "heading4": "Titre 4", "heading5": "Titre 5", "heading6": "Titre 6", + "small": "Petit", "filename": "Nom", "optional": "Optionnel", "unorderedlist": "Liste non-ordonnée", @@ -46,19 +47,96 @@ "outdent": "Réduire le retrait", "indent": "Augmenter le retrait", "horizontalrule": "Ligne", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "upload": "Téléverser", + "upload-label": "Déposez les fichiers ici ou cliquez pour les téléverser", + "upload-change-label": "Déposez une nouvelle image pour la remplacer", "accessibility-help-label": "Editeur de texte enrichi", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "caption": "Légende", + "bulletslist": "Puces", + "numberslist": "Numéros", + "image-position": "Position de l’image", + "none": "Aucun", + "left": "Gauche", + "right": "Droite", + "center": "Centre", + "undo": "Annuler", + "redo": "Rétablir", + + /* Alignment plugin */ + "align": "Aligner", + "align-left": "Aligner à gauche", + "align-center": "Centrer", + "align-right": "Aligner à droite", + "align-justify": "Justifier", + + /* Clips plugin */ + "clips": "Extraits", + "clips-select": "Veuillez sélectionner un extrait", + + /* Counter plugin */ + "words": "mots", + "chars": "caractères", + + /* Filemanager/Imagemanager plugin */ + "choose": "Choisir", + + /* Font color plugin */ + "fontcolor": "Couleur du texte", + "highlight": "Surlignage", + + /* Font family plugin */ + "fontfamily": "Police", + "remove-font-family": "Supprimer la police", + + /* Font size plugin */ + "size": "Taille", + "remove-size": "Supprimer la taille de police", + + /* Fullscreen plugin */ + "fullscreen": "Plein écran", + + /* Inlinestyle plugin */ + "style": "Style", + "marked": "Marqué", + "shortcut": "Raccourci", + + /* Properties plugin */ + "properties": "Propriétés", + "id": "ID", + "classname": "Classe", + + /* Specialchars plugin */ + "specialchars": "Caractères spéciaux", + + /* Table plugin */ + "table": "Tableau", + "insert-table": "Insérer un tableau", + "insert-row-above": "Insérer une ligne au-dessus", + "insert-row-below": "Insérer une ligne en dessous", + "insert-column-left": "Insérer une colonne à gauche", + "insert-column-right": "Insérer une colonne à droite", + "add-head": "Ajouter un en-tête", + "delete-head": "Supprimer l’en-tête", + "delete-column": "Supprimer la colonne", + "delete-row": "Supprimer la ligne", + "delete-table": "Supprimer le tableau", + + /* Textdirection plugin */ + "change-text-direction": "Direction du texte", + "left-to-right": "De gauche à droite", + "right-to-left": "De droite à gauche", + + /* Variable plugin */ + "change": "Modifier", + "variable": "Variable", + "variable-select": "Veuillez sélectionner une variable", + + /* Video plugin */ + "video": "Vidéo", + "video-html-code": "Code d’intégration vidéo ou lien YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Code HTML du widget" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/he.js b/assets/redactor/langs/he.js index edcd8ea..b6b3088 100644 --- a/assets/redactor/langs/he.js +++ b/assets/redactor/langs/he.js @@ -1,30 +1,30 @@ (function($R) { $R.lang['he'] = { - "format": "פורמט", + "format": "עיצוב", "image": "תמונה", "file": "קובץ", "link": "קישור", "bold": "מודגש", "italic": "נטוי", - "deleted": "מחוק", - "underline": "Underline", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "deleted": "קו חוצה", + "underline": "קו תחתון", + "superscript": "כתב עילי", + "subscript": "כתב תחתי", + "bold-abbr": "מ", + "italic-abbr": "נ", + "deleted-abbr": "ח", + "underline-abbr": "ת", + "superscript-abbr": "עילי", + "subscript-abbr": "תחתי", "lists": "רשימות", "link-insert": "הוסף קישור", "link-edit": "ערוך קישור", - "link-in-new-tab": "פתח קישור בחלון חדש", + "link-in-new-tab": "פתח קישור בלשונית חדשה", "unlink": "הסר קישור", - "cancel": "בטל", + "cancel": "ביטול", "close": "סגור", - "insert": "הכנס", + "insert": "הוסף", "save": "שמור", "delete": "מחק", "text": "טקסט", @@ -39,26 +39,104 @@ "heading4": "כותרת 4", "heading5": "כותרת 5", "heading6": "כותרת 6", + "small": "קטן", "filename": "שם", - "optional": "אופציונאלי", - "unorderedlist": "רשימת נקודות", + "optional": "אופציונלי", + "unorderedlist": "רשימה לא ממוספרת", "orderedlist": "רשימה ממוספרת", - "outdent": "קרב לשוליים", - "indent": "הרחק מהשוליים", - "horizontalrule": "קו אופקי", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "outdent": "הקטן הזחה", + "indent": "הגדל הזחה", + "horizontalrule": "קו", + "upload": "העלאה", + "upload-label": "גרור קבצים לכאן או לחץ להעלאה", + "upload-change-label": "גרור תמונה חדשה להחלפה", "accessibility-help-label": "עורך טקסט עשיר", "caption": "כיתוב", - "bulletslist": "נקודות", - "numberslist": "ממוספר", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "bulletslist": "תבליטים", + "numberslist": "מספרים", + "image-position": "מיקום", + "none": "ללא", + "left": "שמאל", + "right": "ימין", + "center": "מרכז", + "undo": "בטל", + "redo": "בצע שוב", + + /* Alignment plugin */ + "align": "יישור", + "align-left": "יישור לשמאל", + "align-center": "יישור למרכז", + "align-right": "יישור לימין", + "align-justify": "יישור דו-צדדי", + + /* Clips plugin */ + "clips": "קטעים", + "clips-select": "נא לבחור קטע", + + /* Counter plugin */ + "words": "מילים", + "chars": "תווים", + + /* Filemanager/Imagemanager plugin */ + "choose": "בחר", + + /* Font color plugin */ + "fontcolor": "צבע טקסט", + "highlight": "הדגשה", + + /* Font family plugin */ + "fontfamily": "גופן", + "remove-font-family": "הסר גופן", + + /* Font size plugin */ + "size": "גודל", + "remove-size": "הסר גודל גופן", + + /* Fullscreen plugin */ + "fullscreen": "מסך מלא", + + /* Inlinestyle plugin */ + "style": "סגנון", + "marked": "מסומן", + "shortcut": "קיצור", + + /* Properties plugin */ + "properties": "מאפיינים", + "id": "מזהה", + "classname": "מחלקה", + + /* Specialchars plugin */ + "specialchars": "תווים מיוחדים", + + /* Table plugin */ + "table": "טבלה", + "insert-table": "הוסף טבלה", + "insert-row-above": "הוסף שורה מעל", + "insert-row-below": "הוסף שורה מתחת", + "insert-column-left": "הוסף עמודה משמאל", + "insert-column-right": "הוסף עמודה מימין", + "add-head": "הוסף כותרת", + "delete-head": "מחק כותרת", + "delete-column": "מחק עמודה", + "delete-row": "מחק שורה", + "delete-table": "מחק טבלה", + + /* Textdirection plugin */ + "change-text-direction": "כיוון טקסט", + "left-to-right": "משמאל לימין", + "right-to-left": "מימין לשמאל", + + /* Variable plugin */ + "change": "שנה", + "variable": "משתנה", + "variable-select": "נא לבחור משתנה", + + /* Video plugin */ + "video": "וידאו", + "video-html-code": "קוד הטמעת וידאו או קישור YouTube/Vimeo", + + /* Widget plugin */ + "widget": "ווידג׳ט", + "widget-html-code": "קוד HTML של ווידג׳ט" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/hr.js b/assets/redactor/langs/hr.js index eb6429f..ec03dad 100644 --- a/assets/redactor/langs/hr.js +++ b/assets/redactor/langs/hr.js @@ -1,6 +1,6 @@ (function($R) { - $R.lang['en'] = { + $R.lang['hr'] = { "format": "Oblikovanje", "image": "Slika", "file": "Datoteka", @@ -39,6 +39,7 @@ "heading4": "Naslov 4", "heading5": "Naslov 5", "heading6": "Naslov 6", + "small": "Malo", "filename": "Naziv", "optional": "opcionalno", "unorderedlist": "Lista s oznakama", @@ -59,6 +60,83 @@ "right": "Desno", "center": "Sredina", "undo": "Poništi korak", - "redo": "Ponovi korak" + "redo": "Ponovi korak", + + /* Alignment plugin */ + "align": "Poravnaj", + "align-left": "Poravnaj lijevo", + "align-center": "Poravnaj po sredini", + "align-right": "Poravnaj desno", + "align-justify": "Poravnaj obostrano", + + /* Clips plugin */ + "clips": "Isječci", + "clips-select": "Odaberite isječak", + + /* Counter plugin */ + "words": "riječi", + "chars": "znakovi", + + /* Filemanager/Imagemanager plugin */ + "choose": "Odaberi", + + /* Font color plugin */ + "fontcolor": "Boja teksta", + "highlight": "Isticanje", + + /* Font family plugin */ + "fontfamily": "Font", + "remove-font-family": "Ukloni font", + + /* Font size plugin */ + "size": "Veličina", + "remove-size": "Ukloni veličinu fonta", + + /* Fullscreen plugin */ + "fullscreen": "Cijeli zaslon", + + /* Inlinestyle plugin */ + "style": "Stil", + "marked": "Označeno", + "shortcut": "Prečac", + + /* Properties plugin */ + "properties": "Svojstva", + "id": "ID", + "classname": "Klasa", + + /* Specialchars plugin */ + "specialchars": "Posebni znakovi", + + /* Table plugin */ + "table": "Tablica", + "insert-table": "Umetni tablicu", + "insert-row-above": "Umetni red iznad", + "insert-row-below": "Umetni red ispod", + "insert-column-left": "Umetni stupac lijevo", + "insert-column-right": "Umetni stupac desno", + "add-head": "Dodaj zaglavlje", + "delete-head": "Obriši zaglavlje", + "delete-column": "Obriši stupac", + "delete-row": "Obriši red", + "delete-table": "Obriši tablicu", + + /* Textdirection plugin */ + "change-text-direction": "Smjer teksta", + "left-to-right": "S lijeva na desno", + "right-to-left": "S desna na lijevo", + + /* Variable plugin */ + "change": "Promijeni", + "variable": "Varijabla", + "variable-select": "Odaberite varijablu", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Kod za ugradnju videa ili YouTube/Vimeo poveznica", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "HTML kod widgeta" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/hu.js b/assets/redactor/langs/hu.js index 7d35131..6880ead 100755 --- a/assets/redactor/langs/hu.js +++ b/assets/redactor/langs/hu.js @@ -15,8 +15,8 @@ "italic-abbr": "D", "deleted-abbr": "H", "underline-abbr": "A", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript-abbr": "Felső", + "subscript-abbr": "Alsó", "lists": "Listák", "link-insert": "Hivatkozás beszúrása", "link-edit": "Hivatkozás módosítása", @@ -39,6 +39,7 @@ "heading4": "Címsor 4", "heading5": "Címsor 5", "heading6": "Címsor 6", + "small": "Kicsi", "filename": "Név", "optional": "választható", "unorderedlist": "Rendezett lista", @@ -48,7 +49,7 @@ "horizontalrule": "Vonal", "upload": "Feltöltés", "upload-label": "Át a fájlokat vagy kattintson ide, hogy kiválassza", - "upload-change-label": "Drop a new image to change", + "upload-change-label": "Húzzon ide egy új képet a cseréhez", "accessibility-help-label": "Szövegszerkesztő", "caption": "Felirat", "bulletslist": "Golyók", @@ -59,6 +60,83 @@ "right": "Jobb", "center": "Középre", "undo": "Kibont", - "redo": "Újra" + "redo": "Újra", + + /* Alignment plugin */ + "align": "Igazítás", + "align-left": "Balra igazítás", + "align-center": "Középre igazítás", + "align-right": "Jobbra igazítás", + "align-justify": "Sorkizárt igazítás", + + /* Clips plugin */ + "clips": "Klipek", + "clips-select": "Válasszon ki egy klipet", + + /* Counter plugin */ + "words": "szavak", + "chars": "karakterek", + + /* Filemanager/Imagemanager plugin */ + "choose": "Választás", + + /* Font color plugin */ + "fontcolor": "Szövegszín", + "highlight": "Kiemelés", + + /* Font family plugin */ + "fontfamily": "Betűtípus", + "remove-font-family": "Betűtípus eltávolítása", + + /* Font size plugin */ + "size": "Méret", + "remove-size": "Betűméret eltávolítása", + + /* Fullscreen plugin */ + "fullscreen": "Teljes képernyő", + + /* Inlinestyle plugin */ + "style": "Stílus", + "marked": "Kiemelt", + "shortcut": "Gyorsbillentyű", + + /* Properties plugin */ + "properties": "Tulajdonságok", + "id": "Azonosító", + "classname": "Osztály", + + /* Specialchars plugin */ + "specialchars": "Speciális karakterek", + + /* Table plugin */ + "table": "Táblázat", + "insert-table": "Táblázat beszúrása", + "insert-row-above": "Sor beszúrása fölé", + "insert-row-below": "Sor beszúrása alá", + "insert-column-left": "Oszlop beszúrása balra", + "insert-column-right": "Oszlop beszúrása jobbra", + "add-head": "Fejléc hozzáadása", + "delete-head": "Fejléc törlése", + "delete-column": "Oszlop törlése", + "delete-row": "Sor törlése", + "delete-table": "Táblázat törlése", + + /* Textdirection plugin */ + "change-text-direction": "Szöveg iránya", + "left-to-right": "Balról jobbra", + "right-to-left": "Jobbról balra", + + /* Variable plugin */ + "change": "Módosítás", + "variable": "Változó", + "variable-select": "Válasszon ki egy változót", + + /* Video plugin */ + "video": "Videó", + "video-html-code": "Videó beágyazási kód vagy YouTube/Vimeo hivatkozás", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML-kód" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/it.js b/assets/redactor/langs/it.js index 2112e95..7bc6e55 100644 --- a/assets/redactor/langs/it.js +++ b/assets/redactor/langs/it.js @@ -3,20 +3,20 @@ $R.lang['it'] = { "format": "Formato", "image": "Immagine", - "file": "File", - "link": "Link", + "file": "Documento", + "link": "Collegamento", "bold": "Grassetto", "italic": "Corsivo", "deleted": "Barrato", "underline": "Sottolineato", - "superscript": "Superscript", - "subscript": "Subscript", + "superscript": "Apice", + "subscript": "Pedice", "bold-abbr": "G", "italic-abbr": "C", "deleted-abbr": "B", "underline-abbr": "S", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript-abbr": "Ap.", + "subscript-abbr": "Ped.", "lists": "Liste", "link-insert": "Inserisci link", "link-edit": "Modifica link", @@ -39,6 +39,7 @@ "heading4": "Titolo 4", "heading5": "Titolo 5", "heading6": "Titolo 6", + "small": "Piccolo", "filename": "Nome", "optional": "opzionale", "unorderedlist": "Lista non ordinata", @@ -46,19 +47,96 @@ "outdent": "De-indenta", "indent": "Indenta", "horizontalrule": "Linea", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "upload": "Carica", + "upload-label": "Trascina i file qui o fai clic per caricare", + "upload-change-label": "Trascina una nuova immagine per sostituirla", "accessibility-help-label": "Editor di testo", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "caption": "Didascalia", + "bulletslist": "Punti elenco", + "numberslist": "Numeri", + "image-position": "Posizione", + "none": "Nessuno", + "left": "Sinistra", + "right": "Destra", + "center": "Centro", + "undo": "Annulla", + "redo": "Ripristina", + + /* Alignment plugin */ + "align": "Allinea", + "align-left": "Allinea a sinistra", + "align-center": "Allinea al centro", + "align-right": "Allinea a destra", + "align-justify": "Giustifica", + + /* Clips plugin */ + "clips": "Clip", + "clips-select": "Seleziona una clip", + + /* Counter plugin */ + "words": "parole", + "chars": "caratteri", + + /* Filemanager/Imagemanager plugin */ + "choose": "Scegli", + + /* Font color plugin */ + "fontcolor": "Colore testo", + "highlight": "Evidenzia", + + /* Font family plugin */ + "fontfamily": "Carattere", + "remove-font-family": "Rimuovi carattere", + + /* Font size plugin */ + "size": "Dimensione", + "remove-size": "Rimuovi dimensione carattere", + + /* Fullscreen plugin */ + "fullscreen": "Schermo intero", + + /* Inlinestyle plugin */ + "style": "Stile", + "marked": "Evidenziato", + "shortcut": "Scorciatoia", + + /* Properties plugin */ + "properties": "Proprietà", + "id": "ID", + "classname": "Classe", + + /* Specialchars plugin */ + "specialchars": "Caratteri speciali", + + /* Table plugin */ + "table": "Tabella", + "insert-table": "Inserisci tabella", + "insert-row-above": "Inserisci riga sopra", + "insert-row-below": "Inserisci riga sotto", + "insert-column-left": "Inserisci colonna a sinistra", + "insert-column-right": "Inserisci colonna a destra", + "add-head": "Aggiungi intestazione", + "delete-head": "Elimina intestazione", + "delete-column": "Elimina colonna", + "delete-row": "Elimina riga", + "delete-table": "Elimina tabella", + + /* Textdirection plugin */ + "change-text-direction": "Direzione testo", + "left-to-right": "Da sinistra a destra", + "right-to-left": "Da destra a sinistra", + + /* Variable plugin */ + "change": "Cambia", + "variable": "Variabile", + "variable-select": "Seleziona una variabile", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Codice di incorporamento video o link YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Codice HTML widget" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/ja.js b/assets/redactor/langs/ja.js index 99e1296..a34536c 100644 --- a/assets/redactor/langs/ja.js +++ b/assets/redactor/langs/ja.js @@ -1,36 +1,36 @@ (function($R) { $R.lang['ja'] = { - "format": "フォーマットする", + "format": "書式", "image": "画像", "file": "ファイル", "link": "リンク", "bold": "太字", - "italic": "イタリック体", + "italic": "斜体", "deleted": "取り消し線", "underline": "下線", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript": "上付き文字", + "subscript": "下付き文字", + "bold-abbr": "太", + "italic-abbr": "斜", + "deleted-abbr": "消", + "underline-abbr": "下", + "superscript-abbr": "上付", + "subscript-abbr": "下付", "lists": "リスト", - "link-insert": "リンクを挿入する", - "link-edit": "リンクを編集する", - "link-in-new-tab": "新しいタブでリンクを開く", - "unlink": "リンクを解除する", - "cancel": "取り消す", + "link-insert": "リンクを挿入", + "link-edit": "リンクを編集", + "link-in-new-tab": "リンクを新しいタブで開く", + "unlink": "リンク解除", + "cancel": "キャンセル", "close": "閉じる", - "insert": "挿入する", - "save": "保存する", - "delete": "削除する", + "insert": "挿入", + "save": "保存", + "delete": "削除", "text": "テキスト", - "edit": "編集する", + "edit": "編集", "title": "タイトル", - "paragraph": "標準テキスト", + "paragraph": "通常テキスト", "quote": "引用", "code": "コード", "heading1": "見出し 1", @@ -39,26 +39,104 @@ "heading4": "見出し 4", "heading5": "見出し 5", "heading6": "見出し 6", + "small": "小さい", "filename": "名前", "optional": "任意", - "unorderedlist": "番号なしリスト", + "unorderedlist": "箇条書きリスト", "orderedlist": "番号付きリスト", - "outdent": "インデントを戻す", - "indent": "インデントする", + "outdent": "インデント解除", + "indent": "インデント", "horizontalrule": "線", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "リッチテキストエディタ", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "upload": "アップロード", + "upload-label": "ここにファイルをドロップするかクリックしてアップロード", + "upload-change-label": "変更する新しい画像をドロップ", + "accessibility-help-label": "リッチテキストエディター", + "caption": "キャプション", + "bulletslist": "箇条書き", + "numberslist": "番号", + "image-position": "位置", + "none": "なし", + "left": "左", + "right": "右", + "center": "中央", + "undo": "元に戻す", + "redo": "やり直す", + + /* Alignment plugin */ + "align": "整列", + "align-left": "左揃え", + "align-center": "中央揃え", + "align-right": "右揃え", + "align-justify": "両端揃え", + + /* Clips plugin */ + "clips": "クリップ", + "clips-select": "クリップを選択してください", + + /* Counter plugin */ + "words": "単語", + "chars": "文字", + + /* Filemanager/Imagemanager plugin */ + "choose": "選択", + + /* Font color plugin */ + "fontcolor": "テキストの色", + "highlight": "ハイライト", + + /* Font family plugin */ + "fontfamily": "フォント", + "remove-font-family": "フォントを削除", + + /* Font size plugin */ + "size": "サイズ", + "remove-size": "フォントサイズを削除", + + /* Fullscreen plugin */ + "fullscreen": "全画面", + + /* Inlinestyle plugin */ + "style": "スタイル", + "marked": "マーク", + "shortcut": "ショートカット", + + /* Properties plugin */ + "properties": "プロパティ", + "id": "ID", + "classname": "クラス", + + /* Specialchars plugin */ + "specialchars": "特殊文字", + + /* Table plugin */ + "table": "表", + "insert-table": "表を挿入", + "insert-row-above": "上に行を挿入", + "insert-row-below": "下に行を挿入", + "insert-column-left": "左に列を挿入", + "insert-column-right": "右に列を挿入", + "add-head": "ヘッダーを追加", + "delete-head": "ヘッダーを削除", + "delete-column": "列を削除", + "delete-row": "行を削除", + "delete-table": "表を削除", + + /* Textdirection plugin */ + "change-text-direction": "文字方向", + "left-to-right": "左から右", + "right-to-left": "右から左", + + /* Variable plugin */ + "change": "変更", + "variable": "変数", + "variable-select": "変数を選択してください", + + /* Video plugin */ + "video": "動画", + "video-html-code": "動画埋め込みコードまたは YouTube/Vimeo リンク", + + /* Widget plugin */ + "widget": "ウィジェット", + "widget-html-code": "ウィジェット HTML コード" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/ko.js b/assets/redactor/langs/ko.js index fd8df06..24da28c 100644 --- a/assets/redactor/langs/ko.js +++ b/assets/redactor/langs/ko.js @@ -1,36 +1,36 @@ (function($R) { $R.lang['ko'] = { - "format": "포맷", + "format": "서식", "image": "이미지", "file": "파일", "link": "링크", "bold": "굵게", - "italic": "기울임꼴", + "italic": "기울임", "deleted": "취소선", "underline": "밑줄", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript": "위 첨자", + "subscript": "아래 첨자", + "bold-abbr": "굵", + "italic-abbr": "기", + "deleted-abbr": "취", + "underline-abbr": "밑", + "superscript-abbr": "위", + "subscript-abbr": "아래", "lists": "목록", "link-insert": "링크 삽입", "link-edit": "링크 편집", - "link-in-new-tab": "새 탭에 링크 열기", - "unlink": "링크 끊기", + "link-in-new-tab": "새 탭에서 링크 열기", + "unlink": "링크 제거", "cancel": "취소", "close": "닫기", "insert": "삽입", "save": "저장", "delete": "삭제", - "text": "글", + "text": "텍스트", "edit": "편집", "title": "제목", - "paragraph": "보통 글", + "paragraph": "일반 텍스트", "quote": "인용", "code": "코드", "heading1": "제목 1", @@ -39,26 +39,104 @@ "heading4": "제목 4", "heading5": "제목 5", "heading6": "제목 6", + "small": "작게", "filename": "이름", - "optional": "선택", - "unorderedlist": "주문 안된 목록", - "orderedlist": "주문 목록", + "optional": "선택 사항", + "unorderedlist": "글머리 기호 목록", + "orderedlist": "번호 매기기 목록", "outdent": "내어쓰기", "indent": "들여쓰기", - "horizontalrule": "행", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "Rich text 편집기", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "horizontalrule": "선", + "upload": "업로드", + "upload-label": "파일을 여기에 놓거나 클릭하여 업로드", + "upload-change-label": "변경할 새 이미지를 놓으세요", + "accessibility-help-label": "리치 텍스트 편집기", + "caption": "캡션", + "bulletslist": "글머리 기호", + "numberslist": "번호", + "image-position": "위치", + "none": "없음", + "left": "왼쪽", + "right": "오른쪽", + "center": "가운데", + "undo": "실행 취소", + "redo": "다시 실행", + + /* Alignment plugin */ + "align": "정렬", + "align-left": "왼쪽 정렬", + "align-center": "가운데 정렬", + "align-right": "오른쪽 정렬", + "align-justify": "양쪽 정렬", + + /* Clips plugin */ + "clips": "클립", + "clips-select": "클립을 선택하세요", + + /* Counter plugin */ + "words": "단어", + "chars": "문자", + + /* Filemanager/Imagemanager plugin */ + "choose": "선택", + + /* Font color plugin */ + "fontcolor": "텍스트 색상", + "highlight": "강조", + + /* Font family plugin */ + "fontfamily": "글꼴", + "remove-font-family": "글꼴 제거", + + /* Font size plugin */ + "size": "크기", + "remove-size": "글꼴 크기 제거", + + /* Fullscreen plugin */ + "fullscreen": "전체 화면", + + /* Inlinestyle plugin */ + "style": "스타일", + "marked": "표시됨", + "shortcut": "단축키", + + /* Properties plugin */ + "properties": "속성", + "id": "ID", + "classname": "클래스", + + /* Specialchars plugin */ + "specialchars": "특수 문자", + + /* Table plugin */ + "table": "표", + "insert-table": "표 삽입", + "insert-row-above": "위에 행 삽입", + "insert-row-below": "아래에 행 삽입", + "insert-column-left": "왼쪽에 열 삽입", + "insert-column-right": "오른쪽에 열 삽입", + "add-head": "머리글 추가", + "delete-head": "머리글 삭제", + "delete-column": "열 삭제", + "delete-row": "행 삭제", + "delete-table": "표 삭제", + + /* Textdirection plugin */ + "change-text-direction": "텍스트 방향", + "left-to-right": "왼쪽에서 오른쪽", + "right-to-left": "오른쪽에서 왼쪽", + + /* Variable plugin */ + "change": "변경", + "variable": "변수", + "variable-select": "변수를 선택하세요", + + /* Video plugin */ + "video": "동영상", + "video-html-code": "동영상 임베드 코드 또는 YouTube/Vimeo 링크", + + /* Widget plugin */ + "widget": "위젯", + "widget-html-code": "위젯 HTML 코드" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/nl.js b/assets/redactor/langs/nl.js index 76810bc..876a7bf 100644 --- a/assets/redactor/langs/nl.js +++ b/assets/redactor/langs/nl.js @@ -1,22 +1,22 @@ (function($R) { $R.lang['nl'] = { - "format": "Format", + "format": "Opmaak", "image": "Afbeelding", "file": "Bestand", - "link": "Link", + "link": "Koppeling", "bold": "Vet", "italic": "Cursief", "deleted": "Doorstreept", "underline": "Onderstreept", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript": "Bovenindex", + "subscript": "Onderindex", + "bold-abbr": "V", + "italic-abbr": "C", + "deleted-abbr": "D", + "underline-abbr": "O", + "superscript-abbr": "Sup.", + "subscript-abbr": "Sub.", "lists": "Lijsten", "link-insert": "Link invoegen", "link-edit": "Link Bewerken", @@ -32,13 +32,14 @@ "title": "Titel", "paragraph": "Normale tekst", "quote": "Citaat", - "code": "Code", + "code": "Broncode", "heading1": "Koptekst 1", "heading2": "Koptekst 2", "heading3": "Koptekst 3", "heading4": "Koptekst 4", "heading5": "Koptekst 5", "heading6": "Koptekst 6", + "small": "Klein", "filename": "Bestandsnaam", "optional": "Optioneel", "unorderedlist": "Ongeordende lijst", @@ -46,19 +47,96 @@ "outdent": "Uitspringen", "indent": "Inspringen", "horizontalrule": "Streep", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "upload": "Uploaden", + "upload-label": "Sleep bestanden hierheen of klik om te uploaden", + "upload-change-label": "Sleep een nieuwe afbeelding om te wijzigen", "accessibility-help-label": "RTF editor", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "caption": "Bijschrift", + "bulletslist": "Opsommingstekens", + "numberslist": "Nummers", + "image-position": "Afbeeldingspositie", + "none": "Geen", + "left": "Links", + "right": "Rechts", + "center": "Midden", + "undo": "Ongedaan maken", + "redo": "Opnieuw", + + /* Alignment plugin */ + "align": "Uitlijnen", + "align-left": "Links uitlijnen", + "align-center": "Centreren", + "align-right": "Rechts uitlijnen", + "align-justify": "Uitvullen", + + /* Clips plugin */ + "clips": "Clips", + "clips-select": "Selecteer een clip", + + /* Counter plugin */ + "words": "woorden", + "chars": "tekens", + + /* Filemanager/Imagemanager plugin */ + "choose": "Kiezen", + + /* Font color plugin */ + "fontcolor": "Tekstkleur", + "highlight": "Markering", + + /* Font family plugin */ + "fontfamily": "Lettertype", + "remove-font-family": "Lettertype verwijderen", + + /* Font size plugin */ + "size": "Grootte", + "remove-size": "Tekstgrootte verwijderen", + + /* Fullscreen plugin */ + "fullscreen": "Volledig scherm", + + /* Inlinestyle plugin */ + "style": "Stijl", + "marked": "Gemarkeerd", + "shortcut": "Sneltoets", + + /* Properties plugin */ + "properties": "Eigenschappen", + "id": "ID", + "classname": "Klasse", + + /* Specialchars plugin */ + "specialchars": "Speciale tekens", + + /* Table plugin */ + "table": "Tabel", + "insert-table": "Tabel invoegen", + "insert-row-above": "Rij erboven invoegen", + "insert-row-below": "Rij eronder invoegen", + "insert-column-left": "Kolom links invoegen", + "insert-column-right": "Kolom rechts invoegen", + "add-head": "Kop toevoegen", + "delete-head": "Kop verwijderen", + "delete-column": "Kolom verwijderen", + "delete-row": "Rij verwijderen", + "delete-table": "Tabel verwijderen", + + /* Textdirection plugin */ + "change-text-direction": "Tekstrichting", + "left-to-right": "Van links naar rechts", + "right-to-left": "Van rechts naar links", + + /* Variable plugin */ + "change": "Wijzigen", + "variable": "Variabele", + "variable-select": "Selecteer een variabele", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Video-insluitcode of YouTube/Vimeo-link", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML-code" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/no.js b/assets/redactor/langs/no.js index 2b41662..6f3285d 100644 --- a/assets/redactor/langs/no.js +++ b/assets/redactor/langs/no.js @@ -1,64 +1,142 @@ -(function($R) -{ - $R.lang['no'] = { - "format": "Format", - "image": "Bilde", - "file": "Fil", - "link": "Link", - "bold": "Fet", - "italic": "Kursiv", - "deleted": "Gjennomstreking", - "underline": "Understreking", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "F", - "italic-abbr": "K", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", - "lists": "Punkt", - "link-insert": "Sett inn link", - "link-edit": "Rediger link", - "link-in-new-tab": "Åpne link i ny fane", - "unlink": "Fjern Understreking", - "cancel": "Abryt", - "close": "Lukk", - "insert": "Sett inn", - "save": "Lagre", - "delete": "Slett", - "text": "Tekst", - "edit": "Rediger", - "title": "Tittel", - "paragraph": "Normal tekst", - "quote": "Sitat", - "code": "Kode", - "heading1": "Overskrift 1", - "heading2": "Overskrift 2", - "heading3": "Overskrift 3", - "heading4": "Overskrift 4", - "heading5": "Overskrift 5", - "heading6": "Overskrift 6", - "filename": "Navn", - "optional": "valgfri", - "unorderedlist": "Unordered List", - "orderedlist": "Punktliste", - "outdent": "Reduser innrykk", - "indent": "Øk innrykk", - "horizontalrule": "Linje", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "Rik-tekst behandler", - "caption": "Bildetekst", - "bulletslist": "Punkter", - "numberslist": "Nummerering", - "image-position": "Posisjon", - "none": "Ingen", - "left": "Venstre", - "right": "Høgre", - "center": "Senter", - "undo": "Undo", - "redo": "Redo" - }; -})(Redactor); \ No newline at end of file +(function($R) +{ + $R.lang['no'] = { + "format": "Formatering", + "image": "Bilde", + "file": "Fil", + "link": "Lenke", + "bold": "Fet", + "italic": "Kursiv", + "deleted": "Gjennomstreking", + "underline": "Understreking", + "superscript": "Hevet skrift", + "subscript": "Senket skrift", + "bold-abbr": "F", + "italic-abbr": "K", + "deleted-abbr": "G", + "underline-abbr": "U.", + "superscript-abbr": "Hevet", + "subscript-abbr": "Senket", + "lists": "Punkt", + "link-insert": "Sett inn link", + "link-edit": "Rediger link", + "link-in-new-tab": "Åpne link i ny fane", + "unlink": "Fjern lenke", + "cancel": "Avbryt", + "close": "Lukk", + "insert": "Sett inn", + "save": "Lagre", + "delete": "Slett", + "text": "Tekst", + "edit": "Rediger", + "title": "Tittel", + "paragraph": "Normal tekst", + "quote": "Sitat", + "code": "Kode", + "heading1": "Overskrift 1", + "heading2": "Overskrift 2", + "heading3": "Overskrift 3", + "heading4": "Overskrift 4", + "heading5": "Overskrift 5", + "heading6": "Overskrift 6", + "small": "Liten", + "filename": "Navn", + "optional": "valgfri", + "unorderedlist": "Punktliste", + "orderedlist": "Nummerert liste", + "outdent": "Reduser innrykk", + "indent": "Øk innrykk", + "horizontalrule": "Linje", + "upload": "Last opp", + "upload-label": "Slipp filer her eller klikk for å laste opp", + "upload-change-label": "Slipp et nytt bilde for å endre", + "accessibility-help-label": "Rik-tekst behandler", + "caption": "Bildetekst", + "bulletslist": "Punkter", + "numberslist": "Nummerering", + "image-position": "Posisjon", + "none": "Ingen", + "left": "Venstre", + "right": "Høyre", + "center": "Midtstilt", + "undo": "Angre", + "redo": "Gjør om", + + /* Alignment plugin */ + "align": "Juster", + "align-left": "Venstrejuster", + "align-center": "Midtstill", + "align-right": "Høyrejuster", + "align-justify": "Blokkjuster", + + /* Clips plugin */ + "clips": "Klipp", + "clips-select": "Velg et klipp", + + /* Counter plugin */ + "words": "ord", + "chars": "tegn", + + /* Filemanager/Imagemanager plugin */ + "choose": "Velg", + + /* Font color plugin */ + "fontcolor": "Tekstfarge", + "highlight": "Utheving", + + /* Font family plugin */ + "fontfamily": "Skrifttype", + "remove-font-family": "Fjern skrifttype", + + /* Font size plugin */ + "size": "Størrelse", + "remove-size": "Fjern skriftstørrelse", + + /* Fullscreen plugin */ + "fullscreen": "Fullskjerm", + + /* Inlinestyle plugin */ + "style": "Stil", + "marked": "Markert", + "shortcut": "Snarvei", + + /* Properties plugin */ + "properties": "Egenskaper", + "id": "ID", + "classname": "Klasse", + + /* Specialchars plugin */ + "specialchars": "Spesialtegn", + + /* Table plugin */ + "table": "Tabell", + "insert-table": "Sett inn tabell", + "insert-row-above": "Sett inn rad over", + "insert-row-below": "Sett inn rad under", + "insert-column-left": "Sett inn kolonne til venstre", + "insert-column-right": "Sett inn kolonne til høyre", + "add-head": "Legg til topptekst", + "delete-head": "Slett topptekst", + "delete-column": "Slett kolonne", + "delete-row": "Slett rad", + "delete-table": "Slett tabell", + + /* Textdirection plugin */ + "change-text-direction": "Tekstretning", + "left-to-right": "Venstre til høyre", + "right-to-left": "Høyre til venstre", + + /* Variable plugin */ + "change": "Endre", + "variable": "Variabel", + "variable-select": "Velg en variabel", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Videoinnbyggingskode eller YouTube/Vimeo-lenke", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML-kode" + }; +})(Redactor); diff --git a/assets/redactor/langs/pl.js b/assets/redactor/langs/pl.js index 1fd92bd..c2da5b2 100755 --- a/assets/redactor/langs/pl.js +++ b/assets/redactor/langs/pl.js @@ -4,19 +4,19 @@ "format": "Formatuj", "image": "Obrazek", "file": "Plik", - "link": "Link", + "link": "Odnośnik", "bold": "Pogrubienie", "italic": "Kursywa", "deleted": "Przekreślenie", "underline": "Podkreślenie", "superscript": "Indeks górny", "subscript": "Indeks dolny", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "bold-abbr": "P", + "italic-abbr": "K", + "deleted-abbr": "Prz.", + "underline-abbr": "Pod.", + "superscript-abbr": "Gór.", + "subscript-abbr": "Dol.", "lists": "Lista", "link-insert": "Wstaw link", "link-edit": "Edytuj link", @@ -27,7 +27,7 @@ "insert": "Wstaw", "save": "Zapisz", "delete": "Usuń", - "text": "Text", + "text": "Tekst", "edit": "Edytuj", "title": "Tytuł", "paragraph": "Zwykły tekst", @@ -39,6 +39,7 @@ "heading4": "Nagłówek 4", "heading5": "Nagłówek 5", "heading6": "Nagłówek 6", + "small": "Małe", "filename": "Nazwa", "optional": "opcjonalnie", "unorderedlist": "Lista punktowana", @@ -48,7 +49,7 @@ "horizontalrule": "Linia pozioma", "upload": "Przekazać plik", "upload-label": "Upuść pliki tutaj lub kliknij, aby przesłać", - "upload-change-label": "Drop a new image to change", + "upload-change-label": "Upuść nowy obraz, aby zmienić", "accessibility-help-label": "Edytor tekstu", "caption": "Podpis", "bulletslist": "Kule", @@ -59,6 +60,83 @@ "right": "Prawa", "center": "Centrum", "undo": "Cofnij", - "redo": "Ponów" + "redo": "Ponów", + + /* Alignment plugin */ + "align": "Wyrównaj", + "align-left": "Wyrównaj do lewej", + "align-center": "Wyśrodkuj", + "align-right": "Wyrównaj do prawej", + "align-justify": "Wyjustuj", + + /* Clips plugin */ + "clips": "Wycinki", + "clips-select": "Wybierz wycinek", + + /* Counter plugin */ + "words": "słowa", + "chars": "znaki", + + /* Filemanager/Imagemanager plugin */ + "choose": "Wybierz", + + /* Font color plugin */ + "fontcolor": "Kolor tekstu", + "highlight": "Podświetlenie", + + /* Font family plugin */ + "fontfamily": "Czcionka", + "remove-font-family": "Usuń czcionkę", + + /* Font size plugin */ + "size": "Rozmiar", + "remove-size": "Usuń rozmiar czcionki", + + /* Fullscreen plugin */ + "fullscreen": "Pełny ekran", + + /* Inlinestyle plugin */ + "style": "Styl", + "marked": "Zaznaczone", + "shortcut": "Skrót", + + /* Properties plugin */ + "properties": "Właściwości", + "id": "ID", + "classname": "Klasa", + + /* Specialchars plugin */ + "specialchars": "Znaki specjalne", + + /* Table plugin */ + "table": "Tabela", + "insert-table": "Wstaw tabelę", + "insert-row-above": "Wstaw wiersz powyżej", + "insert-row-below": "Wstaw wiersz poniżej", + "insert-column-left": "Wstaw kolumnę z lewej", + "insert-column-right": "Wstaw kolumnę z prawej", + "add-head": "Dodaj nagłówek", + "delete-head": "Usuń nagłówek", + "delete-column": "Usuń kolumnę", + "delete-row": "Usuń wiersz", + "delete-table": "Usuń tabelę", + + /* Textdirection plugin */ + "change-text-direction": "Kierunek tekstu", + "left-to-right": "Od lewej do prawej", + "right-to-left": "Od prawej do lewej", + + /* Variable plugin */ + "change": "Zmień", + "variable": "Zmienna", + "variable-select": "Wybierz zmienną", + + /* Video plugin */ + "video": "Wideo", + "video-html-code": "Kod osadzenia wideo lub link YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Kod HTML widgetu" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/pt_br.js b/assets/redactor/langs/pt_br.js index 97fecc9..5e23770 100644 --- a/assets/redactor/langs/pt_br.js +++ b/assets/redactor/langs/pt_br.js @@ -4,19 +4,19 @@ "format": "Formato", "image": "Imagem", "file": "Arquivo", - "link": "Link", + "link": "Hiperlink", "bold": "Negrito", "italic": "Itálico", "deleted": "Tachado", "underline": "Sublinhado", - "superscript": "Superscript", - "subscript": "Subscript", + "superscript": "Sobrescrito", + "subscript": "Subscrito", "bold-abbr": "N", - "italic-abbr": "I", + "italic-abbr": "It", "deleted-abbr": "T", "underline-abbr": "S", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript-abbr": "Sob.", + "subscript-abbr": "Sub.", "lists": "Listas", "link-insert": "Inserir link", "link-edit": "Editar link", @@ -33,12 +33,13 @@ "paragraph": "Texto normal", "quote": "Citação", "code": "Código", - "header1": "Cabeçalho 1", - "header2": "Cabeçalho 2", - "header3": "Cabeçalho 3", - "header4": "Cabeçalho 4", - "header5": "Cabeçalho 5", - "header6": "Cabeçalho 6", + "heading1": "Cabeçalho 1", + "heading2": "Cabeçalho 2", + "heading3": "Cabeçalho 3", + "heading4": "Cabeçalho 4", + "heading5": "Cabeçalho 5", + "heading6": "Cabeçalho 6", + "small": "Pequeno", "filename": "Nome", "optional": "Opcional", "unorderedlist": "Lista não ordenada", @@ -60,6 +61,54 @@ "center": "Centro", "undo": "Desfazer", "redo": "Refazer", + + /* Alignment plugin */ + "align": "Alinhar", + "align-left": "Alinhar à esquerda", + "align-center": "Alinhar ao centro", + "align-right": "Alinhar à direita", + "align-justify": "Alinhar justificado", + + /* Clips plugin */ + "clips": "Clipes", + "clips-select": "Por favor, selecione um clipe", + + /* Counter plugin */ + "words": "Palavras", + "chars": "Caracteres", + + /* Filemanager/Imagemanager plugin */ + "choose": "Escolher", + + /* Font color plugin */ + "fontcolor": "Cor do texto", + "highlight": "Destaque", + + /* Font family plugin */ + "fontfamily": "Fonte", + "remove-font-family": "Remover fonte", + + /* Font size plugin */ + "size": "Tamanho", + "remove-size": "Remover tamanho da fonte", + + /* Fullscreen plugin */ + "fullscreen": "Tela cheia", + + /* Inlinestyle plugin */ + "style": "Estilo", + "marked": "Marcado", + "shortcut": "Atalho", + + /* Properties plugin */ + "properties": "Propriedades", + "id": "ID", + "classname": "Classe", + + /* Specialchars plugin */ + "specialchars": "Caracteres especiais", + + /* Table plugin */ "table": "Tabela", "insert-table": "Inserir tabela", "insert-row-above": "Inserir linha à acima", @@ -71,34 +120,23 @@ "delete-column": "Remover coluna", "delete-row": "Remover linha", "delete-table": "Remover tabela", - "fontcolor": "Cor do texto", - "text": "Texto", - "highlight": "Destaque", - "fontfamily": "Fonte", - "remove-font-family": "Remover fonte", - "choose": "Escolher", - "size": "Tamanho", - "remove-size": "Remover tamanho da fonte", - "fullscreen": "Tela cheia", - "align": "Alinhar", - "align-left": "Alinhar à esquerda", - "align-center": "Alinhar ao centro", - "align-right": "Alinhar à direita", - "align-justify": "Alinhar justificado", - "words": "Palavras", - "chars": "Caracteres", - "style": "Estilo", - "properties": "Propriedades", - "specialchars": "Caracteres especiais", + + /* Textdirection plugin */ "change-text-direction": "Direção do texto", "left-to-right": "Esquerda para direita", "right-to-left": "Direita para esquerda", + + /* Variable plugin */ "change": "Trocar", "variable": "Variável", "variable-select": "Por favor, selecione a variável", + + /* Video plugin */ "video": "Vídeo", "video-html-code": "Código de incorporação de vídeo ou link do YouTube/Vimeo", + + /* Widget plugin */ "widget": "Widget", "widget-html-code": "Código HTML do Widget" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/ro.js b/assets/redactor/langs/ro.js index 48a0599..2bc4271 100644 --- a/assets/redactor/langs/ro.js +++ b/assets/redactor/langs/ro.js @@ -1,64 +1,142 @@ (function($R) { $R.lang['ro'] = { - "format": "Format", - "image": "Imagine", - "file": "Fișier", - "link": "Link", - "bold": "Aldin", - "italic": "Cursiv", - "deleted": "Tăiere cu o linie", - "underline": "Subliniere", - "superscript": "Exponent", - "subscript": "Indice", - "bold-abbr": "A", - "italic-abbr": "C", - "deleted-abbr": "T", - "underline-abbr": "S", - "superscript-abbr": "Exp", - "subscript-abbr": "Ind", - "lists": "Liste", - "link-insert": "Inserare link", - "link-edit": "Editare link", - "link-in-new-tab": "Deschidere link în filă nouă", - "unlink": "Anulare link", - "cancel": "Revocare", - "close": "Închidere", - "insert": "Inserare", - "save": "Salvare", - "delete": "Ștergere", - "text": "Text", - "edit": "Editare", - "title": "Titlu", - "paragraph": "Text normal", - "quote": "Citat", - "code": "Cod", - "heading1": "Antet 1", - "heading2": "Antet 2", - "heading3": "Antet 3", - "heading4": "Antet 4", - "heading5": "Antet 5", - "heading6": "Antet 6", - "filename": "Nume", - "optional": "opțional", - "unorderedlist": "Listă neordonată", - "orderedlist": "Listă ordonată", - "outdent": "Indentare negativă", - "indent": "Indentare", - "horizontalrule": "Linie", - "upload": "Încărcare", - "upload-label": "Fixați fișierele aici sau faceți clic pentru a le încărca", - "upload-change-label": "Fixați o nouă imagine pentru a schimba", - "accessibility-help-label": "Editor de text îmbogățit", - "caption": "Legendă", - "bulletslist": "Marcatori", - "numberslist": "Numere", - "image-position": "Poziție", - "none": "Niciuna/niciunul", - "left": "Stânga", - "right": "Dreapta", - "center": "Centru", - "undo": "Anulare", - "redo": "Refacere" + "format": "Formatare", + "image": "Imagine", + "file": "Fișier", + "link": "Legătură", + "bold": "Aldin", + "italic": "Cursiv", + "deleted": "Tăiere cu o linie", + "underline": "Subliniere", + "superscript": "Exponent", + "subscript": "Indice", + "bold-abbr": "A", + "italic-abbr": "C", + "deleted-abbr": "T", + "underline-abbr": "S", + "superscript-abbr": "Exp", + "subscript-abbr": "Ind", + "lists": "Liste", + "link-insert": "Inserare link", + "link-edit": "Editare link", + "link-in-new-tab": "Deschidere link în filă nouă", + "unlink": "Anulare link", + "cancel": "Revocare", + "close": "Închidere", + "insert": "Inserare", + "save": "Salvare", + "delete": "Ștergere", + "text": "Conținut text", + "edit": "Editare", + "title": "Titlu", + "paragraph": "Text normal", + "quote": "Citat", + "code": "Cod", + "heading1": "Titlu 1", + "heading2": "Titlu 2", + "heading3": "Titlu 3", + "heading4": "Titlu 4", + "heading5": "Titlu 5", + "heading6": "Titlu 6", + "small": "Mic", + "filename": "Nume", + "optional": "opțional", + "unorderedlist": "Listă neordonată", + "orderedlist": "Listă ordonată", + "outdent": "Indentare negativă", + "indent": "Indentare", + "horizontalrule": "Linie", + "upload": "Încărcare", + "upload-label": "Fixați fișierele aici sau faceți clic pentru a le încărca", + "upload-change-label": "Fixați o nouă imagine pentru a schimba", + "accessibility-help-label": "Editor de text îmbogățit", + "caption": "Legendă", + "bulletslist": "Marcatori", + "numberslist": "Numere", + "image-position": "Poziție", + "none": "Niciuna/niciunul", + "left": "Stânga", + "right": "Dreapta", + "center": "Centru", + "undo": "Anulare", + "redo": "Refacere", + + /* Alignment plugin */ + "align": "Aliniere", + "align-left": "Aliniază la stânga", + "align-center": "Aliniază la centru", + "align-right": "Aliniază la dreapta", + "align-justify": "Aliniază justificat", + + /* Clips plugin */ + "clips": "Fragmente", + "clips-select": "Vă rugăm să selectați un fragment", + + /* Counter plugin */ + "words": "cuvinte", + "chars": "caractere", + + /* Filemanager/Imagemanager plugin */ + "choose": "Alege", + + /* Font color plugin */ + "fontcolor": "Culoare text", + "highlight": "Evidențiere", + + /* Font family plugin */ + "fontfamily": "Font", + "remove-font-family": "Elimină fontul", + + /* Font size plugin */ + "size": "Dimensiune", + "remove-size": "Elimină dimensiunea fontului", + + /* Fullscreen plugin */ + "fullscreen": "Ecran complet", + + /* Inlinestyle plugin */ + "style": "Stil", + "marked": "Marcat", + "shortcut": "Scurtătură", + + /* Properties plugin */ + "properties": "Proprietăți", + "id": "ID", + "classname": "Clasă", + + /* Specialchars plugin */ + "specialchars": "Caractere speciale", + + /* Table plugin */ + "table": "Tabel", + "insert-table": "Inserează tabel", + "insert-row-above": "Inserează rând deasupra", + "insert-row-below": "Inserează rând dedesubt", + "insert-column-left": "Inserează coloană la stânga", + "insert-column-right": "Inserează coloană la dreapta", + "add-head": "Adaugă antet", + "delete-head": "Șterge antetul", + "delete-column": "Șterge coloana", + "delete-row": "Șterge rândul", + "delete-table": "Șterge tabelul", + + /* Textdirection plugin */ + "change-text-direction": "Direcția textului", + "left-to-right": "De la stânga la dreapta", + "right-to-left": "De la dreapta la stânga", + + /* Variable plugin */ + "change": "Schimbă", + "variable": "Variabilă", + "variable-select": "Vă rugăm să selectați o variabilă", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Cod de încorporare video sau link YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Cod HTML widget" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/ru.js b/assets/redactor/langs/ru.js index 5cfbaf3..dbc9877 100644 --- a/assets/redactor/langs/ru.js +++ b/assets/redactor/langs/ru.js @@ -11,12 +11,12 @@ "underline": "Подчеркнутый", "superscript": "Надстрочный", "subscript": "Подстрочный", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "bold-abbr": "Ж", + "italic-abbr": "К", + "deleted-abbr": "З", + "underline-abbr": "П", + "superscript-abbr": "Верх.", + "subscript-abbr": "Ниж.", "lists": "Списки", "link-insert": "Вставить ссылку", "link-edit": "Редактировать ссылку", @@ -29,7 +29,7 @@ "delete": "Удалить", "text": "Текст", "edit": "Редактировать", - "title": "Title", + "title": "Заголовок", "paragraph": "Обычный текст", "quote": "Цитата", "code": "Код", @@ -39,6 +39,7 @@ "heading4": "Заголовок 4", "heading5": "Заголовок 5", "heading6": "Заголовок 6", + "small": "Мелкий", "filename": "Имя файла", "optional": "необязательно", "unorderedlist": "Ненумерованный список", @@ -59,6 +60,83 @@ "right": "Справа", "center": "По центру", "undo": "Отменить", - "redo": "Повторить" + "redo": "Повторить", + + /* Alignment plugin */ + "align": "Выравнивание", + "align-left": "Выровнять по левому краю", + "align-center": "Выровнять по центру", + "align-right": "Выровнять по правому краю", + "align-justify": "Выровнять по ширине", + + /* Clips plugin */ + "clips": "Фрагменты", + "clips-select": "Пожалуйста, выберите фрагмент", + + /* Counter plugin */ + "words": "слова", + "chars": "символы", + + /* Filemanager/Imagemanager plugin */ + "choose": "Выбрать", + + /* Font color plugin */ + "fontcolor": "Цвет текста", + "highlight": "Выделение", + + /* Font family plugin */ + "fontfamily": "Шрифт", + "remove-font-family": "Удалить шрифт", + + /* Font size plugin */ + "size": "Размер", + "remove-size": "Удалить размер шрифта", + + /* Fullscreen plugin */ + "fullscreen": "Полный экран", + + /* Inlinestyle plugin */ + "style": "Стиль", + "marked": "Помеченный", + "shortcut": "Сочетание клавиш", + + /* Properties plugin */ + "properties": "Свойства", + "id": "ID", + "classname": "Класс", + + /* Specialchars plugin */ + "specialchars": "Специальные символы", + + /* Table plugin */ + "table": "Таблица", + "insert-table": "Вставить таблицу", + "insert-row-above": "Вставить строку выше", + "insert-row-below": "Вставить строку ниже", + "insert-column-left": "Вставить столбец слева", + "insert-column-right": "Вставить столбец справа", + "add-head": "Добавить заголовок", + "delete-head": "Удалить заголовок", + "delete-column": "Удалить столбец", + "delete-row": "Удалить строку", + "delete-table": "Удалить таблицу", + + /* Textdirection plugin */ + "change-text-direction": "Направление текста", + "left-to-right": "Слева направо", + "right-to-left": "Справа налево", + + /* Variable plugin */ + "change": "Изменить", + "variable": "Переменная", + "variable-select": "Пожалуйста, выберите переменную", + + /* Video plugin */ + "video": "Видео", + "video-html-code": "Код вставки видео или ссылка YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Виджет", + "widget-html-code": "HTML-код виджета" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/sk.js b/assets/redactor/langs/sk.js index 47d3fbe..236d2c6 100755 --- a/assets/redactor/langs/sk.js +++ b/assets/redactor/langs/sk.js @@ -11,12 +11,12 @@ "underline": "Podčiarknuté", "superscript": "Horný index", "subscript": "Spodný index", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "bold-abbr": "T", + "italic-abbr": "K", + "deleted-abbr": "P", + "underline-abbr": "Po", + "superscript-abbr": "Hor.", + "subscript-abbr": "Dol.", "lists": "Zoznam", "link-insert": "Vložiť odkaz", "link-edit": "Upraviť odkaz", @@ -27,7 +27,7 @@ "insert": "Vložiť", "save": "Uložiť", "delete": "Vymazať", - "text": "Text", + "text": "Textový obsah", "edit": "Upraviť", "title": "Názov", "paragraph": "Odsek", @@ -39,6 +39,7 @@ "heading4": "Nadpis 4", "heading5": "Nadpis 5", "heading6": "Nadpis 6", + "small": "Malé písmo", "filename": "Meno", "optional": "voliteľné", "unorderedlist": "Nezoradený zoznam", @@ -48,8 +49,8 @@ "horizontalrule": "Linka", "upload": "Nahrať", "upload-label": "Presuňte sem súbory alebo kliknite pre výber", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "Rich text editor", + "upload-change-label": "Presuňte sem nový obrázok na zmenu", + "accessibility-help-label": "Editor formátovaného textu", "caption": "Titulok", "bulletslist": "odrážkový zoznam", "numberslist": "číslovaný zoznam", @@ -59,6 +60,83 @@ "right": "Vpravo", "center": "Na stred", "undo": "Späť", - "redo": "Obnoviť" + "redo": "Obnoviť", + + /* Alignment plugin */ + "align": "Zarovnať", + "align-left": "Zarovnať vľavo", + "align-center": "Zarovnať na stred", + "align-right": "Zarovnať vpravo", + "align-justify": "Zarovnať do bloku", + + /* Clips plugin */ + "clips": "Úryvky", + "clips-select": "Vyberte prosím úryvok", + + /* Counter plugin */ + "words": "slová", + "chars": "znaky", + + /* Filemanager/Imagemanager plugin */ + "choose": "Vybrať", + + /* Font color plugin */ + "fontcolor": "Farba textu", + "highlight": "Zvýraznenie", + + /* Font family plugin */ + "fontfamily": "Písmo", + "remove-font-family": "Odstrániť písmo", + + /* Font size plugin */ + "size": "Veľkosť", + "remove-size": "Odstrániť veľkosť písma", + + /* Fullscreen plugin */ + "fullscreen": "Celá obrazovka", + + /* Inlinestyle plugin */ + "style": "Štýl", + "marked": "Označené", + "shortcut": "Skratka", + + /* Properties plugin */ + "properties": "Vlastnosti", + "id": "ID", + "classname": "Trieda", + + /* Specialchars plugin */ + "specialchars": "Špeciálne znaky", + + /* Table plugin */ + "table": "Tabuľka", + "insert-table": "Vložiť tabuľku", + "insert-row-above": "Vložiť riadok nad", + "insert-row-below": "Vložiť riadok pod", + "insert-column-left": "Vložiť stĺpec vľavo", + "insert-column-right": "Vložiť stĺpec vpravo", + "add-head": "Pridať hlavičku", + "delete-head": "Odstrániť hlavičku", + "delete-column": "Odstrániť stĺpec", + "delete-row": "Odstrániť riadok", + "delete-table": "Odstrániť tabuľku", + + /* Textdirection plugin */ + "change-text-direction": "Smer textu", + "left-to-right": "Zľava doprava", + "right-to-left": "Sprava doľava", + + /* Variable plugin */ + "change": "Zmeniť", + "variable": "Premenná", + "variable-select": "Vyberte prosím premennú", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Kód na vloženie videa alebo odkaz YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "HTML kód widgetu" }; })(Redactor); diff --git a/assets/redactor/langs/sl.js b/assets/redactor/langs/sl.js index 109bfd7..437291a 100644 --- a/assets/redactor/langs/sl.js +++ b/assets/redactor/langs/sl.js @@ -14,7 +14,7 @@ "bold-abbr": "K", "italic-abbr": "L", "deleted-abbr": "P", - "underline-abbr": "U", + "underline-abbr": "Pod.", "superscript-abbr": "Nad", "subscript-abbr": "Pod", "lists": "Seznami", @@ -39,6 +39,7 @@ "heading4": "Naslov 4", "heading5": "Naslov 5", "heading6": "Naslov 6", + "small": "Majhno", "filename": "Ime", "optional": "izbirno", "unorderedlist": "Označen seznam", @@ -48,7 +49,7 @@ "horizontalrule": "Črta", "upload": "Naloži", "upload-label": "Povleci datoteke sem ali klikni za nalaganje", - "upload-change-label": "Drop a new image to change", + "upload-change-label": "Spustite novo sliko za zamenjavo", "accessibility-help-label": "Urejevalnik obogatenega besedila", "caption": "Napis", "bulletslist": "Oznake", @@ -59,6 +60,83 @@ "right": "Desno", "center": "Sredinsko", "undo": "Razveljavi", - "redo": "Uveljavi" + "redo": "Uveljavi", + + /* Alignment plugin */ + "align": "Poravnaj", + "align-left": "Poravnaj levo", + "align-center": "Poravnaj na sredino", + "align-right": "Poravnaj desno", + "align-justify": "Obojestranska poravnava", + + /* Clips plugin */ + "clips": "Izrezki", + "clips-select": "Izberite izrezek", + + /* Counter plugin */ + "words": "besede", + "chars": "znaki", + + /* Filemanager/Imagemanager plugin */ + "choose": "Izberi", + + /* Font color plugin */ + "fontcolor": "Barva besedila", + "highlight": "Poudarek", + + /* Font family plugin */ + "fontfamily": "Pisava", + "remove-font-family": "Odstrani pisavo", + + /* Font size plugin */ + "size": "Velikost", + "remove-size": "Odstrani velikost pisave", + + /* Fullscreen plugin */ + "fullscreen": "Celoten zaslon", + + /* Inlinestyle plugin */ + "style": "Slog", + "marked": "Označeno", + "shortcut": "Bližnjica", + + /* Properties plugin */ + "properties": "Lastnosti", + "id": "ID", + "classname": "Razred", + + /* Specialchars plugin */ + "specialchars": "Posebni znaki", + + /* Table plugin */ + "table": "Tabela", + "insert-table": "Vstavi tabelo", + "insert-row-above": "Vstavi vrstico zgoraj", + "insert-row-below": "Vstavi vrstico spodaj", + "insert-column-left": "Vstavi stolpec levo", + "insert-column-right": "Vstavi stolpec desno", + "add-head": "Dodaj glavo", + "delete-head": "Izbriši glavo", + "delete-column": "Izbriši stolpec", + "delete-row": "Izbriši vrstico", + "delete-table": "Izbriši tabelo", + + /* Textdirection plugin */ + "change-text-direction": "Smer besedila", + "left-to-right": "Od leve proti desni", + "right-to-left": "Od desne proti levi", + + /* Variable plugin */ + "change": "Spremeni", + "variable": "Spremenljivka", + "variable-select": "Izberite spremenljivko", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Koda za vdelavo videa ali povezava YouTube/Vimeo", + + /* Widget plugin */ + "widget": "Gradnik", + "widget-html-code": "HTML koda gradnika" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/sv.js b/assets/redactor/langs/sv.js index ff8ef45..e868128 100644 --- a/assets/redactor/langs/sv.js +++ b/assets/redactor/langs/sv.js @@ -1,7 +1,7 @@ (function($R) { $R.lang['sv'] = { - "format": "Format", + "format": "Formatering", "image": "Bild", "file": "Fil", "link": "Länk", @@ -11,12 +11,12 @@ "underline": "Understruken", "superscript": "Upphöjd", "subscript": "Nedsänkt", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "bold-abbr": "F", + "italic-abbr": "K", + "deleted-abbr": "G", + "underline-abbr": "U.", + "superscript-abbr": "Upph.", + "subscript-abbr": "Neds.", "lists": "Lista", "link-insert": "Infoga länk", "link-edit": "Redigera länk", @@ -27,10 +27,10 @@ "insert": "Infoga", "save": "Spara", "delete": "Radera", - "text": "Text", + "text": "Textinnehåll", "edit": "Redigera", "title": "Titel", - "paragraph": "Normal text", + "paragraph": "Brödtext", "quote": "Citat", "code": "Kod", "heading1": "Titel 1", @@ -39,6 +39,7 @@ "heading4": "Titel 4", "heading5": "Titel 5", "heading6": "Titel 6", + "small": "Liten", "filename": "Namn", "optional": "valfritt", "unorderedlist": "Osorterad lista", @@ -48,12 +49,12 @@ "horizontalrule": "Linje", "upload": "Ladda upp", "upload-label": "Släpp filer här eller klicka för att ladda upp", - "upload-change-label": "Drop a new image to change", + "upload-change-label": "Släpp en ny bild för att ändra", "accessibility-help-label": "Textredigerare", "caption": "Undertext", "bulletslist": "Punkter", "numberslist": "Nummer", - "image-position": "Position", + "image-position": "Bildposition", "none": "Ingen", "left": "Vänster", "right": "Höger", @@ -61,6 +62,52 @@ "undo": "Ångra", "redo": "Gör om", + /* Alignment plugin */ + "align": "Justera", + "align-left": "Vänsterjustera", + "align-center": "Mittenjustera", + "align-right": "Högerjustera", + "align-justify": "Marginaljustera", + + /* Clips plugin */ + "clips": "Klipp", + "clips-select": "Välj ett klipp", + + /* Counter plugin */ + "words": "ord", + "chars": "tecken", + + /* Filemanager/Imagemanager plugin */ + "choose": "Välj", + + /* Font color plugin */ + "fontcolor": "Textfärg", + "highlight": "Färgöverstrykning", + + /* Font family plugin */ + "fontfamily": "Typsnitt", + "remove-font-family": "Återställ typsnitt", + + /* Font size plugin */ + "size": "Storlek", + "remove-size": "Återställ textstorlek", + + /* Fullscreen plugin */ + "fullscreen": "Fullskärm", + + /* Inlinestyle plugin */ + "style": "Stil", + "marked": "Markerad", + "shortcut": "Genväg", + + /* Properties plugin */ + "properties": "Egenskaper", + "id": "ID", + "classname": "Klass", + + /* Specialchars plugin */ + "specialchars": "Specialtecken", + /* Table plugin */ "table": "Tabell", "insert-table": "Infoga tabell", @@ -74,34 +121,22 @@ "delete-row": "Ta bort rad", "delete-table": "Ta bort tabell", - /* Fullscreen plugin */ - "fullscreen": "Fullskärm", - - /* Font color plugin */ - "fontcolor": "Textfärg", - "highlight": "Färgöverstrykning", - - /* Font family plugin */ - "fontfamily": "Typsnitt", - "remove-font-family": "Återställ typsnitt", - - /* Font size plugin */ - "size": "Storlek", - "remove-size": "Återställ textstorlek", + /* Textdirection plugin */ + "change-text-direction": "Textriktning", + "left-to-right": "Vänster till höger", + "right-to-left": "Höger till vänster", - /* Imagemanager/Filemanager plugin */ - "choose": "Välj", + /* Variable plugin */ + "change": "Ändra", + "variable": "Variabel", + "variable-select": "Välj en variabel", - /* Alignment plugin */ - "align": "Justera", - "align-left": "Vänsterjustera", - "align-center": "Mittenjustera", - "align-right": "Högerjustera", - "align-justify": "Marginaljustera", - /* Video plugin */ "video": "Video", - "video-html-code": "Inbäddningslänk eller Youtube/Vimeo länk" - + "video-html-code": "Inbäddningslänk eller Youtube/Vimeo länk", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML-kod" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/tr.js b/assets/redactor/langs/tr.js index 614d76e..c8dbd3a 100644 --- a/assets/redactor/langs/tr.js +++ b/assets/redactor/langs/tr.js @@ -1,22 +1,22 @@ (function($R) { $R.lang['tr'] = { - "format": "Format", + "format": "Biçim", "image": "Görsel", "file": "Dosya", - "link": "Link", + "link": "Bağlantı", "bold": "Kalın", "italic": "İtalik", "deleted": "Üzeri çizgili", "underline": "Altı çizgili", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "superscript": "Üst simge", + "subscript": "Alt simge", + "bold-abbr": "K", + "italic-abbr": "İ", + "deleted-abbr": "Üç", + "underline-abbr": "Alt", + "superscript-abbr": "Üst", + "subscript-abbr": "Alt s.", "lists": "Listeleme", "link-insert": "Link ekle", "link-edit": "Linki düzenle", @@ -39,6 +39,7 @@ "heading4": "Başlık 4", "heading5": "Başlık 5", "heading6": "Başlık 6", + "small": "Küçük", "filename": "İsim", "optional": "opsiyonel", "unorderedlist": "Sırasız Liste", @@ -46,19 +47,96 @@ "outdent": "Dışarı Doğru", "indent": "İçeri Doğru", "horizontalrule": "Çizgi", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "upload": "Yükle", + "upload-label": "Dosyaları buraya bırakın veya yüklemek için tıklayın", + "upload-change-label": "Değiştirmek için yeni bir görüntü bırakın", "accessibility-help-label": "Zenginleştirilmiş yazı editorü", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "caption": "Başlık", + "bulletslist": "Madde işaretleri", + "numberslist": "Numaralar", + "image-position": "Konum", + "none": "Yok", + "left": "Sol", + "right": "Sağ", + "center": "Orta", + "undo": "Geri al", + "redo": "Yinele", + + /* Alignment plugin */ + "align": "Hizala", + "align-left": "Sola hizala", + "align-center": "Ortala", + "align-right": "Sağa hizala", + "align-justify": "İki yana yasla", + + /* Clips plugin */ + "clips": "Klipler", + "clips-select": "Lütfen bir klip seçin", + + /* Counter plugin */ + "words": "kelime", + "chars": "karakter", + + /* Filemanager/Imagemanager plugin */ + "choose": "Seç", + + /* Font color plugin */ + "fontcolor": "Metin rengi", + "highlight": "Vurgu", + + /* Font family plugin */ + "fontfamily": "Yazı tipi", + "remove-font-family": "Yazı tipini kaldır", + + /* Font size plugin */ + "size": "Boyut", + "remove-size": "Yazı tipi boyutunu kaldır", + + /* Fullscreen plugin */ + "fullscreen": "Tam ekran", + + /* Inlinestyle plugin */ + "style": "Stil", + "marked": "İşaretli", + "shortcut": "Kısayol", + + /* Properties plugin */ + "properties": "Özellikler", + "id": "ID", + "classname": "Sınıf", + + /* Specialchars plugin */ + "specialchars": "Özel karakterler", + + /* Table plugin */ + "table": "Tablo", + "insert-table": "Tablo ekle", + "insert-row-above": "Üste satır ekle", + "insert-row-below": "Alta satır ekle", + "insert-column-left": "Sola sütun ekle", + "insert-column-right": "Sağa sütun ekle", + "add-head": "Başlık ekle", + "delete-head": "Başlığı sil", + "delete-column": "Sütunu sil", + "delete-row": "Satırı sil", + "delete-table": "Tabloyu sil", + + /* Textdirection plugin */ + "change-text-direction": "Metin yönü", + "left-to-right": "Soldan sağa", + "right-to-left": "Sağdan sola", + + /* Variable plugin */ + "change": "Değiştir", + "variable": "Değişken", + "variable-select": "Lütfen bir değişken seçin", + + /* Video plugin */ + "video": "Video", + "video-html-code": "Video yerleştirme kodu veya YouTube/Vimeo bağlantısı", + + /* Widget plugin */ + "widget": "Widget", + "widget-html-code": "Widget HTML kodu" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/zh_cn.js b/assets/redactor/langs/zh_cn.js index a25338d..ec6338d 100644 --- a/assets/redactor/langs/zh_cn.js +++ b/assets/redactor/langs/zh_cn.js @@ -8,19 +8,19 @@ "bold": "加粗", "italic": "斜体", "deleted": "删除线", - "underline": "底线", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", + "underline": "下划线", + "superscript": "上标", + "subscript": "下标", + "bold-abbr": "粗", + "italic-abbr": "斜", + "deleted-abbr": "删", + "underline-abbr": "下划", + "superscript-abbr": "上标", + "subscript-abbr": "下标", "lists": "列表", "link-insert": "插入链接", "link-edit": "编辑链接", - "link-in-new-tab": "在新页面中打开", + "link-in-new-tab": "在新标签页中打开链接", "unlink": "取消链接", "cancel": "取消", "close": "关闭", @@ -30,7 +30,7 @@ "text": "文本", "edit": "编辑", "title": "标题", - "paragraph": "段落", + "paragraph": "普通文本", "quote": "引用", "code": "代码", "heading1": "标题 1", @@ -39,26 +39,104 @@ "heading4": "标题 4", "heading5": "标题 5", "heading6": "标题 6", - "filename": "文件名", - "optional": "optional", + "small": "小号字", + "filename": "名称", + "optional": "可选", "unorderedlist": "无序列表", "orderedlist": "有序列表", - "outdent": "向左缩进", - "indent": "向右缩进", - "horizontalrule": "水平分隔线", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", + "outdent": "减少缩进", + "indent": "增加缩进", + "horizontalrule": "横线", + "upload": "上传", + "upload-label": "将文件拖到此处或点击上传", + "upload-change-label": "拖入新图片以更改", "accessibility-help-label": "富文本编辑器", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "caption": "说明文字", + "bulletslist": "项目符号", + "numberslist": "编号", + "image-position": "位置", + "none": "无", + "left": "左", + "right": "右", + "center": "居中", + "undo": "撤销", + "redo": "重做", + + /* Alignment plugin */ + "align": "对齐", + "align-left": "左对齐", + "align-center": "居中对齐", + "align-right": "右对齐", + "align-justify": "两端对齐", + + /* Clips plugin */ + "clips": "片段", + "clips-select": "请选择一个片段", + + /* Counter plugin */ + "words": "词数", + "chars": "字符数", + + /* Filemanager/Imagemanager plugin */ + "choose": "选择", + + /* Font color plugin */ + "fontcolor": "文字颜色", + "highlight": "高亮", + + /* Font family plugin */ + "fontfamily": "字体", + "remove-font-family": "移除字体", + + /* Font size plugin */ + "size": "大小", + "remove-size": "移除字号", + + /* Fullscreen plugin */ + "fullscreen": "全屏", + + /* Inlinestyle plugin */ + "style": "样式", + "marked": "标记", + "shortcut": "快捷键", + + /* Properties plugin */ + "properties": "属性", + "id": "ID", + "classname": "类", + + /* Specialchars plugin */ + "specialchars": "特殊字符", + + /* Table plugin */ + "table": "表格", + "insert-table": "插入表格", + "insert-row-above": "在上方插入行", + "insert-row-below": "在下方插入行", + "insert-column-left": "在左侧插入列", + "insert-column-right": "在右侧插入列", + "add-head": "添加表头", + "delete-head": "删除表头", + "delete-column": "删除列", + "delete-row": "删除行", + "delete-table": "删除表格", + + /* Textdirection plugin */ + "change-text-direction": "文本方向", + "left-to-right": "从左到右", + "right-to-left": "从右到左", + + /* Variable plugin */ + "change": "更改", + "variable": "变量", + "variable-select": "请选择一个变量", + + /* Video plugin */ + "video": "视频", + "video-html-code": "视频嵌入代码或 YouTube/Vimeo 链接", + + /* Widget plugin */ + "widget": "小组件", + "widget-html-code": "小组件 HTML 代码" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/langs/zh_tw.js b/assets/redactor/langs/zh_tw.js index 104d1ba..ea98b72 100644 --- a/assets/redactor/langs/zh_tw.js +++ b/assets/redactor/langs/zh_tw.js @@ -1,64 +1,142 @@ (function($R) { $R.lang['zh_tw'] = { - "format": "樣式", - "image": "插入圖片", - "file": "插入文件", + "format": "格式", + "image": "圖片", + "file": "檔案", "link": "連結", - "bold": "將文字變成粗體", - "italic": "將文字變成斜體", + "bold": "粗體", + "italic": "斜體", "deleted": "刪除線", "underline": "底線", - "superscript": "Superscript", - "subscript": "Subscript", - "bold-abbr": "B", - "italic-abbr": "I", - "deleted-abbr": "S", - "underline-abbr": "U", - "superscript-abbr": "Sup", - "subscript-abbr": "Sub", - "lists": "列表", + "superscript": "上標", + "subscript": "下標", + "bold-abbr": "粗", + "italic-abbr": "斜", + "deleted-abbr": "刪", + "underline-abbr": "底線", + "superscript-abbr": "上標", + "subscript-abbr": "下標", + "lists": "清單", "link-insert": "插入連結", "link-edit": "編輯連結", - "link-in-new-tab": "開啟新分頁", - "unlink": "移除連結", + "link-in-new-tab": "在新分頁開啟連結", + "unlink": "取消連結", "cancel": "取消", "close": "關閉", "insert": "插入", "save": "儲存", "delete": "刪除", - "text": "內文", + "text": "文字", "edit": "編輯", "title": "標題", - "paragraph": "段落", + "paragraph": "一般文字", "quote": "引用", - "code": "原始碼", + "code": "程式碼", "heading1": "標題 1", "heading2": "標題 2", "heading3": "標題 3", "heading4": "標題 4", "heading5": "標題 5", "heading6": "標題 6", - "filename": "檔案名稱", - "optional": "optional", - "unorderedlist": "項目列表", - "orderedlist": "編號列表", + "small": "小型字", + "filename": "名稱", + "optional": "選填", + "unorderedlist": "項目符號清單", + "orderedlist": "編號清單", "outdent": "減少縮排", "indent": "增加縮排", - "horizontalrule": "插入水平線", - "upload": "Upload", - "upload-label": "Drop files here or click to upload", - "upload-change-label": "Drop a new image to change", - "accessibility-help-label": "Rich text editor", - "caption": "Caption", - "bulletslist": "Bullets", - "numberslist": "Numbers", - "image-position": "Position", - "none": "None", - "left": "Left", - "right": "Right", - "center": "Center", - "undo": "Undo", - "redo": "Redo" + "horizontalrule": "水平線", + "upload": "上傳", + "upload-label": "將檔案拖放到此處或點擊上傳", + "upload-change-label": "拖放新圖片以更換", + "accessibility-help-label": "富文字編輯器", + "caption": "說明文字", + "bulletslist": "項目符號", + "numberslist": "編號", + "image-position": "位置", + "none": "無", + "left": "左", + "right": "右", + "center": "置中", + "undo": "復原", + "redo": "重做", + + /* Alignment plugin */ + "align": "對齊", + "align-left": "靠左對齊", + "align-center": "置中對齊", + "align-right": "靠右對齊", + "align-justify": "左右對齊", + + /* Clips plugin */ + "clips": "片段", + "clips-select": "請選擇一個片段", + + /* Counter plugin */ + "words": "字詞數", + "chars": "字元數", + + /* Filemanager/Imagemanager plugin */ + "choose": "選擇", + + /* Font color plugin */ + "fontcolor": "文字顏色", + "highlight": "醒目提示", + + /* Font family plugin */ + "fontfamily": "字型", + "remove-font-family": "移除字型", + + /* Font size plugin */ + "size": "大小", + "remove-size": "移除字型大小", + + /* Fullscreen plugin */ + "fullscreen": "全螢幕", + + /* Inlinestyle plugin */ + "style": "樣式", + "marked": "標記", + "shortcut": "快速鍵", + + /* Properties plugin */ + "properties": "屬性", + "id": "ID", + "classname": "類別", + + /* Specialchars plugin */ + "specialchars": "特殊字元", + + /* Table plugin */ + "table": "表格", + "insert-table": "插入表格", + "insert-row-above": "在上方插入列", + "insert-row-below": "在下方插入列", + "insert-column-left": "在左側插入欄", + "insert-column-right": "在右側插入欄", + "add-head": "新增表頭", + "delete-head": "刪除表頭", + "delete-column": "刪除欄", + "delete-row": "刪除列", + "delete-table": "刪除表格", + + /* Textdirection plugin */ + "change-text-direction": "文字方向", + "left-to-right": "從左到右", + "right-to-left": "從右到左", + + /* Variable plugin */ + "change": "變更", + "variable": "變數", + "variable-select": "請選擇一個變數", + + /* Video plugin */ + "video": "影片", + "video-html-code": "影片嵌入程式碼或 YouTube/Vimeo 連結", + + /* Widget plugin */ + "widget": "小工具", + "widget-html-code": "小工具 HTML 程式碼" }; -})(Redactor); \ No newline at end of file +})(Redactor); diff --git a/assets/redactor/plugins/inlinestyle/inlinestyle.min.js b/assets/redactor/plugins/inlinestyle/inlinestyle.min.js index 13a0c16..5eab8f4 100644 --- a/assets/redactor/plugins/inlinestyle/inlinestyle.min.js +++ b/assets/redactor/plugins/inlinestyle/inlinestyle.min.js @@ -1 +1 @@ -Redactor.add("plugin","inlinestyle",{translations:{en:{style:"Style"}},init:function(t){this.app=t,this.lang=t.lang,this.toolbar=t.toolbar,this.styles={marked:{title:"Marked",args:"mark"},code:{title:"Code",args:"code"},variable:{title:"Variable",args:"var"},shortcut:{title:"Shortcut",args:"kbd"},sup:{title:"Superscript",args:"sup"},sub:{title:"Subscript",args:"sub"}}},start:function(){var t={};for(var i in this.styles){var s=this.styles[i];t[i]={title:s.title,api:"module.inline.format",args:s.args}}var a=this.toolbar.addButtonAfter("format","inline",{title:this.lang.get("style")});a.setIcon(''),a.setDropdown(t)}}); \ No newline at end of file +Redactor.add("plugin","inlinestyle",{translations:{en:{style:"Style",marked:"Marked",variable:"Variable",shortcut:"Shortcut"}},init:function(t){this.app=t,this.lang=t.lang,this.toolbar=t.toolbar,this.styles={marked:{title:this.lang.get("marked"),args:"mark"},code:{title:this.lang.get("code"),args:"code"},variable:{title:this.lang.get("variable"),args:"var"},shortcut:{title:this.lang.get("shortcut"),args:"kbd"},sup:{title:this.lang.get("superscript"),args:"sup"},sub:{title:this.lang.get("subscript"),args:"sub"}}},start:function(){var t={};for(var i in this.styles){var s=this.styles[i];t[i]={title:s.title,api:"module.inline.format",args:s.args}}var a=this.toolbar.addButtonAfter("format","inline",{title:this.lang.get("style")});a.setIcon(''),a.setDropdown(t)}}); diff --git a/assets/redactor/plugins/properties/properties.min.js b/assets/redactor/plugins/properties/properties.min.js index d226c23..8850194 100644 --- a/assets/redactor/plugins/properties/properties.min.js +++ b/assets/redactor/plugins/properties/properties.min.js @@ -1 +1 @@ -!function(a){a.add("plugin","properties",{modals:{properties:'
'},translations:{en:{properties:"Properties"}},init:function(t){this.app=t,this.opts=t.opts,this.lang=t.lang,this.$body=t.$body,this.toolbar=t.toolbar,this.inspector=t.inspector,this.selection=t.selection,this.labelStyle={"font-family":"monospace",position:"absolute",padding:"2px 5px","line-height":1,"border-radius":"3px","font-size":"11px",color:"rgba(255, 255, 255, .9)"}},onmodal:{properties:{open:function(t,e){if(this.$block){var i=this._getData(this.$block);e.setData(i)}},opened:function(t,e){e.getField("id").focus()},save:function(t,e){var i=e.getData();this._save(i)}}},onbutton:{properties:{observe:function(t){this._observeButton(t)}}},onclick:function(){},start:function(){var t={title:this.lang.get("properties"),api:"plugin.properties.open",observe:"properties"};this.toolbar.addButton("properties",t).setIcon(''),this._createLabel()},stop:function(){this._removeLabel()},open:function(){var t=this.selection.getBlock();if(t){this.$block=a.dom(t);var e={title:this.lang.get("properties"),width:"500px",name:"properties",handle:"save",commands:{save:{title:this.lang.get("save")},cancel:{title:this.lang.get("cancel")}}};this.app.api("module.modal.build",e)}},_save:function(t){this.app.api("module.modal.close"),""===t.id?this.$block.removeAttr("id"):this.$block.attr("id",t.id),""===t.classname?this.$block.removeAttr("class"):this.$block.attr("class",t.classname)},_getData:function(t){var e=a.dom(t);return{id:e.attr("id"),classname:e.attr("class")}},_showData:function(t,e){var i="";if(e.id&&(i+="#"+e.id+" "),e.classname&&(i+="."+e.classname),""!==i){var s=a.dom(t).offset();this.$label.css({top:s.top-12+"px",left:s.left+"px","z-index":this.opts.zindex?this.opts.zindex+3:"auto"}),this.$label.html(i),this.$label.show()}else this.$label.hide()},_createLabel:function(){this.$label=a.dom(""),this.$label.hide(),this.$label.css(this.labelStyle).css("background","rgba(229, 57, 143, .7)"),this.$body.append(this.$label)},_removeLabel:function(){this.$label&&this.$label.remove()},_observeButton:function(t){var e=this.selection.getBlock(),i=this.inspector.parse(e);if(e&&!i.isComponent()){var s=this._getData(e);this._showData(e,s),t.enable()}else t.disable(),this.$label&&this.$label.hide()}})}(Redactor); \ No newline at end of file +!function(a){a.add("plugin","properties",{modals:{properties:'
'},translations:{en:{properties:"Properties",id:"ID",classname:"Class"}},init:function(t){this.app=t,this.opts=t.opts,this.lang=t.lang,this.$body=t.$body,this.toolbar=t.toolbar,this.inspector=t.inspector,this.selection=t.selection,this.labelStyle={"font-family":"monospace",position:"absolute",padding:"2px 5px","line-height":1,"border-radius":"3px","font-size":"11px",color:"rgba(255, 255, 255, .9)"}},onmodal:{properties:{open:function(t,e){if(this.$block){var i=this._getData(this.$block);e.setData(i)}},opened:function(t,e){e.getField("id").focus()},save:function(t,e){var i=e.getData();this._save(i)}}},onbutton:{properties:{observe:function(t){this._observeButton(t)}}},onclick:function(){},start:function(){var t={title:this.lang.get("properties"),api:"plugin.properties.open",observe:"properties"};this.toolbar.addButton("properties",t).setIcon(''),this._createLabel()},stop:function(){this._removeLabel()},open:function(){var t=this.selection.getBlock();if(t){this.$block=a.dom(t);var e={title:this.lang.get("properties"),width:"500px",name:"properties",handle:"save",commands:{save:{title:this.lang.get("save")},cancel:{title:this.lang.get("cancel")}}};this.app.api("module.modal.build",e)}},_save:function(t){this.app.api("module.modal.close"),""===t.id?this.$block.removeAttr("id"):this.$block.attr("id",t.id),""===t.classname?this.$block.removeAttr("class"):this.$block.attr("class",t.classname)},_getData:function(t){var e=a.dom(t);return{id:e.attr("id"),classname:e.attr("class")}},_showData:function(t,e){var i="";if(e.id&&(i+="#"+e.id+" "),e.classname&&(i+="."+e.classname),""!==i){var s=a.dom(t).offset();this.$label.css({top:s.top-12+"px",left:s.left+"px","z-index":this.opts.zindex?this.opts.zindex+3:"auto"}),this.$label.html(i),this.$label.show()}else this.$label.hide()},_createLabel:function(){this.$label=a.dom(""),this.$label.hide(),this.$label.css(this.labelStyle).css("background","rgba(229, 57, 143, .7)"),this.$body.append(this.$label)},_removeLabel:function(){this.$label&&this.$label.remove()},_observeButton:function(t){var e=this.selection.getBlock(),i=this.inspector.parse(e);if(e&&!i.isComponent()){var s=this._getData(e);this._showData(e,s),t.enable()}else t.disable(),this.$label&&this.$label.hide()}})}(Redactor); diff --git a/config/config.yaml b/config/config.yaml index f654024..e334ae0 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -39,7 +39,10 @@ default: # https://imperavi.com/redactor/docs/settings/formatting/#s-formattingadd formattingAdd: small: - title: 'Small' + # `## key ##` is Redactor's i18n placeholder: it's replaced at runtime with + # the `small` entry from the active langs/.js. Use a plain string + # here (e.g. 'Small') only if you want the same label in every language. + title: '## small ##' api: 'module.block.format' args: tag: 'small' diff --git a/config/services.yaml b/config/services.yaml index 3d06539..43c9752 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -14,6 +14,11 @@ services: $projectDir: '%kernel.project_dir%' $publicFolder: '%bolt.public_folder%' + Bolt\Redactor\RedactorConfig: + arguments: + $projectDir: '%kernel.project_dir%' + $publicFolder: '%bolt.public_folder%' + ### Map entities doctrine: orm: diff --git a/src/RedactorConfig.php b/src/RedactorConfig.php index 0ffb542..ccf7426 100644 --- a/src/RedactorConfig.php +++ b/src/RedactorConfig.php @@ -11,6 +11,7 @@ use Pagerfanta\PagerfantaInterface; use RuntimeException; use Symfony\Bundle\SecurityBundle\Security; +use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface; use Symfony\Contracts\Cache\CacheInterface; @@ -33,7 +34,10 @@ public function __construct( private readonly Config $boltConfig, private readonly Query $query, private readonly CacheInterface $cache, - private readonly Security $security + private readonly Security $security, + private readonly RequestStack $requestStack, + private readonly string $projectDir, + private readonly string $publicFolder ) { } @@ -50,6 +54,12 @@ public function getConfig(): array $this->config = array_replace_recursive($this->getDefaults(), $extension->getConfig()['default'], $this->getLinks()); + // The editor UI language always follows the current Bolt backend locale + // (resolved per user by Bolt's LocaleSubscriber). It is intentionally not + // configurable — set last so any stray `lang:` in config can't freeze it. + // The matching langs/.js is auto-loaded by redactor_includes(). + $this->config['lang'] = $this->resolveLocale(); + return $this->config; } @@ -213,6 +223,35 @@ private function getLinksHelper(): array ]; } + /** + * The locale to use for the editor UI. Uses the current request locale, which + * Bolt resolves per user in the backend (LocaleSubscriber sets it from the + * user's `_backend_locale`). + * + * Falls back to English when there is no request (e.g. CLI / cache warmup) or + * when we ship no matching langs/.js. The fallback keeps `lang` in sync + * with the file that redactor_includes() actually loads, so the config can + * never point at a language table that was never loaded. + */ + private function resolveLocale(): string + { + $request = $this->requestStack->getCurrentRequest(); + $locale = $request?->getLocale() ?: 'en'; + + return $this->hasLangFile($locale) ? $locale : 'en'; + } + + private function hasLangFile(string $locale): bool + { + if ($locale === '') { + return false; + } + + $path = sprintf('%s/%s/assets/redactor/langs/%s.js', $this->projectDir, $this->publicFolder, $locale); + + return is_file($path); + } + private function getExtension(): Extension { /** @var Extension|null $extension */ diff --git a/src/TwigExtension.php b/src/TwigExtension.php index edd9ac7..130642b 100644 --- a/src/TwigExtension.php +++ b/src/TwigExtension.php @@ -63,6 +63,15 @@ public function redactorIncludes(): string } } + // Then the UI language file matching the resolved locale (see + // RedactorConfig::resolveLocale), so the toolbar is localized without the + // user having to add it to `includes` manually. This includes English: + // redactor.min.js ships a built-in `en` table, but langs/en.js overrides it + // with our normalized set (e.g. the `small` format label), so we load it too. + // Unsupported locales are skipped (no such file), in which case Redactor + // falls back to its built-in English on its own. + $output .= $this->redactorLangInclude(); + // Next, if there are extra inludes configured, we add them here $includes = $this->redactorConfig->getConfig()['includes']; @@ -81,6 +90,30 @@ public function redactorIncludes(): string return $output; } + /** + * A `', $relative) . "\n"; + } + private function makePath(string $item): string { $path = $this->boltConfig->getPath($item, false);