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
30
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.ru.js
vendored
Normal file
30
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.ru.js
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
/**
|
||||
* Russian translation for bootstrap-markdown
|
||||
* by Oleg Vivtash <o@vivtash.net>
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.markdown.messages['ru'] = {
|
||||
'Bold': "Жирный",
|
||||
'strong text': "выделенный текст",
|
||||
'Italic': "Курсив",
|
||||
'emphasized text': "наклонный текст",
|
||||
'Heading': "Заголовок",
|
||||
'heading text': "текст заголовка",
|
||||
'URL/Link': "Вставьте ссылку",
|
||||
'Insert Hyperlink': "Введите гиперссылку",
|
||||
'enter link description here': "введите описание ссылки",
|
||||
'Image': "Изображение",
|
||||
'enter image description here': "Введите описание изображения",
|
||||
'Insert Image Hyperlink': "Вставьте ссылку на изображение",
|
||||
'enter image title here': "Введите название изображения",
|
||||
'List': "Список",
|
||||
'Unordered List': "Неупорядоченный список",
|
||||
'Ordered List': "Упорядоченный список",
|
||||
'list text here': "текст списка",
|
||||
'Code': "Код",
|
||||
'code text here': "программный код",
|
||||
'Quote': "Цитата",
|
||||
'quote here': "цитируемый текст",
|
||||
'Preview': "Предварительный просмотр"
|
||||
};
|
||||
}(jQuery))
|
Loading…
Add table
Add a link
Reference in a new issue