customer-dashboard/public/locales/en/translation.json

45 lines
1.1 KiB
JSON

{
"common": {
"button": {
"cancel": "Cancel",
"close": "Close",
"save": "Save",
"delete": "Delete",
"confirm": "Confirm",
"create": "Create"
},
"action": "Action",
"contactAdmin": "Please contact an administrator",
"username": "Username",
"accountName": "Account name",
"password": "Password",
"noDataFound": "No data found"
},
"pageNotFound": {
"title": "Page Not Found",
"subTitle": "The page you visited does not exist.",
"buttonBackHome": "Back to Home"
},
"sideMenu": {
"overview": "Overview",
"website": {
"title": "Website",
"colorPalette": "Color palette",
"banner": "Banner",
"socials": "Socials"
},
"employees": "Employees",
"services": "Services",
"calendar": "Calendar",
"support": "Support",
"feedback": "Feedback"
},
"employees": {
"pageTitle": "Employees",
"addEmployee": "Add employee",
"modalAddEmployee": {
"checkboxPasswordChange": "Require employee to change password (recommended)"
}
}
}