-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Oleg Vivtash
committed
Jul 22, 2014
1 parent
44fd6e1
commit 32a537e
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |