Skip to content

Commit

Permalink
2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Dec 13, 2018
1 parent 4148094 commit 452361e
Show file tree
Hide file tree
Showing 81 changed files with 3,609 additions and 883 deletions.
67 changes: 67 additions & 0 deletions dist/langs/ar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
/* ===========================================================
* ar.js
* Arabic translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Abo Mokh ahmed (abomokhahmed)
* Github : https://github.com/abomokhahmed
* Reviewed by : Abdellah Chadidi (chadidi)
* Github : https://github.com/chadidi
*/

jQuery.trumbowyg.langs.ar = {
_dir: 'rtl',

viewHTML: 'إعرض-HTML',

undo: 'تراجع',
redo: 'إعادة',

formatting: 'تنسيق',

p: 'فقرة',
blockquote: 'اقتباس',
code: 'كود',
header: 'رأس',

bold: 'عريض',
italic: 'مائل',
strikethrough: 'مشطوب',
underline: 'خطّ سفلي',

strong: 'بارز',
em: 'تغميق',
del: 'حذف',

superscript: 'الأس',
subscript: 'أس سفلي',

unorderedList: 'قائمة غير مرتّبة',
orderedList: 'قائمة مرتّبة',

insertImage: 'إدراج صورة',
insertVideo: 'إدراج فيديو',
link: 'رابط',
createLink: 'انشاء رابط',
unlink: 'حذف رابط',

justifyLeft: 'تصحيح للشمال',
justifyCenter: 'توسيط',
justifyRight: 'تصحيح لليمين',
justifyFull: 'تصحيح لكلا الإتّجاهين',

horizontalRule: 'إدراج خطّ أفقي',

fullscreen: 'ملء الشاشة',

close: 'إغلاق',

submit: 'إرسال',
reset: 'إعادة تعيين',

required: 'إلزامي',
description: 'وصف',
title: 'عنوان',
text: 'نصّ',
target: 'الهدف'
};
54 changes: 54 additions & 0 deletions dist/langs/bg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
/* ===========================================================
* bg.js
* Bulgarian translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Aleksandar Dimitrov
*/

jQuery.trumbowyg.langs.bg = {
viewHTML: 'Прегледай HTML',

formatting: 'Форматиране',
p: 'Параграф',
blockquote: 'Цитат',
code: 'Код',
header: 'Заглавие',

bold: 'Удебелен',
italic: 'Наклонен',
strikethrough: 'Зачеркнат',
underline: 'Подчертан',

strong: 'Удебелен',
em: 'Наклонен',
del: 'Зачеркнат',

unorderedList: 'Обикновен списък',
orderedList: 'Номериран списък',

insertImage: 'Добави изображение',
insertVideo: 'Добави видео',
link: 'Връзка',
createLink: 'Създай връзка',
unlink: 'Премахни връзката',

justifyLeft: 'Подравни от ляво',
justifyCenter: 'Центрирай',
justifyRight: 'Подравни от дясно',
justifyFull: 'Подравни по ширина',

horizontalRule: 'Хоризонтална линия',

fullscreen: 'На цял екран',

close: 'Затвори',

submit: 'Впиши',
reset: 'Отмени',

required: 'Задължително',
description: 'Описание',
title: 'Заглавие',
text: 'Текст'
};
61 changes: 61 additions & 0 deletions dist/langs/by.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/* ===========================================================
* by.js
* Belarusian translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Yury Karalkou
*/

jQuery.trumbowyg.langs.by = {
viewHTML: 'Паглядзець HTML',

undo: 'Скасаваць',
redo: 'Паўтарыць',

formatting: 'Фарматаванне',
p: 'Звычайны',
blockquote: 'Цытата',
code: 'Код',
header: 'Загаловак',

bold: 'Паўтлусты',
italic: 'Курсіў',
strikethrough: 'Закрэслены',
underline: 'Падкрэслены',

strong: 'Паўтлусты',
em: 'Курсіў',
del: 'Закрэслены',

superscript: 'Верхні індэкс',
subscript: 'Індэкс',

unorderedList: 'Звычайны спіс',
orderedList: 'Нумараваны спіс',

insertImage: 'Уставіць выяву',
insertVideo: 'Уставіць відэа',
link: 'Спасылка',
createLink: 'Уставіць спасылку',
unlink: 'Выдаліць спасылку',

justifyLeft: 'Па леваму боку',
justifyCenter: 'У цэнтры',
justifyRight: 'Па праваму боку',
justifyFull: 'Па шырыні',

horizontalRule: 'Гарызантальная лінія',
removeformat: 'Ачысціць фарматаванне',

fullscreen: 'На ўвесь экран',

close: 'Зачыніць',

submit: 'Уставіць',
reset: 'Скасаваць',

required: 'Абавязкова',
description: 'Апісанне',
title: 'Падказка',
text: 'Тэкст'
};
57 changes: 57 additions & 0 deletions dist/langs/ca.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/* ===========================================================
* ca.js
* Catalan translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Àlfons Sánchez (alsanan)
* Twitter : @alsanan
* Website : about.me/alsanan
* Github : https://github.com/alsanan
*/

