Skip to content

Commit eb9b5cb

Browse files
committed
Merge pull request jhollingworth#204 from metisigor/master
Add Ukrainian localization
2 parents 2321e26 + 852adbb commit eb9b5cb

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
/**
2+
* Ukrainian translation for bootstrap-wysihtml5
3+
*/
4+
(function($){
5+
$.fn.wysihtml5.locale["ua-UA"] = {
6+
font_styles: {
7+
normal: "Звичайний текст",
8+
h1: "Заголовок 1",
9+
h2: "Заголовок 2",
10+
h3: "Заголовок 3"
11+
},
12+
emphasis: {
13+
bold: "Напівжирний",
14+
italic: "Курсив",
15+
underline: "Підкреслений"
16+
},
17+
lists: {
18+
unordered: "Маркований список",
19+
ordered: "Нумерований список",
20+
outdent: "Зменшити відступ",
21+
indent: "Збільшити відступ"
22+
},
23+
link: {
24+
insert: "Вставити посилання",
25+
cancel: "Відміна"
26+
},
27+
image: {
28+
insert: "Вставити зображення",
29+
cancel: "Відміна"
30+
},
31+
html: {
32+
edit: "HTML код"
33+
},
34+
colours: {
35+
black: "Чорний",
36+
silver: "Срібний",
37+
gray: "Сірий",
38+
maroon: "Коричневий",
39+
red: "Червоний",
40+
purple: "Фіолетовий",
41+
green: "Зелений",
42+
olive: "Оливковий",
43+
navy: "Темно-синій",
44+
blue: "Синій",
45+
orange: "Помаранчевий"
46+
}
47+
};
48+
}(jQuery));
49+

0 commit comments

Comments
 (0)