Sync languages

This commit is contained in:
James Brooks
2016-05-31 20:18:39 +01:00
parent c81f18c3bc
commit 150057ef50
147 changed files with 2429 additions and 1973 deletions
+37 -34
View File
@@ -31,57 +31,60 @@ return [
'array' => ':attribute musí být textové pole.',
'before' => ':attribute musí být datum před :date.',
'between' => [
'numeric' => ':attribute musí být mezi :min a :max.',
'file' => ':attribute musí mít mezi :min a :max kB.',
'string' => ':attribute musí mít délku rozmezí :min a :max znaků.',
'numeric' => ':attribute musí být datum před :date.',
'file' => 'The :attribute must be between :min and :max.',
'string' => 'The :attribute must be between :min and :max kilobytes.',
'array' => ':attribute musí mít mezi :min a :max položkami.',
],
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
'confirmed' => 'Potvrzení :attribute se neshoduje.',
'date' => ':attribute není platné datum.',
'date_format' => ':attribute se neshoduje se správným formátem :format.',
'different' => ':attribute a :other se musí lišit.',
'digits' => ':attribute musí obsahovat :digits číslic.',
'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
'email' => ':attribute musí být platná e-mailová adresa.',
'exists' => 'Vybraný :attribute je neplatný.',
'filled' => 'Pole :attribute je vyžadováno.',
'boolean' => ':attribute musí mít mezi :min a :max položkami.',
'confirmed' => 'The :attribute field must be true or false.',
'date' => 'The :attribute confirmation does not match.',
'date_format' => 'The :attribute is not a valid date.',
'different' => 'The :attribute does not match the format :format.',
'digits' => 'The :attribute and :other must be different.',
'digits_between' => 'The :attribute must be :digits digits.',
'email' => 'The :attribute must be between :min and :max digits.',
'exists' => 'The :attribute must be a valid email address.',
'distinct' => 'The :attribute field has a duplicate value.',
'filled' => 'Formát :attribute je neplatný.',
'image' => ':attribute musí být obrázek.',
'in' => 'Vybraný :attribute je neplatný.',
'integer' => ':attribute musí být celé číslo.',
'ip' => ':attribute musí být platná IP adresa.',
'in' => ':attribute musí být obrázek.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The selected :attribute is invalid.',
'ip' => 'The :attribute must be an integer.',
'json' => 'The :attribute must be a valid JSON string.',
'max' => [
'numeric' => ':attribute nesmí být větší než :max.',
'file' => ':attribute nesmí být větší než :max kB.',
'string' => 'Atribut nesmí být delší než :max znaků.',
'numeric' => 'The :attribute must be a valid IP address.',
'file' => 'The :attribute may not be greater than :max.',
'string' => 'The :attribute may not be greater than :max kilobytes.',
'array' => 'Atribut nesmí mít více než :max položek.',
],
'mimes' => ':attribute musí být soubor typu: :values.',
'mimes' => 'Atribut nesmí mít více než :max položek.',
'min' => [
'numeric' => ':attribute musí být alespoň :min.',
'numeric' => 'The :attribute must be a file of type: :values.',
'file' => 'Atribut musí mít alespoň :min kB.',
'string' => 'Atribut musí být dlouhý alespoň :min znaků.',
'array' => 'Atribut musí mít alespoň :min položek.',
'string' => 'Atribut musí mít alespoň :min kB.',
'array' => 'The :attribute must be at least :min characters.',
],
'not_in' => 'Vybraný :attribute je neplatný.',
'numeric' => ':attribute musí být číslo.',
'regex' => 'Formát :attribute je neplatný.',
'required' => 'Pole :attribute je vyžadováno.',
'required_if' => 'Pole :attribute je požadováno, když :other je :value.',
'not_in' => 'The :attribute must have at least :min items.',
'numeric' => 'The selected :attribute is invalid.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute must be a number.',
'required' => 'Formát :attribute je neplatný.',
'required_if' => 'The :attribute field is required.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_with' => 'The :attribute field is required when :other is :value.',
'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_without' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_without_all' => ':attribute je nutný, pokud není zadaná žádná :values.',
'same' => ':attribute a :other se musí shodovat.',
'required_without_all' => 'The :attribute field is required when :values is not present.',
'same' => 'The :attribute field is required when none of :values are present.',
'size' => [
'numeric' => ':attribute must mít délku :size.',
'numeric' => 'The :attribute and :other must match.',
'file' => 'Atribut musí mít :size kB.',
'string' => 'Atribut musí mít :size znaků.',
'array' => 'Atribut musí obsahovat :size položek.',
'array' => 'Atribut musí t :size znaků.',
],
'string' => 'Atribut musí být textový řetězec.',
'string' => 'The :attribute must contain :size items.',
'timezone' => ':attribute musí být platná zóna.',
'unique' => ':attribute byl už použit.',
'url' => 'Formát :attribute je neplatný.',