X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f3a7d5881671d401101032bee76a4196b11f4bf6..refs/pull/3032/head:/resources/lang/sk/validation.php diff --git a/resources/lang/sk/validation.php b/resources/lang/sk/validation.php index 8dc26905d..1f1a8841f 100644 --- a/resources/lang/sk/validation.php +++ b/resources/lang/sk/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute môže obsahovať iba písmená, čísla a pomlčky.', 'alpha_num' => ':attribute môže obsahovať iba písmená a čísla.', 'array' => ':attribute musí byť pole.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute musí byť dátum pred :date.', 'between' => [ 'numeric' => ':attribute musí byť medzi :min a :max.', @@ -78,7 +79,6 @@ return [ 'string' => ':attribute musí mať aspoň :min znakov.', 'array' => ':attribute musí mať aspoň :min položiek.', ], - 'no_double_extension' => 'The :attribute must only have a single file extension.', 'not_in' => 'Vybraný :attribute je neplatný.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => ':attribute musí byť číslo.', @@ -90,6 +90,7 @@ return [ 'required_without' => 'Políčko :attribute je povinné aj :values neexistuje.', 'required_without_all' => 'Políčko :attribute je povinné ak ani jedno z :values neexistuje.', 'same' => ':attribute a :other musia byť rovnaké.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute musí byť :size.', 'file' => ':attribute musí mať :size kilobajtov.', @@ -98,6 +99,7 @@ return [ ], 'string' => ':attribute musí byť reťazec.', 'timezone' => ':attribute musí byť plantá časová zóna.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute je už použité.', 'url' => ':attribute formát je neplatný.', 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',