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

115 lines
3.9 KiB
JSON

{
"menu": {
"list": "List",
"services": "Services",
"trainings": "Trainings",
"logs": "Logs",
"logout": "Logout",
"hi": "hi"
},
"table": {
"yes_remove": "Yes, remove",
"cancel": "Cancel",
"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"
},
"login": {
"username": "username",
"password": "password",
"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"
},
"map_picker": {
"place_min_length": "Place name must be at least 3 characters long",
"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_type": "Select a type",
"select_service_type": "Select a service type",
"type_must_be_two_characters_long": "Type must be at least 2 characters long",
"type_already_exists": "Type already exists",
"type_added_successfully": "Type added successfully",
"service_added_successfully": "Service added successfully",
"service_add_error": "Service could not be added. Please try again"
},
"update_availability_schedule": "Update availability schedule",
"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",
"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",
"notes": "notes",
"type": "type",
"add": "add",
"update": "update",
"remove": "remove",
"more details": "more details",
"search": "search",
"submit": "invia",
"reset": "reset",
"go_back": "go back",
"press_to_select_a_date": "press to select a date",
"footer_text": "Allerta-VVF, free software developed for volunteer firefighters brigades.",
"revision": "revision"
}