mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Integracion de la lista tarifaacabado sacada del Mac.Comit antes del merge para que nacho lo coja y meta el vuexy
This commit is contained in:
89
ci4/app/Language/en/Basic.php
Normal file
89
ci4/app/Language/en/Basic.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'global' => [
|
||||
'About' => 'About',
|
||||
'AboutSuffix' => '',
|
||||
'Action' => 'Action',
|
||||
'Cancel' => 'Cancel',
|
||||
'ChangePassword' => 'Change Password',
|
||||
'Close' => 'Close',
|
||||
'Dashboard' => 'Dashboard',
|
||||
'Delete' => 'Delete',
|
||||
'Error' => 'Error',
|
||||
'Groups' => 'Groups',
|
||||
'Home' => 'Home',
|
||||
'Logout' => 'Logout',
|
||||
'ManageAllRecords' => 'Manage All {0} Records',
|
||||
'MemberSince' => 'Member since',
|
||||
'Members' => 'Members',
|
||||
'MoreInfo' => 'More Info',
|
||||
'None' => 'None',
|
||||
'Permissions' => 'Permissions',
|
||||
'Profile' => 'Profile',
|
||||
'Roles' => 'Roles',
|
||||
'Save' => 'Save',
|
||||
'Sections' => 'Sections',
|
||||
'SignOut' => 'Sign Out',
|
||||
'Success' => 'Success',
|
||||
'UserProfile' => 'User Profile',
|
||||
'Warning' => 'Warning',
|
||||
'add' => 'New',
|
||||
'addNew' => 'Add a New',
|
||||
'addNewSuffix' => '',
|
||||
'allRightsReserved' => 'All rights reserved.',
|
||||
'continueEditing' => 'Continue editing',
|
||||
'createdWith' => 'created with',
|
||||
'createdWithSuffix' => '.',
|
||||
'deleteConfirmation' => 'Confirmation to Delete Record',
|
||||
'deleteConfirmationButton' => 'Yes, Delete it!',
|
||||
'deleteConfirmationCancel' => 'Cancel',
|
||||
'deleteConfirmationQuestion' => 'Are you sure you want to delete this record?',
|
||||
'deleteError' => 'No {0} was deleted now, because it probably had already been deleted.',
|
||||
'deleteExistingFile' => 'Delete existing file',
|
||||
'deleteSuccess' => 'The {0} was successfully deleted.',
|
||||
'edit' => 'Edit',
|
||||
'edit2' => 'Edit',
|
||||
'edit3' => '',
|
||||
'for' => 'for',
|
||||
'forPrefix' => 'for',
|
||||
'forSuffix' => '',
|
||||
'formErr1' => 'The {0} was not saved due to an erroneous value entered on the form. ',
|
||||
'formErr2' => 'Please correct the errors below:',
|
||||
'formErrTitle' => 'There are some errors on the form that need to be corrected: ',
|
||||
'jsNeedMsg' => 'Either you have turned JavaScript off, or your browser does not support JavaScript which this page needs to function properly.',
|
||||
'need2login' => 'To access the members-only area, please sign in.',
|
||||
'notFoundWithIdErr' => 'No such {0} ( with identifier {1} ) was found in the database.',
|
||||
'persistDuplErr' => 'There already is an existing {0} on our database with the same data.',
|
||||
'persistErr1' => 'An error occurred in an attempt to save a new {0} to the database : ',
|
||||
'persistErr2' => 'The {0} was not saved because of an error.',
|
||||
'persistErr3' => 'An error occurred in an attempt to update the {0} with {1} {2} in the database : ',
|
||||
'pleaseSelect' => 'Please select...',
|
||||
'pleaseSelectA' => 'Please select a {0}... ',
|
||||
'pleaseSelectOne' => 'Please select one...',
|
||||
'record' => 'the record',
|
||||
'saveSuccess' => 'The {0} was successfully saved ',
|
||||
'saveSuccess1' => 'The {0} ',
|
||||
'saveSuccess2' => ' was successfully saved ',
|
||||
'saveSuccess3Suffix' => '',
|
||||
'saveSucessWithId' => ' with {0} {1}',
|
||||
'saveSucessWithName' => ' with name {0}',
|
||||
'updateFailure' => 'The {0} could not be updated ',
|
||||
'updateSuccess' => 'The {0} was successfully updated ',
|
||||
'updated' => 'Updated',
|
||||
'sweet' => [
|
||||
'deleteConfirmationButton' => 'Yes, Delete it!',
|
||||
'sureToDeleteText' => 'This action cannot be undone.',
|
||||
'sureToDeleteTitle' => 'Are you sure you want to delete this {0}?',
|
||||
'text' => 'This action cannot be undone.',
|
||||
'title' => 'Are you sure?',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
63
ci4/app/Language/en/Paises.php
Normal file
63
ci4/app/Language/en/Paises.php
Normal file
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'code' => 'Code',
|
||||
'code3' => 'Code3',
|
||||
'id' => 'ID',
|
||||
'keyErp' => 'Key Erp',
|
||||
'moduleTitle' => 'Paises',
|
||||
'moneda' => 'Moneda',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'paisList' => 'Pais List',
|
||||
'paises' => 'Paises',
|
||||
'showErp' => 'Show 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.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
82
ci4/app/Language/en/Tarifaacabado.php
Normal file
82
ci4/app/Language/en/Tarifaacabado.php
Normal file
@ -0,0 +1,82 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'ajuste' => 'A',
|
||||
'createdAt' => 'Created At',
|
||||
'deletedAt' => 'Deleted At',
|
||||
'formulaPrice' => 'Formula Price',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Finishing Rates',
|
||||
'nombre' => 'Name',
|
||||
'precioMax' => 'Price Max',
|
||||
'precioMin' => 'Price Min',
|
||||
'tarifaacabado' => 'Finishing Rates',
|
||||
'tarifaacabadoList' => 'Finishing Rates List',
|
||||
'tarifasacabado' => 'Finishing Rates',
|
||||
'tiradaMax' => 'Print Max',
|
||||
'tiradaMin' => 'Print Min',
|
||||
'updatedAt' => 'Updated At',
|
||||
'userCreatedId' => 'User ID Created At',
|
||||
'userUpdateId' => 'User ID Update At',
|
||||
'validation' => [
|
||||
'ajuste' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'formula_price' => [
|
||||
'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.',
|
||||
|
||||
],
|
||||
|
||||
'precio_max' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'precio_min' => [
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_max' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'tirada_min' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'user_created_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
'user_update_id' => [
|
||||
'integer' => 'The {field} field must contain an integer.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
89
ci4/app/Language/es/Basic.php
Normal file
89
ci4/app/Language/es/Basic.php
Normal file
@ -0,0 +1,89 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'global' => [
|
||||
'About' => 'Acerca',
|
||||
'AboutSuffix' => '',
|
||||
'Action' => 'Acción',
|
||||
'Cancel' => 'Cancelar',
|
||||
'ChangePassword' => 'Cambiar contraseña',
|
||||
'Close' => 'Cerrar',
|
||||
'Dashboard' => 'Panel de control',
|
||||
'Delete' => 'Borrar',
|
||||
'Error' => 'Error',
|
||||
'Groups' => 'Grupos',
|
||||
'Home' => 'Inicio',
|
||||
'Logout' => 'Salir',
|
||||
'ManageAllRecords' => 'Administrar todos {0} los registros',
|
||||
'MemberSince' => 'Miembro desde',
|
||||
'Members' => 'Miembro',
|
||||
'MoreInfo' => 'Mas Info',
|
||||
'None' => 'Ninguno',
|
||||
'Permissions' => 'Permisos',
|
||||
'Profile' => 'Perfil',
|
||||
'Roles' => 'Roles',
|
||||
'Save' => 'Guardar',
|
||||
'Sections' => 'Secciones',
|
||||
'SignOut' => 'Desconectar',
|
||||
'Success' => 'Éxito',
|
||||
'UserProfile' => 'Perfil de usuario',
|
||||
'Warning' => 'Advertencia',
|
||||
'add' => 'Nuevo',
|
||||
'addNew' => 'Añadir nuevo',
|
||||
'addNewSuffix' => '',
|
||||
'allRightsReserved' => 'Todos los derechos reservados.',
|
||||
'continueEditing' => 'Continuar editando',
|
||||
'createdWith' => 'creado con',
|
||||
'createdWithSuffix' => '.',
|
||||
'deleteConfirmation' => 'Confirmacion para Eliminar Registro',
|
||||
'deleteConfirmationButton' => 'Si, bórralo!',
|
||||
'deleteConfirmationCancel' => 'Cancelar',
|
||||
'deleteConfirmationQuestion' => '¿Está seguro de borrar este registro?',
|
||||
'deleteError' => 'No se eliminó {0} ahora, porque probablemente ya se había eliminado.',
|
||||
'deleteExistingFile' => 'Borrar fichero existente',
|
||||
'deleteSuccess' => 'El {0} se eliminó correctamente',
|
||||
'edit' => 'Editar',
|
||||
'edit2' => 'Editar',
|
||||
'edit3' => '',
|
||||
'for' => 'para',
|
||||
'forPrefix' => 'para',
|
||||
'forSuffix' => '',
|
||||
'formErr1' => 'El {0} no se guardó debido a un valor erróneo ingresado en el formulario.',
|
||||
'formErr2' => 'Por favor corrija los siguientes errores:',
|
||||
'formErrTitle' => 'Hay algunos errores en el formulario que deben corregirse:',
|
||||
'jsNeedMsg' => 'Ha desactivado JavaScript o su navegador no es compatible con JavaScript, que esta página necesita para funcionar correctamente.',
|
||||
'need2login' => 'Para acceder al área exclusiva para miembros, inicie sesión.',
|
||||
'notFoundWithIdErr' => 'No se encontró ningún {0} (con identificador {1}) en la base de datos.',
|
||||
'persistDuplErr' => 'Ya existe un {0} en nuestra base de datos con los mismos datos.',
|
||||
'persistErr1' => 'Se produjo un error al intentar guardar un nuevo {0} en la base de datos:',
|
||||
'persistErr2' => 'El {0} no se guardó debido a un error.',
|
||||
'persistErr3' => 'Se produjo un error al intentar actualizar {0} con {1} {2} en la base de datos:',
|
||||
'pleaseSelect' => 'Por favor seleccione...',
|
||||
'pleaseSelectA' => 'Por favor seleccione un {0}... ',
|
||||
'pleaseSelectOne' => 'Por favor selecione un...',
|
||||
'record' => 'el registro',
|
||||
'saveSuccess' => 'El {0} se ha guardado satisfactoriamente',
|
||||
'saveSuccess1' => 'El {0} ',
|
||||
'saveSuccess2' => ' se ha guardado satisfactoriamente',
|
||||
'saveSuccess3Suffix' => '',
|
||||
'saveSucessWithId' => ' con {0} {1}',
|
||||
'saveSucessWithName' => ' con nombre {0}',
|
||||
'updateFailure' => 'El {0} no se pudo actualizar',
|
||||
'updateSuccess' => 'El {0} se ha actualizado correctamente',
|
||||
'updated' => 'Actualizado',
|
||||
'sweet' => [
|
||||
'deleteConfirmationButton' => 'Si, bórralo!',
|
||||
'sureToDeleteText' => 'Esta acción no se puede deshacer.',
|
||||
'sureToDeleteTitle' => 'Está seguro de borrar {0}?',
|
||||
'text' => 'Esta acción no se puede deshacer.',
|
||||
'title' => 'Está seguro?',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
87
ci4/app/Language/es/Paises.php
Normal file
87
ci4/app/Language/es/Paises.php
Normal file
@ -0,0 +1,87 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'code' => 'Code',
|
||||
'code3' => 'Code3',
|
||||
'id' => 'ID',
|
||||
'keyErp' => 'Key Erp',
|
||||
'moduleTitle' => 'Paises',
|
||||
'moneda' => 'Moneda',
|
||||
'nombre' => 'Nombre',
|
||||
'pais' => 'Pais',
|
||||
'paisList' => 'Pais List',
|
||||
'paises' => 'Paises',
|
||||
'showErp' => 'Show Erp',
|
||||
'urlErp' => 'URL Erp',
|
||||
'userErp' => 'User Erp',
|
||||
'validation' => [
|
||||
'code' => [
|
||||
'is_unique' => 'The {field} field must contain a unique value',
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'required' => 'The {field} field is required.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'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.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
114
ci4/app/Language/es/Tarifaaacabado.php
Normal file
114
ci4/app/Language/es/Tarifaaacabado.php
Normal file
@ -0,0 +1,114 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'ajuste' => 'Ajuste',
|
||||
'createdAt' => 'Creado en',
|
||||
'deletedAt' => 'Borrado en',
|
||||
'formulaPrice' => 'Fórmula precio',
|
||||
'id' => 'ID',
|
||||
'moduleTitle' => 'Tarifas Acabado',
|
||||
'nombre' => 'Nombre',
|
||||
'precioMax' => 'Precio Max',
|
||||
'precioMin' => 'Precio Min',
|
||||
'tarifaacabado' => 'Tarifas Acabado',
|
||||
'tarifaacabadoList' => 'Lista Tarifas Acabado',
|
||||
'tarifasacabado' => 'Tarifas Acabado',
|
||||
'tiradaMax' => 'Tirada Max',
|
||||
'tiradaMin' => 'Tirada Min',
|
||||
'updatedAt' => 'Actualizado en',
|
||||
'userCreatedId' => 'ID Usuario "Creado en"',
|
||||
'userUpdateId' => 'ID Usuario "Actualizado en"',
|
||||
'validation' => [
|
||||
'formula_price' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'nombre' => [
|
||||
'max_length' => 'El campo {field} no puede exceder {param} caracteres en longitud.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'precio_max' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'precio_min' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'tirada_max' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'tirada_min' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'user_created_id' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'user_update_id' => [
|
||||
'integer' => 'El campo {field} debe contener un número entero.',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
'validation' => [
|
||||
'ajuste' => [
|
||||
'decimal' => 'El campo {field} debe contener un número decimal',
|
||||
'required' => 'El campo {field} es obligatorio.',
|
||||
|
||||
],
|
||||
|
||||
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user