X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ced15b64a8ff6853e91b9606709da3c21e9d33be..refs/pull/3247/head:/resources/lang/ca/validation.php diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php index bf63a1baa..603182c1a 100644 --- a/resources/lang/ca/validation.php +++ b/resources/lang/ca/validation.php @@ -8,13 +8,14 @@ return [ // Standard laravel validation lines - 'accepted' => 'Cal que accepteu el camp :attribute.', - 'active_url' => 'El camp :attribute no és un URL vàlid.', + 'accepted' => 'Cal que acceptis :attribute.', + 'active_url' => 'L\':attribute no és un URL vàlid.', 'after' => 'El camp :attribute ha de ser una data posterior a :date.', 'alpha' => 'El camp :attribute només pot contenir lletres.', '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.', @@ -98,6 +99,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.',