comparison src/languages/cs.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 Daniel Vítek danielvitek1@gmail.com danvitek.cz
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7
8 sceditor.locale['cs'] = {
9 'Bold': 'Tučné',
10 'Italic': 'Kurzíva',
11 'Underline': 'Podtržené',
12 'Strikethrough': 'Přeškrtnuté',
13 'Subscript': 'Dolní index',
14 'Superscript': 'Horní index',
15 'Align left': 'Zarovnat vlevo',
16 'Center': 'Zarovnat na střed',
17 'Align right': 'Zarovnat vpravo',
18 'Justify': 'Zarovnat do bloku',
19 'Font Name': 'Výběr písma',
20 'Font Size': 'Velikost písma',
21 'Font Color': 'Barva písma',
22 'Remove Formatting': 'Vymazat formátování',
23 'Cut': 'Vyjmout',
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Váš prohlížeč nepodporuje tento příkaz, použijte CTRL+X',
25 'Copy': 'Kopírovat',
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Váš prohlížeč nepodporuje tento příkaz, použijte CTRL+C',
27 'Paste': 'Vložit',
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Váš prohlížeč nepodporuje tento příkaz, použijte CTRL+V',
29 'Paste your text inside the following box:': 'Vložte Váš text do následujícího pole',
30 'Paste Text': 'Vložit text',
31 'Bullet list': 'Seznam',
32 'Numbered list': 'Číslovaný seznam',
33 'Undo': 'Zpět',
34 'Redo': 'Vpřed',
35 'Rows:': 'Řádků',
36 'Cols:': 'Buněk',
37 'Insert a table': 'Vložit tabulku',
38 'Insert a horizontal rule': 'Vložit vodorovnou čáru',
39 'Code': 'Vložit kód',
40 'Width (optional):': 'Šířka (volitelné)',
41 'Height (optional):': 'Výška (volitelné)',
42 'Insert an image': 'Vložit obrázek',
43 'E-mail:': 'E-mailová adresa',
44 'Insert an email': 'Vložit e-mail',
45 'URL:': 'Adresa',
46 'Insert a link': 'Vložit odkaz',
47 'Unlink': 'Zrušit odkaz',
48 'More': 'Více',
49 'Insert an emoticon': 'Vložit smajlíka',
50 'Video URL:': 'Adresa videa',
51 'Insert': 'Vložit',
52 'Insert a YouTube video': 'Vložte video z YouTube',
53 'Insert current date': 'Vložte aktuální datum',
54 'Insert current time': 'Vložte aktuální čas',
55 'Print': 'Vytisknout',
56 'View source': 'Zobrazit zdroj',
57 'Description (optional):': 'Popis (volitelné)',
58 'Enter the image URL:': 'Vložte adresu obrázku',
59 'Enter the e-mail address:': 'Vložte e-mailovou adresu',
60 'Enter the displayed text:': 'Vložte zobrazovaný text',
61 'Enter URL:': 'Vložte adresu',
62 'Enter the YouTube video URL or ID:': 'Vložte adresu YouTube videa nebo ID videa',
63 'Insert a Quote': 'Vložit citát',
64 'Invalid YouTube video': 'Neplatné YouTube video',
65 'Add indent': 'Posunout na další úroveň',
66 'Remove one indent': 'Posunout na předchozí úroveň',
67 'Maximize': 'Zobrazit přes celou obrazovku',
68
69 dateFormat: 'day-month-year'
70 };
71 })();