Skip to content

Commit e7e0cdc

Browse files
authored
feat(i18n): add new Czech translations (#411)
1 parent 305b01f commit e7e0cdc

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

src/main/services/i18n/locales/cs/common.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
"moveStorage": "Přesunout úložiště",
44
"openStorage": "Otevřít úložiště",
55
"newStorage": "Nové úložiště",
6+
"reloadStorage": "Znovu načíst úložiště",
67
"fromMassCodeV1": "Z massCode v1.0",
78
"fromSnippetsLab": "Z SnippetsLab",
89
"confirm": "Potvrdit",
910
"cancel": "Zrušit",
1011
"update": ["Jít na GitHub", "OK"],
11-
"ok": "OK"
12+
"ok": "OK",
13+
"clear": "Vyčistit",
14+
"copy": "Kopírovat",
15+
"sort": "Seřadit",
16+
"revers": "Obrátit",
17+
"generate": "Generovat"
1218
},
1319
"newFolder": "Nová složka",
1420
"newSnippet": "Nový snippet",
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"form": {
3+
"inputString": "Vstupní řetězec",
4+
"outputString": "Výstupní řetězec",
5+
"inputUrl": "Vstupní URL",
6+
"outputUrl": "Výstupní URL",
7+
"parsedUrl": "Rozparsovaná URL",
8+
"splitQueryString": "Rozdělené parametry",
9+
"key": "Klíč",
10+
"value": "Hodnota",
11+
"component": "Komponenta",
12+
"result": "Výsledek",
13+
"secretKey": "Tajný klíč",
14+
"algorithm": "Algoritmus",
15+
"version": "Verze",
16+
"amount": "Počet",
17+
"type": "Typ",
18+
"length": "Délka",
19+
"options": "Možnosti",
20+
"numbers": "Čísla",
21+
"symbols": "Symboly",
22+
"lowercase": "Malá písmena",
23+
"uppercase": "Velká písmena"
24+
},
25+
"textTools": {
26+
"label": "Textové nástroje",
27+
"caseConverter": "Převod velikosti písmen",
28+
"urlParser": "URL parser",
29+
"slugGenerator": "Slug generátor",
30+
"sortLines": "Řazení řádků"
31+
},
32+
"crypto": {
33+
"label": "Kryptografie / Bezpečnost",
34+
"hashGenerator": "Hash generátor",
35+
"hmacGenerator": "HMAC generátor",
36+
"passGenerator": "Generátor hesel",
37+
"uuidGenerator": "UUID generátor"
38+
},
39+
"encodeDecode": {
40+
"label": "Kodéry / dekoréry",
41+
"url": "URL kodér / dekodér",
42+
"base64": "Base64 kodér / dekodér"
43+
}
44+
}

src/main/services/i18n/locales/cs/menu.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,8 @@
8383
"label": "Historie",
8484
"back": "Zpět",
8585
"forward": "Vpřed"
86+
},
87+
"devtools": {
88+
"label": "Nástroje pro vývojáře"
8689
}
8790
}

0 commit comments

Comments
 (0)