Skip to content

Commit

Permalink
Ukrainian localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vivtash committed Jul 22, 2014
1 parent 44fd6e1 commit 32a537e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions locale/bootstrap-markdown.ua.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/**
* Ukrainian translation for bootstrap-markdown
* by Oleg Vivtash <o@vivtash.net>
*/
;(function($){
$.fn.markdown.messages['ua'] = {
'Bold': "Жирный",
'Italic': "Курсив",
'Heading': "Заголовок",
'URL/Link': "Вставте посилання",
'Image': "Зображення",
'List': "Список",
'Preview': "Попередній перегляд",
'strong text': "виділений текст",
'emphasized text': "нахилений текст",
'heading text': "текст заголовку",
'enter link description here': "введіть опис посилання",
'Insert Hyperlink': "Введіть гіперпосилання",
'enter image description here': "Введіть опис зображення",
'Insert Image Hyperlink': "Вставте посилання на зображення",
'enter image title here': "Введіть назву зображення",
'list text here': "текст списку"
};
}(jQuery))

0 comments on commit 32a537e

Please sign in to comment.