Skip to content

Commit

Permalink
New translations validation.php (Czech)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Dec 23, 2024
1 parent 8222b74 commit 7b0670c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/cs/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
'url' => 'Formát :attribute je neplatný.',
'uploaded' => 'Nahrávání :attribute se nezdařilo.',

'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
'zip_model_expected' => 'Data object expected but ":type" found.',
'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
'zip_file' => ':attribute musí odkazovat na soubor v archivu ZIP.',
'zip_file_mime' => ':attribute musí odkazovat na soubor typu :validTypes, nalezen :foundType.',
'zip_model_expected' => 'Očekáván datový objekt, ale nalezen „:type.',
'zip_unique' => ':attribute musí být jedinečný pro typ objektu v archivu ZIP.',

// Custom validation lines
'custom' => [
Expand Down

0 comments on commit 7b0670c

Please sign in to comment.