Activities, Trails, Wanderer + Strava Integration, UI Refresh, Devops Improvments, and more (#785)
* Implement code changes to enhance functionality and improve performance * Update nl.json Fix Dutch translations. * feat(security): add Trivy security scans for Docker images and source code * feat(security): restructure Trivy scans for improved clarity and organization * fix(dependencies): update Django version to 5.2.2 * style(workflows): standardize quotes and fix typo in frontend-test.yml * feat(workflows): add job names for clarity in backend and frontend test workflows * refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows * feat(workflows): add paths to push and pull_request triggers for backend and frontend workflows * refactor(workflows): simplify trigger paths for backend and frontend workflows fix(dependencies): add overrides for esbuild in frontend package.json * fix(package): add missing pnpm overrides for esbuild in package.json * fix(workflows): add missing severity parameter for Trivy filesystem scan * fix(workflows): add missing severity parameter for Docker image scans in Trivy workflow * fix(workflows): remove MEDIUM severity from Trivy scans in security workflow * added-fix-image-deletion (#681) * added-fix-image-deletion * feat(commands): add image cleanup command to find and delete unused files * fix(models): ensure associated AdventureImages are deleted and files cleaned up on Adventure deletion * fix(models): ensure associated Attachment files are deleted and their filesystem cleaned up on Adventure deletion --------- Co-authored-by: ferdousahmed <taninme@gmail.com> Co-authored-by: Sean Morley * Rename Adventures to Locations (#696) * Refactor user_id to user in adventures and related models, views, and components - Updated all instances of user_id to user in the adventures app, including models, serializers, views, and frontend components. - Adjusted queries and filters to reflect the new user field naming convention. - Ensured consistency across the codebase for user identification in adventures, collections, notes, and transportation entities. - Modified frontend components to align with the updated data structure, ensuring proper access control and rendering based on user ownership. * Refactor adventure-related views and components to use "Location" terminology - Updated GlobalSearchView to replace AdventureSerializer with LocationSerializer. - Modified IcsCalendarGeneratorViewSet to use LocationSerializer instead of AdventureSerializer. - Created new LocationImageViewSet for managing location images, including primary image toggling and image deletion. - Introduced LocationViewSet for managing locations with enhanced filtering, sorting, and sharing capabilities. - Updated ReverseGeocodeViewSet to utilize LocationSerializer. - Added ActivityTypesView to retrieve distinct activity types from locations. - Refactored user views to replace AdventureSerializer with LocationSerializer. - Updated frontend components to reflect changes from "adventure" to "location", including AdventureCard, AdventureLink, AdventureModal, and others. - Adjusted API endpoints in frontend routes to align with new location-based structure. - Ensured all references to adventures are replaced with locations across the codebase. * refactor: rename adventures to locations across the application - Updated localization files to replace adventure-related terms with location-related terms. - Refactored TypeScript types and variables from Adventure to Location in various routes and components. - Adjusted UI elements and labels to reflect the change from adventures to locations. - Ensured all references to adventures in the codebase are consistent with the new location terminology. * Refactor code structure for improved readability and maintainability * feat: Implement location details page with server-side loading and deletion functionality - Added +page.server.ts to handle server-side loading of additional location info. - Created +page.svelte for displaying location details, including images, visits, and maps. - Integrated GPX file handling and rendering on the map. - Updated map route to link to locations instead of adventures. - Refactored profile and search routes to use LocationCard instead of AdventureCard. * docs: Update terminology from "Adventure" to "Location" and enhance project overview * docs: Clarify collection examples in usage documentation * feat: Enable credentials for GPX file fetch and add CORS_ALLOW_CREDENTIALS setting * Refactor adventure references to locations across the backend and frontend - Updated CategoryViewSet to reflect location context instead of adventures. - Modified ChecklistViewSet to include locations in retrieval logic. - Changed GlobalSearchView to search for locations instead of adventures. - Adjusted IcsCalendarGeneratorViewSet to handle locations instead of adventures. - Refactored LocationImageViewSet to remove unused import. - Updated LocationViewSet to clarify public access for locations. - Changed LodgingViewSet to reference locations instead of adventures. - Modified NoteViewSet to prevent listing all locations. - Updated RecommendationsViewSet to handle locations in parsing and response. - Adjusted ReverseGeocodeViewSet to search through user locations. - Updated StatsViewSet to count locations instead of adventures. - Changed TagsView to reflect activity types for locations. - Updated TransportationViewSet to reference locations instead of adventures. - Added new translations for search results related to locations in multiple languages. - Updated dashboard and profile pages to reflect location counts instead of adventure counts. - Adjusted search routes to handle locations instead of adventures. * Update banner image * style: Update stats component background and border for improved visibility * refactor: Rename AdventureCard and AdventureModal to LocationCard and LocationModal for consistency * Import and Export Functionality (#698) * feat(backup): add BackupViewSet for data export and import functionality * Fixed frontend returning corrupt binary data * feat(import): enhance import functionality with confirmation check and improved city/region/country handling * Potential fix for code scanning alert no. 29: Information exposure through an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Refactor response handling to use arrayBuffer instead of bytes * Refactor image cleanup command to use LocationImage model and update import/export view to include backup and restore functionality * Update backup export versioning and improve data restore warning message * Enhance image navigation and localization support in modal components * Refactor location handling in Immich integration components for consistency * Enhance backup and restore functionality with improved localization and error handling * Improve accessibility by adding 'for' attribute to backup file input label --------- Co-authored-by: Christian Zäske <blitzdose@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * refactor(serializers): rename Location to Adventure and update related fields * refactor(serializers): rename Adventure to Location and update related fields * chore(requirements): update pillow version to 11.3.0 * Add PT-BR translations (#739) * Fixed frontend returning corrupt binary data * fix(adventure): enhance collection ownership validation in AdventureSerializer (#723) * Add PT-BR translations Add translation for Brazilian Portuguese to the project; Signed-off-by: Lucas Zampieri <lzampier@redhat.com> --------- Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Co-authored-by: Christian Zäske <blitzdose@gmail.com> * fix: update date formatting for adventure items to include timezone * Image/attachment overhaul, activities, trails and integrations with Strava and Wanderer (#726) * refactor(models, views, serializers): rename LocationImage and Attachment to ContentImage and ContentAttachment, update related references * feat: Enhance collection sharing and location management features - Implemented unsharing functionality in CollectionViewSet, including removal of user-owned locations from collections. - Refactored ContentImageViewSet to support multiple content types and improved permission checks for image uploads. - Added user ownership checks in LocationViewSet for delete operations. - Enhanced collection management in the frontend to display both owned and shared collections separately. - Updated Immich integration to handle access control based on location visibility and user permissions. - Improved UI components to show creator information and manage collection links more effectively. - Added loading states and error handling in collection fetching logic. * feat: enhance transportation card and modal with image handling - Added CardCarousel component to TransportationCard for image display. - Implemented privacy indicator with Eye and EyeOff icons. - Introduced image upload functionality in TransportationModal, allowing users to upload multiple images. - Added image management features: remove image and set primary image. - Updated Transportation and Location types to include images as ContentImage array. - Enhanced UI for image upload and display in modal, including selected images preview and current images management. * feat: update CardCarousel component to handle images, name, and icon props across various cards * feat: add Discord link to AboutModal and update appVersion in config * feat: add LocationQuickStart and LocationVisits components for enhanced location selection and visit management - Implemented LocationQuickStart.svelte for searching and selecting locations on a map with reverse geocoding. - Created LocationVisits.svelte to manage visit dates and notes for locations, including timezone handling and validation. - Updated types to remove location property from Attachment type. - Modified locations page to integrate NewLocationModal for creating and editing locations, syncing updates with adventures. * feat: update button styles and add back and close functionality in location components * Collection invite system * feat: update CollectionSerializer to include 'shared_with' as a read-only field; update app version; add new background images and localization strings for invites * feat: add Strava integration with OAuth flow and activity management - Implemented IntegrationView for listing integrations including Immich, Google Maps, and Strava. - Created StravaIntegrationView for handling OAuth authorization and token exchange. - Added functionality to refresh Strava access tokens when needed. - Implemented endpoints to fetch user activities from Strava and extract essential information. - Added Strava logo asset and integrated it into the frontend settings page. - Updated settings page to display Strava integration status. - Enhanced location management to include trails with create, edit, and delete functionalities. - Updated types and localization files to support new features. * feat: enhance Strava integration with user-specific settings and management options; update localization strings * feat: update Strava integration settings and add Wanderer logo; enhance user experience with active section management * Add StravaActivity and Activity types to types.ts - Introduced StravaActivity type to represent detailed activity data from Strava. - Added Activity type to encapsulate user activities, including optional trail and GPX file information. - Updated Location type to include an array of activities associated with each visit. * feat: streamline location and activity management; enhance Strava import functionality and add activity handling in server actions * feat: add ActivityCard component and update LocationVisits to use it; modify Activity type to reference trail as string * feat: add geojson support to ActivitySerializer and ActivityCard; enhance location page with activity summaries and GPS tracks * feat: add trails property to recommendation object in collection page * feat: add Wanderer integration with authentication and management features * feat: implement Wanderer integration with trail management and UI components; enhance settings for reauthentication * feat: add measurement system field to CustomUser model and update related serializers, migrations, and UI components * feat: add measurement system support across ActivityCard, StravaActivityCard, NewLocationModal, LocationVisits, and related utility functions * feat: enhance Wanderer integration with trail data fetching and UI updates; add measurement system support * feat: add TrailCard component for displaying trail details with measurement system support * feat: add wanderer link support in TrailSerializer and TrailCard; update measurement system handling in location page * feat: integrate memcached for caching in Wanderer services; update Docker, settings, and supervisord configurations * feat: add activity statistics to user profile; include distance, moving time, elevation, and total activities * feat: enhance import/export functionality to include trails and activities; update UI components and localization * feat: integrate NewLocationModal across various components; update location handling and state management * Refactor Location and Visit types: Replace visits structure in Location with Visit type and add location, created_at, and updated_at fields to Visit * feat: enhance permissions and validation in activity, trail, and visit views; add unique constraint to CollectionInvite model * feat: sync visits when updating adventures in collection page * feat: add geojson support for attachments and refactor GPX handling in location page * chore: remove unused dependencies from pnpm-lock.yaml * feat: add Strava and Wanderer integration documentation and configuration options * Add support for Japanese and Arabic languages in localization * Add new localization strings for Russian, Swedish, and Chinese languages - Updated translations in ru.json, sv.json, and zh.json to include new phrases related to collections, activities, and integrations. - Added strings for leaving collections, loading collections, and quick start instructions. - Included new sections for invites and Strava integration with relevant messages. - Enhanced Google Maps integration descriptions for clarity. * Add localization support for activity-related features and update UI labels - Added new Russian, Swedish, and Chinese translations for activity statistics, achievements, and related terms. - Updated UI components to use localized strings for activity statistics, distance, moving time, and other relevant fields. - Enhanced user experience by ensuring all relevant buttons and labels are translated and accessible. * fix: update appVersion to reflect the latest development version * feat: add getActivityColor function and integrate activity color coding in map and location pages * feat: add support for showing activities and visited cities on the map * feat: update map page to display counts for visited cities and activities * fix: remove debug print statement from IsOwnerOrSharedWithFullAccess permission class * feat: add MapStyleSelector component and integrate basemap selection in map page * feat: enhance basemap functions with 3D terrain support and update XYZ style handling * feat: add management command to recalculate elevation data from GPX files and update activity view to handle elevation data extraction * feat: update MapStyleSelector component and enhance basemap options for improved user experience * feat: refactor activity model and admin to use sport_type, update serializers and components for improved activity handling * feat: update Activity model string representation to use sport_type instead of type * feat: update activity handling to use sport_type for color determination in map and location components * feat: Add attachments support to Transportation and Lodging types - Updated Transportation and Lodging types to include attachments array. - Enhanced localization files for multiple languages to include new strings related to attachments, lodging, and transportation. - Added error and success messages for attachment removal and upload information. - Included new prompts for creating and updating lodging and transportation details across various languages. * feat: Enhance activity statistics and breakdown by category in user profile * feat: Add SPORT_CATEGORIES for better organization of sports types and update StatsViewSet to use it * feat: Enhance CategoryDropdown for mobile responsiveness and add category creation functionality * feat: Update inspirational quote in adventure log * feat: Localize navigation labels in Navbar and add translation to en.json * feat: Update navigation elements to use anchor tags for better accessibility and add new fields to signup form * Translate login button text to support internationalization * feat: Refactor location visit status logic and add utility function for visited locations count * chore: Upgrade GitHub Actions and remove unused timezone import * fix: Update Docker image tags in GitHub Actions workflow for consistency * fix: Update Docker image build process to use BuildKit cache for improved performance * chore: Remove unused imports from stats_view.py for cleaner code * Increase background image opacity on login and signup pages for improved visibility * fix: Add postgresql-client to runtime dependencies in Dockerfile * fix: Update workflow files to include permissions for GitHub Actions * fix: Update esbuild version to ^0.25.9 in package.json and pnpm-lock.yaml for compatibility * chore: improve Chinese translation (#796) * fix: update adventure log quote and remove unused activity type field * fix: optimize import process by using get_or_create for visited cities and regions * fix: update README to reflect changes from adventures to locations and enhance feature descriptions * fix: update documentation to reflect changes from adventures to locations and enhance feature descriptions * Update google_maps_integration.md (#743) * Update google_maps_integration.md Explain APIs needed for AdventureLogs versions. Fixes #731 and #727 * Fix a typo google_maps_integration.md --------- Co-authored-by: Sean Morley <98704938+seanmorley15@users.noreply.github.com> * fix: update appVersion to reflect the main branch version * fix: update image source for satellite map in documentation * Update frontend/src/lib/components/NewLocationModal.svelte Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add localization updates for multiple languages - Japanese (ja.json): Added new activity-related phrases and checklist terms. - Korean (ko.json): Included activity breakdown and checklist enhancements. - Dutch (nl.json): Updated activity descriptions and added checklist functionalities. - Norwegian (no.json): Enhanced activity and checklist terminology. - Polish (pl.json): Added new phrases for activities and checklist management. - Brazilian Portuguese (pt-br.json): Updated activity-related terms and checklist features. - Russian (ru.json): Included new phrases for activities and checklist management. - Swedish (sv.json): Enhanced activity descriptions and checklist functionalities. - Chinese (zh.json): Added new activity-related phrases and checklist terms. * fix: enhance image upload handling to support immich_id * Add "not_enabled" message for Strava integration in multiple languages - Updated Spanish, French, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Brazilian Portuguese, Russian, Swedish, and Chinese locale files to include a new message indicating that Strava integration is not enabled in the current instance. --------- Signed-off-by: Lucas Zampieri <lzampier@redhat.com> Co-authored-by: Ycer0n <37674033+Ycer0n@users.noreply.github.com> Co-authored-by: taninme <5262715+taninme@users.noreply.github.com> Co-authored-by: ferdousahmed <taninme@gmail.com> Co-authored-by: Christian Zäske <blitzdose@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Lucas Zampieri <lcasmz54@gmail.com> Co-authored-by: pplulee <pplulee@live.cn> Co-authored-by: Cathelijne Hornstra <github@hornstra.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
"light": "Свет",
|
||||
"night": "Ночь",
|
||||
"northernLights": "Северное сияние"
|
||||
}
|
||||
},
|
||||
"navigation": "Навигация"
|
||||
},
|
||||
"about": {
|
||||
"about": "О программе",
|
||||
@@ -43,7 +44,15 @@
|
||||
"nominatim_2": "Их данные лицензированы под лицензией ODbL.",
|
||||
"other_attributions": "Дополнительные атрибуции можно найти в файле README.",
|
||||
"generic_attributions": "Войдите в AdventureLog, чтобы просмотреть атрибуции для включённых интеграций и сервисов.",
|
||||
"close": "Закрыть"
|
||||
"close": "Закрыть",
|
||||
"attributions": "Атрибуты",
|
||||
"developer": "Разработчик",
|
||||
"license_info": "Лицензия",
|
||||
"sponsor": "Спонсор",
|
||||
"thank_you": "Спасибо за использование AdventureLog!",
|
||||
"version": "Версия",
|
||||
"view_changelog": "Посмотреть изменение изменений",
|
||||
"view_license": "Просмотреть лицензию"
|
||||
},
|
||||
"home": {
|
||||
"hero_1": "Откройте для себя самые захватывающие приключения мира",
|
||||
@@ -64,9 +73,6 @@
|
||||
"start_your_journey": "Начните свое путешествие"
|
||||
},
|
||||
"adventures": {
|
||||
"collection_remove_success": "Приключение успешно удалено из коллекции!",
|
||||
"collection_remove_error": "Ошибка удаления приключения из коллекции",
|
||||
"collection_link_success": "Приключение успешно связано с коллекцией!",
|
||||
"invalid_date_range": "Недопустимый диапазон дат",
|
||||
"timezone": "Часовой пояс",
|
||||
"no_visits": "Нет посещений",
|
||||
@@ -75,8 +81,6 @@
|
||||
"departure_date": "Дата отправления",
|
||||
"arrival_date": "Дата прибытия",
|
||||
"no_image_found": "Изображение не найдено",
|
||||
"collection_link_error": "Ошибка связывания приключения с коллекцией",
|
||||
"adventure_delete_confirm": "Вы уверены, что хотите удалить это приключение? Это действие нельзя отменить.",
|
||||
"checklist_delete_confirm": "Вы уверены, что хотите удалить этот контрольный список? Это действие нельзя отменить.",
|
||||
"note_delete_confirm": "Вы уверены, что хотите удалить эту заметку? Это действие нельзя отменить.",
|
||||
"transportation_delete_confirm": "Вы уверены, что хотите удалить этот транспорт? Это действие нельзя отменить.",
|
||||
@@ -90,8 +94,6 @@
|
||||
"remove_from_collection": "Убрать из коллекции",
|
||||
"add_to_collection": "Добавить в коллекцию",
|
||||
"delete": "Удалить",
|
||||
"not_found": "Приключение не найдено",
|
||||
"not_found_desc": "Приключение, которое вы искали, не найдено. Попробуйте другое приключение или проверьте позже.",
|
||||
"homepage": "Главная страница",
|
||||
"collection": "Коллекция",
|
||||
"longitude": "Долгота",
|
||||
@@ -120,7 +122,6 @@
|
||||
"my_images": "Мои изображения",
|
||||
"no_images": "Нет изображений",
|
||||
"distance": "Расстояние",
|
||||
"share_adventure": "Поделиться этим приключением!",
|
||||
"copy_link": "Копировать ссылку",
|
||||
"sun_times": "Время солнца",
|
||||
"sunrise": "Восход",
|
||||
@@ -146,12 +147,10 @@
|
||||
"search_results": "Результаты поиска",
|
||||
"collection_no_start_end_date": "Добавление дат начала и окончания коллекции разблокирует функции планирования маршрута на странице коллекции.",
|
||||
"no_results": "Результаты не найдены",
|
||||
"wiki_desc": "Извлекает отрывок из статьи Википедии, соответствующей названию приключения.",
|
||||
"attachments": "Вложения",
|
||||
"attachment": "Вложение",
|
||||
"images": "Изображения",
|
||||
"generate_desc": "Сгенерировать описание",
|
||||
"public_adventure": "Публичное приключение",
|
||||
"location_information": "Информация о местоположении",
|
||||
"link": "Ссылка",
|
||||
"links": "Ссылки",
|
||||
@@ -172,15 +171,12 @@
|
||||
"edit_collection": "Редактировать коллекцию",
|
||||
"unarchive": "Разархивировать",
|
||||
"archive": "Архивировать",
|
||||
"no_collections_found": "Не найдено коллекций для добавления этого приключения.",
|
||||
"not_visited": "Не посещено",
|
||||
"archived_collection_message": "Коллекция успешно архивирована!",
|
||||
"unarchived_collection_message": "Коллекция успешно разархивирована!",
|
||||
"delete_collection_success": "Коллекция успешно удалена!",
|
||||
"cancel": "Отмена",
|
||||
"delete_collection": "Удалить коллекцию",
|
||||
"delete_adventure": "Удалить приключение",
|
||||
"adventure_delete_success": "Приключение успешно удалено!",
|
||||
"visited": "Посещено",
|
||||
"planned": "Запланировано",
|
||||
"duration": "Продолжительность",
|
||||
@@ -198,17 +194,10 @@
|
||||
"image_fetch_failed": "Не удалось получить изображение",
|
||||
"no_location": "Пожалуйста, введите местоположение",
|
||||
"no_description_found": "Описание не найдено",
|
||||
"adventure_created": "Приключение создано",
|
||||
"adventure_create_error": "Не удалось создать приключение",
|
||||
"lodging": "Жильё",
|
||||
"create_adventure": "Создать приключение",
|
||||
"adventure_updated": "Приключение обновлено",
|
||||
"adventure_update_error": "Не удалось обновить приключение",
|
||||
"set_to_pin": "Установить как булавку",
|
||||
"category_fetch_error": "Ошибка получения категорий",
|
||||
"new_adventure": "Новое приключение",
|
||||
"basic_information": "Основная информация",
|
||||
"no_adventures_to_recommendations": "Приключения не найдены. Добавьте хотя бы одно приключение, чтобы получить рекомендации.",
|
||||
"display_name": "Отображаемое имя",
|
||||
"adventure_not_found": "Нет приключений для отображения. Добавьте их, используя кнопку плюс в правом нижнем углу, или попробуйте изменить фильтры!",
|
||||
"no_adventures_found": "Приключения не найдены",
|
||||
@@ -250,7 +239,6 @@
|
||||
"no_location_found": "Местоположение не найдено",
|
||||
"from": "От",
|
||||
"to": "До",
|
||||
"will_be_marked": "будет отмечено как посещённое после сохранения приключения.",
|
||||
"start": "Начало",
|
||||
"end": "Конец",
|
||||
"emoji_picker": "Выбор эмодзи",
|
||||
@@ -298,7 +286,197 @@
|
||||
"name_location": "имя, местоположение",
|
||||
"collection_contents": "Содержание коллекции",
|
||||
"check_in": "Регистрироваться",
|
||||
"check_out": "Проверить"
|
||||
"check_out": "Проверить",
|
||||
"collection_link_location_error": "Ошибка связывания местоположения с сбором",
|
||||
"collection_link_location_success": "Местоположение, связанное с коллекцией успешно!",
|
||||
"collection_locations": "Включите места для сбора",
|
||||
"collection_remove_location_error": "Ошибка удаления местоположения из сбора",
|
||||
"collection_remove_location_success": "Место удалено из коллекции успешно!",
|
||||
"create_location": "Создать местоположение",
|
||||
"delete_location": "Удалить местоположение",
|
||||
"edit_location": "Редактировать местоположение",
|
||||
"location_create_error": "Не удалось создать местоположение",
|
||||
"location_created": "Место создано",
|
||||
"location_delete_confirm": "Вы уверены, что хотите удалить это место? \nЭто действие не может быть отменено.",
|
||||
"location_delete_success": "Место удалено успешно!",
|
||||
"location_not_found": "Местоположение не найдено",
|
||||
"location_not_found_desc": "Место, которое вы искали, не было найдено. \nПожалуйста, попробуйте другое место или проверьте позже.",
|
||||
"location_update_error": "Не удалось обновить местоположение",
|
||||
"location_updated": "Место обновлено",
|
||||
"new_location": "Новое место",
|
||||
"no_collections_to_add_location": "Коллекции не обнаружили, чтобы добавить это место.",
|
||||
"no_locations_to_recommendations": "Никаких мест не найдено. \nДобавьте хотя бы одно место, чтобы получить рекомендации.",
|
||||
"public_location": "Общественное местоположение",
|
||||
"share_location": "Поделитесь этим расположением!",
|
||||
"visit_calendar": "Посетите календарь",
|
||||
"wiki_location_desc": "Вытягивает отрывок из статьи Википедии, соответствующей названию места.",
|
||||
"will_be_marked_location": "будет отмечен по посещению после сохранения местоположения.",
|
||||
"no_locations_found": "Никаких мест не найдено",
|
||||
"image_modal_navigate": "Используйте клавиши со стрелками или нажмите, чтобы перемещаться",
|
||||
"details": "Подробности",
|
||||
"leave": "Оставлять",
|
||||
"leave_collection": "Оставить коллекцию",
|
||||
"leave_collection_warning": "Вы уверены, что хотите покинуть эту коллекцию? \nЛюбые места, которые вы добавили, будут не связаны и останутся в вашей учетной записи.",
|
||||
"left_collection_message": "Успешно оставил коллекцию",
|
||||
"loading_collections": "Загрузка коллекций ...",
|
||||
"quick_start": "Быстрый старт",
|
||||
"achievements": "Достижения",
|
||||
"active_duration": "Активная продолжительность",
|
||||
"activities_name": "Деятельность",
|
||||
"activity_name": "Имя деятельности",
|
||||
"activity_name_placeholder": "Утренняя пробежка",
|
||||
"activity_name_required": "Требуется имя деятельности",
|
||||
"activity_options": "Варианты деятельности",
|
||||
"activity_statistics": "Статистика деятельности",
|
||||
"activity_statistics_description": "Ваши достижения в области фитнеса и активности",
|
||||
"add_activity": "Добавить деятельность",
|
||||
"add_first_trail": "Добавьте свой первый след, используя кнопку выше",
|
||||
"add_new_activity": "Добавить новую деятельность",
|
||||
"add_new_trail": "Добавить новую тропу",
|
||||
"add_trail": "Добавить след",
|
||||
"add_visit": "Добавить визит",
|
||||
"add_wanderer_trail": "Добавить тропу Странника",
|
||||
"attachment_management": "Управление привязанностью",
|
||||
"attachment_name_required": "Требуется имя вложения",
|
||||
"attachment_remove_error": "Произошла ошибка при удалении вложения",
|
||||
"attachment_removed": "Приложение удалено успешно",
|
||||
"attachment_updated": "Вложение успешно обновлено",
|
||||
"average_cadence": "Средняя каденция",
|
||||
"average_speed": "Средняя скорость",
|
||||
"avg_speed": "Средняя скорость",
|
||||
"back": "Назад",
|
||||
"cadence": "Каденция",
|
||||
"calories": "Калории",
|
||||
"click_map": "Нажмите на карту, чтобы выбрать местоположение",
|
||||
"click_on_map": "Нажмите на карту, чтобы выбрать местоположение",
|
||||
"complete_import": "Полный импорт",
|
||||
"complete_strava_import": "Полный импорт Strava",
|
||||
"confirm_delete_activity": "Вы уверены, что хотите удалить это занятие?",
|
||||
"connect_to_wanderer": "Подключитесь к Wanderer",
|
||||
"continue": "Продолжать",
|
||||
"create_new_location": "Создайте новое место",
|
||||
"create_trail": "Создать след",
|
||||
"created": "Созданный",
|
||||
"current_attachments": "Текущие вложения",
|
||||
"date_selection": "Выбор даты",
|
||||
"download_gpx": "Скачать gpx",
|
||||
"edit_visit": "Редактировать посещение",
|
||||
"elapsed_time": "Прошло время",
|
||||
"elevation": "Возвышение",
|
||||
"elevation_gain": "Увеличение возвышения",
|
||||
"elevation_high": "Высота высота",
|
||||
"elevation_loss": "Потеря высоты",
|
||||
"elevation_low": "Высота",
|
||||
"end_lat": "Конец широты",
|
||||
"end_lng": "Конец долготы",
|
||||
"export_gpx": "Экспорт GPX",
|
||||
"export_original": "Экспорт оригинал",
|
||||
"external_link": "Внешняя ссылка",
|
||||
"gain": "прирост",
|
||||
"getting_location_details": "Получение деталей местоположения",
|
||||
"gpx_file": "Файл gpx",
|
||||
"gpx_file_downloaded": "Файл gpx загружен. \nПожалуйста, загрузите его ниже, чтобы завершить импорт.",
|
||||
"gpx_file_required": "Требуется файл GPX",
|
||||
"image_management": "Управление изображением",
|
||||
"import_activity": "Импортная деятельность",
|
||||
"importing": "Импорт",
|
||||
"likes": "Лайки",
|
||||
"loading_activities": "Погрузка",
|
||||
"location_display_name": "Отображение местоположения",
|
||||
"location_map": "Расположение",
|
||||
"location_selected": "Местоположение выбрано",
|
||||
"max_speed": "Максимальная скорость",
|
||||
"moving_time": "Время движения",
|
||||
"next_image": "Следующее изображение",
|
||||
"no_attachments_uploaded_yet": "Пока не загружены вложения",
|
||||
"no_external_link": "Внешнее внешнее ссылка",
|
||||
"no_file_selected": "Файл не выбран",
|
||||
"no_images_uploaded_yet": "Пока не загружены изображения",
|
||||
"no_strava_activities": "Во время этого визита не было найдено мероприятий Strava",
|
||||
"no_trails_added": "Пока не добавили тропы",
|
||||
"no_trails_available": "Нет тропинок",
|
||||
"no_trails_found_matching": "Трейлей не найдено подходящими",
|
||||
"no_visits_description": "Создайте свой первый посещение, выбрав даты выше",
|
||||
"notes_placeholder": "Добавить заметки об этом визите",
|
||||
"or": "ИЛИ",
|
||||
"pace": "Шаг",
|
||||
"photos": "Фото",
|
||||
"previous_image": "Предыдущее изображение",
|
||||
"processing": "Обработка",
|
||||
"public_location_description": "Сделайте это место видимым другим пользователям",
|
||||
"remove_visit": "Удалить посещение",
|
||||
"rest_time": "Время отдыха",
|
||||
"saved_activities": "Спасенные действия",
|
||||
"search_location": "Поиск места",
|
||||
"search_placeholder": "Войдите в город, место или достопримечательность ...",
|
||||
"search_trails_placeholder": "Поисковые следы по имени",
|
||||
"searching": "Идет поиск",
|
||||
"select_on_map": "Выберите на карте",
|
||||
"select_wanderer_trail": "Выберите след из своей учетной записи Wanderer",
|
||||
"sport_type": "Спортивный тип",
|
||||
"sport_type_placeholder": "Тропа бег",
|
||||
"start_lat": "Запустить широту",
|
||||
"start_lng": "Начните долготу",
|
||||
"strava_activities_during_visit": "Мероприятия Strava во время визита",
|
||||
"strava_activity_ready": "Страва готова",
|
||||
"time": "Время",
|
||||
"total_covered": "Общее покрытие",
|
||||
"total_recorded": "Всего записано",
|
||||
"trail": "Тащить",
|
||||
"trail_created_successfully": "Тропа создала успешно",
|
||||
"trail_creation_failed": "Не удалось создать след",
|
||||
"trail_fetch_failed": "Не удалось принести тропы Странника",
|
||||
"trail_link_required": "Требуется ссылка на след",
|
||||
"trail_name": "Название тропы",
|
||||
"trail_removal_failed": "Не удалось снять след",
|
||||
"trail_removed_successfully": "Тропа успешно удален",
|
||||
"trail_update_failed": "Не удалось обновить след",
|
||||
"trail_updated_successfully": "Тропа обновлен успешно",
|
||||
"trails": "Тропы",
|
||||
"trails_found_for": "Тропы найдены для",
|
||||
"trails_management": "Управление тропами",
|
||||
"trails_management_description": "Управление трассами, связанными с этим местом. \nСледы могут быть связаны с внешними услугами, такими как Alltrails или ссылка на Trails Wanderer.",
|
||||
"update_location_details": "Обновление сведений о местоположении",
|
||||
"update_visit": "Обновить посещение",
|
||||
"upload_activity": "Загрузка активности",
|
||||
"upload_attachment": "Загрузите вложение",
|
||||
"upload_first_attachment": "Загрузите свое первое вложение, используя приведенные выше параметры",
|
||||
"upload_first_image": "Загрузите свое первое изображение, используя один из вариантов выше",
|
||||
"upload_from_device": "Загрузить с устройства",
|
||||
"upload_from_url": "Загрузите из URL",
|
||||
"upload_gpx_file": "Загрузите файл GPX, который был только что загружен, чтобы завершить импорт Strava",
|
||||
"uploading": "Загрузка",
|
||||
"use_current_location": "Используйте текущее местоположение",
|
||||
"view_gpx": "Посмотреть GPX",
|
||||
"view_on": "Посмотреть на",
|
||||
"view_strava_activities": "Посмотреть мероприятия Strava",
|
||||
"view_trail": "Посмотреть след",
|
||||
"wanderer_integration_error": "Интеграция Wanderer не включена или истек.",
|
||||
"wikipedia_error": "Не удалось получить описание из Википедии",
|
||||
"high": "Высокий",
|
||||
"low": "Низкий",
|
||||
"rest": "Отдых",
|
||||
"total": "Общий",
|
||||
"attachment_removed_error": "Ошибка удаления вложения",
|
||||
"attachment_removed_success": "Приложение удалено успешно",
|
||||
"attachments_upload_info": "Вложения будут загружены после сохранения",
|
||||
"image_upload_info": "Изображения будут загружены после сохранения",
|
||||
"linked_locations": "Связанные локации",
|
||||
"lodging_save_error": "Ошибка сохранения жилья",
|
||||
"my_attachments": "Мои вложения",
|
||||
"no_attachments": "Нет вложений",
|
||||
"no_attachments_desc": "Загрузить файлы, чтобы начать",
|
||||
"no_images_desc": "Загрузить изображения, чтобы начать",
|
||||
"route_map": "Маршрутная карта",
|
||||
"selected_attachments": "Выбранные вложения",
|
||||
"selected_images": "Выбранные изображения",
|
||||
"activities_text": "деятельность",
|
||||
"activity_breakdown_by_category": "Распад деятельности по категории",
|
||||
"distance_covered": "Расстояние",
|
||||
"recorded_sessions": "Записанные сеансы",
|
||||
"total_activities": "Общая деятельность",
|
||||
"total_climbed": "Всего поднялось",
|
||||
"total_distance": "Общее расстояние"
|
||||
},
|
||||
"worldtravel": {
|
||||
"country_list": "Список стран",
|
||||
@@ -354,7 +532,8 @@
|
||||
"oldest_first": "Сначала старейший",
|
||||
"unvisited_first": "Не заселяется первым",
|
||||
"visited_first": "Посетил первым",
|
||||
"total_items": "Общие предметы"
|
||||
"total_items": "Общие предметы",
|
||||
"getting_location_details": "Получение деталей местоположения"
|
||||
},
|
||||
"auth": {
|
||||
"username": "Имя пользователя",
|
||||
@@ -373,10 +552,14 @@
|
||||
"public_tooltip": "С публичным профилем пользователи могут делиться с вами коллекциями и просматривать ваш профиль на странице пользователей.",
|
||||
"new_password": "Новый пароль (6+ символов)",
|
||||
"or_3rd_party": "Или войти через сторонний сервис",
|
||||
"no_public_adventures": "Публичные приключения не найдены",
|
||||
"no_public_collections": "Публичные коллекции не найдены",
|
||||
"user_adventures": "Приключения пользователя",
|
||||
"user_collections": "Коллекции пользователя"
|
||||
"user_collections": "Коллекции пользователя",
|
||||
"no_public_locations": "Общественных мест не найдено",
|
||||
"user_locations": "Пользовательские местоположения",
|
||||
"enter_password": "Введите свой пароль",
|
||||
"enter_username": "Введите свое имя пользователя",
|
||||
"logging_in": "Вход в систему",
|
||||
"totp": "Двухфакторный код"
|
||||
},
|
||||
"users": {
|
||||
"no_users_found": "Пользователи с публичными профилями не найдены."
|
||||
@@ -493,7 +676,40 @@
|
||||
"enter_new_password": "Введите новый пароль",
|
||||
"connected": "Подключено",
|
||||
"disconnected": "Отключено",
|
||||
"invalid_credentials": "Неверные полномочия"
|
||||
"invalid_credentials": "Неверные полномочия",
|
||||
"backup_restore": "Резервная копия",
|
||||
"backup_restore_desc": "Сохраните данные или восстановите их из предыдущего файла резервного копирования.",
|
||||
"complete_setup_to_enable": "Полная установка, чтобы включить MFA",
|
||||
"copy_all": "Копировать все",
|
||||
"enter_6_digit_code": "Введите 6 -значный код",
|
||||
"enter_code_from_app": "Введите код из приложения",
|
||||
"error_occurred": "Произошла ошибка",
|
||||
"important": "Важный",
|
||||
"manual_entry": "Ручная запись",
|
||||
"mfa_already_enabled": "MFA уже включен",
|
||||
"mfa_required": "MFA требуется",
|
||||
"scan_qr_code": "Сканировать QR -код",
|
||||
"scan_with_authenticator_app": "Сканирование с помощью приложения аутентификатора",
|
||||
"secure_your_account": "Защитите свою учетную запись",
|
||||
"setup_required": "Настройка требуется",
|
||||
"verify_setup": "Проверьте настройку",
|
||||
"whats_included": "Что включено",
|
||||
"backup_your_data": "Резервную копию ваших данных",
|
||||
"backup_your_data_desc": "Загрузите полное резервное копирование данных вашей учетной записи, включая местоположения, коллекции, медиа и посещения.",
|
||||
"data_override_acknowledge": "Я признаю, что это переопределит все мои существующие данные",
|
||||
"data_override_acknowledge_desc": "Это действие необратимо и заменит все местоположения, коллекции и посещения в вашем аккаунте.",
|
||||
"data_override_warning": "Предупреждение о переопределении данных",
|
||||
"data_override_warning_desc": "Восстановление данных полностью заменит все существующие данные (которые включены в резервную копию) в вашу учетную запись. \nЭто действие не может быть отменено.",
|
||||
"integrations_settings": "Настройки интеграции",
|
||||
"media": "СМИ",
|
||||
"restore_data": "Восстановить данные",
|
||||
"restore_data_desc": "Загрузите файл резервного копирования, чтобы восстановить ваши данные.",
|
||||
"select_backup_file": "Выберите файл резервного копирования",
|
||||
"world_travel_visits": "Всемирные поездки",
|
||||
"activities": "Деятельность",
|
||||
"trails": "Тропы",
|
||||
"use_imperial": "Используйте имперские подразделения",
|
||||
"use_imperial_desc": "Используйте имперские единицы (ноги, дюймы, фунты) вместо метрических единиц"
|
||||
},
|
||||
"collection": {
|
||||
"collection_created": "Коллекция успешно создана!",
|
||||
@@ -527,7 +743,11 @@
|
||||
"save": "Сохранить",
|
||||
"note_public": "Эта заметка публична, потому что находится в публичной коллекции.",
|
||||
"add_a_link": "Добавить ссылку",
|
||||
"invalid_url": "Неверный URL"
|
||||
"invalid_url": "Неверный URL",
|
||||
"create_new_note": "Создайте новую ноту",
|
||||
"enter_note_title": "Введите заголовок",
|
||||
"update_note_details": "Редактирование примечания",
|
||||
"viewing_note": "Просмотр примечания"
|
||||
},
|
||||
"checklist": {
|
||||
"checklist_deleted": "Чек-лист успешно удален!",
|
||||
@@ -539,7 +759,17 @@
|
||||
"new_item": "Новый элемент",
|
||||
"checklist_public": "Этот чек-лист публичен, потому что находится в публичной коллекции.",
|
||||
"item_cannot_be_empty": "Элемент не может быть пустым",
|
||||
"item_already_exists": "Элемент уже существует"
|
||||
"item_already_exists": "Элемент уже существует",
|
||||
"add_new_item": "Добавить новый элемент",
|
||||
"add_your_first_item": "Добавьте свой первый элемент",
|
||||
"checklist_viewer": "Просмотр просмотра контрольного списка",
|
||||
"completed": "Завершенный",
|
||||
"current_items": "Текущие элементы",
|
||||
"editing_checklist": "Редактирование контрольного списка",
|
||||
"enter_checklist_title": "Введите заголовок контрольного списка",
|
||||
"no_items_yet": "Пока нет предметов",
|
||||
"update_checklist_details": "Редактирование контрольного списка",
|
||||
"viewing_checklist": "Просмотр контрольного списка"
|
||||
},
|
||||
"transportation": {
|
||||
"transportation_deleted": "Транспорт успешно удален!",
|
||||
@@ -563,7 +793,15 @@
|
||||
"walking": "Пешком",
|
||||
"other": "Другое"
|
||||
},
|
||||
"edit_transportation": "Редактировать транспорт"
|
||||
"edit_transportation": "Редактировать транспорт",
|
||||
"create_new_transportation": "Новый транспорт",
|
||||
"enter_flight_number": "Введите номер полета",
|
||||
"enter_from_location": "Введите из местоположения",
|
||||
"enter_link": "Введите ссылку",
|
||||
"enter_to_location": "Введите в местоположение",
|
||||
"enter_transportation_name": "Введите название транспорта",
|
||||
"select_type": "Выберите тип",
|
||||
"update_transportation_details": "Обновите детали транспорта"
|
||||
},
|
||||
"lodging": {
|
||||
"new_lodging": "Новое жилье",
|
||||
@@ -580,12 +818,23 @@
|
||||
"villa": "Вилла",
|
||||
"motel": "Мотель",
|
||||
"other": "Другое",
|
||||
"reservation_number": "Номер бронирования"
|
||||
"reservation_number": "Номер бронирования",
|
||||
"create_new_lodging": "Новое жилье",
|
||||
"enter_lodging_name": "Введите имя жилья",
|
||||
"enter_price": "Введите цену",
|
||||
"enter_reservation_number": "Введите номер бронирования",
|
||||
"update_lodging_details": "Обновить детали жилья"
|
||||
},
|
||||
"search": {
|
||||
"adventurelog_results": "Результаты AdventureLog",
|
||||
"public_adventures": "Публичные приключения",
|
||||
"online_results": "Онлайн результаты"
|
||||
"online_results": "Онлайн результаты",
|
||||
"cities": "Города",
|
||||
"countries": "Страны",
|
||||
"found": "найденный",
|
||||
"result": "Результат",
|
||||
"results": "Результаты",
|
||||
"try_searching_desc": "Попробуйте искать приключения, коллекции, страны, регионы, города или пользователей."
|
||||
},
|
||||
"map": {
|
||||
"view_details": "Подробности",
|
||||
@@ -596,13 +845,18 @@
|
||||
"clear_marker": "Очистить маркер",
|
||||
"add_adventure": "Добавить новое приключение",
|
||||
"adventure_stats": "Приключенческая статистика",
|
||||
"adventures_shown": "Приключения показаны",
|
||||
"completion": "Завершение",
|
||||
"display_options": "Параметры отображения",
|
||||
"map_controls": "Карта управления",
|
||||
"marker_placed_on_map": "Маркер размещен на карте",
|
||||
"place_marker_desc": "Нажмите на карту, чтобы разместить маркер, или добавить приключение без местоположения.",
|
||||
"regions": "Регионы"
|
||||
"regions": "Регионы",
|
||||
"add_location": "Добавить новое место",
|
||||
"add_location_at_marker": "Добавить новое место в маркере",
|
||||
"location_map": "Карта местоположения",
|
||||
"locations_shown": "Места показаны",
|
||||
"place_marker_desc_location": "Нажмите на карту, чтобы разместить маркер.",
|
||||
"show_activities": "Показать деятельность",
|
||||
"show_visited_cities": "Посещены города"
|
||||
},
|
||||
"share": {
|
||||
"shared": "Поделено",
|
||||
@@ -614,7 +868,11 @@
|
||||
"not_shared_with": "Не поделено с",
|
||||
"no_shared_found": "Не найдено коллекций, которыми с вами поделились.",
|
||||
"set_public": "Чтобы пользователи могли делиться с вами, вам нужно сделать ваш профиль публичным.",
|
||||
"go_to_settings": "Перейти к настройкам"
|
||||
"go_to_settings": "Перейти к настройкам",
|
||||
"available": "Доступный",
|
||||
"pending": "В ожидании",
|
||||
"revoke_invite": "Отменить приглашение",
|
||||
"send_invite": "Отправить приглашение"
|
||||
},
|
||||
"languages": {},
|
||||
"profile": {
|
||||
@@ -628,20 +886,20 @@
|
||||
"no_shared_adventures": "Этот пользователь еще не поделился публичными приключениями.",
|
||||
"no_shared_collections": "Этот пользователь еще не поделился публичными коллекциями.",
|
||||
"planned_trips": "Запланированные поездки",
|
||||
"public_adventure_experiences": "Общественные приключения",
|
||||
"travel_statistics": "Статистика путешествий",
|
||||
"your_journey_at_a_glance": "Ваше приключенческое путешествие с первого взгляда"
|
||||
"your_journey_at_a_glance": "Ваше приключенческое путешествие с первого взгляда",
|
||||
"public_location_experiences": "Общественное местоположение"
|
||||
},
|
||||
"categories": {
|
||||
"manage_categories": "Управление категориями",
|
||||
"no_categories_found": "Категории не найдены.",
|
||||
"edit_category": "Редактировать категорию",
|
||||
"icon": "Иконка",
|
||||
"update_after_refresh": "Карточки приключений будут обновлены после обновления страницы.",
|
||||
"select_category": "Выбрать категорию",
|
||||
"category_name": "Название категории",
|
||||
"add_new_category": "Добавить новую категорию",
|
||||
"name_required": "Требуется название категории"
|
||||
"name_required": "Требуется название категории",
|
||||
"location_update_after_refresh": "Карты местоположения будут обновлены после обновления страницы."
|
||||
},
|
||||
"dashboard": {
|
||||
"welcome_back": "Добро пожаловать обратно",
|
||||
@@ -682,30 +940,79 @@
|
||||
"integration_already_exists": "Интеграция Immich уже существует. Вы можете иметь только одну интеграцию одновременно.",
|
||||
"integration_not_found": "Интеграция Immich не найдена. Пожалуйста, создайте новую интеграцию.",
|
||||
"validation_error": "Произошла ошибка при проверке интеграции Immich. Пожалуйста, проверьте URL сервера и API ключ.",
|
||||
"network_error": "Сетевая ошибка при подключении к серверу Immich. Пожалуйста, проверьте ваше соединение и попробуйте еще раз."
|
||||
"network_error": "Сетевая ошибка при подключении к серверу Immich. Пожалуйста, проверьте ваше соединение и попробуйте еще раз.",
|
||||
"by_album": "По альбому",
|
||||
"by_date": "На дату",
|
||||
"error_no_object_id": "Идентификатор объекта не был предоставлен",
|
||||
"fetch_error": "Ошибка извлечения данных из интеграции Immich",
|
||||
"image_search_placeholder": "Поиск с помощью Immich",
|
||||
"loading": "Загрузка",
|
||||
"loading_albums": "Загрузка альбомов",
|
||||
"no_images": "Не было найдено изображений",
|
||||
"select_album_first": "Сначала выберите альбом",
|
||||
"select_date": "Выберите дату",
|
||||
"try_different_date": "Попробуйте другую дату",
|
||||
"select_album": "Выберите альбом"
|
||||
},
|
||||
"google_maps": {
|
||||
"google_maps_integration_desc": "Подключите ваш аккаунт Google Maps для получения высококачественных результатов поиска местоположений и рекомендаций."
|
||||
"google_maps_integration_desc": "Подключите ваш аккаунт Google Maps для получения высококачественных результатов поиска местоположений и рекомендаций.",
|
||||
"google_maps_integration_desc_no_staff": "Эта интеграция должна сначала быть включена администратором на этом сервере."
|
||||
},
|
||||
"recomendations": {
|
||||
"recommendation": "Рекомендация",
|
||||
"recommendations": "Рекомендации",
|
||||
"adventure_recommendations": "Рекомендации приключений",
|
||||
"food": "Еда",
|
||||
"tourism": "Туризм"
|
||||
"tourism": "Туризм",
|
||||
"location_recommendations": "Рекомендации местоположения"
|
||||
},
|
||||
"calendar": {
|
||||
"all_categories": "Все категории",
|
||||
"all_day_event": "Событие на весь день",
|
||||
"calendar_overview": "Обзор календаря",
|
||||
"categories": "Категории",
|
||||
"day": "День",
|
||||
"events_scheduled": "События запланированы",
|
||||
"filter_by_category": "Фильтр по категории",
|
||||
"filtered_results": "Отфильтрованные результаты",
|
||||
"month": "Месяц",
|
||||
"today": "Сегодня",
|
||||
"total_events": "Общее количество событий",
|
||||
"week": "Неделя"
|
||||
},
|
||||
"locations": {
|
||||
"location": "Расположение",
|
||||
"locations": "Локации",
|
||||
"my_locations": "Мои локации"
|
||||
},
|
||||
"settings_download_backup": "Скачать резервную копию",
|
||||
"invites": {
|
||||
"accept": "Принимать",
|
||||
"accept_failed": "Не удалось принять приглашение",
|
||||
"accepted": "Пригласить принятый",
|
||||
"by": "к",
|
||||
"decline": "Отклонить",
|
||||
"decline_failed": "Не удалось отказаться пригласить",
|
||||
"declined": "Пригласить отклонено",
|
||||
"invited_on": "Приглашен",
|
||||
"no_invites": "Нет приглашений",
|
||||
"no_invites_desc": "Убедитесь, что ваш профиль является общедоступным, чтобы пользователи могли пригласить вас.",
|
||||
"pending_invites": "В ожидании приглашений",
|
||||
"title": "Приглашает"
|
||||
},
|
||||
"strava": {
|
||||
"account_connected": "Учетная запись подключена",
|
||||
"admin_setup_required": "Администратор сервера должен включить его во всем мире",
|
||||
"authorization_error": "Перенаправление ошибки на URL авторизации Strava",
|
||||
"connect_account": "Подключить учетную запись",
|
||||
"disconnect": "Отключить",
|
||||
"disconnect_error": "Ошибка отключения от Strava",
|
||||
"disconnected": "Успешно отключен от Strava",
|
||||
"not_configured": "Страва не настроен",
|
||||
"ready_to_connect": "Готов к подключению",
|
||||
"strava_integration_desc": "Подключитесь к Strava, чтобы легко импортировать ваши активации в места и посещения",
|
||||
"gpx_required": "Пожалуйста, загрузите файл GPX, чтобы завершить импорт Strava",
|
||||
"not_enabled": "Интеграция Strava не включена в этом случае."
|
||||
},
|
||||
"wanderer": {
|
||||
"connected": "Успешно связанный с Wanderer",
|
||||
"connection_error": "Ошибка подключения к Wanderer",
|
||||
"wanderer_integration_desc": "Подключитесь к Wanderer, чтобы легко импортировать и просмотреть ваши следы в местах"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user