Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create bootstrap-markdown.sk.js #325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions locale/bootstrap-markdown.sk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**
* Slovak translation for bootstrap-markdown
* Jakub ADAMEC <[email protected]>
*/
(function ($) {
$.fn.markdown.messages.cs = {
'Bold': "Tučné",
'Italic': "Kurzíva",
'Heading': "Nadpis",
'URL/Link': "URL/Odkaz",
'Image': "Obrázok",
'Unordered List': "Odrážkový zoznam",
'Ordered List': "Číslovaný zoznam",
'Code': "Kód",
'Quote': "Citát",
'Preview': "Náhľad",
'strong text': "tučný text",
'emphasized text': "zdôraznený text",
'heading text': "text nadpisu",
'enter link description here': "zadajte text odkazu",
'Insert Hyperlink': "Zadajte URL odkazu",
'enter image description here': "zadajte text obrázka",
'Insert Image Hyperlink': "Zadajte URL obrázka",
'enter image title here': "zadajte popis obrázka",
'list text here': "položka zoznamu"
};
}(jQuery));