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
27
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.cs.js
vendored
Normal file
27
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.cs.js
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
/**
|
||||
* Czech translation for bootstrap-markdown
|
||||
* Vít Kabele <vit@kabele.me>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.markdown.messages.cs = {
|
||||
'Bold': "Tučně",
|
||||
'Italic': "Kurzíva",
|
||||
'Heading': "Nadpis",
|
||||
'URL/Link': "URL/Odkaz",
|
||||
'Image': "Obrázek",
|
||||
'Unordered List': "Seznam",
|
||||
'Ordered List': "Seřazený seznam",
|
||||
'Code': "Úsek kódu",
|
||||
'Quote': "Citace",
|
||||
'Preview': "Náhled",
|
||||
'strong text': "tučný text",
|
||||
'emphasized text': "zdůrazněný text",
|
||||
'heading text': "text nadpisu",
|
||||
'enter link description here': "sem vlož popis odkazu",
|
||||
'Insert Hyperlink': "Vložit Hyperlink",
|
||||
'enter image description here': "sem vlož popis obrázku",
|
||||
'Insert Image Hyperlink': "Vlož adresu obrázku",
|
||||
'enter image title here': "sem vlož popis obrázku",
|
||||
'list text here': "položka seznamu"
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue