X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/sv/validation.php diff --git a/resources/lang/sv/validation.php b/resources/lang/sv/validation.php index 319031855..2d7f1da9a 100644 --- a/resources/lang/sv/validation.php +++ b/resources/lang/sv/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute får bara innehålla bokstäver, siffror och bindestreck.', 'alpha_num' => ':attribute får bara innehålla bokstäver och siffror.', 'array' => ':attribute måste vara en array.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute måste vara före :date.', 'between' => [ 'numeric' => ':attribute måste vara mellan :min och :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => ':attribute måste vara mellan :min och :max siffror.', 'email' => ':attribute måste vara en giltig e-postadress.', 'ends_with' => ':attribute måste sluta med något av följande: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute är obligatoriskt.', 'gt' => [ 'numeric' => ':attribute måste vara större än :value.', @@ -78,7 +80,6 @@ return [ 'string' => ':attribute måste vara minst :min tecken.', 'array' => ':attribute måste ha minst :min poster.', ], - 'no_double_extension' => ':attribute får bara ha ett filtillägg.', 'not_in' => 'Vald :attribute är inte giltig', 'not_regex' => 'Formatet på :attribute är ogiltigt.', 'numeric' => ':attribute måste vara ett nummer.', @@ -99,6 +100,7 @@ return [ ], 'string' => ':attribute måste vara en sträng.', 'timezone' => ':attribute måste vara en giltig tidszon.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute är upptaget', 'url' => 'Formatet på :attribute är ogiltigt.', 'uploaded' => 'Filen kunde inte laddas upp. Servern kanske inte tillåter filer med denna storlek.',