diff --git a/README.md b/README.md index b916ae08..6ce1f962 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This static website is built with [Zola](https://www.getzola.org/) and Cloudflar ## Development -Download the latest zola (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable. +Download the latest [zola](https://www.getzola.org/documentation/getting-started/installation/) (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable. Run `zola serve` for a local preview or `zola build` to generate static site in the `public` folder. @@ -35,46 +35,40 @@ taxonomies: news: ["Releases"] ``` -For external links and press releases use this taxonomy: - -```yaml -taxonomies: - news: ["Press"] -``` - ## Taxonomy and F.A.Q. architecture Each MD page in `/faq/` has one or more taxonomy defined in header. E.g.: ```yaml taxonomies: - faq: ["app"] + faq: ["Android"] ``` Zola collects all such taxonomies: -| File | Taxonomy key | Taxonomy value | -|-----------------------------------------| ------------ |--------------------| -| map/can-find-position/index.md | `faq` | `Map` | -| map/search-cannot-find-a-place/index.md | `faq` | `Map` | -| editing/map-errors/index.md | `faq` | `Map Editing` | -| app/crash/index.md | `faq` | `App` | -| text-to-speech-android-tts/index.md | `faq` | `Voice Directions` | -| ... | ... | ... | +| File | Taxonomy key | Taxonomy value | +| -------------------- | ------------ | -------------- | +| android-lags.md | `faq` | `Android` | +| android-logs.md | `faq` | `Android` | +| general-team.md | `faq` | `General` | +| general-bugreport.md | `faq` | `General` | +| ios-versions.md | `faq` | `iOS` | +| map-longtap.md | `faq` | `Map` | +| ... | ... | ... | -After that Zola gets all values for `faq` taxonomy: `[app, map, editing, tts, ...]`. And generates pages: +After that Zola gets all values for `faq` taxonomy: `[General, Android, iOS, Map, ...]`. And generates pages: - For key `/faq/` with the list of values (see `templates/faq/list.html`) -- For each value `/faq/app`, `/faq/map`, etc. (including translated `/es/faq/aplicacion`, `/de/faq/karte/`) with the list of questions (see `templates/faq/single.html`) +- For each value `/faq/general`, `/faq/android`, etc. with the list of questions (see `templates/faq/single.html`) If you want to add new question then create .md file with header: ```yaml title: A full question that is the title of the page description: More detailed info with necessary keywords for better SEO - +slug: the-url-of-the-page-that-can-be-localized-for-better-seo taxonomies: - faq: ["Bookmarks and tracks"] + faq: ["General"] extra: order: 40 ``` @@ -92,22 +86,11 @@ taxonomies = [ faq-menu-title = "{Translation of 'F.A.Q.' to a new language}" ``` -**Limitation**: F.A.Q. categories (taxonomies) are sorted alphabetically: "app", "bookmarks", "editing", "map", "tts". +**Limitation**: List of taxonomies at `/faq/` page is always alphabetical. So 'Android' is always the first, 'Bookmarks' is the second, 'General' is the third and so on. -**Limitation**: Each F.A.Q. category has only a name. No description, no icon. Only name 'App', or 'Bookmarks and Tracks', or 'Map Editing', etc. +**Limitation**: Questions at any F.A.Q. sub-page are sorted by file name. An `extra.order` variable in .md content files is used for sorting articles. -## Embedded FAQ - -A subset of FAQ questions is used to generate static single-page FAQ: [`/faq/embedded-faq/`](https://organicmaps.app/faq/embedded-faq/?lang=en). This page should be used as an embedded offline help page in Organic Maps app on Android and iOS. To see how it looks in different languages use following links: - -* https://organicmaps.app/faq/embedded-faq/?lang=en -* https://organicmaps.app/faq/embedded-faq/?lang=de -* https://organicmaps.app/faq/embedded-faq/?lang=ru -* etc. - -List of supported languages could be found in `templates/faq/embedded-faq.html`: `en`, `de`, `es`, `fr`, `pt`, `pt-BR`, `pl`, `ru`, `tr`, `uk`, `zh`. - -To update embedded FAQ replace [`data/faq.html`](https://github.com/organicmaps/organicmaps/blob/master/data/faq.html) file with the latest version generate by Zola. +**Limitation**: Each F.A.Q. sub-page has only a name. No description, no icon. Only name 'Android', or 'iOS', or 'Routing', etc. ## Contribution diff --git a/config.toml b/config.toml index 02210843..0308bbd7 100644 --- a/config.toml +++ b/config.toml @@ -7,8 +7,8 @@ compile_sass = true title = "Organic Maps" description = "Free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists based on OpenStreetMap data. It is a privacy-focused, open-source fork of Maps.me app (previously known as MapsWithMe), maintained by the same people who created MapsWithMe in 2011." author = "hello@organicmaps.app" -generate_feeds = true -feed_filenames = ["rss.xml", "atom.xml"] +generate_feed = true +feed_filename = "rss.xml" # Whether to build a search index to be used later on by a JavaScript library build_search_index = false @@ -48,17 +48,14 @@ zec = "t1djHnDg8yGfn6vLPrYgejUFf2ZCF4WMmkp" address = "Address" back = "Back to News" contact = "Contact Us" -edit-on-github = "Edit on GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." -go-to-top = "Go to Top" install-appgallery = "Install Organic Maps from Huawei AppGallery" install-appstore = "Install Organic Maps from the AppStore" install-googleplay = "Install Organic Maps from Google Play" install-fdroid="Install Organic Maps from F-Droid" language = "English" language-word = "Language" -more-info-om = "For more information please visit our web-site" name = "Name" token = "Token" @@ -75,7 +72,6 @@ taxonomies = [ address = "Adres" back = "Terug na nuus" contact = "Kontak ons" -edit-on-github = "Wysig op GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Installeer Organic Maps vanaf Huawei Appgallery" @@ -95,7 +91,6 @@ taxonomies = [ address = "العنوان" back = "العودة إلى الأخبار" contact = "اتصل بنا" -edit-on-github = "تحرير على GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "تثبيت Organic Maps من Huawei AppGallery" @@ -115,7 +110,6 @@ taxonomies = [ address = "Adreça" back = "Torna a Notícies" contact = "Contacteu amb nosaltres" -edit-on-github = "Edita a GitHub" engines = "Motors TTS admesos" faq-menu-title = "Preguntes freqüents" install-appgallery = "Instal·leu l’Organic Maps des de l’AppGallery de Huawei" @@ -135,7 +129,6 @@ taxonomies = [ address = "Adresa" back = "Zpět na novinky" contact = "Kontaktujte nás" -edit-on-github = "Upravit na GitHubu" engines = "Podporované služby TTS" faq-menu-title = "Často kladené dotazy" install-appgallery = "Instalace aplikace Organic Maps z galerie aplikací Huawei" @@ -155,17 +148,14 @@ taxonomies = [ address = "Adresse" back = "Zurück zu den Neuigkeiten" contact = "Kontakt" -edit-on-github = "Auf GitHub bearbeiten" engines = "Unterstützte TTS-Modelle" faq-menu-title = "FAQ" -go-to-top = "Nach oben" install-appgallery = "Installiere Organic Maps aus der Huawei AppGallery" install-appstore = "Installiere Organic Maps aus dem AppStore" install-googleplay = "Installiere Organic Maps von Google Play" install-fdroid = "Installiere Organic Maps aus F-Droid" language = "Deutsch" language-word = "Sprache" -more-info-om = "Für weitere Informationen besuchen Sie bitte unsere Website" name = "Name" token = "Token" [languages.es] @@ -177,17 +167,14 @@ taxonomies = [ address = "Dirección" back = "Volver a Noticias" contact = "Contacte con nosotros" -edit-on-github = "Editar en GitHub" engines = "Compatibilidad con motores TTS" faq-menu-title = "Preguntas frecuentes" -go-to-top = "Arriba" install-appgallery = "Instalar Organic Maps desde la AppGallery de Huawei" install-appstore = "Instalar Organic Maps desde el AppStore" install-googleplay = "Instalar Organic Maps desde Google Play" install-fdroid = "Instalar Organic Maps desde F-Droid" language = "Español" language-word = "Idioma" -more-info-om = "Para más información, visite nuestro sitio web" name = "Nombre" token = "Ficha" [languages.eu] @@ -199,7 +186,6 @@ taxonomies = [ address = "Helbidea" back = "Itzuli Berriak-era" contact = "Gurekin harremanetan jarri" -edit-on-github = "Editatu GitHub-en" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Instalatu Organic Maps Huawei AppGallery-tik" @@ -219,17 +205,14 @@ taxonomies = [ address = "Adresse" back = "Retour aux actualités" contact = "Nous contacter" -edit-on-github = "Modifier sur GitHub" engines = "Moteurs TTS pris en charge" faq-menu-title = "F.A.Q." -go-to-top = "En haut" install-appgallery = "Installer Organic Maps depuis l'AppGallery de Huawei" install-appstore = "Installer Organic Maps depuis l'AppStore" install-googleplay = "Installer Organic Maps depuis Google Play" install-fdroid = "Installer Organic Maps depuis F-Droid" language = "Français" language-word = "Langue" -more-info-om = "Pour plus d'informations, veuillez visiter notre site web" name = "Nom" token = "Jeton" [languages.hi] @@ -241,7 +224,6 @@ taxonomies = [ address = "पता" back = "ख़बरों पर वापस जाएं" contact = "संपर्क करें" -edit-on-github = "GitHub पर संपादित करें" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Huawei AppGallery से ऑर्गेनिक मैप इंस्टॉल करें" @@ -261,7 +243,6 @@ taxonomies = [ address = "Cím" back = "Vissza a Hírekhez" contact = "Kapcsolat" -edit-on-github = "Szerkesztés a GitHubon" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Telepítse az Organic Maps-et a Huawei AppGalériából" @@ -281,7 +262,6 @@ taxonomies = [ address = "Alamat" back = "Kembali ke Berita" contact = "Hubungi Kami" -edit-on-github = "Edit di GitHub" engines = "Mesin TTS yang Didukung" faq-menu-title = "Soal Sering Ditanya (SSD)" install-appgallery = "Instal Organic Maps dari Huawei AppGallery" @@ -301,7 +281,6 @@ taxonomies = [ address = "Indirizzi" back = "Indietro" contact = "Contattaci" -edit-on-github = "Modifica su GitHub" engines = "Motori TTS supportati" faq-menu-title = "Domande frequenti" install-appgallery = "Installa Organic Maps da Huawei AppGallery" @@ -321,7 +300,6 @@ taxonomies = [ address = "पत्ता" back = "बातम्यांवर परता" contact = "आमच्याशी संपर्क साधा" -edit-on-github = "GitHub वर संपादित करा" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Huawei AppGallery द्वारे Organic Maps स्थापित करा" @@ -332,7 +310,6 @@ language = "मराठी" language-word = "भाषा" name = "नाव" token = "Token" - [languages.nl] taxonomies = [ {name = "faq", feed = false}, @@ -342,7 +319,6 @@ taxonomies = [ address = "Adres" back = "Terug naar Nieuws" contact = "Contacteer ons" -edit-on-github = "Bewerken op GitHub" engines = "Ondersteunde TTS-engines" faq-menu-title = "F.A.Q." install-appgallery = "Installeer Organic Maps in de Huawei AppGallery" @@ -362,7 +338,6 @@ taxonomies = [ address = "Address" back = "Back to News" contact = "Nos contactar" -edit-on-github = "Modificar sus GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Installar Mapas Organicas de l’AppGallery de Huawei" @@ -373,7 +348,6 @@ language = "Occitan" language-word = "Lenga" name = "Nom" token = "geton" - [languages.pl] taxonomies = [ {name = "faq", feed = false}, @@ -383,20 +357,16 @@ taxonomies = [ address = "Adres" back = "Powrót do Nowości" contact = "Kontakt z nami" -edit-on-github = "Edytuj na GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." -go-to-top = "Idź na górę" install-appgallery = "Zainstaluj Organic Maps z Huawei AppGallery" install-appstore = "Zainstaluj Organic Maps z AppStore" install-googleplay = "Zainstaluj Organic Maps z Google Play" install-fdroid = "Zainstaluj Organic Maps z F-Droid" language = "Polski" language-word = "Języki" -more-info-om = "Aby uzyskać więcej informacji, odwiedź naszą stronę internetową" name = "Nazwa" token = "Token" - [languages.pt-BR] taxonomies = [ {name = "faq", feed = false}, @@ -406,20 +376,16 @@ taxonomies = [ address = "Endereço" back = "Voltar às Notícias" contact = "Contate-nos" -edit-on-github = "Editar no GitHub" engines = "Compatibilidade com TTS" faq-menu-title = "Perguntas frequentes" -go-to-top = "Ir para o início" install-appgallery = "Instale Organic Maps a partir da Huawei AppGallery" install-appstore = "Instale Organic Maps a partir da AppStore" install-googleplay = "Instale Organic Maps a partir da Google Play" install-fdroid = "Instale Organic Maps a partir do F-Droid" language = "Português (Brasil)" language-word = "Idioma" -more-info-om = "Para mais informações, visite o nosso sítio web" name = "Nome" token = "Token" - [languages.ru] taxonomies = [ {name = "faq", feed = false}, @@ -429,20 +395,16 @@ taxonomies = [ address = "Адрес" back = "Назад к новостям" contact = "Связаться с нами" -edit-on-github = "Редактировать на GitHub" engines = "Поддерживаемые TTS движки" faq-menu-title = "Справка" -go-to-top = "Наверх" install-appgallery = "Установите Organic Maps из Huawei AppGallery" install-appstore = "Установите Organic Maps из AppStore" install-googleplay = "Установите Organic Maps из Google Play" install-fdroid = "Установите Organic Maps из F-Droid" language = "Русский" language-word = "Язык" -more-info-om = "Больше информации на нашем сайте" name = "Название" token = "Токен" - [languages.sv] taxonomies = [ {name = "faq", feed = false}, @@ -452,7 +414,6 @@ taxonomies = [ address = "Adress" back = "Tillbaka till nyheter" contact = "Kontakta oss" -edit-on-github = "Redigera på GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Installera Organic Maps från Huawei AppGallery" @@ -463,7 +424,6 @@ language = "Svenska" language-word = "Språk" name = "Namn" token = "Token" - [languages.tr] taxonomies = [ {name = "faq", feed = false}, @@ -473,20 +433,16 @@ taxonomies = [ address = "Adres" back = "Haberlere geri dön" contact = "İletişim" -edit-on-github = "GitHub'da Düzenle" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." -go-to-top = "Başa Git" install-appgallery = "Organic Maps'i Huawei AppGallery'den İndir" install-appstore = "Organic Maps'i AppStore'dan İndir" install-googleplay = "Organic Maps'i Google Play'den İndir" install-fdroid = "Organic Maps'i F-Droid'den İndir" language = "Türkçe" language-word = "Dil" -more-info-om = "Daha fazla bilgi için lütfen web sitemizi ziyaret edin" name = "Ad" token = "Belirteç" - [languages.uk] taxonomies = [ {name = "faq", feed = false}, @@ -496,20 +452,16 @@ taxonomies = [ address = "Адреса" back = "Назад до Новин" contact = "Контакти" -edit-on-github = "Редагувати на GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." -go-to-top = "До початку" install-appgallery = "Встановіть Organic Maps з Huawei AppGallery" install-appstore = "Встановіть Organic Maps з AppStore" install-googleplay = "Встановіть Organic Maps з Google Play" install-fdroid = "Встановіть Organic Maps з F-Droid" language = "Українська" language-word = "Мова" -more-info-om = "Для отримання додаткової інформації, будь ласка, відвідайте наш веб-сайт" name = "Назва" token = "Токен" - [languages.zh-Hans] taxonomies = [ {name = "faq", feed = false}, @@ -519,25 +471,20 @@ taxonomies = [ address = "地址" back = "返回到新闻" contact = "联系我们" -edit-on-github = "在 GitHub 上编辑" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." -go-to-top = "回到顶部" install-appgallery = "从华为应用商店安装Organic Maps" install-appstore = "从Apple AppStore安装Organic Maps" install-googleplay = "从Google Play安装Organic Maps" install-fdroid = "从F-Droid安装Organic Maps" language = "简体中文" language-word = "语言" -more-info-om = "要获取更多信息,请访问我们的网站" name = "名称" token = "令牌" - [languages.et.translations] address = "Aadress" back = "Tagasi uudiste loendisse" contact = "Võta meiega ühendust" -edit-on-github = "GitHubi redigeerimine" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Paigalda Organic Maps Huawei AppGallery'st" @@ -548,12 +495,10 @@ language = "Eesti" language-word = "Keel" name = "Nimi" token = "Tunnusluba" - [languages.gl.translations] address = "Direccións" back = "Volver a Noticias" contact = "Contacta connosco" -edit-on-github = "Editar en GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Instalar mapas orgánicos desde Huawei AppGallery" @@ -564,35 +509,24 @@ language = "Gallego" language-word = "Idioma" name = "Nome" token = "Token" - -[languages.pt] -taxonomies = [ - {name = "faq", feed = false}, - {name = "news", feed = true}, -] [languages.pt.translations] address = "Endereço" back = "Voltar às notícias" contact = "Contacte-nos" -edit-on-github = "Edita no GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." -go-to-top = "Ir para o início" install-appgallery = "Instalar o Organic Maps a partir da Huawei AppGallery" install-appstore = "Instalar o Organic Maps a partir da AppStore" install-googleplay = "Instalar o Organic Maps a partir do Google Play" install-fdroid = "Instalar o Organic Maps a partir do F-Droid" language = "Português" language-word = "Idioma" -more-info-om = "Para mais informações, visite o nosso sítio na web" name = "Nome" token = "Token" - [languages.lt.translations] address = "Adresas" back = "Back to News" contact = "Susisiekite su mumis" -edit-on-github = "Redaguoti GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Install Organic Maps from Huawei AppGallery" @@ -603,12 +537,10 @@ language = "Lietuvių" language-word = "Kalba" name = "Vardas" token = "Žetonas" - [languages.ml.translations] address = "വിലാസം" back = "വാർത്തയിലേക്ക് മടങ്ങുക" contact = "ഞങ്ങളെ സമീപിക്കുക" -edit-on-github = "GitHub- ൽ എഡിറ്റുചെയ്യുക" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Install Organic Maps from Huawei AppGallery" @@ -619,12 +551,10 @@ language = "മലയാളം" language-word = "ഭാഷ" name = "പേര്" token = "ടോക്കൺ" - [languages.te.translations] address = "Address" back = "Back to News" contact = "Contact us" -edit-on-github = "గితుబ్‌లో సవరించండి" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Install Organic Maps from Huawei AppGallery" @@ -635,12 +565,10 @@ language = "తెలుగు" language-word = "భాష" name = "Name" token = "Token" - [languages.cy.translations] address = "Cyfeiriad" back = "Yn ôl i Newyddion" contact = "Cysylltwch â ni" -edit-on-github = "Golygu ar GitHub" engines = "Supported TTS Engines" faq-menu-title = "F.A.Q." install-appgallery = "Lawr lwythwch Organic Maps o Huawei AppGallery" diff --git a/content/_index.af.md b/content/_index.af.md index 4c19a8fb..20a25f89 100644 --- a/content/_index.af.md +++ b/content/_index.af.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Vanlyn voetslaan, fietsry, roetes en navigasie' **Organic Maps** is een van die min toeps deesdae wat 100% van die funksionaliteit het sonder ’n aktiewe internetverbinding. Installeer Organic Maps, laai kaarte af, gooi u SIM-kaart weg (trouens, u verskaffer spoor u altyd na), en gaan ’n week op pad sonder om u battery te moet laai en sonder dat daar een greep na die netwerk verstuur word. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.af.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Laai af en installeer Organic Maps in die [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Voetslaan') }} @@ -91,7 +89,7 @@ Weier waarneming – omarm u vryheid. ## Wie betaal vir die gratis toep? -Die toep is gratis vir almal. [Skenk](@/donate/index.af.md) asseblief om ons +Die toep is gratis vir almal. [Skenk](@/donate/index.nl.md) asseblief om ons te ondersteun! Om onmiddellik te skenk kan u op ’n voorkeurbetaalmetode hier onder klik: diff --git a/content/_index.ar.md b/content/_index.ar.md index 376bac15..a152cd0d 100644 --- a/content/_index.ar.md +++ b/content/_index.ar.md @@ -11,12 +11,10 @@ title: 'Organic Maps: تنزَّه وقد دراجتك وشُدَّ الرحال **Organic Maps** من التطبيقات القليلة في يومنا هذا التي توفر 100% من المزايا بدون اتصال مباشر بشبكة الإنترنت. ثبّت Organic Maps، نزل الخرائط، ارمي بطاقة الشبكة خاصتك (بالمناسبة، مزود الخدمة يتتبعك باستمرار)، واذهب في رحلة اسبوعية بشحن البطارية مرة واحدة ودون أي بايت مرسل من خلال الشبكة. -> في عام 2023، حصلت Organic Maps على [أول مليون](@/news/2023-12-23/281/index.md) مستخدم. [ساعدنا على](@/donate/index.ar.md) التوسع! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### نزّل و ثبت Organic Maps من [AppStore][appstore]، [Google Play][googleplay]، [FDroid][fdroid]، [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} @@ -92,7 +90,7 @@ Organic Maps لا يطلب أذونات مفرطة للتجسس عليك: ## من الذي يدفع مقابل التطبيق المجاني؟ -التطبيق مجاني للجميع. من فضلك [تبرع](@/donate/index.ar.md) لدعمنا! +التطبيق مجاني للجميع. من فضلك [تبرع](@/donate/index.md) لدعمنا! للتبرع بسهولة، انقر على أيقونة طريقة الدفع المفضلة لديك أدناه: diff --git a/content/_index.ca.md b/content/_index.ca.md index e1f36371..f9ef40b0 100644 --- a/content/_index.ca.md +++ b/content/_index.ca.md @@ -11,12 +11,10 @@ L’**Organic Maps** és una aplicació gratuïta de mapes sense connexió per a L’**Organic Maps** és una de les poques aplicacions actuals que admet fer servir totes les seves funcions sense una connexió a Internet activa. Instal·leu l’Organic Maps, baixeu mapes, llenceu la vostra targeta SIM (per cert, el vostre operador us rastreja constantment) i feu un viatge setmanal amb una sola càrrega de bateria sense que cap byte s’enviï a la xarxa. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.ca.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Baixeu i instal·leu l’Organic Maps des de l’[AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderisme') }} diff --git a/content/_index.cs.md b/content/_index.cs.md index 67126872..d83c2487 100644 --- a/content/_index.cs.md +++ b/content/_index.cs.md @@ -12,12 +12,10 @@ Jedná se o open-source [odnož][fork] aplikace **Maps.me** (dříve známé jak **Organic Maps** je jednou z mála aplikací, která v dnešní době podporuje 100 % funkcí bez aktivního připojení k internetu. Nainstalujte si Organic Maps, stáhněte si mapy, zahoďte SIM kartu (mimochodem, váš operátor vás neustále sleduje) a vyrazte na týdenní výlet na jedno nabití baterie bez jakéhokoli bajtu odeslaného do sítě. -> V roce 2023 získaly Organic Maps [první milion](@/news/2023-12-23/281/index.md) uživatelů. [Pomozte nám](@/donate/index.cs.md) dále růst! +> V roce 2023 získaly Organic Maps [první milion](@/news/2023-12-23/281/index.md) uživatelů. [Pomozte nám](@/donate/index.md) dále růst! ### Stáhněte a nainstalujte si Organic Maps z obchodů [App Store][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turistika') }} diff --git a/content/_index.cy.md b/content/_index.cy.md index 85f86663..d42ae49e 100644 --- a/content/_index.cy.md +++ b/content/_index.cy.md @@ -15,8 +15,6 @@ Mae **Organic Maps** yn ap am ddim ar gyfer Android ac iOS gyda mapiau all-lein ### Lawrlwytho a gosod Organic Maps o [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Heicio') }} diff --git a/content/_index.de.md b/content/_index.de.md index a9a0a3ee..98deb76b 100644 --- a/content/_index.de.md +++ b/content/_index.de.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Offline Wandern, Radfahren, Wanderwege und Navigation' **Organic Maps** ist heutzutage eine der wenigen Apps, die 100% ihrer Funktionen ohne aktive Internetverbindung unterstützt. Installiere Organic Maps, lade Karten herunter, wirf deine SIM-Karte weg (dein Betreiber verfolgt dich übrigens ständig) und mache einen Wochenausflug mit einer einzigen Akkuladung, ohne dass ein Byte an das Netz gesendet wird. -> Im Jahr 2023 erreichte Organic Maps [seine ersten Million](@/news/2023-12-23/281/index.md) Nutzer. [Hilf uns](@/donate/index.de.md), zu skalieren! +> Im Jahr 2023 erreichte Organic Maps [seine ersten Million](/@/news/2023-12-23/281/index.md) Nutzer. [Hilf uns](/@/donate/index.md), zu skalieren! ### Organic Maps von [AppStore][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] herunterladen und installieren {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandern') }} diff --git a/content/_index.es.md b/content/_index.es.md index 0957ed90..ae150077 100644 --- a/content/_index.es.md +++ b/content/_index.es.md @@ -11,12 +11,10 @@ title: 'Organic Maps: senderismo, ciclismo y GPS sin conexión' **Organic Maps** es una de las pocas aplicaciones que hoy en día permiten usar todas las funcionalidades sin una conexión a Internet activa. Instale Organic Maps, descargue mapas, deseche su tarjeta SIM (por cierto, su operadora le rastrea constantemente) y emprenda un viaje semanal con una única carga sin ningún byte enviado a la red. -> En 2023 Organic Maps [alcanzó su primer millón de usuarios](@/news/2023-12-23/281/index.md). ¡[Ayúdenos](@/donate/index.es.md) a crecer! +> En 2023 Organic Maps [alcanzó su primer millón de usuarios](@/news/2023-12-23/281/index.md). ¡[Ayúdenos](@/donate/index.md) a crecer! ### Descargue e instale Organic Maps desde el [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Senderismo') }} diff --git a/content/_index.et.md b/content/_index.et.md index dbba8567..b74a899b 100644 --- a/content/_index.et.md +++ b/content/_index.et.md @@ -16,8 +16,6 @@ It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously ### Paigalda Organic Maps järgmistest rakendustepoodidest: [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Matkamine') }} diff --git a/content/_index.eu.md b/content/_index.eu.md index 2d2d3fe5..cb8a2cd2 100644 --- a/content/_index.eu.md +++ b/content/_index.eu.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Offline mapak mendizale, txirrindulari, ibiltari eta nabig **Organic Maps** da konexiorik gabe %100-ean funtzionatzen duen aplikazio gutxietako bat. Instalatu Organic Maps, deskargatu mapak eta bota zaborretara zure SIM txartela (bide batez, zure telefono konpainiak uneoro jarraipena egiten dizu), eta joan asteroko ibilaldira bateria karga batekin eta sarera byte bakarra ere bidali gabe. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.eu.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Deskargatu eta instalatu Organic Maps hemendik: [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Mendian') }} diff --git a/content/_index.fr.md b/content/_index.fr.md index 9eadabd8..fc65caf0 100644 --- a/content/_index.fr.md +++ b/content/_index.fr.md @@ -11,12 +11,8 @@ extra: **Organic Maps** est l'une des rares applications actuelles à prendre en charge 100 % des fonctionnalités sans connexion Internet active. Installez Organic Maps, téléchargez des cartes, jetez votre carte SIM (d'ailleurs, votre opérateur vous suit constamment), et partez pour un voyage hebdomadaire sur une seule charge de batterie sans aucun octet envoyé au réseau. -> En 2023, Organic Maps [a obtenu son premier million](@/news/2023-12-23/281/index.md) d'utilisateurs. [Aidez-nous](@/donate/index.fr.md) à passer à l'échelle supérieure ! - ### Télécharger et installer Organic Maps depuis [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} @@ -118,7 +114,7 @@ Organic Maps est un [logiciel libre][github] sous licence Apache 2.0. - Signalez les bogues ou les problèmes à [l'outil de suivi des problèmes][issues] ou [envoyez-nous un courriel][email]. - [Discutez][ideas] des idées ou proposez des demandes de fonctionnalités. - Abonnez-vous à notre [Canal Telegram][telegram] ou à l'espace [matrix][matrix] pour les mises à jour. -- Rejoignez notre [Chat Telegram en anglais][telegram_chat] ou [en français][telegram_chat_fr] pour discuter avec d'autres utilisateurs. +- Rejoignez notre [Groupe Telegram][telegram_chat] pour discuter avec d'autres utilisateurs. - Visitez notre [page GitHub][github]. - Suivez nos mises à jour sur [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [Linkedin][linkedin]. diff --git a/content/_index.gl.md b/content/_index.gl.md index 1d8a6d30..b65c31ba 100644 --- a/content/_index.gl.md +++ b/content/_index.gl.md @@ -16,9 +16,7 @@ It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously ### Descarga e instala Organic Maps desde [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -@{{ googleplaynews() }} - -{{ badges() }} +@{{ badges() }} @{{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} diff --git a/content/_index.hi.md b/content/_index.hi.md index 9d969913..4927da89 100644 --- a/content/_index.hi.md +++ b/content/_index.hi.md @@ -11,12 +11,10 @@ title: 'ऑर्गेनिक नक़्शे: ऑफ़लाइन स **ऑर्गेनिक मैप्स** आजकल के कुछ एप्लिकेशन में से एक है जो सक्रिय इंटरनेट कनेक्शन के बिना 100% सुविधाओं का समर्थन करता है। ऑर्गेनिक मैप्स इंस्टॉल करें, मैप्स डाउनलोड करें, अपना सिम कार्ड फेंक दें (वैसे, आपका ऑपरेटर आपको लगातार ट्रैक करता है), और नेटवर्क पर कुछ भी भेजे बिना सिर्फ एक बैटरी चार्ज पर साप्ताहिक यात्रा के लिए जाएं। -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.hi.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] से ऑर्गेनिक मानचित्र डाउनलोड और इंस्टॉल करें {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} diff --git a/content/_index.hu.md b/content/_index.hu.md index 7e63ff1f..a9b247d8 100644 --- a/content/_index.hu.md +++ b/content/_index.hu.md @@ -11,12 +11,10 @@ Az **Organic Maps** egy ingyenes Android és iOS offline térképalkalmazás uta **Az Organic Maps** egyike azon kevés alkalmazásoknak, amelyek manapság 100%-ban támogatják a funkciókat aktív internetkapcsolat nélkül. Telepítse az Organic Maps-et, töltse le a térképeket, dobja el a SIM-kártyáját (máskülönben a szolgáltatója folyamatosan nyomon követi Önt), és egyetlen akkumulátortöltéssel, a hálózatra küldött egyetlen byte nélkül induljon el egy egyhetes útra. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.hu.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Töltse le és telepítse az Organic Maps-et az [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Túrázás') }} diff --git a/content/_index.id.md b/content/_index.id.md index 90347e54..f26e5c1a 100644 --- a/content/_index.id.md +++ b/content/_index.id.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Pendakian, Bersepeda, Jalan Setapak, dan Navigasi Luring' **Organic Maps** adalah salah satu dari sedikit aplikasi saat ini yang mendukung 100% fitur tanpa koneksi Internet aktif. Instal Organic Maps, unduh peta, buang kartu SIM Anda (ngomong-ngomong, operator Anda terus melacak Anda), dan lakukan perjalanan mingguan dengan satu kali pengisian baterai tanpa bita apa pun yang dikirim ke jaringan. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.id.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Unduh dan instal Organic Maps dari [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Pendakian') }} diff --git a/content/_index.it.md b/content/_index.it.md index 0936f0ce..0f0a659b 100644 --- a/content/_index.it.md +++ b/content/_index.it.md @@ -10,12 +10,8 @@ extra: **Organic Maps** è un'applicazione gratuita di mappe offline per Android e iOS per viaggiatori, turisti, escursionisti e ciclisti, basata su dati crowd-sourced di **[OpenStreetMap](https://www.openstreetmap.org)**. Si tratta di un [fork][fork] open source dell'applicazione **Maps.me** (precedentemente nota come [**MapsWithMe**](https://en.wikipedia.org/wiki/Maps.me)), incentrato sulla privacy e gestito dalle stesse persone che hanno creato **MapsWithMe** nel 2011. -> Nel 2023, Organic Maps [ha ottenuto il suo primo milione](@/news/2023-12-23/281/index.md) di utenti. [Aiutateci](@/donate/index.it.md) a scalare! - ### Scaricare e installare Organic Maps da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} diff --git a/content/_index.lt.md b/content/_index.lt.md index 3b575060..714b959a 100644 --- a/content/_index.lt.md +++ b/content/_index.lt.md @@ -15,8 +15,6 @@ title: 'Organic Maps: žygių takai pėsčiomis, dviračiu ir navigacija' ### Atsisiųskite ir įsidiekite Organic Maps iš [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Žygiavimas') }} diff --git a/content/_index.md b/content/_index.md index dc762d5d..954b7d2a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -16,8 +16,6 @@ It is a privacy-focused, open-source [fork][fork] of **Maps.me** app (previously ### Download and install Organic Maps from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Hiking') }} @@ -112,7 +110,7 @@ Organic Maps is an [open-source software][github] licensed under the Apache Lice - Join our [Telegram Group][telegram_chat] to discuss with other users. - Visit our [GitHub page][github]. - Follow our updates in [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn]. -- Join (or create and let us know) local communities: [Hungarian Matrix room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org), [Chinese-][telegram_chat_zh], [French-][telegram_chat_fr], [Russian-][telegram_chat_ru], [Turkish-][telegram_chat_tr]speaking Telegram chats. +- Join (or create and let us know) local communities: [Hungarian translators Matrix room](https://matrix.to/#/#organicmapstranslate_hu:matrix.org) [fork]: https://en.wikipedia.org/wiki/Fork_(software_development) diff --git a/content/_index.ml.md b/content/_index.ml.md index 6e93fb8c..41d6424d 100644 --- a/content/_index.ml.md +++ b/content/_index.ml.md @@ -15,8 +15,6 @@ title: 'Organic Maps Offline Hike, Bike, GPS Navigation' ### [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] എന്നിവയിൽ നിന്ന് ഓർഗാനിക് മാപ്‌സ് ഡൗൺലോഡ് ചെയ്‌ത് ഇൻസ്റ്റാൾ ചെയ്യുക {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='കാൽനടയാത്ര') }} diff --git a/content/_index.mr.md b/content/_index.mr.md index ea3fef68..2fca00da 100644 --- a/content/_index.mr.md +++ b/content/_index.mr.md @@ -15,8 +15,6 @@ title: 'Organic Maps : ऑफलाईन भटकंती, सायकल ### Organic Maps इथून डाऊनलोड व स्थापीत करा : [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='भटकंती') }} diff --git a/content/_index.nl.md b/content/_index.nl.md index 60fb1672..472d94bc 100644 --- a/content/_index.nl.md +++ b/content/_index.nl.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Offline Wandelen, Fietsen, Routes en Navigatie' **Organic Maps** is één van de weinige apps heden ten dage die 100% van de functionaliteit heeft zonder actieve internetverbinding. Installeer Organic Maps, download kaarten, gooi je SIM kaart weg (trouwens, je provider trackt je altijd), en ga een week op pad zonder je batterij op te laden en zonder dat er één byte naar het netwerk verzonden wordt. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.nl.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Download en installeer Organic Maps in de [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Wandelen') }} diff --git a/content/_index.oc.md b/content/_index.oc.md index 5d392960..372789c3 100644 --- a/content/_index.oc.md +++ b/content/_index.oc.md @@ -15,8 +15,6 @@ N’i a gaire a l’ora d’ara d’aplicacions coma **Mapas Organicas** que fon ### Telecargatz e installatz Mapas Organicas de l’[AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid] o [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Escorregudas') }} @@ -93,7 +91,7 @@ Rebutar la susvelhança. Assegurar la libertat. ## Cu paga per l'aplicacion a gratis? -L'aplicacion es a gratis per totei. Se volètz [donar](@/donate/index.md) +L'aplicacion es a gratis per totei. Se volètz [donar](@/donate/index.ca.md) per nos ajudar! To donate conveniently, click on your preferred payment method icon below: diff --git a/content/_index.pl.md b/content/_index.pl.md index e680c9b7..d2a5d2b2 100644 --- a/content/_index.pl.md +++ b/content/_index.pl.md @@ -11,12 +11,10 @@ title: 'Organic Maps: wędrówki, jazda na rowerze, szlaki i nawigacja offline' **Organic Maps** to jedna z niewielu obecnie aplikacji, która obsługuje 100% funkcji bez aktywnego połączenia z internetem. Zainstaluj Organic Maps, pobierz mapy, wyrzuć kartę SIM (tak przy okazji, Twój operator stale Cię śledzi) i wybierz się na tygodniową wycieczkę na jednym ładowaniu baterii bez żadnego bajtu wysłanego do sieci. -> W 2023 r. Organic Maps [zyskały pierwszy milion](@/news/2023-12-23/281/index.md) użytkowników. [Pomóż nam](@/donate/index.pl.md) skalować! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Pobierz i zainstaluj Organic Maps z [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Turystyka piesza') diff --git a/content/_index.pt-BR.md b/content/_index.pt-BR.md index e9c47734..c0f9abc4 100644 --- a/content/_index.pt-BR.md +++ b/content/_index.pt-BR.md @@ -12,12 +12,10 @@ title: 'Organic Maps: Caminhada, Ciclismo, Trilhas e Navegação Offline' **Organic Maps** é atualmente um dos poucos apps que suporta 100% das suas funcionalidades sem uma conexão ativa com a internet. Instale Organic Maps, baixe mapas, jogue fora seu chip (a propósito, sua operadora o rastreia constantemente), e faça uma viagem no fim de semana com uma única carga de bateria sem nenhum byte enviado para a rede. -> Em 2023, Organic Maps [alcançou seu primeiro milhão de usuários](@/news/2023-12-23/281/index.md). [Ajude-nos](@/donate/index.pt-BR.md) a crescer! +> Em 2023, Organic Maps [alcançou seu primeiro milhão de usuários](@/news/2023-12-23/281/index.md). [Ajude-nos](@/donate/index.md) a crescer! ### Baixe e instale Organic Maps a partir da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Caminhada') }} diff --git a/content/_index.pt.md b/content/_index.pt.md index 56c05015..b259f68d 100644 --- a/content/_index.pt.md +++ b/content/_index.pt.md @@ -11,12 +11,10 @@ title: 'Mapas orgânicos: caminhada, ciclismo, trilhos e navegação offline' **Organic Maps** é atualmente uma das poucas aplicações que suporta 100% das suas funcionalidades sem uma conexão ativa com a Internet. Instale o Organic Maps, descarregue mapas, deixe de lado o seu cartão SIM (a propósito, o seu operador segue-o constantemente) e faça uma viagem de uma semana com uma única carga de bateria sem qualquer byte enviado para a rede. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.pt-BR.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Descarregue e instale o Organic Maps a partir da [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Caminhada') }} @@ -95,7 +93,7 @@ Rejeite a vigilância - abrace a sua liberdade. ## Quem está a pagar pela aplicação gratuita? A aplicação é gratuita para todos. Por favor, [faça mm -donativo](@/donate/index.pt-BR.md) para nos apoiar! +donativo](@/donate/index.md) para nos apoiar! Para fazer um donativo de forma cómoda, clique no ícone do seu método de pagamento preferido abaixo: diff --git a/content/_index.ru.md b/content/_index.ru.md index 9c3fc005..db124283 100644 --- a/content/_index.ru.md +++ b/content/_index.ru.md @@ -12,12 +12,8 @@ extra: *Organic Maps* поддерживает 100% функций без активного Интернет-подключения. Загрузите нужные карты, выбросьте SIM-карту (кстати, ваш оператор постоянно отслеживает вас) и отправляйтесь в недельное путешествие на одном заряде батареи. -> В 2023 году Organic Maps [использовали миллион человек](@/news/2023-12-23/281/index.md). [Помогите нам](@/donate/index.ru.md) масштабировать проект! - ### Загрузить и установить Organic Maps из [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Пеший поход') }} @@ -53,12 +49,12 @@ Organic Maps развивается сообществом энтузиасто {{ donate_buttons() }} -Помогите проекту [финансово](@/donate/index.ru.md "поддержать деньгами") чтобы приложение могло жить и развиваться. +Помогите проекту [финансово](/ru/donate "поддержать деньгами") чтобы приложение могло жить и развиваться. ## Сообщество - Подписывайтесь на наш [канал новостей в Telegram][telegram]; -- Присоединяйтесь к [русскоязычной][telegram_chat_ru] или [англоязычной группе в Telegram][telegram_chat], или [Matrix space на русском][matrix_ru] или [на английском][matrix] для обратной связи и помощи; +- Присоединяйтесь к [русскоязычной группе в Telegram][telegram_chat_ru] или [Matrix space][matrix_ru] для обратной связи и помощи; - Подключайтесь к программе тестирования бета-версий: * [iOS Beta (TestFlight)][testflight] * [Android Beta (Firebase)][firebase] diff --git a/content/_index.sv.md b/content/_index.sv.md index 28574302..e25ed899 100644 --- a/content/_index.sv.md +++ b/content/_index.sv.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Offline Vandring, Cykling, Leder och Navigering' **Organic Maps** är ett av få program som numera stöder 100 % av funktionerna utan en aktiv internetanslutning. Installera Organic Maps, ladda ner kartor, släng ditt SIM-kort (din operatör spårar dig förresten hela tiden) och gör en veckolång resa med en enda batteriladdning utan att någon byte skickas till nätet. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.sv.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Ladda ner och installera Organic Maps från [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Vandring') }} diff --git a/content/_index.te.md b/content/_index.te.md index 773c17f1..910649e9 100644 --- a/content/_index.te.md +++ b/content/_index.te.md @@ -15,8 +15,6 @@ title: 'ఆర్గానిక్ మ్యాప్స్: ఆఫ్‌లై ### [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] నుండి ఓర్గానిక్ మ్యాప్స్ ను డౌన్‌లోడ్ చేసి ఇన్‌స్టాల్ చేయండి. {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='హైకింగ్') }} diff --git a/content/_index.tr.md b/content/_index.tr.md index 04198c64..ef8d6dd8 100644 --- a/content/_index.tr.md +++ b/content/_index.tr.md @@ -11,12 +11,8 @@ extra: Topluluk kaynaklı [**OpenStreetMap**][openstreetmap] verilerine dayanmaktadır. Daha önce [**MapsWithMe**][mapswithme] olarak bilinen **Maps.me** uygulamasının gizlilik odaklı, açık kaynaklı bir [çatalı](https://tr.wikipedia.org/wiki/%C3%87atal_(yaz%C4%B1l%C4%B1m_geli%C5%9Ftirme)) olan Organic Maps, 2011 yılında **MapsWithMe** uygulamasını geliştiren kişiler tarafından sürdürülmektedir. -> Organic Maps 2023 yılında [bir milyon](@/news/2023-12-23/281/index.md) kullanıcıya ulaştı. Masrafları karşılayabilmemiz için [bize yardım edin](@/donate/index.tr.md)! - ### Organic Maps'i [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], [Huawei AppGallery][appgallery] adresinden indirin ve yükleyin {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Yürüyüş') }} @@ -114,6 +110,7 @@ Organic Maps, Apache License 2.0 altında lisanslanmış bir [açık kaynaklı y - Join our [Telegram Group][telegram_chat] to discuss with other users. - [GitHub sayfamızı][github] ziyaret edin - [E-posta][email] ile bizimle iletişime geçin -- Güncellemelerimizi [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Reddit][reddit], [LinkedIn][LinkedIn] ve [Instagram](https://instagram.com/organicmapstr/) üzerinden takip edin. +- Güncellemelerimizi [FOSStodon][fosstodon], [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Reddit][reddit], [LinkedIn][LinkedIn] ve +- [Instagram](https://instagram.com/organicmapstr/) üzerinden takip edin. {{ references() }} diff --git a/content/_index.uk.md b/content/_index.uk.md index 1bcc3866..80184581 100644 --- a/content/_index.uk.md +++ b/content/_index.uk.md @@ -11,12 +11,10 @@ title: 'Organic Maps: Офлайн карти та GPS навігація' **Organic Maps** - один з небагатьох застосунків, який підтримує 100% функціональність без активного інтернет-з’єднання. Встановіть Organic Maps, завантажте мапи, викиньте SIM-карту (до речі, ваш оператор постійно відстежує вас) та вирушайте в тижневу подорож на одному заряді батареї без жодного байта, відправленого в мережу. -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.uk.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### Завантажте та встановіть Organic Maps з [AppStore][appstore], [Google Play][googleplay], [F-Droid][fdroid], [Huawei AppGallery][appgallery] {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='Піші прогулянки') diff --git a/content/_index.zh-Hans.md b/content/_index.zh-Hans.md index e1e9347d..ce135cb9 100644 --- a/content/_index.zh-Hans.md +++ b/content/_index.zh-Hans.md @@ -11,12 +11,10 @@ title: 'Organic Maps:离线的远足、自行车、登山和导航地图' **Organic Maps** 是目前少数几个不需要持续互联网连接就能支持100%功能的应用程序之一。安装Organic Maps,下载地图,扔掉你的SIM卡(顺便说一下,你的运营商会不断地跟踪你),充一次电池就可以出去旅行一周而不需要通过网络发送哪怕一个字节。 -> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.zh-Hans.md) to scale! +> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale! ### 从 [AppStore][appstore]、[Google Play][googleplay]、[FDroid][fdroid]、[华为 AppGallery][appgallery] 下载并安装Organic Maps {#install} -{{ googleplaynews() }} - {{ badges() }} {{ screenshot(src='/images/screenshots/hiking.jpg', alt='登山') }} @@ -108,7 +106,7 @@ Organic Maps是一个以Apache许可证2.0授权的[开源软件][github]。 - 报告bug、跟踪问题 [the issue tracker][issues]或联系我们[email us][email]。 - [Discuss][ideas]创意点子、功能需求。 - 订阅我们的[Telegram频道][telegram]或[matrix空间][matrix]以获取最新信息。 -- 加入我们的[Telegram英语聊天][telegram_chat]或[Telegram聊天室][telegram_chat_zh],与其他用户讨论。 +- 加入我们的[Telegram组][telegram_chat],与其他用户讨论。 - 访问我们的[GitHub页面][github]。 - 在[FOSStodon][fosstodon]、[Mastodon][mastodon]、[Facebook][facebook]、[Twitter][twitter]、[Instagram][instagram]、[Reddit][reddit]、[LinkedIn][LinkedIn]关注我们的更新。 - Join (or create and let us know) local communities: [Hungarian translators diff --git a/content/donate/index.md b/content/donate/index.md index 64605cdf..e54d6d82 100644 --- a/content/donate/index.md +++ b/content/donate/index.md @@ -72,4 +72,4 @@ Please consider donating annually to reduce total fees. Yes! There are many ways to support Organic Maps. Please see [Support Us](@/support-us/index.md) page for more details. -{{ references() }} +{{ references() }} \ No newline at end of file diff --git a/content/donate/index.pl.md b/content/donate/index.pl.md index 5ec6500c..cedf60e4 100644 --- a/content/donate/index.pl.md +++ b/content/donate/index.pl.md @@ -82,4 +82,4 @@ znajdziesz na stronie [Wesprzyj nas](@/support-us/index.pl.md). [stripe]: https://donate.organicmaps.app/ "Wesprzyj przez Stripe" [github issues]: https://github.com/organicmaps/organicmaps/issues "Problemy na GitHub" -{{ references() }} +{{ references() }} \ No newline at end of file diff --git a/content/faq/_index.de.md b/content/faq/_index.de.md deleted file mode 100644 index 631f54ed..00000000 --- a/content/faq/_index.de.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Häufige Fragen und Antworten -description: In dieser FAQ findest du Antworten auf viele Fragen zur Organic Maps App, zu unseren Mitarbeitern und zu unserem Projekt -extra: - menu_title: F.A.Q. ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.es.md b/content/faq/_index.es.md index cafd90a2..0dd392ff 100644 --- a/content/faq/_index.es.md +++ b/content/faq/_index.es.md @@ -1,6 +1,6 @@ --- title: Preguntas frecuentes de la aplicación Organic Maps -description: Estas FAQ responden a muchas preguntas sobre la aplicación Organic Maps, nuestros colaboradores y nuestro proyecto +description: Preguntas frecuentes de la aplicación Organic Maps extra: menu_title: Preguntas Frecuentes --- diff --git a/content/faq/_index.fr.md b/content/faq/_index.fr.md deleted file mode 100644 index ff40b8ce..00000000 --- a/content/faq/_index.fr.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Foire aux questions -description: Cette FAQ répond à de nombreuses questions sur l'application Organic Maps, nos contributeurs et notre projet. -extra: - menu_title: F.A.Q. ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.it.md b/content/faq/_index.it.md index 5864463b..2bbbb166 100644 --- a/content/faq/_index.it.md +++ b/content/faq/_index.it.md @@ -1,6 +1,6 @@ --- title: Domande frequenti -description: Questa sezione contiene le risposte a molte domande sull'applicazione Organic Maps, sui nostri collaboratori e sul nostro progetto +description: "Questa sezione contiene le risposte a molte domande sull'applicazione Organic Maps, sui nostri collaboratori e sul nostro progetto" extra: menu_title: Domande frequenti --- diff --git a/content/faq/_index.pl.md b/content/faq/_index.pl.md deleted file mode 100644 index 3862018d..00000000 --- a/content/faq/_index.pl.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Pytania i odpowiedzi -description: Ten FAQ zawiera odpowiedzi na wiele pytań dotyczących aplikacji Organic Maps, naszych współpracowników i naszego projektu -extra: - menu_title: Pomoc ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.pt-BR.md b/content/faq/_index.pt-BR.md deleted file mode 100644 index e56b1b91..00000000 --- a/content/faq/_index.pt-BR.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Perguntas frequentes -description: Este FAQ contém respostas para muitas perguntas sobre o aplicativo Organic Maps, nossos colaboradores e nosso projeto -extra: - menu_title: Perguntas frequentes ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.pt.md b/content/faq/_index.pt.md deleted file mode 100644 index d6fdb711..00000000 --- a/content/faq/_index.pt.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Perguntas frequentes -description: Esta FAQ contém respostas a muitas perguntas sobre a aplicação Organic Maps, os nossos colaboradores e o nosso projeto -extra: - menu_title: Perguntas frequentes ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.ru.md b/content/faq/_index.ru.md index f0aedb4c..b77e57f6 100644 --- a/content/faq/_index.ru.md +++ b/content/faq/_index.ru.md @@ -1,6 +1,6 @@ --- title: Справка и часто задаваемые вопросы -description: В этом разделе есть ответы на многие вопросы о приложении Organic Maps +description: Ответы на вопросы о приложении Organic Maps и о нашем проекте extra: menu_title: Справка --- diff --git a/content/faq/_index.tr.md b/content/faq/_index.tr.md deleted file mode 100644 index 77e8d33f..00000000 --- a/content/faq/_index.tr.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Sıkça Sorulan Sorular -description: Bu SSS, Organic Maps uygulaması, katkıda bulunanlarımız ve projemiz hakkında birçok sorunun yanıtını içermektedir -extra: - menu_title: SSS ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.uk.md b/content/faq/_index.uk.md deleted file mode 100644 index 5abf9e62..00000000 --- a/content/faq/_index.uk.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Довідка та часті питання -description: Відповіді на поширені запитання стосовно застосунка Organic Maps -extra: - menu_title: Довідка ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/_index.zh-Hans.md b/content/faq/_index.zh-Hans.md deleted file mode 100644 index 8f562399..00000000 --- a/content/faq/_index.zh-Hans.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 问题和解答 -description: 本常见问题回答了有关有机地图应用程序、我们的贡献者和我们项目的许多问题 -extra: - menu_title: 问题和解答 ---- - -### This page is replaced with taxonomy "faq" from templates/faq/list.html template - -This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q. diff --git a/content/faq/app/crash/index.de.md b/content/faq/app/crash/index.de.md deleted file mode 100644 index 325b33b4..00000000 --- a/content/faq/app/crash/index.de.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Was kann ich tun, wenn die App sich aufhängt oder wenn sie abstürzt? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["App"] - -extra: - order: 30 ---- - -Es ist wahrscheinlich unser Fehler und wir werden ihn gerne im nächsten Update beheben. - -Android: Wenn Sie Ihre Karten auf einer SD-Karte speichern, ist die wahrscheinlichste Ursache eine fehlerhafte SD-Karte. Sie können Ihre SD-Karte formatieren oder besser durch eine neue ersetzen. Wenn Sie die App selbst auf die SD-Karte verschoben haben, verschieben Sie sie bitte zurück in den internen (Geräte-) Speicher. - -Wenn das Problem weiterhin besteht, [kontaktieren Sie uns bitte](mailto:support@organicmaps.app) und geben Sie uns: - -* kurze Beschreibung des Problems -* Organic Maps Version -* Gerätemodell und Betriebssystemversion (Android oder iOS). diff --git a/content/faq/app/crash/index.es.md b/content/faq/app/crash/index.es.md deleted file mode 100644 index aa9f12ec..00000000 --- a/content/faq/app/crash/index.es.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Qué hago si la aplicación se detiene o se bloquea? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Aplicación"] - -extra: - order: 30 ---- - -Probablemente sea nuestro error y estaremos encantados de solucionarlo en la próxima actualización. - -Android: Si almacenas los mapas en una tarjeta SD, lo más probable es que el error se deba a un fallo de la tarjeta. Puedes formatear la tarjeta SD o, mejor aún, cambiarla por otra nueva. Si has movido la app a la tarjeta SD, muévela al almacenamiento interno (de tu dispositivo). - -Si el problema persiste [ponte en contacto con nosotros](mailto:support@organicmaps.app) y especifica por favor: - -* la descripción corta del problema -* la version de Organic Maps -* el modelo de dispositivo y la versión de OS (Android o iOS). diff --git a/content/faq/app/crash/index.fr.md b/content/faq/app/crash/index.fr.md deleted file mode 100644 index 5393f107..00000000 --- a/content/faq/app/crash/index.fr.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Pourquoi l'application s'arrête ou crash? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Application"] - -extra: - order: 30 ---- - -C'est probablement notre bug, et nous serons heureux de le corriger dans la prochaine mise à jour. - -Android: Si vous stockez les cartes sur carte SD, vous pouvez la formater, c'est la cause la plus courante. Le formatage ou le remplacement résouds le plus souvent le problème. - -Si le problème subsiste, merci de nous [contacter](mailto:support@organicmaps.app) et envoyer nous: - -* un rapport d'erreur et une description du problème -* la version de Organic Maps -* Le modèle de l'appareil et la version du système d'exploitation (Android ou iOS). diff --git a/content/faq/app/crash/index.md b/content/faq/app/crash/index.md deleted file mode 100644 index 35fbe619..00000000 --- a/content/faq/app/crash/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: What can I do if the app has stopped/crashed? -description: What actions to take if the application crashes. How to report critical bugs to developers -updated: "2024-06-20" - -taxonomies: - faq: ["App"] - -extra: - order: 30 ---- - -On Android, if you store your maps on an SD card, the most likely cause is a faulty SD card. You can: -1. Delete all downloaded maps and re-download them again to the SD card (may not work again). -2. Delete all downloaded maps, select Internal device storage, and re-download maps. -3. Format SD card and re-download maps. -4. Buy a new SD card (recommended) - -If the app still crashes, please check [our GitHub](https://github.com/organicmaps/organicmaps/issues/) for similar issues, and [contact us](mailto:support@organicmaps.app) and provide the following: - -* A detailed description of the issue and steps to reproduce it -* Organic Maps version -* Device model and OS version (Android or iOS) diff --git a/content/faq/app/crash/index.pl.md b/content/faq/app/crash/index.pl.md deleted file mode 100644 index b8178056..00000000 --- a/content/faq/app/crash/index.pl.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Co mogę zrobić, jeśli aplikacja nie odpowiada/uległa awarii? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Aplikacja"] - -extra: - order: 30 ---- - -Bu muhtemelen bizim hatamız ve bir sonraki güncellemede bunu düzeltmekten mutluluk duyacağız. - -Android'de, haritalarınızı bir SD kartta saklarsanız, bunun en olası nedeni hatalı bir SD karttır. SD kartınızı biçimlendirebilir veya daha iyisi yenisiyle değiştirebilirsiniz. Uygulamayı SD karta taşıdıysanız, lütfen tekrar dahili (cihaz) depolama alanına taşıyın. - -Sorun devam ederse, lütfen [bizimle iletişime geçin](mailto:support@organicmaps.app) ve şunları ekleyin: - -* sorunun kısa açıklaması -* Organic Maps sürümü -* cihaz modeli ve İşletim Sistemi sürümü (Android veya iOS). diff --git a/content/faq/app/crash/index.pt-BR.md b/content/faq/app/crash/index.pt-BR.md deleted file mode 100644 index 724985d2..00000000 --- a/content/faq/app/crash/index.pt-BR.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: O que posso fazer se o aplicativo parar (travar)? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Aplicativa"] - -extra: - order: 30 ---- - -É provavelmente o nosso bug e ficaremos felizes em corrigi-lo na próxima atualização. - -Android: se você armazenar seus mapas em um cartão SD, a causa mais provável é um cartão SD defeituoso. Você pode formatar seu cartão SD ou, melhor ainda, substituí-lo por um novo. Se você moveu o aplicativo para o cartão SD, mova-o de volta para o armazenamento interno (dispositivo). - -Se o problema persistir, entre em [contato](mailto:support@organicmaps.app) conosco e forneça as seguintes informações: - -* descrição do problema e etapas para recriá-lo -* Versão do Organic Maps -* modelo de dispositivo e versão do sistema operacional (Android ou iOS). diff --git a/content/faq/app/crash/index.pt.md b/content/faq/app/crash/index.pt.md deleted file mode 100644 index a15b00fa..00000000 --- a/content/faq/app/crash/index.pt.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: O que fazer se a aplicação parar de funcionar (bloquear)? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Aplicativa"] - -extra: - order: 30 ---- - -É provavelmente um erro inesperado e ficaremos contentes em corrigi-lo na próxima atualização. - -Android: se armazena os mapas num cartão SD, a causa mais provável é ser um cartão SD defeituoso. Pode tentar formatar o cartão SD ou melhor ainda, substituí-lo por um novo. Se moveu a aplicação para o cartão SD, mova-o novamente no sentido inverso para o armazenamento interno (dispositivo). - -Se mesmo assim o problema persistir, por favor [contacte-nos](mailto:support@organicmaps.app) e forneça as seguintes informações: - -* descrição do problema e etapas para o recriar -* Versão do Organic Maps -* modelo do dispositivo e versão do sistema operativo (Android ou iOS). diff --git a/content/faq/app/crash/index.ru.md b/content/faq/app/crash/index.ru.md deleted file mode 100644 index 4d698549..00000000 --- a/content/faq/app/crash/index.ru.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Что делать, если приложение перестало работать (остановлено)? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Общие"] - -extra: - order: 30 ---- - -Это, скорее всего, баг в нашем коде, и мы будем рады исправить его в следующем обновлении. - -На Android чаще всего эта проблема связана с плохой SD-картой. Если вы храните загруженные карты стран на SD-карте, попробуйте отформатировать ее, а лучше замените на новую. Если вы переместили само приложение на SD карту, пожалуйста, верните его назад в память устройства. - -Если ошибка осталась, пожалуйста, [сообщите нам](mailto:support@organicmaps.app) о проблеме и уточните следующую информацию: - -* краткое описание проблемы -* версия Organic Maps -* модель устройства и версия ОС (Android или iOS). diff --git a/content/faq/app/crash/index.tr.md b/content/faq/app/crash/index.tr.md deleted file mode 100644 index c5bc0506..00000000 --- a/content/faq/app/crash/index.tr.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Uygulama durdurulursa/çökerse ne yapabilirim? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Başvuru"] - -extra: - order: 30 ---- - -Bu muhtemelen bizim hatamız ve bir sonraki güncellemede bunu düzeltmekten mutluluk duyacağız. - -Android'de, haritalarınızı bir SD kartta saklarsanız, bunun en olası nedeni hatalı bir SD karttır. SD kartınızı biçimlendirebilir veya daha iyisi yenisiyle değiştirebilirsiniz. Uygulamayı SD karta taşıdıysanız, lütfen tekrar dahili (cihaz) depolama alanına taşıyın. - -Sorun devam ederse, lütfen [bizimle iletişime geçin](mailto:support@organicmaps.app) ve şunları ekleyin: - -* sorunun kısa açıklaması -* Organic Maps sürümü -* cihaz modeli ve İşletim Sistemi sürümü (Android veya iOS). diff --git a/content/faq/app/crash/index.uk.md b/content/faq/app/crash/index.uk.md deleted file mode 100644 index db9e4d48..00000000 --- a/content/faq/app/crash/index.uk.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Що робити, якщо додаток несподівано закрився або вийшов з ладу? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Загальні"] - -extra: - order: 30 ---- - -Ймовірно, це наша помилка, і ми будемо раді виправити її в наступному оновленні. - -Для Android пристроїв, якщо ви зберігаєте карти на SD-карті, найімовірнішою причиною є несправна SD-карта. Ви можете відформатувати SD-карту, а ще краще замінити її на нову. Якщо ви перемістили саму програму на SD-карту, будь ласка, поверніть його назад у внутрішню пам'ять пристрою. - -Якщо проблема не зникне, будь ласка [зв'яжіться з нами](mailto:support@organicmaps.app) і повідомте: - -* короткий опис проблеми -* версію Organic Maps -* модель пристрою та версія ОС (Android або iOS). diff --git a/content/faq/app/crash/index.zh-Hans.md b/content/faq/app/crash/index.zh-Hans.md deleted file mode 100644 index 3a76efc8..00000000 --- a/content/faq/app/crash/index.zh-Hans.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: 如果应用停止运行(或崩溃),我该怎么办 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["应用"] - -extra: - order: 30 ---- - -这可能是 Organic Maps 的 bug,我们将很乐意在下一个更新中修复。 - -在安卓设备上,如果您将地图存储在 SD 卡上,最有可能的原因是 SD 卡故障。 您可以格式化 SD 卡,或者更好的办法是用新的替换。 如果您将应用本身移动到 SD 卡上,请将其移回到内部(设备)存储。 - -如果问题仍然存在,请 [与我们联系](mailto:support@organicmaps.app) 并提供以下信息: - -* 问题的简要描述 -* Organic Maps 的版本 -* 设备型号和操作系统版本(安卓或 iOS)。 diff --git a/content/faq/app/how-to-use-android-auto/index.fr.md b/content/faq/app/how-to-use-android-auto/index.fr.md deleted file mode 100644 index e773e62b..00000000 --- a/content/faq/app/how-to-use-android-auto/index.fr.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Comment utiliser Android Auto ? -description: Configuration minimale requise pour utiliser Organic Maps avec Android Auto -slug: comment-utiliser-android-auto - -taxonomies: - faq: ["Application"] - -extra: - order: 20 ---- - -Pour utiliser Organic Maps sur Android Auto, vous avez besoin d'un appareil avec au minimum Android 8.0 (Oreo) ou ultérieure. - -Veuillez consulter le [site web d'Android Auto](https://www.android.com/auto/) pour plus de détails. diff --git a/content/faq/app/how-to-use-android-auto/index.it.md b/content/faq/app/how-to-use-android-auto/index.it.md index 60900b07..74181d89 100644 --- a/content/faq/app/how-to-use-android-auto/index.it.md +++ b/content/faq/app/how-to-use-android-auto/index.it.md @@ -4,7 +4,7 @@ description: "Domande frequenti sull'applicazione Organic Maps" slug: come-si-usa-android-auto taxonomies: - faq: ["Applicazione"] + faq: ["App"] extra: order: 20 diff --git a/content/faq/app/how-to-use-android-auto/index.md b/content/faq/app/how-to-use-android-auto/index.md index 116e2716..06e39007 100644 --- a/content/faq/app/how-to-use-android-auto/index.md +++ b/content/faq/app/how-to-use-android-auto/index.md @@ -1,7 +1,6 @@ --- title: How to use Android Auto? -description: Minimum requirements to run Organic Maps with Android Auto -updated: "2024-06-20" +description: "Frequently asked questions for Organic Maps application" taxonomies: faq: ["App"] diff --git a/content/faq/app/which-ios-and-android-versions-are-supported/index.fr.md b/content/faq/app/which-ios-and-android-versions-are-supported/index.fr.md deleted file mode 100644 index 79890645..00000000 --- a/content/faq/app/which-ios-and-android-versions-are-supported/index.fr.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Quelles sont les versions d'iOS et d'Android prises en charge ? -description: Configuration minimale requise pour utiliser Organic Maps sur les appareils Android et iOS -slug: quelles-versions-ios-et-android-sont-supportées - -taxonomies: - faq: ["Application"] - -extra: - order: 10 ---- - -Vous devez avoir au mininum iOS 12 ou Android 5 sur votre appareil pour utiliser l'application. Les appareils dotés de versions ultérieures peuvent utiliser Organic Maps. - -Sur Android, Organic Maps peut fonctionner sur des appareils avec ou sans les Services Google Play d'installées. - -Pour utiliser Organic Maps sur Android Auto, veuillez vérifier les prérequis [ici](../how-to-use-android-auto/). diff --git a/content/faq/app/which-ios-and-android-versions-are-supported/index.it.md b/content/faq/app/which-ios-and-android-versions-are-supported/index.it.md index ff732c65..a1a422aa 100644 --- a/content/faq/app/which-ios-and-android-versions-are-supported/index.it.md +++ b/content/faq/app/which-ios-and-android-versions-are-supported/index.it.md @@ -4,7 +4,7 @@ description: "Domande frequenti sull'applicazione Organic Maps" slug: quali-versioni-di-ios-e-android-sono-supportate taxonomies: - faq: ["Applicazione"] + faq: ["App"] extra: order: 10 diff --git a/content/faq/app/which-ios-and-android-versions-are-supported/index.md b/content/faq/app/which-ios-and-android-versions-are-supported/index.md index 3be75148..94990f2c 100644 --- a/content/faq/app/which-ios-and-android-versions-are-supported/index.md +++ b/content/faq/app/which-ios-and-android-versions-are-supported/index.md @@ -1,7 +1,6 @@ --- title: Which iOS and Android versions are supported? -description: Minimum requirements to run Organic Maps on Android and iOS devices -updated: "2024-06-20" +description: "Frequently asked questions for Organic Maps application" taxonomies: faq: ["App"] diff --git a/content/faq/bookmarks/how-to-export/index.de.md b/content/faq/bookmarks/how-to-export/index.de.md deleted file mode 100644 index 37c18432..00000000 --- a/content/faq/bookmarks/how-to-export/index.de.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Wie kann ich Lesezeichen exportieren? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Lesezeichen und Tracks"] - -extra: - order: 10 ---- - -Wählen Sie ein Lesezeichen auf der Karte aus, tippen Sie darauf und tippen Sie anschließend auf der Ortsseite auf "Teilen". Um alle Lesezeichen gleichzeitig in einer Liste zu teilen, tippen Sie auf das Doppelsternsymbol auf dem Hauptbildschirm, tippen Sie auf das Symbol mit drei Punkten vor dem Namen der Liste mit Lesezeichen und tippen Sie im Popup-Fenster auf "Datei exportieren". diff --git a/content/faq/bookmarks/how-to-export/index.es.md b/content/faq/bookmarks/how-to-export/index.es.md deleted file mode 100644 index a33245c1..00000000 --- a/content/faq/bookmarks/how-to-export/index.es.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Cómo puedo exportar los marcadores? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Marcadores y rutas"] - -extra: - order: 10 ---- - -Elige el marcador en el mapa y pulsa “Compartir”. Para compartir todos los marcadores en una lista de una vez, toque el símbolo de la estrella doble en la pantalla principal, toque el icono con tres puntos delante del nombre de la lista con marcadores y toque "Exportar el archivo" en la ventana emergente. diff --git a/content/faq/bookmarks/how-to-export/index.fr.md b/content/faq/bookmarks/how-to-export/index.fr.md deleted file mode 100644 index a3932f4e..00000000 --- a/content/faq/bookmarks/how-to-export/index.fr.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Comment partager (exporter) des signets? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Signets et parcours"] - -extra: - order: 10 ---- - -Choisissez un signet sur la carte, appuyez dessus, puis appuyez sur le bouton "Partager" dans la page d'accueil. Pour partager tous les signets dans une liste à la fois, appuyez sur le symbole étoile double sur l'écran principal, appuyez sur l'icône avec trois points devant le nom de la liste avec des signets et appuyez sur "Fichier d'exportation" dans la fenêtre pop-up. diff --git a/content/faq/bookmarks/how-to-export/index.md b/content/faq/bookmarks/how-to-export/index.md deleted file mode 100644 index aef47cd1..00000000 --- a/content/faq/bookmarks/how-to-export/index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: How to share (export) bookmarks and tracks? -description: Step-by-step guide for exporting bookmarks and tracks from Organic Maps to other applications and sharing with contacts -updated: "2024-06-20" - -taxonomies: - faq: ["Bookmarks and tracks"] - -extra: - order: 10 ---- - -Tap a bookmark on the map or in the list, and then tap the "Share" button on the place page. - -To share all bookmarks and tracks in a list from the Bookmarks and Tracks dialog, tap the icon with three dots in front of the¡ name of the list with bookmarks and tap the Export KML/KMZ or Export GPX in the pop-up window. diff --git a/content/faq/bookmarks/how-to-export/index.pl.md b/content/faq/bookmarks/how-to-export/index.pl.md deleted file mode 100644 index ab55f626..00000000 --- a/content/faq/bookmarks/how-to-export/index.pl.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Jak udostępniać (eksportować) zakładki? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Zakładki i trasy"] - -extra: - order: 10 ---- - -Wybierz zakładkę na mapie, stuknij ją, a następnie stuknij przycisk „Udostępnij” na stronie miejsca. Aby jednocześnie udostępnić wszystkie zakładki na liście, stuknij symbol podwójnej gwiazdy na ekranie głównym, stuknij ikona z trzema kropkami przed nazwą listy z zakładkami i dotknij Eksportuj plik w wyskakującym okienku okno. diff --git a/content/faq/bookmarks/how-to-export/index.pt-BR.md b/content/faq/bookmarks/how-to-export/index.pt-BR.md deleted file mode 100644 index 31fb826f..00000000 --- a/content/faq/bookmarks/how-to-export/index.pt-BR.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Como compartilhar (exportar) favoritos? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Favoritos e trilhas"] - -extra: - order: 10 ---- - -Escolha um favorito no mapa, toque nele e toque no botão "Compartilhar" na parte inferior. Para compartilhar todos os favoritos em uma lista de uma só vez, toque no símbolo de estrela na tela principal sem nada selecionado, depois toque no ícone com três pontos à frente do nome da lista com favoritos e toque em "Exportar arquivo" no menu que aparece. diff --git a/content/faq/bookmarks/how-to-export/index.pt.md b/content/faq/bookmarks/how-to-export/index.pt.md deleted file mode 100644 index 5c36d7ac..00000000 --- a/content/faq/bookmarks/how-to-export/index.pt.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Como partilhar (exportar) favoritos? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Favoritos e trilhas"] - -extra: - order: 10 ---- - -Escolha um favorito no mapa, toque nele e toque no botão "Partilhar" na parte inferior. Para partilhar todos os favoritos de uma lista de uma só vez, toque no símbolo de estrela no ecrã principal sem nada selecionado, depois toque no ícone com três pontos à frente do nome da lista com favoritos e toque em "Exportar o ficheiro" no menu que aparece. - diff --git a/content/faq/bookmarks/how-to-export/index.ru.md b/content/faq/bookmarks/how-to-export/index.ru.md deleted file mode 100644 index 186d2080..00000000 --- a/content/faq/bookmarks/how-to-export/index.ru.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Как экспортировать метки? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Метки и Треки"] - -extra: - order: 10 ---- - -Нажмите метку на карте и нажмите “Поделиться” в появившемся окне. Чтобы отправить все метки в группе сразу: - -* откройте меню меток, нажав на значок двойной звезды на главном экране; - -* нажмите значок с тремя точками справа от названия списка с метками и нажмите "Экспортировать файл" в появившемся окне diff --git a/content/faq/bookmarks/how-to-export/index.tr.md b/content/faq/bookmarks/how-to-export/index.tr.md deleted file mode 100644 index 5717d581..00000000 --- a/content/faq/bookmarks/how-to-export/index.tr.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Yer imleri nasıl paylaşılır/dışa aktarılır? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Yer İmleri ve Kayıtlar"] - -extra: - order: 10 ---- - -Haritada bir yer imi seçin, ona dokunun ve ardından yer bilgileri sayfasındaki "Paylaş" düğmesine dokunun. Bir listedeki tüm yer imlerini bir kerede paylaşmak için, ana ekranda yıldız simgesine dokunun, yer imlerinin bulunduğu listenin adının önündeki üç noktaya dokunun ve açılır pencereden Dosyayı Dışa Aktar'a dokunun. diff --git a/content/faq/bookmarks/how-to-export/index.uk.md b/content/faq/bookmarks/how-to-export/index.uk.md deleted file mode 100644 index 3421c5cf..00000000 --- a/content/faq/bookmarks/how-to-export/index.uk.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Як поділитися (експортувати) мітками? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Мітки та Маршрути"] - -extra: - order: 10 ---- - -Виберіть мітку на карті, торкніться її, а потім натисніть кнопку "Поділитися" в нижній панели. Щоб поділитися відразу всіма мітками зі списку, торкніться символу зірки на головному екрані, потім торкніться значка з трьома крапками після назви списку з мітками і натисніть "Експортувати файл" у спливаючому вікні. diff --git a/content/faq/bookmarks/how-to-export/index.zh-Hans.md b/content/faq/bookmarks/how-to-export/index.zh-Hans.md deleted file mode 100644 index eb087c67..00000000 --- a/content/faq/bookmarks/how-to-export/index.zh-Hans.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: 如何分享(或导出)书签 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["书签和轨迹"] - -extra: - order: 10 ---- - -在地图上选择并点击一个书签,然后在地点页面中轻触“分享”按钮。 -要一次性分享列表中的所有书签,请在主屏幕轻触双星号符号,轻触书签列表名称前面的三个点图标,然后在弹出窗口中轻触“导出文件”。 diff --git a/content/faq/bookmarks/how-to-import/index.de.md b/content/faq/bookmarks/how-to-import/index.de.md deleted file mode 100644 index 42d6fc5f..00000000 --- a/content/faq/bookmarks/how-to-import/index.de.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Wie kann ich Lesezeichen importieren? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Lesezeichen und Tracks"] - -extra: - order: 20 ---- - -Sie können Lesezeichen importieren, die von Organic Maps oder Apps von -Drittanbietern gesendet werden, wenn sie Lesezeichen im KML, KMZ, KMB, GPX-Format -exportieren: - -1. Sie können Lesezeichen aus Ordnern und Apps (einschließlich Maps.Me) importieren. Drücken Sie eine Sterntaste Um Lesezeichen zu öffnen, drücken Sie "Lesezeichen und Tracks importieren" und wählen Sie ein Laufwerk oder einen Ordner mit KML, KMZ, KMB, GPX-Dateien aus. - -2. Senden Sie eine E-Mail mit der beigefügten KML, KMZ, KMB, GPX-Datei. Sie können auch Instant Messenger oder Cloud-Speicher wie iCloud oder Google Drive verwenden. - -3. Tippen auf die Datei und wählen Sie "In Organic Maps öffnen". - -4. Es wird mit Organic Maps geöffnet und Sie werden die Nachricht "Lesezeichen erfolgreich geladen!" sehen. Sie finden Ihre Pins auf der Karte oder im Lesezeichen-Menü. diff --git a/content/faq/bookmarks/how-to-import/index.es.md b/content/faq/bookmarks/how-to-import/index.es.md deleted file mode 100644 index 2a144180..00000000 --- a/content/faq/bookmarks/how-to-import/index.es.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Cómo puedo importar los marcadores? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Marcadores y rutas"] - -extra: - order: 20 ---- - -Puede importar marcadores enviados desde Organic Maps o aplicaciones de terceros si exportan marcadores en formato KML, KMZ, KMB, GPX: - -1. Puede importar marcadores desde carpetas y aplicaciones (incluido Maps.Me). Presione un botón de estrella para abrir marcadores, presione "Importar marcadores y trazas" y seleccione la unidad o carpeta con archivos KML, KMZ, KMB, GPX. - -2. Envía a ti mismo los archivos KML, KMZ, KMB, GPX por correo electrónico. También puede usar mensajería instantánea o almacenamiento en la nube, como iCloud o Google Drive. - -3. Pulsa un archivo y elige “Copiar en Organic Maps” (iOS) o "Abrir con Organic Maps" (Android). - -4. El archivo se abrirá con Organic Maps y verás “¡Los favoritos se han cargado con éxito! Puedes encontrarlos en el mapa o en la pantalla de Gestión de favoritos.” diff --git a/content/faq/bookmarks/how-to-import/index.fr.md b/content/faq/bookmarks/how-to-import/index.fr.md deleted file mode 100644 index 771dfa9b..00000000 --- a/content/faq/bookmarks/how-to-import/index.fr.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Comment importer des signets? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Signets et parcours"] - -extra: - order: 20 ---- - -Vous pouvez importer des signets envoyés depuis Organic Maps ou des applications tierces exportés au format KML: - -1. Vous pouvez importer des favoris à partir de dossiers et d'applications (y compris Maps.Me). Appuyez sur un bouton étoile pour ouvrir les favoris, appuyez sur "Importer des signets et des parcours" et sélectionnez le lecteur ou le dossier contenant les fichiers KML, KMZ, KMB, GPX. - -2. Ouvrez un fichier KML, KMZ, KMB, GPX partagé avec des signets envoyés par e-mail, messagerie instantanée ou cloud stockage, par exemple, iCloud ou Google Drive. - -3. Appuyez une fois ou appuyez et maintenez le fichier KML, KMZ, KMB, GPX avec des signets et choisissez Ouvrir avec Organic Maps (Android) ou "Importer avec Organic Maps" (iOS) dans la fenêtre contextuelle. - -4. Il sera ouvert avec Organic Maps et vous verrez 'Signets chargés avec succès!'. Vous les trouverez sur la carte ou dans l'écran du menu Signets. diff --git a/content/faq/bookmarks/how-to-import/index.md b/content/faq/bookmarks/how-to-import/index.md deleted file mode 100644 index 25dbc82e..00000000 --- a/content/faq/bookmarks/how-to-import/index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: How to import bookmarks and tracks in KML, KMZ, KMB or GPX format? -description: Step-by-step instructions for importing bookmarks and tracks shared with you in formats KML, KMZ, KMB or GPX -updated: "2024-06-20" - -taxonomies: - faq: ["Bookmarks and tracks"] - -extra: - order: 20 ---- - -You can import bookmarks sent from Organic Maps or third party apps if they export bookmarks in KML, KMZ, KMB, GPX formats. - -To import a single file: - -1. Locate shared KML, KMZ, KMB, GPX file with bookmarks sent by email, instant messenger or cloud storage, for example, iCloud or Google Drive. - -2. Tap once or tap and hold the KML, KMZ, KMB, GPX file with bookmarks and choose Open with Organic Maps (Android) or "Import with Organic Maps" (iOS) in the pop-up window. - -3. It will be open with Organic Maps and you'll see ‘Bookmarks loaded successfully!’. You can find them on the map or in Bookmarks Menu screen. - -Importing bookmarks and tracks in batch is also possible: - -1. Open Organic Maps and tap star button to open list of bookmarks and tracks. Push "Import Bookmarks and Tracks" button. - -2. Select a folder with KML, KMZ, KMB, GPX files. Organic Maps will scan it including subfolders and import all supported files with bookmarks and tracks. You can choose root folder to search over all storage. diff --git a/content/faq/bookmarks/how-to-import/index.pl.md b/content/faq/bookmarks/how-to-import/index.pl.md deleted file mode 100644 index 85e9b569..00000000 --- a/content/faq/bookmarks/how-to-import/index.pl.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Jak importować zakładki? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Zakładki i trasy"] - -extra: - order: 20 ---- - -Możesz importować zakładki wysyłane z aplikacji Organic Maps lub innych firm, jeśli eksportują zakładki w formacie KML: - -1. Możesz importować zakładki z folderów i aplikacji (w tym Maps.Me). Naciśnij przycisk gwiazdki aby otworzyć zakładki, naciśnij „Importuj zakładki i trasy” i wybierz dysk lub folder z plikami KML, KMZ, KMB, GPX. - -2. Otwórz udostępniony plik KML, KMZ, KMB, GPX z zakładkami wysyłanymi przez e-mail, komunikator lub chmurę pamięć masowa, na przykład iCloud lub Dysk Google. - -3. Stuknij raz lub stuknij i przytrzymaj plik KML, KMZ, KMB, GPX z zakładkami i wybierz Otwórz za pomocą Organic Maps (Android) lub „Importuj z Organic Maps” (iOS) w wyskakującym oknie. - -4. Zostanie otwarty z Organic Maps, a zobaczysz „Zakładki załadowane pomyślnie!”. Możesz znajdź je na mapie lub na ekranie menu zakładek. diff --git a/content/faq/bookmarks/how-to-import/index.pt-BR.md b/content/faq/bookmarks/how-to-import/index.pt-BR.md deleted file mode 100644 index 508774f5..00000000 --- a/content/faq/bookmarks/how-to-import/index.pt-BR.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Como importar favoritos? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Favoritos e trilhas"] - -extra: - order: 20 ---- - -Você pode importar favoritos enviados do Organic Maps ou aplicativos de terceiros, se eles exportarem favoritos no formato KML, KMZ, KMB, GPX: - -1. Você pode importar favoritos de pastas e aplicativos (incluindo Maps.Me). Pressione um botão de estrela para abrir os favoritos, pressione "Importar favoritos e trilhas" e selecione a unidade ou pasta com arquivos KML, KMZ, KMB, GPX. - -2. Abra o arquivo KML, KMZ, KMB, GPX compartilhado com favoritos enviados por e-mail, mensagens instantâneas ou armazenamento na nuvem, por exemplo, iCloud ou Google Drive. - -3. Toque uma vez ou toque e segure o arquivo KML, KMZ, KMB, GPX com favoritos e escolha "Abrir com Organic Maps" (Android) ou "Importar com Organic Maps" (iOS) na janela pop-up. - -4. Ele será aberto com o Organic Maps e você verá "Favoritos carregados com sucesso!". Você pode encontrá-los no mapa ou na tela Menu de favoritos. diff --git a/content/faq/bookmarks/how-to-import/index.pt.md b/content/faq/bookmarks/how-to-import/index.pt.md deleted file mode 100644 index 0d8e83c6..00000000 --- a/content/faq/bookmarks/how-to-import/index.pt.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Como importar favoritos? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Favoritos e trilhas"] - -extra: - order: 20 ---- - -Pode importar favoritos enviados do Organic Maps ou de outras aplicações, se estas exportarem favoritos no formato KML: - -1. Pode importar favoritos de pastas e aplicações (incluindo o Maps.Me). Toque no botão da estrela para abrir os favoritos, toque em "Importar favoritos e trilhas" e selecione a unidade ou pasta com o ficheiro KML, KMZ, KMB, GPX. - -2. Abra o ficheiro KML, KMZ, KMB, GPX partilhado com favoritos enviados por e-mail, mensagens instantâneas ou armazenamento na nuvem, por exemplo, iCloud ou Google Drive. - -3. Toque uma vez ou toque e mantenha premido no ficheiro KML, KMZ, KMB, GPX com favoritos e escolha "Abrir com Organic Maps" (Android) ou "Importar com Organic Maps" (iOS) no menu que aparece. - -4. Ele será aberto com o Organic Maps e verá a mensagem "Favoritos carregados com sucesso!". Pode encontrar esses favoritos no mapa ou no Menu de favoritos. diff --git a/content/faq/bookmarks/how-to-import/index.ru.md b/content/faq/bookmarks/how-to-import/index.ru.md deleted file mode 100644 index fc3c74fa..00000000 --- a/content/faq/bookmarks/how-to-import/index.ru.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Как импортировать метки? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Метки и Треки"] - -extra: - order: 20 ---- - -Вы можете импортировать метки, отправленные из Organic Maps или сторонних приложений в форматах KML, KMZ, KMB, GPX: - -1. Вы можете импортировать метки из некоторых других приложений, включая Maps.Me. Откройте метки (кнопка со звёздочкой), нажмите "Импортировать метки и треки", и выберите диск или папку, где будут KML, KMZ, KMB или GPX файлы. - -2. Отправьте себе на почту файл с метками (в формате KML, KMZ, KMB, GPX). Вы также можете использовать приложения для обмена сообщениями или загрузить файл из облачного хранилища, например, iCloud или Google Диск. - -3. Нажмите файл и выберите "Скопировать в Organic Maps". - -4. Файл будет открыт в Organic Maps и вы увидете сообщение "Метки успешно загружены!". Вы можете найти их на карте и в меню меток. diff --git a/content/faq/bookmarks/how-to-import/index.tr.md b/content/faq/bookmarks/how-to-import/index.tr.md deleted file mode 100644 index e723095b..00000000 --- a/content/faq/bookmarks/how-to-import/index.tr.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Yer imleri nasıl içe aktarılır? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Yer İmleri ve Kayıtlar"] - -extra: - order: 20 ---- - -Organic Maps'ten veya yer imlerini KML, KMZ, KMB, GPX biçiminde dışa aktarıyorsa üçüncü taraf uygulamalardan gönderilen yer imlerini içe aktarabilirsiniz: - -1. Klasörlerden ve uygulamalardan (Maps.Me dahil) yer imlerini içe aktarabilirsiniz. Yer imlerini açmak için yıldız düğmesine basın, "Yer i̇mlerini ve parçaları i̇çe aktarma"a basın ve KML, KMZ, KMB, GPX dosyalarının bulunduğu sürücü veya klasörü seçin. - -2. E-posta, anlık mesajlaşma ile gönderilen veya iCloud veya Google Drive gibi bulut depolama yoluyla paylaşılan KML, KMZ, KMB, GPX dosyasını açın. - -3. Yer imleri içeren KML, KMZ, KMB, GPX dosyasına bir kez dokunun veya basılı tutun ve açılır pencerede Organic Maps ile Aç (Android) veya "Organic Maps ile İçe Aktar" (iOS) öğesini seçin. - -4. Organic Maps açılacak ve 'Yer imleri başarıyla yüklendi!' ifadesini göreceksiniz. Bunları haritada veya Yer İmleri Menüsü ekranında bulabilirsiniz. diff --git a/content/faq/bookmarks/how-to-import/index.uk.md b/content/faq/bookmarks/how-to-import/index.uk.md deleted file mode 100644 index a78bc0fe..00000000 --- a/content/faq/bookmarks/how-to-import/index.uk.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Як імпортувати мітки? -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Мітки та Маршрути"] - -extra: - order: 20 ---- - -Ви можете імпортувати мітки, надіслані з Organic Maps або зі сторонніх додатків, які підтримують експорт у формати KML, KMZ, KMB або GPX: - -1. Ви можете імпортувати мітки з папок і програм (включно з Maps.Me). Натисніть кнопку із зірочкою, щоб відкрити мітки, натисніть "Імпортувати мітки та маршрути" і виберіть диск або папку з файлами KML, KMZ, KMB, GPX. - -2. Відкрийте файл KML, KMZ, KMB, GPX із мітками, який ви отримали електронною поштою, в месенджері або через хмарним сховище, наприклад, iCloud або Google Drive. - -3. Натисніть один раз або натисніть і утримуйте файл KML, KMZ, KMB, GPX із мітками та виберіть "Відкрити за допомогою Organic Maps" (Android) або "Імпортувати за допомогою Organic Maps" (iOS) у спливаючому вікні. - -4. Її буде відкрито у програмі Organic Maps, і ви побачите повідомлення "Закладки завантажено успішно!". Ви можете побачити їх на мапі або в меню Мітки на головному екрані. diff --git a/content/faq/bookmarks/how-to-import/index.zh-Hans.md b/content/faq/bookmarks/how-to-import/index.zh-Hans.md deleted file mode 100644 index e7fba035..00000000 --- a/content/faq/bookmarks/how-to-import/index.zh-Hans.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: 如何导入书签 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["书签和轨迹"] - -extra: - order: 20 ---- - -您可以导入从 Organic Maps 或第三方应用发送的以 KML、KMZ、KMB、GPX 格式导出的书签: - -1. 您可以从文件夹和应用程序(包括 Maps.Me)导入书签。 按下星形按钮打开书签,按下“导入书签和轨迹”,然后选择带有 KML、KMZ、KMB、GPX 文件的驱动器或文件夹。 - -2. 使用电子邮件、即时通讯或云存储(例如 iCloud 或 Google 云端硬盘)发送带有书签的 KML、KMZ、KMB、GPX 文件,然后打开。 - -3. 轻触一次或长按带有书签的 KML、KMZ、KMB、GPX 文件,并在弹出窗口中选择“使用 Organic Maps 打开”(安卓)或“在 Organic Maps 中导入”(iOS)。 - -4. 将会在 Organic Maps 中打开,您将看到书签成功加载的提示。您可以在地图上或在书签菜单屏幕中找到它们。 diff --git a/content/faq/editing/advanced-map-editing/index.md b/content/faq/editing/advanced-map-editing/index.md deleted file mode 100644 index 55ece1ea..00000000 --- a/content/faq/editing/advanced-map-editing/index.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: How can I do more advanced map editing? -description: Tutorial for editing OpenStreetMap with more advanced tools like ID, Go Map and Vespucci -updated: "2024-06-20" - -taxonomies: - faq: ["Map Editing"] - -extra: - order: 40 ---- - -Organic Maps includes a simple and easy-to-use editor that you can use to edit the map. The editor is, however, limited and only allows to add simple point features, that means no building outlines, roads, lakes, towns, etc. If you want to change something that can not be edited with the build-in editor, this is the right FAQ page to read. - -As all map data used in Organic Maps comes from [OpenStreetMap.org (OSM)](https://www.openstreetmap.org), you can directly update the map there. Your modifications will then be included into Organic Maps with the next map update. - -## OpenStreetMap Editors - -For editing OSM, there are several options. If you have a laptop or desktop computer at hand, it's better to use the [ID Editor](https://www.openstreetmap.org/edit) that runs in your browser. The ID Editor is easy for beginners, and a bigger screen, mouse, and keyboard make map editing easier. - -For advanced map editing from a mobile device, use [Go Map](https://apps.apple.com/us/app/go-map/id592990211) for iOS or [Vespucci](https://play.google.com/store/apps/details?id=de.blau.android) for Android. Go Map is easy for beginners, while Vespucci targets more advanced users. LearnOSM provides tutorials for [Go Map](https://learnosm.org/en/mobile-mapping/gomap/) and [Vespucci](https://learnosm.org/en/mobile-mapping/vespucci/). - -For simpler edits with more fun, you may also try [Every Door app](https://every-door.app/) for iOS and Android and [StreetComplete app](https://streetcomplete.app/) for Android. - -#### ID Editor - -For editing OpenStreetMap with ID follow these steps: - -1. Create a new account or log in at [OpenStreetMap.org](https://www.openstreetmap.org) -2. Browse to the location you want to edit on OpenStreetMap.org and click *Edit* at the top -3. *Start the Walkthrough* and follow the short tutorial that explains the ID Editor -4. Edit the map -5. Upload your changes - -That's it, you are now part of the OSM community. - -## What happens with my edits? - -Once you press *Upload* your changes are instantly added to the public OSM database. So be considerate when editing. In Organic Maps, your changes will be visible after the next monthly map update. - -Your e-mail is not published, but other people will be able to see your OSM user name. As OSM offers the possibility to discuss changes, you might get questions about your edits from other OSM contributors. You will be notified about this via the e-mail address you used for registering your OSM account. As OSM is a community project that builds on collaboration you should always answer such questions. - -## Community and Wiki - -OpenStreetMap is a community. If you need help or have any questions you can ask in the [OSM Forum](https://community.openstreetmap.org/c/help-and-support) or take a look at the [OSM Wiki](https://wiki.openstreetmap.org/) documentation. - -## Tags - How the OSM datamodel works - -The OpenStreetMap database contains Objects like Nodes, Ways, Areas, and Relations that abstract from real-world features. These Objects have Attributes, so-called Tags to further describe them. A Tag is a Key-Value combination. - -As this sounds more complicated than it is we will give an example: -A Restaurant is e.g. mapped as a Note or Area with the Tag ``` amenity=restaurant```. Further Tags like ```cousine=*``` or ```opening_hours=*``` can then be used for further details. - -> Note that the ID editor hides the internal data structure from the users to be more beginner-friendly. But for reading the Wiki documentation heaving a brief overview of the data structure is helpful. -In the ID Editor, you can see the Tags that ID is hiding from you by expanding the *Tags* section in the *Edit feature* side panel. - -## OSM Notes - -If you don't have time or the problem is too complicated for editing the OSM data yourself OSM Notes ([Wiki](https://wiki.openstreetmap.org/wiki/Notes)) are the way to go. You can place such a note in the location of the map error and describe the problem in detail. Other OSM volunteers can then help and solve the issue. You will get e-mail notifications via your OSM account in case they have further questions or the OSM Note is solved. - -1. Create a new account or log in at [OpenStreetMap.org](https://www.openstreetmap.org) - > You can also open anonymous Notes, but this is not recomended as you won't get notified when the issue is solved or there are further questions. -2. Zoom to the map location on [OpenStreetMap.org](https://www.openstreetmap.org) and press *Add a note to the map* (second icon from the bottom on the right menue). Then drag the blue map marker to the exact location. - > Try to be as precice as you can. -3. Provide a detailed description of the map problem and press *Add Note* - > For shops e.g. provide the name and mention what is sold there or what services are offered. diff --git a/content/faq/editing/map-errors/index.de.md b/content/faq/editing/map-errors/index.de.md deleted file mode 100644 index 05b21c4c..00000000 --- a/content/faq/editing/map-errors/index.de.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Auf der Karte fehlen Orte oder sie haben falsche Namen -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Kartenbearbeitung"] - -extra: - order: 30 ---- - -Unsere Kartendatenquelle ist [OpenStreetMap](https://www.openstreetmap.org/) (OSM). Dies ist ein Kartierungsprojekt ähnlich wie Wikipedia, jedoch für Karten, in denen jeder Karten erstellen und bearbeiten kann. - - -Wenn Sie falsche Informationen sehen oder feststellen, dass einige Objekte auf der Karte fehlen, können Sie eine Notiz für OSM-Editoren [hinterlassen](https://www.openstreetmap.org/note/new) oder die Karte [registrieren](https://www.openstreetmap.org/user/new) und bearbeiten. - -Je mehr Leute mitarbeiten, desto detailliertere Karten erhalten wir. Und wir glauben, dass die detaillierteste Karte der ganzen Welt, die von der offenen Community erstellt wurde, nur eine Frage der Zeit ist. - -**Hinweise:** - -* Sie können auch neue Orte hinzufügen, vorhandene POI und Gebäudeinformationen (Adressen, Öffnungszeiten, Namen) direkt über Organic Maps bearbeiten. Sobald Sie sich mit dem OSM-Konto anmelden, werden Ihre Änderungen automatisch auf OSM hochgeladen. Bitte seien Sie vorsichtig bei der Bearbeitung, da Ihre Änderungen für alle anderen Benutzer sichtbar sind. - -* Die OpenStreetMap-Datenbank wird jede Minute aktualisiert. Unser Ziel ist es, die Karten in der App 1-4 Mal pro Monat zu aktualisieren. Wenn Sie etwas in OSM geändert haben, werden Ihre Änderungen in zukünftigen Karten-Updates angezeigt. diff --git a/content/faq/editing/map-errors/index.es.md b/content/faq/editing/map-errors/index.es.md deleted file mode 100644 index 1b155b2e..00000000 --- a/content/faq/editing/map-errors/index.es.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Algunos lugares no aparecen en el mapa o tienen un nombre incorrecto -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Edición de mapas"] - -extra: - order: 30 ---- - -Nuestra fuente de datos de mapas es [OpenStreetMap](https://www.openstreetmap.org) (OSM). Este es un proyecto de mapeo similar a Wikipedia, pero para mapas, donde cualquiera puede crear y editar mapas. - -Si ve información incorrecta, o si encuentra que faltan algunos objetos en el mapa, puede [dejar una nota](https://www.openstreetmap.org/note/new) para los editores de OSM o [registrarse](https://www.openstreetmap.org/user/new) y editar el mapa. - -Cuanta más gente contribuya, más mapas detallados obtendremos. Y creemos que el mapa más detallado de todo el mundo, creado por la comunidad abierta, es solo una cuestión de tiempo. - -**Notas:** - -* También puede agregar nuevos lugares, editar los PDI existentes y la información de construcción (direcciones, horarios de apertura, nombres) directamente a través de Organic Maps. Una vez que inicie sesión con la cuenta OSM, sus ediciones se cargarán automáticamente a OSM. Tenga cuidado al editar, ya que sus ediciones serán visibles para todos los demás usuarios. - -* La base de datos de OpenStreetMap se actualiza cada minuto. Nuestro objetivo es actualizar los mapas en la aplicación de 1 a 4 veces al mes. Si modificó algo en OSM, sus ediciones aparecerán en futuras actualizaciones de mapas. diff --git a/content/faq/editing/map-errors/index.fr.md b/content/faq/editing/map-errors/index.fr.md deleted file mode 100644 index 6d56fa97..00000000 --- a/content/faq/editing/map-errors/index.fr.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Quelques lieux sont absents de la carte ou mal orthographiés -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Édition de la carte"] - -extra: - order: 30 ---- - -Notre source de données cartographiques est [OpenStreetMap](https://www.openstreetmap.org/) (OSM). Il s'agit d'un projet cartographique similaire à Wikipedia, mais pour les cartes, où tout le monde peut créer et éditer des cartes. - -Si vous voyez des informations incorrectes ou si vous constatez que certains objets manquent sur la carte, vous pouvez [laisser une note](https://www.openstreetmap.org/note/new) aux éditeurs OSM ou vous [inscrire](https://www.openstreetmap.org/user/new) et modifier la carte. - -Plus les utilisateurs contribuent, plus nous obtenons des cartes détaillées. Et nous pensons que la carte la plus détaillée du monde entier, créée par la communauté ouverte, n'est qu'une question de temps. - -**Remarques:** - -* Vous pouvez également ajouter de nouveaux lieux, modifier des POI existants et des informations sur le bâtiment (adresses, heures d'ouverture, noms) directement via Organic Maps. Une fois que vous vous êtes connecté avec un compte OSM, vos modifications seront automatiquement téléchargées vers OSM. Restez prudent lors de l'édition, vos modifications seront visibles par tous les autres utilisateurs. - -* La base de données OpenStreetMap est mise à jour toutes les minutes. Nous visons à mettre à jour les cartes dans l'application 1 à 4 fois par mois. Si vous avez modifié quelque chose dans OSM, vos modifications apparaîtront dans les futures mises à jour des cartes. diff --git a/content/faq/editing/map-errors/index.md b/content/faq/editing/map-errors/index.md deleted file mode 100644 index 5c806835..00000000 --- a/content/faq/editing/map-errors/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Some places are missing on the map or have wrong names -description: Tips for correcting errors in maps, making changes and updates to objects directly in Organic Maps or through OpenStreetMap.org -updated: "2024-06-20" - -taxonomies: - faq: ["Map Editing"] - -extra: - order: 30 ---- - -Our map data source is [OpenStreetMap](https://welcome.openstreetmap.org) (OSM). This is a mapping project similar to Wikipedia, but for maps, where anybody can create and edit the map of the World. - -If you see incorrect information, or if you find that some objects are missing on the map, you can [leave a note](https://www.openstreetmap.org/note/new) for OSM editors or [register](https://www.openstreetmap.org/user/new) and edit the map. - -The more people contribute, the more detailed maps everyone gets. We believe that the most detailed map of the whole world, created by the open community, is just a matter of time. - -**Notes:** - -* You can also add new places, edit existing POI and building info (addresses, opening hours, names) directly in Organic Maps. Once you log in with OSM account, your edits will be automatically uploaded to OSM. Please be careful when editing, as your edits will be visible to all other users. - -* The OpenStreetMap database is updated every minute. We aim to update maps in the app 1-4 times per month. If you modified something in OSM, your edits will appear in future maps updates. diff --git a/content/faq/editing/map-errors/index.pl.md b/content/faq/editing/map-errors/index.pl.md deleted file mode 100644 index 02403b40..00000000 --- a/content/faq/editing/map-errors/index.pl.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Brakuje niektórych miejsc na mapie lub mają nieprawidłowe nazwy -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Edycja mapy"] - -extra: - order: 30 ---- - -Nasze źródło danych mapy to [OpenStreetMap](https://welcome.openstreetmap.org/) (OSM). Jest to projekt mapowania podobny do Wikipedii, ale do map, gdzie każdy może tworzyć i edytować mapy. - -Jeśli znajdziesz nieprawidłowe informacje lub zauważysz, że na mapie brakuje niektórych obiektów, możesz [zostawić uwagę](https://www.openstreetmap.org/note/new) edytorom OSM lub [zarejestrować się](https://www.openstreetmap.org/user/new) i edytować mapę. - -Im więcej osób współtworzy OSM, tym bardziej szczegółowe mapy otrzymuje OM. Wierzymy, że najbardziej szczegółowa mapa całego świata, stworzona przez otwartą społeczność, to tylko kwestia czasu. - -**Uwagi:** - -* Możesz także dodawać nowe miejsca, edytować istniejące punkty i informacje o budynkach (adresy, godziny otwarcia, nazwy) bezpośrednio przez Organic Maps. Po zalogowaniu się przy użyciu konta OSM, Twoje zmiany zostaną automatycznie przesłane do OSM. Zachowaj ostrożność podczas edycji, ponieważ Twoje zmiany będą widoczne dla wszystkich innych użytkowników. - -* Baza danych OpenStreetMap jest aktualizowana co minutę. Staramy się aktualizować mapy w aplikacji 1-4 razy w miesiącu. Jeśli coś zmodyfikowałeś w OSM, Twoje zmiany pojawią się w przyszłych aktualizacjach map. diff --git a/content/faq/editing/map-errors/index.pt-BR.md b/content/faq/editing/map-errors/index.pt-BR.md deleted file mode 100644 index 6add9daf..00000000 --- a/content/faq/editing/map-errors/index.pt-BR.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Alguns lugares estão faltando no mapa ou possuem nomes errados -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Edição de mapas"] - -extra: - order: 30 ---- - -Nossa fonte de dados de mapa é [OpenStreetMap](https://welcome.openstreetmap.org/) (OSM). Este é um projeto de mapeamento semelhante à Wikipédia, mas para mapas, onde qualquer pessoa pode criar e editar mapas. - -Se você vir informações incorretas, ou se achar que alguns objetos estão faltando no mapa, [deixe uma nota](https://www.openstreetmap.org/note/new) para os editores do OSM ou [registre-se](https://www.openstreetmap.org/user/new) e edite o mapa. - -Quanto mais pessoas contribuem, mais detalhados são os mapas. E acreditamos que o mapa mais detalhado de todo o mundo, criado pela comunidade aberta, é apenas uma questão de tempo. - -**Notas:** - -* Você também pode adicionar novos locais, editar o POI existente e adicionar informações (endereços, horário de funcionamento, nomes) diretamente via Organic Maps. Depois de fazer o login com a conta do OSM, suas edições serão automaticamente enviadas para o OSM. Tenha cuidado ao editar, pois suas edições ficarão visíveis para todos os outros usuários. - -* O banco de dados do OpenStreetMap é atualizado a cada minuto. Nosso objetivo é atualizar os mapas no aplicativo de 1 a 4 vezes por mês. Se você modificou algo no OSM, suas edições aparecerão em futuras atualizações de mapas. diff --git a/content/faq/editing/map-errors/index.pt.md b/content/faq/editing/map-errors/index.pt.md deleted file mode 100644 index 7c0f2fe9..00000000 --- a/content/faq/editing/map-errors/index.pt.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Faltam alguns lugares no mapa ou têm nomes errados -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Edição de mapas"] - -extra: - order: 30 ---- - -A nossa fonte de dados do mapa é [OpenStreetMap](https://welcome.openstreetmap.org/) (OSM). Trata-se de um projeto de mapeamento semelhante à Wikipédia, mas para mapas, onde qualquer pessoa pode criar e editar mapas. - -Se encontrar informações incorretas ou se achar que faltam alguns elementos no mapa, [deixe uma nota](https://www.openstreetmap.org/note/new) para os editores do OSM ou [registe-se](https://www.openstreetmap.org/user/new) e edite o mapa. - -Quanto mais pessoas contribuirem, mais detalhados são os mapas. Acreditamos que o mapa mais detalhado de todo o mundo, criado pela comunidade de forma aberta, é apenas uma questão de tempo. - -**Notas:** - -* Também pode adicionar novos locais, editar o POI existente e adicionar informações (endereços, horário de funcionamento, nomes) diretamente no Organic Maps. Depois de se autenticar com a sua conta do OSM, as suas edições serão automaticamente enviadas para o OSM. Tenha cuidado ao editar, pois as suas edições ficarão visíveis para todos os outros utilizadores. - -* A base de dados do OpenStreetMap é atualizada a cada minuto. O nosso objetivo é atualizar os mapas na aplicação de 1 a 4 vezes por mês. Se alterou alguma coisa no OSM, as suas edições aparecerão em futuras atualizações dos mapas. - diff --git a/content/faq/editing/map-errors/index.ru.md b/content/faq/editing/map-errors/index.ru.md deleted file mode 100644 index 69b4a4b3..00000000 --- a/content/faq/editing/map-errors/index.ru.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: На карте отсутствуют или неправильно называются объекты -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Редактирование"] - -extra: - order: 30 ---- - -В Organic Maps мы делаем само приложение и сложные алгоритмы. Наш источник данных – [OpenStreetMap](https://www.openstreetmap.org/) (OSM), это открытый проект, как Википедия, только для карт. - -Если вы заметили неточности или увидели, что отсутствуют какие-либо детали, вы можете [сообщить об этом](https://www.openstreetmap.org/note/new) редакторам OSM или [зарегистрироваться](https://www.openstreetmap.org/user/new) на сайте OpenStreetMap и отредактировать карту. - -Чем больше небезразличных людей, тем точнее будут карты для всех нас. Мы в команде считаем, что подробные карты всей нашей планеты – это всего лишь вопрос времени. - -**Примечания:** - -* Вы также можете добавлять новые и редактировать уже отмеченные места (название, адресная информация, часы работы) напрямую из Organic Maps. Как только вы авторизуетесь через профиль OSM, правки будут автоматически отправлены в OSM. Пожалуйста, будьте внимательны при редактировании: ваши правки будут доступны всем остальным пользователям. - -* База данных OpenStreetMap обновляется каждую минуту. Наша цель — обновлять данные в приложении 1-4 раза в месяц. Если вы что-то меняли в OSM, ваши исправления появятся в одном из следующих обновлений. diff --git a/content/faq/editing/map-errors/index.tr.md b/content/faq/editing/map-errors/index.tr.md deleted file mode 100644 index 964fef22..00000000 --- a/content/faq/editing/map-errors/index.tr.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Haritada bazı yerler eksik veya yanlış adlara sahip -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Harita düzenleme"] - -extra: - order: 30 ---- - -Harita veri kaynağımız [OpenStreetMap'tir](https://welcome.openstreetmap.org/) (OSM). OpenStreetMap, herkesin harita oluşturabildiği ve düzenleyebildiği Vikipedi'ye benzer bir haritalama projesidir. - -Haritada yanlış bir bilgi görürseniz ya da eksik bir nesne fark ederseniz, OSM editörleri için [bir not bırakabilir](https://www.openstreetmap.org/note/new) veya [kaydolup](https://www.openstreetmap.org/user/new) haritayı düzenleyebilirsiniz. - -Ne kadar çok insan katkıda bulunursa, o kadar ayrıntılı haritalar elde ederiz. Açık topluluk tarafından oluşturulan tüm dünyanın en ayrıntılı haritasının sadece bir zaman meselesi olduğuna inanıyoruz. - -**Notlar:** - -* Ayrıca doğrudan Organic Maps ile yeni yerler ekleyebilir, mevcut POI (İÇN) ve yapı bilgilerini (adresler, çalışma saatleri, isimler) düzenleyebilirsiniz. Bir seferlik OSM hesabınızla giriş yaptığınızda düzenlemeleriniz otomatik olarak OSM'ye yüklenecektir. Düzenlemeleriniz diğer tüm kullanıcılar tarafından görülebileceği için lütfen düzenleme yaparken dikkatli olun. - -* OpenStreetMap veritabanı her dakika güncellenir. Ayda 1-4 kez uygulamadaki haritayı güncellemeyi hedefliyoruz. Eğer OSM'de herhangi bir değişiklik yaptıysanız, düzenlemeleriniz gelecekteki harita güncellemelerinde görünecektir. diff --git a/content/faq/editing/map-errors/index.uk.md b/content/faq/editing/map-errors/index.uk.md deleted file mode 100644 index 7ed8faa9..00000000 --- a/content/faq/editing/map-errors/index.uk.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: Деякі місця відсутні на карті або мають неправильні назви -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Редагування"] - -extra: - order: 30 ---- - -Джерелом наших картографічних даних є [OpenStreetMap](https://welcome.openstreetmap.org/) (OSM). Це картографічний проект, подібний до Вікіпедії, але для мап, де будь-хто може створювати та редагувати мапи. - -Якщо ви побачили невірну інформацію або виявили, що деякі об'єкти відсутні на карті, ви можете [залишити повідомлення](https://www.openstreetmap.org/note/new) для редакторів OSM або [реєструватися](https://www.openstreetmap.org/user/new) і редагувати мапу. - -Чим більше людей долучається, тим детальніші стають карти. Ми віримо, що найдетальніша карта всього світу, створена відкритою спільнотою - це лише питання часу. - -**Примітки:** - -* Ви також можете додавати нові місця, редагувати існуючі POI та інформацію про будівлі (адреси, години роботи, назви) безпосередньо в Organic Maps. Після того, як ви ввійдете за допомогою облікового запису OSM, ваші правки будуть автоматично завантажені на OSM. Будь ласка, будьте обережні при редагуванні, оскільки ваші правки будуть видимі всім іншим користувачам. - -* База даних OpenStreetMap змінюється щохвилини. Ми прагнемо оновлювати карти в додатку 1-4 рази на місяць. Якщо ви змінили щось в OSM, ваші правки з'являться в наступних оновленнях мап. diff --git a/content/faq/editing/map-errors/index.zh-Hans.md b/content/faq/editing/map-errors/index.zh-Hans.md deleted file mode 100644 index 5e9057e7..00000000 --- a/content/faq/editing/map-errors/index.zh-Hans.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: 地图上有些地方缺失或名称有误 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["地图编辑"] - -extra: - order: 30 ---- - -我们的地图数据源是 [OpenStreetMap](https://welcome.openstreetmap.org/)(简称 OSM)。这是一个类似维基百科的地图项目,任何人都可以创建和编辑地图。 - -如果您发现不准确的信息,或者发现地图上缺少某些对象,您可以给 OSM 编辑者 [留言](https://www.openstreetmap.org/note/new),或者 [注册](https://www.openstreetmap.org/user/new) 并编辑地图。 - -参与的人越多,我们就能得到更详细的地图。我们相信,由开放社区创建的全球最详细地图只是时间的问题。 - -**请注意:** - -* 您还可以通过 Organic Maps 直接添加新地点,编辑现有兴趣点和建筑信息(地址、营业时间、名称)。 一旦使用 OSM 账户登录,您的编辑将自动上传到OSM。请在编辑时小心,因为您的编辑将对所有其他用户可见。 - -* OpenStreetMap 数据库每分钟更新一次。 我们的目标是每月 1 到 4 次更新应用中的地图。 如果您在 OSM中进行了修改,您的编辑将出现在未来的地图更新中。 diff --git a/content/faq/embedded-faq.md b/content/faq/embedded-faq.md deleted file mode 100644 index aa98dd12..00000000 --- a/content/faq/embedded-faq.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Multilang single page FAQ -description: Multilang single page FAQ -template: "faq/embedded-faq.html" ---- - -Static FAQ page to me embedded into Android and iOS apps diff --git a/content/faq/linux/how-to-use-flatpak/clear_route.png b/content/faq/linux/how-to-use-flatpak/clear_route.png new file mode 100644 index 00000000..c7b013c4 Binary files /dev/null and b/content/faq/linux/how-to-use-flatpak/clear_route.png differ diff --git a/content/faq/linux/how-to-use-flatpak/index.md b/content/faq/linux/how-to-use-flatpak/index.md new file mode 100644 index 00000000..5958aae2 --- /dev/null +++ b/content/faq/linux/how-to-use-flatpak/index.md @@ -0,0 +1,32 @@ +--- +title: How do I use the flatpak version of the app? +description: "Frequently asked questions for Organic Maps application" + +taxonomies: + faq: ["Linux"] + +extra: + order: 10 +--- + +To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` + +Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. + +You can hover your mouse over the various icons to see some help text. + +To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. + +![Setting start point and end point](nav_points.png) + +You can click the blue icon directly above settings icon to clear navigation. + +![clear navigation](clear_route.png) + +To search for addresses and destinations, click the magnifying glass and enter the address or search term. + +To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. + +![viewing bookmarks](view_bookmarks.png) + +The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! diff --git a/content/faq/linux/how-to-use-flatpak/nav_points.png b/content/faq/linux/how-to-use-flatpak/nav_points.png new file mode 100644 index 00000000..b54fe631 Binary files /dev/null and b/content/faq/linux/how-to-use-flatpak/nav_points.png differ diff --git a/content/faq/linux/how-to-use-flatpak/view_bookmarks.png b/content/faq/linux/how-to-use-flatpak/view_bookmarks.png new file mode 100644 index 00000000..029a9c4e Binary files /dev/null and b/content/faq/linux/how-to-use-flatpak/view_bookmarks.png differ diff --git a/content/faq/map/can-not-find-position/index.de.md b/content/faq/map/can-not-find-position/index.de.md deleted file mode 100644 index 82bce877..00000000 --- a/content/faq/map/can-not-find-position/index.de.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Mein Standort kann von der App nicht bestimmt werden -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Karte"] - -extra: - order: 10 ---- - -Bitte stellen Sie sicher, dass Ihr Gerät über GPS verfügt und die Standorteinstellungen aktiviert sind. - -**Android** - -Öffnen Sie auf Ihrem Gerät Einstellungen → Standort. Es ist besser, den Modus Hohe Genauigkeit einzuschalten. - -Wenn Sie Schwierigkeiten haben, Ihren Standort mit GPS zu bestimmen, aktivieren Sie (sofern aktiviert) "Google Play-Dienste" in den App-Einstellungen. - -Hinweis: können Sie nur sehen, wenn auf Ihrem Android-Gerät Google Play-Dienste installiert (aktiviert) sind. Google Play-Dienste werden verwendet, um den Standort genauer zu bestimmen. Wenn Probleme mit der Ortsgenauigkeit auftreten, nachdem Sie die Option deaktiviert haben, aktivieren Sie sie. - -**iOS** - -Wenn Sie ein iPhone- oder iPad-Nutzer sind, überprüfen Sie bitte iOS-Einstellungen → Datenschutz → Standortdienste. Geolocation-Datenfreigabe sollte für Organic Maps aktiviert werden. - -**Anmerkungen:** - -* Um beim Roaming unerwünschte Daten zu vermeiden, können Sie in den Geräteeinstellungen alle mobilen Daten ausschalten, einen Flugmodus aktivieren oder mobile Daten für Organic Maps deaktivieren. Android- und iOS-Geräte können GPS im Flugmodus verwenden. - -* Einige Mobilgeräte verfügen nicht über integrierte GPS-Empfänger, wie z. B. den iPod Touch, das reine WiFi-iPad, Amazon Kindle Fire / Kindle Fire HD 7 und einige Android-Tablets. Auf diesen Geräten zeigt unsere Anwendung Ihren ungefähren Standort an, solange Sie mit dem Internet verbunden sind. - -* Beachten Sie bitte, dass die Standortbestimmung mit GPS (mit WiFi und Mobilfunknetz aus) einige Zeit dauern kann. Je länger das GPS nicht benutzt wurde, desto mehr Zeit wird benötigt. Die Geschwindigkeit der Standortbestimmung hängt vom Gerät und nicht von der App ab. Die GPS-Bedienung wird auch vom Wetter beeinflusst - am besten funktioniert es im Freien, wenn der Himmel klar ist. Probleme können auftreten, wenn Sie versuchen, sich im Haus, in einer engen Straße oder beim Autofahren zu finden. diff --git a/content/faq/map/can-not-find-position/index.es.md b/content/faq/map/can-not-find-position/index.es.md deleted file mode 100644 index 3bcf4bea..00000000 --- a/content/faq/map/can-not-find-position/index.es.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: La aplicación no puede establecer mi posición -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 10 ---- - -Asegúrese de que su dispositivo tenga configurados el GPS y la ubicación. - -**Android** - -En su dispositivo, abra Configuración → Ubicación. Es mejor activar el modo de alta precisión. - -Si tiene dificultades para determinar su ubicación con GPS, habilite (deshabilite, si está habilitado) "Servicios de Google Play" en la configuración de la aplicación. - -Nota: puede verlo solo si tiene los servicios de Google Play instalados (habilitados) en su dispositivo Android. Los servicios de Google play se usan para determinar la ubicación de manera más precisa; si tiene problemas con la precisión de la ubicación después de deshabilitar la opción, actívela. - -**iOS** - -Si usted es un usuario de iPhone o iPad, verifique la configuración de iOS → Privacidad → Servicios de ubicación. El intercambio de datos de geolocalización debería estar habilitado para Organic Maps. - -**Notas:** - -* Para evitar datos no deseados durante el roaming, puede desactivar los datos móviles, activar modo avión o deshabilitar datos móviles para Organic Maps en la configuración de su dispositivo. Los dispositivos Android e iOS pueden usar el GPS en el modo avión. - -* Algunos dispositivos móviles no tienen receptores GPS incorporados, como el iPod Touch, el iPad solo WiFi, Amazon Kindle Fire / Kindle Fire HD 7 y algunas tabletas Android. En estos dispositivos, nuestra aplicación mostrará su ubicación aproximada, siempre que esté conectado a internet. - -* Por último, recuerde que la determinación de la ubicación con GPS (con WiFi y Red móvil desactivada) puede llevar algo de tiempo. Cuanto más tiempo no se haya utilizado el GPS, más tiempo tomará. La velocidad de determinación de la ubicación depende del dispositivo, no de la aplicación. La operación del GPS también está influenciada por el clima: funciona mejor en exteriores cuando el cielo está despejado. Pueden surgir problemas al tratar de ubicarse en el interior, en una calle estrecha o cuando conduce un automóvil. diff --git a/content/faq/map/can-not-find-position/index.fr.md b/content/faq/map/can-not-find-position/index.fr.md deleted file mode 100644 index b99da531..00000000 --- a/content/faq/map/can-not-find-position/index.fr.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: L'application n'arrive pas à déterminer ma position -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Carte"] - -extra: - order: 10 ---- - -Veuillez vous assurer que votre appareil dispose de GPS et que les paramètres de localisation sont activés. - -**Android** - -Sur votre appareil, ouvrez Paramètres → Localisation. Il est préférable d'activer le mode Haute précision. - -Si vous avez des difficultés à déterminer votre position avec le GPS, activez (désactivez, si activé) "Google Play Services" dans les paramètres de l'application. - -Remarque : vous ne pouvez le voir que si les services Google Play sont installés (activés) sur votre ordinateur. Appareil Android Les services Google Play sont utilisés pour déterminer l'emplacement plus précisément, si vous vous rencontrez des problèmes de précision de localisation après avoir désactivé l'option, activez-la. - -**iOS** - -Si vous utilisez un iPhone ou un iPad, veuillez vérifier les paramètres iOS → Confidentialité → Services de localisation. Le partage de données de géolocalisation doit être activé pour Organic Maps. - -**Notes:** - -* Pour éviter les données indésirables en itinérance, vous pouvez désactiver toutes les données mobiles, activer le mode Avion ou désactiver les données mobiles pour Organic Maps dans les paramètres de votre appareil. Les appareils Android et iOS peuvent utiliser le GPS en mode Avion. - -* Certains appareils mobiles ne disposent pas de récepteurs GPS intégrés, tels que l'iPod Touch, l'iPad WiFi uniquement, Amazon Kindle Fire / Kindle Fire HD 7 et quelques tablettes Android. Sur ces appareils, notre application montrera votre position approximative, tant que vous êtes connecté à Internet. - -* Enfin, rappelez-vous que l'emplacement déterminé avec le GPS (avec WiFi et Mobile Réseau éteint) peut prendre un certain temps. Moins le GPS a été utilisé, plus il prend de temps. La vitesse de détermination de l'emplacement dépend de l'appareil, pas de l'application. Le fonctionnement du GPS est influencé par la météo aussi - il fonctionne mieux à l'extérieur quand le ciel est clair. Des problèmes peuvent survenir si vous vous trouvez à l'intérieur, dans une rue étroite ou en conduisant une voiture. diff --git a/content/faq/map/can-not-find-position/index.md b/content/faq/map/can-not-find-position/index.md deleted file mode 100644 index 3ee84496..00000000 --- a/content/faq/map/can-not-find-position/index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: The app can't find my position on the map -description: Troubleshooting guide for solving problems with location determination for iOS and Android devices -updated: "2024-06-20" - -taxonomies: - faq: ["Map"] - -extra: - order: 10 ---- - -Please make sure your device has GPS, location services are enabled, and location permissions are given to Organic Maps. - -**Android** - -On your device open Settings → Location. It is better to switch on High accuracy mode, as it enables precise GPS location. - -If your Android device can not determine your location, enable (or disable, if enabled) “Google Play Services” option in the app settings. - -Note: you can see it only if you have Google Play services installed (enabled) on your Android device. Google play services are used to determine location more precisely, if you experience issues with location accuracy after you disabled the option, turn it on. - -**iOS** - -If you are an iPhone or iPad user, please check iOS settings → Privacy → Location services. Geolocation data sharing should be enabled for Organic Maps. - -**Notes:** - -* To avoid unwanted data while roaming, you can turn off all mobile data, activate a flight mode or disable mobile data for Organic Maps in your device settings. Android and iOS devices can use GPS in the flight mode. - -* Some mobile devices do not have built-in GPS receivers, such as the iPod Touch, WiFi-only iPad, Amazon Kindle Fire/Kindle Fire HD 7, and some Android tablets. On these devices, all apps will show your approximate location detected using a Wi-Fi network, as long as you are connected to the internet. - -* Location detection with GPS satellites (when WiFi and Mobile Networks are disabled) may take some time. The longer the GPS has not been used, the more time it takes. The speed of location detection depends on the device, not the app. The GPS operation is influenced by the weather as well – it works best outdoors when the sky is clear. Problems may arise when trying to locate yourself indoors, on a narrow street, or when driving a car, with a lot of metal around or with a metal/magnet on the device's case. diff --git a/content/faq/map/can-not-find-position/index.pl.md b/content/faq/map/can-not-find-position/index.pl.md deleted file mode 100644 index d3c229af..00000000 --- a/content/faq/map/can-not-find-position/index.pl.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Aplikacja nie może określić mojej lokalizacji -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 10 ---- - -Upewnij się, że Twoje urządzenie ma GPS i ustawienia lokalizacji są włączone. - -**Android** - -Na twoim urządzeniu otwórz Ustawienia → Lokalizacja. Lepiej jest włączyć tryb wysokiej dokładności. - -Jeśli masz trudności z określeniem swojej lokalizacji za pomocą GPS, włącz (wyłącz, jeśli włączone) "Usługi Google Play" w ustawieniach aplikacji. - -Uwaga: możesz je zobaczyć tylko wtedy, gdy masz zainstalowane (i włączone) usługi Google Play na twoim urządzeniu z Androidem. Usługi Google Play są używane do dokładniejszego określenia lokalizacji, jeśli masz problemy z dokładnością lokalizacji po wyłączeniu opcji, włącz ją. - -**iOS** - -Jeśli jesteś użytkownikiem iPhone'a lub iPada, sprawdź ustawienia iOS → Prywatność → Usługi lokalizacji. Udostępnianie danych geolokalizacyjnych powinno być włączone dla Organic Maps. - -**Uwagi:** - -* Aby uniknąć niechcianych opłat podczas roamingu, możesz wyłączyć wszystkie dane mobilne, aktywować tryb samolotowy lub wyłączyć dane mobilne dla Organic Maps w ustawieniach urządzenia. Urządzenia z Androidem i iOS mogą korzystać z GPS w trybie lotu. - -* Niektóre urządzenia mobilne nie mają wbudowanych odbiorników GPS, takich jak iPod Touch, iPad tylko z Wi-Fi, Amazon Kindle Fire / Kindle Fire HD 7 i niektóre tablety z Androidem. Na tych urządzeniach nasza aplikacja będzie pokazywać przybliżoną lokalizację, o ile jesteś podłączony do Internetu. - -* Na koniec pamiętaj, że określanie lokalizacji z GPS (z WiFi i danymi mobilnymi wyłączonymi) może zająć trochę czasu. Im dłużej GPS nie jest używany, tym więcej czasu zajmuje. Szybkość określania lokalizacji zależy od urządzenia, a nie od aplikacji. Pogoda wpływa na funkcjonowanie GPS - najlepiej działa na zewnątrz, gdy niebo jest czyste. Mogą pojawić się problemy podczas próby zlokalizowania się w domu, na wąskiej ulicy lub podczas prowadzenia samochodu. diff --git a/content/faq/map/can-not-find-position/index.pt-BR.md b/content/faq/map/can-not-find-position/index.pt-BR.md deleted file mode 100644 index 7797d04b..00000000 --- a/content/faq/map/can-not-find-position/index.pt-BR.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: O aplicativo não pode determinar minha localização -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 10 ---- - -Por favor, verifique se o seu dispositivo tem GPS e as configurações de localização estão ativadas. - -**Android** - -No seu dispositivo, abra Configurações → Localização. É melhor ligar o modo de alta precisão (GPS assistido, A-GPS). - -Se tiver dificuldade em determinar a sua localização com o GPS, ative (desative, se ativada) o "Google Play Services" nas configurações da aplicação. - -Nota: só pode ver se tiver o Google Play Services instalado (ativado) no seu dispositivo Android. Os serviços de reprodução do Google são usados para determinar a localização com mais precisão. Se você tiver problemas com a precisão da localização depois de desativar a opção, ative-a. - -**iOS** - -Se você é um usuário de iPhone ou iPad, Por favor, verifique as configurações do iOS → Privacidade → Serviços de localização. O compartilhamento de dados de geolocalização deve ser ativado para o Organic Maps. - -**Notas:** - -* Para evitar dados indesejados durante o roaming, você pode desativar todos os dados móveis, ativar um modo de voo ou desativar os dados móveis do Organic Maps nas configurações do dispositivo. Dispositivos Android e iOS podem usar GPS no modo de voo. - -* Alguns dispositivos móveis não possuem receptores GPS integrados, como o iPod Touch, o iPad apenas com WiFi, o Kindle Fire Kindle HD 7 da Amazon e alguns tablets Android. Nesses dispositivos, nosso aplicativo mostrará sua localização aproximada, desde que você esteja conectado à Internet. - -* Finalmente, por favor se lembre que determinar sua localização com GPS (com rede Wi-Fi e rede móvel desligados) pode demorar algum tempo. Quanto mais tempo tiver decorrido desde a última vez que usou o GPS, mais tempo demora fazer uma nova localização. A velocidade de localização depende do dispositivo e não do aplicativo. A operação GPS também depende das condições metereológicas – funciona melhor em exterior e com o céu limpo. Os problemas surgem usando no interior de edifícios, numa rua estreita ladeada por prédios altos ou dentro de um veículo em movimento. - diff --git a/content/faq/map/can-not-find-position/index.pt.md b/content/faq/map/can-not-find-position/index.pt.md deleted file mode 100644 index d88e7485..00000000 --- a/content/faq/map/can-not-find-position/index.pt.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: A aplicação não consegue determinar a minha localização -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 10 ---- - -Por favor, verifique se o seu dispositivo tem GPS e as configurações de localização estão ativadas. - -**Android** - -No seu dispositivo, abra Configurações → Localização. É recomendável ligar o modo de alta precisão (GPS assistido ou A-GPS). - -Se tiver dificuldade em determinar a sua localização com o GPS, ative (ou desative, se já estiver ativado) o "Google Play Services" nas configurações da aplicação. - -Nota: só pode usar a localização com maior precisão ver se tiver o Google Play Services instalado (ativado) no seu dispositivo Android. Os serviços do Google são usados para determinar a localização com mais precisão. Se tiver problemas com a precisão da localização depois de desativar a opção, ative-a novamente. - -**iOS** - -Se tem um iPhone ou iPad, Por favor, verifique as configurações do iOS → Privacidade → Serviços de localização. A partilha de dados de geolocalização tem de ser ativada para o Organic Maps. - -**Notas:** - -* Para evitar usar dados em roaming, pode desativar todos os dados móveis, ativar o modo de voo ou desativar os dados móveis do Organic Maps nas configurações do dispositivo. Os dispositivos Android e iOS podem usar o GPS no modo de voo. - -* Alguns dispositivos móveis não têm receptores GPS integrados, como o iPod Touch, o iPad (apenas em Wi-Fi), o Kindle Fire Kindle HD 7 da Amazon e alguns tablets Android. Nesses dispositivos, a nossa aplicação mostrará a sua localização aproximada, desde que esteja ligado à Internet. - -* Finalmente, por favor lembre-se que determinar a localização com o GPS (com a rede Wi-Fi e a rede móvel desligados) pode demorar algum tempo. Quanto mais tempo tiver decorrido desde a última vez que usou o GPS, mais tempo demora a fazer uma nova localização. A velocidade de localização depende do dispositivo e não da aplicação. A operação do GPS também depende das condições metereológicas – funciona melhor em exteriores e com o céu limpo. Os problemas surgem ao usar no interior de edifícios, numa rua estreita ladeada por prédios altos ou dentro de um veículo em movimento. diff --git a/content/faq/map/can-not-find-position/index.ru.md b/content/faq/map/can-not-find-position/index.ru.md deleted file mode 100644 index 91f1fa2c..00000000 --- a/content/faq/map/can-not-find-position/index.ru.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Приложение не может определить мое местоположение -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Карта"] - -extra: - order: 10 ---- - -Пожалуйста, убедитесь, что ваше устройство поддерживает GPS и в настройках устройства включено определение местоположения. - -**Android** - -Откройте настройки устройства → Местоположение/Геоданные → Вкл. Рекомендуется выбрать режим “По всем источникам/Высокая точность”. - -Если настройки геолокации в порядке, убедитесь, что службы Google Play не заблокированы другими приложениями или антивирусами. Попробуйте поставить (или убрать, если стоит) галочку “Google Play Services”* в настройках приложения. На разных устройствах эта опция может давать положительный или отрицательный эффект. - -Примечание: опция отображается только если на устройстве установлены сервисы Google Play. - -**iOS** - -Если вы пользуетесь iPhone или iPad, проверьте, пожалуйста, настройки iOS → Конфиденциальность → Службы геолокации. Необходимо разрешить определение местоположения для Organic Maps. - -**Примечания:** - -* Определение местоположения по GPS (с выключенным Wi-FI и передачей мобильных данных) может занять продолжительное время (чем дольше не используется GPS, тем больше времени уходит на определение позиции), скорость определения местоположения будет зависеть от устройства, а не от приложения. - -* Кроме того, работа GPS зависит от погодных условий: лучше всего система работает на открытом воздухе при ясной погоде. Проблемы могут возникнуть при определении местоположения в закрытом помещении, на узких улицах или при движении в автомобиле. - -* GPS точно отсутствует в iPod Touch, iPad (модели только с Wi-Fi), Amazon Kindle Fire/Kindle Fire HD 7” и в некоторых Android-планшетах. Но даже в этом случае при наличии подключения к интернету вы увидите ваше положение на карте. diff --git a/content/faq/map/can-not-find-position/index.tr.md b/content/faq/map/can-not-find-position/index.tr.md deleted file mode 100644 index 3091d223..00000000 --- a/content/faq/map/can-not-find-position/index.tr.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Uygulama konumumu haritada bulamıyor -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Harita"] - -extra: - order: 10 ---- - -Lütfen cihazınızın GPS'i olduğundan ve konum ayarlarının açık olduğundan emin olun. - -**Android** - -Cihazınızda Ayarlar → Konum'u açın. Yüksek doğruluk moduna geçmek daha iyi olacaktır. - -GPS ile konumunuzu belirlemekte zorluk çekiyorsanız, uygulama ayarlarından “Google Play Hizmetleri”ni etkinleştirin (etkinse kapatıp tekrar etkinleştirin). - -Not: bunu yalnızca Android cihazınızda Google Play hizmetleri yüklüyse (etkinse) görebilirsiniz. Google Play hizmetleri konumunuzu daha net olarak belirlemenizi sağlar. Eğer bu seçeneği kapattıktan sonra konum doğruluğu ile ilgili sorun yaşıyorsanız bu ayarı açın. - -**iOS** - -Bir iPhone veya iPad kullanıcısıysanız, lütfen iOS ayarları → Gizlilik → Konum hizmetlerini kontrol edin. Organic Maps için coğrafi konum veri paylaşımı etkinleştirilmelidir. - -**Notlar:** - -* Dolaşımdayken istenmeyen verileri önlemek için tüm mobil veriyi kapatabilir, uçak modunu açabilir veya cihaz ayarlarında Organic Maps için mobil veriyi devre dışı bırakabilirsiniz. Android ve iOS cihazlar uçak modunda GPS kullanabilir. - -* iPod Touch, sadece Wi-Fi destekli iPad, Amazon Kindle Fire/Kindle Fire HD 7 ve bazı Android tabletler gibi bazı mobil cihazlar dahili GPS alıcılarına sahip değildir. Bu cihazlarda siz internete bağlanana kadar uygulamamız yaklaşık konumunuzu gösterecektir. - -* Son olarak, lütfen GPS (WiFi ile ve Mobil Ağ kapalı) ile konumunuzu tespit etmenin biraz zaman alabileceğini unutmayın. GPS uzun süre kullanılmazsa bu daha fazla zaman alır. Konumunuzu tespit etme hızı uygulamaya değil, cihazınıza bağlıdır. GPS'in çalışması hava koşullarından da etkilenir – en iyi hava açıkken dışarıda çalışır. Sorunlar kendinizi kapalı alanda bulmaya çalışırken, dar bir sokakta veya araba sürerken meydana gelebilir. diff --git a/content/faq/map/can-not-find-position/index.uk.md b/content/faq/map/can-not-find-position/index.uk.md deleted file mode 100644 index d9e3d881..00000000 --- a/content/faq/map/can-not-find-position/index.uk.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Додаток не може визначити моє місцезнаходження на карті -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Мапа"] - -extra: - order: 10 ---- - -Будь ласка, переконайтеся, що на вашому пристрої ввімкнено GPS та активовані налаштування місцезнаходження. - -**Android** - -На вашому пристрої відкрийте Налаштування → Місцезнаходження. Краще увімкнути режим високої точності. - -Якщо у вас виникають труднощі з визначенням вашого місцезнаходження за допомогою GPS, увімкніть (вимкніть, якщо увімкнено) "Сервіси Google Play" в налаштуваннях програми. - -Примітка: ви можете побачити його, лише якщо на вашому пристрої встановлені та увімкнені служби Google Play Android. Ці служби використовуються для більш точного визначення місцезнаходження. Якщо у вас виникли проблеми з точністю визначення місцезнаходження після вимкнення цієї опції, увімкніть її назад. - -**iOS** - -Якщо ви користувач iPhone або iPad, перевірте налаштування iOS → Конфіденційність → Служби визначення місцезнаходження. Обмін геолокаційними даними слід увімкнути для Organic Maps. - -**Примітки:** - -* Щоб уникнути небажаних даних у роумінгу, ви можете вимкнути всі мобільні дані, активувати режим польоту або вимкнути мобільні дані для Organic Maps у налаштуваннях вашого пристрою. Пристрої на Android та iOS можуть використовувати GPS в режимі польоту. - -* Деякі мобільні пристрої не мають вбудованих GPS-приймачів, наприклад iPod Touch, iPad з підтримкою Wi-Fi, Amazon Kindle Fire/Kindle Fire HD 7 та деякі планшети Android. На цих пристроях наш додаток буде показуватиме ваше приблизне місцезнаходження за умови підключення до Інтернету. - -* Насамкінець, будь ласка, пам'ятайте, що визначення місцезнаходження за допомогою GPS (з використанням WiFi але без мобільної мережи) може зайняти деякий час. Чим довше GPS не використовувався, тим більше часу це займе. Швидкість визначення місцезнаходження залежить від пристрою, а не від програми. На роботу GPS приймача також впливає погода - він працює найкраще на відкритому повітрі, коли небо чисте. Проблеми можуть виникнути при спробі визначити своє місцезнаходження в приміщенні, на вузькій вулиці або за кермом автомобіля. diff --git a/content/faq/map/can-not-find-position/index.zh-Hans.md b/content/faq/map/can-not-find-position/index.zh-Hans.md deleted file mode 100644 index 86bf7e8e..00000000 --- a/content/faq/map/can-not-find-position/index.zh-Hans.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: 应用无法定位到我的位置 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["地图"] - -extra: - order: 10 ---- - -请确保您的设备具有 GPS,并且位置设置已激活。 - -**安卓** - -在您的设备上打开设置 → 位置。 -最好将其切换到高精度模式。 - -如果使用 GPS 难以确定您的位置,请在应用设置中启用(如果已启用,则禁用)“Google Play 服务”。 - -请注意:只有在您的安卓设备上安装了(启用了)Google Play 服务时,您才能看到它。 -Google Play 服务用于更精确地确定位置,如果在禁用该选项后您遇到位置准确性问题,请将其打开。 - -**iOS** - -如果您是 iPhone 或 iPad 用户,请检查 iOS 设置 → 隐私 → 位置服务。 -Organic Maps 的地理位置数据共享应该是启用的。 - -**请注意:** - -* 为了避免漫游时产生不必要的数据费用,您可以在设备设置中关闭所有移动数据,激活飞行模式或为 Organic Maps 禁用移动数据。 安卓和 iOS 设备可以在飞行模式下使用 GPS。 - -* 一些移动设备没有内置的 GPS 接收器,例如 iPod Touch、仅 WiFi 的 iPad、Amazon Kindle Fire / Kindle Fire HD 7 和一些安卓平板电脑。 在这些设备上,只要您连接到互联网,我们的应用程序将显示您的大致位置。 - -* 最后,请记住使用 GPS(关闭 WiFi 和移动网络)来确定位置可能需要一些时间。 GPS 未被使用的时间越长,所需的时间就越长。 位置确定的速度取决于设备,而不是应用程序。 GPS 的运作也受天气影响 – 在天空晴朗时,室外效果最好。 在尝试在室内、狭窄的街道或驾车时确定位置时可能会出现问题。 diff --git a/content/faq/map/cant-download-maps/index.de.md b/content/faq/map/cant-download-maps/index.de.md deleted file mode 100644 index f1742086..00000000 --- a/content/faq/map/cant-download-maps/index.de.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Ich kann keine Karten herunterladen (aktualisieren) -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Karte"] - -extra: - order: 30 ---- - -Ihr Download kann aufgrund eines temporären Netzwerkfehlers oder bestimmter Netzwerkanbieter-/Routereinstellungen fehlschlagen. Bitte versuchen Sie es später noch einmal oder verwenden Sie einen anderen WLAN-Access Point. - -Stellen Sie unter Android sicher, dass Sie den Netzwerkzugriff für Organic Maps und den Download-Manager gewährt haben. - -Wenn Sie über sehr veraltete Karten verfügen und die App diese nicht aktualisieren kann, kann es hilfreich sein, veraltete Karten zu löschen und erneut herunterzuladen. diff --git a/content/faq/map/cant-download-maps/index.es.md b/content/faq/map/cant-download-maps/index.es.md deleted file mode 100644 index d8bcb8bd..00000000 --- a/content/faq/map/cant-download-maps/index.es.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: No puedo descargar (actualizar) mapas -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 30 ---- - -El error de la descarga puede deberse a un fallo temporal de la red o a ajustes específicos del proveedor de la red o del rúter. Inténtalo de nuevo más tarde o utiliza otro punto de acceso mediante wifi. - -En Android, asegúrese de haber otorgado acceso a la red para Organic Maps y Download Manager. - -Además, si tiene mapas muy desactualizados y la aplicación no puede actualizarlos, puede ser útil eliminar los mapas desactualizados y volver a descargarlos. diff --git a/content/faq/map/cant-download-maps/index.fr.md b/content/faq/map/cant-download-maps/index.fr.md deleted file mode 100644 index 459b150c..00000000 --- a/content/faq/map/cant-download-maps/index.fr.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Je ne peux pas télécharger (mettre à jour) les cartes -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Carte"] - -extra: - order: 30 ---- - -Votre téléchargement peut échouer suite à un problème de réseau temporaire ou de paramêtre de réseau spécifique du fournisseur/routeur. Merci de réessayer plus tard ou d'utiliser un point d'accès wifi différent. En complément, assurez vous d'avoir suffisamment d'espace disponible pour télécharger les cartes. - -Sur Android, assurez-vous d'avoir autorisé l'accès au réseau pour Organic Maps et Download Manager. - -De plus, si vous avez des cartes très obsolètes et que l'application ne peut pas les mettre à jour, il peut être utile de supprimer les cartes obsolètes et de les télécharger à nouveau. diff --git a/content/faq/map/cant-download-maps/index.md b/content/faq/map/cant-download-maps/index.md deleted file mode 100644 index e9d99fb6..00000000 --- a/content/faq/map/cant-download-maps/index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: I can't download (update) maps -description: What to do if Organic Maps fails to download or update maps from Internet? -updated: "2024-06-20" - -taxonomies: - faq: ["Map"] - -extra: - order: 30 ---- - -Your download can fail due to a temporary network error or specific network provider/router settings (firewall blocking). Please try again later or use a different Wi-Fi access point. In addition, make sure that you have enough free space to download maps. - -Also, if you have very outdated maps and the app can't update them, deleting outdated maps and re-downloading them may help. diff --git a/content/faq/map/cant-download-maps/index.pl.md b/content/faq/map/cant-download-maps/index.pl.md deleted file mode 100644 index dbe6e730..00000000 --- a/content/faq/map/cant-download-maps/index.pl.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Nie mogę pobrać (zaktualizować) map -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 30 ---- - -Pobieranie może się nie powieść z powodu tymczasowego błędu sieci lub określonej sieci ustawienia dostawcy / routera. Spróbuj ponownie później lub użyj innego punktu dostępu Wi-Fi. Ponadto upewnij się, że masz wystarczającą ilość wolnego miejsca do pobrania map. - -W systemie Android upewnij się, że przyznałeś dostęp do sieci dla organicznych map i Download Manager. - -Ponadto, jeśli masz bardzo nieaktualne mapy i aplikacja nie może ich zaktualizować, może pomóc usunięcie nieaktualnych map i ponowne ich pobranie. diff --git a/content/faq/map/cant-download-maps/index.pt-BR.md b/content/faq/map/cant-download-maps/index.pt-BR.md deleted file mode 100644 index 54731e2f..00000000 --- a/content/faq/map/cant-download-maps/index.pt-BR.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Não consigo baixar (atualizar) mapas -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 30 ---- - -Seu download pode falhar devido a um erro de rede temporário ou configurações específicas de provedor de rede / roteador. Por favor, tente novamente mais tarde ou use um ponto de acesso Wi-Fi diferente. Além disso, certifique-se de ter espaço livre suficiente para fazer o download dos mapas. - -No Android, certifique-se de ter concedido acesso à rede para Organic Maps e Download Manager. - -Além disso, se você tiver mapas muito desatualizados e o aplicativo não puder atualizá-los, pode ser útil excluir mapas desatualizados e baixá-los novamente. diff --git a/content/faq/map/cant-download-maps/index.pt.md b/content/faq/map/cant-download-maps/index.pt.md deleted file mode 100644 index 5bf6274e..00000000 --- a/content/faq/map/cant-download-maps/index.pt.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Não consigo descarregar (atualizar) mapas -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 30 ---- - -O descarregamento pode falhar devido a um erro de rede temporário ou a configurações específicas do fornecedor da rede / router. Por favor, tente novamente mais tarde ou use outro ponto de acesso Wi-Fi. Certifique-se também que tem espaço livre suficiente para fazer o descarregamento dos mapas. - -Em Android, certifique-se que forneceu o acesso à rede ao Organic Maps e à aplicação do sistema Gestor de Transferências (Download Manager). - -Além disso, se tiver mapas muito desatualizados e a aplicação não consegue atualizá-los, pode tentar eliminar os mapas desatualizados e tentar descarregá-los novamente. diff --git a/content/faq/map/cant-download-maps/index.ru.md b/content/faq/map/cant-download-maps/index.ru.md deleted file mode 100644 index 85838c93..00000000 --- a/content/faq/map/cant-download-maps/index.ru.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Не получается загрузить (обновить) карты -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Карта"] - -extra: - order: 30 ---- - -Причиной может быть временная проблема с сетью, либо специфические настройки интернет-провайдера или роутера. Пожалуйста, убедитесь, что на устройстве достаточно свободного места для загрузки и хранения карт, попробуйте еще раз через некоторое время, или подключитесь к другой точке Wi-Fi. - -Если у вас Android, пожалуйста, убедитесь, что приложению разрешен доступ к Интернет. Если у вас установлен файрвол/блокировщик подключений, так же разрешите доступ к Интернету системной программе Download Provider (Download Provider). - -Если карты сильно устарели и приложение не может их обновить, удалите старые карты и скачайте их заново. diff --git a/content/faq/map/cant-download-maps/index.tr.md b/content/faq/map/cant-download-maps/index.tr.md deleted file mode 100644 index 93505ef0..00000000 --- a/content/faq/map/cant-download-maps/index.tr.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Haritaları indiremiyorum/güncelleyemiyorum -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Harita"] - -extra: - order: 30 ---- - -İndirme işleminiz geçici bir ağ hatası veya belirli ağ sağlayıcısı/yönlendirici ayarları nedeniyle başarısız olabilir. Lütfen daha sonra tekrar deneyin veya farklı bir WiFi erişim noktası kullanın. Ayrıca, haritaları indirmek için yeterli boş alana sahip olduğunuzdan emin olun. - -Android'de lütfen Organic Maps ve sistem İndirme Yöneticisi (İndirme Sağlayıcısı) için ağ erişimi verdiğinizden emin olun. - -Ayrıca, haritalarınız çok eskiyse ve uygulama bunları güncelleyemiyorsa, eski haritaları silip yeniden indirmek yardımcı olabilir. diff --git a/content/faq/map/cant-download-maps/index.uk.md b/content/faq/map/cant-download-maps/index.uk.md deleted file mode 100644 index 50cad9ce..00000000 --- a/content/faq/map/cant-download-maps/index.uk.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Я не можу завантажити (оновити) карти -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Мапа"] - -extra: - order: 30 ---- - -Завантаження може завершитися невдало через тимчасову помилку мережі або певні проблеми провайдера/маршрутизатора. Будь ласка, повторіть спробу пізніше або використовуйте іншу точку доступу Wi-Fi. Крім того, переконайтеся, що у вас є достатньо вільного місця для завантаження карт. - -На Android, будь ласка, переконайтеся, що ви надали доступ до мережі для Organic Maps і системний менеджер завантажень (провайдер завантажень). - -Крім того, якщо у вас дуже застарілі карти, і програма не може їх оновити, вам може допомогти видалення всіх карт і повторне їх завантаження. diff --git a/content/faq/map/cant-download-maps/index.zh-Hans.md b/content/faq/map/cant-download-maps/index.zh-Hans.md deleted file mode 100644 index e26e38cb..00000000 --- a/content/faq/map/cant-download-maps/index.zh-Hans.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: 我无法下载(或更新)地图 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["地图"] - -extra: - order: 30 ---- - -您的下载可能因为临时网络错误或特定网络提供商 / 路由器设置而失败。 请稍后重试或使用其它 Wi-Fi 网络。此外,请确保您有足够的存储空间来下载地图。 - -在安卓设备上,请确保您已经为 Organic Maps 和系统下载管理器授予了网络访问权限。 - -另外,如果您的地图非常过时且应用程序无法更新它们,删除过时的地图并重新下载可能会有帮助。 diff --git a/content/faq/map/how-to-create-a-route/index.de.md b/content/faq/map/how-to-create-a-route/index.de.md deleted file mode 100644 index 9d913669..00000000 --- a/content/faq/map/how-to-create-a-route/index.de.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Wie erstelle ich eine Route und starten die Navigation -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Karte"] - -extra: - order: 40 ---- - -Nachdem Ihr Standort auf der Karte bestimmt ist, wählen Sie Ihr Ziel. Um das zu tun, können Sie: - -* die Suche verwenden -* den Ort aus den Lesezeichen wählen (tippen Sie auf die "Lesezeichen"-Taste auf dem Hauptbildschirm) -* einfach tippen auf einem beliebigen Kartenpunkt → tippen auf "Nach" - -Sobald Sie den Zielort gewählt haben, wird die Route erstellt. Sie sehen Distanz und ungefähre Fahrzeit. Oben können Sie die Art der Strecke ändern – Auto, Fußgänger, U-Bahn, Fahrrad oder Lineal. Um die Route zu beginnen, tippen Sie auf die "Start"-Taste. Drücken Sie die Pfeil-Zeichen in der rechten unteren Ecke des Bildschirms und tippen Sie auf "Anhalten" um die Strecke zu beenden. - -Sie können einen anderen Startpunkt (Schaltfläche Route von) auswählen, um eine Route in der Vorschau anzuzeigen. Die Navigation ist jedoch nur von Ihrem aktuellen Standort aus möglich. - -Sie können einer Route bis zu 100 Zwischenpunkte hinzufügen. So fügen Sie einen Zwischenpunkt hinzu: Erstellen Sie eine Route zwischen Start und Ziel → tippen Sie dann auf einen Punkt auf der Karte und anschließend auf "Zwischenstopp hinzufügen". - -Sie können die Einstellungen der Fahrzeugroute ändern und Straßentypen auswählen, die Sie vermeiden möchten (Mautstraßen, Erdwege, Fährstellen, Autobahnen). Öffnen Sie die App-Einstellungen → Einstellungen des Umweges → Erforderliche Optionen aktivieren/deaktivieren. diff --git a/content/faq/map/how-to-create-a-route/index.es.md b/content/faq/map/how-to-create-a-route/index.es.md deleted file mode 100644 index de3c184a..00000000 --- a/content/faq/map/how-to-create-a-route/index.es.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Cómo crear una ruta e iniciar la navegación -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 40 ---- - -Confirma que se haya establecido tu posición en el mapa y elige el destino. Puedes usar una de las maneras siguientes: - -* pulsa el botón de búsqueda -* pulsa el botón de marcadores -* pulsa (pulsa y mantén para las zonas abiertas) cualquier sitio en el mapa - -En cuanto has elegido el punto de destino, pulsa el botón "Ruta hasta" en el panel blanco del sitio. La ruta se creará y verás la distancia y tiempo estimado de llegada. Puedes cambiar el tipo de la ruta si pulsas los iconos "En coche", "A pie", "En el Metro", "En bicicleta" o "Regla" situados en la parte superior de la pantalla. Presiona el botón "Empezar" para empezar a moverte. Pulse el signo de la flecha en la esquina inferior derecha de la pantalla y toque "Detener" para finalizar la ruta. - -Puedes elegir un punto de partida diferente (el botón "Desde") para ver una ruta de antemano, pero la navegación solo está disponible cuando se crea una ruta desde tu ubicación actual. - -Puede agregar hasta 100 puntos intermedios a una ruta. Para agregar un punto intermedio: cree una ruta entre un inicio y un destino → luego toque un punto en el mapa y toque “Añadir parada”. - -Puede cambiar la configuración de la ruta del automóvil y seleccionar los tipos de carreteras que le gustaría evitar (peajes, carreteras sin pavimentar, autopistas, transbordadores). Abra la configuración de la aplicación → Configuración de desvío → Activar las opciones necesarias. diff --git a/content/faq/map/how-to-create-a-route/index.fr.md b/content/faq/map/how-to-create-a-route/index.fr.md deleted file mode 100644 index 97c3af9b..00000000 --- a/content/faq/map/how-to-create-a-route/index.fr.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Comment créer un itinéraire et commencer la navigation -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Carte"] - -extra: - order: 40 ---- - -Une fois votre position déterminée sur la carte, choisissez votre destination. Vous pouvez utiliser l'une des méthodes suivantes : - -* appuyez sur le bouton de recherche -* appuyez sur le bouton des favoris -* appuyez sur (appuyez et maintenez pour les zones vides) n'importe quel endroit sur la carte - -Une fois que vous avez choisi le point de destination, appuyez sur le bouton "Route vers" de la page d'accueil. L'itinéraire sera créé et vous verrez la distance et le temps de trajet estimé. Vous pouvez changer le type de route en appuyant sur l'icône Voiture, Piéton, Métro, Vélo ou Règle en haut de l'écran. Pour commencer à suivre l'itinéraire touchez le bouton "Démarrer". Appuyez sur le signe fléché dans le coin inférieur droit de l'écran et appuyez sur Arrêtez-vous pour terminer l'itinéraire. - -Vous pouvez choisir un point de départ différent (Itinéraire à partir du bouton) pour prévisualiser un itinéraire, mais la navigation est seulement disponible à partir de votre emplacement actuel. - -Vous pouvez ajouter jusqu'à 100 points intermédiaires à un itinéraire. Pour ajouter un point intermédiaire: créez un itinéraire entre un départ et une destination → puis touchez un point sur la carte et touchez "Ajouter un arrêt". - -Vous pouvez modifier les paramètres de l'itinéraire de la voiture et sélectionner les types de routes que vous souhaitez éviter (routes à péage, routes non revêtues, passage d'un cours d'eau, artères). Ouvrez les paramètres de l'application → Réglages de détour → Activer/désactiver les options souhaitées. diff --git a/content/faq/map/how-to-create-a-route/index.md b/content/faq/map/how-to-create-a-route/index.md deleted file mode 100644 index e8869e9f..00000000 --- a/content/faq/map/how-to-create-a-route/index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: How to create a route and start navigation -description: Guide for building a route and navigating using the map -updated: "2024-07-22" - -taxonomies: - faq: ["Map"] - -extra: - order: 40 ---- - -Once your location is determined on the map, choose your destination. -You can use one of the following ways: - -* tap the search button -* tap the bookmarks button -* tap (tap and hold for empty areas) any place on the map - -Once you have chosen point of destination, press “Route to” button at the bottom. The route will be created and you will see distance and estimated travel time. You can change the route type by pressing the Car, Pedestrian, Subway, Bike or Ruler icon at the top of the screen. To start following the route tap “Start” button. Press the arrow sign in the lower right corner of the screen and tap Stop to finish the route. - -You can choose a different starting point (“Route From“ button) to preview a route, but navigation is only available from your current location. - -You can add up to 100 intermediate points to a route. To add an intermediate point, create a route between the start and destination, then tap a point on the map (or select it from bookmarks/using the search) and tap “Add stop”. - -You can change the settings of the car route and select road types that you would like to avoid (tolls, unpaved roads, motorways, ferries). Open the app settings → Routing options → Toggle On needed options. Avoid options are also displayed when the route is built if changing any of the options may change the route. diff --git a/content/faq/map/how-to-create-a-route/index.pl.md b/content/faq/map/how-to-create-a-route/index.pl.md deleted file mode 100644 index d2ee2b47..00000000 --- a/content/faq/map/how-to-create-a-route/index.pl.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Jak utworzyć trasę i rozpocząć nawigację -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 40 ---- - -Po określeniu lokalizacji na mapie, wybierz miejsce docelowe. Możesz użyć jeden z następujących sposobów: - -* naciśnij przycisk wyszukiwania -* naciśnij przycisk zakładek -* naciśnij (przytrzymaj w pustych obszarach) dowolne miejsce na mapie - -Po wybraniu punktu docelowego naciśnij przycisk „Trasa do” na stronie miejsca. Trasa będzie utworzona i zobaczysz odległość i szacowany czas podróży. Możesz zmienić typ trasy używając ikon Samochodu, Pieszego, Metro, Rower lub Władca w górnej części ekranu. Aby zacząć śledzić trasę naciśnij przycisk „Start”. Naciśnij znak strzałki w prawym dolnym rogu ekranu i dotknij Zatrzymaj, aby zakończyć trasę. - -Możesz wybrać inny punkt początkowy (przycisk Trasa od), aby wyświetlić podgląd trasy, ale nawigacja jest tylko dostępna od Twojej bieżącej lokalizacji. - -Do trasy można dodać maksymalnie 100 punkty pośrednie. Aby dodać punkt pośredni: utwórz trasę między początkiem a miejscem docelowym → następnie dotknij punkt na mapie i przyciśnij "Dodaj postój”. - -Możesz zmienić ustawienia trasy samochodowej i wybrać typy dróg, których chcesz unikać (drogi platne, drogi gruntowe, przeprawy promowe, autostrady). Otwórz ustawienia aplikacji → Ustawienia nawigacji → Włącz wymagane opcje. diff --git a/content/faq/map/how-to-create-a-route/index.pt-BR.md b/content/faq/map/how-to-create-a-route/index.pt-BR.md deleted file mode 100644 index b87d43a6..00000000 --- a/content/faq/map/how-to-create-a-route/index.pt-BR.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Como criar uma rota e iniciar a navegação -description: -updated: "2024-07-15" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 40 ---- - -Depois que sua localização for determinada no mapa, escolha seu destino. Você pode usar uma das seguintes maneiras: - -* toque no botão de pesquisa -* toque no botão de favoritos -* toque (toque e segure para áreas vazias) em qualquer lugar no mapa - -Depois de escolher o ponto de destino, pressione o botão “Itinerário para” na parte inferior da tela. A rota será criada e você verá a distância e o tempo estimado de viagem. Você pode alterar o tipo de rota pressionando o ícone Carro, Pedestre, Metrô, Bicicleta ou Régua na parte superior da tela. Para começar a seguir o percurso, toque no botão “Iniciar”. Pressione o sinal de seta no canto inferior direito da tela e toque em “Parar” para finalizar a rota. - -Você pode escolher um ponto de partida diferente (botão “De”) para visualizar uma rota, mas a navegação só está disponível na sua localização atual. - -Você pode adicionar até 100 pontos intermediários a uma rota. Para adicionar um ponto intermediário: crie uma rota entre um ponto de partida e um destino → depois toque em um ponto no mapa e toque em “Adicionar parada”. - -Você pode alterar as configurações da rota do carro e selecionar os tipos de estrada que gostaria de evitar (estradas com portagem, estradas rurais, ferryboat, rodovias). Abra as configurações do aplicativo → Opções de direção → Ative as opções que deseja. diff --git a/content/faq/map/how-to-create-a-route/index.pt.md b/content/faq/map/how-to-create-a-route/index.pt.md deleted file mode 100644 index 3855cf20..00000000 --- a/content/faq/map/how-to-create-a-route/index.pt.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Como criar um itinerário e iniciar a navegação -description: -updated: "2024-07-15" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 40 ---- - -Depois da sua localização ter sido determinada no mapa, escolha o seu destino. Pode fazê-lo de duas formas: - -* toque no botão de pesquisa -* toque no botão de favoritos -* toque (em áreas vazias toque e mantenha pressionado) em qualquer lugar no mapa - -Depois de escolher o ponto de destino, pressione o botão “Itinerário para” na parte inferior do ecrã. A rota será criada e verá a distância e o tempo estimado da viagem. Pode alterar o tipo de rota tocando no ícone Carro, Pedestre, Metropolitano, Bicicleta ou Régua na parte superior do ecrã. Para começar a seguir o percurso, toque no botão “Iniciar”. Toque no sinal de seta no canto inferior direito do ecrã e toque em “Parar” para terminar a rota. - -Pode escolher um ponto de partida diferente (botão “De”) para ver uma rota, mas a navegação só está disponível a partir da sua localização atual por GPS. - -Pode adicionar até 100 pontos intermédios à rota. Para adicionar um ponto intermédio: crie uma rota entre um ponto de partida e um destino → depois toque num ponto qualquer do mapa e toque no botão “Adicionar paragem”. - -Pode alterar as configurações da rota do carro e selecionar os tipos de estrada que quer evitar (estradas com portagem, estradas não pavimentadas, ferry, autoestradas). Abra as configurações da aplicação (ícone com 3 linhas no canto inferior direito) → Configurações de direção e ative ou desative as estradas a evitar. diff --git a/content/faq/map/how-to-create-a-route/index.ru.md b/content/faq/map/how-to-create-a-route/index.ru.md deleted file mode 100644 index 439dc837..00000000 --- a/content/faq/map/how-to-create-a-route/index.ru.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Как проложить маршрут и включить навигацию -description: "" -updated: "2024-07-22" - -taxonomies: - faq: ["Карта"] - -extra: - order: 40 ---- - -Убедитесь, что ваше местоположение определено и выберите пункт назначения. Вы можете: - -* использовать поиск -* выбрать место из меток (нажмите на значок звездочки на панели меню) -* просто нажать (нажать и удерживать для пустой области) любое место на карте - -После того как вы выбрали пункт назначения, нажмите кнопку "Сюда" на странице места. Маршрут будет построен, и вы увидите расстояние и приблизительное время в пути. Тип маршрута можно изменить, нажав на иконку автомобиля, пешехода, метро, велосипеда или линейки вверху экрана. Для движения по маршруту, нажмите кнопку "Начать". Чтобы закончить движение по маршруту, нажмите на значок стрелки в правом нижнем углу экрана и нажмите "Стоп". - -Чтобы выбрать другую точку старта, нажмите кнопку "Отсюда" на странице места или "Добавьте стартовую точку" на панели меню. Обратите внимание: навигация доступна только из текущего местоположения. - -Для маршрута можно добавить до 100 промежуточных точек. Чтобы добавить промежуточную точку: постройте маршрут от начальной до конечной точки → затем нажмите на точку на карте и на кнопку “Заехать”. - -Вы можете исключить из авто маршрутов определенные типы дорог (платные дороги, грунтовые дороги, паромные переправы, магистрали). Для этого откройте настройки приложения → Настройки объезда → Включите нужные опции. diff --git a/content/faq/map/how-to-create-a-route/index.tr.md b/content/faq/map/how-to-create-a-route/index.tr.md deleted file mode 100644 index 9f7c3b5e..00000000 --- a/content/faq/map/how-to-create-a-route/index.tr.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Nasıl rota oluşturulur ve navigasyonu başlatma -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Harita"] - -extra: - order: 40 ---- - -Haritada konumunuz belirlendikten sonra hedefinizi seçin. Aşağıdaki yollardan birini kullanabilirsiniz: - -* arama düğmesine dokunun -* yer imleri düğmesine dokunun -* haritada herhangi bir yere dokunun (boş alanlar için basılı tutun) - -Varış noktasını seçtikten sonra, yer bilgileri sayfasındaki “Varış Yeri” düğmesine basın. Rota oluşturulacak ve mesafeyi ve tahmini seyahat süresini göreceksiniz. Ekranın üst kısmındaki Araba, Yaya, Metro, Bisiklet veya Cetvel simgesine basarak rota türünü değiştirebilirsiniz. Rotayı başlatmak için “Başla” düğmesine dokunun. Rotayı bitirmek için ekranın sağ alt köşesindeki ok işaretine basın ve Durdur'a dokunun. - -Bir rotayı önizlemek için farklı bir başlangıç noktası (Başlangıç Yeri düğmesi) seçebilirsiniz, ancak navigasyon yalnızca mevcut konumunuzdan kullanılabilir. - -Bir rotaya en fazla 100 ara nokta ekleyebilirsiniz. Bir ara nokta eklemek için: başlangıç ve hedef arasında bir rota oluşturun → ardından haritada bir yere dokunun ve “Ara Nokta Ekle”ye dokunun. - -Araba rotasının ayarlarını değiştirebilir ve kaçınmak istediğiniz yol türlerini seçebilirsiniz (paralı yollar, asfaltsız yollar, otoyollar, feribotlar). Uygulama ayarlarını açın → Sürüş seçenekleri → gerekli seçenekleri açın. diff --git a/content/faq/map/how-to-create-a-route/index.uk.md b/content/faq/map/how-to-create-a-route/index.uk.md deleted file mode 100644 index 6f7c0696..00000000 --- a/content/faq/map/how-to-create-a-route/index.uk.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Як побудувати маршрут і почати навігацію -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Мапа"] - -extra: - order: 40 ---- - -Після того, як ваше місцезнаходження визначено на карті, оберіть пункт призначення. Ви можете скористатися одним із наступних способів: - -* торкніться кнопки пошуку -* торкніться кнопки закладок -* торкніться будь-якого місця на карті (торкніться і утримуйте для порожніх областей) - -Після того, як ви обрали пункт призначення, натисніть кнопку "Прокласти маршрут" на нижній панелі. Маршрут буде створено, і ви побачите відстань та приблизний час у дорозі. Ви можете змінити тип маршруту, натиснувши іконку Автомобіль, Пішохід, Метро, Велосипед або Лінійка у верхній частині екрана. Щоб почати рух за маршрутом, натисніть кнопку "Почати". Під час навігацію натисніть на значок у правому нижньому куті екрана і натисніть кнопку "Зупинити" щоб завершити маршрут. - -Такоже ви можете вибрати іншу початкову точку (кнопка "Маршрут від") для попереднього перегляду маршруту, але навігація доступна лише з вашого поточного місцезнаходження. - -До маршруту можна додати до 100 проміжних пунктів. Щоб додати проміжний пункт: створіть маршрут між пунктом відправлення та пунктом призначення → потім торкніться точки на мапі і натисніть "Додати зупинку". - -Ви можете змінити налаштування автомобільного маршруту і вибрати типи доріг які ви хотіли б уникати (платні дороги, ґрунтові дороги, автомагістралі, пороми). Відкрийте налаштування програми → Налаштування обʼїзду → увімкніть потрібні опції. diff --git a/content/faq/map/how-to-create-a-route/index.zh-Hans.md b/content/faq/map/how-to-create-a-route/index.zh-Hans.md deleted file mode 100644 index 377701a3..00000000 --- a/content/faq/map/how-to-create-a-route/index.zh-Hans.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: 如何创建路线并开始导航 -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["地图"] - -extra: - order: 40 ---- - -一旦在地图上确定了您的位置,请选择您的目的地。您可以使用以下方法之一: - -* 点击搜索按钮 -* 点击书签按钮 -* 在地图上点击(对于空白区域,请点击并长按) - -选择了目的地后,点击底部的“到这去”按钮。 -路线将被创建,您将看到距离和预计行车时间。 -您可以通过点击屏幕顶部的汽车、步行、地铁、自行车或标尺图标来更改路线类型。 -要开始按照路线行驶,请点击“开始”按钮。 -点击屏幕右下角的箭头标志,然后点击“停止”以结束路线。 - -您可以选择不同的起点(点击“从这出发”按钮)来预览路线,但导航仅从您当前的位置开始。 - -您可以在一条路线上添加最多 100 个经停点。 -要添加一个经停点:创建起点和目的地之间的路线 → 然后在地图上点击一个点,然后点击“添加经停点”。 - -您可以更改汽车路线的设置,并选择要避免的道路类型(收费、未铺设的道路、高速公路、渡轮)。 -打开应用程序设置 → 导航选项 → 切换需要的选项。 diff --git a/content/faq/map/search-cannot-find-a-place/index.de.md b/content/faq/map/search-cannot-find-a-place/index.de.md deleted file mode 100644 index 126fbbe5..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.de.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Die Suche findet einen Ort nicht auf der Karte -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Karte"] - -extra: - order: 20 ---- - -Denken Sie daran, dass Sie zur Suche nach einem Ort in einem bestimmten Gebiet eine relevante Karte herunterladen und die Karte in dieses Gebiet zoomen müssen. Andernfalls sollte sich Ihr Standort in der Nähe dieses Gebiets befinden, bevor Sie mit der Suche beginnen. Wenn Sie beispielsweise einen Ort in Vietnam suchen möchten und sich an einem anderen Ort befinden, sollten Sie zuerst die Karte von Vietnam herunterladen und öffnen. - -Außerdem wurde der Ort möglicherweise noch nicht zur Karte auf [OpenStreetMap.org](https://www.openstreetmap.org/), unserer Kartendatenquelle, hinzugefügt. Wenn Sie helfen und die Karte verbessern möchten, lesen Sie [diese Anleitung](https://wiki.openstreetmap.org/wiki/Contribute_map_data). - -Wenn der Ort auf der Karte in Organic Maps angezeigt wird, unsere Suche ihn jedoch nicht finden kann, [geben Sie uns](mailto:support@organicmaps.app) die Koordinaten des Ortes und ein Beispiel für Ihre Suchanfrage. diff --git a/content/faq/map/search-cannot-find-a-place/index.es.md b/content/faq/map/search-cannot-find-a-place/index.es.md deleted file mode 100644 index e5b96239..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.es.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: La función de búsqueda no encuentra un lugar en el mapa -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 20 ---- - -Recuerde que para buscar un lugar en un área específica, deberá descargar un mapa relevante y acercar el mapa a esa área, o su ubicación debe estar cerca de esa área antes de comenzar la búsqueda. Por ejemplo, si desea encontrar un lugar en Vietnam y su ubicación está en otro lugar, primero debe descargar y abrir el mapa de Vietnam. - -Además, es posible que el lugar aún no se haya agregado al mapa en [OpenStreetMap.org](https://www.openstreetmap.org/), nuestra fuente de datos de mapas. Si quieres ayudar y mejorar el mapa, consulta [esta guía](https://wiki.openstreetmap.org/wiki/ES:Contribuir_a_los_datos_del_mapa). - -Si el lugar se muestra en el mapa en Organic Maps, pero nuestra búsqueda no puede encontrarlo, [infórmanos](mailto:support@organicmaps.app) de las coordenadas del lugar y un ejemplo de tu solicitud de búsqueda. diff --git a/content/faq/map/search-cannot-find-a-place/index.fr.md b/content/faq/map/search-cannot-find-a-place/index.fr.md deleted file mode 100644 index 60789909..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.fr.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: La recherche ne trouve pas le lieu sur la carte -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Carte"] - -extra: - order: 20 ---- - -N'oubliez pas que pour rechercher un lieu dans une zone spécifique, vous devrez télécharger une carte pertinente et zoomer sur la carte vers cette zone, ou votre emplacement doit être proche de cette zone avant de commencer la recherche. Par exemple, si vous voulez trouver un endroit au Vietnam et que votre emplacement est ailleurs, vous devez d'abord télécharger et ouvrir la carte du Vietnam. - -De plus, le lieu n'a peut-être pas encore été ajouté à la carte sur [OpenStreetMap.org](https://www.openstreetmap.org/), notre source de données cartographiques. Si vous souhaitez aider et améliorer la carte, consultez [ce guide](https://wiki.openstreetmap.org/wiki/FR:Contribuer_aux_donn%C3%A9es_cartographiques). - -Si le lieu est affiché sur la carte dans Organic Maps, mais que notre recherche ne le trouve pas, [indiquez-nous](mailto:support@organicmaps.app) les coordonnées du lieu et un exemple de votre demande de recherche. diff --git a/content/faq/map/search-cannot-find-a-place/index.md b/content/faq/map/search-cannot-find-a-place/index.md deleted file mode 100644 index 70bb5225..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Search cannot find a place on the map -description: Guide for improving search results and solving problems with finding objects on the map -updated: "2024-06-20" - -taxonomies: - faq: ["Map"] - -extra: - order: 20 ---- - -Remember that to search for a place in a specific area, you will need to download a relevant map and zoom in the map to that area, or your location should be near that area before you begin the search. For example, if you want to find a place in Vietnam and your location is somewhere else, you should download and open the map of Vietnam first, or explicitly mention the country (Vietnam) or desired city/town/village name in the search field. - -In addition, the place may not have been added to the map yet at [OpenStreetMap.org](https://www.openstreetmap.org/). If you want to help and improve the map, check [this guide](https://wiki.openstreetmap.org/wiki/Contribute_map_data) and add missing map information yourself. - -If the place is displayed on the map in Organic Maps, but our search cannot find it, [report us](mailto:support@organicmaps.app) coordinates of the place and an example of your search request. diff --git a/content/faq/map/search-cannot-find-a-place/index.pl.md b/content/faq/map/search-cannot-find-a-place/index.pl.md deleted file mode 100644 index 29797103..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.pl.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Wyszukiwanie nie może znaleźć miejsca na mapie -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 20 ---- - -Pamiętaj, że aby wyszukać miejsce w określonym obszarze, musisz pobrać odpowiednią mapę i powiększyć mapę do tego obszaru lub Twoja lokalizacja powinna znajdować się w pobliżu tego obszaru przed rozpoczęciem wyszukiwania. Na przykład, jeśli chcesz znaleźć miejsce w Wietnamie, a Twoja lokalizacja znajduje się gdzie indziej, najpierw pobierz i otwórz mapę Wietnamu. - -Ponadto miejsce mogło nie zostać jeszcze dodane do mapy w [OpenStreetMap.org](https://www.openstreetmap.org/), naszym źródle danych map. Jeśli chcesz pomóc i ulepszyć mapę, zajrzyj do [tego przewodnika](https://wiki.openstreetmap.org/wiki/Pl:Wk%C5%82ad_w_dane_mapowe). - -Jeśli miejsce jest wyświetlane na mapie w Organic Maps, ale nasze wyszukiwanie nie może go znaleźć, [zgłoś nam](mailto:support@organicmaps.app) współrzędne miejsca i przykład zapytania. diff --git a/content/faq/map/search-cannot-find-a-place/index.pt-BR.md b/content/faq/map/search-cannot-find-a-place/index.pt-BR.md deleted file mode 100644 index f8ab6991..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.pt-BR.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: A pesquisa não pode encontrar um lugar no mapa -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 20 ---- - -Lembre-se de que para pesquisar um lugar em uma área específica, você precisará baixar um mapa desse local e ampliar o mapa para essa área, ou sua localização deve estar perto dessa área antes de iniciar a pesquisa. Por exemplo, se você deseja encontrar um lugar no Vietnã e sua localização é em outro lugar, você deve fazer o download e abrir o mapa do Vietnã primeiro. - -Além disso, o local pode não ter sido adicionado ao mapa ainda em [OpenStreetMap.org](https://www.openstreetmap.org/), nossa fonte de dados de mapas. Se você quer ajudar e melhorar o mapa, consulte [este guia](https://wiki.openstreetmap.org/wiki/Pt:Contribuir_com_dados_do_mapa). - -Se o local estiver exibido no mapa no Organic Maps, mas nossa pesquisa não o encontrar, [informe-nos](mailto:support@organicmaps.app) as coordenadas do local e as palavras que usou em sua pesquisa. diff --git a/content/faq/map/search-cannot-find-a-place/index.pt.md b/content/faq/map/search-cannot-find-a-place/index.pt.md deleted file mode 100644 index 3ad93e18..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.pt.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: A pesquisa não encontrou um lugar no mapa -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Mapa"] - -extra: - order: 20 ---- - -Note que para pesquisar um lugar numa área específica, irá precisar de descarregar um mapa desse local e ampliar o mapa nessa área, ou a sua localização deve estar perto dessa área antes de iniciar a pesquisa. Por exemplo, se quer encontrar um lugar no Vietname e a sua localização atual é noutro país, tem de descarregar o mapa do Vietname e abrir o mapa desse país. - -Além disso, o local pode ainda não ter sido adicionado ao mapa em [OpenStreetMap.org](https://www.openstreetmap.org/), a nossa fonte de dados de mapas. Se quiser ajudar a melhorar o mapa, consulte [este guia](https://wiki.openstreetmap.org/wiki/Pt:Contribuir_com_dados_do_mapa). - -Se o local aparece no mapa no Organic Maps, mas a pesquisa não o encontra, [informe-nos](mailto:support@organicmaps.app) as coordenadas do local e as palavras que usou na pesquisa. diff --git a/content/faq/map/search-cannot-find-a-place/index.ru.md b/content/faq/map/search-cannot-find-a-place/index.ru.md deleted file mode 100644 index a750a83a..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.ru.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Поиск не находит то, что я ищу -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Карта"] - -extra: - order: 20 ---- - -Для поиска места в определенной области необходимо сначала загрузить карту, а затем приблизить ее (либо местоположение должно быть рядом с этой областью). Например, если вы хотите найти место во Вьетнаме, а ваше местоположение находится в другом месте, необходимо сначала загрузить и открыть карту Вьетнама. - -Также искомое место может отсутствовать на карте в [OpenStreetMap.org](https://www.openstreetmap.org/), нашем источнике данных. Если вы хотите помочь и улучшить карту, ознакомьтесь с руководством по [ссылке](https://wiki.openstreetmap.org/wiki/Contribute_map_data). - -Если место отображается на карте в Organic Maps, но поиск не может его найти, [сообщите нам](mailto:support@organicmaps.app) координаты места и пример вашего поискового запроса. diff --git a/content/faq/map/search-cannot-find-a-place/index.tr.md b/content/faq/map/search-cannot-find-a-place/index.tr.md deleted file mode 100644 index e9b0d15f..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.tr.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Arama, haritada bir yer bulamıyor -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Harita"] - -extra: - order: 20 ---- - -Belirli bir bölgedeki bir yeri aramak için, ilgili yerin haritasını indirmeniz ve o bölgeye haritayı yakınlaştırmanız veya aramaya başlamadan önce bulunduğunuz yerin o bölgeye yakın olması gerektiğini unutmayın. Örneğin, Vietnam'da bir yer bulmak istiyorsanız ve konumunuz başka bir yerdeyse, önce Vietnam haritasını indirip açmalısınız. - -Ayrıca, aradığınız yer henüz bizim harita veri kaynağımız olan [OpenStreetMap.org](https://www.openstreetmap.org/)'da haritaya eklenmemiş olabilir. Yardım etmek ve haritayı geliştirmek istiyorsanız, [bu kılavuza](https://wiki.openstreetmap.org/wiki/Contribute_map_data) göz atın. - -Yer, Organic Maps'te haritada görüntüleniyorsa ama arama sistemimiz onu bulamıyorsa, yerin koordinatlarını ve aramanızın bir örneğini [bize bildirin](mailto:support@organicmaps.app). diff --git a/content/faq/map/search-cannot-find-a-place/index.uk.md b/content/faq/map/search-cannot-find-a-place/index.uk.md deleted file mode 100644 index d5317f4f..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.uk.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Пошук не може знайти місце на карті -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["Мапа"] - -extra: - order: 20 ---- - -Пам'ятайте, що для пошуку місця в певному районі вам потрібно завантажити відповідну мапу і збільшити масштаб карти до цієї області. Або ж ваше місцезнаходження має бути поблизу цієї області, перш ніж ви почнете пошук. Наприклад, якщо ви хочете знайти місце у В'єтнамі, а ваше місцезнаходження десь в іншому місці, вам слід спочатку завантажити і відкрити мапу В'єтнаму. - -Крім того, місце може бути ще не додано на мапу в базі [OpenStreetMap.org](https://www.openstreetmap.org/), нашому джерелі картографічних даних. Якщо ви хочете допомогти і покращити мапу, перевірте [цей путівник](https://wiki.openstreetmap.org/wiki/Contribute_map_data). - -Якщо місце відображається на мапі в Organic Maps, але наш пошук не може його знайти, [повідомте нам](mailto:support@organicmaps.app) координати місця та приклад вашого пошукового запиту. diff --git a/content/faq/map/search-cannot-find-a-place/index.zh-Hans.md b/content/faq/map/search-cannot-find-a-place/index.zh-Hans.md deleted file mode 100644 index 13e33dde..00000000 --- a/content/faq/map/search-cannot-find-a-place/index.zh-Hans.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: 搜索功能无法在地图上找到地点 -description: "" -updated: "2024-06-12" - -taxonomies: - faq: ["地图"] - -extra: - order: 20 ---- - -请记住,要在特定区域搜索地方,您需要下载相关地图并将地图缩放到该区域,或者在开始搜索之前,您的位置应该接近该区域。 例如,如果您想在越南找到一个地方,而您的位置在其他地方,您应该先下载并打开越南的地图。 - -此外,该地方可能尚未添加到我们的地图数据源 [OpenStreetMap.org](https://www.openstreetmap.org)上。 如果您想帮助改进地图,请查看 [这份指南](https://wiki.openstreetmap.org/wiki/Contribute_map_data)。 - -如果在 Organic Maps 上显示了该地方,但搜索功能却找不到它,请 [向我们报告](mailto:support@organicmaps.app) 该地方的坐标以及您的搜索请求的示例。 diff --git a/content/faq/voice/text-to-speech-android-tts/index.es.md b/content/faq/text-to-speech-android-tts/index.es.md similarity index 85% rename from content/faq/voice/text-to-speech-android-tts/index.es.md rename to content/faq/text-to-speech-android-tts/index.es.md index 67e5a288..6e3675f3 100644 --- a/content/faq/voice/text-to-speech-android-tts/index.es.md +++ b/content/faq/text-to-speech-android-tts/index.es.md @@ -2,7 +2,6 @@ title: Instrucciones de voz (Text-To-Speech, TTS) en Android description: Guía sobre cómo hacer que TTS funcione en Android slug: instrucciones-de-voz-tts-en-android -aliases: ["/es/faq/instrucciones-de-voz-tts-en-android"] taxonomies: faq: ["Instrucciones de voz"] @@ -19,13 +18,9 @@ La recomendación oficial de Organic Maps es [RHVoice](https://rhvoice.org/), qu ## Instrucciones -- Abra la aplicación de Ajustes de su dispositivo Android -- Vaya a Ajustes Adicionales y después a Accesibilidad -- Elija su motor preferido, el tono y la velocidad de la voz -- **Reinicie la aplicación Organic Maps** -- Abra Ajustes => Instrucciones de voz en Organic Maps y configúrelo -- Reinicie de nuevo la aplicación Organic Maps (o reinicie el dispositivo) si la voz no funciona. - +- Abra la aplicación de Ajustes de su dispositivo Android. +- Vaya a Ajustes Adicionales y después a Accesibilidad. +- Elija su motor preferido, el tono y la velocidad de la voz. Si no puede encontrar estos ajustes, abra la aplicación de Ajustes y busque "Instrucciones de voz". @@ -35,9 +30,9 @@ Estas opciones pueden que no estén disponibles si no tiene la funcionalidad TTS ## Capturas de pantalla -| | | -| ----------- | ----------- | -![Ajustes](tts_config_1.png "Ajustes") | ![Accesibilidad](tts_config_2.png "Accesibilidad") +| | | | +| ----------- | ----------- | ----------- | +![Ajustes](tts_config_1.jpg "Ajustes") | ![Ajustes adicionales](tts_config_2.jpg "Ajustes adicionales")|![Accesibilidad](tts_config_3.jpg "Accesibilidad") ## Motores de síntesis de voz diff --git a/content/faq/voice/text-to-speech-android-tts/index.it.md b/content/faq/text-to-speech-android-tts/index.it.md similarity index 88% rename from content/faq/voice/text-to-speech-android-tts/index.it.md rename to content/faq/text-to-speech-android-tts/index.it.md index 195271cb..fbb1d7e9 100644 --- a/content/faq/voice/text-to-speech-android-tts/index.it.md +++ b/content/faq/text-to-speech-android-tts/index.it.md @@ -2,7 +2,6 @@ title: Sintesi vocale (Text-to-speech, TTS) su Android description: Guida su come far funzionare la sintesi vocale su Android slug: sintesi-vocale-tts-su-android -aliases: ["/it/faq/sintesi-vocale-tts-su-android"] taxonomies: faq: ["Indicazioni vocali"] @@ -19,12 +18,9 @@ La raccomandazione ufficiale di Organic Maps è [RHVoice](https://rhvoice.org/), ## Istruzioni -- Aprire l'applicazione Impostazioni sul dispositivo Android -- Selezionare Impostazioni aggiuntive, quindi selezionare Accessibilità -- Scegliere il motore di sintesi vocale, la velocità ed il tono di voce preferiti -- **Riavviare l'applicazione Organic Maps** -- Aprire Impostazioni => Istruzioni vocali in Organic Maps e impostarle -- Riavviare di nuovo l'app Organic Maps (o riavviare il dispositivo) se la voce non funziona +- Aprire l'applicazione Impostazioni sul dispositivo Android. +- Selezionare Impostazioni aggiuntive, quindi selezionare Accessibilità. +- Scegliere il motore di sintesi vocale, la velocità ed il tono di voce preferiti. Se non si riesce a trovare l'impostazione pertinente, aprire l'app Impostazioni e cercare Assistenza vocale. @@ -34,9 +30,9 @@ Le suddette opzioni potrebbero non essere presenti se sul dispositivo non è gi ## Schermate -| | | -| ----------- | ----------- | -![Impostazioni](tts_config_1.png "Impostazioni") | ![Accessibilità](tts_config_2.png "Accessibilità") +| | | | +| ----------- | ----------- | ----------- | +![Impostazioni](tts_config_1.jpg "Impostazioni") | ![Impostazioni aggiuntive](tts_config_2.jpg "Impostazioni aggiuntive")| ![Accessibilità](tts_config_3.jpg "Accessibilità") ## Motori di sintesi vocale TTS {#engines} diff --git a/content/faq/voice/text-to-speech-android-tts/index.md b/content/faq/text-to-speech-android-tts/index.md similarity index 84% rename from content/faq/voice/text-to-speech-android-tts/index.md rename to content/faq/text-to-speech-android-tts/index.md index 6e4cd4cb..701de407 100644 --- a/content/faq/voice/text-to-speech-android-tts/index.md +++ b/content/faq/text-to-speech-android-tts/index.md @@ -1,7 +1,6 @@ --- title: Text-to-Speech on Android description: Guide on how to make TTS work on Android -aliases: ["/faq/text-to-speech-android-tts"] taxonomies: faq: ["Voice Directions"] @@ -18,12 +17,9 @@ The official recommendation from Organic Maps is [RHVoice](https://rhvoice.org/) ## Instructions -- Open the Settings app on your Android device -- Select Additional Settings and then select Accessibility -- Choose your preferred engine, speech rate and pitch -- **Restart Organic Maps app** -- Open Settings => Voice Instructions in Organic Maps and set it up -- Restart Organic Maps app again (or reboot the device) if the voice is not working +- Open the Settings app on your Android device. +- Select Additional Settings and then select Accessibility. +- Choose your preferred engine, speech rate and pitch. If you cannot find the relevant setting, open the settings app and search for Text-to-speech. @@ -33,9 +29,9 @@ Said options may not appear if you don't have a TTS already installed on your de ## Screenshots -| | | -| ----------- | ----------- | -![Settings](tts_config_1.png "Settings") | ![Accessibility](tts_config_2.png "Accessibility") +| | | | +| ----------- | ----------- | ----------- | +![Settings](tts_config_1.jpg "Settings") | ![Additional Settings](tts_config_2.jpg "Additional Settings")|![Accessibility](tts_config_3.jpg "Accessibility") ## Engines {#engines} diff --git a/content/faq/voice/text-to-speech-android-tts/index.ru.md b/content/faq/text-to-speech-android-tts/index.ru.md similarity index 89% rename from content/faq/voice/text-to-speech-android-tts/index.ru.md rename to content/faq/text-to-speech-android-tts/index.ru.md index c8e0c365..33cc844a 100644 --- a/content/faq/voice/text-to-speech-android-tts/index.ru.md +++ b/content/faq/text-to-speech-android-tts/index.ru.md @@ -2,7 +2,6 @@ title: Синтез речи (Text-to-Speech, TTS) на Android description: Как настроить озвучку навигатора в Organic Maps на Android slug: синтез-речи-tts-на-android -aliases: ["/ru/faq/синтез-речи-tts-на-android"] taxonomies: faq: ["Голосовые подсказки"] @@ -19,12 +18,9 @@ Organic Maps использует системные службы (движки) ## Инструкции -- Откройте приложение "Настройки" на устройстве Android -- Выберите Дополнительные настройки, а затем выберите Доступность -- Выберите предпочтительный движок, скорость речи и высоту тона -- **Перезапустите Organic Maps** -- Зайдите в Настройки => Голосовые инструкции в Organic Maps и настройте, как вам удобно -- Если голос не работает, то снова перезапустите Organic Maps +- Откройте приложение "Настройки" на устройстве Android. +- Выберите Дополнительные настройки, а затем выберите Доступность. +- Выберите предпочтительный движок, скорость речи и высоту тона. Если вы не можете найти нужный параметр, откройте приложение "Настройки" и найдите "Текст в речь". @@ -34,9 +30,9 @@ P.S.: Обратите внимание, что эти шаги зависят ## Скриншоты -| | | -| ----------- | ----------- | -![Настройка TTS](tts_config_1.png "Настройка TTS") | ![Доступность](tts_config_2.png "Доступность") +| | | | +| ----------- | ----------- | ----------- | +![Настройка TTS](tts_config_1.jpg "Настройка TTS") | ![Дополнительные настройки](tts_config_2.jpg "Дополнительные настройки")|![Доступность](tts_config_3.jpg "Доступность") ## Движки синтеза речи diff --git a/content/faq/text-to-speech-android-tts/tts_config_1.jpg b/content/faq/text-to-speech-android-tts/tts_config_1.jpg new file mode 100644 index 00000000..0cd45591 Binary files /dev/null and b/content/faq/text-to-speech-android-tts/tts_config_1.jpg differ diff --git a/content/faq/text-to-speech-android-tts/tts_config_2.jpg b/content/faq/text-to-speech-android-tts/tts_config_2.jpg new file mode 100644 index 00000000..1226f9e0 Binary files /dev/null and b/content/faq/text-to-speech-android-tts/tts_config_2.jpg differ diff --git a/content/faq/text-to-speech-android-tts/tts_config_3.jpg b/content/faq/text-to-speech-android-tts/tts_config_3.jpg new file mode 100644 index 00000000..219a2929 Binary files /dev/null and b/content/faq/text-to-speech-android-tts/tts_config_3.jpg differ diff --git a/content/faq/text-to-speech-android-tts/tts_test.png b/content/faq/text-to-speech-android-tts/tts_test.png new file mode 100644 index 00000000..8ff80cdc Binary files /dev/null and b/content/faq/text-to-speech-android-tts/tts_test.png differ diff --git a/content/faq/translation_status.md b/content/faq/translation_status.md deleted file mode 100644 index 6525fc00..00000000 --- a/content/faq/translation_status.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: FAQ translation status -description: FAQ translation status -extra: - menu_title: FAQ translation status -template: "faq/translation_status.html" ---- - -Table with all FAQ questions with translation status. diff --git a/content/faq/voice/cant-hear-instructions/index.de.md b/content/faq/voice/cant-hear-instructions/index.de.md deleted file mode 100644 index 3c40ae8e..00000000 --- a/content/faq/voice/cant-hear-instructions/index.de.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Ich höre keine Sprachanweisungen -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Sprachführung"] - -extra: - order: 20 ---- - - -**Hinweis:** Sprachanweisungen sind für Auto- und Fahrradrouten verfügbar. Bis jetzt können Sie nur während der Fahrt und wenn ein Bildschirm eingeschaltet ist, Sprachanweisungen hören. - -Wenn Sie keine Sprachanweisungen hören können: - -* Bitte stellen Sie sicher, dass die Lautstärke Ihres Geräts nicht stummgeschaltet ist. Sie können die Lautstärke mit den Lautstärketasten Ihres Geräts ändern. Dazu müssen Sie möglicherweise die Option "Mit Tasten ändern" (falls aktiviert) in den Geräteeinstellungen → Töne & Haptik deaktivieren. - -* Wenn Sie Bluetooth einschalten, sollte es keine Sprachanweisungen enthalten. Wir haben jedoch die Sprachführung mit Car-Audio nicht getestet, da dies zu Problemen führen kann. In diesem Fall können Sie Bluetooth deaktivieren. - -* Wenn Sie ein Android-Nutzer sind und die Option deaktiviert ist (oder einige der unterstützten Sprachen nicht verfügbar sind), überprüfen Sie die System-TTS-Einstellungen. diff --git a/content/faq/voice/cant-hear-instructions/index.es.md b/content/faq/voice/cant-hear-instructions/index.es.md deleted file mode 100644 index 08f5344c..00000000 --- a/content/faq/voice/cant-hear-instructions/index.es.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: No oigo las instrucciones de voz -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Instrucciones de voz"] - -extra: - order: 20 ---- - -**Nota** por favor que las instrucciones de voz están disponibles para rutas en coche y en bicicleta. Por ahora, puede escuchar las instrucciones de voz solo mientras conduce y cuando una pantalla está encendida. - -Si no puede escuchar las instrucciones de voz: - -* Comprueba que el volumen de tu dispositivo no está silenciado. Puedes cambiar el nivel de volumen con los botones de volumen del dispositivo. Para hacerlo, es posible que deba desactivar la opción "Cambiar con botones" (si está habilitada) en la configuración del dispositivo → Sonidos. - -* Bluetooth no debe reflejar las instrucciones de voz si lo enciendes. Pero no hemos probado las instrucciones de voz con el audio de coche. Si hay problemas, apaga Bluetooth. - -* Si eres usuario de Android y la opción está desactivada (o uno de idiomas soportados no están disponibles), revisa los ajustes de síntesis de voz. diff --git a/content/faq/voice/cant-hear-instructions/index.fr.md b/content/faq/voice/cant-hear-instructions/index.fr.md deleted file mode 100644 index f936aa91..00000000 --- a/content/faq/voice/cant-hear-instructions/index.fr.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Je n'arrive pas à entendre les instructions vocales -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Instructions vocales"] - -extra: - order: 20 ---- - -**Remarque:** les instructions vocales sont disponibles pour les trajets en voiture et à vélo. Pour l'instant, vous pouvez entendre les instructions vocales uniquement pendant la conduite et lorsque l'écran est allumé. - -Si vous ne pouvez pas entendre les instructions vocales :

- -* Assurez-vous que le volume de votre appareil n'est pas coupé. Vous pouvez changer le niveau de volume avec les boutons de volume de votre appareil. Pour ce faire, vous devrez peut-être désactiver l'option "Utiliser avec les boutons" (si elle est activée) dans les paramètres du périphérique → Sons. - -* Lorsque vous activez Bluetooth, il ne doit pas refléter les instructions vocales. Cependant, nous n'avons pas testé le guidage vocal avec le système audio de la voiture, il peut causer des problèmes. Dans ce cas, vous pouvez désactiver le Bluetooth. - -* Si vous êtes un utilisateur Android et que l'option est désactivée (ou une partie des langues prises en charge est indisponible), veuillez vérifier le système Paramètres TTS. diff --git a/content/faq/voice/cant-hear-instructions/index.md b/content/faq/voice/cant-hear-instructions/index.md deleted file mode 100644 index 60a369f1..00000000 --- a/content/faq/voice/cant-hear-instructions/index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: I can't hear voice instructions -description: Troubleshooting guide for voice instructions in navigation -updated: "2024-07-22" - -taxonomies: - faq: ["Voice Directions"] - -extra: - order: 20 ---- - -**Note:** voice instruction are available for car and cycling routes. For now, you can hear voice instructions only while driving and when the screen is on. - -If you can't hear voice instructions: - -* Please make sure that your device's volume is not muted. You can change the volume level with your device's volume buttons. To do that, you may need to disable "Change with Buttons" option (if enabled) in the device settings → Sounds. - -* Please report any Bluetooth issues with necessary details on our [GitHub](https://github.com/organicmaps/organicmaps/issues) - -* If you are an Android user and the option is disabled (or some of the supported languages are unavailable), please check [TTS settings](@/faq/voice/text-to-speech-android-tts/index.md). - -On Android voice instructions are available in 39 languages: English, Arabic, Basque, Belarusian, Catalan, Chinese (Simplified and Traditional), Croatian, Czech, Danish, Dutch, Finnish, French, German, Greek, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Marathi, Norwegian, Persian (Farsi), Polish, Portuguese, Portuguese (Brasil), Romanian, Russian, Serbian, Slovak, Spanish, Spanish (Mexico), Swahili, Swedish, Thai, Turkish, Ukrainian, Vietnamese. - -Google TTS supports all listed languages except of Arabic and Persian (Farsi). For these languages you may need to install third party TTS (for example, eSpeak TTS, Vocalizer TTS or SVOX Classic TTS) and a language pack from app store (Google Play Store, Galaxy Store, etc). - -On iOS voice instructions are available in 26 languages: English, Arabic, Chinese (Traditional and Simplified), Czech, Danish, Dutch, Finnish, French, German, Greek, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swedish, Thai, Turkish. diff --git a/content/faq/voice/cant-hear-instructions/index.pl.md b/content/faq/voice/cant-hear-instructions/index.pl.md deleted file mode 100644 index 418590c5..00000000 --- a/content/faq/voice/cant-hear-instructions/index.pl.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Nie słyszę instrukcji głosowych -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Komunikaty głosowe"] - -extra: - order: 20 ---- - -**Uwaga:** instrukcje głosowe są dostępne dla tras samochodowych i rowerowych. Na razie, można słyszeć instrukcje głosowe tylko podczas jazdy i gdy ekran jest włączony. - -Jeśli nie słyszysz instrukcji głosowych: - -* Upewnij się, że głośność urządzenia nie jest wyciszona. Możesz zmienić poziom głośności za pomocą przycisków głośności urządzenia. Aby to zrobić, może być konieczne wyłączenie opcji "Zmień za pomocą przycisków” opcja (jeśli włączona) w ustawieniach urządzenia → Dźwięki. - -* Po włączeniu Bluetooth nie powinien on odzwierciedlać instrukcji głosowych. Jednak nie testowaliśmy głosu wskazówki z car audio, mogą powodować problemy. W takim przypadku możesz wyłączyć Bluetooth. - -* Jeśli jesteś użytkownikiem Androida i opcja jest wyłączona (lub niektóre z nich obsługiwane języki są niedostępny), sprawdź system TTS ustawienia. diff --git a/content/faq/voice/cant-hear-instructions/index.pt-BR.md b/content/faq/voice/cant-hear-instructions/index.pt-BR.md deleted file mode 100644 index df971301..00000000 --- a/content/faq/voice/cant-hear-instructions/index.pt-BR.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Não consigo ouvir instruções de voz -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Orientação por voz"] - -extra: - order: 20 ---- - - -**Nota:** instruções de voz estão disponíveis para rotas de carro e de bicicleta. Por enquanto, você pode ouvir instruções de voz apenas enquanto estiver dirigindo e quando a tela estiver ligada. - -Se você não consegue ouvir instruções de voz: - -* Certifique-se de que o volume do seu dispositivo não esteja desativado. Você pode alterar o nível de volume com os botões de volume do seu dispositivo. Para fazer isso, você pode precisar desativar a opção "Regular com botões" (se habilitado) nas configurações do dispositivo → Sons. - -* Quando você ativa o Bluetooth, ele não deve refletir as instruções de voz. No entanto, não testamos a orientação por voz com o áudio do carro, isso pode causar problemas. Neste caso, você pode desligar o Bluetooth. - -* Se você for um usuário do Android e a opção estiver desativada (ou se alguns dos idiomas suportados estiverem indisponíveis), verifique as configurações do sistema TTS no Android. diff --git a/content/faq/voice/cant-hear-instructions/index.pt.md b/content/faq/voice/cant-hear-instructions/index.pt.md deleted file mode 100644 index d8ec6f5f..00000000 --- a/content/faq/voice/cant-hear-instructions/index.pt.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Não consigo ouvir as instruções de voz -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Instruções de voz"] - -extra: - order: 20 ---- - -**Nota:** as instruções de voz estão disponíveis apenas em rotas de carro e de bicicleta. Neste momento pode ouvir as instruções de voz apenas ao conduzir um veículo e quando o ecrã estiver ligado. - -Se não consegue ouvir as instruções de voz: - -* Certifique-se que o volume do seu dispositivo não está no mínimo. Pode alterar o nível de volume com os botões de volume do seu dispositivo. Para isso, pode ter de desativar a opção "Regular volume com botões" (se estiver ativado) nas configurações do dispositivo → Sons. - -* Quando tem o Bluetooth ativado, este não deve refletir as instruções de voz. No entanto, não testamos a orientação por voz com o áudio do carro, isso pode causar problemas. Neste caso, pode desativar o Bluetooth. - -* Se usar o Android e a opção estiver desativada (ou se alguns idiomas suportados estiverem indisponíveis), verifique as configurações do sistema TTS do Android. diff --git a/content/faq/voice/cant-hear-instructions/index.ru.md b/content/faq/voice/cant-hear-instructions/index.ru.md deleted file mode 100644 index f1ab28a3..00000000 --- a/content/faq/voice/cant-hear-instructions/index.ru.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Я не слышу голосовые подсказки -description: "" -updated: "2024-07-22" - -taxonomies: - faq: ["Голосовые подсказки"] - -extra: - order: 20 ---- - - -**Обратите внимание:** голосовые подсказки доступны для автомобильных и велосипедных маршрутов. Сейчас подсказки озвучиваются только во время движения и только при включенном экране. - -Если подсказки не слышно: - -* Убедитесь, что на устройстве включен звук. Изменить громкость можно с помощью кнопок громкости на устройстве. Чтобы это сделать, может потребоваться отключить опцию "Изменение кнопками" (если она включена) в настройках устройства → Звуки, тактильные сигналы. - -* Если у вас включен Bluetooth, это не должно затронуть голосовые инструкции. В случае возникновения трудностей пришлите описание проблемы с подробностями через [GitHub](https://github.com/organicmaps/organicmaps/issues). - -* Если у вас Android-устройство и опция голосовых инструкций недоступна в настройках приложения или поддерживаемые языки не отображаются в списке, пожалуйста, проверьте [настройки синтеза речи](@/faq/voice/text-to-speech-android-tts/index.ru.md). - -Голосовые подсказки для Android доступны на 39 языках: Русский, Беларуский, Украинский, Английский, Арабский, Баскский, Венгерский, Вьетнамский, Греческий, Датский, Индонезийский, Испанский, Испанский (Мексика), Итальнский, Каталанский, Китайский (упрощенный и традиционный), Корейский, Маратхи, Немецкий, Нидерландский, Норвежский, Персидский, Польский, Португальский, Португальский (Бразилия), Румынский, Сербский, Словацкий, Суахили, Тайский, Турецкий, Финский, Французский, Хинди, Хорватский, Чешский, Шведский, Японский diff --git a/content/faq/voice/cant-hear-instructions/index.tr.md b/content/faq/voice/cant-hear-instructions/index.tr.md deleted file mode 100644 index 63ed8623..00000000 --- a/content/faq/voice/cant-hear-instructions/index.tr.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Sesli yönergeleri duyamıyorum -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["Sesli Yönlendirme"] - -extra: - order: 20 ---- - -**Not:** Araba ve bisiklet yolları için sesli yönlendirme mevcuttur. Şimdilik sesli yönlendirmeyi yalnızca sürüş sırasında ve ekran açıkken duyabilirsiniz. - -Sesli yönlendirmeyi duyamıyorsanız: - -* Lütfen cihazınızın sesinin kapalı olmadığından emin olun. Cihazınızın ses düğmeleri ile ses seviyesini değiştirebilirsiniz. Bunu yapmak için, cihaz ayarları → Sesler'de "Düğmelerle Değiştir" seçeneğini (etkinleştirilmişse) devre dışı bırakmanız gerekebilir. - -* Bluetooth'u açtığınızda, sesli yönlendirmeyi aktarmamalıdır. Ancak sesli yönlendirmeyi araç sesiyle test etmedik, bazı sorunlar olabilir. Bu durumda Bluetooth'u kapatabilirsiniz. - -* Android kullanıcısıysanız ve sesli yönlendirme seçeneği devre dışıysa (veya desteklenen dillerden bazıları kullanılamıyorsa), lütfen sistem TTS ayarlarını kontrol edin. - -Android'de sesli yönlendirme 27 dilde mevcuttur: Türkçe, Almanca, Arapça, Çekçe, Çince (Geleneksel ve Basitleştirilmiş), Danca, Endonezyaca, Farsça, Felemenkçe, Fince, Fransızca, Hintçe, İngilizce, İspanyolca, İtalyanca, Japonca, Korece, Lehçe, Macarca, Portekizce, Rumence, Rusça, Tayca, Ukraynaca, Vietnamca, Yunanca. - -Google TTS, Arapça ve Farsça dışında listelenen tüm dilleri destekler. Bu diller için üçüncü taraf TTS (örneğin, eSpeak TTS, Vocalizer TTS veya SVOX Classic TTS) ve uygulama mağazasından (Google Play Store, Galaxy Store, vb.) bir dil paketi yüklemeniz gerekebilir. - -iOS'te sesli yönlendirme 26 dilde mevcuttur: Türkçe, Almanca, Arapça, Çince (Geleneksel ve Basitleştirilmiş), Çekçe, Danca, Endonezyaca, Felemenkçe, Fince, Fransızca, Hintçe, İngilizce, İspanyolca, İsveççe, İtalyanca, Japonca, Korece, Lehçe, Macarca, Portekizce, Rumence, Rusça, Slovakça, Tayca, Yunanca. diff --git a/content/faq/voice/cant-hear-instructions/index.uk.md b/content/faq/voice/cant-hear-instructions/index.uk.md deleted file mode 100644 index 4df39d81..00000000 --- a/content/faq/voice/cant-hear-instructions/index.uk.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Я не чую голосових підказок -description: "" -updated: "2024-07-22" - -taxonomies: - faq: ["Голосові інструкції"] - -extra: - order: 20 ---- - - -**Зауваження:** голосові підказки доступні для автомобільних та велосипедних маршрутів. Наразі ви можете чути голосові підказки лише під час руху і коли екран увімкнено. - -Якщо ви не чуєте голосові підказки: - -* Переконайтеся, що на вашому пристрої не вимкнено звук. Ви можете змінити рівень гучності за допомогою кнопок гучності вашого пристрою. Щоб це зробити вам, можливо, доведеться вимкнути опцію "Змінювати кнопками" (якщо її увімкнено) у Налаштуваннях пристрою → Звуки. - -* Коли ви вмикаєте Bluetooth, він не повинен вплинути на голосові інструкції. В разі виникнення труднощів надішліть детальний опис проблеми через [GitHub](https://github.com/organicmaps/organicmaps/issues). - -* Якщо ви користувач Android і ця опція вимкнена (або деякі з підтримуваних мов недоступні), перевірте [налаштування TTS](@/faq/voice/text-to-speech-android-tts/index.md). - -На Android голосові інструкції доступні 39 мовами: Українська, Английська, Арабська, Баскська, Беларуська, В'єтнамська, Грецька, Гінді, Данська, Каталонська, Китайська (спрощена та традиційна), Корейська, Маратхі, Норвезька, Нідерландська, Німецька, Перська, Польська, Португальська, Португальська (Бразилія), Російська, Румунська, Сербська, Словацька, Суахілі, Тайська, Турецька, Угорська, Французька, Фінська, Хорватська, Чеська, Шведська, Японська, Індонезійська, Іспанська, Іспанська (Мексика), Італійська. - -Google TTS підтримує всі перелічені мови, окрім арабської та перської (фарсі). Для цих мов вам може знадобитися встановити сторонній TTS (наприклад, eSpeak TTS, Vocalizer TTS або SVOX Classic TTS) і мовний пакет з магазину додатків (Google Play Store, Galaxy Store тощо). - -На iOS голосові інструкції доступні 26 мовами: Англійська, арабська, китайська (традиційна та спрощена), чеська, данська, голландська, чеська, датська, фінська, французька, німецька, грецька, хінді, угорська, індонезійська, італійська, німецька, хорватська, чеська, шведська, японська, японська, корейська, польська, португальська, румунська, російська, словацька, словацька, іспанська, шведська, тайська, українсьска, турецька. diff --git a/content/faq/voice/cant-hear-instructions/index.zh-Hans.md b/content/faq/voice/cant-hear-instructions/index.zh-Hans.md deleted file mode 100644 index 42a90c16..00000000 --- a/content/faq/voice/cant-hear-instructions/index.zh-Hans.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: 我无法听到语音指示 -description: "" -updated: "2024-07-15" - -taxonomies: - faq: ["语音指导"] - -extra: - order: 20 ---- - -**请注意:** 语音指示仅适用于汽车和骑行路线。目前,您只能在驾驶时且屏幕打开时听到语音指示。 - -如果您无法听到语音指示: - -* 请确保您设备的音量未被静音。 您可以使用设备音量按钮更改音量级别。 为此,您可能需要在设备设置 → 声音中禁用“随按钮更改”选项(如果已启用)。 - -* 打开蓝牙时,不应该影响语音指示。 然而,我们没有在车载音频上测试语音引导,这可能会导致问题。 在这种情况下,您可以关闭蓝牙。 - -* 如果您是安卓用户并且选项已禁用(或一些支持的语言不可用),请检查系统 TTS 设置。 - -在安卓设备上,语音指示支持 27 种语言: -英语、阿拉伯语、中文(繁体和简体)、捷克语、丹麦语、荷兰语、芬兰语、法语、德语、 -希腊语、印地语、匈牙利语、印尼语、意大利语、日语、韩语、波斯语、波兰语、葡萄牙语、 -罗马尼亚语、俄语、西班牙语、泰语、土耳其语、乌克兰语、越南语。 - -Google TTS 支持除阿拉伯语和波斯语(波斯语)之外的所有列出的语言。 -对于这些语言,您可能需要安装第三方 TTS(例如 eSpeak TTS、Vocalizer TTS 或 SVOX Classic TTS)和应用商店(Google Play 商店、Galaxy 商店等)中的语言包。 - -在 iOS 设备上,语音指示支持 26 种语言: -英语、阿拉伯语、中文(繁体和简体)、捷克语、丹麦语、荷兰语、芬兰语、法语、德语、 -希腊语、印地语、匈牙利语、印尼语、意大利语、日语、韩语、波兰语、葡萄牙语、 -罗马尼亚语、俄语、斯洛伐克语、西班牙语、瑞典语、泰语、土耳其语。 diff --git a/content/faq/voice/text-to-speech-android-tts/index.fr.md b/content/faq/voice/text-to-speech-android-tts/index.fr.md deleted file mode 100644 index e70198ad..00000000 --- a/content/faq/voice/text-to-speech-android-tts/index.fr.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: Synthèse vocale sur Android -description: Guide pour utiliser la synthèse vocale sur Android -slug: synthèse-vocale-tts-sur-android - -taxonomies: - faq: ["Instructions vocales"] - -extra: - order: 10 ---- - -## Sommaire - -Organic Maps utilise le moteur de synthèse vocale du système pour les instructions vocales. Les moteurs par défaut varient selon les appareils. Il peut s'agir de Google Text-to Speech, du moteur du fabricant de l'appareil ou d'un moteur tiers. - -La recommandation officielle d'Organic Maps est [RHVoice](https://rhvoice.org/), qui est un moteur vocal libre et gratuit pouvant être téléchargé sur le [Google Play](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android) et [F-Droid](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/). - -## Instructions - -- Ouvrez l'application Paramètres sur votre appareil Android -- Sélectionnez Paramètres supplémentaires, puis Accessibilité -- Choisissez votre moteur, la vitesse d'élocution et la tonalité -- **Redémarrez l'application Organic Maps** -- Ouvrez Paramètres => Instructions vocales dans Organic Maps et configurez-les. -- Redémarrez l'application Organic Maps (ou redémarrez l'appareil) si la voix ne fonctionne pas. - -Si vous ne trouvez pas le paramètre approprié, ouvrez l'application Paramètres et recherchez Text-to-speech. - -P.S : Notez que ces étapes varient en fonction de la marque du téléphone que vous utilisez. - -Ces options peuvent ne pas apparaître si aucun TTS n'est installé sur votre appareil. Reportez-vous au tableau ci-dessous pour installer l'un d'entre eux qui prend en charge votre langue maternelle. - -## Captures d'écran - -| | | -| ----------- | ----------- | -![Paramètres](tts_config_1.fr.png "Paramètres") | ![Accessibilité](tts_config_2.fr.png "Accessibilité") - -## Moteurs de synthèse vocale {#engines} - -Vous trouverez ci-dessous une liste de plusieurs langues et moteurs et supportées (les liens de téléchargement se trouvent après le tableau) : - -{{ tts_table() }} - -## Solutions alternatives - -Si vous avez des difficultés à initialiser le moteur TTS de RHVoice sur LineageOS ou d'autres ROMs personnalisées, essayez cette solution alternative. RHVoice peut ne pas s'initialiser correctement et l'application peut se bloquer, en particulier si vous n'avez jamais utilisé de moteur de synthèse vocale sur votre téléphone (nouvelle installation, réinitialisation d'usine, etc.). Si vous utilisez une ROM personnalisée comme LineageOS sans les services Google Play et Speech Services by Google, et que vous souhaitez utiliser RHVoice comme moteur TTS préféré, suivez les instructions ci-dessous comme solution de contournement : - -1. Installez le [moteur eSpeak TTS] (https://f-droid.org/en/packages/com.reecedunn.espeak) disponible sur F-Droid -2. Définissez le comme le moteur préféré du système - - Allez dans les **Paramètres** de LineageOS. - - Descendez jusqu'à **Accessibilité**. - - Sélectionnez **Sortie de la synthèse vocale** et **Moteur préféré** (à gauche) et assurez-vous que **eSpeak** est sélectionné. -3. Revenez en arrière et appuyez sur **Lire** pour vérifier que cela fonctionne. -4. Installez [RHVoice](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/) disponible sur F-droid. - - Ouvrez l'application, sélectionnez la langue que vous souhaitez utiliser et appuyez sur l'icône du nuage (à gauche) pour télécharger les voix. - - Appuyez sur le bouton de lecture pour vérifier qu'il fonctionne -5. Définissez **RHVoice** comme moteur préféré (voir étape 2) -6. Vous devriez maintenant pouvoir utiliser RHVoice sans problème. - -## Tests - -Pour tester les instructions vocales, vous pouvez cliquer sur "Tester les instructions vocales (TTS, Text-To-Speech)" dans le menu OM "Paramètres → Instructions vocales" ou vous pouvez démarrer la navigation pour entendre des instructions vocales. Organic Maps ne vous donnera pas d'instructions vocales tant que vous êtes à l'arrêt. - -![Test TTS](tts_test.fr.png "Test TTS") diff --git a/content/faq/voice/text-to-speech-android-tts/tts_config_1.fr.png b/content/faq/voice/text-to-speech-android-tts/tts_config_1.fr.png deleted file mode 100644 index e2686e33..00000000 Binary files a/content/faq/voice/text-to-speech-android-tts/tts_config_1.fr.png and /dev/null differ diff --git a/content/faq/voice/text-to-speech-android-tts/tts_config_1.png b/content/faq/voice/text-to-speech-android-tts/tts_config_1.png deleted file mode 100644 index 6c5ba020..00000000 Binary files a/content/faq/voice/text-to-speech-android-tts/tts_config_1.png and /dev/null differ diff --git a/content/faq/voice/text-to-speech-android-tts/tts_config_2.fr.png b/content/faq/voice/text-to-speech-android-tts/tts_config_2.fr.png deleted file mode 100644 index ba403a59..00000000 Binary files a/content/faq/voice/text-to-speech-android-tts/tts_config_2.fr.png and /dev/null differ diff --git a/content/faq/voice/text-to-speech-android-tts/tts_config_2.png b/content/faq/voice/text-to-speech-android-tts/tts_config_2.png deleted file mode 100644 index 75c159c5..00000000 Binary files a/content/faq/voice/text-to-speech-android-tts/tts_config_2.png and /dev/null differ diff --git a/content/faq/voice/text-to-speech-android-tts/tts_test.fr.png b/content/faq/voice/text-to-speech-android-tts/tts_test.fr.png deleted file mode 100644 index 7a6edcfb..00000000 Binary files a/content/faq/voice/text-to-speech-android-tts/tts_test.fr.png and /dev/null differ diff --git a/content/faq/voice/text-to-speech-android-tts/tts_test.png b/content/faq/voice/text-to-speech-android-tts/tts_test.png deleted file mode 100644 index 9fe7f517..00000000 Binary files a/content/faq/voice/text-to-speech-android-tts/tts_test.png and /dev/null differ diff --git a/content/news/2021-05-06/_index.md b/content/news/2021-05-06/_index.md index bf211b15..966f9028 100644 --- a/content/news/2021-05-06/_index.md +++ b/content/news/2021-05-06/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-05-06 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-05-09/_index.md b/content/news/2021-05-09/_index.md index bf211b15..01ff2d2a 100644 --- a/content/news/2021-05-09/_index.md +++ b/content/news/2021-05-09/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-05-09 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-05-24/_index.md b/content/news/2021-05-24/_index.md index bf211b15..1def648d 100644 --- a/content/news/2021-05-24/_index.md +++ b/content/news/2021-05-24/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-05-24 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-05-25/_index.md b/content/news/2021-05-25/_index.md index bf211b15..5076325b 100644 --- a/content/news/2021-05-25/_index.md +++ b/content/news/2021-05-25/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-05-25 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-06-06/_index.md b/content/news/2021-06-06/_index.md index bf211b15..3a7ac1cf 100644 --- a/content/news/2021-06-06/_index.md +++ b/content/news/2021-06-06/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-06-06 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-06-17/_index.md b/content/news/2021-06-17/_index.md index bf211b15..812bb812 100644 --- a/content/news/2021-06-17/_index.md +++ b/content/news/2021-06-17/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-06-17 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-06-20/_index.md b/content/news/2021-06-20/_index.md index bf211b15..b22fd7ca 100644 --- a/content/news/2021-06-20/_index.md +++ b/content/news/2021-06-20/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-06-20 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-06-23/_index.md b/content/news/2021-06-23/_index.md index bf211b15..483e6717 100644 --- a/content/news/2021-06-23/_index.md +++ b/content/news/2021-06-23/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-06-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-06-24/_index.md b/content/news/2021-06-24/_index.md index bf211b15..66bfa83c 100644 --- a/content/news/2021-06-24/_index.md +++ b/content/news/2021-06-24/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-06-24 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-06-28/_index.md b/content/news/2021-06-28/_index.md index bf211b15..6808375e 100644 --- a/content/news/2021-06-28/_index.md +++ b/content/news/2021-06-28/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-06-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-07-10/_index.md b/content/news/2021-07-10/_index.md index bf211b15..26412937 100644 --- a/content/news/2021-07-10/_index.md +++ b/content/news/2021-07-10/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-07-10 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-07/21/index.md b/content/news/2021-08-07/21/index.md index 02e4e0e0..f7380da0 100644 --- a/content/news/2021-08-07/21/index.md +++ b/content/news/2021-08-07/21/index.md @@ -2,7 +2,7 @@ title: "Meet a new app August 2021 update" date: 2021-08-07T06:40:46+00:00 slug: "august-2021-release-of-organic-maps" -aliases: ["/news/2021-08-07/meet-a-new-app-update-with/"] +aliases: ["meet-a-new-app-update-with"] taxonomies: news: ["Releases"] --- diff --git a/content/news/2021-08-07/_index.md b/content/news/2021-08-07/_index.md index bf211b15..e3f81517 100644 --- a/content/news/2021-08-07/_index.md +++ b/content/news/2021-08-07/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-13/_index.md b/content/news/2021-08-13/_index.md index bf211b15..1d6f16e3 100644 --- a/content/news/2021-08-13/_index.md +++ b/content/news/2021-08-13/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-13 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-15/_index.md b/content/news/2021-08-15/_index.md index bf211b15..5966d99e 100644 --- a/content/news/2021-08-15/_index.md +++ b/content/news/2021-08-15/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-15 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-16/_index.md b/content/news/2021-08-16/_index.md index bf211b15..2bf59a88 100644 --- a/content/news/2021-08-16/_index.md +++ b/content/news/2021-08-16/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-16 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-21/_index.md b/content/news/2021-08-21/_index.md index bf211b15..f9ba5e8d 100644 --- a/content/news/2021-08-21/_index.md +++ b/content/news/2021-08-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-23/_index.md b/content/news/2021-08-23/_index.md index bf211b15..4987725a 100644 --- a/content/news/2021-08-23/_index.md +++ b/content/news/2021-08-23/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-27/_index.md b/content/news/2021-08-27/_index.md index bf211b15..8ea2a89e 100644 --- a/content/news/2021-08-27/_index.md +++ b/content/news/2021-08-27/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-08-30/_index.md b/content/news/2021-08-30/_index.md index bf211b15..3d2fe6fe 100644 --- a/content/news/2021-08-30/_index.md +++ b/content/news/2021-08-30/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-08-30 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-09-05/_index.md b/content/news/2021-09-05/_index.md index bf211b15..cf715c0a 100644 --- a/content/news/2021-09-05/_index.md +++ b/content/news/2021-09-05/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-09-05 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-09-15/_index.md b/content/news/2021-09-15/_index.md index bf211b15..d1b3ea47 100644 --- a/content/news/2021-09-15/_index.md +++ b/content/news/2021-09-15/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-09-15 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-09-26/_index.md b/content/news/2021-09-26/_index.md index bf211b15..213275f0 100644 --- a/content/news/2021-09-26/_index.md +++ b/content/news/2021-09-26/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-09-26 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-10-09/_index.md b/content/news/2021-10-09/_index.md index bf211b15..774c108b 100644 --- a/content/news/2021-10-09/_index.md +++ b/content/news/2021-10-09/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-10-09 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-10-14/_index.md b/content/news/2021-10-14/_index.md index bf211b15..915b19cf 100644 --- a/content/news/2021-10-14/_index.md +++ b/content/news/2021-10-14/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-10-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-10-21/_index.md b/content/news/2021-10-21/_index.md index bf211b15..fc7ff0c5 100644 --- a/content/news/2021-10-21/_index.md +++ b/content/news/2021-10-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-10-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-11-01/_index.md b/content/news/2021-11-01/_index.md index bf211b15..0bf4ef2b 100644 --- a/content/news/2021-11-01/_index.md +++ b/content/news/2021-11-01/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-11-01 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-11-09/_index.md b/content/news/2021-11-09/_index.md index bf211b15..cb5e40d6 100644 --- a/content/news/2021-11-09/_index.md +++ b/content/news/2021-11-09/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-11-09 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-11-21/_index.md b/content/news/2021-11-21/_index.md index bf211b15..1c507f7a 100644 --- a/content/news/2021-11-21/_index.md +++ b/content/news/2021-11-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-11-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2021-12-03/_index.md b/content/news/2021-12-03/_index.md index bf211b15..20a95122 100644 --- a/content/news/2021-12-03/_index.md +++ b/content/news/2021-12-03/_index.md @@ -1,4 +1,5 @@ --- +date: 2021-12-03 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-01-14/_index.md b/content/news/2022-01-14/_index.md index bf211b15..1d40a2bc 100644 --- a/content/news/2022-01-14/_index.md +++ b/content/news/2022-01-14/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-01-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-01-15/_index.md b/content/news/2022-01-15/_index.md index bf211b15..f3a12377 100644 --- a/content/news/2022-01-15/_index.md +++ b/content/news/2022-01-15/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-01-15 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-01-18/_index.md b/content/news/2022-01-18/_index.md index bf211b15..f81173f2 100644 --- a/content/news/2022-01-18/_index.md +++ b/content/news/2022-01-18/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-01-18 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-01-23/_index.md b/content/news/2022-01-23/_index.md index bf211b15..72becfe7 100644 --- a/content/news/2022-01-23/_index.md +++ b/content/news/2022-01-23/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-01-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-02-02/46/index.md b/content/news/2022-02-02/46/index.md index 92301de1..25c6af72 100644 --- a/content/news/2022-02-02/46/index.md +++ b/content/news/2022-02-02/46/index.md @@ -2,7 +2,7 @@ title: "We have created a Telegram group for Turkish users, moderated by @MetehanOzyurek" date: 2022-02-02T11:26:11+00:00 slug: "we-have-created-a-telegram-group-for-turkish-users-moderated-by-metehanozyurek" -aliases: ["/news/2022-02-02/we-ve-created-a-telegram-group-for-turkish-users-moderated-by-metehanozyurek/"] +aliases: ["we-ve-created-a-telegram-group-for-turkish-users-moderated-by-metehanozyurek"] --- We have created a Telegram group for Turkish users, moderated by [@MetehanOzyurek](https://t.me/MetehanOzyurek) diff --git a/content/news/2022-02-02/_index.md b/content/news/2022-02-02/_index.md index bf211b15..ecb7dd94 100644 --- a/content/news/2022-02-02/_index.md +++ b/content/news/2022-02-02/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-02-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-02-12/_index.md b/content/news/2022-02-12/_index.md index bf211b15..a2c9c648 100644 --- a/content/news/2022-02-12/_index.md +++ b/content/news/2022-02-12/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-02-12 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-02-14/_index.md b/content/news/2022-02-14/_index.md index bf211b15..f27a6085 100644 --- a/content/news/2022-02-14/_index.md +++ b/content/news/2022-02-14/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-02-21/_index.md b/content/news/2022-02-21/_index.md index bf211b15..1a98db15 100644 --- a/content/news/2022-02-21/_index.md +++ b/content/news/2022-02-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-02-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-02-22/_index.md b/content/news/2022-02-22/_index.md index bf211b15..dfbae128 100644 --- a/content/news/2022-02-22/_index.md +++ b/content/news/2022-02-22/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-02-22 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-03-11/_index.md b/content/news/2022-03-11/_index.md index bf211b15..e6628d64 100644 --- a/content/news/2022-03-11/_index.md +++ b/content/news/2022-03-11/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-03-11 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-03-16/_index.md b/content/news/2022-03-16/_index.md index bf211b15..a7ed6230 100644 --- a/content/news/2022-03-16/_index.md +++ b/content/news/2022-03-16/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-03-16 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-03-25/_index.md b/content/news/2022-03-25/_index.md index bf211b15..b978e08f 100644 --- a/content/news/2022-03-25/_index.md +++ b/content/news/2022-03-25/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-03-25 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-04-11/_index.md b/content/news/2022-04-11/_index.md index bf211b15..96108f7c 100644 --- a/content/news/2022-04-11/_index.md +++ b/content/news/2022-04-11/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-04-11 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-04-18/_index.md b/content/news/2022-04-18/_index.md index bf211b15..6ac7c5fb 100644 --- a/content/news/2022-04-18/_index.md +++ b/content/news/2022-04-18/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-04-18 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-05-02/_index.md b/content/news/2022-05-02/_index.md index bf211b15..b0cb95e0 100644 --- a/content/news/2022-05-02/_index.md +++ b/content/news/2022-05-02/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-05-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-05-24/_index.md b/content/news/2022-05-24/_index.md index bf211b15..95edbb35 100644 --- a/content/news/2022-05-24/_index.md +++ b/content/news/2022-05-24/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-05-24 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-06-05/_index.md b/content/news/2022-06-05/_index.md index bf211b15..904a2cf0 100644 --- a/content/news/2022-06-05/_index.md +++ b/content/news/2022-06-05/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-06-05 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-06-20/_index.md b/content/news/2022-06-20/_index.md index bf211b15..b53c1e7b 100644 --- a/content/news/2022-06-20/_index.md +++ b/content/news/2022-06-20/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-06-20 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-06-28/_index.md b/content/news/2022-06-28/_index.md index bf211b15..ff54afb1 100644 --- a/content/news/2022-06-28/_index.md +++ b/content/news/2022-06-28/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-06-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-06-29/_index.md b/content/news/2022-06-29/_index.md index bf211b15..7ab6865f 100644 --- a/content/news/2022-06-29/_index.md +++ b/content/news/2022-06-29/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-06-29 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-07-02/_index.md b/content/news/2022-07-02/_index.md index bf211b15..7a74e072 100644 --- a/content/news/2022-07-02/_index.md +++ b/content/news/2022-07-02/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-07-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-07-04/_index.md b/content/news/2022-07-04/_index.md index 383cb17d..935467f4 100644 --- a/content/news/2022-07-04/_index.md +++ b/content/news/2022-07-04/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-07-04 sort_by: date template: news/date_section.html --- diff --git a/content/news/2022-07-12/_index.md b/content/news/2022-07-12/_index.md index bf211b15..ec47ba02 100644 --- a/content/news/2022-07-12/_index.md +++ b/content/news/2022-07-12/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-07-12 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-07-28/_index.md b/content/news/2022-07-28/_index.md index bf211b15..668ed2e0 100644 --- a/content/news/2022-07-28/_index.md +++ b/content/news/2022-07-28/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-07-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-08-01/_index.md b/content/news/2022-08-01/_index.md index bf211b15..b38c6d31 100644 --- a/content/news/2022-08-01/_index.md +++ b/content/news/2022-08-01/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-08-01 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-08-03/_index.md b/content/news/2022-08-03/_index.md index bf211b15..a4fb8ebe 100644 --- a/content/news/2022-08-03/_index.md +++ b/content/news/2022-08-03/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-08-03 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-08-24/_index.md b/content/news/2022-08-24/_index.md index bf211b15..58abe8fd 100644 --- a/content/news/2022-08-24/_index.md +++ b/content/news/2022-08-24/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-08-24 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-08-31/_index.md b/content/news/2022-08-31/_index.md index bf211b15..3f022592 100644 --- a/content/news/2022-08-31/_index.md +++ b/content/news/2022-08-31/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-08-31 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-09-17/_index.md b/content/news/2022-09-17/_index.md index bf211b15..a0b9e46e 100644 --- a/content/news/2022-09-17/_index.md +++ b/content/news/2022-09-17/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-09-17 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-09-22/_index.md b/content/news/2022-09-22/_index.md index bf211b15..75990190 100644 --- a/content/news/2022-09-22/_index.md +++ b/content/news/2022-09-22/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-09-22 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.it.md b/content/news/2022-10-07/_index.it.md index bf211b15..c5d238a5 100644 --- a/content/news/2022-10-07/_index.it.md +++ b/content/news/2022-10-07/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2022-10-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.md b/content/news/2022-10-07/_index.md index bf211b15..c5d238a5 100644 --- a/content/news/2022-10-07/_index.md +++ b/content/news/2022-10-07/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-10-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.ru.md b/content/news/2022-10-07/_index.ru.md index bf211b15..c5d238a5 100644 --- a/content/news/2022-10-07/_index.ru.md +++ b/content/news/2022-10-07/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2022-10-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-10-07/_index.tr.md b/content/news/2022-10-07/_index.tr.md index bf211b15..c5d238a5 100644 --- a/content/news/2022-10-07/_index.tr.md +++ b/content/news/2022-10-07/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2022-10-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-10-10/_index.md b/content/news/2022-10-10/_index.md index bf211b15..1154f034 100644 --- a/content/news/2022-10-10/_index.md +++ b/content/news/2022-10-10/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-10-10 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-03/_index.md b/content/news/2022-11-03/_index.md index bf211b15..2180f142 100644 --- a/content/news/2022-11-03/_index.md +++ b/content/news/2022-11-03/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-11-03 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-07/_index.md b/content/news/2022-11-07/_index.md index bf211b15..40c425d6 100644 --- a/content/news/2022-11-07/_index.md +++ b/content/news/2022-11-07/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-11-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-09/_index.md b/content/news/2022-11-09/_index.md index bf211b15..c170c5f6 100644 --- a/content/news/2022-11-09/_index.md +++ b/content/news/2022-11-09/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-11-09 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-21/_index.md b/content/news/2022-11-21/_index.md index bf211b15..c36ebd98 100644 --- a/content/news/2022-11-21/_index.md +++ b/content/news/2022-11-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-11-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-21/_index.tr.md b/content/news/2022-11-21/_index.tr.md index bf211b15..c36ebd98 100644 --- a/content/news/2022-11-21/_index.tr.md +++ b/content/news/2022-11-21/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2022-11-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-30/_index.md b/content/news/2022-11-30/_index.md index bf211b15..b25c976b 100644 --- a/content/news/2022-11-30/_index.md +++ b/content/news/2022-11-30/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-11-30 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-11-30/_index.tr.md b/content/news/2022-11-30/_index.tr.md index bf211b15..b25c976b 100644 --- a/content/news/2022-11-30/_index.tr.md +++ b/content/news/2022-11-30/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2022-11-30 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-02/_index.md b/content/news/2022-12-02/_index.md index bf211b15..27caed45 100644 --- a/content/news/2022-12-02/_index.md +++ b/content/news/2022-12-02/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-12-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-02/_index.ru.md b/content/news/2022-12-02/_index.ru.md index bf211b15..27caed45 100644 --- a/content/news/2022-12-02/_index.ru.md +++ b/content/news/2022-12-02/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2022-12-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-02/_index.tr.md b/content/news/2022-12-02/_index.tr.md index bf211b15..27caed45 100644 --- a/content/news/2022-12-02/_index.tr.md +++ b/content/news/2022-12-02/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2022-12-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.cs.md b/content/news/2022-12-23/_index.cs.md index bf211b15..7348a214 100644 --- a/content/news/2022-12-23/_index.cs.md +++ b/content/news/2022-12-23/_index.cs.md @@ -1,4 +1,5 @@ --- +date: 2022-12-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.it.md b/content/news/2022-12-23/_index.it.md index bf211b15..7348a214 100644 --- a/content/news/2022-12-23/_index.it.md +++ b/content/news/2022-12-23/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2022-12-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.md b/content/news/2022-12-23/_index.md index bf211b15..7348a214 100644 --- a/content/news/2022-12-23/_index.md +++ b/content/news/2022-12-23/_index.md @@ -1,4 +1,5 @@ --- +date: 2022-12-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.ru.md b/content/news/2022-12-23/_index.ru.md index bf211b15..7348a214 100644 --- a/content/news/2022-12-23/_index.ru.md +++ b/content/news/2022-12-23/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2022-12-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2022-12-23/_index.tr.md b/content/news/2022-12-23/_index.tr.md index bf211b15..7348a214 100644 --- a/content/news/2022-12-23/_index.tr.md +++ b/content/news/2022-12-23/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2022-12-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-01/_index.it.md b/content/news/2023-01-01/_index.it.md index bf211b15..e3658c63 100644 --- a/content/news/2023-01-01/_index.it.md +++ b/content/news/2023-01-01/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-01-01 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-01/_index.md b/content/news/2023-01-01/_index.md index bf211b15..e3658c63 100644 --- a/content/news/2023-01-01/_index.md +++ b/content/news/2023-01-01/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-01-01 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-15/_index.it.md b/content/news/2023-01-15/_index.it.md index bf211b15..5c017204 100644 --- a/content/news/2023-01-15/_index.it.md +++ b/content/news/2023-01-15/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-01-15 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-15/_index.md b/content/news/2023-01-15/_index.md index bf211b15..5c017204 100644 --- a/content/news/2023-01-15/_index.md +++ b/content/news/2023-01-15/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-01-15 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-20/_index.it.md b/content/news/2023-01-20/_index.it.md index bf211b15..2d831810 100644 --- a/content/news/2023-01-20/_index.it.md +++ b/content/news/2023-01-20/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-01-20 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-20/_index.md b/content/news/2023-01-20/_index.md index bf211b15..2d831810 100644 --- a/content/news/2023-01-20/_index.md +++ b/content/news/2023-01-20/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-01-20 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-24/_index.it.md b/content/news/2023-01-24/_index.it.md index bf211b15..6397354b 100644 --- a/content/news/2023-01-24/_index.it.md +++ b/content/news/2023-01-24/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-01-24 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-24/_index.md b/content/news/2023-01-24/_index.md index bf211b15..6397354b 100644 --- a/content/news/2023-01-24/_index.md +++ b/content/news/2023-01-24/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-01-24 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.cs.md b/content/news/2023-01-27/_index.cs.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.cs.md +++ b/content/news/2023-01-27/_index.cs.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.es.md b/content/news/2023-01-27/_index.es.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.es.md +++ b/content/news/2023-01-27/_index.es.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.it.md b/content/news/2023-01-27/_index.it.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.it.md +++ b/content/news/2023-01-27/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.md b/content/news/2023-01-27/_index.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.md +++ b/content/news/2023-01-27/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.nl.md b/content/news/2023-01-27/_index.nl.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.nl.md +++ b/content/news/2023-01-27/_index.nl.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.pt-BR.md b/content/news/2023-01-27/_index.pt-BR.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.pt-BR.md +++ b/content/news/2023-01-27/_index.pt-BR.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.ru.md b/content/news/2023-01-27/_index.ru.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.ru.md +++ b/content/news/2023-01-27/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-01-27/_index.tr.md b/content/news/2023-01-27/_index.tr.md index bf211b15..0f27d73e 100644 --- a/content/news/2023-01-27/_index.tr.md +++ b/content/news/2023-01-27/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.fr.md b/content/news/2023-02-14/_index.fr.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.fr.md +++ b/content/news/2023-02-14/_index.fr.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.it.md b/content/news/2023-02-14/_index.it.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.it.md +++ b/content/news/2023-02-14/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.md b/content/news/2023-02-14/_index.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.md +++ b/content/news/2023-02-14/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.nl.md b/content/news/2023-02-14/_index.nl.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.nl.md +++ b/content/news/2023-02-14/_index.nl.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.pt-BR.md b/content/news/2023-02-14/_index.pt-BR.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.pt-BR.md +++ b/content/news/2023-02-14/_index.pt-BR.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.ru.md b/content/news/2023-02-14/_index.ru.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.ru.md +++ b/content/news/2023-02-14/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.tr.md b/content/news/2023-02-14/_index.tr.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.tr.md +++ b/content/news/2023-02-14/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.zh-CN.md b/content/news/2023-02-14/_index.zh-CN.md index bf211b15..b68e3988 100644 --- a/content/news/2023-02-14/_index.zh-CN.md +++ b/content/news/2023-02-14/_index.zh-CN.md @@ -1,4 +1,5 @@ --- +date: 2023-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-14/_index.zh-Hans.md b/content/news/2023-02-14/_index.zh-Hans.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2023-02-14/_index.zh-Hans.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2023-02-17/_index.it.md b/content/news/2023-02-17/_index.it.md index bf211b15..4b4b81de 100644 --- a/content/news/2023-02-17/_index.it.md +++ b/content/news/2023-02-17/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-02-17 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-17/_index.md b/content/news/2023-02-17/_index.md index bf211b15..4b4b81de 100644 --- a/content/news/2023-02-17/_index.md +++ b/content/news/2023-02-17/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-02-17 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-28/_index.it.md b/content/news/2023-02-28/_index.it.md index bf211b15..e5139d2f 100644 --- a/content/news/2023-02-28/_index.it.md +++ b/content/news/2023-02-28/_index.it.md @@ -1,4 +1,5 @@ --- +date: 2023-02-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-28/_index.md b/content/news/2023-02-28/_index.md index bf211b15..e5139d2f 100644 --- a/content/news/2023-02-28/_index.md +++ b/content/news/2023-02-28/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-02-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-02-28/_index.tr.md b/content/news/2023-02-28/_index.tr.md index bf211b15..e5139d2f 100644 --- a/content/news/2023-02-28/_index.tr.md +++ b/content/news/2023-02-28/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-02-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-03-09/_index.md b/content/news/2023-03-09/_index.md index bf211b15..6fdaadef 100644 --- a/content/news/2023-03-09/_index.md +++ b/content/news/2023-03-09/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-03-09 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-03-09/_index.tr.md b/content/news/2023-03-09/_index.tr.md index bf211b15..6fdaadef 100644 --- a/content/news/2023-03-09/_index.tr.md +++ b/content/news/2023-03-09/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-03-09 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-04-06/_index.md b/content/news/2023-04-06/_index.md index bf211b15..00d43128 100644 --- a/content/news/2023-04-06/_index.md +++ b/content/news/2023-04-06/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-04-06 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-04-06/_index.tr.md b/content/news/2023-04-06/_index.tr.md index bf211b15..00d43128 100644 --- a/content/news/2023-04-06/_index.tr.md +++ b/content/news/2023-04-06/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-04-06 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-05-12/_index.md b/content/news/2023-05-12/_index.md index bf211b15..8719a04f 100644 --- a/content/news/2023-05-12/_index.md +++ b/content/news/2023-05-12/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-05-12 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-05-12/_index.ru.md b/content/news/2023-05-12/_index.ru.md index bf211b15..8719a04f 100644 --- a/content/news/2023-05-12/_index.ru.md +++ b/content/news/2023-05-12/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2023-05-12 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-05-12/_index.tr.md b/content/news/2023-05-12/_index.tr.md index bf211b15..8719a04f 100644 --- a/content/news/2023-05-12/_index.tr.md +++ b/content/news/2023-05-12/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-05-12 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-06-01/_index.md b/content/news/2023-06-01/_index.md index bf211b15..5a145ac9 100644 --- a/content/news/2023-06-01/_index.md +++ b/content/news/2023-06-01/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-06-01 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-06-01/_index.tr.md b/content/news/2023-06-01/_index.tr.md index bf211b15..5a145ac9 100644 --- a/content/news/2023-06-01/_index.tr.md +++ b/content/news/2023-06-01/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-06-01 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-06-07/_index.md b/content/news/2023-06-07/_index.md index bf211b15..9f9269d1 100644 --- a/content/news/2023-06-07/_index.md +++ b/content/news/2023-06-07/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-06-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-06-07/_index.tr.md b/content/news/2023-06-07/_index.tr.md index bf211b15..9f9269d1 100644 --- a/content/news/2023-06-07/_index.tr.md +++ b/content/news/2023-06-07/_index.tr.md @@ -1,4 +1,5 @@ --- +date: 2023-06-07 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-07-17/_index.md b/content/news/2023-07-17/_index.md index bf211b15..67c44d4b 100644 --- a/content/news/2023-07-17/_index.md +++ b/content/news/2023-07-17/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-07-17 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-07-18/_index.de.md b/content/news/2023-07-18/_index.de.md index bf211b15..724b7efd 100644 --- a/content/news/2023-07-18/_index.de.md +++ b/content/news/2023-07-18/_index.de.md @@ -1,4 +1,5 @@ --- +date: 2023-07-18 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-07-18/_index.md b/content/news/2023-07-18/_index.md index bf211b15..724b7efd 100644 --- a/content/news/2023-07-18/_index.md +++ b/content/news/2023-07-18/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-07-18 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-07-23/_index.md b/content/news/2023-07-23/_index.md index bf211b15..cbf709a1 100644 --- a/content/news/2023-07-23/_index.md +++ b/content/news/2023-07-23/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-07-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-08-21/_index.md b/content/news/2023-08-21/_index.md index bf211b15..10f2315f 100644 --- a/content/news/2023-08-21/_index.md +++ b/content/news/2023-08-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-08-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-09-15/_index.md b/content/news/2023-09-15/_index.md index bf211b15..3ce94559 100644 --- a/content/news/2023-09-15/_index.md +++ b/content/news/2023-09-15/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-09-15 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-09-21/_index.md b/content/news/2023-09-21/_index.md index bf211b15..99d8e1c6 100644 --- a/content/news/2023-09-21/_index.md +++ b/content/news/2023-09-21/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-09-21 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-09-28/_index.md b/content/news/2023-09-28/_index.md index bf211b15..b35a7dd8 100644 --- a/content/news/2023-09-28/_index.md +++ b/content/news/2023-09-28/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-09-28 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-09-30/_index.md b/content/news/2023-09-30/_index.md index bf211b15..2403341a 100644 --- a/content/news/2023-09-30/_index.md +++ b/content/news/2023-09-30/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-09-30 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-10-19/_index.md b/content/news/2023-10-19/_index.md index bf211b15..e356b151 100644 --- a/content/news/2023-10-19/_index.md +++ b/content/news/2023-10-19/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-10-19 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-11-10/_index.md b/content/news/2023-11-10/_index.md index bf211b15..53647947 100644 --- a/content/news/2023-11-10/_index.md +++ b/content/news/2023-11-10/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-11-10 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-11-22/_index.md b/content/news/2023-11-22/_index.md index bf211b15..169b3d96 100644 --- a/content/news/2023-11-22/_index.md +++ b/content/news/2023-11-22/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-11-22 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-12-05/_index.md b/content/news/2023-12-05/_index.md index bf211b15..5c5bc0bb 100644 --- a/content/news/2023-12-05/_index.md +++ b/content/news/2023-12-05/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-12-05 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-12-14/_index.md b/content/news/2023-12-14/_index.md index bf211b15..cabe80b8 100644 --- a/content/news/2023-12-14/_index.md +++ b/content/news/2023-12-14/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-12-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-12-18/_index.md b/content/news/2023-12-18/_index.md index bf211b15..d4193676 100644 --- a/content/news/2023-12-18/_index.md +++ b/content/news/2023-12-18/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-12-18 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-12-19/_index.md b/content/news/2023-12-19/_index.md index bf211b15..53423bda 100644 --- a/content/news/2023-12-19/_index.md +++ b/content/news/2023-12-19/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-12-19 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2023-12-23/_index.md b/content/news/2023-12-23/_index.md index bf211b15..68fa0ebe 100644 --- a/content/news/2023-12-23/_index.md +++ b/content/news/2023-12-23/_index.md @@ -1,4 +1,5 @@ --- +date: 2023-12-23 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-01-04/_index.md b/content/news/2024-01-04/_index.md index bf211b15..3eedaf7a 100644 --- a/content/news/2024-01-04/_index.md +++ b/content/news/2024-01-04/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-01-04 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-01-06/_index.md b/content/news/2024-01-06/_index.md index bf211b15..8ed7d328 100644 --- a/content/news/2024-01-06/_index.md +++ b/content/news/2024-01-06/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-01-06 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-01-10/_index.md b/content/news/2024-01-10/_index.md index bf211b15..0e08510d 100644 --- a/content/news/2024-01-10/_index.md +++ b/content/news/2024-01-10/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-01-10 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-01-27/_index.md b/content/news/2024-01-27/_index.md index bf211b15..03233292 100644 --- a/content/news/2024-01-27/_index.md +++ b/content/news/2024-01-27/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-01-27 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-02-14/_index.md b/content/news/2024-02-14/_index.md index bf211b15..68d8861f 100644 --- a/content/news/2024-02-14/_index.md +++ b/content/news/2024-02-14/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-02-14 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-02/_index.md b/content/news/2024-03-02/_index.md index bf211b15..2ad49b1a 100644 --- a/content/news/2024-03-02/_index.md +++ b/content/news/2024-03-02/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-03-02 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-11/317/index.md b/content/news/2024-03-11/317/index.md index 7c0626f2..4ec0fec3 100644 --- a/content/news/2024-03-11/317/index.md +++ b/content/news/2024-03-11/317/index.md @@ -10,7 +10,7 @@ Now everyone can back up or share all bookmarks and imported tracks as one KMZ f Apple users can now edit colors of imported tracks and have a more convenient way of editing bookmarks. And don't forget to check our updated About dialog! -The March update is already available in all app stores. An apk for Android is also [available on our GitHub](https://github.com/organicmaps/organicmaps/releases/) if you want to install the latest Organic Maps version immediately when we publish the release, without any delays caused by slow reviews or publishing. This apk can be installed together with Organic Maps from other app stores! We also plan to add notifications about available GitHub apk updates, similar to what [Obtainium](https://github.com/organicmaps/organicmaps/wiki/Installing-Organic-Maps-from-GitHub-using-Obtainium) already does. +The March update is already available in all app stores. An apk for Android is also [available on our GitHub](https://github.com/organicmaps/organicmaps/releases/) if you want to install the latest Organic Maps version immediately when we publish the release, without any delays caused by slow reviews or publishing. This apk can be installed together with Organic Maps from other app stores! We also plan to add notifications about available GitHub apk updates, similar to what [Obtainium](https://github.com/organicmaps/organicmaps/wiki/Installing-Organic-Maps-from-GitHub-using-Obtanium) already does. Here is a more detailed list of changes: diff --git a/content/news/2024-03-11/_index.md b/content/news/2024-03-11/_index.md index bf211b15..80c9a150 100644 --- a/content/news/2024-03-11/_index.md +++ b/content/news/2024-03-11/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-03-11 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-18/_index.md b/content/news/2024-03-18/_index.md index bf211b15..ddedbc9d 100644 --- a/content/news/2024-03-18/_index.md +++ b/content/news/2024-03-18/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-03-18 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-20/_index.md b/content/news/2024-03-20/_index.md index bf211b15..3f4976b7 100644 --- a/content/news/2024-03-20/_index.md +++ b/content/news/2024-03-20/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-03-20 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-22/_index.md b/content/news/2024-03-22/_index.md index bf211b15..a5075d3f 100644 --- a/content/news/2024-03-22/_index.md +++ b/content/news/2024-03-22/_index.md @@ -1,4 +1,5 @@ --- +date: 2024-03-22 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-22/_index.ru.md b/content/news/2024-03-22/_index.ru.md index bf211b15..a5075d3f 100644 --- a/content/news/2024-03-22/_index.ru.md +++ b/content/news/2024-03-22/_index.ru.md @@ -1,4 +1,5 @@ --- +date: 2024-03-22 sort_by: date template: news/date_section.html --- \ No newline at end of file diff --git a/content/news/2024-03-28/328/1.jpg b/content/news/2024-03-28/328/1.jpg deleted file mode 100644 index 75491762..00000000 Binary files a/content/news/2024-03-28/328/1.jpg and /dev/null differ diff --git a/content/news/2024-03-28/328/2.jpg b/content/news/2024-03-28/328/2.jpg deleted file mode 100644 index 6a39cc6c..00000000 Binary files a/content/news/2024-03-28/328/2.jpg and /dev/null differ diff --git a/content/news/2024-03-28/328/index.md b/content/news/2024-03-28/328/index.md deleted file mode 100644 index 10dc031f..00000000 --- a/content/news/2024-03-28/328/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "An article about Organic Maps for Android Auto, and OM advantages compared to other maps" -date: 2024-03-28T20:58:47+00:00 -slug: "an-article-about-organic-maps-for-android-auto-and-om-advantages-compared-to-other-maps" -taxonimies: - news: ["Press"] ---- - -An article about Organic Maps for Android Auto, and OM advantages compared to other maps: - diff --git a/content/news/2024-03-28/_index.md b/content/news/2024-03-28/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-03-28/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-04-02/339/1.jpg b/content/news/2024-04-02/339/1.jpg deleted file mode 100644 index 62c81cf8..00000000 Binary files a/content/news/2024-04-02/339/1.jpg and /dev/null differ diff --git a/content/news/2024-04-02/339/index.md b/content/news/2024-04-02/339/index.md deleted file mode 100644 index 8015b7c7..00000000 --- a/content/news/2024-04-02/339/index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "🌎 Six new languages have been added to" -date: 2024-04-02T09:10:51+00:00 -slug: "six-new-languages-have-been-added-to" ---- - -🌎 Six new languages have been added to [https://organicmaps.app](https://organicmaps.app/) website. - -- Estonian -- Galician -- Lithuanian -- Malayalam -- Telugu -- Welsh - -All other languages have been updated from Weblate as well. - -Kudos to everybody who contributed translations via Weblate (). - -Please kindly review website in your language and submit any corrections to . diff --git a/content/news/2024-04-02/_index.md b/content/news/2024-04-02/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-04-02/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-04-05/342/1.jpg b/content/news/2024-04-05/342/1.jpg deleted file mode 100644 index 8c5d7762..00000000 Binary files a/content/news/2024-04-05/342/1.jpg and /dev/null differ diff --git a/content/news/2024-04-05/342/2.jpg b/content/news/2024-04-05/342/2.jpg deleted file mode 100644 index c340aa64..00000000 Binary files a/content/news/2024-04-05/342/2.jpg and /dev/null differ diff --git a/content/news/2024-04-05/342/index.md b/content/news/2024-04-05/342/index.md deleted file mode 100644 index bd016740..00000000 --- a/content/news/2024-04-05/342/index.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: "Meet new contributors and improved European elevation data in March/April release" -date: 2024-04-05T18:04:24+00:00 -slug: "improved-europe-elevation-data-in-app-release" -taxonomies: - news: ["Releases"] ---- - -Let us announce the **March/April release** ([install here](https://omaps.app/get)) and welcome new contributors: - -* Isira-Seneviratne made their first contribution in [#7494](https://github.com/organicmaps/organicmaps/issues/7494) -* Mannivu made their first contribution in [#7547](https://github.com/organicmaps/organicmaps/issues/7547) -* Usland123 made their first contribution in [#7571](https://github.com/organicmaps/organicmaps/issues/7571) -* muralito made their first contribution in [#7574](https://github.com/organicmaps/organicmaps/issues/7574) -* renderexpert made their first contribution in [#7618](https://github.com/organicmaps/organicmaps/issues/7618) -* kavikhalique made their first contribution in [#7664](https://github.com/organicmaps/organicmaps/issues/7664) -* abhibana made their first contribution in [#5047](https://github.com/organicmaps/organicmaps/issues/5047) -* griffinonacid made their first contribution in [#7734](https://github.com/organicmaps/organicmaps/issues/7734) -* alnzrv made their first contribution in [#7750](https://github.com/organicmaps/organicmaps/issues/7750) - -Don’t like or miss something in Organic Maps? [Fix it](https://github.com/organicmaps/organicmaps), or ask your friends to fix it 😉 - -Here is the full list of changes. And don’t forget to rate Organic Maps in [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611) and [donate](https://organicmaps.app/donate/) to support the development of the best maps app! - -* Better isolines elevation data for European countries, thanks to [Sonny](https://sonny.4lima.de/) -* OpenStreetMap data as of March 26 -* Bookmark lists are sorted by modification time (recent at the top) -* Eye icons for visible/hidden bookmark lists -* Many new objects can be added to OpenStreetMap: various shops and crafts, BBQs, food courts, lang schools, cairns, money transfer points, etc. -* Add "wheelchair" to the search input to limit results to wheelchair-accessible -* Searchable orders pickup points (shop=outpost) - -**iOS:** -* Distance and time do not freeze anymore in CarPlay -* Fixed wrong time and distance when switching planned route modes -* Fixed the wrong 'saved bookmark' icon -* Added a long tap back button menu - -**Android:** -* OpenStreetMap login works again! -* Made the "View On Map" search results button bigger and with a caption -- by a new contributor kavikhalique! -* Fixed button overlaps in landscape route building for RTL languages -- also by kavikhalique -* Fixed crash when importing GPX, KML, KMZ from the Files app -* Serbian TTS voice -* Button to open system TTS settings in voice options -* Deleted bookmark lists are properly removed -* Removed ripples effect from sliding tabs in search - -**Android Auto 🚘:** -* FreeDrive screen -* Navigation is automatically starting -* Faster bookmarks screen - -**Linux desktop/mobile version:** -* Place information page is much more user-friendly - -**Map styling:** -* Added wind turbines and power plant icons -* Reduced visibilities of many outdoors-specific POIs when in the main map style, e.g., waterfalls, mountain peaks, shelters, power towers, etc. (use the Outdoors style for those!) -* More consistent font sizes and caption appearances - -**Translations updates:** -* Slovak, Italian, Spanish, Hindi -* Fixed police, parking, and sights category search for simplified Chinese - -♥️ ♥️ ♥️ ♥️ ♥️ diff --git a/content/news/2024-04-05/342/index.ru.md b/content/news/2024-04-05/342/index.ru.md deleted file mode 100644 index 4a5a10b6..00000000 --- a/content/news/2024-04-05/342/index.ru.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -title: "Встречайте новых контрибуторов и улучшенные данные рельефа Европы в мартовском/апрельском обновлении" -date: 2024-04-05T18:04:24+00:00 -slug: "весеннее-обновление-Organic-Maps-улучшенные-данные-рельефа-Европы" -taxonomies: - news: ["Releases"] ---- - -Объявляем о выходе **мартовского/апрельского релиза** ([установить здесь](https://omaps.app/get)) и приветствуем новых контрибуторов: - -* Isira-Seneviratne [#7494](https://github.com/organicmaps/organicmaps/issues/7494) -* Mannivu [#7547](https://github.com/organicmaps/organicmaps/issues/7547) -* Usland123 [#7571](https://github.com/organicmaps/organicmaps/issues/7571) -* muralito [#7574](https://github.com/organicmaps/organicmaps/issues/7574) -* renderexpert [#7618](https://github.com/organicmaps/organicmaps/issues/7618) -* kavikhalique [#7664](https://github.com/organicmaps/organicmaps/issues/7664) -* abhibana [#5047](https://github.com/organicmaps/organicmaps/issues/5047) -* griffinonacid [#7734](https://github.com/organicmaps/organicmaps/issues/7734) -* alnzrv [#7750](https://github.com/organicmaps/organicmaps/issues/7750) - -Вам что-то не нравится или чего-то не хватает в Organic Maps? [Всё можно исправить самостоятельно](https://github.com/organicmaps/organicmaps), или попросить друзей, ведь наш код открыт 😉. - -Вот полный список изменений. И не забудьте оценить Organic Maps в [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611) и [donate](https://organicmaps.app/donate/), чтобы поддержать развитие лучших карт! - - -* Более точные высотные данные для европейских стран -* Свежие карты от OpenStreetMap по состоянию на 26 марта -* Списки меток сортируются по времени изменения (сначала новые) -* Иконки в виде глаз для видимых/скрытых списков меток -* Множество новых объектов теперь могут быть добавлены в OpenStreetMap: различные магазины и сервисы, места для барбекю, фуд-корты, языковые школы, туры, пункты перевода денег и т.д. -* Чтобы ограничить результаты поиска местами, оборудованными для инвалидов, добавьте в строку поска "инвалид" или "инвалидная коляска" -* Поиск точек выдачи заказов - -iOS: -* Время и расстояние всегда корректно отображаются в CarPlay -* Исправлена ошибка с неверным временем и расстоянием при смене режимов маршрута -* Исправлен неверный значок "сохраненной метки" -* Добавлено меню по долгому нажатию на кнопку "назад" - -Android: -* Снова заработал логин в OpenStreetMap! -* Добавлена кнопка для открытия системных настроек TTS в опциях голоса -* Кнопка результатов поиска "Посмотреть на карте" теперь больше и с подписью -- от нового участника kavikhalique! -* Исправлен креш при импорте GPX, KML, KMZ из приложения Files -* Сербский язык для TTS -* Исправлено наложение кнопок в альбомном режиме при построении маршрута для языков RTL -* Исправлено удаление списков меток -* Убран эффект ряби при переключении вкладок в поиске - -Android Auto: -* Режим свободной езды -* Автозапуск навигации -* Ускорена работа с метками - -Linux: -* Более удобный диалог с информацией о выбранном месте - -Стиль карты: -* Добавлены иконки ветряных турбин и электростанций -* В основном стиле карты уменьшена видимость многих "походных" объектов, например, водопадов, горных вершин, укрытий, опор ЛЭП и т.д. (используйте стиль для Активного отдыха!) -* Более однородные размеры шрифтов и внешний вид подписей - -Обновления переводов: -* Словацкий, итальянский, испанский, хинди -* Исправлен поиск полиции, парковок и достопримечательностей для упрощённого китайского - -♥️ ♥️ ♥️ ♥️ ♥️ diff --git a/content/news/2024-04-05/_index.md b/content/news/2024-04-05/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-04-05/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-04-05/_index.ru.md b/content/news/2024-04-05/_index.ru.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-04-05/_index.ru.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-04-26/343/index.md b/content/news/2024-04-26/343/index.md deleted file mode 100644 index cc6209a4..00000000 --- a/content/news/2024-04-26/343/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "We''re also happy that we make our users happy 🙃" -date: 2024-04-26T09:20:10+00:00 -slug: "we-re-also-happy-that-we-make-our-users-happy" ---- - -We're also happy that we make our users happy 🙃 diff --git a/content/news/2024-04-26/343/review.png b/content/news/2024-04-26/343/review.png deleted file mode 100644 index 046eaa93..00000000 Binary files a/content/news/2024-04-26/343/review.png and /dev/null differ diff --git a/content/news/2024-04-26/344/Travel with Organic Maps.mp3 b/content/news/2024-04-26/344/Travel with Organic Maps.mp3 deleted file mode 100644 index efc0f50f..00000000 Binary files a/content/news/2024-04-26/344/Travel with Organic Maps.mp3 and /dev/null differ diff --git a/content/news/2024-04-26/344/index.md b/content/news/2024-04-26/344/index.md deleted file mode 100644 index c9c30f2d..00000000 --- a/content/news/2024-04-26/344/index.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: "Travel with Organic Maps song" -date: 2024-04-26T09:23:52+00:00 -slug: "travel-with-organic-maps-song" -description: "So let's dance along, in this magical flight, with Organic Maps, our hearts take flight. In every corner of this earth we roam, with Organic Maps, we'll always find home." ---- - -One of [our users](https://t.me/OrganicMapsZH/95) has generated a song about Organic Maps. How does it sound to you? 😄 - -Update: there is also [another song in a different style](@/news/2024-04-27/347/index.md), hope you enjoy it too! 🎵🎵🎵 - -### Travel with Organic Maps song - -{{ audio(title="Travel with Organic Maps", url="/news/2024-04-26/travel-with-organic-maps-song/Travel with Organic Maps.mp3") }} - -
-(Verse 1)
-Beneath the twinkling stars, I stroll hand in hand,
-With Organic Maps, exploring enchanted lands.
-From Eiffel's gentle glow to Iceland's black sand shore,
-Every step a melody, every sight, pure amore.
-
-(Verse 2)
-Through Rome's timeless Colosseum, echoes of history's might,
-And Egypt's majestic pyramids, kissing the sun's light.
-Organic Maps, a faithful guide, whispers tales of yore,
-In its embrace, I find solace, forevermore.
-
-(Chorus)
-Travel with Organic Maps, a symphony of peace,
-From OpenStreetMap's embrace, all worries cease.
-Crafted with love, by volunteers' tender care,
-Every destination, a moment rare.
-
-(Outro)
-So let's dance along, in this magical flight,
-With Organic Maps, our hearts take flight.
-In every corner of this earth we roam,
-With Organic Maps, we'll always find home.
-
diff --git a/content/news/2024-04-26/_index.md b/content/news/2024-04-26/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-04-26/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-04-27/347/The Organic Maps Anthem of community-driven privacy and freedom.mp3 b/content/news/2024-04-27/347/The Organic Maps Anthem of community-driven privacy and freedom.mp3 deleted file mode 100644 index 0266dd52..00000000 Binary files a/content/news/2024-04-27/347/The Organic Maps Anthem of community-driven privacy and freedom.mp3 and /dev/null differ diff --git a/content/news/2024-04-27/347/index.md b/content/news/2024-04-27/347/index.md deleted file mode 100644 index 32d00ee7..00000000 --- a/content/news/2024-04-27/347/index.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Please enjoy and share another song about Organic Maps 🎶" -date: 2024-04-27T08:24:02+00:00 -slug: "organic-maps-privacy-and-freedom-anthem-driven-by-community" -description: "No tracking! No crapware! No pesticides! Organic Maps, where freedom resides! Navigate with privacy, feel the vibe, community-driven, let's take the ride." ---- - -Please enjoy and share another song created by [one of our users](https://t.me/organicmaps/39839) about Organic Maps, now in a different style 🎶 - -Did you like the [previous one](@/news/2024-04-26/344/index.md)? - -### The anthem of community-driven privacy and freedom - -{{ audio(title="The anthem of community-driven privacy and freedom", url="/news/2024-04-27/organic-maps-privacy-and-freedom-anthem-driven-by-community/The Organic Maps Anthem of community-driven privacy and freedom.mp3") }} - -
-(Verse 1)
-Organic Maps, no tracking in sight,
-Community-driven, with privacy right.
-No ads, no traps, just maps with flair,
-Navigate with freedom, we're beyond compare.
-
-(Chorus)
-No tracking! No crapware! No pesticides!
-Organic Maps, where freedom resides!
-Navigate with privacy, feel the vibe,
-Community-driven, let's take the ride.
-
-(Verse 2)
-Open-source, no data grab,
-Offline maps, with trails to nab.
-Cycling routes, hiking trails, all in view,
-Voice guidance, privacy true.
-
-(Chorus)
-No tracking! No crapware! No pesticides!
-Organic Maps, where freedom resides!
-Navigate with privacy, feel the vibe,
-Community-driven, let's take the ride.
-
-(Bridge)
-Blazing fast, privacy intact,
-Simple to use, that's a fact.
-No tracking, just maps so clear,
-Navigate with Organic, have no fear.
-
-(Outro)
-Try us out, see what's in store,
-Freedom's our motto, now and forevermore.
-Organic Maps, leading the way,
-Navigate with privacy, every day.
-
diff --git a/content/news/2024-04-27/_index.md b/content/news/2024-04-27/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-04-27/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-05-01/353/Summit Serenity with Organic Maps.mp3 b/content/news/2024-05-01/353/Summit Serenity with Organic Maps.mp3 deleted file mode 100644 index 2c5e8741..00000000 Binary files a/content/news/2024-05-01/353/Summit Serenity with Organic Maps.mp3 and /dev/null differ diff --git a/content/news/2024-05-01/353/index.md b/content/news/2024-05-01/353/index.md deleted file mode 100644 index 91bee6d7..00000000 --- a/content/news/2024-05-01/353/index.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -draft: true -title: "Summit Serenity with Organic Maps Song" -date: 2024-05-01T00:04:07+00:00 -slug: "summit-serenity-with-organic-maps-song" -description: "Public transit, just the road ahead, Organic Maps, my guide, my thread. Contours and elevations, guide my pace, With each step, I find my grace." ---- - -Another song about Organic Maps, now in a calmer tempo. -You can enjoy all 3 songs here: [@OrganicMaps\_song](https://t.me/OrganicMaps%5Fsong) -or check them in our previous news posts: - -- [Travel with Organic Maps](@/news/2024-04-26/344/index.md) -- [Privacy and freedom Anthem](@/news/2024-04-27/347/index.md) - -### Summit Serenity with Organic Maps - -{{ audio(title="Summit Serenity with Organic Maps", url="/news/2024-05-01/summit-serenity-with-organic-maps-song/Summit Serenity with Organic Maps.mp3") }} - -
-(Verse)
-With Organic Maps, I start to climb,
-Guided by love, each peak in time.
-No ads, no tracking, just nature's call,
-On this journey, I stand tall.
-
-(Chorus)
-Scaling heights, 'neath skies so blue,
-Pedaling through valleys, paths anew.
-With Organic Maps, my journey's true.
-
-(Verse)
-No public transit, just the road ahead,
-Organic Maps, my guide, my thread.
-Contours and elevations, guide my pace,
-With each step, I find my grace.
-
-(Bridge)
-Blazing fast, offline and pure,
-Organic Maps, my journey's lure.
-No trackers, just nature's light,
-With Organic Maps, my freedom's bright.
-
-(Interlude)
-Through forests deep and mountains high,
-Organic Maps, beneath the sky.
-With every turn, a new delight,
-Guided by nature's gentle light.
-
-(Chorus)
-Scaling heights, 'neath skies so blue,
-Pedaling through valleys, paths anew.
-With Organic Maps, my journey's true.
-
diff --git a/content/news/2024-05-01/_index.md b/content/news/2024-05-01/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-05-01/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-05-05/360/Organic Maps With Me Anthem.mp4 b/content/news/2024-05-05/360/Organic Maps With Me Anthem.mp4 deleted file mode 100644 index 5b1bb6df..00000000 Binary files a/content/news/2024-05-05/360/Organic Maps With Me Anthem.mp4 and /dev/null differ diff --git a/content/news/2024-05-05/360/index.md b/content/news/2024-05-05/360/index.md deleted file mode 100644 index 861ad97f..00000000 --- a/content/news/2024-05-05/360/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Can you guess the places we visited with Organic Maps? Enable sound to enjoy the full experience 🎵" -date: 2024-05-05T19:56:22+00:00 -slug: "can-you-guess-the-places-we-visited-with-organic-maps-enable-sound-to-enjoy-the-full-experience" ---- - -Can you guess the places we visited with [Organic Maps](https://organicmaps.app/)? Enable sound to enjoy the full experience 🎵 - -The full text and mp3 [is here](@/news/2024-04-27/347/index.md). - -Thank you for inspiring and supporting us! diff --git a/content/news/2024-05-05/_index.md b/content/news/2024-05-05/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-05-05/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-05-09/361/index.md b/content/news/2024-05-09/361/index.md deleted file mode 100644 index 1bdde0b7..00000000 --- a/content/news/2024-05-09/361/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Did you try Organic Maps on Linux? We use it on Mac and Linux for development, Windows PC desktop version is also possible" -date: 2024-05-09T21:59:53+00:00 -slug: "did-you-try-organic-maps-on-linux-we-use-it-on-mac-and-linux-for-development-so-it-s-not-yet-as-user-friendly-as-it-is-on-ios-and-android" -taxonomies: - news: ["Press"] ---- - -Did you try Organic Maps on Linux? We use it on Mac and Linux for development 🧑‍💻👨‍💻👨‍💻, so it's not yet as user-friendly as it is on iOS and Android. - - - -P.S. Windows version is also possible with a bit of love and support. Any volunteering help is welcome! diff --git a/content/news/2024-05-09/_index.md b/content/news/2024-05-09/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-05-09/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-05-11/362/1.jpg b/content/news/2024-05-11/362/1.jpg deleted file mode 100644 index 873d4a0a..00000000 Binary files a/content/news/2024-05-11/362/1.jpg and /dev/null differ diff --git a/content/news/2024-05-11/362/index.md b/content/news/2024-05-11/362/index.md deleted file mode 100644 index 5972bd58..00000000 --- a/content/news/2024-05-11/362/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "You can check the recording of the Zoom session organized by OpenStreetMap Ghana with Ilya Zverev presenting Organic Maps" -date: 2024-05-11T15:06:40+00:00 -slug: "you-can-check-the-recording-of-the-zoom-session-organized-by-openstreetmap-ghana-with-ilya-zverev-presenting-organic-maps" ---- - -You can check [the recording](https://us06web.zoom.us/rec/share/geMEiQzyzk1A29%5FntH0Qg9FzrxqyAbPmVsIF91szmNyTDdY6TRjRvj21WR5Xv06C.hFN0tmfrfkBV2nRU) of the Zoom session organized by OpenStreetMap Ghana with [Ilya Zverev](https://ilya.zverev.info/) presenting Organic Maps! diff --git a/content/news/2024-05-11/_index.md b/content/news/2024-05-11/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-05-11/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-05-19/364/0.jpg b/content/news/2024-05-19/364/0.jpg deleted file mode 100644 index 69b72750..00000000 Binary files a/content/news/2024-05-19/364/0.jpg and /dev/null differ diff --git a/content/news/2024-05-19/364/1.png b/content/news/2024-05-19/364/1.png deleted file mode 100644 index c174ff26..00000000 Binary files a/content/news/2024-05-19/364/1.png and /dev/null differ diff --git a/content/news/2024-05-19/364/2.png b/content/news/2024-05-19/364/2.png deleted file mode 100644 index 7d7df3ee..00000000 Binary files a/content/news/2024-05-19/364/2.png and /dev/null differ diff --git a/content/news/2024-05-19/364/3.png b/content/news/2024-05-19/364/3.png deleted file mode 100644 index 342c95d9..00000000 Binary files a/content/news/2024-05-19/364/3.png and /dev/null differ diff --git a/content/news/2024-05-19/364/4.png b/content/news/2024-05-19/364/4.png deleted file mode 100644 index b5050e6d..00000000 Binary files a/content/news/2024-05-19/364/4.png and /dev/null differ diff --git a/content/news/2024-05-19/364/index.md b/content/news/2024-05-19/364/index.md deleted file mode 100644 index 400d1f90..00000000 --- a/content/news/2024-05-19/364/index.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: "The May 2024 Organic Maps update with bookmarks and tracks sorting by name, better paved/unpaved paths colors, GPX import fixes, drive-thorough, and many other changes" -date: 2024-05-19T09:48:57+00:00 -slug: "the-may-2024-organic-maps-update-bookmarks-and-tracks-sorting-by-name-gpx-fixes" -taxonomies: - news: ["Releases"] ---- - -The May 2024 Organic Maps update ([get it here](https://omaps.app/get)) supports bookmarks and tracks sorting by name, paved paths are white, and unpaved ones are brown. And there are so many other changes and fixes, thanks to our contributors! Update and enjoy, and don't forget to update maps too. And [donate](https://organicmaps.app/donate/) to [support](https://organicmaps.app/support-us/) the open-source, community-driven, privacy-focused maps project! - -General: -* upgraded to the new [OpenStreetMap authentication method](https://github.com/organicmaps/organicmaps/issues/6144) (OAuth 2). All previously authenticated users must re-login! -* new OpenStreetMap data as of April 29 -* sort bookmarks and tracks in a list by name -* more feature types could be added to OSM now, e.g. marketplaces, taxi stands, kiosks, wilderness huts, garden centers, historic aircraft, cannons, boundary stones, tombs, etc. -* show the availability of Drive-through service for selected POIs -* ability to toggle Drive through in the OSM editor -* simplify handling of multiple languages feature names in the OSM editor and fix related bugs -* show "Can't find a suitable category?" message hint in the OSM editor -* elevator icon instead of "stairs" for displaying the level number of selected POI -* fix missing local language name versions for selected POIs -* better visible in dark mode $ emoji for paid map features -* improve bicycle routing for some cases - -Android: -* import .gpx and .gpx.xml files from Google Files app -* retain routing origin point upon re-opening the app -* night theme fixes -* fix router mode always changing to public transport if the subway layer was active -* fix buttons overlap in landscape navigation mode -* fix freezes on Samsung A50 -* fix the incorrect state of the "Keep Search History" setting if toggled two times - -iOS: -* fix isolines reminder being displayed on top of other dialogs -* fix circular downloading progress bar layout in selected POIs -* fix On/Off button icons -* fix the alignment of RTL languages in the bottom menu -* fix bug allowing to add the same language two times in the OSM editor -* correct location of "more" menu in bookmark lists -* default email client is supported for bug reports - -Mobile Linux and Mac (Windows is possible too!): -* add route marking buttons to place pages -* add an "Exit" menu option and keyboard shortcuts for all menu entries -* improve font clarity on MDPI screens - -Map: -* display difficult or indistinct hiking trails as brown-dotted, extreme/expert or indiscernible ones as black sparse dotted -* dark blue lines for dedicated cycleways -* blue lines under white/brown dashes for shared bicycle/pedestrian paths, or over white dashes for segregated ones -* more consistency in displaying paved paths as white dashed lines, unpaved ones as brown dashed -* roads visible under semi-transparent bridge outlines -* added scree and shingle areas; better color of bare rock surfaces -* stop displaying vacant/unused shops -* added natural=stone (displayed as natural=rock), miniature golf -* separate public transport shelters, basic huts and lean-tos from generic shelters -* added icons for animal enclosures and dry cleaning; updated laundry icon -* fix too small font size for smaller cities -* make city labels visible at higher zooms -* reduce the opacity of indigenous lands hatching fill -* don't display nature reserves' hatching fill and icon/caption on very detailed zooms - -Search: -* category search improvements (padel, subway stations, wilderness huts, etc.) -* searchable drinking water refills (participating cafes, etc.) -* made private swimming pools not searchable -* type ?wiki in the search to highlight Wikipedia articles on the map -* tuned category search ranking - -Updated Basque, German, Greek, and Slovak translations diff --git a/content/news/2024-05-19/_index.md b/content/news/2024-05-19/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-05-19/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-05-20/371/index.md b/content/news/2024-05-20/371/index.md deleted file mode 100644 index cfc66916..00000000 --- a/content/news/2024-05-20/371/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: We are working on the Recent Track feature for Android and Record Track for iOS and Android -date: 2024-05-20T09:32:17+00:00 -slug: "we-are-working-on-the-recent-track-feature-for-android-and-record-track-for-ios-and-android" ---- - -As we're working now on the Recent Track for Android and Track Recorder for iOS and Android, it would be great to hear your real use-cases, where and why do you need it, in more details. And how to make these features in the easiest-to-use way, so even your grandma and grandpa can use them. - -The best ideas and examples from other apps are also welcome. Any feedback in our [Telegram][], [Matrix][] or by [email](mailto:support@organicmaps.app) is appreciated ❤️❤️❤️ - -{{ references() }} diff --git a/content/news/2024-05-20/_index.md b/content/news/2024-05-20/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-05-20/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-06-06/379/index.md b/content/news/2024-06-06/379/index.md deleted file mode 100644 index db4ddb86..00000000 --- a/content/news/2024-06-06/379/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Organic Maps now with iCloud backup and sync" -date: 2024-06-06T14:43:37+00:00 -slug: "organic-maps-now-with-icloud-backup-and-sync" -taxonomies: - news: ["Press"] ---- - -Organic Maps now backs up and syncs all bookmarks and tracks using iCloud! -You can also use it on the Mac with the Apple Silicon processor. - -Read the article in German: diff --git a/content/news/2024-06-06/_index.md b/content/news/2024-06-06/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-06-06/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-06-21/_index.md b/content/news/2024-06-21/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-06-21/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-06-21/site/index.md b/content/news/2024-06-21/site/index.md deleted file mode 100644 index 4a79a3c5..00000000 --- a/content/news/2024-06-21/site/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Both RSS and ATOM feeds are available to watch for our news and site updates" -date: 2024-06-21T09:40:00+00:00 -slug: "both-rss-and-atom-feeds-are-available-to-watch-for-our-news-and-site-updates" ---- - -Now you can subscribe to [RSS](/rss.xml) or [ATOM](/atom.xml) news feeds in English (other languages are also available in corresponding /lang/ folders, but not all news articles are translater). - -Any help to update the website is appreciated! diff --git a/content/news/2024-06-22/380/1.jpeg b/content/news/2024-06-22/380/1.jpeg deleted file mode 100644 index dce2bae9..00000000 Binary files a/content/news/2024-06-22/380/1.jpeg and /dev/null differ diff --git a/content/news/2024-06-22/380/2.jpeg b/content/news/2024-06-22/380/2.jpeg deleted file mode 100644 index 2d4aaab5..00000000 Binary files a/content/news/2024-06-22/380/2.jpeg and /dev/null differ diff --git a/content/news/2024-06-22/380/3.jpeg b/content/news/2024-06-22/380/3.jpeg deleted file mode 100644 index 64ebb20a..00000000 Binary files a/content/news/2024-06-22/380/3.jpeg and /dev/null differ diff --git a/content/news/2024-06-22/380/4.jpeg b/content/news/2024-06-22/380/4.jpeg deleted file mode 100644 index bc939a11..00000000 Binary files a/content/news/2024-06-22/380/4.jpeg and /dev/null differ diff --git a/content/news/2024-06-22/380/5.jpeg b/content/news/2024-06-22/380/5.jpeg deleted file mode 100644 index d1d1fb53..00000000 Binary files a/content/news/2024-06-22/380/5.jpeg and /dev/null differ diff --git a/content/news/2024-06-22/380/6.jpeg b/content/news/2024-06-22/380/6.jpeg deleted file mode 100644 index 7c81c833..00000000 Binary files a/content/news/2024-06-22/380/6.jpeg and /dev/null differ diff --git a/content/news/2024-06-22/380/index.md b/content/news/2024-06-22/380/index.md deleted file mode 100644 index d72a7178..00000000 --- a/content/news/2024-06-22/380/index.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: "The major June update and a follow-up OSM data-only update (with a hotfix for the iOS app hanging) were successfully published and are available in all app stores and on our GitHub." -date: 2024-06-22T14:08:52+00:00 -slug: june-release-with-uk-and-us-postal-zip-code-search-street-name-announcements-and-gpx-export -aliases: ["/news/2024-06-22/the-major-june-update-and-a-follow-up-osm-data-only-update-with-a-hotfix-for-the-ios-app-hanging-were-successfully-published-and-are-available-in-all-app-stores-and-on-our-github/"] -taxonomies: - news: ["Releases"] ---- - -The major June update and a follow-up OSM data-only update (with a hotfix for the iOS app hanging) were successfully published and are available in [all app stores](https://omaps.app/get) and on our [GitHub](https://github.com/organicmaps/organicmaps/releases/). - -Thanks to Viktar Havaka, now you can search for the US zip codes and UK postcodes! The external address data is taken from the TIGER database and Ordnance Survey, and pre-processed by [Nominatim project](https://nominatim.org/) used in OpenStreetMap search. - -Another major feature is street name announcements during the navigation, contributed by Will Bradley. Please enable it in OM settings, and let us know about any issues. - -A long-awaited iOS iCloud synchronization is also available, thanks to Kiryl Kaveryn. Please enable it in OM settings (you will be offered to back up all your bookmarks and tracks first) and report any issues. - -Bookmarks and tracks GPX export is also ready, in addition to the existing KML (KMZ) export. It will become very handy when we finish the long-awaited Track Recorder feature. Kudos to cyber-toad! - -As always, thanks to everyone for your contributions, [donations](https://organicmaps.app/donate/), [support](https://organicmaps.app/support-us/), and positive reviews. They motivate and inspire our team! - -General changes and fixes: -* new OpenStreetMap data as of June 13 -* search for US zip codes and UK (GB) postcodes -- by Viktar Havaka -* street name announcements in verbal TTS turn instructions (please enable it in settings) -- by Will Bradley -* export bookmarks and tracks in GPX file format -- by cyber-toad and Kiryl Kaveryn -* add, edit, and display web links to menus of restaurants, bars, and food services -- by Arthur Gayot and Kiryl Kaveryn -* fix missing addresses in fitness center details -* add "pastry" and "cakes" search keywords -* fix Wikipedia links that contain a question mark - -Android: -* export bookmarks and tracks to a local device -* always show the next turn (in navigation mode) -* add an Exit button to navigation notifications -* improved OSM user profile settings page -- by Harry Bond -* fix display of stop points in the ruler and transit mode for RTL languages - -Android Auto: -* use compass and location data from car sensors -- by Andrew Shkrob -* update the UI for the main and category screens -- by Andrew Shkrob - -iOS: -* iCloud bookmarks and tracks synchronization (please enable it in settings) -- by Kiryl Kaveryn -* use the map when CarPlay is connected -- by Oleg Montak -* fix CarPlay text color in dark mode -* more TTS voice options -* TTS turn announcements interrupt podcasts instead of ducking them -* fix some buttons that disappeared when adding a place to the map -* fix place details not updated after a bookmark's edit -* fix the non-business hours button in the Editor to work after midnight - -Mobile Linux and Desktop versions: -* improve selected place details dialog - -Updated Czech, German, and Portuguese translations. - -🚀 🚀 🚀 🚀 🚀 diff --git a/content/news/2024-06-22/_index.md b/content/news/2024-06-22/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-06-22/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-07-15/392/0.jpg b/content/news/2024-07-15/392/0.jpg deleted file mode 100644 index 13b711e7..00000000 Binary files a/content/news/2024-07-15/392/0.jpg and /dev/null differ diff --git a/content/news/2024-07-15/392/1.jpg b/content/news/2024-07-15/392/1.jpg deleted file mode 100644 index f4a14155..00000000 Binary files a/content/news/2024-07-15/392/1.jpg and /dev/null differ diff --git a/content/news/2024-07-15/392/2.jpg b/content/news/2024-07-15/392/2.jpg deleted file mode 100644 index 6818c852..00000000 Binary files a/content/news/2024-07-15/392/2.jpg and /dev/null differ diff --git a/content/news/2024-07-15/392/4.jpg b/content/news/2024-07-15/392/4.jpg deleted file mode 100644 index 10b1b9a3..00000000 Binary files a/content/news/2024-07-15/392/4.jpg and /dev/null differ diff --git a/content/news/2024-07-15/392/index.fr.md b/content/news/2024-07-15/392/index.fr.md deleted file mode 100644 index 96625d85..00000000 --- a/content/news/2024-07-15/392/index.fr.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: "Avez-vous déjà installé la version d'Organic Maps du mois de juillet ? Elle introduit deux fonctionnalités majeures financées par le fonds d'investissement de l'NGI0" -date: 2024-07-15T21:13:23+00:00 -slug: version-de-juillet-avec-une-recherche-amelioree-dadresses-aux-etats-unis-utilisant-les-donnees-tiger-et-un-rendu-de-texte-corrige-pour-les-ecritures-non-latines-financees-par-le-fonds-dinvestissement-de-lngi0 -taxonomies: - news: ["Releases"] ---- - -Avez-vous déjà [installé](https://omaps.app/get) la version d'Organic Maps du mois de juillet ? Elle introduit deux fonctionnalités majeures [financées](https://nlnet.nl/project/OrganicMaps/) par le fond d'investissement de l'NGI0 : - -1. Meilleure recherche d'adresses aux États-Unis basée sur les données du système _Topologically Integrated Geographic Encoding and Referencing_ (TIGER) (prétraitées par le [projet Nominatim](https://nominatim.org/data/)), [implémentées](https://github.com/organicmaps/organicmaps/issues/2532) par Viktor Havaka. Les adresses sont stockées, recherchées et affichées sous forme d'interpolations (lignes le long des rues avec un numéro de maison de départ et un numéro de maison d'arrivée), donc ne vous attendez pas à voir des bâtiments sur la carte (saviez-vous que vous pouvez dessiner des bâtiments et ajouter des adresses vous-même sur [OpenStreetMap.org](https://openstreetmap.org/) ?) -Il existe une heuristique pour décider quand utiliser les données TIGER et quand utiliser les données OpenStreetMap existantes. -La taille de la carte pour l'ensemble des États-Unis est passée de 10 Go à 13 Go (y compris Wikipedia et les données d'élévation, il y a quelques [idées](https://github.com/organicmaps/organicmaps/issues/8672) pour [la diviser](https://github.com/organicmaps/organicmaps/issues/5912) afin d'améliorer [les mises à jour incrémentielles de la carte](https://github.com/organicmaps/organicmaps/issues/2317)). - -2. Rendu correct des textes en alphabet indien (Devanagari, Bengali, Gujarati, Gurmukhi, Kannada, Malayalam, Oriya, Tamil, Telugu), arabe (N'Ko, syriaque, mongol), thaï et lao, khmer, myanmar, tibétain, hangul, hébreu, [implémenté](https://github.com/organicmaps/organicmaps/issues/4281) par Alexander Borsuk en intégrant la bibliothèque de mise en forme de texte [Harfbuzz](https://harfbuzz.github.io/) avec le moteur de rendu d'Organic Maps (appelé "Drape"). - -D'autres améliorations notables ont été apportées grâce à nos contributeurs bien-aimés: - -* Données OpenStreetMap du 2 juillet -* Nouvelles polices de caractères pour le Malayalam et le Bengali (veuillez nous faire savoir si d'autres polices ont besoin d'être mises à jour) -* Une simple pression permet désormais de sélectionner n'importe quel point sur la carte, même si celle-ci est vide -- par Sergiy Kozyr -* Modification de l'appui long pour basculer en mode plein écran -- par Sergiy Kozyr -* Un signet supprimé accidentellement sur la carte peut maintenant être restauré immédiatement (le bouton Enregistrer devient Restaurer) -- par Kiryl Kaveryn -* Affichage des routes principales plus tôt sur la carte du monde -- par Konstantin Pastbin -* Un lieu sélectionné affiche maintenant plus de types/catégories/aménagements -- par David Martinez -* Un texte plus explicite pour indiquer l'étage à laquelle se trouve un POI -- par Antonin Delpeuch -* Affichage des chemins piétonniers en graviers fin de bonne qualité en pointillés blancs -- par Konstantin Pastbin -* Prise en charge de plus de types de surfaces de routes/chemins (briques, pierres, pavés d'herbe, terre) -- par Konstantin Pastbin -* Des conseils plus clairs lors de la construction d'une route - -La recherche -- merci à Viktor Havaka : -* La recherche de montagnes montre également les volcans -* Meilleurs résultats de recherche pour les lieux éloignés -* La recherche permet désormais de trouver les lieux dont le nom contient un chiffre -* Trouver les consignes à colis à l'aide de leur numéro de référence - -Android: -* Correction du lien de la FAQ pour la synthèse vocale dans les paramètres -* Correction de l'importation de GPX depuis WhatsApp -* Sauvegarde des fichiers exportés sur le périphérique de stockage local -- par Kiryl Razhdzestvenski - -iOS (un grand merci à Kiryl Kaveryn): -* Utilisez le bouton Importer dans la boîte de dialogue Signets et traces pour charger des fichiers KML, KMZ, GPX. -* Correction de l'importation des signets et des traces via l'application "Fichiers" lors d'un démarrage à froid (vous pouvez appuyer sur un fichier KML, KMZ, GPX ou KMB dans n'importe quelle application, puis sur le bouton "partager" , et enfin choisir l'icône Organic Maps dans la liste des applications). -* Ajout d'un bouton de test de la synthèse vocale dans les paramètres de navigation -- par Fabian Wüthrich -* Vous pouvez activer les journaux dans les paramètres pour nous aider à résoudre les bugs. -* Ouverture des liens vers les médias sociaux dans les applications installées -* Suppression du bouton trafic non fonctionnel de CarPlay -- par Fabian Wüthrich -* Remplacement de la case à cocher circulaire par un rectangle arrondi dans l'éditeur d'horaires d'ouverture -* Correction de la couleur d'arrière-plan du démarrage en mode sombre -- par Evgeny Fayvuzhinsky - -Linux: -* Correction de l'icône Wayland générique affichée à la place de l'icône d'Organic Maps sur certains systèmes -- par Ferenc Géczi - -Nos traducteurs et réviseurs nous ont aidés à mettre à jour les traductions en biélorusse, chinois, néerlandais, euskara, hongrois, polonais, portugais, russe et ukrainien. - -Nous avons également commencé à mettre à jour la [section FAQ](https://organicmaps.app/faq/) sur notre site web. Toute aide pour [ajouter de nouveaux articles](https://github.com/organicmaps/organicmaps.github.io/) et leurs traductions est appréciée ! - -Nous vous invitons à nous signaler tous les bugs en utilisant le bouton Signaler un bug dans l'application, en nous envoyant un email, ou (le mieux !) en créant/mettant à jour [un problème] (https://github.com/organicmaps/organicmaps/issues/) sur notre GitHub. - -P.S. Nous travaillons actuellement sur la [fonction d'enregistrement des traces](https://github.com/organicmaps/organicmaps/labels/Track%20Recording). Toute aide sous forme d'idées, de [tests](https://organicmaps.app/#community), de [contributions](https://organicmaps.app/support-us/) et de [dons](https://organicmaps.app/donate/) est chaleureusement appréciée ❤️ - -Profitez de vos voyages avec Organic Maps ! 🚕 🛤 ✈️ 🏕 👣 diff --git a/content/news/2024-07-15/392/index.md b/content/news/2024-07-15/392/index.md deleted file mode 100644 index c70a7644..00000000 --- a/content/news/2024-07-15/392/index.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: "Have you already installed a July release of Organic Maps? It introduces two major features funded through the NGI0 Entrust Fund" -date: 2024-07-15T21:13:23+00:00 -slug: july-release-with-improved-usa-address-search-using-tiger-data-and-fixed-text-rendering-for-non-latin-scripts-funded-by-ngi0-entrust-fund -aliases: ["/news/2024-07-15/have-you-already-installed-a-july-release-of-organic-maps-it-introduces-two-major-features-funded-through-the-ngi0-entrust-fund/"] -taxonomies: - news: ["Releases"] ---- - -Have you already [installed](https://omaps.app/get) a July release of Organic Maps? It introduces two major features [funded](https://nlnet.nl/project/OrganicMaps/) through the NGI0 Entrust Fund: - -1. Better address search in the USA based on Topologically Integrated Geographic Encoding and Referencing system (TIGER) data (preprocessed by [Nominatim project](https://nominatim.org/data/)), [implemented](https://github.com/organicmaps/organicmaps/issues/2532) by Viktor Havaka. Addresses are stored, searched, and displayed as interpolations (lines along streets with a starting house number and ending house number), so don't expect to see buildings on the map (did you know that you can draw buildings and add addresses at [OpenStreetMap.org](https://openstreetmap.org/) yourself?). -There is a heuristic to decide when to use TIGER data and when to use existing OpenStreetMap data. -Map size for the whole USA has increased from 10Gb to 13Gb (including Wikipedia and elevation data, there are some [ideas](https://github.com/organicmaps/organicmaps/issues/8672) to [split it](https://github.com/organicmaps/organicmaps/issues/5912) to improve [incremental map updates](https://github.com/organicmaps/organicmaps/issues/2317)). - -2. Proper rendering of texts in Indic (Devanagari, Bengali, Gujarati, Gurmukhi, Kannada, Malayalam, Oriya, Tamil, Telugu), Arabic (N'Ko, Syriac, Mongolian), Thai and Lao, Khmer, Myanmar, Tibetan, Hangul, Hebrew scripts, [implemented](https://github.com/organicmaps/organicmaps/issues/4281) by Alexander Borsuk by integrating [Harfbuzz](https://harfbuzz.github.io/) text shaping library with Organic Maps rendering engine (called "Drape"). - -There are other notable improvements, thanks to our beloved contributors: - -* OpenStreetMap data as of July 2 -* New Malayalam and Bengali fonts (please let us know if any other fonts need updating) -* Single tap now selects any point on the map, even if the map is empty -- by Sergiy Kozyr -* Changed long tap to toggle full-screen mode -- by Sergiy Kozyr -* Accidentally deleted bookmark on the map now can be restored immediately (Save button changes to Restore) -- by Kiryl Kaveryn -* Display major roads earlier on the world overview map -- by Konstantin Pastbin -* A selected place now shows more types/categories/amenities -- by David Martinez -* Clearer label for POI's building level -- by Antonin Delpeuch -* Display good quality fine gravel pedestrian paths as white dashed -- by Konstantin Pastbin -* Support more road/path surface types (bricks, stone, grass paver, soil) -- by Konstantin Pastbin -* More clear hints when building a route - -Search -- kudos to Viktor Havaka: -* Mountain search also shows volcanoes -* Better search results for faraway places -* Search now finds places with a number in their names -* Find parcel lockers using their ref numbers - -Android: -* Fix TTS FAQ link in the settings -* Fix GPX import from WhatsApp -* Save exported files to the local device storage -- by Kiryl Razhdzestvenski - -iOS (many kudos to Kiryl Kaveryn): -* Use the Import button in Bookmarks and Tracks dialog to load KML, KMZ, GPX files -* Fix importing of bookmarks and tracks via the "Files" app on a cold start (you can tap a KML, KMZ, GPX or KMB file in any app, then "share" it using a rectangular icon with an up arrow at the bottom left, and then choose Organic Maps icon in the list of all apps) -* Added a TTS voice test button in navigation settings -- by Fabian Wüthrich -* Enable logs in settings to help us with bug fixing -* Open social media links in installed applications -* Removed a non-working traffic button from CarPlay -- by Fabian Wüthrich -* Replaced circle checkboxex with a rounded rectangle in the time editor -* Correct dark mode startup background color -- by Evgeny Fayvuzhinsky - -Linux: -* Fix a generic Wayland icon displayed instead of an Organic Maps icon on some systems -- by Ferenc Géczi - -Our translators and reviewers helped us to update Belarusian, Chinese, Dutch, Euskara, Hungarian, Polish, Portuguese, Russian, and Ukrainian translations. - -We have also started to update the [FAQ section](https://organicmaps.app/faq/) on our website, any help with [adding new articles](https://github.com/organicmaps/organicmaps.github.io/) and their translations is appreciated! - -Please report all issues using Report a Bug button in the app, by sending us an email, or (the best!) by creating/updating [an issue](https://github.com/organicmaps/organicmaps/issues/) on our GitHub. - -P.S. We're now working on the [track recorder feature](https://github.com/organicmaps/organicmaps/labels/Track%20Recording). Any help with ideas, [testing](https://organicmaps.app/#community), [contributions](https://organicmaps.app/support-us/) and [donations](https://organicmaps.app/donate/) is warmly appreciated ❤️ - -Enjoy traveling with Organic Maps! 🚕 🛤 ✈️ 🏕 👣 diff --git a/content/news/2024-07-15/_index.fr.md b/content/news/2024-07-15/_index.fr.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-07-15/_index.fr.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-07-15/_index.md b/content/news/2024-07-15/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-07-15/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-08-17/401/1.jpg b/content/news/2024-08-17/401/1.jpg deleted file mode 100644 index 5ef35d8f..00000000 Binary files a/content/news/2024-08-17/401/1.jpg and /dev/null differ diff --git a/content/news/2024-08-17/401/index.md b/content/news/2024-08-17/401/index.md deleted file mode 100644 index c9e9f13f..00000000 --- a/content/news/2024-08-17/401/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Last night Organic Maps was removed from the Play Store without any warnings or additional details due to \"not meeting the requirements for the Family Program\"" -date: 2024-08-17T08:40:51+00:00 -slug: "last-night-organic-maps-was-removed-from-the-play-store-without-any-warnings-or-additional-details-due-to-not-meeting-the-requirements-for-the-family-program" ---- - -{{ googleplaynews(lang="en") }} - diff --git a/content/news/2024-08-17/401/index.ru.md b/content/news/2024-08-17/401/index.ru.md deleted file mode 100644 index aa527a58..00000000 --- a/content/news/2024-08-17/401/index.ru.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: 17 августа приложение Organic Maps были удалены из Google Play за несоответствие политикам программы "Приложения для всей семьи" без объяснения причин -date: 2024-08-17T08:40:51+00:00 -slug: organic-maps-были-удалены-из-Google-Play-без-объяснения-причин ---- - -{{ googleplaynews(lang="ru") }} - diff --git a/content/news/2024-08-17/_index.md b/content/news/2024-08-17/_index.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-08-17/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/content/news/2024-08-17/_index.ru.md b/content/news/2024-08-17/_index.ru.md deleted file mode 100644 index bf211b15..00000000 --- a/content/news/2024-08-17/_index.ru.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -sort_by: date -template: news/date_section.html ---- \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b775e7c7..4008dcf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,13 +11,13 @@ "devDependencies": { "js-beautify": "^1.15.1", "node-html-markdown": "^1.3.0", - "node-html-parser": "^6.1.13", + "node-html-parser": "^6.1.12", "postcss-scss": "^4.0.9", - "prettier": "^3.3.3", - "stylelint": "^16.7.0", - "stylelint-config-recommended": "^14.0.1", - "stylelint-config-standard": "^36.0.1", - "stylelint-scss": "^6.4.1" + "prettier": "^3.2.5", + "stylelint": "^16.2.1", + "stylelint-config-recommended": "^14.0.0", + "stylelint-config-standard": "^36.0.0", + "stylelint-scss": "^6.2.1" } }, "node_modules/@babel/code-frame": { @@ -57,9 +57,9 @@ } }, "node_modules/@csstools/css-parser-algorithms": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.5.0.tgz", + "integrity": "sha512-abypo6m9re3clXA00eu5syw+oaPHbJTPapu9C4pzNsJ4hdZDzushT50Zhu+iIYXgEe1CxnRMn7ngsbV+MLrlpQ==", "dev": true, "funding": [ { @@ -71,18 +71,17 @@ "url": "https://opencollective.com/csstools" } ], - "license": "MIT", "engines": { "node": "^14 || ^16 || >=18" }, "peerDependencies": { - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-tokenizer": "^2.2.3" } }, "node_modules/@csstools/css-tokenizer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.3.tgz", + "integrity": "sha512-pp//EvZ9dUmGuGtG1p+n17gTHEOqu9jO+FiCUjNN3BDmyhdA2Jq9QsVeR7K8/2QCK17HSsioPlTW9ZkzoWb3Lg==", "dev": true, "funding": [ { @@ -94,15 +93,14 @@ "url": "https://opencollective.com/csstools" } ], - "license": "MIT", "engines": { "node": "^14 || ^16 || >=18" } }, "node_modules/@csstools/media-query-list-parser": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.7.tgz", + "integrity": "sha512-lHPKJDkPUECsyAvD60joYfDmp8UERYxHGkFfyLJFTVK/ERJe0sVlIFLXU5XFxdjNDTerp5L4KeaKG+Z5S94qxQ==", "dev": true, "funding": [ { @@ -114,19 +112,18 @@ "url": "https://opencollective.com/csstools" } ], - "license": "MIT", "engines": { "node": "^14 || ^16 || >=18" }, "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-parser-algorithms": "^2.5.0", + "@csstools/css-tokenizer": "^2.2.3" } }, "node_modules/@csstools/selector-specificity": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", - "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.1.tgz", + "integrity": "sha512-NPljRHkq4a14YzZ3YD406uaxh7s0g6eAq3L9aLOWywoqe8PkYamAvtsh7KNX6c++ihDrJ0RiU+/z7rGnhlZ5ww==", "dev": true, "funding": [ { @@ -145,16 +142,6 @@ "postcss-selector-parser": "^6.0.13" } }, - "node_modules/@dual-bundle/import-meta-resolve": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", - "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -283,9 +270,9 @@ } }, "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -368,12 +355,12 @@ } }, "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "dependencies": { - "fill-range": "^7.1.1" + "fill-range": "^7.0.1" }, "engines": { "node": ">=8" @@ -549,9 +536,9 @@ } }, "node_modules/css-functions-list": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz", - "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", + "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", "dev": true, "engines": { "node": ">=12 || >=16" @@ -611,11 +598,10 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "2.1.2" }, @@ -820,21 +806,21 @@ } }, "node_modules/file-entry-cache": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.0.0.tgz", - "integrity": "sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "dependencies": { - "flat-cache": "^5.0.0" + "flat-cache": "^4.0.0" }, "engines": { - "node": ">=18" + "node": ">=16.0.0" } }, "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -844,22 +830,23 @@ } }, "node_modules/flat-cache": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz", - "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.0.tgz", + "integrity": "sha512-EryKbCE/wxpxKniQlyas6PY1I9vwtF3uCBweX+N8KYTCn3Y12RTGtQAJ/bd5pl7kxUAc8v/R3Ake/N17OZiFqA==", "dev": true, "dependencies": { - "flatted": "^3.3.1", - "keyv": "^4.5.4" + "flatted": "^3.2.9", + "keyv": "^4.5.4", + "rimraf": "^5.0.5" }, "engines": { - "node": ">=18" + "node": ">=16" } }, "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, "node_modules/foreground-child": { @@ -995,9 +982,9 @@ } }, "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true, "engines": { "node": ">= 4" @@ -1206,11 +1193,10 @@ } }, "node_modules/known-css-properties": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz", - "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==", - "dev": true, - "license": "MIT" + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz", + "integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==", + "dev": true }, "node_modules/lines-and-columns": { "version": "1.2.4", @@ -1253,9 +1239,9 @@ "dev": true }, "node_modules/meow": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", - "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-13.1.0.tgz", + "integrity": "sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==", "dev": true, "engines": { "node": ">=18" @@ -1274,12 +1260,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "braces": "^3.0.3", + "braces": "^3.0.2", "picomatch": "^2.3.1" }, "engines": { @@ -1314,8 +1300,7 @@ "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true, - "license": "MIT" + "dev": true }, "node_modules/nanoid": { "version": "3.3.7", @@ -1348,9 +1333,9 @@ } }, "node_modules/node-html-parser": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", - "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==", + "version": "6.1.12", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.12.tgz", + "integrity": "sha512-/bT/Ncmv+fbMGX96XG9g05vFt43m/+SYKIs9oAemQVYyVcZmDAI2Xq/SbNcpOA35eF0Zk2av3Ksf+Xk8Vt8abA==", "dev": true, "dependencies": { "css-select": "^5.1.0", @@ -1467,9 +1452,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, "node_modules/picomatch": { @@ -1485,9 +1470,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "funding": [ { @@ -1503,11 +1488,10 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" }, "engines": { "node": "^10 || ^12 || >=14" @@ -1578,9 +1562,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", - "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "version": "6.0.15", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", "dev": true, "dependencies": { "cssesc": "^3.0.0", @@ -1597,11 +1581,10 @@ "dev": true }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, @@ -1619,9 +1602,9 @@ "dev": true }, "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true, "engines": { "node": ">=6" @@ -1675,6 +1658,24 @@ "node": ">=0.10.0" } }, + "node_modules/rimraf": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", + "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -1773,9 +1774,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1836,60 +1837,48 @@ } }, "node_modules/stylelint": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz", - "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.2.1.tgz", + "integrity": "sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/stylelint" - }, - { - "type": "github", - "url": "https://github.com/sponsors/stylelint" - } - ], - "license": "MIT", "dependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1", - "@csstools/media-query-list-parser": "^2.1.13", - "@csstools/selector-specificity": "^3.1.1", - "@dual-bundle/import-meta-resolve": "^4.1.0", + "@csstools/css-parser-algorithms": "^2.5.0", + "@csstools/css-tokenizer": "^2.2.3", + "@csstools/media-query-list-parser": "^2.1.7", + "@csstools/selector-specificity": "^3.0.1", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", - "css-functions-list": "^3.2.2", + "css-functions-list": "^3.2.1", "css-tree": "^2.3.1", - "debug": "^4.3.5", + "debug": "^4.3.4", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^9.0.0", + "file-entry-cache": "^8.0.0", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^5.3.1", + "ignore": "^5.3.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.34.0", + "known-css-properties": "^0.29.0", "mathml-tag-names": "^2.1.3", - "meow": "^13.2.0", - "micromatch": "^4.0.7", + "meow": "^13.1.0", + "micromatch": "^4.0.5", "normalize-path": "^3.0.0", - "picocolors": "^1.0.1", - "postcss": "^8.4.39", + "picocolors": "^1.0.0", + "postcss": "^8.4.33", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^7.0.0", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.0.15", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", "strip-ansi": "^7.1.0", "supports-hyperlinks": "^3.0.0", "svg-tags": "^1.0.0", - "table": "^6.8.2", + "table": "^6.8.1", "write-file-atomic": "^5.0.1" }, "bin": { @@ -1897,47 +1886,31 @@ }, "engines": { "node": ">=18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" } }, "node_modules/stylelint-config-recommended": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", - "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz", + "integrity": "sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/stylelint" - }, - { - "type": "github", - "url": "https://github.com/sponsors/stylelint" - } - ], "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.1.0" + "stylelint": "^16.0.0" } }, "node_modules/stylelint-config-standard": { - "version": "36.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz", - "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==", + "version": "36.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.0.tgz", + "integrity": "sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/stylelint" - }, - { - "type": "github", - "url": "https://github.com/sponsors/stylelint" - } - ], "dependencies": { - "stylelint-config-recommended": "^14.0.1" + "stylelint-config-recommended": "^14.0.0" }, "engines": { "node": ">=18.12.0" @@ -1947,16 +1920,15 @@ } }, "node_modules/stylelint-scss": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.4.1.tgz", - "integrity": "sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.2.1.tgz", + "integrity": "sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==", "dev": true, - "license": "MIT", "dependencies": { - "known-css-properties": "^0.34.0", + "known-css-properties": "^0.29.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.0.15", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -2031,9 +2003,9 @@ "dev": true }, "node_modules/table": { - "version": "6.8.2", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz", - "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", "dev": true, "dependencies": { "ajv": "^8.0.1", @@ -2231,38 +2203,32 @@ } }, "@csstools/css-parser-algorithms": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.5.0.tgz", + "integrity": "sha512-abypo6m9re3clXA00eu5syw+oaPHbJTPapu9C4pzNsJ4hdZDzushT50Zhu+iIYXgEe1CxnRMn7ngsbV+MLrlpQ==", "dev": true, "requires": {} }, "@csstools/css-tokenizer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.3.tgz", + "integrity": "sha512-pp//EvZ9dUmGuGtG1p+n17gTHEOqu9jO+FiCUjNN3BDmyhdA2Jq9QsVeR7K8/2QCK17HSsioPlTW9ZkzoWb3Lg==", "dev": true }, "@csstools/media-query-list-parser": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.7.tgz", + "integrity": "sha512-lHPKJDkPUECsyAvD60joYfDmp8UERYxHGkFfyLJFTVK/ERJe0sVlIFLXU5XFxdjNDTerp5L4KeaKG+Z5S94qxQ==", "dev": true, "requires": {} }, "@csstools/selector-specificity": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", - "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.1.tgz", + "integrity": "sha512-NPljRHkq4a14YzZ3YD406uaxh7s0g6eAq3L9aLOWywoqe8PkYamAvtsh7KNX6c++ihDrJ0RiU+/z7rGnhlZ5ww==", "dev": true, "requires": {} }, - "@dual-bundle/import-meta-resolve": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", - "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==", - "dev": true - }, "@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -2357,9 +2323,9 @@ "dev": true }, "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -2423,12 +2389,12 @@ } }, "braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dev": true, "requires": { - "fill-range": "^7.1.1" + "fill-range": "^7.0.1" } }, "callsites": { @@ -2561,9 +2527,9 @@ } }, "css-functions-list": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz", - "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", + "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", "dev": true }, "css-select": { @@ -2602,9 +2568,9 @@ "dev": true }, "debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { "ms": "2.1.2" @@ -2753,37 +2719,38 @@ } }, "file-entry-cache": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.0.0.tgz", - "integrity": "sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", "dev": true, "requires": { - "flat-cache": "^5.0.0" + "flat-cache": "^4.0.0" } }, "fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dev": true, "requires": { "to-regex-range": "^5.0.1" } }, "flat-cache": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz", - "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.0.tgz", + "integrity": "sha512-EryKbCE/wxpxKniQlyas6PY1I9vwtF3uCBweX+N8KYTCn3Y12RTGtQAJ/bd5pl7kxUAc8v/R3Ake/N17OZiFqA==", "dev": true, "requires": { - "flatted": "^3.3.1", - "keyv": "^4.5.4" + "flatted": "^3.2.9", + "keyv": "^4.5.4", + "rimraf": "^5.0.5" } }, "flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, "foreground-child": { @@ -2877,9 +2844,9 @@ "dev": true }, "ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true }, "import-fresh": { @@ -3035,9 +3002,9 @@ "dev": true }, "known-css-properties": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz", - "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz", + "integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==", "dev": true }, "lines-and-columns": { @@ -3074,9 +3041,9 @@ "dev": true }, "meow": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", - "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-13.1.0.tgz", + "integrity": "sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==", "dev": true }, "merge2": { @@ -3086,12 +3053,12 @@ "dev": true }, "micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "requires": { - "braces": "^3.0.3", + "braces": "^3.0.2", "picomatch": "^2.3.1" } }, @@ -3132,9 +3099,9 @@ } }, "node-html-parser": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", - "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==", + "version": "6.1.12", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.12.tgz", + "integrity": "sha512-/bT/Ncmv+fbMGX96XG9g05vFt43m/+SYKIs9oAemQVYyVcZmDAI2Xq/SbNcpOA35eF0Zk2av3Ksf+Xk8Vt8abA==", "dev": true, "requires": { "css-select": "^5.1.0", @@ -3217,9 +3184,9 @@ "dev": true }, "picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, "picomatch": { @@ -3229,14 +3196,14 @@ "dev": true }, "postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "dev": true, "requires": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" } }, "postcss-media-query-parser": { @@ -3266,9 +3233,9 @@ "requires": {} }, "postcss-selector-parser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", - "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "version": "6.0.15", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", "dev": true, "requires": { "cssesc": "^3.0.0", @@ -3282,9 +3249,9 @@ "dev": true }, "prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true }, "proto-list": { @@ -3294,9 +3261,9 @@ "dev": true }, "punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, "queue-microtask": { @@ -3323,6 +3290,15 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, + "rimraf": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", + "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", + "dev": true, + "requires": { + "glob": "^10.3.7" + } + }, "run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -3380,9 +3356,9 @@ } }, "source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", "dev": true }, "string-width": { @@ -3426,49 +3402,48 @@ } }, "stylelint": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz", - "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.2.1.tgz", + "integrity": "sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA==", "dev": true, "requires": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1", - "@csstools/media-query-list-parser": "^2.1.13", - "@csstools/selector-specificity": "^3.1.1", - "@dual-bundle/import-meta-resolve": "^4.1.0", + "@csstools/css-parser-algorithms": "^2.5.0", + "@csstools/css-tokenizer": "^2.2.3", + "@csstools/media-query-list-parser": "^2.1.7", + "@csstools/selector-specificity": "^3.0.1", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", - "css-functions-list": "^3.2.2", + "css-functions-list": "^3.2.1", "css-tree": "^2.3.1", - "debug": "^4.3.5", + "debug": "^4.3.4", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^9.0.0", + "file-entry-cache": "^8.0.0", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^5.3.1", + "ignore": "^5.3.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.34.0", + "known-css-properties": "^0.29.0", "mathml-tag-names": "^2.1.3", - "meow": "^13.2.0", - "micromatch": "^4.0.7", + "meow": "^13.1.0", + "micromatch": "^4.0.5", "normalize-path": "^3.0.0", - "picocolors": "^1.0.1", - "postcss": "^8.4.39", + "picocolors": "^1.0.0", + "postcss": "^8.4.33", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^7.0.0", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.0.15", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", "strip-ansi": "^7.1.0", "supports-hyperlinks": "^3.0.0", "svg-tags": "^1.0.0", - "table": "^6.8.2", + "table": "^6.8.1", "write-file-atomic": "^5.0.1" }, "dependencies": { @@ -3496,31 +3471,31 @@ } }, "stylelint-config-recommended": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", - "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz", + "integrity": "sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==", "dev": true, "requires": {} }, "stylelint-config-standard": { - "version": "36.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz", - "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==", + "version": "36.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.0.tgz", + "integrity": "sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==", "dev": true, "requires": { - "stylelint-config-recommended": "^14.0.1" + "stylelint-config-recommended": "^14.0.0" } }, "stylelint-scss": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.4.1.tgz", - "integrity": "sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.2.1.tgz", + "integrity": "sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==", "dev": true, "requires": { - "known-css-properties": "^0.34.0", + "known-css-properties": "^0.29.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.0.15", "postcss-value-parser": "^4.2.0" } }, @@ -3550,9 +3525,9 @@ "dev": true }, "table": { - "version": "6.8.2", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz", - "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", "dev": true, "requires": { "ajv": "^8.0.1", diff --git a/package.json b/package.json index b7108cf9..d519a937 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "devDependencies": { "js-beautify": "^1.15.1", "node-html-markdown": "^1.3.0", - "node-html-parser": "^6.1.13", + "node-html-parser": "^6.1.12", "postcss-scss": "^4.0.9", - "prettier": "^3.3.3", - "stylelint": "^16.7.0", - "stylelint-config-recommended": "^14.0.1", - "stylelint-config-standard": "^36.0.1", - "stylelint-scss": "^6.4.1" + "prettier": "^3.2.5", + "stylelint": "^16.2.1", + "stylelint-config-recommended": "^14.0.0", + "stylelint-config-standard": "^36.0.0", + "stylelint-scss": "^6.2.1" }, "scripts": { "format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html", diff --git a/po/content.de.po b/po/content.de.po index 1d591af3..16de7107 100644 --- a/po/content.de.po +++ b/po/content.de.po @@ -42,7 +42,7 @@ msgstr "**Organic Maps** ist heutzutage eine der wenigen Apps, die 100% ihrer Fu #: content/_index.md #, no-wrap msgid "> In 2023, Organic Maps [got its first million](@/news/2023-12-23/281/index.md) users. [Help us](@/donate/index.md) to scale!\n" -msgstr "> Im Jahr 2023 erreichte Organic Maps [seine ersten Million](@/news/2023-12-23/281/index.md) Nutzer. [Hilf uns](@/donate/index.md), zu skalieren!\n" +msgstr "> Im Jahr 2023 erreichte Organic Maps [seine ersten Million](/@/news/2023-12-23/281/index.md) Nutzer. [Hilf uns](/@/donate/index.md), zu skalieren!\n" #. type: Title ### #: content/_index.md diff --git a/sass/main.scss b/sass/main.scss index 98015104..a6ea894f 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -33,11 +33,6 @@ a { word-wrap: anywhere; } -pre { - white-space: pre-wrap; - font-size: smaller; -} - p > code, li > code, dd > code, td > code { background: #ddd; word-wrap: break-word; @@ -62,11 +57,6 @@ main { width: 100%; } -figure { - margin-left: 0; - margin-right: 0; -} - img { max-width: 100%; } @@ -277,13 +267,12 @@ footer { } blockquote { - display: block; - width: fit-content; + display: inline-block; border-radius: 3px; border-left: 2px solid rgb(109 115 74); - margin: 0.5rem 0; + margin: 0; background-color: #ececec; - padding: 0.3rem; + padding: 0.5rem; font-size: smaller; p { @@ -299,13 +288,3 @@ blockquote { } } -img.edit-github-icon { - width: 20px; - height: 20px; - vertical-align: text-bottom; -} - -.edit-on-github { - display: block; - margin: 1rem; -} \ No newline at end of file diff --git a/static/_redirects b/static/_redirects index 6376515b..f32206a9 100644 --- a/static/_redirects +++ b/static/_redirects @@ -1,7 +1,7 @@ -/terms.html /terms/ 301 -/privacy.html /privacy/ 301 -/policy/ /privacy/ 301 /docs/screenshots/1.jpg /images/screenshots/hiking.jpg 301 /en / 302 /en/* /:splat 302 +/terms.html /terms/ 301 +/privacy.html /privacy/ 301 +/policy/ /privacy/ 301 /:lang/policy/ /:lang/privacy/ 301 diff --git a/static/images/github.svg b/static/images/github.svg new file mode 100644 index 00000000..f8481b0b --- /dev/null +++ b/static/images/github.svg @@ -0,0 +1,3 @@ + diff --git a/static/images/privacy/mm.jpg b/static/images/privacy/mm.jpg index b59eb510..b6dcd678 100644 Binary files a/static/images/privacy/mm.jpg and b/static/images/privacy/mm.jpg differ diff --git a/static/images/privacy/om.jpg b/static/images/privacy/om.jpg index e6aa352c..375feada 100644 Binary files a/static/images/privacy/om.jpg and b/static/images/privacy/om.jpg differ diff --git a/static/images/screenshots/dark.jpg b/static/images/screenshots/dark.jpg index c59944eb..ed2f2475 100644 Binary files a/static/images/screenshots/dark.jpg and b/static/images/screenshots/dark.jpg differ diff --git a/static/images/screenshots/hiking.jpg b/static/images/screenshots/hiking.jpg index 9a5328fc..1912f817 100644 Binary files a/static/images/screenshots/hiking.jpg and b/static/images/screenshots/hiking.jpg differ diff --git a/static/images/screenshots/prague.jpg b/static/images/screenshots/prague.jpg index 0a2c15d5..22a479f6 100644 Binary files a/static/images/screenshots/prague.jpg and b/static/images/screenshots/prague.jpg differ diff --git a/static/images/screenshots/search.jpg b/static/images/screenshots/search.jpg index be26e40f..5b51d5a6 100644 Binary files a/static/images/screenshots/search.jpg and b/static/images/screenshots/search.jpg differ diff --git a/templates/base.html b/templates/base.html index 5e644f6b..d14ac173 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,9 +12,9 @@ {%- set resource_title = resource.name %} {%- elif taxonomy %}{# taxonomy has only 'name' and 'slug' properties #} {% if lang == 'en' %} - {% set resource = taxonomy.name ~ "/_index.md" %} +{% set resource = taxonomy.name ~ "/_index.md" %} {% else %} - {% set resource = taxonomy.name ~ "/_index." ~ lang ~ ".md" %} +{% set resource = taxonomy.name ~ "/_index." ~ lang ~ ".md" %} {% endif %} {% set resource = get_section(path=resource) %} {%- set resource_title = resource.title %} @@ -30,21 +30,15 @@ - {% block meta_description -%} + {% block meta_description %} {%- if resource.description -%} - {% set description = resource.description %} - {% elif resource.content -%} - {% set description = resource.content | trim | striptags | linebreaksbr | safe | replace(from="
", to=" ") | replace(from=" ", to=" ") | replace(from=" ", to=" ") | replace(from=" ", to=" ") | truncate(length=160) %} - {% endif -%} - {%- if description -%} - - {% endif -%} + + {% endif %} + {% endblock %} - {%- endblock -%} - - {% block rss -%} + {% block rss %} - {% endblock -%} + {% endblock %} @@ -62,15 +56,15 @@ - {%- if description %} - + {%- if resource.description -%} + {%- endif -%} - {%- if description %} - - {%- endif %} + {%- if resource.description -%} + + {%- endif -%} @@ -105,14 +99,10 @@
- {% if page.taxonomies and page.taxonomies.faq %}{# Show FAQ editing link #} - {% include 'faq/github_edit_link.html' %} - {% endif %} - {% include 'bottom_menu.html' %}

- © 2024 Organic Maps OÜ, reg. code 16225385 - Harju maakond, Tallinn, Kesklinna linnaosa, Rävala pst 8-810, 10143, Estonia + © 2024 Organic Maps OÜ, reg. code 16225385 + Harju maakond, Tallinn, Kesklinna linnaosa, Rävala pst 8-810, 10143, Estonia

diff --git a/templates/faq/embedded-faq.html b/templates/faq/embedded-faq.html deleted file mode 100644 index 38625162..00000000 --- a/templates/faq/embedded-faq.html +++ /dev/null @@ -1,212 +0,0 @@ -{#- List of questions -#} -{%- set faq_questions_en = [ - "map/how-to-create-a-route", - "editing/map-errors", - "map/can-not-find-position", - "map/cant-download-maps", - "map/search-cannot-find-a-place", - "app/crash", - "voice/cant-hear-instructions", - "bookmarks/how-to-export", - "bookmarks/how-to-import" - ] -%} -{%- set faq_languages = ["ru", "de", "es", "fr", "pl", "pt", "pt-BR", "tr", "uk", "zh-Hans"] %} {# Predefined list of - translation languages -#} - - - - - Organic Maps: Frequently Asked Questions - - - - - - - - - -
-

FAQ

-

Часто задаваемые вопросы (FAQ)

-

FAQ

-

FAQ

-

FAQ

-

Perguntas frequentes

-

Perguntas frequentes

-

FAQ

-

SSS

-

Часті питання

-

常见问题

- -
    - {% for faq_slug in faq_questions_en -%} - {% set faq_page_en = get_page(path = "faq/" ~ faq_slug ~ "/index.md") -%} - {% set faq_slug = faq_slug | replace(from="/", to="-") -%} - - {% endfor %} -
- - -

- {{ trans(key="more-info-om", lang="en") }} organicmaps.app -

- {% for lang in faq_languages %} -

- {{ trans(key="more-info-om", lang=lang) }} organicmaps.app -

- {%- endfor %} -
- - {% for faq_slug in faq_questions_en -%} - {% set faq_page_en = get_page(path = "faq/" ~ faq_slug ~ "/index.md") -%} -
-
-

{{ faq_page_en.title }}

- {# Add translations -#} - {% for lang in faq_languages -%} - {%- set translated_faq_page = faq_page_en.translations | filter(attribute="lang", value=lang) | first %} -

{{ translated_faq_page.title }}

- {%- endfor %} -
- -
- {{ faq_page_en.content | safe -}} -
- {# Add translations -#} - {% for lang in faq_languages -%} - {% set translated_faq_page = faq_page_en.translations | filter(attribute="lang", value=lang) | first -%} - {% set translated_faq_page = get_page(path=translated_faq_page.path) -%} -
- {{ translated_faq_page.content | safe }} -
- {%- endfor %} -
- {%- endfor %} - - {{ trans(key="go-to-top", lang="en") }} - {% for lang in faq_languages -%} - {{ trans(key="go-to-top", lang=lang) }} - {% endfor %} - - - - \ No newline at end of file diff --git a/templates/faq/github_edit_link.html b/templates/faq/github_edit_link.html deleted file mode 100644 index 3d12cf88..00000000 --- a/templates/faq/github_edit_link.html +++ /dev/null @@ -1,4 +0,0 @@ - - GitHub Sponsors - {{ trans(key="edit-on-github", lang=lang) }} - diff --git a/templates/faq/translation_status.html b/templates/faq/translation_status.html deleted file mode 100644 index e43aa4e1..00000000 --- a/templates/faq/translation_status.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - F.A.Q. translation status - - - - -{% set all_categories = get_taxonomy(kind='faq', lang = 'en') %} {# Use English as list of all FAQ categories and questions #} -{% set faq_languages = ["ru", "de", "es", "fr", "it", "pl", "pt", "pt-BR", "tr", "uk", "zh-Hans"] %} {# Predefined list of translation languages #} - - - - - {% for lang in faq_languages %} - - {%- endfor -%} - - {% for faq_category in all_categories | get(key="items") %} - - - - {%- for faq_page in faq_category.pages | sort(attribute="extra.order") -%} - {% set eng_page_updated = faq_page | get(key="updated", defaut="") %} - {% if eng_page_updated %} - {% set eng_page_updated_int = eng_page_updated | date(format="%s") | int %} - {% endif %} - - - {% for lang in faq_languages %} - {% set page_trans = faq_page.translations | filter(attribute="lang", value=lang) %} - {% if page_trans | length == 0 %} - - {% else %} - {% set translated_page = page_trans | first %} - {% set translated_page = get_page(path = translated_page.path) %} - {% set page_updated = translated_page | get(key = "updated") %} - {# Compare translated page date with English page date #} - {% set cell_class = "" %} - {% if page_updated and eng_page_updated %} - {% set page_updated_int = page_updated | date(format="%s") | int %} - {% if page_updated_int < eng_page_updated_int %} - {% set cell_class = "faq-outdated" %} - {% endif %} - {% elif eng_page_updated %} - {% set cell_class = "faq-no-date" %} - {% endif %} - - - {% endif %} - {% endfor %} - - {%- endfor -%} - {% endfor %} -
Category / page{{ lang }}
{{ faq_category.name }}
- {{ faq_page.title }} - Update: {{ faq_page.updated | default(value="[Unknown]") }} - - {{ translated_page.title }} - Update: {% if page_updated %}{{page_updated}}{% else %}[Unknown]{% endif %} -
- - diff --git a/templates/news/list.html b/templates/news/list.html index 3488f309..cba61621 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -23,9 +23,8 @@ {# Display wide images below the text instead of to the right. #} {% set_global noflex = '' %} {% for photo in page.assets %} - {% if photo is not matching("\.mp[34]$") %} + {% if photo is not ending_with(".mp4") %} {% set meta = get_image_metadata(path=photo) %} - {# TODO: How to get dimensions of video? #} {% if meta.width > meta.height %} {% set_global noflex = '_noflex' %} {% break %} @@ -38,15 +37,10 @@ {% endif %} -{% for media in page.assets | sort %} - {% if media is matching("\.mp3$") %} - {% elif media is matching("\.mp4$") %} - - {% else %} {# It's images #} - {% set meta = get_image_metadata(path=media) %} - +{% for photo in page.assets | sort %} + {% if photo is not ending_with(".mp4") %} + {% set meta = get_image_metadata(path=photo) %} + {% endif %} {% endfor %} diff --git a/templates/news/page.html b/templates/news/page.html index fd0a6072..0bc04fe9 100644 --- a/templates/news/page.html +++ b/templates/news/page.html @@ -9,14 +9,14 @@ {% for media in resource.assets | sort %} - {% if media is ending_with(".mp4") %} - - {% elif media is ending_with(".mp3") %} - {% else %} {# Match remaining file types as images #} - {% set meta = get_image_metadata(path=media) %} - + {% if media is not ending_with(".mp4") %} + {% set meta = get_image_metadata(path=media) %} + + {% else %} + + {% endif %} {% endfor %} diff --git a/templates/shortcodes/audio.html b/templates/shortcodes/audio.html deleted file mode 100644 index 0375e66b..00000000 --- a/templates/shortcodes/audio.html +++ /dev/null @@ -1,4 +0,0 @@ -
- -
{{ title }}
-
diff --git a/templates/shortcodes/donate_buttons.html b/templates/shortcodes/donate_buttons.html index e699cab8..f546dbf8 100644 --- a/templates/shortcodes/donate_buttons.html +++ b/templates/shortcodes/donate_buttons.html @@ -1,6 +1,6 @@