added Spanish translation

This commit is contained in:
denisdulici
2017-09-24 17:42:02 +03:00
parent 447f314eb5
commit 36c5f5bdf1
27 changed files with 723 additions and 1 deletions

View 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',
],
];