add: full multi-tenancy control
This commit is contained in:
20
packages/Webkul/WebForm/src/Resources/lang/es/app.php
Normal file
20
packages/Webkul/WebForm/src/Resources/lang/es/app.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'acl' => [
|
||||
'title' => 'Formularios Web',
|
||||
'view' => 'Ver',
|
||||
'create' => 'Crear',
|
||||
'edit' => 'Editar',
|
||||
'delete' => 'Eliminar',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'title' => 'Formularios Web',
|
||||
'title-info' => 'Agregar, editar o eliminar formularios web desde CRM',
|
||||
],
|
||||
|
||||
'validations' => [
|
||||
'invalid-phone-number' => 'Número de teléfono no válido',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user