diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index a725cb012..7ac2ed880 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -436,7 +436,7 @@ "settings_padSpellcheckLabel": "Enable spell check in rich text pads", "settings_padOpenLinkTitle": "Open links on first click", "settings_padOpenLinkHint": "With this option you can open embedded links on click without the preview popup", - "settings_padOpenLinkLabel": "Enable direct link opening rich text pads", + "settings_padOpenLinkLabel": "Enable direct link opening", "settings_ownDriveTitle": "Update Account", "settings_ownDriveHint": "Older accounts do not have access to the latest features, due to technical reasons. A free update will enable current features, and prepare your CryptDrive for future updates.", "settings_ownDriveButton": "Upgrade your account", @@ -1174,7 +1174,7 @@ "admin_surveyActive": "Open survey", "broadcast_surveyURL": "Survey link", "admin_broadcastTitle": "Broadcast message", - "admin_broadcastHint": "Send a message to all users on this instance. All existing and new users will receive it as a notification. Preview messages before sending them with Preview notification. Preview notifications have a red icon and are visible only to you.", + "admin_broadcastHint": "Send a message to all users on this instance. All existing and new users will receive it as a notification. Preview messages before sending them with \"Preview notification\". Preview notifications have a red icon and are visible only to you.", "admin_broadcastButton": "Send", "admin_broadcastActive": "Active message", "admin_broadcastCancel": "Delete message", @@ -1186,5 +1186,46 @@ "settings_deleteContinue": "Delete my account", "settings_deleteSubscription": "Manage my subscription", "footer_roadmap": "Roadmap", - "oo_cantMigrate": "This sheet exceeds the maximum upload size and is too large to be migrated." + "oo_cantMigrate": "This sheet exceeds the maximum upload size and is too large to be migrated.", + "pad_goToAnchor": "Go to anchor", + "calendar_import_temp": "Import this calendar", + "calendar_weekNumber": "Week {0}", + "calendar_before": "before", + "calendar": "Calendar", + "calendar_default": "My calendar", + "calendar_new": "New calendar", + "calendar_day": "Day", + "calendar_week": "Week", + "calendar_month": "Month", + "calendar_today": "Today", + "calendar_deleteConfirm": "Are you sure you want to delete this calendar from your account?", + "calendar_deleteTeamConfirm": "Are you sure you want to delete this calendar from the team?", + "calendar_deleteOwned": "It will remain visible to other users it has been shared with.", + "calendar_errorNoCalendar": "No editable calendar selected", + "calendar_import": "Add to my calendars", + "calendar_newEvent": "New event", + "calendar_dateRange": "{0} - {1}", + "calendar_dateTimeRange": "{0} {1} - {2}", + "calendar_update": "Update", + "calendar_title": "Title", + "calendar_loc": "Location", + "calendar_location": "Location: {0}", + "calendar_allDay": "All day", + "calendar_minutes": "Minutes", + "calendar_hours": "Hours", + "calendar_days": "Days", + "calendar_more": "{0} more", + "reminder_missed": "{0} took place on {1}", + "reminder_now": "{0} has started", + "reminder_inProgress": "{0} has started on {1}", + "reminder_inProgressAllDay": "Today: {0}", + "reminder_minutes": "{0} will start in {1} minute(s)", + "reminder_time": "{0} today at {1}", + "reminder_date": "{0} on {1}", + "settings_notifCalendarTitle": "Calendar notifications", + "settings_notifCalendarHint": "Enable/disable all notifications for upcoming calendar events.", + "settings_notifCalendarCheckbox": "Enable calendar notifications", + "calendar_notifications": "Reminders", + "calendar_addNotification": "Add reminder", + "calendar_noNotification": "None" }