fix: refs #6425 fix yml format
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9a160d9248
commit
3e423867e3
|
@ -31,8 +31,8 @@ globals:
|
||||||
confirm: Confirm
|
confirm: Confirm
|
||||||
assign: Assign
|
assign: Assign
|
||||||
back: Back
|
back: Back
|
||||||
yes: 'Yes'
|
'yes': 'Yes'
|
||||||
no: 'No'
|
'no': 'No'
|
||||||
noChanges: No changes to save
|
noChanges: No changes to save
|
||||||
changesToSave: You have changes pending to save
|
changesToSave: You have changes pending to save
|
||||||
confirmRemove: You are about to delete this row. Are you sure?
|
confirmRemove: You are about to delete this row. Are you sure?
|
||||||
|
@ -82,12 +82,12 @@ globals:
|
||||||
selectFile: Select a file
|
selectFile: Select a file
|
||||||
copyClipboard: Copy on clipboard
|
copyClipboard: Copy on clipboard
|
||||||
salesPerson: SalesPerson
|
salesPerson: SalesPerson
|
||||||
code: 'Code'
|
code: Code
|
||||||
pageTitles:
|
pageTitles:
|
||||||
summary: 'Summary'
|
summary: Summary
|
||||||
basicData: 'Basic data'
|
basicData: Basic data
|
||||||
log: 'Logs'
|
log: Logs
|
||||||
parkingList: 'Parkings list'
|
parkingList: Parkings list
|
||||||
errors:
|
errors:
|
||||||
statusUnauthorized: Access denied
|
statusUnauthorized: Access denied
|
||||||
statusInternalServerError: An internal server error has ocurred
|
statusInternalServerError: An internal server error has ocurred
|
||||||
|
@ -465,7 +465,7 @@ ticket:
|
||||||
request: Request
|
request: Request
|
||||||
weight: Weight
|
weight: Weight
|
||||||
goTo: Go to
|
goTo: Go to
|
||||||
summaryAmount: 'Summary'
|
summaryAmount: Summary
|
||||||
claim:
|
claim:
|
||||||
pageTitles:
|
pageTitles:
|
||||||
claims: Claims
|
claims: Claims
|
||||||
|
@ -635,15 +635,15 @@ shelving:
|
||||||
priority: Priority
|
priority: Priority
|
||||||
recyclable: Recyclable
|
recyclable: Recyclable
|
||||||
parking:
|
parking:
|
||||||
pickingOrder: 'Picking order'
|
pickingOrder: Picking order
|
||||||
sector: 'Sector'
|
sector: Sector
|
||||||
row: 'Row'
|
row: Row
|
||||||
column: 'Column'
|
column: Column
|
||||||
pageTitles:
|
pageTitles:
|
||||||
parking: 'Parking'
|
parking: Parking
|
||||||
searchBar:
|
searchBar:
|
||||||
info: 'You can search by parking code'
|
info: You can search by parking code
|
||||||
label: 'Search parking...'
|
label: Search parking...
|
||||||
invoiceIn:
|
invoiceIn:
|
||||||
pageTitles:
|
pageTitles:
|
||||||
invoiceIns: Invoices In
|
invoiceIns: Invoices In
|
||||||
|
@ -782,7 +782,7 @@ worker:
|
||||||
workerCreate: New worker
|
workerCreate: New worker
|
||||||
department: Department
|
department: Department
|
||||||
pda: PDA
|
pda: PDA
|
||||||
log: 'Log'
|
log: Log
|
||||||
list:
|
list:
|
||||||
name: Name
|
name: Name
|
||||||
email: Email
|
email: Email
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,6 @@ import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
import VnFilterPanel from 'src/components/ui/VnFilterPanel.vue';
|
import VnFilterPanel from 'src/components/ui/VnFilterPanel.vue';
|
||||||
import VnSelectFilter from 'src/components/common/VnSelectFilter.vue';
|
import VnSelectFilter from 'src/components/common/VnSelectFilter.vue';
|
||||||
import VnInput from 'src/components/common/VnInput.vue';
|
|
||||||
import FetchData from 'components/FetchData.vue';
|
import FetchData from 'components/FetchData.vue';
|
||||||
import VnInputDate from 'components/common/VnInputDate.vue';
|
import VnInputDate from 'components/common/VnInputDate.vue';
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
travelFilter:
|
travelFilter:
|
||||||
filter:
|
filter:
|
||||||
warehouseOutFk: 'Warehouse Out'
|
warehouseOutFk: Warehouse Out
|
||||||
warehouseInFk: 'Warehouse In'
|
warehouseInFk: Warehouse In
|
||||||
agencyModeFk: Agency
|
agencyModeFk: Agency
|
||||||
scopeDays: 'Days onward'
|
scopeDays: Days onward
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
travelFilter:
|
travelFilter:
|
||||||
filter:
|
filter:
|
||||||
warehouseInFk: 'Alm. entrada'
|
warehouseInFk: Alm. entrada
|
||||||
warehouseOutFk: 'Alm. salida'
|
warehouseOutFk: Alm. salida
|
||||||
agencyModeFk: Agencia
|
agencyModeFk: Agencia
|
||||||
scopeDays: Días adelante
|
scopeDays: Días adelante
|
||||||
|
|
Loading…
Reference in New Issue