jQuery.trumbowyg.langs.ca = {
viewHTML: 'Veure HTML',

formatting: 'Formatar',
p: 'Paragraf',
blockquote: 'Citació',
code: 'Codi',
header: 'Títol',

bold: 'Negreta',
italic: 'Itàlica',
strikethrough: 'Suprimir',
underline: 'Subratllat',

strong: 'Forta',
em: 'Èmfasi',
del: 'Apagar',

unorderedList: 'Lista desordenada',
orderedList: 'Lista ordenada',

insertImage: 'Inserir imatge',
insertVideo: 'Inserir vídeo',
link: 'Enllaç',
createLink: 'Crear un enllaç',
unlink: 'Eliminar enllaç',

justifyLeft: 'Alinear a esquerra',
justifyCenter: 'Centrar',
justifyRight: 'Alinear a dreta',
justifyFull: 'Justificar',

horizontalRule: 'Inserir separador horitzontal',

fullscreen: 'Pantalla completa',

close: 'Tancar',

submit: 'Enviar',
reset: 'Reiniciar',

required: 'Obligatori',
description: 'Descripció',
title: 'Títol',
text: 'Text'
};
54 changes: 54 additions & 0 deletions dist/langs/cs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
/* ===========================================================
* cs.js
* Czech translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Jan Svoboda (https://github.com/svoboda-jan)
*/

jQuery.trumbowyg.langs.cs = {
viewHTML: 'Zobrazit HTML',

formatting: 'Formátování',
p: 'Odstavec',
blockquote: 'Citace',
code: 'Kód',
header: 'Nadpis',

bold: 'Tučné',
italic: 'Kurzíva',
strikethrough: 'Přeškrtnuté',
underline: 'Podtržené',

strong: 'Tučné',
em: 'Zvýraznit',
del: 'Smazat',

unorderedList: 'Netříděný seznam',
orderedList: 'Tříděný seznam',

insertImage: 'Vložit obrázek',
insertVideo: 'Vložit video',
link: 'Odkaz',
createLink: 'Vložit odkaz',
unlink: 'Smazat odkaz',

justifyLeft: 'Zarovnat doleva',
justifyCenter: 'Zarovnat na střed',
justifyRight: 'Zarovnat doprava',
justifyFull: 'Zarovnat do bloku',

horizontalRule: 'Vložit vodorovnou čáru',

fullscreen: 'Režim celé obrazovky',

close: 'Zavřít',

submit: 'Potvrdit',
reset: 'Zrušit',

required: 'Povinné',
description: 'Popis',
title: 'Nadpis',
text: 'Text'
};
64 changes: 64 additions & 0 deletions dist/langs/da.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
/* ===========================================================
* da.js
* Danish translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Christian Pedersen
* Github : https://github.com/chripede
*/

jQuery.trumbowyg.langs.da = {
viewHTML: 'Vis HTML',

undo: 'Fortryd',
redo: 'Anuller fortryd',

formatting: 'Formattering',
p: 'Afsnit',
blockquote: 'Citat',
code: 'Kode',
header: 'Overskrift',

bold: 'Fed',
italic: 'Kursiv',
strikethrough: 'Gennemstreg',
underline: 'Understreg',

strong: 'Vigtig',
em: 'Fremhæv',
del: 'Slettet',

superscript: 'Hævet skrift',
subscript: 'Sænket skrift',

unorderedList: 'Uordnet liste',
orderedList: 'Ordnet liste',

insertImage: 'Indsæt billede',
insertVideo: 'Indsæt video',
link: 'Link',
createLink: 'Indsæt link',
unlink: 'Fjern link',

justifyLeft: 'Venstrestil',
justifyCenter: 'Centrer',
justifyRight: 'Højrestil',
justifyFull: 'Lige margener',

horizontalRule: 'Horisontal linie',
removeformat: 'Ryd formattering',

fullscreen: 'Fuld skærm',

close: 'Luk',

submit: 'Bekræft',
reset: 'Annuller',

required: 'Påkrævet',
description: 'Beskrivelse',
title: 'Titel',
text: 'Tekst',
target: 'Mål',
width: 'Bredde'
};
Loading

0 comments on commit 452361e

Please sign in to comment.