From bc3c120cd12006d38f012b3fb441940945ffaee6 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <teckids@jonathanweth.de> Date: Thu, 3 Aug 2023 07:58:40 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 99.5% (218 of 219 strings) Translation: AlekSIS/AlekSIS-Core-Frontend Translate-URL: https://translate.edugit.org/projects/aleksis/aleksis-core-frontend/en/ --- aleksis/core/frontend/messages/en.json | 143 ++++++++++++------------- 1 file changed, 71 insertions(+), 72 deletions(-) diff --git a/aleksis/core/frontend/messages/en.json b/aleksis/core/frontend/messages/en.json index 0f23b7a24..123b997c7 100644 --- a/aleksis/core/frontend/messages/en.json +++ b/aleksis/core/frontend/messages/en.json @@ -72,25 +72,24 @@ } }, "actions": { - "title": "Actions", - "select_action": "Select Action", "back": "Back", "cancel": "Cancel", + "clear_filters": "Clear Filters", "close": "Close", "confirm_deletion": "Are you sure you want to delete this item?", "confirm_deletion_multiple": "Are you sure you want to delete these items?", + "copied": "Copied", + "copy": "Copy", + "create": "Add", "delete": "Delete", "edit": "Edit", - "close": "Close", - "select_all": "Select all", - "copy": "Copy", - "copied": "Copied", + "filter": "Filter", "save": "Save", "search": "Search", + "select_action": "Select Action", + "select_all": "Select all", "stop_editing": "Stop editing", - "create": "Add", - "filter": "Filter", - "clear_filters": "Clear Filters", + "title": "Actions", "update": "Update" }, "administration": { @@ -114,7 +113,7 @@ "about_aleksis": "About AlekSIS® — The Free School Information System", "imprint": "Imprint", "logo": "Logo", - "no_permission": "", + "no_permission": "No Permission", "no_permission_message_long": "You have no permission to view this page. Please login with an other account.", "no_permission_message_short": "No permission", "no_permission_redirect_text": "Go to login", @@ -122,6 +121,19 @@ "privacy_policy": "Privacy Policy", "user_not_linked_to_person": "Your user account is not linked to a person. This means you cannot access any school-related information. Please contact the managers of AlekSIS at your school." }, + "calendar": { + "cancelled": "Cancelled", + "day": "Day", + "download_all": "Download all", + "download_ics": "Download ICS", + "ics_to_clipboard": "Copy link to calendar ICS to clipboard", + "menu_title": "Calendar", + "month": "Month", + "my_calendars": "My Calendars", + "select": "Select calendars", + "today": "Today", + "week": "Week" + }, "celery_progress": { "error_message": "The operation couldn't be finished successfully.", "progress_title": "Loading ...", @@ -144,6 +156,26 @@ "notice": "If the download does not start automatically, please click the button below.", "title": "Downloading PDF file ..." }, + "forms": { + "date_time": { + "date": "Date", + "time": "Time" + }, + "errors": { + "invalid_color": "This is not a valid color.", + "invalid_date": "This is not a valid date.", + "invalid_time": "This is not a valid time.", + "not_a_number": "Not a valid number", + "not_a_whole_number": "Please enter a whole number", + "number_too_big": "Please enter a smaller number.", + "number_too_small": "Please enter a bigger number.", + "required": "This field is required." + } + }, + "graphql": { + "snackbar_error_message": "There was an error retrieving the page data. Please try again.", + "snackbar_success_message": "The operation has been finished successfully." + }, "group": { "additional_field": { "menu_title": "Additional Fields", @@ -161,6 +193,15 @@ "title": "Group", "title_plural": "Groups" }, + "holidays": { + "create_holiday": "Create Holiday", + "date_end": "End Date", + "date_start": "Start Date", + "holiday_name": "Name", + "menu_title": "Holidays", + "title": "Holiday", + "title_plural": "Holidays" + }, "ical_feed": { "menu_title": "Calendar Feeds" }, @@ -240,71 +281,41 @@ "menu_title": "Configuration" } }, + "rooms": { + "create_room": "Create new room", + "menu_title": "Rooms", + "name": "Name", + "short_name": "Short Name", + "title_plural": "Rooms" + }, "school_term": { - "menu_title": "School Terms", - "title": "School Term", - "title_plural": "School Terms", + "after": "Ends after", + "before": "Starts before", "create_school_term": "Create School Term", - "date_start": "Start Date", "date_end": "End Date", + "date_start": "Start Date", + "menu_title": "School Terms", "name": "Name", - "before": "Starts before", - "after": "Ends after" + "title": "School Term", + "title_plural": "School Terms" + }, + "selection": { + "num_items_selected": "No items selected | 1 item selected | {n} items selected" }, "service_worker": { "dismiss": "Dismiss", "new_version_available": "A new version of the app is available", "update": "Update" }, - "calendar": { - "menu_title": "Calendar", - "month": "Month", - "week": "Week", - "day": "Day", - "today": "Today", - "select": "Select calendars", - "ics_to_clipboard": "Copy link to calendar ICS to clipboard", - "cancelled": "Cancelled", - "download_ics": "Download ICS", - "my_calendars": "My Calendars", - "download_all": "Download all" - }, - "graphql": { - "snackbar_error_message": "There was an error retrieving the page data. Please try again.", - "snackbar_success_message": "The operation has been finished successfully." - }, "status": { "changes": "You have unsaved changes.", "error": "There has been an error while saving the latest changes.", - "saved": "All changes are saved.", - "updating": "Changes are being synced.", "object_create_success": "The object was created successfully.", - "object_edit_success": "The object was edited successfully.", "object_delete_success": "The object was deleted successfully.", - "objects_delete_success": "The objects were deleted successfully." - }, - "rooms": { - "menu_title": "Rooms", - "title_plural": "Rooms", - "name": "Name", - "short_name": "Short Name", - "create_room": "Create new room" - }, - "forms": { - "errors": { - "required": "This field is required.", - "invalid_date": "This is not a valid date.", - "invalid_time": "This is not a valid time.", - "invalid_color": "This is not a valid color.", - "not_a_number": "Not a valid number", - "not_a_whole_number": "Please enter a whole number", - "number_too_small": "Please enter a bigger number.", - "number_too_big": "Please enter a smaller number." - }, - "date_time": { - "date": "Date", - "time": "Time" - } + "object_edit_success": "The object was edited successfully.", + "objects_delete_success": "The objects were deleted successfully.", + "saved": "All changes are saved.", + "updating": "Changes are being synced." }, "weekdays": { "A_0": "Monday", @@ -314,17 +325,5 @@ "A_4": "Friday", "A_5": "Saturday", "A_6": "Sunday" - }, - "selection": { - "num_items_selected": "No items selected | 1 item selected | {n} items selected" - }, - "holidays": { - "menu_title": "Holidays", - "title": "Holiday", - "title_plural": "Holidays", - "create_holiday": "Create Holiday", - "date_start": "Start Date", - "date_end": "End Date", - "holiday_name": "Name" } } -- GitLab