From ca856e4d8868b2fde4d80f2fc289d8a7abc30114 Mon Sep 17 00:00:00 2001 From: LibreTranslate Date: Thu, 7 Dec 2023 20:12:05 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 4.1% (12 of 292 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/es/ --- src/i18n/resources/es.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/es.json b/src/i18n/resources/es.json index ca8c5c13..45135b74 100644 --- a/src/i18n/resources/es.json +++ b/src/i18n/resources/es.json @@ -1,7 +1,23 @@ { + "common": { + "console": { + "plugins": { + "load-all": "Cargando todos los plugins", + "loaded": "Plugin \"{{pluginName}}\" cargado", + "unloaded": "Plugin \"{{pluginName}}\" descargado" + } + } + }, "language": { "code": "es", "local-name": "Español", - "name": "Spanish" + "name": "Inglés" + }, + "main": { + "console": { + "i18n": { + "loaded": "i18n cargado" + } + } } }