adds missing translations
This commit is contained in:
@@ -116,6 +116,7 @@
|
|||||||
"trail": "{n, plural, =1 {Route} other {Routen}}",
|
"trail": "{n, plural, =1 {Route} other {Routen}}",
|
||||||
"trails-for-you": "Routen für dich",
|
"trails-for-you": "Routen für dich",
|
||||||
"units": "Einheiten",
|
"units": "Einheiten",
|
||||||
|
"upload-file": "Datei hochladen",
|
||||||
"upload-gpx": "GPX hochladen",
|
"upload-gpx": "GPX hochladen",
|
||||||
"username": "Nutzername",
|
"username": "Nutzername",
|
||||||
"waypoints": "Wegpunkte",
|
"waypoints": "Wegpunkte",
|
||||||
|
|||||||
@@ -116,6 +116,7 @@
|
|||||||
"trail": "{n, plural, =1 {Trail} other {Trails}}",
|
"trail": "{n, plural, =1 {Trail} other {Trails}}",
|
||||||
"trails-for-you": "Trails for you",
|
"trails-for-you": "Trails for you",
|
||||||
"units": "Units",
|
"units": "Units",
|
||||||
|
"upload-file": "Upload file",
|
||||||
"upload-gpx": "Upload GPX",
|
"upload-gpx": "Upload GPX",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"waypoints": "Waypoints",
|
"waypoints": "Waypoints",
|
||||||
|
|||||||
@@ -116,6 +116,7 @@
|
|||||||
"trail": "{n, plural, =1 {Itinéraire} other {Itinéraires}}",
|
"trail": "{n, plural, =1 {Itinéraire} other {Itinéraires}}",
|
||||||
"trails-for-you": "Itinéraire pour vous",
|
"trails-for-you": "Itinéraire pour vous",
|
||||||
"units": "Unités",
|
"units": "Unités",
|
||||||
|
"upload-file": "Téléverser un fichier",
|
||||||
"upload-gpx": "Envoyer un GPX",
|
"upload-gpx": "Envoyer un GPX",
|
||||||
"username": "Nom d'utilisteur",
|
"username": "Nom d'utilisteur",
|
||||||
"waypoints": "Point de repère",
|
"waypoints": "Point de repère",
|
||||||
|
|||||||
@@ -116,6 +116,7 @@
|
|||||||
"trail": "{n, plural, =1 {Route} other {Routes}}",
|
"trail": "{n, plural, =1 {Route} other {Routes}}",
|
||||||
"trails-for-you": "Routes voor jou",
|
"trails-for-you": "Routes voor jou",
|
||||||
"units": "Eenheden",
|
"units": "Eenheden",
|
||||||
|
"upload-file": "Upload bestand",
|
||||||
"upload-gpx": "GPX uploaden",
|
"upload-gpx": "GPX uploaden",
|
||||||
"username": "Gebruikersnaam",
|
"username": "Gebruikersnaam",
|
||||||
"waypoints": "Via-punten",
|
"waypoints": "Via-punten",
|
||||||
|
|||||||
@@ -116,6 +116,7 @@
|
|||||||
"trail": "{n, plural, =1 {Szlak} other {Szlaki}}",
|
"trail": "{n, plural, =1 {Szlak} other {Szlaki}}",
|
||||||
"trails-for-you": "Ścieżki dla ciebie",
|
"trails-for-you": "Ścieżki dla ciebie",
|
||||||
"units": "Jednostki",
|
"units": "Jednostki",
|
||||||
|
"upload-file": "Przesyłanie pliku",
|
||||||
"upload-gpx": "Importuj GPX",
|
"upload-gpx": "Importuj GPX",
|
||||||
"username": "Nazwa Użytkownika",
|
"username": "Nazwa Użytkownika",
|
||||||
"waypoints": "Punkty",
|
"waypoints": "Punkty",
|
||||||
|
|||||||
@@ -116,6 +116,7 @@
|
|||||||
"trail": "{n, plural, =1 {Percurso} other {Percursos}}",
|
"trail": "{n, plural, =1 {Percurso} other {Percursos}}",
|
||||||
"trails-for-you": "Trilhos para si",
|
"trails-for-you": "Trilhos para si",
|
||||||
"units": "Unidades",
|
"units": "Unidades",
|
||||||
|
"upload-file": "Subir arquivo",
|
||||||
"upload-gpx": "Carregar GPX",
|
"upload-gpx": "Carregar GPX",
|
||||||
"username": "Nome de utilizador",
|
"username": "Nome de utilizador",
|
||||||
"waypoints": "Pontos de passagem",
|
"waypoints": "Pontos de passagem",
|
||||||
|
|||||||
@@ -452,7 +452,7 @@
|
|||||||
>
|
>
|
||||||
<h3 class="text-xl font-semibold">{$_("pick-a-trail")}</h3>
|
<h3 class="text-xl font-semibold">{$_("pick-a-trail")}</h3>
|
||||||
<button class="btn-primary" type="button" on:click={openFileBrowser}
|
<button class="btn-primary" type="button" on:click={openFileBrowser}
|
||||||
>{$_("upload-gpx")}</button
|
>{$_("upload-file")}</button
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
|
|||||||
Reference in New Issue
Block a user