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

33 lines
729 B
JSON

{
"common": {
"button": {
"cancel": "Cancel",
"close": "Close",
"save": "Save",
"delete": "Delete",
"confirm": "Confirm",
"create": "Create"
},
"contactAdmin": "Please contact an administrator"
},
"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"
}
}