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