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
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.ua.js
vendored
Normal file
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.ua.js
vendored
Normal file
|
@ -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))
|
Loading…
Add table
Add a link
Reference in a new issue