Skip to content

Commit

Permalink
2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jan 27, 2019
1 parent d102f65 commit 0461cf0
Show file tree
Hide file tree
Showing 67 changed files with 152 additions and 57 deletions.
3 changes: 2 additions & 1 deletion dist/langs/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jQuery.trumbowyg.langs.de = {
unorderedList: 'Ungeordnete Liste',
orderedList: 'Geordnete Liste',

image: 'Bild',
insertImage: 'Bild einfügen',
insertVideo: 'Video einfügen',
link: 'Link',
Expand All @@ -47,7 +48,7 @@ jQuery.trumbowyg.langs.de = {
close: 'Schließen',

submit: 'Bestätigen',
reset: 'Zurücksetzen',
reset: 'Abbrechen',

required: 'Erforderlich',
description: 'Beschreibung',
Expand Down
2 changes: 1 addition & 1 deletion dist/langs/de.min.js

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

2 changes: 1 addition & 1 deletion dist/langs/pt_br.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jQuery.trumbowyg.langs.pt_br = {
description: 'Descrição',
title: 'Título',
text: 'Texto',
target: 'Target'
target: 'Alvo'
};
2 changes: 1 addition & 1 deletion dist/langs/pt_br.min.js

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

8 changes: 7 additions & 1 deletion dist/plugins/base64/trumbowyg.base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@
file: '檔案',
errFileReaderNotSupported: '你的瀏覽器不支援FileReader',
errInvalidImage: '不正確的檔案格式'
},
},
pt_br: {
base64: 'Imagem em base64',
file: 'Arquivo',
errFileReaderNotSupported: 'FileReader não é suportado pelo seu navegador.',
errInvalidImage: 'Arquivo de imagem inválido.'
},
},
// jshint camelcase:true

Expand Down
2 changes: 1 addition & 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.

4 changes: 4 additions & 0 deletions dist/plugins/colors/trumbowyg.colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
tr: {
foreColor: 'Yazı rengi',
backColor: 'Arkaplan rengi'
},
pt_br: {
foreColor: 'Cor de fonte',
backColor: 'Cor de fundo'
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/colors/trumbowyg.colors.min.js

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

2 changes: 1 addition & 1 deletion dist/plugins/colors/ui/sass/trumbowyg.colors.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.13.0 - A lightweight WYSIWYG editor
* Trumbowyg v2.14.0 - A lightweight WYSIWYG editor
* Default stylesheet for Trumbowyg editor plugin
* ------------------------
* @link http://alex-d.github.io/Trumbowyg
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/colors/ui/trumbowyg.colors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.13.0 - A lightweight WYSIWYG editor
* Trumbowyg v2.14.0 - A lightweight WYSIWYG editor
* Trumbowyg plugin stylesheet
* ------------------------
* @link http://alex-d.github.io/Trumbowyg
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/colors/ui/trumbowyg.colors.min.css

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

3 changes: 3 additions & 0 deletions dist/plugins/emoji/trumbowyg.emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,9 @@
da: {
emoji: 'Tilføj et humørikon'
},
de: {
emoji: 'Emoticon einfügen'
},
fr: {
emoji: 'Ajouter un emoji'
},
Expand Down
Loading

0 comments on commit 0461cf0

Please sign in to comment.