Skip to content

Commit

Permalink
Automatic translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi-ArchiBot committed Sep 10, 2024
1 parent 89f23fb commit 24a7474
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/locale/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,16 @@
"schema.security": "Zabezpečení",
"schema.trading": "Obchodování",
"schema.updates": "Aktualizace",
"static.add": "Přidat"
"static.add": "Přidat",
"validators.required": "Pole je povinné!",
"validators.number": "Neplatné číslo!",
"validators.number-big": "Číslo je příliš velké!",
"validators.number-small": "Číslo je příliš malé!",
"validators.string": "Není platný text!",
"validators.string-big": "Text je příliš dlouhý!",
"validators.string-small": "Text je příliš krátký!",
"validators.steamid": "Neplatné SteamID!",
"validators.clan": "Neplatné ClanID!",
"validators.url": "Neplatná URL!",
"validators.uuid": "Neplatné UUID!"
}

0 comments on commit 24a7474

Please sign in to comment.