Skip to content

Commit 9cea4c1

Browse files
author
Nagy Szilveszter
committed
Added hungarian locale.
1 parent 604a3be commit 9cea4c1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

locale/bootstrap-markdown.hu.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/**
2+
* Hungarian translation for bootstrap-markdown
3+
4+
*/
5+
(function ($) {
6+
$.fn.markdown.messages.hu = {
7+
'Bold': 'Félkövér',
8+
'Italic': 'Dőlt',
9+
'Heading': 'Címsor',
10+
'URL/Link': 'URL/Link',
11+
'Image': 'Kép',
12+
'List': 'Lista',
13+
'Preview': 'Előnézet',
14+
'strong text': 'Félkövér',
15+
'emphasized text': 'Kiemelt szöveg',
16+
'heading text': 'Címszöveg',
17+
'enter link description here': 'Adja meg a link leírását',
18+
'Insert Hyperlink': 'URL beszúrása',
19+
'enter image description here': 'Adja meg a kép leírását',
20+
'Insert Image Hyperlink': 'Kép URL beszúrása',
21+
'enter image title here': 'Adja meg a kép címét',
22+
'list text here': 'Lista szövege',
23+
'quote here': 'Idézet',
24+
'code text here': 'Kód'
25+
};
26+
}(jQuery));

0 commit comments

Comments
 (0)