manager-app/lib/l10n/app_en.arb

462 lines
17 KiB
Plaintext

{
"@@locale": "en",
"cancel": "Cancel",
"save": "Save",
"create": "Create",
"delete": "Delete",
"close": "Close",
"edit": "Edit",
"actions": "Actions",
"status": "Status",
"no": "No",
"name": "Name",
"type": "Type",
"date": "Date",
"loginSuccess": "Login successful",
"loginError": "An error occurred during login",
"rememberMe": "Remember me",
"connect": "LOG IN",
"menuApplications": "Applications",
"menuConfigurations": "Configurations",
"menuResources": "Resources",
"menuStatistics": "Statistics",
"menuNotifications": "Notifications",
"menuUsers": "Users",
"menuApiKeys": "API Keys",
"noPlansAvailable": "No plans available. Create a plan first.",
"noPlan": "No plan (unlimited)",
"unlimitedStorage": "Unlimited storage",
"unlimitedAI": "Unlimited AI",
"aiRequestsPerMonth": "{count} AI req/month",
"@aiRequestsPerMonth": {
"placeholders": {
"count": { "type": "int" }
}
},
"storageLabel": "Storage",
"aiThisMonthLabel": "AI this month",
"unlimited": "Unlimited",
"requestsAbbr": "req",
"planUpdated": "Plan updated",
"errorMessage": "Error: {error}",
"@errorMessage": {
"placeholders": {
"error": { "type": "String" }
}
},
"switchInstance": "Switch instance",
"noInstanceFound": "No instance found",
"configurePlan": "Configure plan",
"tooltipSwitchInstance": "Switch instance",
"usersTitle": "Users",
"createUserBtn": "Create user",
"createUserTitle": "Create user",
"editUserTitle": "Edit user",
"deleteUserTitle": "Delete user",
"deleteUserConfirm": "Delete {email}?",
"@deleteUserConfirm": {
"placeholders": {
"email": { "type": "String" }
}
},
"noUsers": "No users",
"email": "Email",
"firstName": "First name",
"lastName": "Last name",
"password": "Password",
"role": "Role",
"tooltipEdit": "Edit",
"tooltipDelete": "Delete",
"notificationsTitle": "Notifications",
"newMessage": "New message",
"messageTitle": "Title",
"messageBody": "Message",
"schedule": "Schedule",
"time": "Time",
"send": "Send",
"cancelNotification": "Cancel notification",
"cancelNotificationConfirm": "Cancel « {title} »?",
"@cancelNotificationConfirm": {
"placeholders": {
"title": { "type": "String" }
}
},
"allNotifications": "All",
"sentNotifications": "Sent",
"scheduledNotifications": "Scheduled",
"failedNotifications": "Failed",
"noNotifications": "No notifications sent",
"noNotificationsForFilter": "No notifications for this filter",
"topic": "Topic",
"tooltipCancelNotification": "Cancel",
"resultsCount": "{count, plural, one{{count} result} other{{count} results}}",
"@resultsCount": {
"placeholders": {
"count": { "type": "int" }
}
},
"apiKeysTitle": "API Keys",
"createApiKey": "Create API key",
"createKeyBtn": "Create key",
"appType": "Application type",
"noExpiration": "No expiration",
"expiresOn": "Expires on {date}",
"@expiresOn": {
"placeholders": {
"date": { "type": "String" }
}
},
"choose": "Choose",
"removeExpiration": "Remove expiration",
"apiKeyCreatedTitle": "API key created",
"copyKeyWarning": "Copy this key now — it won't be shown again.",
"copy": "Copy",
"copiedKey": "I've copied the key",
"revokeApiKeyTitle": "Revoke API key",
"revokeApiKeyConfirm": "Revoke « {name} »? Apps using this key will lose access.",
"@revokeApiKeyConfirm": {
"placeholders": {
"name": { "type": "String" }
}
},
"revoke": "Revoke",
"noApiKeys": "No API keys",
"createdOn": "Created on",
"expiration": "Expiration",
"activeKey": "Active",
"revokedKey": "Revoked",
"tooltipRevoke": "Revoke",
"statisticsTitle": "Statistics",
"statsLoadError": "Unable to load statistics",
"statsNoData": "No data yet for this period",
"statsNoDataForType": "No events received for type \"{type}\"",
"@statsNoDataForType": {
"placeholders": {
"type": { "type": "String" }
}
},
"statsSessions": "Sessions",
"statsAvgDuration": "Avg. duration",
"statsTopApp": "Top app",
"statsTopLang": "Top language",
"statsVisitsByDay": "Visits per day",
"statsAll": "All",
"statsTopSections": "Top sections",
"statsApps": "Apps",
"statsLanguages": "Languages",
"statsTopPOI": "Top POI",
"statsPOI": "POI",
"statsTaps": "Taps",
"statsTopAgenda": "Top agenda events",
"statsEvent": "Event",
"statsQuiz": "Quiz",
"statsSection": "Section",
"statsAvgScore": "Avg. score",
"statsCompletions": "Completions",
"statsGames": "Games",
"statsGameType": "Type",
"statsArticles": "Articles read",
"statsReadings": "Reads",
"statsMenuTitle": "Menu",
"statsMenuItem": "Item",
"statsQrScans": "QR Scans",
"statsTotal": "Total",
"statsValid": "Valid",
"statsInvalid": "Invalid",
"statsViews": "Views",
"noData": "No data",
"errorOccurred": "An error occurred",
"yes": "Yes",
"newConfiguration": "New configuration",
"configNameLabel": "Name:",
"orText": "or",
"importLabel": "Import",
"configNameRequired": "Please specify a name for the new visit",
"configCreatedSuccess": "Configuration created successfully",
"configExportSuccess": "Configuration exported successfully, file is at: {path}",
"@configExportSuccess": {
"placeholders": {
"path": { "type": "String" }
}
},
"configExportFailed": "Configuration export failed",
"configDeletedSuccess": "Configuration deleted successfully",
"configSavedSuccess": "Configuration saved successfully",
"configDeleteConfirm": "Are you sure you want to delete this configuration?",
"newSection": "New section",
"newSubSection": "New sub section",
"sectionNameLabel": "Name:",
"sectionTypeLabel": "Type:",
"sectionNameRequired": "Please specify a name for the new section",
"sectionCreatedSuccess": "Section created successfully!",
"sectionDeleteConfirm": "Are you sure you want to delete this section?",
"sectionSavedSuccess": "Section saved successfully",
"sectionTranslationSaved": "Section translations saved successfully",
"sectionLoadError": "An error occurred while loading the section",
"qrCodeCopied": "This QR code has been copied to the clipboard",
"beaconLabel": "Beacon:",
"beaconIdLabel": "Beacon ID:",
"beaconMustBeNumber": "This must be a number",
"identifierLabel": "Identifier:",
"displayTitleLabel": "Display title:",
"imageLabel": "Image:",
"backgroundImageLabel": "Background image:",
"questionInputLabel": "Question:",
"videoUrlLabel": "Video URL:",
"webUrlLabel": "Website URL:",
"subSectionUpdatedSuccess": "Sub section updated successfully",
"subSectionUpdateError": "An error occurred while updating the sub section",
"subSectionDeletedSuccess": "Sub section deleted successfully",
"subSectionDeleteError": "An error occurred while deleting the sub section",
"subSectionOrderUpdatedSuccess": "Sub section order updated successfully",
"subSectionOrderUpdateError": "An error occurred while updating the sub section order",
"subSectionCreatedSuccess": "Sub section created successfully",
"subSectionCreateError": "An error occurred while creating the sub section",
"questionsLabel": "Questions",
"questionLabel": "Question",
"editQuestion": "Edit question",
"questionDeleteConfirm": "Are you sure you want to delete this question?",
"questionsLoadError": "An error occurred while loading the questions",
"quizBadScore": "Bad score",
"quizMediumScore": "Medium score",
"quizGoodScore": "Good score",
"quizExcellentScore": "Excellent score",
"quizBadScoreMsg": "Message for a bad score",
"quizMediumScoreMsg": "Message for a medium score",
"quizGoodScoreMsg": "Message for a good score",
"quizExcellentScoreMsg": "Message for an excellent score",
"questionOrderUpdatedSuccess": "Question order updated successfully",
"questionOrderUpdateError": "An error occurred while updating the question order",
"questionCreatedSuccess": "Question created successfully",
"questionCreateError": "An error occurred while creating the question",
"questionUpdatedSuccess": "Question updated successfully",
"questionUpdateError": "An error occurred while updating the question",
"questionDeletedSuccess": "Question deleted successfully",
"questionDeleteError": "An error occurred while deleting the question",
"translationIncomplete": "Translation is incomplete",
"geopointCreatedSuccess": "Point created successfully",
"geopointCreateError": "An error occurred while creating the point",
"geopointUpdatedSuccess": "Point updated successfully",
"geopointUpdateError": "An error occurred while updating the point",
"geopointDeletedSuccess": "Point deleted successfully",
"geopointDeleteError": "An error occurred while deleting the point",
"categoryCreatedSuccess": "Category created successfully",
"categoryCreateError": "An error occurred while creating the category",
"categoryUpdatedSuccess": "Category updated successfully",
"categoryUpdateError": "An error occurred while updating the category",
"eventCreatedSuccess": "Event created successfully",
"eventCreateError": "An error occurred while creating the event",
"eventUpdatedSuccess": "Event updated successfully",
"eventUpdateError": "An error occurred while updating the event",
"eventDeletedSuccess": "Event deleted successfully",
"eventDeleteError": "An error occurred while deleting the event",
"annotationCreatedSuccess": "Annotation created successfully",
"annotationCreateError": "An error occurred while creating the annotation",
"annotationUpdatedSuccess": "Annotation updated successfully",
"annotationUpdateError": "An error occurred while updating the annotation",
"programmeBlockCreatedSuccess": "Block created successfully",
"programmeBlockCreateError": "An error occurred while creating the block",
"programmeBlockUpdatedSuccess": "Block updated successfully",
"programmeBlockUpdateError": "An error occurred while updating the block",
"pathCreatedSuccess": "Path created successfully",
"pathCreateError": "An error occurred while creating the path",
"pathUpdatedSuccess": "Path updated successfully",
"pathUpdateError": "An error occurred while updating the path",
"stepCreatedSuccess": "Step created successfully",
"stepCreateError": "An error occurred while creating the step",
"stepUpdatedSuccess": "Step updated successfully",
"stepUpdateError": "An error occurred while updating the step",
"agendaEventsLabel": "Events",
"agendaEventFallback": "Event",
"addEvent": "Add an event",
"noEvents": "No events",
"noAddress": "No address",
"onlineLabel": "Online:",
"mapViewLabel": "Map view:",
"mapServiceLabel": "Map service:",
"jsonFilesLabel": "JSON files:",
"jsonLabel": "JSON",
"guidedPathsLabel": "Guided Paths",
"addPath": "Add a path",
"noPathConfigured": "No path configured",
"pathOrderUpdateError": "Error updating order",
"pathNoTitle": "Untitled path",
"pathDeletedSuccess": "Path deleted successfully",
"pathDeleteError": "Error deleting path",
"pathsLabel": "Paths",
"pointsOfInterestLabel": "Points of Interest",
"geopointsLabel": "Geographic points",
"searchLabel": "Search:",
"geopointsLoadError": "Error loading geographic points",
"geopointDeleteConfirm": "Are you sure you want to delete this geographic point?",
"serviceLabel": "Service:",
"centerPointLabel": "Center point:",
"iconLabel": "Icon:",
"listViewLabel": "List view:",
"typeLabel": "Type:",
"zoomLabel": "Zoom:",
"categoriesLabel": "Categories:",
"startDateLabel": "Start date",
"notDefined": "Not defined",
"endDateLabel": "End date",
"programmeLabel": "Programme",
"addBlock": "Add a block",
"blockFallback": "Block",
"noBlocks": "No programme blocks defined",
"programmeBlockDeletedSuccess": "Block deleted successfully",
"programmeBlockDeleteError": "Error deleting block",
"baseMapLabel": "Base map",
"mapLabel": "Map:",
"globalAnnotationsLabel": "Global annotations",
"addAnnotation": "Add an annotation",
"noAnnotations": "No global annotations",
"annotationFallback": "Annotation",
"annotationDeletedSuccess": "Annotation deleted",
"annotationDeleteError": "Error deleting",
"agendaEventCreatedSuccess": "Event created successfully",
"agendaEventCreateError": "An error occurred while creating the event",
"agendaEventUpdatedSuccess": "Event updated successfully",
"agendaEventUpdateError": "An error occurred while updating the event",
"agendaEventDeletedSuccess": "Event deleted successfully",
"agendaEventDeleteError": "An error occurred while deleting the event",
"newResource": "New resource",
"resourceCreatedSuccess": "Resource created successfully",
"resourceCreateError": "An error occurred while creating the resource",
"resourceUpdatedSuccess": "Resource updated successfully",
"resourceNoFileLoaded": "No file has been loaded",
"resourceNameRequired": "Please give the resource a name",
"resourceTooLarge": "Error: resource size must be under 1.5MB",
"resourceInvalidUrl": "The URL is invalid",
"resourceUrlRequired": "Please fill in the URL field",
"generalInfo": "General information",
"mainImageLabel": "Main image:",
"loaderLabel": "Loader:",
"primaryColorLabel": "Primary color:",
"secondaryColorLabel": "Secondary color:",
"layoutLabel": "Layout:",
"layoutGrid": "Grid",
"languagesLabel": "Languages:",
"featuredEventLabel": "Featured event:",
"chooseEvent": "Choose an event",
"noneOption": "None",
"aiAssistantLabel": "AI assistant:",
"appUpdatedSuccess": "Mobile application updated",
"configActivatedSuccess": "Configuration activated successfully",
"configDeactivatedSuccess": "Configuration deactivated successfully",
"configRemoveConfirm": "Are you sure you want to remove this configuration from the application?",
"configRemovedSuccess": "Configuration removed from application successfully",
"configRemoveError": "An error occurred while removing the configuration",
"phoneConfigTitle": "Configurations per device",
"addConfig": "Add a configuration",
"selectConfigToAdd": "Select a configuration to add",
"noItems": "No items to display",
"add": "Add",
"pinCode": "Pin code: {code}",
"@pinCode": {
"placeholders": {
"code": { "type": "String" }
}
},
"tablets": "Tablets",
"stepsCount": "{count} steps",
"@stepsCount": {
"placeholders": {
"count": { "type": "int" }
}
},
"displayedDescriptionLabel": "Displayed description:",
"displayedContentLabel": "Displayed content:",
"displayedNameLabel": "Display name:",
"startTimeLabel": "Start time",
"noAnnotationConfigured": "No annotations configured.",
"newStepTitle": "New step",
"editStepTitle": "Edit step",
"stepTitleLabel": "Step title",
"stepDescriptionLabel": "Step description",
"stepLocationLabel": "Step location:",
"initiallyHiddenLabel": "Initially hidden",
"lockedLabel": "Locked",
"durationSecondsLabel": "Duration (seconds):",
"triggerGeopointLabel": "Trigger GeoPoint (ID):",
"questionsChallengesLabel": "Questions / Challenges",
"noQuestionsConfigured": "No questions configured.",
"newAgendaEventTitle": "New event",
"editAgendaEventTitle": "Edit event",
"eventTitleLabel": "Event title",
"eventDescriptionLabel": "Event description",
"startDateColonLabel": "Start date:",
"videoResourceLabel": "Video:",
"directVideoLinkLabel": "Direct video link:",
"phoneLabel": "Phone:",
"locationGeometryLabel": "Location / Geometry",
"geometryLabel": "Geometry:",
"materialIconLabel": "Icon (material):",
"linearLabel": "Linear:",
"requiredSuccessLabel": "Required success:",
"pathStepsLabel": "Path steps",
"noStepConfigured": "No point/step configured.",
"stepFallback": "Step",
"questionAskedLabel": "Question asked:",
"questionTitleLabel": "Question title",
"expectedAnswerLabel": "Expected answer:",
"expectedAnswerModalLabel": "Expected answer",
"validationNote": "Validation is done by comparison (case-insensitive).",
"possibleAnswersLabel": "Possible answers:",
"noAnswerDefined": "No answer defined. Add at least one.",
"correctAnswer": "Correct answer ✓",
"wrongAnswer": "Wrong answer",
"answerNote": "✓ = correct answer. Multiple can be correct.",
"geopointZoneTitle": "Geographic point / Zone",
"geometryTypeLabel": "Geometry (Point/Line/Zone):",
"phoneModalLabel": "Phone",
"categoryLabel": "Category:",
"startMessageLabel": "Start message:",
"startMessageModalLabel": "Start message",
"createCategoryTitle": "Create category",
"editCategoryTitle": "Edit category",
"categoryIconLabel": "Category icon:",
"selectResource": "Select a resource",
"createPdfTitle": "Create PDF",
"answersLabel": "Answers",
"answerLabel": "Answer",
"createAnswerTitle": "Create answer",
"editAnswerTitle": "Edit answer",
"answerValidNote": "If checked, the answer is valid",
"selectConfiguration": "Select a configuration",
"noConfigFound": "No configuration found",
"backgroundColorLabel": "Background color:",
"updateTabletBtn": "Update tablet",
"kioskUpdatedSuccess": "Kiosk updated",
"webViewError": "The web page cannot be displayed, the URL is incorrect or empty",
"download": "Download",
"resourceDeleteConfirm": "Are you sure you want to delete this resource?",
"categoriesTitle": "Categories",
"endTimeLabel": "End time",
"annotationsLabel": "Annotations"
}