X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e108808a32b865668076b7b032ee620229d44d1f..refs/pull/2700/head:/resources/lang/cs/validation.php diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php index 13a8f790f..1a94b9e24 100644 --- a/resources/lang/cs/validation.php +++ b/resources/lang/cs/validation.php @@ -30,7 +30,7 @@ return [ 'digits' => ':attribute musí být :digits pozic dlouhé.', 'digits_between' => ':attribute musí být dlouhé nejméně :min a nejvíce :max pozic.', 'email' => ':attribute není platný formát.', - 'ends_with' => 'The :attribute must end with one of the following: :values', + 'ends_with' => ':attribute musí končit jednou z následujících hodnot: :values', 'filled' => ':attribute musí být vyplněno.', 'gt' => [ 'numeric' => ':attribute musí být větší než :value.', @@ -46,7 +46,7 @@ return [ ], 'exists' => 'Zvolená hodnota pro :attribute není platná.', 'image' => ':attribute musí být obrázek.', - 'image_extension' => 'The :attribute must have a valid & supported image extension.', + 'image_extension' => ':attribute musí mít platné a podporované rozšíření obrázku.', 'in' => 'Zvolená hodnota pro :attribute je neplatná.', 'integer' => ':attribute musí být celé číslo.', 'ip' => ':attribute musí být platnou IP adresou.', @@ -78,7 +78,6 @@ return [ 'string' => ':attribute musí být delší než :min znaků.', 'array' => ':attribute musí obsahovat více než :min prvků.', ], - 'no_double_extension' => 'The :attribute must only have a single file extension.', 'not_in' => 'Zvolená hodnota pro :attribute je neplatná.', 'not_regex' => ':attribute musí být regulární výraz.', 'numeric' => ':attribute musí být číslo.', @@ -90,6 +89,7 @@ return [ 'required_without' => ':attribute musí být vyplněno pokud :values není vyplněno.', 'required_without_all' => ':attribute musí být vyplněno pokud není žádné z :values zvoleno.', 'same' => ':attribute a :other se musí shodovat.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute musí být přesně :size.', 'file' => ':attribute musí mít přesně :size Kilobytů.', @@ -105,7 +105,7 @@ return [ // Custom validation lines 'custom' => [ 'password-confirm' => [ - 'required_with' => 'Password confirmation required', + 'required_with' => 'Je nutné potvrdit heslo', ], ],