refactor: refs #6425 merged changes
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
cb31c2baa2
commit
9a160d9248
|
@ -82,6 +82,12 @@ globals:
|
|||
selectFile: Select a file
|
||||
copyClipboard: Copy on clipboard
|
||||
salesPerson: SalesPerson
|
||||
code: 'Code'
|
||||
pageTitles:
|
||||
summary: 'Summary'
|
||||
basicData: 'Basic data'
|
||||
log: 'Logs'
|
||||
parkingList: 'Parkings list'
|
||||
errors:
|
||||
statusUnauthorized: Access denied
|
||||
statusInternalServerError: An internal server error has ocurred
|
||||
|
@ -459,6 +465,7 @@ ticket:
|
|||
request: Request
|
||||
weight: Weight
|
||||
goTo: Go to
|
||||
summaryAmount: 'Summary'
|
||||
claim:
|
||||
pageTitles:
|
||||
claims: Claims
|
||||
|
@ -627,6 +634,16 @@ shelving:
|
|||
parking: Parking
|
||||
priority: Priority
|
||||
recyclable: Recyclable
|
||||
parking:
|
||||
pickingOrder: 'Picking order'
|
||||
sector: 'Sector'
|
||||
row: 'Row'
|
||||
column: 'Column'
|
||||
pageTitles:
|
||||
parking: 'Parking'
|
||||
searchBar:
|
||||
info: 'You can search by parking code'
|
||||
label: 'Search parking...'
|
||||
invoiceIn:
|
||||
pageTitles:
|
||||
invoiceIns: Invoices In
|
||||
|
@ -765,6 +782,7 @@ worker:
|
|||
workerCreate: New worker
|
||||
department: Department
|
||||
pda: PDA
|
||||
log: 'Log'
|
||||
list:
|
||||
name: Name
|
||||
email: Email
|
||||
|
@ -919,6 +937,7 @@ supplier:
|
|||
addresses: Addresses
|
||||
consumption: Consumption
|
||||
agencyTerm: Agency agreement
|
||||
dms: File management
|
||||
list:
|
||||
payMethod: Pay method
|
||||
payDeadline: Pay deadline
|
||||
|
@ -1087,6 +1106,11 @@ components:
|
|||
copyToken: Token copied to clipboard
|
||||
settings: Settings
|
||||
logOut: Log Out
|
||||
localWarehouse: Local warehouse
|
||||
localBank: Local bank
|
||||
localCompany: Local company
|
||||
userWarehouse: User warehouse
|
||||
userCompany: User company
|
||||
smartCard:
|
||||
downloadFile: Download file
|
||||
clone: Clone
|
||||
|
|
|
@ -82,6 +82,12 @@ globals:
|
|||
selectFile: Seleccione un fichero
|
||||
copyClipboard: Copiar en portapapeles
|
||||
salesPerson: Comercial
|
||||
code: 'Código',
|
||||
pageTitles:
|
||||
summary: 'Resumen'
|
||||
basicData: 'Datos básicos'
|
||||
log: 'Historial'
|
||||
parkingList: 'Listado de parkings'
|
||||
errors:
|
||||
statusUnauthorized: Acceso denegado
|
||||
statusInternalServerError: Ha ocurrido un error interno del servidor
|
||||
|
@ -458,6 +464,7 @@ ticket:
|
|||
request: Petición de compra
|
||||
weight: Peso
|
||||
goTo: Ir a
|
||||
summaryAmount: 'Resumen'
|
||||
claim:
|
||||
pageTitles:
|
||||
claims: Reclamaciones
|
||||
|
@ -676,6 +683,15 @@ shelving:
|
|||
parking: Parking
|
||||
priority: Prioridad
|
||||
recyclable: Reciclable
|
||||
parking:
|
||||
pickingOrder: 'Orden de recogida'
|
||||
row: 'Fila'
|
||||
column: 'Columna'
|
||||
pageTitles:
|
||||
parking: 'Parking'
|
||||
searchBar:
|
||||
info: 'Puedes buscar por código de parking'
|
||||
label: 'Buscar parking...'
|
||||
invoiceIn:
|
||||
pageTitles:
|
||||
invoiceIns: Fact. recibidas
|
||||
|
@ -762,6 +778,7 @@ worker:
|
|||
workerCreate: Nuevo trabajador
|
||||
department: Departamentos
|
||||
pda: PDA
|
||||
log: 'Historial'
|
||||
list:
|
||||
name: Nombre
|
||||
email: Email
|
||||
|
@ -916,6 +933,7 @@ supplier:
|
|||
addresses: Direcciones
|
||||
consumption: Consumo
|
||||
agencyTerm: Acuerdo agencia
|
||||
dms: 'Gestión documental'
|
||||
list:
|
||||
payMethod: Método de pago
|
||||
payDeadline: Plazo de pago
|
||||
|
@ -1084,6 +1102,11 @@ components:
|
|||
copyToken: Token copiado al portapapeles
|
||||
settings: Configuración
|
||||
logOut: Cerrar sesión
|
||||
localWarehouse: 'Almacén local',
|
||||
localBank: 'Banco local'
|
||||
localCompany: 'Empresa local'
|
||||
userWarehouse: 'Almacén del usuario'
|
||||
userCompany: 'Empresa del usuario'
|
||||
smartCard:
|
||||
downloadFile: Descargar archivo
|
||||
clone: Clonar
|
||||
|
|
Loading…
Reference in New Issue