Skip to content

Commit

Permalink
2.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Aug 11, 2022
1 parent fb694bb commit 8cccbc2
Show file tree
Hide file tree
Showing 80 changed files with 1,418 additions and 999 deletions.
13 changes: 11 additions & 2 deletions dist/langs/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
jQuery.trumbowyg.langs.cs = {
viewHTML: 'Zobrazit HTML',

redo: 'Vpřed',
undo: 'Zpět',

formatting: 'Formátování',
p: 'Odstavec',
blockquote: 'Citace',
Expand All @@ -22,7 +25,10 @@ jQuery.trumbowyg.langs.cs = {

strong: 'Tučné',
em: 'Zvýraznit',
del: 'Smazat',
del: 'Přeškrtnuté',

superscript: 'Horní index',
subscript: 'Dolní index',

unorderedList: 'Netříděný seznam',
orderedList: 'Tříděný seznam',
Expand All @@ -40,6 +46,8 @@ jQuery.trumbowyg.langs.cs = {

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


removeformat: 'Vymazat formátování',
fullscreen: 'Režim celé obrazovky',

close: 'Zavřít',
Expand All @@ -50,5 +58,6 @@ jQuery.trumbowyg.langs.cs = {
required: 'Povinné',
description: 'Popis',
title: 'Nadpis',
text: 'Text'
text: 'Text',
target: 'Cíl'
};
2 changes: 1 addition & 1 deletion dist/langs/cs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/langs/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

jQuery.trumbowyg.langs.it = {
viewHTML: 'Mostra HTML',

undo: 'Annulla',
redo: 'Ripeti',

formatting: 'Formattazione',
p: 'Paragrafo',
Expand Down
2 changes: 1 addition & 1 deletion dist/langs/it.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion dist/langs/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ jQuery.trumbowyg.langs.tr = {
text: 'Metin',

undo: 'Geri al',
redo: 'İleri al'
redo: 'İleri al',

removeformat:"Biçimlendirmeyi temizle"
};
2 changes: 1 addition & 1 deletion dist/langs/tr.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
* Özgür Görgülü (ozgurg)
* Github : https://github.com/ozgurg
*/
jQuery.trumbowyg.langs.tr={viewHTML:"HTML Kodu",formatting:"Biçimlendirme",p:"Paragraf",blockquote:"Alıntı",code:"Kod",header:"Başlık",bold:"Kalın",italic:"İtalik",strikethrough:"Üzeri çizgili",underline:"Altı çizgili",strong:"Koyu",em:"Vurgulu",del:"Üzeri çizgili",unorderedList:"Simgeli liste",orderedList:"Numaralı liste",insertImage:"Resim yerleştir",insertVideo:"Video yerleştir",link:"Link",createLink:"Link yerleştir",unlink:"Linki sil",justifyLeft:"Sola hizala",justifyCenter:"Ortaya hizala",justifyRight:"Sağa hizala",justifyFull:"Yasla",horizontalRule:"Yatay satır ekle",fullscreen:"Tam ekran",close:"Kapat",submit:"Onayla",reset:"Sıfırla",required:"Gerekli",description:"Açıklama",title:"Başlık",text:"Metin",undo:"Geri al",redo:"İleri al"};
jQuery.trumbowyg.langs.tr={viewHTML:"HTML Kodu",formatting:"Biçimlendirme",p:"Paragraf",blockquote:"Alıntı",code:"Kod",header:"Başlık",bold:"Kalın",italic:"İtalik",strikethrough:"Üzeri çizgili",underline:"Altı çizgili",strong:"Koyu",em:"Vurgulu",del:"Üzeri çizgili",unorderedList:"Simgeli liste",orderedList:"Numaralı liste",insertImage:"Resim yerleştir",insertVideo:"Video yerleştir",link:"Link",createLink:"Link yerleştir",unlink:"Linki sil",justifyLeft:"Sola hizala",justifyCenter:"Ortaya hizala",justifyRight:"Sağa hizala",justifyFull:"Yasla",horizontalRule:"Yatay satır ekle",fullscreen:"Tam ekran",close:"Kapat",submit:"Onayla",reset:"Sıfırla",required:"Gerekli",description:"Açıklama",title:"Başlık",text:"Metin",undo:"Geri al",redo:"İleri al",removeformat:"Biçimlendirmeyi temizle"};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions dist/plugins/base64/trumbowyg.base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
errFileReaderNotSupported: 'FileReader is not supported by your browser.',
errInvalidImage: 'Invalid image file.'
},
by: {
base64: 'Выява (фармат base64)',
file: 'Файл',
errFileReaderNotSupported: 'FileReader не падтрымліваецца вашым браўзэрам.',
errInvalidImage: 'Несапраўдны файл выявы.'
},
cs: {
base64: 'Vložit obrázek',
file: 'Soubor'
Expand Down
9 changes: 8 additions & 1 deletion dist/plugins/base64/trumbowyg.base64.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions dist/plugins/cleanpaste/trumbowyg.cleanpaste.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion dist/plugins/colors/trumbowyg.colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
foreColorRemove: 'Remove text color',
backColorRemove: 'Remove background color'
},
by: {
foreColor: 'Колер тэксту',
backColor: 'Колер фону тэксту',
foreColorRemove: 'Выдаліць колер тэксту',
backColorRemove: 'Выдаліць колер фону тэксту'
},
cs: {
foreColor: 'Barva textu',
backColor: 'Barva pozadí'
Expand Down Expand Up @@ -70,7 +76,9 @@
},
ru: {
foreColor: 'Цвет текста',
backColor: 'Цвет выделения текста'
backColor: 'Цвет выделения текста',
foreColorRemove: 'Очистить цвет текста',
backColorRemove: 'Очистить цвет выделения текста'
},
sk: {
foreColor: 'Farba textu',
Expand Down Expand Up @@ -107,6 +115,9 @@
return 'transparent';
} else {
rgb = rgb.match(/^rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d?(.\d+)))?\)$/);
if (rgb == null) {
return 'transparent'; // No match, return transparent as unkown color
}
return hex(rgb[1]) + hex(rgb[2]) + hex(rgb[3]);
}
}
Expand Down

0 comments on commit 8cccbc2

Please sign in to comment.