We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f23fb commit 24a7474Copy full SHA for 24a7474
src/locale/cs-CZ.json
@@ -22,5 +22,16 @@
22
"schema.security": "Zabezpečení",
23
"schema.trading": "Obchodování",
24
"schema.updates": "Aktualizace",
25
- "static.add": "Přidat"
+ "static.add": "Přidat",
26
+ "validators.required": "Pole je povinné!",
27
+ "validators.number": "Neplatné číslo!",
28
+ "validators.number-big": "Číslo je příliš velké!",
29
+ "validators.number-small": "Číslo je příliš malé!",
30
+ "validators.string": "Není platný text!",
31
+ "validators.string-big": "Text je příliš dlouhý!",
32
+ "validators.string-small": "Text je příliš krátký!",
33
+ "validators.steamid": "Neplatné SteamID!",
34
+ "validators.clan": "Neplatné ClanID!",
35
+ "validators.url": "Neplatná URL!",
36
+ "validators.uuid": "Neplatné UUID!"
37
}
0 commit comments