added cs-CZ

This commit is contained in:
denisdulici
2017-12-13 14:48:50 +03:00
parent b171451a23
commit fde53ac7be
26 changed files with 761 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'allow_login' => 'Povolit přihlášení?',
'user_created' => 'Uživatel vytvořen',
'error' => [
'email' => 'Tato emailová adresa je už obsazena.'
]
];