2022-03-11 10:25:30 +00:00
|
|
|
export default {
|
2022-03-14 09:36:52 +00:00
|
|
|
globals: {
|
|
|
|
lang: {
|
2022-03-14 10:31:37 +00:00
|
|
|
es: 'Spanish',
|
|
|
|
en: 'English',
|
|
|
|
},
|
2022-04-20 14:23:03 +00:00
|
|
|
collapseMenu: 'Collapse left menu',
|
|
|
|
backToDashboard: 'Return to dashboard',
|
|
|
|
notifications: 'Notifications',
|
|
|
|
userPanel: 'User panel',
|
2022-06-08 12:53:10 +00:00
|
|
|
favoriteModules: 'Favorite modules',
|
2022-04-20 14:23:03 +00:00
|
|
|
theme: 'Theme',
|
|
|
|
logOut: 'Log out',
|
2022-06-08 12:53:10 +00:00
|
|
|
dataSaved: 'Data saved',
|
2022-10-18 12:58:41 +00:00
|
|
|
save: 'Save',
|
2022-10-20 11:42:49 +00:00
|
|
|
reset: 'Reset',
|
|
|
|
noChanges: 'No changes to save'
|
2022-06-08 12:53:10 +00:00
|
|
|
},
|
|
|
|
moduleIndex: {
|
|
|
|
allModules: 'All modules'
|
2022-03-11 12:02:30 +00:00
|
|
|
},
|
2022-03-14 09:36:52 +00:00
|
|
|
errors: {
|
2022-03-14 10:31:37 +00:00
|
|
|
statusUnauthorized: 'Access denied',
|
|
|
|
statusInternalServerError: 'An internal server error has ocurred',
|
2022-08-03 11:48:45 +00:00
|
|
|
statusBadGateway: 'It seems that the server has fall down',
|
|
|
|
statusGatewayTimeout: 'Could not contact the server',
|
2022-03-11 12:02:30 +00:00
|
|
|
},
|
2022-03-14 09:36:52 +00:00
|
|
|
login: {
|
2022-03-14 10:31:37 +00:00
|
|
|
title: 'Login',
|
|
|
|
username: 'Username',
|
|
|
|
password: 'Password',
|
|
|
|
submit: 'Log in',
|
|
|
|
keepLogin: 'Keep me logged in',
|
|
|
|
loginSuccess: 'You have successfully logged in',
|
2022-04-01 10:58:41 +00:00
|
|
|
loginError: 'Invalid username or password'
|
|
|
|
},
|
|
|
|
dashboard: {
|
|
|
|
pageTitles: {
|
|
|
|
dashboard: 'Dashboard',
|
|
|
|
}
|
|
|
|
},
|
|
|
|
customer: {
|
|
|
|
pageTitles: {
|
|
|
|
customers: 'Customers',
|
|
|
|
list: 'List',
|
2022-04-21 12:21:04 +00:00
|
|
|
createCustomer: 'Create customer',
|
2022-04-01 10:58:41 +00:00
|
|
|
basicData: 'Basic Data'
|
2022-06-21 05:42:33 +00:00
|
|
|
},
|
|
|
|
list: {
|
|
|
|
phone: 'Phone',
|
|
|
|
email: 'Email',
|
|
|
|
customerOrders: 'Display customer orders',
|
|
|
|
moreOptions: 'More options'
|
2022-10-20 11:42:49 +00:00
|
|
|
},
|
|
|
|
card: {
|
|
|
|
customerId: 'Claim ID',
|
|
|
|
salesPerson: 'Sales person',
|
|
|
|
credit: 'Credit',
|
|
|
|
securedCredit: 'Secured credit',
|
|
|
|
payMethod: 'Pay method',
|
|
|
|
debt: 'Debt'
|
|
|
|
},
|
|
|
|
summary: {
|
|
|
|
customerId: 'Customer ID',
|
|
|
|
socialName: 'Social name',
|
|
|
|
contact: 'Contact',
|
|
|
|
phone: 'Phone',
|
|
|
|
mobile: 'Mobile',
|
|
|
|
email: 'Email',
|
|
|
|
salesPerson: 'Sales person',
|
|
|
|
contactChannel: 'Contact channel',
|
|
|
|
},
|
|
|
|
basicData: {
|
|
|
|
socialName: 'Fiscal name',
|
|
|
|
businessType: 'Business type',
|
|
|
|
contact: 'Contact',
|
|
|
|
email: 'Email',
|
|
|
|
phone: 'Phone',
|
|
|
|
mobile: 'Mobile',
|
|
|
|
salesPerson: 'Sales person',
|
|
|
|
contactChannel: 'Contact channel'
|
2022-04-01 10:58:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
ticket: {
|
|
|
|
pageTitles: {
|
2022-05-17 12:58:01 +00:00
|
|
|
tickets: 'Tickets',
|
|
|
|
list: 'List',
|
|
|
|
createTicket: 'Create ticket',
|
|
|
|
basicData: 'Basic Data'
|
2022-04-01 10:58:41 +00:00
|
|
|
}
|
2022-03-11 12:02:30 +00:00
|
|
|
},
|
2022-10-17 14:23:19 +00:00
|
|
|
claim: {
|
|
|
|
pageTitles: {
|
|
|
|
claims: 'Claims',
|
|
|
|
list: 'List',
|
|
|
|
createClaim: 'Create claim',
|
2022-10-20 05:14:39 +00:00
|
|
|
summary: 'Summary',
|
2022-10-17 14:23:19 +00:00
|
|
|
basicData: 'Basic Data'
|
|
|
|
},
|
|
|
|
list: {
|
|
|
|
customer: 'Customer',
|
2022-10-20 05:14:39 +00:00
|
|
|
assignedTo: 'Assigned',
|
2022-10-17 14:23:19 +00:00
|
|
|
created: 'Created',
|
|
|
|
state: 'State'
|
2022-10-20 05:14:39 +00:00
|
|
|
},
|
|
|
|
card: {
|
|
|
|
claimId: 'Claim ID',
|
|
|
|
assignedTo: 'Assigned',
|
|
|
|
created: 'Created',
|
|
|
|
state: 'State',
|
|
|
|
ticketId: 'Ticket ID',
|
|
|
|
customerSummary: 'Customer summary',
|
|
|
|
claimedTicket: 'Claimed ticket'
|
|
|
|
},
|
|
|
|
summary: {
|
|
|
|
customer: 'Customer',
|
|
|
|
assignedTo: 'Assigned',
|
|
|
|
attendedBy: 'Attended by',
|
|
|
|
created: 'Created',
|
|
|
|
state: 'State',
|
|
|
|
details: {
|
|
|
|
title: 'Details',
|
|
|
|
columns: {
|
|
|
|
item: 'Item',
|
|
|
|
landed: 'Delivered',
|
|
|
|
quantity: 'Quantity'
|
|
|
|
}
|
|
|
|
},
|
2022-10-20 11:42:49 +00:00
|
|
|
},
|
|
|
|
basicData: {
|
|
|
|
customer: 'Customer',
|
|
|
|
assignedTo: 'Assigned',
|
|
|
|
created: 'Created',
|
|
|
|
state: 'State',
|
|
|
|
packages: 'Packages',
|
|
|
|
picked: 'Picked',
|
|
|
|
},
|
2022-10-17 14:23:19 +00:00
|
|
|
},
|
2022-03-14 09:36:52 +00:00
|
|
|
components: {
|
2022-03-14 10:31:37 +00:00
|
|
|
topbar: {},
|
|
|
|
userPanel: {
|
|
|
|
settings: 'Settings',
|
|
|
|
logOut: 'Log Out',
|
|
|
|
},
|
2022-06-21 05:42:33 +00:00
|
|
|
smartCard: {
|
|
|
|
noData: 'No data to display',
|
|
|
|
openCard: 'View card',
|
|
|
|
openSummary: 'Open summary'
|
|
|
|
}
|
2022-03-14 09:36:52 +00:00
|
|
|
},
|
2022-03-11 10:25:30 +00:00
|
|
|
};
|