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

76 lines
1.9 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',
},
collapseMenu: 'Collapse left menu',
backToDashboard: 'Return to dashboard',
notifications: 'Notifications',
userPanel: 'User panel',
favoriteModules: 'Favorite modules',
theme: 'Theme',
logOut: 'Log out',
dataSaved: 'Data saved',
},
moduleIndex: {
allModules: 'All modules'
},
2022-03-14 09:36:52 +00:00
errors: {
statusUnauthorized: 'Access denied',
statusInternalServerError: 'An internal server error has ocurred',
},
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',
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'
},
list: {
phone: 'Phone',
email: 'Email',
customerOrders: 'Display customer orders',
moreOptions: 'More options'
2022-04-01 10:58:41 +00:00
}
},
ticket: {
pageTitles: {
tickets: 'Tickets',
list: 'List',
createTicket: 'Create ticket',
basicData: 'Basic Data'
2022-08-02 13:11:40 +00:00
},
boxing: {
expedition: 'Expedición',
item: 'Artículo'
2022-04-01 10:58:41 +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',
openSummary: 'Open summary'
}
2022-03-14 09:36:52 +00:00
},
2022-03-11 10:25:30 +00:00
};