-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I added cs locale file for Czech Language
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
/** | ||
* Czech translation for bootstrap-markdown | ||
* Vít Kabele <[email protected]> | ||
*/ | ||
(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)); |