From 2d847f980854281b1ca6a67da35d134bdab1dd60 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 16 Oct 2024 16:37:25 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Italian) Currently translated at 100.0% (397 of 397 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/it/ --- src/i18n/resources/it.json | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/i18n/resources/it.json b/src/i18n/resources/it.json index 18116f35..06dca52f 100644 --- a/src/i18n/resources/it.json +++ b/src/i18n/resources/it.json @@ -279,6 +279,49 @@ }, "name": "Modalità Ambiente" }, + "api-server": { + "description": "Aggiunge un server API per controllare il player", + "dialog": { + "request": { + "buttons": { + "allow": "Permetti", + "deny": "Nega" + }, + "message": "Consentire a {{ID}} ({{origin}}) di accedere all'API?", + "title": "Autorizzazione API richiesta" + } + }, + "menu": { + "auth-strategy": { + "label": "Metodo di autorizzazione", + "submenu": { + "auth-at-first": { + "label": "Autorizza alla prima richiesta" + }, + "none": { + "label": "Nessuna autorizzazione" + } + } + }, + "hostname": { + "label": "Hostname" + }, + "port": { + "label": "Porta" + } + }, + "name": "API Server [Beta]", + "prompt": { + "hostname": { + "label": "Inserisci il nome host (ad esempio 0.0.0.0) per il server API:", + "title": "Hostname" + }, + "port": { + "label": "Inserisci la porta per il server API:", + "title": "Porta" + } + } + }, "audio-compressor": { "description": "Attiva la compressione audio (abbassa il volume delle parti più alte e alza quello delle parti più basse del segnale)", "name": "Compressore audio"