allerta-vvf/frontend/src/assets/i18n/en.json

323 lines
13 KiB
JSON

{
"menu": {
"list": "List",
"services": "Services",
"trainings": "Trainings",
"logs": "Logs",
"stats": "Stats",
"admin": "Admin",
"logout": "Logout",
"stop_impersonating": "Stop impersonating",
"hi": "hi"
},
"admin": {
"info": "info",
"maintenance": "maintenance",
"roles": "roles",
"installed_migrations": "installed migrations",
"open_connections": "open connections",
"db_engine_name": "database engine name",
"database": "database",
"host": "host",
"port": "port",
"charset": "charset",
"prefix": "prefix",
"operations": "operations",
"run_migrations": "run migrations",
"run_migrations_success": "Migrations executed successfully",
"run_seeding": "run seeding",
"run_seeding_confirm_title": "Are you sure you want to run the seeding?",
"run_seeding_confirm_text": "This action cannot be undone, and data can be loss in the DB.",
"run_seeding_success": "Seeding executed successfully",
"show_tables": "show tables list",
"hide_tables": "hide tables list",
"table": "table",
"rows": "rows",
"updates_and_maintenance_title": "Updates and maintenance",
"maintenance_mode_success": "Maintenance mode updated successfully",
"optimization": "optimization",
"run_optimization": "run optimization",
"run_optimization_success": "Optimization executed successfully",
"clear_optimization": "clear optimization",
"clear_optimization_success": "Optimization cleared successfully",
"clear_cache": "clear cache",
"clear_cache_success": "Cache cleared successfully",
"telegram_bot": "Telegram Bot",
"telegram_webhook": "Telegram Webhook",
"telegram_webhook_set": "Set Telegram Webhook",
"telegram_webhook_set_success": "Telegram Webhook set successfully",
"telegram_webhook_unset": "Unset Telegram Webhook",
"telegram_webhook_unset_success": "Telegram Webhook unset successfully",
"manual_execution": "manual execution",
"run": "run",
"run_confirm_title": "Are you sure you want to run this command?",
"run_confirm_text": "This action cannot be undone.",
"run_success": "Command executed successfully",
"env_operations": "environment variables operations",
"env_encrypt": "encrypt .env",
"env_encrypt_title": "Encrypt .env file",
"env_encrypt_confirm": "Insert the password to encrypt the .env file",
"env_encrypt_success": ".env encrypted successfully",
"env_decrypt": "decrypt .env",
"env_decrypt_title": "Decrypt .env file",
"env_decrypt_confirm": "Insert the password to decrypt the .env file",
"env_decrypt_success": ".env decrypted successfully",
"env_delete": "delete .env",
"env_delete_title": "Delete .env file",
"env_delete_confirm": "Are you sure you want to delete the .env file?",
"env_delete_success": ".env deleted successfully"
},
"table": {
"remove_service_confirm": "Are you sure you want to remove this service?",
"remove_service_confirm_text": "This action cannot be undone.",
"service_deleted_successfully": "Service deleted successfully",
"service_deleted_error": "Service could not be deleted. Please try again."
},
"list": {
"your_availability_is": "You are:",
"enable_schedules": "Enable hour schedules",
"disable_schedules": "Disable hour schedules",
"update_schedules": "Update availability schedules",
"connect_telegram_bot": "Connect your account to the Telegram bot",
"tooltip_change_availability": "Change your availability to {{state}}",
"manual_mode_updated_successfully": "Manual mode updated successfully",
"schedule_load_failed": "Schedule could not be loaded. Please try again",
"schedule_update_failed": "Schedule could not be updated. Please try again",
"availability_minutes_updated_at_deactivation": "Availability minutes are updated when the availability is removed, to allow a more precise calculation.",
"availability_change_failed": "Availability could not be changed. Please try again",
"manual_mode_update_failed": "Manual mode could not be updated. Please try again",
"telegram_bot_token_request_failed": "Telegram bot token could not be generated. Please try again"
},
"alert": {
"warning_body": "Alert in progress.",
"current_alert": "Current alert",
"current_alerts": "Current alerts",
"state": "Alert state",
"closed": "Alert closed",
"request_response_question": "Do you respond to the alert?",
"response_status": "Response status",
"no_response": "No response",
"waiting_for_response": "Waiting for response",
"response_yes": "Available",
"response_no": "Not available",
"details": "Alert details",
"delete": "Remove current alert",
"delete_confirm_title": "Are you sure you want to remove this alert?",
"delete_confirm_text": "This action cannot be undone.",
"deleted_successfully": "Alert removed successfully",
"delete_failed": "Alert could not be removed. Please try again",
"settings_updated_successfully": "Settings updated successfully",
"response_updated_successfully": "Response updated successfully"
},
"login": {
"submit_btn": "Login"
},
"place_details": {
"open_in_google_maps": "Open in Google Maps",
"place_name": "Place name",
"house_number": "house number",
"road": "road",
"village": "village",
"postcode": "postcode",
"hamlet": "hamlet",
"municipality": "municipality",
"country": "country",
"place_load_failed": "Place could not be loaded. Please try again"
},
"map_picker": {
"loading_error": "Error loading search results. Please try again later"
},
"edit_service": {
"select_start_datetime": "Select start date and time for the service",
"select_end_datetime": "Select end date and time for the service",
"insert_code": "Insert service code",
"other_crew_members": "Other crew members",
"select_service_type": "Select a service type",
"type_added_successfully": "Type added successfully",
"service_added_successfully": "Service added successfully",
"service_add_failed": "Service could not be added. Please try again",
"service_updated_successfully": "Service updated successfully",
"service_update_failed": "Service could not be updated. Please try again",
"service_load_failed": "Service could not be loaded. Please try again",
"users_load_failed": "Users could not be loaded. Please try again",
"types_load_failed": "Types could not be loaded. Please try again",
"type_add_failed": "Type could not be added. Please try again"
},
"edit_training": {
"select_start_datetime": "Select start date and time for the training",
"select_end_datetime": "Select end date and time for the training",
"insert_name": "Insert training name",
"name_placeholder": "Training name",
"other_crew_members": "Other crew members",
"training_added_successfully": "Training added successfully",
"training_add_failed": "Training could not be added. Please try again",
"training_updated_successfully": "Training updated successfully",
"training_update_failed": "Training could not be updated. Please try again",
"training_load_failed": "Error loading training. Please try again",
"users_load_failed": "Error loading users. Please try again"
},
"edit_user": {
"success_text": "User updated successfully",
"error_text": "User could not be updated. Please try again",
"creation_date": "User creation date",
"last_update": "User last update",
"last_access": "User last access"
},
"user_info_modal": {
"title": "User info"
},
"training_course_modal": {
"title": "Add training course",
"doc_number": "document number"
},
"medical_examination_modal": {
"title": "Add medical examination"
},
"useragent_info_modal": {
"title": "Client information"
},
"validation": {
"place_min_length": "Place name must be at least 3 characters long",
"type_must_be_two_characters_long": "Type must be at least 2 characters long",
"type_already_exists": "Type already exists",
"image_format_not_supported": "Image format not supported",
"document_format_not_supported": "Document format not supported",
"file_too_big": "File too big",
"password_min_length": "Password must be at least 6 characters long"
},
"yes_remove": "Yes, remove",
"confirm": "Confirm",
"cancel": "Cancel",
"enable": "enable",
"disable": "disable",
"maintenance_mode": "maintenance mode",
"maintenance_mode_warning": "The application is currently in maintenance mode. Some features may not be available.",
"offline": "offline",
"offline_warning": "You're offline. Some features may not be available.",
"property": "property",
"value": "value",
"user_agent": "User Agent",
"browser": "browser",
"engine": "engine",
"os": "Operating System",
"device": "device",
"cpu": "CPU",
"username": "username",
"password": "password",
"new_password": "new password",
"confirm_password": "confirm password",
"password_not_match": "Passwords do not match. Please try again.",
"password_changed_successfully": "Password changed successfully",
"password_change_title": "Change password",
"change_password": "Change password",
"warning": "warning",
"press_for_more_info": "press here for more info",
"update_availability_schedule": "Update availability schedule",
"select_type": "Select a type",
"save_changes": "Save changes",
"close": "Close",
"monday": "Monday",
"monday_short": "Mon",
"tuesday": "Tuesday",
"tuesday_short": "Tue",
"wednesday": "Wednesday",
"wednesday_short": "Wed",
"thursday": "Thursday",
"thursday_short": "Thu",
"friday": "Friday",
"friday_short": "Fri",
"saturday": "Saturday",
"saturday_short": "Sat",
"sunday": "Sunday",
"sunday_short": "Sun",
"programmed": "programmed",
"available": "available",
"unavailable": "unavailable",
"set_available": "available",
"set_unavailable": "unavailable",
"name": "name",
"surname": "surname",
"ssn": "Social Security Number",
"address": "address",
"zip_code": "zip code",
"phone_number": "phone number",
"email": "email",
"birthday": "birthday",
"birthplace": "birthplace",
"personal_information": "personal information",
"contact_information": "contact information",
"service_information": "service information",
"device_information": "device information",
"course_date": "course date",
"documents": "documents",
"driving_license": "driving license",
"driving_license_expiration_date": "driving license expiration date",
"driving_license_number": "driving license number",
"driving_license_type": "driving license type",
"driving_license_scan": "driving license scan",
"upload_scan": "upload scan",
"upload_medical_examination_certificate": "upload medical examination certificate",
"upload_training_course_doc": "upload training course document",
"clothings": "clothings",
"size": "size",
"suit_size": "suit size",
"boot_size": "boot size",
"medical_examinations": "medical examinations",
"training_courses": "training courses",
"date": "date",
"expiration_date": "expiration date",
"certifier": "certifier",
"certificate_short": "cert.",
"banned": "banned",
"hidden": "hidden",
"driver": "driver",
"drivers": "drivers",
"call": "call",
"service": "service",
"services": "services",
"training": "training",
"trainings": "trainings",
"user": "user",
"users": "users",
"availability_minutes": "availability_minutes",
"action": "action",
"changed": "changed",
"editor": "editor",
"datetime": "datetime",
"start": "start",
"end": "end",
"code": "code",
"chief": "chief",
"crew": "crew",
"place": "place",
"province": "province",
"notes": "notes",
"type": "type",
"add": "add",
"update": "update",
"remove": "remove",
"more details": "more details",
"search": "search",
"submit": "invia",
"reset": "reset",
"go_back": "Go back",
"next": "next",
"previous": "previous",
"last": "last",
"first": "first",
"press_to_select_a_date": "Press to select a date",
"footer_text": "Allerta-VVF, free software developed for volunteer firefighters brigades.",
"revision": "revision",
"unknown": "unknown",
"edit": "edit",
"never": "never",
"optional": "optional",
"not_enough_permissions": "You don't have enough permissions to access this page.",
"open_services_stats": "To view the statistics, go to the \"Stats\" page.",
"error_title": "Error",
"success_title": "Success",
"select_date_range": "Select date range",
"remove_date_filters": "Remove date filters",
"yes": "yes",
"no": "no"
}