]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/hu/validation.php
Improve sorting Shelf Books
[bookstack] / resources / lang / hu / validation.php
index 8b292318fc9d4aa2d25e470fc5dfcf893ea014a7..7c378e983cc58cf629c05005e11c9c1b938ce98d 100644 (file)
@@ -36,10 +36,10 @@ return [
         'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.',
         'file'    => ':attribute nagyobb kell, hogy legyen, mint :value kilobájt.',
         'string'  => ':attribute nagyobb kell legyen mint :value karakter.',
-        'array'   => 'The :attribute must have more than :value items.',
+        'array'   => ':attribute több, mint :value elemet kell, hogy tartalmazzon.',
     ],
     'gte'                  => [
-        'numeric' => 'The :attribute must be greater than or equal :value.',
+        'numeric' => ':attribute attribútumnak :value értéknél nagyobbnak vagy vele egyenlőnek kell lennie.',
         'file'    => 'The :attribute must be greater than or equal :value kilobytes.',
         'string'  => 'The :attribute must be greater than or equal :value characters.',
         'array'   => 'The :attribute must have :value items or more.',
@@ -80,7 +80,7 @@ return [
     ],
     'no_double_extension'  => ':attribute csak egy fájlkiterjesztéssel rendelkezhet.',
     'not_in'               => 'A kiválasztott :attribute érvénytelen.',
-    'not_regex'            => 'The :attribute format is invalid.',
+    'not_regex'            => ':attribute formátuma érvénytelen.',
     'numeric'              => ':attribute szám kell legyen.',
     'regex'                => ':attribute formátuma érvénytelen.',
     'required'             => ':attribute mező kötelező.',
@@ -90,6 +90,7 @@ return [
     'required_without'     => ':attribute mező kötelező ha :values nincs beállítva.',
     'required_without_all' => ':attribute mező kötelező ha egyik :values sincs beállítva.',
     'same'                 => ':attribute és :other értékének egyeznie kell.',
+    'safe_url'             => 'The provided link may not be safe.',
     'size'                 => [
         'numeric' => ':attribute :size méretű kell legyen.',
         'file'    => ':attribute :size kilobájt méretű kell legyen.',