Skip to content

Commit 3b2d7f1

Browse files
committed
Add missing translations
1 parent 5210de0 commit 3b2d7f1

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

app/src/main/res/values-de/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<string name="screen_header">Bildschirm</string>
7575
<string name="cache_header">Cache</string>
7676

77+
<string name="waypoint_added">Wegpunkt hinzugefügt</string>
78+
<string name="waypoint_removed">Wegpunkt entfernt</string>
79+
7780
<string name="ors">OpenRouteService (ORS)</string>
7881
<string name="ors_api_key_title">ORS API-Schlüssel</string>
7982
<string name="ors_explanation_html">

app/src/main/res/values-es/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<string name="screen_header">Pantalla</string>
7575
<string name="cache_header">Caché</string>
7676

77+
<string name="waypoint_added">Punto de ruta añadido</string>
78+
<string name="waypoint_removed">Punto de ruta eliminado</string>
79+
7780
<string name="ors">OpenRouteService (ORS)</string>
7881
<string name="ors_api_key_title">Clave API de ORS</string>
7982
<string name="ors_explanation_html">

app/src/main/res/values-fr/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<string name="screen_header">Écran</string>
7575
<string name="cache_header">Cache</string>
7676

77+
<string name="waypoint_added">Point de cheminement ajouté</string>
78+
<string name="waypoint_removed">Point de cheminement supprimé</string>
79+
7780
<string name="ors">OpenRouteService (ORS)</string>
7881
<string name="ors_api_key_title">Clé API ORS</string>
7982
<string name="ors_explanation_html">

app/src/main/res/values-it/strings.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,35 @@
7474
<string name="screen_header">Schermo</string>
7575
<string name="cache_header">Cache</string>
7676

77+
<string name="waypoint_added">Waypoint aggiunto</string>
78+
<string name="waypoint_removed">Waypoint rimosso</string>
79+
80+
<string name="ors">OpenRouteService (ORS)</string>
81+
<string name="ors_api_key_title">Chiave API ORS</string>
82+
<string name="ors_explanation_html">
83+
OpenRouteService è un servizio di routing gratuito e open-source.
84+
La registrazione è gratuita su &lt;a href="https://account.heigit.org/manage/key"&gt;account.heigit.org/manage/key&lt;/a&gt;.
85+
</string>
86+
<string name="ors_key_prompt">Imposta la chiave API ORS per abilitare il routing</string>
87+
<string name="ors_hint">Incolla qui la chiave API ORS</string>
88+
<string name="erase_key">Cancella chiave API</string>
89+
<string name="ors_key_prompt_explanation">OpenRouteService è FOSS. La registrazione è gratuita:</string>
90+
<string name="ors_key_link">https://account.heigit.org/manage/key</string>
91+
<string name="erase_api_key">Cancella chiave API</string>
92+
<string name="ors_erase_confirm">Sei sicuro di voler cancellare la chiave API ORS?</string>
93+
<string name="key_erased">Chiave cancellata</string>
94+
<string name="ors_profile">Profilo di routing</string>
95+
<string name="select_ors_profile">Seleziona profilo di routing ORS</string>
96+
<string name="profile_set">Profilo impostato: %1$s</string>
97+
98+
<string name="profile_driving_car">Auto</string>
99+
<string name="profile_driving_hgv">Camion</string>
100+
<string name="profile_cycling_regular">Bicicletta</string>
101+
<string name="profile_cycling_road">Bici da strada</string>
102+
<string name="profile_cycling_mountain">Mountain bike</string>
103+
<string name="profile_cycling_electric">E-bike</string>
104+
<string name="profile_foot_walking">A piedi</string>
105+
<string name="profile_foot_hiking">Escursionismo</string>
106+
<string name="profile_wheelchair">Sedia a rotelle</string>
107+
77108
</resources>

app/src/main/res/values-nl/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<string name="screen_header">Scherm</string>
7575
<string name="cache_header">Cache</string>
7676

77+
<string name="waypoint_added">Routepunt toegevoegd</string>
78+
<string name="waypoint_removed">Routepunt verwijderd</string>
79+
7780
<string name="ors">OpenRouteService (ORS)</string>
7881
<string name="ors_api_key_title">ORS API-sleutel</string>
7982
<string name="ors_explanation_html">

0 commit comments

Comments
 (0)