refactor: refs #6425 new translation proposal #250

Merged
jon merged 13 commits from 6425-translationProposal into dev 2024-04-12 12:22:23 +00:00
6 changed files with 1119 additions and 1125 deletions
Showing only changes of commit 94b177c9a2 - Show all commits

View File

@ -31,8 +31,8 @@ globals:
confirm: Confirm
assign: Assign
back: Back
'yes': 'Yes'
'no': 'No'
yes: 'Yes'
no: 'No'
noChanges: No changes to save
changesToSave: You have changes pending to save
confirmRemove: You are about to delete this row. Are you sure?

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
customerFilter:
filter:
name: Name
socialName: Social name
name: 'Name'
socialName: 'Social name'

View File

@ -1,4 +1,4 @@
customerFilter:
filter:
name: Nombre
socialName: Razón Social
name: 'Nombre'
socialName: 'Razón Social'

View File

@ -1,6 +1,6 @@
travelFilter:
filter:
warehouseOutFk: Warehouse Out
warehouseInFk: Warehouse In
agencyModeFk: Agency
scopeDays: Days onward
warehouseOutFk: 'Warehouse Out'
warehouseInFk: 'Warehouse In'
agencyModeFk: 'Agency'
scopeDays: 'Days onward'

View File

@ -1,6 +1,6 @@
travelFilter:
filter:
warehouseInFk: Alm. entrada
warehouseOutFk: Alm. salida
agencyModeFk: Agencia
scopeDays: Días adelante
warehouseInFk: 'Alm. entrada'
warehouseOutFk: 'Alm. salida'
agencyModeFk: 'Agencia'
scopeDays: 'Días adelante'