From 9f956baa5454f278baedc2fca918794b070dbac2 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Wed, 18 Dec 2024 00:53:18 +0100 Subject: [PATCH] feat: Translations update from Hosted Weblate (#1100) * feat: Translated using Weblate (Spanish) Currently translated at 100.0% (580 of 580 strings) Translation: MusicPod/App Translate-URL: https://hosted.weblate.org/projects/musicpod/app/es/ * feat: Translated using Weblate (Swedish) Currently translated at 100.0% (580 of 580 strings) Translation: MusicPod/App Translate-URL: https://hosted.weblate.org/projects/musicpod/app/sv/ * feat: Translated using Weblate (Basque) Currently translated at 100.0% (580 of 580 strings) Translation: MusicPod/App Translate-URL: https://hosted.weblate.org/projects/musicpod/app/eu/ --------- Co-authored-by: gallegonovato Co-authored-by: bittin1ddc447d824349b2 Co-authored-by: Eder Etxebarria Rojo --- lib/l10n/app_es.arb | 8 +++++++- lib/l10n/app_eu.arb | 6 +++++- lib/l10n/app_sv.arb | 6 +++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/lib/l10n/app_es.arb b/lib/l10n/app_es.arb index ba0fde6e5..f2ddbab20 100644 --- a/lib/l10n/app_es.arb +++ b/lib/l10n/app_es.arb @@ -1189,5 +1189,11 @@ "listenBrainzApiKey": "Clave API de ListenBrainz", "@listenBrainzApiKey": {}, "listenBrainzApiKeyEmpty": "Por favor, introduzca una clave API", - "@listenBrainzApiKeyEmpty": {} + "@listenBrainzApiKeyEmpty": {}, + "showAlbumPage": "Ver página del álbum", + "@showAlbumPage": {}, + "showArtistPage": "Mostrar página del artista", + "@showArtistPage": {}, + "home": "Inicio", + "@home": {} } diff --git a/lib/l10n/app_eu.arb b/lib/l10n/app_eu.arb index bf5e5af09..8975a4cfc 100644 --- a/lib/l10n/app_eu.arb +++ b/lib/l10n/app_eu.arb @@ -1190,5 +1190,9 @@ "regionWesternsahara": "Mendebaldeko Sahara", "@regionWesternsahara": {}, "home": "Etxea", - "@home": {} + "@home": {}, + "showArtistPage": "Erakutsi artistaren orrialdea", + "@showArtistPage": {}, + "showAlbumPage": "Erakutsi albumaren orrialdea", + "@showAlbumPage": {} } diff --git a/lib/l10n/app_sv.arb b/lib/l10n/app_sv.arb index e462c0956..65f0dbdc6 100644 --- a/lib/l10n/app_sv.arb +++ b/lib/l10n/app_sv.arb @@ -1191,5 +1191,9 @@ } }, "home": "Hem", - "@home": {} + "@home": {}, + "showArtistPage": "Visa artist sida", + "@showArtistPage": {}, + "showAlbumPage": "Visa album sida", + "@showAlbumPage": {} }