Skip to content

Commit 0df9a60

Browse files
committed
Merge pull request summernote#1653 from jozefizso/fix_lang_sk
Fixes based on Slovak grammar.
2 parents 90515f8 + 5292c06 commit 0df9a60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lang/summernote-sk-SK.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
font: {
55
bold: 'Tučné',
66
italic: 'Kurzíva',
7-
underline: 'Podtržené',
7+
underline: 'Podčiarknutie',
88
clear: 'Odstrániť štýl písma',
99
height: 'Výška riadku',
10-
strikethrough: 'Preškrtnuté',
10+
strikethrough: 'Prečiarknuté',
1111
size: 'Veľkosť písma'
1212
},
1313
image: {
@@ -28,7 +28,7 @@
2828
videoLink: 'Odkaz videa',
2929
insert: 'Vložiť video',
3030
url: 'URL videa?',
31-
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion nebo Youku)'
31+
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion alebo Youku)'
3232
},
3333
link: {
3434
link: 'Odkaz',
@@ -67,8 +67,8 @@
6767
codeview: 'HTML kód'
6868
},
6969
paragraph: {
70-
paragraph: 'Odstavec',
71-
outdent: 'Zvečiť odsadenie',
70+
paragraph: 'Odsek',
71+
outdent: 'Zväčšiť odsadenie',
7272
indent: 'Zmenšiť odsadenie',
7373
left: 'Zarovnať doľava',
7474
center: 'Zarovnať na stred',
@@ -80,7 +80,7 @@
8080
more: 'Dalšie farby',
8181
background: 'Farba pozadia',
8282
foreground: 'Farba písma',
83-
transparent: 'Priehľednosť',
83+
transparent: 'Priehľadnosť',
8484
setTransparent: 'Nastaviť priehľadnosť',
8585
reset: 'Obnoviť',
8686
resetToDefault: 'Obnoviť prednastavené'
@@ -90,7 +90,7 @@
9090
close: 'Zavrieť',
9191
textFormatting: 'Formátovanie textu',
9292
action: 'Akcia',
93-
paragraphFormatting: 'Formátovánie odstavca',
93+
paragraphFormatting: 'Formátovanie odseku',
9494
documentStyle: 'Štýl dokumentu'
9595
},
9696
history: {

0 commit comments

Comments
 (0)