- '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.',
+ 'string' => 'El camp :attribute ha de ser una cadena de text.',
+ 'timezone' => 'El camp :attribute ha de ser un fus horari vàlid.',
+ 'totp' => 'El codi proporcionat no és vàlid o ha caducat.',
+ 'unique' => 'El camp :attribute ja s’ha utilitzat.',
+ 'url' => 'El format :attribute no és vàlid.',
+ 'uploaded' => 'No s’ha pogut pujar el fitxer. És possible que el servidor no admeti fitxers d’aquesta mida.',
+
+ 'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
+ 'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
+ 'zip_model_expected' => 'Data object expected but ":type" found.',
+ 'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',