Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/lang/es_AR/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'role_cannot_be_edited' => 'Este rol no puede ser editado',
'role_system_cannot_be_deleted' => 'Este rol es un rol de sistema y no puede ser borrado',
'role_registration_default_cannot_delete' => 'Este rol no puede ser borrado mientras sea el rol por defecto de registro',
'role_cannot_remove_only_admin' => 'Este usuario es el único asignado al rol de administrador. Asigne el rol de administrador a otro usuario antes de intentar eliminarlo.',

// Comments
'comment_list' => 'Se produjo un error al obtener los comentarios.',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es_AR/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
'timezone' => 'El atributo :attribute debe ser una zona válida.',
'unique' => 'El atributo :attribute ya ha sido tomado.',
'url' => 'El atributo :attribute tiene un formato inválid.',
'is_image' => 'El atributo :attribute debe ser una imagen válida.',

/*
|--------------------------------------------------------------------------
Expand Down