mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Fjuro <fjuro@alius.cz> Co-authored-by: Lenny Angst <lenny@familie-angst.ch> Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me> Co-authored-by: NLBRT <nlbrt@noreply.codeberg.org> Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: cramoe <cramoe@noreply.codeberg.org> Co-authored-by: joysriramsarkar <joysriramsarkar@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: patepelo <patepelo@noreply.codeberg.org> Co-authored-by: sunsand <sunsand@noreply.codeberg.org> Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org> Co-authored-by: yannikbloscheck <yannikbloscheck@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-description/ Translate-URL: https://translate.codeberg.org/projects/comaps/countries/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Apple AppStore description Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
16 lines
826 B
Plaintext
16 lines
826 B
Plaintext
|
|
/* Used in home screen quick actions. */
|
|
"search" = "Buscar";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"bookmarks_and_tracks" = "Marcadores y trazas";
|
|
|
|
/* Used in home screen quick actions. */
|
|
"route" = "Ruta";
|
|
|
|
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
|
"NSLocationAlwaysUsageDescription" = "Es necesario definir la ubicación actual en el entorno para disfrutar al máximo de la funcionalidad de la aplicación. Se emplea en las opciones de seguir la ruta y guardar el camino recorrido reciente.";
|
|
|
|
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
|
"NSLocationWhenInUseUsageDescription" = "La definición de la ubicación actual se utiliza en las opciones de seguir la ruta y guardar el camino recorrido reciente.";
|