From dfedd8f091487a1b5086ba45857157c6c0289ad0 Mon Sep 17 00:00:00 2001 From: Gian Marco Cinalli Date: Mon, 4 Dec 2023 16:33:38 +0000 Subject: [PATCH] Translated using Weblate (Italian) 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/it/ --- src/i18n/resources/it.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/it.json b/src/i18n/resources/it.json index 0967ef42..bc269277 100644 --- a/src/i18n/resources/it.json +++ b/src/i18n/resources/it.json @@ -1 +1,32 @@ -{} +{ + "common": { + "console": { + "plugins": { + "initialize-failed": "Inizializzazione del plugin \"{{pluginName}}\" fallita", + "load-all": "Caricamento di tutti i plugins", + "load-failed": "Caricamento del plugin \"{{pluginName}}\" fallito", + "loaded": "Plugin \"{{pluginName}}\" caricato", + "unload-failed": "Scaricamento del plugin \"{{pluginName}}\" fallito", + "unloaded": "Plugin \"{{pluginName}}\" scaricato" + } + } + }, + "language": { + "code": "it", + "local-name": "Inglese", + "name": "Inglese" + }, + "main": { + "console": { + "i18n": { + "loaded": "i18n caricato" + }, + "theme": { + "css-file-not-found": "Il file CSS \"{{cssFile}}\" non esiste, ignorato" + }, + "when-ready": { + "clearing-cache-after-20s": "Cancellazione della cache dell'app" + } + } + } +}