mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en formularios/vista paises
This commit is contained in:
@ -638,6 +638,7 @@ return [
|
||||
"permisos_serviciocliente" => "Customer service",
|
||||
"permisos_calendario" => "Calendar",
|
||||
"permisos_correo" => "Mail",
|
||||
"permisos_paises" => "Countries",
|
||||
|
||||
"permisos_presupuestos" => "Budgets",
|
||||
"permisos_presupuestomaquetacion" => "Layout",
|
||||
@ -674,6 +675,7 @@ return [
|
||||
|
||||
"menu_configuration" => "Settings",
|
||||
"menu_calendario" => "Calendar",
|
||||
"menu_paises" => "Countries",
|
||||
"menu_correo" => "Mail",
|
||||
"menu_formaspago" => "Payment methods",
|
||||
"menu_imposiciones" => "Impositions",
|
||||
|
||||
@ -8,11 +8,11 @@ return [
|
||||
'id' => 'ID',
|
||||
'keyErp' => 'Key Erp',
|
||||
'moduleTitle' => 'Paises',
|
||||
'moneda' => 'Moneda',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'paisList' => 'Pais List',
|
||||
'paises' => 'Paises',
|
||||
'moneda' => 'Currency',
|
||||
'nombre' => 'Name',
|
||||
'pais' => 'Country',
|
||||
'paisList' => 'Country List',
|
||||
'paises' => 'Countries',
|
||||
'showErp' => 'Show Erp',
|
||||
'urlErp' => 'URL Erp',
|
||||
'userErp' => 'User Erp',
|
||||
|
||||
@ -638,6 +638,7 @@ return [
|
||||
"permisos_serviciocliente" => "Servicio cliente",
|
||||
"permisos_calendario" => "Calendario",
|
||||
"permisos_correo" => "Correo",
|
||||
"permisos_paises" => "Paises",
|
||||
|
||||
"permisos_presupuestos" => "Presupuestos",
|
||||
"permisos_presupuestomaquetacion" => "Maquetación",
|
||||
@ -674,6 +675,7 @@ return [
|
||||
|
||||
"menu_configuration" => "Configuracion",
|
||||
"menu_calendario" => "Calendario",
|
||||
"menu_paises" => "Paises",
|
||||
"menu_correo" => "Correo",
|
||||
"menu_formaspago" => "Metodos de pago",
|
||||
"menu_imposiciones" => "Imposiciones",
|
||||
|
||||
@ -3,20 +3,52 @@
|
||||
|
||||
|
||||
return [
|
||||
'code' => 'Code',
|
||||
'code3' => 'Code3',
|
||||
'code' => 'Código',
|
||||
'code3' => 'Código33',
|
||||
'id' => 'ID',
|
||||
'keyErp' => 'Key Erp',
|
||||
'moduleTitle' => 'Paises',
|
||||
'moneda' => 'Moneda',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'paisList' => 'Pais List',
|
||||
'pais' => 'País',
|
||||
'paisList' => 'Lista Paises',
|
||||
'paises' => 'Paises',
|
||||
'showErp' => 'Show Erp',
|
||||
'showErp' => 'Mostrar Erp',
|
||||
'urlErp' => 'URL Erp',
|
||||
'userErp' => 'User Erp',
|
||||
'validation' => [
|
||||
'code3' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'key_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'url_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'user_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
'moneda' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'code' => [
|
||||
'is_unique' => 'The {field} field must contain a unique value',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
@ -27,61 +59,5 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'code3' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'key_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'moneda' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'nombre' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'url_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'user_erp' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user