comparison src/languages/sk.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 /**
2 * @author Kevo <me@kevo.link>
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7 sceditor.locale['sk'] = {
8 'Bold': 'Tučné',
9 'Italic': 'Kurzíva',
10 'Underline': 'Podčiarknuté',
11 'Strikethrough': 'Prečiarknuté',
12 'Subscript': 'Dolný index',
13 'Superscript': 'Horný index',
14 'Align left': 'Zarovnať vľavo',
15 'Center': 'Zarovnať na stred',
16 'Align right': 'Zarovnať vpravo',
17 'Justify': 'Zarovnať do bloku',
18 'Font Name': 'Typ písma',
19 'Font Size': 'Veľkosť písma',
20 'Font Color': 'Farba písma',
21 'Remove Formatting': 'Odstrániť formátovanie',
22 'Cut': 'Vystrihnúť',
23 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Váš prehliadač nepodporuje príkaz pre vystrihnutie. Prosím, použite klávesovú skratku Ctrl/Cmd-X',
24 'Copy': '',
25 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Váš prehliadač nepodporuje príkaz pre skopírovanie. Prosím, použite klávesovú skratku Ctrl/Cmd-C',
26 'Paste': '',
27 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Váš prehliadač nepodporuje príkaz pre vloženie. Prosím, použite klávesovú skratku Ctrl/Cmd-V',
28 'Paste your text inside the following box:': 'Vložte Váš text do nasledujúceho poľa',
29 'Paste Text': 'Vložiť text',
30 'Bullet list': 'Zoznam',
31 'Numbered list': 'Číslovaný zoznam',
32 'Undo': 'Krok späť',
33 'Redo': 'Krok vpred',
34 'Rows:': 'Riadkov:',
35 'Cols:': 'Stĺpcov:',
36 'Insert a table': 'Vložiť tabuľku',
37 'Insert a horizontal rule': 'Vložiť vodorovnú čiaru',
38 'Code': 'Vložiť kód',
39 'Width (optional):': 'Šírka (voliteľné):',
40 'Height (optional):': 'Výška (voliteľné):',
41 'Insert an image': 'Vložiť obrázok',
42 'E-mail:': 'E-mail:',
43 'Insert an email': 'Vložiť E-mail',
44 'URL:': 'URL adresa:',
45 'Insert a link': 'Vložiť odkaz',
46 'Unlink': 'Zrušiť odkaz',
47 'More': 'Viac',
48 'Insert an emoticon': 'Vložiť smajlíka',
49 'Video URL:': 'URL adresa videa:',
50 'Insert': 'Vložiť',
51 'Insert a YouTube video': 'Vložiť YouTube video',
52 'Insert current date': 'Vložiť dnešný dátum',
53 'Insert current time': 'Vložiť aktuálny čas',
54 'Print': 'Vytlačiť',
55 'View source': 'Zobraziť zdrojový kód',
56 'Description (optional):': 'Popis (voliteľné):',
57 'Enter the image URL:': 'Vložte URL adresu obrázka:',
58 'Enter the e-mail address:': 'Vložte E-mailovú adresu:',
59 'Enter the displayed text:': 'Vložte zobrazovaný text:',
60 'Enter URL:': 'Vložte URL adresu:',
61 'Enter the YouTube video URL or ID:': 'Vložte URL adresu YouTube videa alebo jeho ID:',
62 'Insert a Quote': 'Vložiť citát',
63 'Invalid YouTube video': 'Neplatné YouTube video',
64 'Left-to-Right': 'Zľava doprava',
65 'Right-to-Left': 'Zprava doľava',
66 'Drop files here': 'Presuňte súbory sem',
67 'Maximize': 'Maximalizovať',
68 dateFormat: 'day. month. year'
69 };
70 })();