From c8f7ce3f21e5babd9152e5565d1cdf93d31f741e Mon Sep 17 00:00:00 2001 From: Flomp Date: Tue, 4 Feb 2025 21:31:06 +0100 Subject: [PATCH] New translations en.json (Dutch) --- web/src/lib/i18n/locales/nl.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index 1d3f7305..d8f30b3e 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -100,6 +100,7 @@ "error-during-login": "Het inloggen is mislukt", "error-during-password-reset": "Unable to send password reset email", "error-exporting-trail": "Error exporting trail", + "error-logging-in-to-komoot": "Error logging in to komoot", "error-posting-comment": "Error posting comment", "error-printing-map": "Fout bij afdrukken van kaart", "error-reading-file": "Het bestand kan niet worden ingelezen", @@ -107,6 +108,7 @@ "error-saving-trail": "Error saving trail", "error-setting-up-strava-integration": "Error setting up strava integration", "error-updating-password": "Error updating password", + "error-updating-strava-integration": "Error updating komoot integration", "est-duration": "Geschatte duur", "explore": "Verkennen", "explore-some-trails": "Verken enkele wandelroutes", @@ -143,6 +145,8 @@ "import": "Import", "import-hint": "Select or drag GPX, FIT, KML or TCX files here...", "include-description": "Inclusief beschrijving", + "integration-description-komoot": "Syncs your komoot tours with wanderer in regular intervals.", + "integration-description-strava": "Syncs your strava routes & activities with wanderer in regular intervals.", "integrations": "Integrations", "invalid-date": "Ongeldige datum", "invalid-username": "Ongeldige gebruikersnaam", @@ -257,6 +261,7 @@ "settings-privacy-lists-public": "Your lists are public by default. Everyone will be able to see them. You can change this setting at any point for individual lists.", "settings-privacy-trails-private": "Your trails are private by default. No one except you will be able to see them. You can change this setting at any point for individual trails.", "settings-privacy-trails-public": "Your trails are public by default. Everyone will be able to see them. You can change this setting at any point for individual trails.", + "settings-saved": "Settings saved", "share": "Share", "share-profile": "Share profile", "share-this-list": "Share this list", @@ -295,4 +300,4 @@ "welcome_to": "Welkom bij", "wrong-username-or-password": "Onjuiste gebruikersnaam of wachtwoord", "you-can": "You can" -} \ No newline at end of file +}