Skip to content

Commit

Permalink
Merge pull request #19 from pionl/0.x
Browse files Browse the repository at this point in the history
[L4] Added Czech translation
  • Loading branch information
Oliver Schupp authored Jun 19, 2016
2 parents acb8c32 + ad92a5c commit e24b8aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Schuppo/lang/cs/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
"letters" => ":attribute musí obsahovat minimálně jedno velké písmeno.",
"case_diff" => ":attribute musí obsahovat velká a malá písmena.",
"numbers" => ":attribute musí obsahovat minimálně jedno číslo.",
"symbols" => ":attribute musí obsahovat minimálně jeden speciální znak (!@#$%^&*?()\-_=+{};:,<.>)."
];

0 comments on commit e24b8aa

Please sign in to comment.