{
	"common": {
		"loading": "Loading...",
		"cancel": "Cancel",
		"delete": "Delete",
		"save": "Save",
		"weekDays": {
			"monday": "Monday",
			"tuesday": "Tuesday",
			"wednesday": "Wednesday",
			"thursday": "Thursday",
			"friday": "Friday",
			"saturday": "Saturday",
			"sunday": "Sunday"
		},
		"noDataAvailable": "No data available",
		"customer": "Customers",
		"firstName": "First name",
		"lastName": "Last name",
		"mail": "Email",
		"phoneNumber": "Phone number",
		"notes": "Note",
		"discardModal": {
			"title": "Delete data",
			"description": "Should this record be permanently deleted?"
		}
	},
	"frontEnd": {
		"calendar": {
			"appointmentRequest": "Appointment request",
			"confirmAppointment": "Appointment requests",
			"confirmAppointmentDescription": "Please confirm that you want to accept the following appointment requests:",
			"confirm": "Confirm",
			"noTimesAvailable": "No times available",
			"nextAvailable": "Next available",
			"noFutureTimesAvailable": "No future times available",
			"selected": "Selected:",
			"appointmentRequestSended": "Your appointment request has been sent."
		},
		"formValidations": {
			"firstName": "Please enter your first name.",
			"lastName": "Please enter your last name.",
			"mail": "Please enter an email address.",
			"validMail": "Please enter a valid email address!"
		}
	},
	"backEnd": {
		"saveSettings": "The settings have been saved.",
		"contactSupport": "You can contact us at any time if you have any problems or suggestions for improvement.",
		"navigation": {
			"appointment": "Appointments",
			"customer": "Customers",
			"notification": "Notifications",
			"shortcode": "Shortcodes",
			"settings": "Settings"
		},
		"shortcodes": {
			"headline": "Description",
			"description": "Copy the following shortcode and add it to your page",
			"copyShortcode": "Shortcode has been successfully copied to the clipboard."
		},
		"appointment": {
			"accepted": "Accepted",
			"rejected": "Rejected",
			"accept": "Accept",
			"reject": "Reject",
			"request": "Request",
			"appointmentAccepted": "The appointment has been accepted",
			"appointmentRejected": "The appointment has been rejected",
			"appointmentDeleted": "The appointment has been deleted",
			"noDataAvailable": "No data available",
			"unknownNumber": "Unknown number",
			"totalAppointments": "Total appointments",
			"acceptedAppointments": "Accepted appointments",
			"requestedAppointments": "Pending appointments"
		},
		"openingTime": {
			"headline": "Opening time",
			"defaultDuration": "Default time slot step"
		},
		"customers": {
			"fullName": "Full name",
			"lastAppointment": "Last appointment",
			"totalAppointments": "Total appointments",
			"customerDeleted": "The customer has been deleted"
		},
		"notification": {
			"title": "Notifications",
			"mailSubject": "Email subject",
			"mailBody": "Email message",
			"mailHint": "Allowed HTML tags <div>, <label>, <span>, <p>, <ul>, <li>, <tr>, <td>, <a>, <br>, <b>, <h1>, <h2>, <hr>",
			"toCustomer": "To customer",
			"toAdmin": "To admin",
			"sendNotification": "Send message",
			"emailSubject": "Email subject",
			"emailMessage": "Email message",
			"sendAdminRequestMail": "Send an email to the admin for a new appointment request?",
			"sendCustomerAcceptedMail": "Send an email to the customer when the appointment is confirmed?",
			"sendCustomerRejectedMail": "Send an email to the customer when the appointment is declined?",
			"insertEmailPlaceholders": "Insert email placeholders"
		},
		"settings": {
			"general": {
				"title": "General settings",
				"bookingDaysAhead": "Number of days that can be booked in advance"
			},
			"customize": {
				"title": "Customize",
				"primaryColor": "Primary color"
			}
		}
	}
}
