mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
49
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.bg-BG.js
vendored
Normal file
49
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.bg-BG.js
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
/**
|
||||
* Bulgarian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["bg-BG"] = {
|
||||
font_styles: {
|
||||
normal: "Нормален текст",
|
||||
h1: "Заглавие 1",
|
||||
h2: "Заглавие 2",
|
||||
h3: "Заглавие 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Удебелен",
|
||||
italic: "Курсив",
|
||||
underline: "Подчертан"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Неподреден списък",
|
||||
ordered: "Подреден списък",
|
||||
outdent: "Намали отстояние",
|
||||
indent: "Увеличи отстояние"
|
||||
},
|
||||
link: {
|
||||
insert: "Вмъкни връзка",
|
||||
cancel: "Отмени"
|
||||
},
|
||||
image: {
|
||||
insert: "Вмъкни картинка",
|
||||
cancel: "Отмени"
|
||||
},
|
||||
html: {
|
||||
edit: "Редакртирай HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Черен",
|
||||
silver: "Сребърен",
|
||||
gray: "Сив",
|
||||
maroon: "Коричневый",
|
||||
red: "Червен",
|
||||
purple: "Виолетов",
|
||||
green: "Зелен",
|
||||
olive: "Маслинен",
|
||||
navy: "Морско син",
|
||||
blue: "Син",
|
||||
orange: "Оранжев"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue