X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/05ef23d34e6346a1e4c05bc38eb7e5777180c514..refs/pull/3260/head:/resources/lang/et/validation.php diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php index a676e41f6..f241b0958 100644 --- a/resources/lang/et/validation.php +++ b/resources/lang/et/validation.php @@ -8,7 +8,7 @@ return [ // Standard laravel validation lines - 'accepted' => 'The :attribute must be accepted.', + 'accepted' => ':attribute peab olema aktsepteeritud.', 'active_url' => ':attribute ei ole kehtiv URL.', 'after' => ':attribute peab olema kuupäev pärast :date.', 'alpha' => ':attribute võib sisaldada ainult tähti.', @@ -24,7 +24,7 @@ return [ 'array' => ':attribute peab olema :min ja :max elemendi vahel.', ], 'boolean' => ':attribute peab olema tõene või väär.', - 'confirmed' => 'The :attribute confirmation does not match.', + 'confirmed' => ':attribute kinnitus ei kattu.', 'date' => ':attribute ei ole kehtiv kuupäev.', 'date_format' => ':attribute ei ühti formaadiga :format.', 'different' => ':attribute ja :other peavad olema erinevad.', @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute peab olema :min ja :max numbri vahel.', 'email' => ':attribute peab olema kehtiv e-posti aadress.', 'ends_with' => ':attribute lõpus peab olema üks järgmistest väärtustest: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute väli on kohustuslik.', 'gt' => [ 'numeric' => ':attribute peab olema suurem kui :value.', @@ -47,7 +48,7 @@ return [ ], 'exists' => 'Valitud :attribute on vigane.', 'image' => ':attribute peab olema pildifail.', - 'image_extension' => 'The :attribute must have a valid & supported image extension.', + 'image_extension' => ':attribute peab olema lubatud ja toetatud pildiformaadis.', 'in' => 'Valitud :attribute on vigane.', 'integer' => ':attribute peab olema täisarv.', 'ip' => ':attribute peab olema kehtiv IP-aadress.',