New translations en.json (Ukrainian)

This commit is contained in:
vcoppe
2025-07-07 17:28:08 +02:00
parent 825500e207
commit aac17aa33c

View File

@@ -136,76 +136,76 @@
"mud": "Багно", "mud": "Багно",
"sand": "Пісок", "sand": "Пісок",
"grass": "Трава", "grass": "Трава",
"grass_paver": "Grass paver", "grass_paver": "Газонна решітка",
"clay": "Clay", "clay": "Глина",
"stone": "Stone" "stone": "Каміння"
}, },
"highway": { "highway": {
"unknown": "Unknown", "unknown": "Невідомо",
"motorway": "Highway", "motorway": "Шосе",
"motorway_link": "Highway link", "motorway_link": "Транспортна розв'язка",
"trunk": "Primary road", "trunk": "Головна дорога",
"trunk_link": "Primary road link", "trunk_link": "Primary road link",
"primary": "Primary road", "primary": "Головна дорога",
"primary_link": "Primary road link", "primary_link": "Primary road link",
"secondary": "Secondary road", "secondary": "Другорядна дорога",
"secondary_link": "Secondary road link", "secondary_link": "Secondary road link",
"tertiary": "Tertiary road", "tertiary": "Tertiary road",
"tertiary_link": "Tertiary road link", "tertiary_link": "Tertiary road link",
"unclassified": "Minor road", "unclassified": "Minor road",
"residential": "Residential road", "residential": "Residential road",
"living_street": "Living street", "living_street": "Living street",
"service": "Service road", "service": "Службова дорога",
"track": "Track", "track": "Путівець",
"footway": "Footway", "footway": "Footway",
"path": "Path", "path": "Шлях",
"pedestrian": "Pedestrian", "pedestrian": "Пішохідний",
"cycleway": "Cycleway", "cycleway": "Велосипедна дорога",
"steps": "Steps", "steps": "Кроки",
"road": "Road", "road": "Дорога",
"bridleway": "Horseriding path", "bridleway": "Кінна стежка",
"platform": "Platform", "platform": "Платформа",
"raceway": "Racing circuit", "raceway": "Гоночна траса",
"rest_area": "Rest area", "rest_area": "Зона відпочинку",
"abandoned": "Abandoned", "abandoned": "Покинута",
"services": "Services", "services": "Послуги",
"corridor": "Corridor", "corridor": "Corridor",
"bus_stop": "Bus stop", "bus_stop": "Автобусна зупинка",
"busway": "Busway", "busway": "Смуга громадського транспорту",
"elevator": "Elevator", "elevator": "Ліфт",
"via_ferrata": "Via ferrata", "via_ferrata": "Віа феррата",
"proposed": "Road to be built", "proposed": "Запланована дорога",
"construction": "Road under construction" "construction": "Будівництво дороги"
}, },
"sac_scale": { "sac_scale": {
"hiking": "Hiking", "hiking": "Пішохідний туризм",
"mountain_hiking": "Mountain hiking", "mountain_hiking": "Mountain hiking",
"demanding_mountain_hiking": "Demanding mountain hiking", "demanding_mountain_hiking": "Demanding mountain hiking",
"alpine_hiking": "Alpine hiking", "alpine_hiking": "Гірський похід",
"demanding_alpine_hiking": "Demanding alpine hiking", "demanding_alpine_hiking": "Demanding alpine hiking",
"difficult_alpine_hiking": "Difficult alpine hiking" "difficult_alpine_hiking": "Difficult alpine hiking"
}, },
"mtb_scale": "MTB scale", "mtb_scale": "MTB scale",
"error": { "error": {
"from": "The start point is too far from the nearest road", "from": "Початкова точка знаходиться занадто далеко від найближчої дороги",
"via": "The via point is too far from the nearest road", "via": "Проміжна точка знаходиться занадто далеко від найближчої дороги",
"to": "The end point is too far from the nearest road", "to": "Кінцева точка знаходиться занадто далеко від найближчої дороги",
"timeout": "Route calculation took too long, try adding points closer together" "timeout": "Розрахунок маршруту є занадто довгий, спробуйте додати ближчі точки"
} }
}, },
"scissors": { "scissors": {
"tooltip": "Crop or split", "tooltip": "Обрізати або розділити",
"crop": "Crop", "crop": "Обрізати",
"split_as": "Split the trace into", "split_as": "Розділити слід на",
"help_invalid_selection": "Select a trace to crop or split.", "help_invalid_selection": "Виберіть слід для обрізання чи розділення.",
"help": "Use the slider to crop the trace, or split it by clicking on one of the split markers or on the trace itself." "help": "Використовуйте повзунок, щоб обрізати слід, або розділіть його, клацнувши на один з маркерів розбиття або на самому маршруті."
}, },
"time": { "time": {
"tooltip": "Manage time data", "tooltip": "Manage time data",
"start": "Start", "start": "Початок",
"end": "End", "end": "Кінець",
"total_time": "Moving time", "total_time": "Час руху",
"pick_date": "Pick a date", "pick_date": "Оберіть дату",
"artificial": "Create realistic time data", "artificial": "Create realistic time data",
"update": "Update time data", "update": "Update time data",
"help": "Use the form to set new time data.", "help": "Use the form to set new time data.",
@@ -214,47 +214,47 @@
"merge": { "merge": {
"merge_traces": "Connect the traces", "merge_traces": "Connect the traces",
"merge_contents": "Merge the contents and keep the traces disconnected", "merge_contents": "Merge the contents and keep the traces disconnected",
"merge_selection": "Merge selection", "merge_selection": "Об'єднати вибрані",
"remove_gaps": "Remove time gaps between traces", "remove_gaps": "Видалити проміжки часу між слідами",
"tooltip": "Merge items together", "tooltip": "Об'єднати елементи",
"help_merge_traces": "Connecting the selected traces will create a single continuous trace.", "help_merge_traces": "Об'єднання вибраних слідів створить один безперервний слід.",
"help_cannot_merge_traces": "Your selection must contain several traces to connect them.", "help_cannot_merge_traces": "Ваш вибір повинен містити декілька слідів для їх об'єднання.",
"help_merge_contents": "Merging the contents of the selected items will group all the contents inside the first item.", "help_merge_contents": "Об'єднання вмісту вибраних елементів згрупує все у першому елементі.",
"help_cannot_merge_contents": "Your selection must contain several items to merge their contents.", "help_cannot_merge_contents": "Ваш вибір має містити декілька елементів для об'єднання їх вмісту.",
"selection_tip": "Tip: use {KEYBOARD_SHORTCUT} to add items to the selection." "selection_tip": "Порада: використовуйте {KEYBOARD_SHORTCUT}, щоб додати елементи до виділення."
}, },
"extract": { "extract": {
"tooltip": "Extract contents to separate items", "tooltip": "Видобути вміст для розділення елементів",
"button": "Extract", "button": "Extract",
"help": "Extracting the contents of the selected items will create a separate item for each of their contents.", "help": "Extracting the contents of the selected items will create a separate item for each of their contents.",
"help_invalid_selection": "Your selection must contain items with multiple traces to extract them." "help_invalid_selection": "Your selection must contain items with multiple traces to extract them."
}, },
"elevation": { "elevation": {
"button": "Request elevation data", "button": "Запит даних висот",
"help": "Requesting elevation data will erase the existing elevation data, if any, and replace it with data from Mapbox.", "help": "Запит даних висот призведе до видалення наявних даних висот, якщо вони є, і замінить їх даними з Mapbox.",
"help_no_selection": "Select a file item to request elevation data." "help_no_selection": "Select a file item to request elevation data."
}, },
"waypoint": { "waypoint": {
"tooltip": "Create and edit points of interest", "tooltip": "Create and edit points of interest",
"icon": "Icon", "icon": "Icon",
"link": "Link", "link": "Link",
"longitude": "Longitude", "longitude": "Довгота",
"latitude": "Latitude", "latitude": "Широта",
"create": "Create point of interest", "create": "Створити точку інтересу",
"add": "Add point of interest to file", "add": "Додати точку інтересу до файлу",
"help": "Fill in the form to create a new point of interest, or click on an existing one to edit it. Click on the map to fill the coordinates, or drag points of interest to move them.", "help": "Заповніть форму, щоб створити нову точку інтересу, або натисніть на чинну, щоб відредагувати її. Клацніть на карті для заповнення координат або перетягніть точки інтересу для їх переміщення.",
"help_no_selection": "Select a file to create or edit points of interest." "help_no_selection": "Виберіть файл для створення або редагування точок інтересів."
}, },
"reduce": { "reduce": {
"tooltip": "Reduce the number of GPS points", "tooltip": "Зменшити кількість точок GPS",
"tolerance": "Tolerance", "tolerance": "Tolerance",
"number_of_points": "Number of GPS points", "number_of_points": "Кількість точок GPS",
"button": "Minify", "button": "Minify",
"help": "Use the slider to choose the number of GPS points to keep.", "help": "Use the slider to choose the number of GPS points to keep.",
"help_no_selection": "Select a trace to reduce the number of its GPS points." "help_no_selection": "Оберіть слід для зменшення кількості його GPS точок."
}, },
"clean": { "clean": {
"tooltip": "Clean GPS points and points of interest with a rectangle selection", "tooltip": "Очистити GPS точки та точки інтересів, використовуючи прямокутний вибір",
"delete_trackpoints": "Delete GPS points", "delete_trackpoints": "Delete GPS points",
"delete_waypoints": "Delete points of interest", "delete_waypoints": "Delete points of interest",
"delete_inside": "Delete inside selection", "delete_inside": "Delete inside selection",
@@ -278,27 +278,27 @@
"layer_type": "Layer type", "layer_type": "Layer type",
"basemap": "Basemap", "basemap": "Basemap",
"overlay": "Overlay", "overlay": "Overlay",
"create": "Create layer", "create": "Створити шар",
"update": "Update layer" "update": "Оновити шар"
}, },
"opacity": "Overlay opacity", "opacity": "Overlay opacity",
"label": { "label": {
"basemaps": "Basemaps", "basemaps": "Basemaps",
"overlays": "Overlays", "overlays": "Overlays",
"custom": "Custom", "custom": "Custom",
"world": "World", "world": "Світ",
"countries": "Countries", "countries": "Країни",
"belgium": "Belgium", "belgium": "Бельгія",
"bulgaria": "Bulgaria", "bulgaria": "Болгарія",
"finland": "Finland", "finland": "Фінляндія",
"france": "France", "france": "Франція",
"new_zealand": "New Zealand", "new_zealand": "Нова Зеландія",
"norway": "Norway", "norway": "Норвегія",
"spain": "Spain", "spain": "Іспанія",
"sweden": "Sweden", "sweden": "Швеція",
"switzerland": "Switzerland", "switzerland": "Швейцарія",
"united_kingdom": "United Kingdom", "united_kingdom": "Велика Британія\nВеликобританія",
"united_states": "United States", "united_states": "Сполучені Штати",
"mapboxOutdoors": "Mapbox Outdoors", "mapboxOutdoors": "Mapbox Outdoors",
"mapboxSatellite": "Mapbox Satellite", "mapboxSatellite": "Mapbox Satellite",
"openStreetMap": "OpenStreetMap", "openStreetMap": "OpenStreetMap",
@@ -350,63 +350,63 @@
"food-store": "Food Store", "food-store": "Food Store",
"eat-and-drink": "Eat and Drink", "eat-and-drink": "Eat and Drink",
"amenities": "Amenities", "amenities": "Amenities",
"toilets": "Toilets", "toilets": "Туалети",
"water": "Water", "water": "Вода",
"shower": "Shower", "shower": "Душ",
"shelter": "Shelter", "shelter": "Укриття",
"motorized": "Cars and Motorcycles", "motorized": "Автомобілі та Мотоцикли",
"fuel-station": "Fuel Station", "fuel-station": "Паливна станція",
"parking": "Parking", "parking": "Парковка",
"garage": "Garage", "garage": "Гараж",
"barrier": "Barrier", "barrier": "Бар’єр",
"tourism": "Tourism", "tourism": "Туризм",
"attraction": "Attraction", "attraction": "Пам'ятка",
"viewpoint": "Viewpoint", "viewpoint": "Точка спостереження",
"hotel": "Hotel", "hotel": "Готель",
"campsite": "Campsite", "campsite": "Кемпінг",
"hut": "Hut", "hut": "Хатка",
"picnic": "Picnic Area", "picnic": "Місце для пікніків",
"summit": "Summit", "summit": "Пік",
"pass": "Pass", "pass": "Прохід",
"climbing": "Climbing", "climbing": "Climbing",
"bicycle": "Bicycle", "bicycle": "Велосипед",
"bicycle-parking": "Bicycle Parking", "bicycle-parking": "Велопарковка",
"bicycle-rental": "Bicycle Rental", "bicycle-rental": "Прокат велосипедів",
"bicycle-shop": "Bicycle Shop", "bicycle-shop": "Веломагазин",
"public-transport": "Public Transport", "public-transport": "Громадський Транспорт",
"railway-station": "Railway Station", "railway-station": "Залізнична Станція",
"tram-stop": "Tram Stop", "tram-stop": "Трамвайна Зупинка",
"bus-stop": "Bus Stop", "bus-stop": "Автобусна Зупинка",
"ferry": "Ferry" "ferry": "Пором"
} }
}, },
"chart": { "chart": {
"settings": "Elevation profile settings" "settings": "Налаштування профілю висоти"
}, },
"quantities": { "quantities": {
"distance": "Distance", "distance": "Відстань",
"elevation": "Elevation", "elevation": "Підвищення",
"elevation_gain_loss": "Elevation gain and loss", "elevation_gain_loss": "Набір і втрата висоти",
"temperature": "Temperature", "temperature": "Температура",
"speed": "Speed", "speed": "Швидкість",
"pace": "Pace", "pace": "Темп",
"heartrate": "Heart rate", "heartrate": "Пульс",
"cadence": "Cadence", "cadence": "Cadence",
"power": "Power", "power": "Power",
"slope": "Slope", "slope": "Схил",
"surface": "Surface", "surface": "Поверхня",
"highway": "Category", "highway": "Категорія",
"time": "Time", "time": "Час",
"moving": "Moving", "moving": "Moving",
"total": "Total", "total": "Загалом",
"osm_extensions": "OpenStreetMap data" "osm_extensions": "Дані OpenStreetMap"
}, },
"units": { "units": {
"meters": "m", "meters": "м",
"feet": "ft", "feet": "футів",
"kilometers": "km", "kilometers": "км",
"miles": "mi", "miles": "миль",
"nautical_miles": "nm", "nautical_miles": "нм",
"celsius": "°C", "celsius": "°C",
"fahrenheit": "°F", "fahrenheit": "°F",
"kilometers_per_hour": "km/h", "kilometers_per_hour": "km/h",
@@ -456,36 +456,36 @@
"park": "Park", "park": "Park",
"parking_area": "Parking", "parking_area": "Parking",
"pharmacy": "Pharmacy", "pharmacy": "Pharmacy",
"picnic_area": "Picnic Area", "picnic_area": "Місце для пікніків",
"restaurant": "Restaurant", "restaurant": "Ресторан",
"restricted_area": "Restricted Area", "restricted_area": "Обмежена територія",
"restroom": "Toilets", "restroom": "Туалети",
"road": "Road", "road": "Дорога",
"scenic_area": "Scenic Area", "scenic_area": "Мальовнича ділянка",
"shelter": "Shelter", "shelter": "Укриття",
"shopping_center": "Shopping Center", "shopping_center": "Торговельний центр",
"shower": "Shower", "shower": "Душ",
"summit": "Summit", "summit": "Пік",
"telephone": "Telephone", "telephone": "Телефон",
"tunnel": "Tunnel", "tunnel": "Тунель",
"water_source": "Water Source" "water_source": "Джерело Води"
} }
}, },
"homepage": { "homepage": {
"website": "Website", "website": "Сайт",
"home": "Home", "home": "Головна",
"app": "App", "app": "Застосунок",
"contact": "Contact", "contact": "Контакт",
"reddit": "Reddit", "reddit": "Reddit",
"x": "X", "x": "X",
"facebook": "Facebook", "facebook": "Facebook",
"github": "GitHub", "github": "GitHub",
"crowdin": "Crowdin", "crowdin": "Crowdin",
"email": "Email", "email": "Електронна пошта",
"contribute": "Contribute", "contribute": "Зробити внесок",
"supported_by": "supported by", "supported_by": "за підтримки",
"support_button": "Support gpx.studio on Ko-fi", "support_button": "Підтримати gpx.studio на Ko-fi",
"route_planning": "Route planning", "route_planning": "Планування маршруту",
"route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.", "route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.",
"file_processing": "Advanced file processing", "file_processing": "Advanced file processing",
"file_processing_description": "A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once.", "file_processing_description": "A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once.",
@@ -499,27 +499,27 @@
"docs": { "docs": {
"translate": "Improve the translation on Crowdin", "translate": "Improve the translation on Crowdin",
"answer_not_found": "Did not find what you were looking for?", "answer_not_found": "Did not find what you were looking for?",
"ask_on_reddit": "Ask the community on Reddit", "ask_on_reddit": "Запитати спільноту на Reddit",
"search": { "search": {
"search": "Search", "search": "Пошук",
"clear": "Clear", "clear": "Очистити",
"cancel": "Cancel", "cancel": "Скасувати",
"recent": "Recent searches", "recent": "Нещодавні пошукові запити",
"no_recent": "No recent searches", "no_recent": "Нещодавні пошукові запити відсутні",
"save": "Save this search", "save": "Зберегти цей пошук",
"remove": "Remove this search from history", "remove": "Remove this search from history",
"favorites": "Favorites", "favorites": "Обране",
"remove_favorite": "Remove this search from favorites", "remove_favorite": "Remove this search from favorites",
"to_select": "to select", "to_select": "to select",
"to_navigate": "to navigate", "to_navigate": "to navigate",
"to_close": "to close", "to_close": "to close",
"no_results": "No results for", "no_results": "Немає результатів для",
"no_results_suggestion": "Try searching for" "no_results_suggestion": "Спробуйте пошукати"
} }
}, },
"embedding": { "embedding": {
"title": "Create your own map", "title": "Створити власну карту",
"mapbox_token": "Mapbox access token", "mapbox_token": "Токен доступу Mapbox",
"file_urls": "File URLs (separated by commas)", "file_urls": "File URLs (separated by commas)",
"drive_ids": "Google Drive file IDs (separated by commas)", "drive_ids": "Google Drive file IDs (separated by commas)",
"basemap": "Basemap", "basemap": "Basemap",