Skip to content

Commit

Permalink
add ua-UA locale
Browse files Browse the repository at this point in the history
  • Loading branch information
metisigor committed Jan 20, 2013
1 parent 3520809 commit 852adbb
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions src/locales/bootstrap-wysihtml5.ua-UA.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/**
* Ukrainian translation for bootstrap-wysihtml5
*/
(function($){
$.fn.wysihtml5.locale["ua-UA"] = {
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));

0 comments on commit 852adbb

Please sign in to comment.