salix-front/src/i18n/en/index.js

315 lines
9.8 KiB
JavaScript
Raw Normal View History

2022-03-11 10:25:30 +00:00
export default {
2022-03-14 09:36:52 +00:00
globals: {
lang: {
es: 'Spanish',
en: 'English',
},
language: 'Language',
collapseMenu: 'Collapse left menu',
backToDashboard: 'Return to dashboard',
notifications: 'Notifications',
userPanel: 'User panel',
favoriteModules: 'Favorite modules',
darkMode: 'Dark mode',
logOut: 'Log out',
dataSaved: 'Data saved',
2022-11-17 07:04:12 +00:00
dataDeleted: 'Data deleted',
2022-10-25 12:23:59 +00:00
add: 'Add',
create: 'Create',
2022-10-18 12:58:41 +00:00
save: 'Save',
2022-10-25 12:23:59 +00:00
remove: 'Remove',
2022-10-20 11:42:49 +00:00
reset: 'Reset',
2022-10-25 12:23:59 +00:00
cancel: 'Cancel',
2022-11-17 07:04:12 +00:00
confirm: 'Confirm',
back: 'Back',
2022-10-25 12:23:59 +00:00
yes: 'Yes',
no: 'No',
noChanges: 'No changes to save',
2022-10-31 08:34:01 +00:00
changesToSave: 'You have changes pending to save',
2022-10-25 12:23:59 +00:00
confirmRemove: 'You are about to delete this row. Are you sure?',
rowAdded: 'Row added',
2022-10-27 12:59:19 +00:00
rowRemoved: 'Row removed',
2022-11-17 07:04:12 +00:00
pleaseWait: 'Please wait...',
},
moduleIndex: {
2022-11-17 07:04:12 +00:00
allModules: 'All modules',
},
2022-03-14 09:36:52 +00:00
errors: {
statusUnauthorized: 'Access denied',
statusInternalServerError: 'An internal server error has ocurred',
statusBadGateway: 'It seems that the server has fall down',
statusGatewayTimeout: 'Could not contact the server',
},
2022-03-14 09:36:52 +00:00
login: {
title: 'Login',
username: 'Username',
password: 'Password',
submit: 'Log in',
keepLogin: 'Keep me logged in',
loginSuccess: 'You have successfully logged in',
loginError: 'Invalid username or password',
2022-11-17 07:04:12 +00:00
fieldRequired: 'This field is required',
2022-04-01 10:58:41 +00:00
},
dashboard: {
pageTitles: {
dashboard: 'Dashboard',
2022-11-17 07:04:12 +00:00
},
2022-04-01 10:58:41 +00:00
},
customer: {
pageTitles: {
customers: 'Customers',
list: 'List',
2022-04-21 12:21:04 +00:00
createCustomer: 'Create customer',
2022-10-24 06:48:53 +00:00
summary: 'Summary',
2022-11-17 07:04:12 +00:00
basicData: 'Basic Data',
},
list: {
phone: 'Phone',
email: 'Email',
customerOrders: 'Display customer orders',
2022-11-17 07:04:12 +00:00
moreOptions: 'More options',
2022-10-20 11:42:49 +00:00
},
card: {
2022-10-24 06:48:53 +00:00
customerList: 'Customer list',
2022-10-20 11:42:49 +00:00
customerId: 'Claim ID',
salesPerson: 'Sales person',
credit: 'Credit',
securedCredit: 'Secured credit',
payMethod: 'Pay method',
2022-10-24 06:48:53 +00:00
debt: 'Debt',
isDisabled: 'Customer is disabled',
isFrozen: 'Customer is frozen',
hasDebt: 'Customer has debt',
notChecked: 'Customer not checked',
2022-11-17 07:04:12 +00:00
noWebAccess: 'Web access is disabled',
2022-10-20 11:42:49 +00:00
},
summary: {
2022-10-24 06:48:53 +00:00
basicData: 'Basic data',
fiscalAddress: 'Fiscal address',
fiscalData: 'Fiscal data',
billingData: 'Billing data',
consignee: 'Consignee',
businessData: 'Business data',
financialData: 'Financial data',
2022-10-20 11:42:49 +00:00
customerId: 'Customer ID',
2022-10-24 06:48:53 +00:00
name: 'Name',
2022-10-20 11:42:49 +00:00
contact: 'Contact',
phone: 'Phone',
mobile: 'Mobile',
email: 'Email',
salesPerson: 'Sales person',
contactChannel: 'Contact channel',
2022-10-24 06:48:53 +00:00
socialName: 'Social name',
fiscalId: 'Fiscal ID',
postcode: 'Postcode',
province: 'Province',
country: 'Country',
street: 'Address',
isEqualizated: 'Is equalizated',
isActive: 'Is active',
invoiceByAddress: 'Invoice by address',
verifiedData: 'Verified data',
hasToInvoice: 'Has to invoice',
notifyByEmail: 'Notify by email',
vies: 'VIES',
payMethod: 'Pay method',
bankAccount: 'Bank account',
dueDay: 'Due day',
hasLcr: 'Has LCR',
hasCoreVnl: 'Has core VNL',
hasB2BVnl: 'Has B2B VNL',
addressName: 'Address name',
addressCity: 'City',
addressStreet: 'Street',
username: 'Username',
webAccess: 'Web access',
totalGreuge: 'Total greuge',
mana: 'Mana',
priceIncreasingRate: 'Price increasing rate',
averageInvoiced: 'Average invoiced',
claimRate: 'Claming rate',
risk: 'Risk',
riskInfo: 'Invoices minus payments plus orders not yet invoiced',
credit: 'Credit',
creditInfo: `Company's maximum risk`,
securedCredit: 'Secured credit',
securedCreditInfo: `Solunion's maximum risk`,
balance: 'Balance',
balanceInfo: 'Invoices minus payments',
balanceDue: 'Balance due',
balanceDueInfo: 'Deviated invoices minus payments',
recoverySince: 'Recovery since',
2022-10-20 11:42:49 +00:00
},
basicData: {
socialName: 'Fiscal name',
businessType: 'Business type',
contact: 'Contact',
email: 'Email',
phone: 'Phone',
mobile: 'Mobile',
salesPerson: 'Sales person',
2022-11-17 07:04:12 +00:00
contactChannel: 'Contact channel',
},
2022-04-01 10:58:41 +00:00
},
ticket: {
pageTitles: {
tickets: 'Tickets',
list: 'List',
createTicket: 'Create ticket',
2022-10-25 12:43:59 +00:00
summary: 'Summary',
2022-11-02 11:27:25 +00:00
basicData: 'Basic Data',
2022-11-17 07:04:12 +00:00
boxing: 'Boxing',
2022-10-24 06:48:53 +00:00
},
list: {
nickname: 'Nickname',
state: 'State',
shipped: 'Shipped',
landed: 'Landed',
salesPerson: 'Sales person',
2022-11-17 07:04:12 +00:00
total: 'Total',
2022-10-24 06:48:53 +00:00
},
card: {
ticketId: 'Ticket ID',
state: 'State',
customerId: 'Customer ID',
salesPerson: 'Sales person',
agency: 'Agency',
shipped: 'Shipped',
warehouse: 'Warehouse',
2022-11-17 07:04:12 +00:00
customerCard: 'Customer card',
},
2022-08-02 13:11:40 +00:00
boxing: {
2022-08-03 12:58:58 +00:00
expedition: 'Expedition',
item: 'Item',
created: 'Created',
2022-09-06 11:59:00 +00:00
worker: 'Worker',
selectTime: 'Select time:',
2022-09-28 13:01:08 +00:00
selectVideo: 'Select video:',
2022-11-17 07:04:12 +00:00
notFound: 'No videos available',
},
2022-11-25 14:54:35 +00:00
summary: {
state: 'State',
salesPerson: 'Sales person',
agency: 'Agency',
zone: 'Zone',
warehouse: 'Warehouse',
route: 'Route',
invoice: 'Invoice',
shipped: 'Shipped',
landed: 'Landed',
packages: 'Packages',
consigneePhone: 'Consignee phone',
consigneeMobile: 'Consignee mobile',
clientPhone: 'Client phone',
clientMobile: 'Client mobile',
consignee: 'Consignee',
subtotal: 'Subtotal',
vat: 'VAT',
total: 'Total',
saleLines: 'Line items',
item: 'Item',
visible: 'Visible',
available: 'Available',
quantity: 'Quantity',
description: 'Description',
price: 'Price',
discount: 'Discount',
amount: 'Amount',
packing: 'Packing',
hasComponentLack: 'Component lack',
itemShortage: 'Not visible',
claim: 'Claim',
reserved: 'Reserved',
created: 'Created',
package: 'Package',
taxClass: 'Tax class',
services: 'Services',
changeState: 'Change state',
requester: 'Requester',
atender: 'Atender',
request: 'Request'
}
},
2022-10-17 14:23:19 +00:00
claim: {
pageTitles: {
claims: 'Claims',
list: 'List',
createClaim: 'Create claim',
2022-10-24 16:36:05 +00:00
rmaList: 'RMA',
2022-10-20 05:14:39 +00:00
summary: 'Summary',
2022-10-24 16:36:05 +00:00
basicData: 'Basic Data',
2022-11-17 07:04:12 +00:00
rma: 'RMA',
2022-10-17 14:23:19 +00:00
},
list: {
customer: 'Customer',
2022-10-20 05:14:39 +00:00
assignedTo: 'Assigned',
2022-10-17 14:23:19 +00:00
created: 'Created',
2022-11-17 07:04:12 +00:00
state: 'State',
2022-10-20 05:14:39 +00:00
},
2022-10-25 12:23:59 +00:00
rmaList: {
2022-11-07 12:15:11 +00:00
code: 'Code',
2022-11-17 07:04:12 +00:00
records: 'records',
2022-10-25 12:23:59 +00:00
},
rma: {
user: 'User',
2022-11-17 07:04:12 +00:00
created: 'Created',
2022-10-25 12:23:59 +00:00
},
2022-10-20 05:14:39 +00:00
card: {
claimId: 'Claim ID',
assignedTo: 'Assigned',
created: 'Created',
state: 'State',
ticketId: 'Ticket ID',
customerSummary: 'Customer summary',
2022-11-17 07:04:12 +00:00
claimedTicket: 'Claimed ticket',
2022-10-20 05:14:39 +00:00
},
summary: {
customer: 'Customer',
assignedTo: 'Assigned',
attendedBy: 'Attended by',
created: 'Created',
state: 'State',
2022-10-26 11:58:45 +00:00
details: 'Details',
item: 'Item',
landed: 'Landed',
quantity: 'Quantity',
claimed: 'Claimed',
description: 'Description',
price: 'Price',
discount: 'Discount',
total: 'Total',
actions: 'Actions',
responsibility: 'Responsibility',
company: 'Company',
2022-11-17 07:04:12 +00:00
person: 'Employee/Customer',
2022-10-20 11:42:49 +00:00
},
basicData: {
customer: 'Customer',
assignedTo: 'Assigned',
created: 'Created',
state: 'State',
packages: 'Packages',
picked: 'Picked',
2022-11-17 07:04:12 +00:00
returnOfMaterial: 'Return of material authorization (RMA)',
2022-10-20 11:42:49 +00:00
},
2022-10-17 14:23:19 +00:00
},
2022-03-14 09:36:52 +00:00
components: {
topbar: {},
userPanel: {
settings: 'Settings',
logOut: 'Log Out',
},
smartCard: {
noData: 'No data to display',
openCard: 'View card',
2022-11-08 12:36:22 +00:00
openSummary: 'Open summary',
2022-11-17 07:04:12 +00:00
viewDescription: 'View description',
2022-10-24 06:48:53 +00:00
},
2022-11-08 12:36:22 +00:00
cardDescriptor: {
2022-10-24 06:48:53 +00:00
mainList: 'Main list',
summary: 'Summary',
2022-11-17 07:04:12 +00:00
moreOptions: 'More options',
},
2022-03-14 09:36:52 +00:00
},
2022-03-11 10:25:30 +00:00
};