]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/bg/validation.php
fix(503): massively simplify the 503 error view
[bookstack] / resources / lang / bg / validation.php
index 3f22751dd567a0cb1a35df2b20020e824fcbf426..0a5b81d92a99deccc961e69658a7b9da10c7dab7 100644 (file)
@@ -15,6 +15,7 @@ return [
     'alpha_dash'           => ':attribute може да съдържа само букви, числа, тире и долна черта.',
     'alpha_num'            => ':attribute може да съдържа само букви и числа.',
     'array'                => ':attribute трябва да е масив (array).',
+    'backup_codes'         => 'The provided code is not valid or has already been used.',
     'before'               => ':attribute трябва да е дата след :date.',
     'between'              => [
         'numeric' => ':attribute трябва да е между :min и :max.',
@@ -98,6 +99,7 @@ return [
     ],
     'string'               => 'The :attribute must be a string.',
     'timezone'             => 'The :attribute must be a valid zone.',
+    'totp'                 => 'The provided code is not valid or has expired.',
     'unique'               => 'The :attribute has already been taken.',
     'url'                  => 'The :attribute format is invalid.',
     'uploaded'             => 'The file could not be uploaded. The server may not accept files of this size.',