231 lines
8.0 KiB
JSON
231 lines
8.0 KiB
JSON
{
|
|
"common": {
|
|
"button": {
|
|
"cancel": "Cancel",
|
|
"close": "Close",
|
|
"save": "Save",
|
|
"delete": "Delete",
|
|
"confirm": "Confirm",
|
|
"create": "Create",
|
|
"edit": "Edit",
|
|
"logout": "Logout"
|
|
},
|
|
"tooltip": {
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"add": "Add"
|
|
},
|
|
"unit": {
|
|
"hours": "hours",
|
|
"hour": "hour",
|
|
"minutes": "minutes",
|
|
"minute": "minute",
|
|
"days": "Days",
|
|
"separator": "and"
|
|
},
|
|
"failed": "Failed",
|
|
"action": "Action",
|
|
"contactAdmin": "Please contact an administrator",
|
|
"username": "Username",
|
|
"usernamePlaceholder": "Enter your username",
|
|
"accountName": "Account name",
|
|
"accountNamePlaceholder": "Enter your account name",
|
|
"password": "Password",
|
|
"passwordPlaceholder": "Enter your password",
|
|
"noDataFound": "No data found",
|
|
"calendarMaxFutureBookingDays": "Max. future booking days",
|
|
"calendarMinEarliestBookingTime": "Min. earliest booking time",
|
|
"calendarUsingPrimaryCalendar": "Using primary calendar",
|
|
"companyName": "Company name",
|
|
"companyNamePlaceholder": "Enter your company name",
|
|
"companyAddress": "Company address",
|
|
"companyAddressPlaceholder": "Enter your company address",
|
|
"companyEmail": "Company email",
|
|
"companyEmailPlaceholder": "Enter your company email",
|
|
"companyPhoneNumber": "Company phone",
|
|
"companyPhoneNumberPlaceholder": "Enter your company phone",
|
|
"inputRules": {
|
|
"usernameRequired": "Please enter your username",
|
|
"usernameMinLength": "Username must be at least {{minLength}} characters",
|
|
"accountNameRequired": "Please enter your account name",
|
|
"accountNameMinLength": "Account name must be at least {{minLength}} characters",
|
|
"accountNameTaken": "Account name already exists",
|
|
"passwordRequired": "Please enter your password",
|
|
"passwordMinLength": "Password must be at least {{minLength}} characters",
|
|
"calendarMaxFutureBookingDaysRequired": "Please enter the max. future booking days",
|
|
"calendarMinEarliestBookingTimeRequired": "Please enter the min. earliest booking time"
|
|
},
|
|
"request": {
|
|
"inputsInvalid": {
|
|
"title": "Invalid inputs",
|
|
"description": "Please check your inputs and try again."
|
|
},
|
|
"failed": {
|
|
"title": "An error has occurred",
|
|
"description": "The request failed. Please try again."
|
|
},
|
|
"failedInternetProblem": {
|
|
"title": "Request failed",
|
|
"description": "The request failed. Please check your internet connection and try again."
|
|
}
|
|
}
|
|
},
|
|
"pageNotFound": {
|
|
"title": "Page Not Found",
|
|
"subTitle": "The page you visited does not exist.",
|
|
"buttonBackHome": "Back to Home"
|
|
},
|
|
"pageInDevelopment": {
|
|
"title": "Page In Development",
|
|
"subTitle": "The page you visited is still in development."
|
|
},
|
|
"sideMenu": {
|
|
"overview": "Overview",
|
|
"store": {
|
|
"titleSingular": "Store",
|
|
"titlePlural": "Stores",
|
|
"settings": "Settings",
|
|
"employees": "Employees",
|
|
"services": "Services",
|
|
"calendar": "Calendar",
|
|
"website": {
|
|
"title": "Website",
|
|
"colorPalette": "Color palette",
|
|
"banner": "Banner",
|
|
"socials": "Socials"
|
|
}
|
|
},
|
|
"support": "Support",
|
|
"feedback": "Feedback"
|
|
},
|
|
"employees": {
|
|
"pageTitle": "Employees",
|
|
"addEmployee": "Add employee",
|
|
"editEmployee": "Edit employee",
|
|
"modalAddEmployee": {
|
|
"checkboxPasswordChange": "Require employee to change password (recommended)"
|
|
},
|
|
"popConfirmDeleteEmployee": {
|
|
"title": "Delete employee",
|
|
"description": "Are you sure you want to delete this employee?"
|
|
}
|
|
},
|
|
"login": {
|
|
"login": "Login",
|
|
"signUp": "Sign up",
|
|
"request": {
|
|
"400": {
|
|
"title": "Login failed",
|
|
"description": "Please check your inputs and try again."
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"pageTitle": "Services"
|
|
},
|
|
"storeServices": {
|
|
"pageTitle": "Services",
|
|
"buttonAddService": "Add Service",
|
|
"serviceName": "Name of the Service",
|
|
"serviceNamePlaceholder": "Enter the name of the service",
|
|
"serviceActivityName": "Name of the activity",
|
|
"serviceActivityNamePlaceholder": "Enter the name of the activity",
|
|
"serviceActivityDescription": "Description of the activity",
|
|
"serviceActivityDescriptionPlaceholder": "Enter the description of the activity",
|
|
"serviceActivityPrice": "Price of the activity",
|
|
"serviceActivityPricePlaceholder": "Enter the price of the activity",
|
|
"serviceActivityPriceUnit": "€",
|
|
"serviceActivityDurationMinutes": "Duration of activity",
|
|
"serviceActivityDurationMinutesPlaceholder": "Enter the duration of the activity in minutes",
|
|
"serviceActivityDurationMinutesUnit": "Minutes",
|
|
"serviceActivityResponsible": "Responsible employees",
|
|
"inputRules": {
|
|
"serviceNameRequired": "Service name is required",
|
|
"serviceNameMinLength": "Service name must be at least {{minLength}} characters long",
|
|
"serviceActivityNameRequired": "Activity name is required",
|
|
"serviceActivityNameMinLength": "Activity name must be at least {{minLength}} characters long",
|
|
"serviceActivityDescriptionRequired": "Activity description is required",
|
|
"serviceActivityDescriptionMinLength": "Activity description must be at least {{minLength}} characters long",
|
|
"serviceActivityPriceRequired": "Activity price is required",
|
|
"serviceActivityDurationHoursRequired": "Activity duration (hours) is required",
|
|
"serviceActivityDurationMinutesRequired": "Activity duration (minutes) is required"
|
|
},
|
|
"modalAddService": {
|
|
"title": "Add Service"
|
|
},
|
|
"modalEditService": {
|
|
"title": "Edit Service"
|
|
},
|
|
"modalAddServiceActivity": {
|
|
"title": "Add activity"
|
|
},
|
|
"modalEditServiceActivity": {
|
|
"title": "Edit activity"
|
|
},
|
|
"popConfirmDeleteService": {
|
|
"title": "Delete service",
|
|
"description": "Are you sure you want to delete this service?"
|
|
},
|
|
"popConfirmDeleteServiceActivity": {
|
|
"title": "Delete activity",
|
|
"description": "Are you sure you want to delete this activity?"
|
|
}
|
|
},
|
|
"calendar": {
|
|
"pageTitle": "Calendar",
|
|
"authFinish": {
|
|
"title": "Connection successful",
|
|
"description": "Connection to your calendar was successful.",
|
|
"button": "Continue to calendar",
|
|
"countDownRedirect": "Redirecting to calendar in {{countDown}} seconds"
|
|
},
|
|
"authFailed": {
|
|
"title": "Connection failed",
|
|
"description": "Connection to your calendar failed.",
|
|
"button": "Try again"
|
|
},
|
|
"cardPersonalCalendarSettings": {
|
|
"title": "Personal calendar settings"
|
|
},
|
|
"cardStoreCalendarSettings": {
|
|
"title": "Store calendar settings"
|
|
},
|
|
"googleCalendarNotConnected": {
|
|
"title": "Google Calendar not connected",
|
|
"subTitle": "Click on the button below to connect your Google Calendar.",
|
|
"button": "Connect now"
|
|
},
|
|
"unlinkGoogleCalendar": {
|
|
"title": "Unlink Google Calendar",
|
|
"description": "For security reasons, you need to enter your password to unlink your Google Calendar.",
|
|
"checkboxDeleteCalendars": "Delete calendar for opening hours and appointments (all appointments are deleted and cannot be restored)",
|
|
"button": "Unlink Google Calendar"
|
|
},
|
|
"calendarFrameCustomerView": "Appointment diary view of customers"
|
|
},
|
|
"storeSettings": {
|
|
"pageTitle": "Settings"
|
|
},
|
|
"storeWebsite": {
|
|
"noWebsite": {
|
|
"title": "You have not yet created a website",
|
|
"subTitle": "Get started now and create your website.",
|
|
"button": "Create website"
|
|
},
|
|
"tabs": {
|
|
"general": "General",
|
|
"banner": "Banner",
|
|
"colorPalette": "Color palette",
|
|
"portfolio": "Portfolio",
|
|
"ratings": "Ratings",
|
|
"footer": "Footer",
|
|
"imprint": "Imprint",
|
|
"dataPrivacy": "Data privacy"
|
|
}
|
|
},
|
|
"userProfile": {
|
|
"title": "Your profile",
|
|
"language": "Language"
|
|
}
|
|
}
|