mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
16 lines
832 B
Plaintext
16 lines
832 B
Plaintext
|
|
/* Used in home screen quick actions. */
|
|
"search" = "Procurar";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"bookmarks_and_tracks" = "Favoritos e trilhas";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"route" = "Rota";
|
|
|
|
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
|
"NSLocationAlwaysUsageDescription" = "O acesso à sua localização atual em segundo plano é necessário para usar todas as funcionalidades da aplicação. É necessário para a navegação e guardar o último trajeto percorrido.";
|
|
|
|
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
|
"NSLocationWhenInUseUsageDescription" = "O acesso à sua localização atual é utilizado em determinadas funções, tais como a navegação e guardar o último trajeto percorrido.";
|