From 8880f6703585bb7eb7794a0b60383f3d75dddb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Sat, 21 Dec 2024 17:52:10 -0500 Subject: [PATCH] =?UTF-8?q?fix(ui):=20update=20Espa=C3=B1ol,=20Fran=C3=A7a?= =?UTF-8?q?is,=20Svenska=20translations=20from=20POEditor=20(#3576)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: navidrome-bot --- resources/i18n/es.json | 13 ++++++++++--- resources/i18n/fr.json | 13 ++++++++++--- resources/i18n/sv.json | 13 ++++++++++--- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/resources/i18n/es.json b/resources/i18n/es.json index 79b67b5c1..f843daa4e 100644 --- a/resources/i18n/es.json +++ b/resources/i18n/es.json @@ -212,7 +212,8 @@ "password": "Contraseña", "sign_in": "Acceder", "sign_in_error": "La autenticación falló, por favor, vuelva a intentarlo", - "logout": "Cerrar sesión" + "logout": "Cerrar sesión", + "insightsCollectionNote": "Navidrome recopila datos de uso anónimos para\nayudar a mejorar el proyecto. Haz clic [aquí] para \nobtener más información y optar por no\nparticipar si lo deseas" }, "validation": { "invalidChars": "Por favor use solo letras y números", @@ -396,7 +397,8 @@ "none": "Ninguno", "album": "Álbum", "track": "Pista" - } + }, + "lastfmNotConfigured": "La clave API de Last.fm no está configurada" } }, "albumList": "Álbumes", @@ -433,7 +435,12 @@ "links": { "homepage": "Página de inicio", "source": "Código fuente", - "featureRequests": "Pedir funcionalidad" + "featureRequests": "Pedir funcionalidad", + "lastInsightsCollection": "Última recopilación de datos", + "insights": { + "disabled": "Deshabilitado", + "waiting": "Esperando" + } } }, "activity": { diff --git a/resources/i18n/fr.json b/resources/i18n/fr.json index e0ea69b19..7f8403bc3 100644 --- a/resources/i18n/fr.json +++ b/resources/i18n/fr.json @@ -212,7 +212,8 @@ "password": "Mot de passe", "sign_in": "Connexion", "sign_in_error": "Échec de l'authentification, merci de réessayer", - "logout": "Déconnexion" + "logout": "Déconnexion", + "insightsCollectionNote": "Navidrome collecte des données de façon anonyme\nafin d'améliorer le projet. Cliquez [ici] pour en savoir\nplus ou pour désactiver la télémétrie" }, "validation": { "invalidChars": "Merci de n'utiliser que des chiffres et des lettres", @@ -396,7 +397,8 @@ "none": "Désactivé", "album": "Utiliser le gain de l'album", "track": "Utiliser le gain des pistes" - } + }, + "lastfmNotConfigured": "La clef API de Last.fm n'est pas configurée" } }, "albumList": "Albums", @@ -433,7 +435,12 @@ "links": { "homepage": "Page d'accueil", "source": "Code source", - "featureRequests": "Demande de fonctionnalités" + "featureRequests": "Demande de fonctionnalités", + "lastInsightsCollection": "Dernière collection des données", + "insights": { + "disabled": "Désactivée", + "waiting": "En attente" + } } }, "activity": { diff --git a/resources/i18n/sv.json b/resources/i18n/sv.json index 6e696509d..9392706cb 100644 --- a/resources/i18n/sv.json +++ b/resources/i18n/sv.json @@ -212,7 +212,8 @@ "password": "Lösenord", "sign_in": "Logga in", "sign_in_error": "Felaktig inloggning, försök igen", - "logout": "Logga ut" + "logout": "Logga ut", + "insightsCollectionNote": "Navidrome samlar anonym användardata för att\nhjälpa projektet att bli bättre. Klicka [här]\nför att läsa mer och avaktivera om du vill" }, "validation": { "invalidChars": "Använd enbart bokstäver och siffror", @@ -396,7 +397,8 @@ "none": "Inaktiverad", "album": "Använd gain för album", "track": "Använd gain für låtar" - } + }, + "lastfmNotConfigured": "Last.fm API-nyckel är inte konfigurerad" } }, "albumList": "Album", @@ -433,7 +435,12 @@ "links": { "homepage": "Hemsida", "source": "Källkod", - "featureRequests": "Funktionalitetförfrågan" + "featureRequests": "Funktionalitetförfrågan", + "lastInsightsCollection": "Senaste Insights-kollektion", + "insights": { + "disabled": "Inaktiverad", + "waiting": "Väntar" + } } }, "activity": {