Skip to content

Commit

Permalink
Add Translation to Attachment (adempiere#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Nov 18, 2022
1 parent 17c0d61 commit 6a91d4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/lang/ADempiere/en/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ const window = {
attachment: {
label: 'Attachment',
uploadFiles: 'Upload Files',
newFiles: 'New Files'
newFiles: 'New Files',
error: 'Failed to Save Files',
success: 'Files Saved Successfully'
},
log: {
changeHistory: 'Change History',
Expand Down
4 changes: 3 additions & 1 deletion src/lang/ADempiere/es/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ const window = {
attachment: {
label: 'Anexo',
uploadFiles: 'Cargar Archivos',
newFiles: 'Nuevos Archivos'
newFiles: 'Nuevos Archivos',
error: 'Error A Guardar Archivos',
success: 'Archivos Guardado con Éxito'
},
log: {
updated: 'Actualizado',
Expand Down

0 comments on commit 6a91d4f

Please sign in to comment.