X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8e2d75014c89c9e345c3f940ec8743bd158df67..refs/pull/3391/head:/resources/lang/ca/validation.php diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php index c134c36c6..bc9be7d05 100644 --- a/resources/lang/ca/validation.php +++ b/resources/lang/ca/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => 'El camp :attribute només pot contenir lletres, números, guions i guions baixos.', 'alpha_num' => 'El camp :attribute només pot contenir lletres i números.', 'array' => 'El camp :attribute ha de ser un vector.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => 'El camp :attribute ha de ser una data anterior a :date.', 'between' => [ 'numeric' => 'El camp :attribute ha d\'estar entre :min i :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => 'El camp :attribute ha de tenir entre :min i :max dígits.', 'email' => 'El camp :attribute ha de ser una adreça electrònica vàlida.', 'ends_with' => 'El camp :attribute ha d\'acabar amb un dels següents valors: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'El camp :attribute és obligatori.', 'gt' => [ 'numeric' => 'El camp :attribute ha de ser més gran que :value.', @@ -98,6 +100,7 @@ return [ ], 'string' => 'El camp :attribute ha de ser una cadena.', 'timezone' => 'El camp :attribute ha de ser una zona vàlida.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => 'El camp :attribute ja està ocupat.', 'url' => 'El format del camp :attribute no és vàlid.', 'uploaded' => 'No s\'ha pogut pujar el fitxer. És possible que el servidor no accepti fitxers d\'aquesta mida.',