new crowdin translations

This commit is contained in:
Crowdin Bot
2020-08-06 21:02:03 +00:00
parent 1b5dc9fa22
commit c65f87e7cc
139 changed files with 1481 additions and 212 deletions

View File

@ -13,6 +13,7 @@ return [
'current_email' => 'Aktuální e-mail',
'reset' => 'Obnovit',
'never' => 'nikdy',
'landing_page' => 'Úvodní stránka',
'password' => [
'current' => 'Heslo',
@ -23,7 +24,7 @@ return [
'error' => [
'self_delete' => 'Chyba: nemůžete smazat sám sebe!',
'self_disable' => 'Chyba: Nemůžete zakázat sebe!',
'self_disable' => 'Chyba: Nemůžete zakázat sami sebe!',
'no_company' => 'Chyba: Váš účet nemá přidělenou firmu/společnost. Prosím, kontaktujte systémového administrátora.',
],

View File

@ -6,7 +6,7 @@ return [
'user_created' => 'Uživatel byl vytvořen',
'error' => [
'email' => 'Tato e-mailová adresa je již obsazena.'
'email' => 'Tato e-mailová adresa je již obsazena.',
],
];

View File

@ -8,4 +8,4 @@ return [
'last-updated' => 'Tato zpráva byla naposledy aktualizována :timestamp',
];
];

View File

@ -4,7 +4,7 @@ return [
'previous' => '« předchozí',
'next' => 'další »',
'showing' => ':first-:last of :total records.',
'showing' => ':first-:last z :total záznamů.',
'page' => 'na stránku.',
];