forked from verdnatura/salix-front
Fix translations
This commit is contained in:
parent
0a03ef69ea
commit
616d8519fa
|
@ -62,8 +62,14 @@ export default {
|
||||||
selectRows: 'Select all { numberRows } row(s)',
|
selectRows: 'Select all { numberRows } row(s)',
|
||||||
allRows: 'All { numberRows } row(s)',
|
allRows: 'All { numberRows } row(s)',
|
||||||
markAll: 'Mark all',
|
markAll: 'Mark all',
|
||||||
|
requiredField: 'Required field',
|
||||||
|
class: 'clase',
|
||||||
|
type: 'type',
|
||||||
|
reason: 'reason',
|
||||||
noResults: 'No results',
|
noResults: 'No results',
|
||||||
system: 'System',
|
system: 'System',
|
||||||
|
fieldRequired: 'Field required',
|
||||||
|
allowedFilesText: 'Allowed file types: { allowedContentTypes }',
|
||||||
smsSent: 'SMS sent',
|
smsSent: 'SMS sent',
|
||||||
},
|
},
|
||||||
errors: {
|
errors: {
|
||||||
|
@ -132,6 +138,8 @@ export default {
|
||||||
log: 'Log',
|
log: 'Log',
|
||||||
sms: 'Sms',
|
sms: 'Sms',
|
||||||
creditManagement: 'Credit management',
|
creditManagement: 'Credit management',
|
||||||
|
creditContracts: 'Credit contracts',
|
||||||
|
creditOpinion: 'Credit opinion',
|
||||||
others: 'Others',
|
others: 'Others',
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
|
@ -267,6 +275,8 @@ export default {
|
||||||
buys: 'Buys',
|
buys: 'Buys',
|
||||||
notes: 'Notes',
|
notes: 'Notes',
|
||||||
log: 'Log',
|
log: 'Log',
|
||||||
|
create: 'Create',
|
||||||
|
latestBuys: 'Latest buys',
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
newEntry: 'New entry',
|
newEntry: 'New entry',
|
||||||
|
@ -322,6 +332,12 @@ export default {
|
||||||
booked: 'Booked',
|
booked: 'Booked',
|
||||||
raid: 'Raid',
|
raid: 'Raid',
|
||||||
excludedFromAvailable: 'Inventory',
|
excludedFromAvailable: 'Inventory',
|
||||||
|
agency: 'Agency',
|
||||||
|
warehouseOut: 'Warehouse Out',
|
||||||
|
warehouseIn: 'Warehouse In',
|
||||||
|
shipped: 'Shipped',
|
||||||
|
landed: 'Landed',
|
||||||
|
id: 'ID',
|
||||||
},
|
},
|
||||||
buys: {
|
buys: {
|
||||||
groupingPrice: 'Grouping price',
|
groupingPrice: 'Grouping price',
|
||||||
|
@ -335,6 +351,12 @@ export default {
|
||||||
grouping: 'Grouping',
|
grouping: 'Grouping',
|
||||||
buyingValue: 'Buying value',
|
buyingValue: 'Buying value',
|
||||||
packagingFk: 'Box',
|
packagingFk: 'Box',
|
||||||
|
file: 'File',
|
||||||
|
name: 'Name',
|
||||||
|
producer: 'Producer',
|
||||||
|
type: 'Type',
|
||||||
|
color: 'Color',
|
||||||
|
id: 'ID',
|
||||||
},
|
},
|
||||||
notes: {
|
notes: {
|
||||||
observationType: 'Observation type',
|
observationType: 'Observation type',
|
||||||
|
@ -345,6 +367,36 @@ export default {
|
||||||
landed: 'Landed',
|
landed: 'Landed',
|
||||||
warehouseOut: 'Warehouse Out',
|
warehouseOut: 'Warehouse Out',
|
||||||
},
|
},
|
||||||
|
latestBuys: {
|
||||||
|
picture: 'Picture',
|
||||||
|
itemFk: 'Item ID',
|
||||||
|
packing: 'Packing',
|
||||||
|
grouping: 'Grouping',
|
||||||
|
quantity: 'Quantity',
|
||||||
|
description: 'Description',
|
||||||
|
size: 'Size',
|
||||||
|
tags: 'Tags',
|
||||||
|
type: 'Type',
|
||||||
|
intrastat: 'Intrastat',
|
||||||
|
origin: 'Origin',
|
||||||
|
weightByPiece: 'Weight/Piece',
|
||||||
|
isActive: 'Active',
|
||||||
|
family: 'Family',
|
||||||
|
entryFk: 'Entry',
|
||||||
|
buyingValue: 'Buying value',
|
||||||
|
freightValue: 'Freight value',
|
||||||
|
comissionValue: 'Commission value',
|
||||||
|
packageValue: 'Package value',
|
||||||
|
isIgnored: 'Is ignored',
|
||||||
|
price2: 'Grouping',
|
||||||
|
price3: 'Packing',
|
||||||
|
minPrice: 'Min',
|
||||||
|
ektFk: 'Ekt',
|
||||||
|
weight: 'Weight',
|
||||||
|
packagingFk: 'Package',
|
||||||
|
packingOut: 'Package out',
|
||||||
|
landing: 'Landing',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
ticket: {
|
ticket: {
|
||||||
pageTitles: {
|
pageTitles: {
|
||||||
|
@ -496,6 +548,7 @@ export default {
|
||||||
responsible: 'Responsible',
|
responsible: 'Responsible',
|
||||||
worker: 'Worker',
|
worker: 'Worker',
|
||||||
redelivery: 'Redelivery',
|
redelivery: 'Redelivery',
|
||||||
|
returnOfMaterial: 'RMA',
|
||||||
},
|
},
|
||||||
basicData: {
|
basicData: {
|
||||||
customer: 'Customer',
|
customer: 'Customer',
|
||||||
|
@ -634,6 +687,7 @@ export default {
|
||||||
vat: 'VAT',
|
vat: 'VAT',
|
||||||
dueDay: 'Due day',
|
dueDay: 'Due day',
|
||||||
intrastat: 'Intrastat',
|
intrastat: 'Intrastat',
|
||||||
|
corrective: 'Corrective',
|
||||||
log: 'Logs',
|
log: 'Logs',
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
|
@ -1036,6 +1090,7 @@ export default {
|
||||||
m3Price: 'M3 Price',
|
m3Price: 'M3 Price',
|
||||||
routePrice: 'Route price',
|
routePrice: 'Route price',
|
||||||
minimumKm: 'Minimum Km',
|
minimumKm: 'Minimum Km',
|
||||||
|
addRow: 'Add row',
|
||||||
},
|
},
|
||||||
consumption: {
|
consumption: {
|
||||||
entry: 'Entry',
|
entry: 'Entry',
|
||||||
|
@ -1052,8 +1107,8 @@ export default {
|
||||||
extraCommunity: 'Extra community',
|
extraCommunity: 'Extra community',
|
||||||
travelCreate: 'New travel',
|
travelCreate: 'New travel',
|
||||||
basicData: 'Basic data',
|
basicData: 'Basic data',
|
||||||
history: 'History',
|
history: 'Log',
|
||||||
thermographs: 'Termographs',
|
thermographs: 'Thermograph',
|
||||||
},
|
},
|
||||||
summary: {
|
summary: {
|
||||||
confirmed: 'Confirmed',
|
confirmed: 'Confirmed',
|
||||||
|
@ -1065,7 +1120,10 @@ export default {
|
||||||
entries: 'Entries',
|
entries: 'Entries',
|
||||||
cloneShipping: 'Clone travel',
|
cloneShipping: 'Clone travel',
|
||||||
CloneTravelAndEntries: 'Clone travel and his entries',
|
CloneTravelAndEntries: 'Clone travel and his entries',
|
||||||
|
deleteTravel: 'Delete travel',
|
||||||
AddEntry: 'Add entry',
|
AddEntry: 'Add entry',
|
||||||
|
thermographs: 'Thermographs',
|
||||||
|
hb: 'HB',
|
||||||
},
|
},
|
||||||
variables: {
|
variables: {
|
||||||
search: 'Id/Reference',
|
search: 'Id/Reference',
|
||||||
|
@ -1077,6 +1135,50 @@ export default {
|
||||||
continent: 'Continent out',
|
continent: 'Continent out',
|
||||||
totalEntries: 'Total entries',
|
totalEntries: 'Total entries',
|
||||||
},
|
},
|
||||||
|
basicData: {
|
||||||
|
reference: 'Reference',
|
||||||
|
agency: 'Agency',
|
||||||
|
shipped: 'Shipped',
|
||||||
|
landed: 'Landed',
|
||||||
|
warehouseOut: 'Warehouse Out',
|
||||||
|
warehouseIn: 'Warehouse In',
|
||||||
|
delivered: 'Delivered',
|
||||||
|
received: 'Received',
|
||||||
|
},
|
||||||
|
thermographs: {
|
||||||
|
code: 'Code',
|
||||||
|
temperature: 'Temperature',
|
||||||
|
state: 'State',
|
||||||
|
destination: 'Destination',
|
||||||
|
created: 'Created',
|
||||||
|
thermograph: 'Thermograph',
|
||||||
|
reference: 'Reference',
|
||||||
|
type: 'Type',
|
||||||
|
company: 'Company',
|
||||||
|
warehouse: 'Warehouse',
|
||||||
|
travelFileDescription: 'Travel id { travelId }',
|
||||||
|
file: 'File',
|
||||||
|
description: 'Description',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
item: {
|
||||||
|
pageTitles: {
|
||||||
|
items: 'Items',
|
||||||
|
list: 'List',
|
||||||
|
diary: 'Diary',
|
||||||
|
tags: 'Tags',
|
||||||
|
},
|
||||||
|
descriptor: {
|
||||||
|
item: 'Item',
|
||||||
|
buyer: 'Buyer',
|
||||||
|
color: 'Color',
|
||||||
|
category: 'Category',
|
||||||
|
stems: 'Stems',
|
||||||
|
visible: 'Visible',
|
||||||
|
available: 'Available',
|
||||||
|
warehouseText: 'Calculated on the warehouse of { warehouseName }',
|
||||||
|
itemDiary: 'Item diary',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
topbar: {},
|
topbar: {},
|
||||||
|
@ -1101,5 +1203,9 @@ export default {
|
||||||
addToPinned: 'Add to pinned',
|
addToPinned: 'Add to pinned',
|
||||||
removeFromPinned: 'Remove from pinned',
|
removeFromPinned: 'Remove from pinned',
|
||||||
},
|
},
|
||||||
|
VnLv: {
|
||||||
|
copyText: '{copyValue} has been copied to the clipboard',
|
||||||
|
},
|
||||||
|
iban_tooltip: 'IBAN: ES21 1234 5678 90 0123456789',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue