515 lines
19 KiB
JSON
515 lines
19 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",
|
|
"day": "Day",
|
|
"separator": "and"
|
|
},
|
|
"failed": "Failed",
|
|
"action": "Action",
|
|
"username": "Username",
|
|
"usernamePlaceholder": "Enter your username",
|
|
"usernameInfo": "The display name is used to display you in the dashboard.",
|
|
"usernamePlaceholderThirdPerson": "Enter the username",
|
|
"email": "Email",
|
|
"emailPlaceholder": "Enter your email",
|
|
"emailPlaceholderThirdPerson": "Enter the email",
|
|
"emailPlaceholderNew": "Enter your new email",
|
|
"password": "Password",
|
|
"passwordPlaceholder": "Enter your password",
|
|
"passwordPlaceholderNew": "Enter your new 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",
|
|
"emailMinLength": "Email must be at least {{minLength}} characters",
|
|
"emailRequired": "Please enter your email",
|
|
"emailInvalid": "Please enter a valid email",
|
|
"emailTaken": "This email is already taken",
|
|
"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",
|
|
"companyNameRequired": "Please enter the company name",
|
|
"companyNameMinLength": "Company name must be at least {{minLength}} characters",
|
|
"recaptchaRequired": "Please confirm that you are not a robot",
|
|
"privacyPolicyRequired": "Please accept the privacy policy"
|
|
},
|
|
"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."
|
|
},
|
|
"passwordIncorrect": {
|
|
"title": "Password incorrect",
|
|
"description": "Please check your password and try again."
|
|
},
|
|
"unknownError": {
|
|
"title": "An unknown error has occurred",
|
|
"description": "The request failed. Please try again."
|
|
}
|
|
}
|
|
},
|
|
"app": {
|
|
"loading": "Loading profile..."
|
|
},
|
|
"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",
|
|
"accountPlan": {
|
|
"infoDaysLeft": "{{daysLeft}} {{dayUnit}} left",
|
|
"buttonExtend": "Extend plan",
|
|
"buttonManage": "Manage plan"
|
|
}
|
|
},
|
|
"employees": {
|
|
"pageTitle": "Employees",
|
|
"addEmployee": "Add employee",
|
|
"editEmployee": "Edit employee",
|
|
"modalAddEmployee": {
|
|
"checkboxSetPasswordOnLogging": "Ask employees to set their own password when logging in for the first time",
|
|
"checkboxSetPasswordOnLoggingInfo": "If this option is activated, the employee is prompted to set their own password when they log in for the first time. Otherwise, you can set a password for the employee."
|
|
},
|
|
"popConfirmDeleteEmployee": {
|
|
"title": "Delete employee",
|
|
"description": "Are you sure you want to delete this employee?"
|
|
}
|
|
},
|
|
"authentication": {
|
|
"rememberMe": "Remember me",
|
|
"privacyPolicy": "I have read and accept the <dataLink>{{dataPrivacy}}</dataLink>",
|
|
"privacyPolicyLink": "Privacy Policy",
|
|
"loginLink": "Login",
|
|
"signUpLink": "Sign up now",
|
|
"login": {
|
|
"button": "Login",
|
|
"forgotPassword": "Forgot password?",
|
|
"dontHaveAccount": "Don't have an account?",
|
|
"stateAccountPendingDeletion": {
|
|
"title": "Pending account deletion",
|
|
"description": "By logging in, the deletion of your account will be cancelled and your account reactivated.",
|
|
"button": "Reactivate account"
|
|
},
|
|
"stateAccountBanned": {
|
|
"title": "Account banned",
|
|
"infoSupport": "Please contact support to reactivate your account.",
|
|
"backButton": "Back to login"
|
|
},
|
|
"stateInitLogin": {
|
|
"info": "Your account has been newly created and does not yet have a password. Please set a password to log in."
|
|
},
|
|
"request": {
|
|
"400": {
|
|
"title": "Login failed",
|
|
"description": "Please check your inputs and try again."
|
|
}
|
|
}
|
|
},
|
|
"signUp": {
|
|
"button": "Order with obligation to pay",
|
|
"pendingEmailVerification": {
|
|
"title": "Email verification pending",
|
|
"description": "Please check your email inbox and click on the link in the e-mail to verify your e-mail address."
|
|
},
|
|
"choosenProduct": {
|
|
"title": "Choosen product",
|
|
"products": [
|
|
{},
|
|
{
|
|
"price": "9,99 € / month",
|
|
"featuresCount": 9,
|
|
"features": [
|
|
"Online appointment booker",
|
|
"Employee management",
|
|
"Manage and create services",
|
|
"Digital customer overview for efficient appointment management!",
|
|
"Email notification system",
|
|
"24/7 online",
|
|
"Calendar synchronisation",
|
|
"Training video",
|
|
"Support"
|
|
]
|
|
},
|
|
{
|
|
"price": "24,99 € / month",
|
|
"featuresCount": 13,
|
|
"features": [
|
|
"Online appointment booker",
|
|
"Employee management",
|
|
"Manage and create services",
|
|
"Digital customer overview for efficient appointment management!",
|
|
"Email notification system",
|
|
"24/7 online",
|
|
"Calendar synchronisation",
|
|
"Training video",
|
|
"Support",
|
|
"Modern website",
|
|
"Own domain",
|
|
"Email addresses",
|
|
"SEO"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"accountDetails": {
|
|
"title": "Account details"
|
|
},
|
|
"paymentDetails": {
|
|
"title": "Payment details"
|
|
},
|
|
"costSummary": {
|
|
"title": "Cost summary",
|
|
"options": {
|
|
"yearly": "Yearly",
|
|
"monthly": "Monthly"
|
|
},
|
|
"totalNet": "TOTAL NET",
|
|
"vat": "VAT",
|
|
"totalAmount": "TOTAL AMOUNT"
|
|
},
|
|
"checkoutCanceled": {
|
|
"title": "Order canceled",
|
|
"subTitle": "The order has been canceled. Please try again.",
|
|
"buttonBackToPriceOverview": "Back to price overview"
|
|
},
|
|
"request": {
|
|
"400": {
|
|
"title": "Sign up failed",
|
|
"description": "Please check your inputs and try again."
|
|
}
|
|
}
|
|
},
|
|
"forgotPassword": {
|
|
"title": "Problem when logging in?",
|
|
"info": "Enter your email address and we will send you a link to reset your password.",
|
|
"button": "Send reset link",
|
|
"backToLogin": "Back to login",
|
|
"resetLinkSent": {
|
|
"title": "Reset link sent",
|
|
"description": "We have sent you an email with a link to reset your password. Please check your email inbox."
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"serviceActivityResponsibleDescription": "Specify suitable employees who can carry out this activity. These are displayed to customers as a selection option when booking this activity.",
|
|
"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",
|
|
"authFailed": {
|
|
"title": "Connection failed",
|
|
"description": "Connection to your calendar failed.",
|
|
"button": "Try again"
|
|
},
|
|
"cardPersonalCalendarSettings": {
|
|
"title": "Personal calendar settings",
|
|
"tooltipConnectedGoogleAccount": "Connected with Google account from {{accountName}}"
|
|
},
|
|
"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"
|
|
},
|
|
"googleCalendarPending": {
|
|
"title": "Preparing Google Calendar",
|
|
"subTitle": "Please wait while we prepare your Google Calendar. This may take a moment."
|
|
},
|
|
"googleCalendarNoPerm": {
|
|
"title": "No permissions for Google Calendar",
|
|
"subTitle": "Please grant the authorisations for access to the Google calendar.",
|
|
"button": "Connect again"
|
|
},
|
|
"googleCalendarError": {
|
|
"title": "Error when connecting to Google Calendar",
|
|
"subTitle": "An error occurred while connecting to your Google Calendar. Please try again.",
|
|
"button": "Connect again"
|
|
},
|
|
"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)"
|
|
},
|
|
"calendarFrameCustomerView": "Appointment diary view of customers",
|
|
"modalShareCalendarLink": {
|
|
"title": "Share calendar link",
|
|
"shareButtons": {
|
|
"emailSubject": "Book an appointment with us",
|
|
"emailBody": "Hello,\n\nuse the following link to view our calendar and book an appointment.\n\n{{link}}\n\nBest regards\n\n{{username}}",
|
|
"whatsAppBody": "Hello, use the following link to view our calendar and book an appointment:\n\n{{link}}\n\nBest regards\n\n{{username}}"
|
|
},
|
|
"info": "Share the following link with your customers to allow them to view your calendar and book appointments.",
|
|
"bookingPageLink": "Booking page link",
|
|
"embed": "Embed",
|
|
"embedInfo": "Embed the calendar on your website with the following code."
|
|
}
|
|
},
|
|
"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": {
|
|
"tabs": {
|
|
"yourProfile": "Your profile",
|
|
"changePassword": "Change password",
|
|
"yourSessions": "Your sessions",
|
|
"yourAccount": "Your account"
|
|
},
|
|
"yourProfile": {
|
|
"cardTitle": "Your profile",
|
|
"language": "Language",
|
|
"analytics": "Analytics",
|
|
"analyticsDescription": "This includes information about the use of our dashboard, such as the visited pages, the length of stay on the pages and the general interaction with the pages. This helps us to improve our dashboard and make it more user-friendly."
|
|
},
|
|
"changeEmailModal": {
|
|
"title": "Change email",
|
|
"info": "After submitting your new email, you will receive an email with a verification link. Please click on the link to verify your new email address. Your old email address will remain active until the new email address is verified. After verification all your sessions will be logged out and you have to log in again.",
|
|
"request": {
|
|
"200": {
|
|
"title": "Email change request sent",
|
|
"description": "We have sent an verification link to your new email address. Please click on the link to verify your new email address."
|
|
}
|
|
}
|
|
},
|
|
"changePassword": {
|
|
"cardTitle": "Change password",
|
|
"currentPassword": "Current password",
|
|
"currentPasswordPlaceholder": "Enter your current password",
|
|
"newPassword": "New password",
|
|
"newPasswordPlaceholder": "Enter your new password",
|
|
"confirmNewPassword": "Confirm new password",
|
|
"confirmNewPasswordPlaceholder": "Confirm your new password",
|
|
"confirmNewPasswordMismatch": "The new password do not match",
|
|
"button": "Change password",
|
|
"buttonInfo": "After changing your password, you will be logged out and have to log in again."
|
|
},
|
|
"yourSessions": {
|
|
"cardTitle": "Your sessions",
|
|
"tagCurrentSession": "Current session",
|
|
"tableColumns": {
|
|
"device": "Device",
|
|
"browser": "Browser",
|
|
"lastUsed": "Last used"
|
|
},
|
|
"popconfirm": {
|
|
"title": "Delete session",
|
|
"description": "Are you sure you want to delete this session?"
|
|
}
|
|
},
|
|
"accountExport": {
|
|
"cardTitle": "Account export",
|
|
"info": "Export your account and all your data to a ZIP file.",
|
|
"button": "Export account",
|
|
"modal": {
|
|
"title": "Request account export",
|
|
"info": "Export your account and all data created during the use of the dashboard.",
|
|
"request": {
|
|
"200": {
|
|
"title": "Request sent",
|
|
"description": "We have received your request and will send you an email with the download link as soon as possible."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"deleteAccount": {
|
|
"cardTitle": "Delete account",
|
|
"info": "Permanently delete your account and all your data.",
|
|
"button": "Delete account",
|
|
"modal": {
|
|
"title": "Delete account",
|
|
"info": "Your account will be deactivated immediately and deleted after {{days}} days. During this time, you can restore your account by logging in again.",
|
|
"why": "Why are you deleting your account?",
|
|
"whyRuleRequired": "Please select a reason",
|
|
"radioOptions": {
|
|
"notNeeded": "I don't need it anymore",
|
|
"notUseful": "I don't find it useful",
|
|
"other": "Other"
|
|
},
|
|
"improveLabel": "How can we improve the product?",
|
|
"improveRequired": "Please enter your feedback",
|
|
"improveMinLengthRequired": "Please enter at least {{minLength}} characters"
|
|
}
|
|
}
|
|
},
|
|
"verification": {
|
|
"error": {
|
|
"title": "Verification failed",
|
|
"description": "No pending verification found."
|
|
},
|
|
"buttonToLogin": "Login now",
|
|
"content": [
|
|
{
|
|
"requesting": {
|
|
"title": "Email verification pending"
|
|
},
|
|
"success": {
|
|
"title": "Email verification successful",
|
|
"button": "Login now"
|
|
}
|
|
},
|
|
{
|
|
"init": {
|
|
"title": "Confirm the email change",
|
|
"subTitle": "Confirm your new email address by entering your password"
|
|
},
|
|
"requesting": {
|
|
"title": "Validating email change"
|
|
},
|
|
"success": {
|
|
"title": "Email change successful"
|
|
}
|
|
},
|
|
{
|
|
"init": {
|
|
"title": "Password reset",
|
|
"subTitle": "Enter your new password"
|
|
},
|
|
"requesting": {
|
|
"title": "Resetting password"
|
|
},
|
|
"success": {
|
|
"title": "Password reset successful"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"paymentPlan": {
|
|
"title": "Payment plan",
|
|
"buttonUpdateBillingDetails": "Update billing details",
|
|
"plan": "Plan",
|
|
"contentsOfSubscription": {
|
|
"title": "Contents of subscription",
|
|
"maxEmployees": "Max. employees",
|
|
"calendarMaxFutureBookingDays": "Max. future booking days"
|
|
}
|
|
}
|
|
}
|