fix: refs #6425 fix yml format
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-04-03 14:33:47 +02:00
parent 3e423867e3
commit 94b177c9a2
6 changed files with 1119 additions and 1125 deletions

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'