X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/85db812feaae5f36ea6214931cec4adb67a9cb39..refs/pull/2902/head:/resources/lang/da/validation.php diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 6c11f2e0f..0635f14a7 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute må kun bestå af bogstaver, tal, binde- og under-streger.', 'alpha_num' => ':attribute må kun indeholde bogstaver og tal.', 'array' => ':attribute skal være et array.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute skal være en dato før :date.', 'between' => [ 'numeric' => ':attribute skal være mellem :min og :max.', @@ -98,6 +99,7 @@ return [ ], 'string' => ':attribute skal være tekst.', 'timezone' => ':attribute skal være en gyldig zone.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute er allerede i brug.', 'url' => ':attribute-formatet er ugyldigt.', 'uploaded' => 'Filen kunne ikke oploades. Serveren accepterer muligvis ikke filer af denne størrelse.',