Skip to content

Commit

Permalink
Fix: Language (adempiere#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez committed Jan 12, 2023
1 parent e4cef5d commit e6c516b
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 40 deletions.
2 changes: 1 addition & 1 deletion src/lang/ADempiere/en/businessPartner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

const businessPartner = {
edit: 'Edit',
notFound: 'Business partner not found.',
notFound: 'Business partner not found',
emptyBusinessPartner: 'Use the filters to search for a business partner by Code, Name, Email and Phone Number',
searchWithEnter: 'Enter a value to search for a Business Partners'
}
Expand Down
2 changes: 1 addition & 1 deletion src/lang/ADempiere/en/component/sequenceSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

const sequenceSort = {
available: 'Available',
disableWithSearch: 'If there is a search, the drag and drop functionality is disabled.',
disableWithSearch: 'If there is a search, the drag and drop functionality is disabled',
sequence: 'Sequence',
updateSequencesSuccessfully: 'Sequences updated successfully',
withoutChanges: 'Sequence/Sorted without changes'
Expand Down
6 changes: 3 additions & 3 deletions src/lang/ADempiere/en/fieldDisplayOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

const fieldsDisplayOptions = {
// fields showed options
minimalistView: 'Minimalist View.',
showAllFields: 'Show All Fields.',
showFieldsWithValue: 'Show Fields With Default Value.',
minimalistView: 'Minimalist View',
showAllFields: 'Show All Fields',
showFieldsWithValue: 'Show Fields With Default Value',
Show2Columns: 'Show 2 Columns',
Show3Columns: 'Show 3 Columns',
Show4Columns: 'Show 4 Columns'
Expand Down
2 changes: 1 addition & 1 deletion src/lang/ADempiere/en/fieldFormSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

const infoSearch = {
notFound: ' not found.'
notFound: ' not found'
}

export default infoSearch
2 changes: 1 addition & 1 deletion src/lang/ADempiere/en/form/workflowActivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const workflowActivity = {
},
workflow: {
title: 'Workflow',
description: 'Workflow life cycle diagram. The highlighted Node is the one currently awaiting verification.'
description: 'Workflow life cycle diagram. The highlighted Node is the one currently awaiting verification'
},
workflowLogs: {
title: 'Change Log',
Expand Down
19 changes: 7 additions & 12 deletions src/lang/ADempiere/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
processError: 'Was not executed',
//
emptyValues: 'Parameter(s) empty value',
fieldCannotBeEmpty: 'The field value cannot be empty.',
fieldCannotBeEmpty: 'The field value cannot be empty',
fieldMandatory: 'The field is mandatory',
requestError: 'Error executing the request',
successChangeRole: 'The role has been changed',
Expand All @@ -101,7 +101,7 @@ export default {
invalidEmailFormat: 'Invalid email format',
recordLocked: 'This record has been locked',
recordUnlocked: 'This record has been unlocked',
noRoleAccess: 'With your current role and settings, you cannot view this information.',
noRoleAccess: 'With your current role and settings, you cannot view this information',
errorPointOfSale: 'No point of sale selected',
emptyPos: 'This User has no Assigned POS Terminal'
},
Expand Down Expand Up @@ -138,19 +138,14 @@ export default {
imageError: 'The image exceeds 2MB and does not comply with the valid formats!',
contextMenuActions: 'Actions',
contextMenuReferences: 'References',
ExportTo: 'Export to',
contextMenuDownload: 'Download',
dateStartPlaceholder: 'Start date',
dateEndPlaceholder: 'End date',
dialogCancelButton: 'Cancel',
dialogConfirmButton: 'Confirm',
filterableItems: 'Optional Columns',
searchRecord: 'Search Record',
fixedleItems: 'Fixed Columns',
resetAllFilters: 'Reset all filters',
switchActiveText: 'Yes',
switchInactiveText: 'Not',
contextFieldTitle: 'Context Information'
switchInactiveText: 'Not'
},
grid: {
recordAccess: {
Expand All @@ -175,7 +170,7 @@ export default {
searchCriteria: 'Search Criteria',
unsupportedSorry: 'Sorry',
unsupportedHeadline: 'This view is currently unavailable',
unsupportedInfo: 'Please check that the view is supported in this version, or click the button below to return to the homepage.',
unsupportedInfo: 'Please check that the view is supported in this version, or click the button below to return to the homepage',
unsupportedButton: 'Back to dashboard',
reportView: 'Report Views',
printFormat: 'Print Formats',
Expand Down Expand Up @@ -292,7 +287,7 @@ export default {
quickAccess: {
newRecord: 'Quick Access to Create New Record',
listRecords: 'Quick Access to List All Records',
searchWithEnter: 'Press enter to search for the product by Product Code, Name or UPC.'
searchWithEnter: 'Press enter to search for the product by Product Code, Name or UPC'
},
form: {
...form,
Expand Down Expand Up @@ -425,7 +420,7 @@ export default {
convertedAmount: 'Converted',
fullPayment: 'Full Payment',
dayRate: 'Day Rate',
noDayRate: 'No daily rate has been generated for the currency.',
noDayRate: 'No daily rate has been generated for the currency',
refund: 'Refund',
paymentMethods: 'Payment Methods',
bankAcount: 'Bank Acount',
Expand Down Expand Up @@ -499,7 +494,7 @@ export default {
onlyAllocated: 'Only allocated to current point of sales',
businessPartner: 'Business Partner',
copyShippingAddress: 'Copy shipping address',
documentNo: 'Document No.',
documentNo: 'Document No',
emptyList: 'Use the filters to search for orders'
},
guideSteps: {
Expand Down
4 changes: 2 additions & 2 deletions src/lang/ADempiere/en/page/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ const login = {
userEnrollmentSuccessful: 'Successful user enrollment, check your email',
passwordResetSendLink: 'The link to reset the password was sent to the email ',
passwordConfirmNew: 'New password confirm',
invalidToken: 'The token used is invalid.',
invalidToken: 'The token used is invalid',
passwordReset: 'Password Reset',
createPassword: 'Create password',
passwordResetSuccessful: 'Password reset was successful',
passwordAndConfirmNotMatch: 'The new password and your confirmation do not match.'
passwordAndConfirmNotMatch: 'The new password and your confirmation do not match'
}

export default login
2 changes: 1 addition & 1 deletion src/lang/ADempiere/es/businessPartner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

const businessPartner = {
edit: 'Editar',
notFound: 'Socio de negocio no encontrado.',
notFound: 'Socio de negocio no encontrado',
emptyBusinessPartner: 'Utilice los filtros para realizar la búsqueda de socio de negocio según su Código, Nombre, Email y Teléfono',
searchWithEnter: 'Introduzca un valor para buscar Socios de Negocio'
}
Expand Down
6 changes: 3 additions & 3 deletions src/lang/ADempiere/es/fieldDisplayOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

const fieldsDisplayOptions = {
// fields showed options
minimalistView: 'Vista Minimalista.',
showAllFields: 'Mostrar Todos Los Campos.',
showFieldsWithValue: 'Mostrar Campos Con Valor Por Defecto.',
minimalistView: 'Vista Minimalista',
showAllFields: 'Mostrar Todos Los Campos',
showFieldsWithValue: 'Mostrar Campos Con Valor Por Defecto',
Show2Columns: 'Mostrar 2 Columnas',
Show3Columns: 'Mostrar 3 Columnas',
Show4Columns: 'Mostrar 4 Columnas'
Expand Down
2 changes: 1 addition & 1 deletion src/lang/ADempiere/es/fieldFormSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

const infoSearch = {
notFound: ' no encontrado.'
notFound: ' no encontrado'
}

export default infoSearch
2 changes: 1 addition & 1 deletion src/lang/ADempiere/es/form/workflowActivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const workflowActivity = {
},
workflow: {
title: 'Flujo de Trabajo',
description: 'Diagrama del ciclo de vida del flijo de trabajo. El Nodo resaltado es el que se encuentra actualmente a la espera de verificación.'
description: 'Diagrama del ciclo de vida del flijo de trabajo. El Nodo resaltado es el que se encuentra actualmente a la espera de verificación'
},
workflowLogs: {
title: 'Bitacora de Cambios',
Expand Down
15 changes: 5 additions & 10 deletions src/lang/ADempiere/es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ export default {
searching: 'Buscando registros en el servidor',
succcessSearch: 'La búsqueda se ha realizado',
searchWithOutRecords: 'La búsqueda finalizo sin resultados',
errorSearch: 'La búsqueda no se ha completado.',
errorSearch: 'La búsqueda no se ha completado',
// process
processing: 'Procesando',
processExecuted: 'Ejecutado, ver histórico de procesos',
processError: 'No fue ejecutado',
//
emptyValues: 'Parametro(s) con valores vacios',
fieldCannotBeEmpty: 'El valor del campo no puede estar vacío.',
fieldCannotBeEmpty: 'El valor del campo no puede estar vacío',
fieldMandatory: 'El campo es obligatorio',
requestError: 'Error al ejecutar la petición',
successChangeRole: 'El rol se ha cambiado',
Expand All @@ -101,7 +101,7 @@ export default {
invalidEmailFormat: 'Formato de correo electronico invalido',
recordLocked: 'Este registro ha sido bloqueado',
recordUnlocked: 'Este registro ha sido desbloqueado',
noRoleAccess: 'Con su rol y configuración actuales, no puede ver esta información.',
noRoleAccess: 'Con su rol y configuración actuales, no puede ver esta información',
errorPointOfSale: 'Sin punto de venta seleccionado',
emptyPos: 'Este Usuario no tiene Ningún Terminal de PDV Asignado'
},
Expand Down Expand Up @@ -139,18 +139,13 @@ export default {
contextMenuActions: 'Acciones',
contextMenuReferences: 'Referencias',
contextMenuDownload: 'Descargar',
ExportTo: 'Exportar a',
dateStartPlaceholder: 'Fecha inicial',
dateEndPlaceholder: 'Fecha final',
dialogCancelButton: 'Cancelar',
dialogConfirmButton: 'Confirmar',
filterableItems: 'Columnas Opcionales',
searchRecord: 'Buscar Registro',
fixedleItems: 'Columnas Fijas',
resetAllFilters: 'Reiniciar todos los filtros',
switchActiveText: 'Si',
switchInactiveText: 'No',
contextFieldTitle: 'Información de Contexto'
switchInactiveText: 'No'
},
grid: {
recordAccess: {
Expand All @@ -175,7 +170,7 @@ export default {
searchCriteria: 'Criterio de Búsqueda',
unsupportedSorry: 'Lo sentimos',
unsupportedHeadline: 'Esta vista no está disponible actualmente',
unsupportedInfo: 'Verifique que la vista sea compatible con esta versión, o haga clic en el botón a continuación para volver a la página de inicio.',
unsupportedInfo: 'Verifique que la vista sea compatible con esta versión, o haga clic en el botón a continuación para volver a la página de inicio',
unsupportedButton: 'Volver al Panel de control',
reportView: 'Vistas de Reporte',
printFormat: 'Formatos de Impresión',
Expand Down
2 changes: 1 addition & 1 deletion src/lang/ADempiere/es/orderList.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

const orderList = {
notFound: 'Orden de Venta no encontrado.',
notFound: 'Orden de Venta no encontrado',
label: 'Órden de Venta',
emptyOrderList: 'Utilice los filtros para realizar la búsqueda de las ordenes de ventas según su No. del Documento, Socio del Negocio, Fecha Desde, Fecha Hasta, Pagado, Procesado y Facturado ',
searchWithEnter: 'Introduzca un valor para buscar una Orden de Venta'
Expand Down
4 changes: 2 additions & 2 deletions src/lang/ADempiere/es/page/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ const login = {
userEnrollmentSuccessful: 'Registro de usuario exitoso, verifique su correo electronico',
passwordResetSendLink: 'El enlace para reiniciar la contraseña se envio al correo ',
passwordConfirmNew: 'Confirmación de nueva contraseña',
invalidToken: 'El token utilizado es inválido.',
invalidToken: 'El token utilizado es inválido',
passwordReset: 'Reiniciar contraseña',
createPassword: 'Crear contraseña',
passwordResetSuccessful: 'El reinicio de contraseña se realizo correctamente',
passwordAndConfirmNotMatch: 'La contraseña nueva y su confirmación no coinciden.'
passwordAndConfirmNotMatch: 'La contraseña nueva y su confirmación no coinciden'
}

export default login

0 comments on commit e6c516b

Please sign in to comment.