freescout-calendar-module/Resources/views/partials/translations.blade.php
2024-12-20 12:00:28 +01:00

90 lines
4.2 KiB
PHP

<script {!! \Helper::cspNonceAttr() !!}>
window.ljpccalendarmoduledaytranslations = ['{{__('Sun')}}', '{{__('Mon')}}', '{{__('Tue')}}', '{{__('Wed')}}', '{{__('Thu')}}', '{{__('Fri')}}', '{{__('Sat')}}'];
window.ljpccalendarmoduletranslations = {
// General
calendar: '{{__('Calendar')}}',
newCalendar: '{{__('New calendar')}}',
dateFormat: '{{__('MMMM Do YYYY')}}',
welcomeMessage: '{{__('Welcome to the calendar settings page. Please select a calendar from the menu on the left.')}}',
// Calendar settings
calendarName: '{{__('Calendar Name')}}',
enterCalendarName: '{{__('Enter calendar name')}}',
calendarColor: '{{__('Calendar Color')}}',
calendarType: '{{__('Calendar Type')}}',
normal: '{{__('Normal')}}',
normalDescription: '{{__('This is a normal calendar that is hosted in this FreeScout.')}}',
ics: '{{__('ICS')}}',
icsDescription: '{{__('Sync an ICS file to this FreeScout. You will not be able to add or edit items in this calendar.')}}',
caldav: '{{__('CalDAV')}}',
caldavDescription: '{{__('Sync with a CalDAV server.')}}',
calendarTypeWarning: '{{__('The calendar type can not be changed once the calendar has been created.')}}',
export: '{{__('Export')}}',
allDetails: '{{__('ICS with all details')}}',
onlyFreeBusy: '{{__('ICS with only free/busy information')}}',
customFields: '{{__('Custom Fields')}}',
text: '{{__('Text')}}',
number: '{{__('Number')}}',
dropdown: '{{__('Dropdown')}}',
boolean: '{{__('Boolean')}}',
multiselect: '{{__('Multiselect')}}',
date: '{{__('Date')}}',
email: '{{__('Email')}}',
required: '{{__('Required')}}',
remove: '{{__('Remove')}}',
addCustomField: '{{__('Add custom field')}}',
source: '{{__('Source')}}',
// ICS settings
icsUrl: '{{__('ICS URL')}}',
enterIcsUrl: '{{__('Enter ICS URL')}}',
// CalDAV settings
caldavUrl: '{{__('CalDAV URL')}}',
enterCaldavUrl: '{{__('Enter CalDAV URL')}}',
caldavUsername: '{{__('CalDAV Username')}}',
enterCaldavUsername: '{{__('Enter CalDAV Username')}}',
caldavPassword: '{{__('CalDAV Password')}}',
enterCaldavPassword: '{{__('Enter CalDAV Password')}}',
// Sync settings
syncFrequency: '{{__('Sync Frequency')}}',
everyMinute: '{{__('Every minute')}}',
every5Minutes: '{{__('Every 5 minutes')}}',
every15Minutes: '{{__('Every 15 minutes')}}',
every30Minutes: '{{__('Every 30 minutes')}}',
everyHour: '{{__('Every hour')}}',
every2Hours: '{{__('Every 2 hours')}}',
every6Hours: '{{__('Every 6 hours')}}',
every12Hours: '{{__('Every 12 hours')}}',
everyDay: '{{__('Every day')}}',
// Permissions
permissions: '{{__('Permissions')}}',
userTeam: '{{__('User/Team')}}',
showInDashboardWidget: '{{__('Show in dashboard widget')}}',
showInCalendar: '{{__('Show in calendar')}}',
createEvents: '{{__('Create events')}}',
editEvents: '{{__('Edit events')}}',
// Actions
save: '{{__('Save')}}',
saving: '{{__('Saving...')}}',
deleteCalendar: '{{__('Delete calendar')}}',
createCalendar: '{{__('Create calendar')}}',
creating: '{{__('Creating...')}}',
// Alerts and confirmations
calendarHasBeenSaved: '{{__('Calendar has been saved')}}',
errorSavingCalendar: '{{__('An error occurred while saving the calendar')}}',
confirmDeleteCalendar: '{{__('Are you sure you want to delete this calendar?')}}',
calendarHasBeenDeleted: '{{__('Calendar has been deleted')}}',
errorDeletingCalendar: '{{__('An error occurred while deleting the calendar')}}',
// Title template translations
titleTemplate: '{{__('Title Template')}}',
titleTemplatePlaceholder: '{{__('Leave empty to use ticket title')}}',
titleTemplateHelp: '{{__('You can use merge tags to customize the title of calendar entries created from tickets. Click a tag to insert it.')}}',
availableMergeTags: '{{__('Available merge tags')}}',
}
</script>