updated translations
This commit is contained in:
@ -8,14 +8,18 @@ return [
|
||||
'deleted' => ':type odstraněno!',
|
||||
'duplicated' => ':type duplikováno!',
|
||||
'imported' => ':type importováno!',
|
||||
'enabled' => ':type aktivován!',
|
||||
'disabled' => ':type deaktivován!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
||||
'over_payment' => 'Chyba: Platba nebyla přidána! Zadaná částka překračuje celkové množství :amount',
|
||||
'not_user_company' => 'Chyba: nemůžeš provádět správu společností!',
|
||||
'customer' => 'Error: User not created! :name already uses this email address.',
|
||||
'customer' => 'Chyba: uživatel nebyl vytvořen! Uživatel :name již používá tuto emailovou adresu.',
|
||||
'no_file' => 'Chyba: Nebyl vybrán žádný soubor!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
'last_category' => 'Chyba: Nemohu smazat poslední kategorii :type ! ',
|
||||
'invalid_token' => 'Chyba: Zadaný token je neplatný!',
|
||||
'import_column' => 'Chyba: :message Tabulka :sheet. Řádek: :line.',
|
||||
'import_sheet' => 'Chyba: Tabulka je neplatná. Prosím, podívej se na vzorový soubor.',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Upozornění: Nemůžeš odstranit <b>:name</b> protože je spojená s :text.',
|
||||
|
Reference in New Issue
Block a user