added Spanish translation
This commit is contained in:
17
resources/lang/es-ES/messages.php
Normal file
17
resources/lang/es-ES/messages.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type creado!',
|
||||
'updated' => ':type actualizado!',
|
||||
'deleted' => ':type borrado!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: No tiene permisos para administrar esta empresa!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Advertencia: No puede borrar :type porque tiene :text',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user