forked from organicmaps/organicmaps
[strings] Regenerated after Twine patch
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
e7205cc24f
commit
6d327512a8
3 changed files with 815 additions and 815 deletions
|
@ -7,19 +7,19 @@
|
|||
/********** 3d touch strings **********/
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Search";
|
||||
"search" = "Buscar";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks" = "Bookmarks";
|
||||
"bookmarks" = "Marcadores";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Route";
|
||||
"route" = "Ruta";
|
||||
|
||||
|
||||
/********** gps strings **********/
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "Detecting location in the background is necessary to fully enjoy the functionality of the app. It is used for navigation and saving your recently traveled track.";
|
||||
"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" = "Determining your location is necessary for navigation and for saving your recently traveled track.";
|
||||
"NSLocationWhenInUseUsageDescription" = "La definición de la ubicación actual se utiliza en las opciones de seguir la ruta y guardar el camino recorrido reciente.";
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -295,7 +295,7 @@
|
|||
"faq" = "Perguntas e respostas";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"how_to_support_us" = "How to support us?";
|
||||
"how_to_support_us" = "Como nos apoiar?";
|
||||
|
||||
/* Button in the main Help dialog */
|
||||
"copyright" = "Direitos autorais";
|
||||
|
@ -467,7 +467,7 @@
|
|||
|
||||
"dialog_routing_select_closer_end" = "Selecione um ponto de chegada mais perto de uma estrada.";
|
||||
|
||||
"dialog_routing_change_intermediate" = "Unable to locate the intermediate point.";
|
||||
"dialog_routing_change_intermediate" = "Não foi possível localizar o ponto intermédio.";
|
||||
|
||||
"dialog_routing_intermediate_not_determined" = "Ajuste seu ponto intermédio.";
|
||||
|
||||
|
@ -2361,7 +2361,7 @@
|
|||
|
||||
"type.natural.water.pond" = "Lagoa";
|
||||
|
||||
"type.natural.water.reservoir" = "Reservoir";
|
||||
"type.natural.water.reservoir" = "Reservatório";
|
||||
|
||||
"type.natural.water.basin" = "Reservatório";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue