From 4f1ebab45d568c826775ebdab3b759f95a1a4d44 Mon Sep 17 00:00:00 2001 From: Dani Bonet Date: Sun, 13 Oct 2024 12:57:24 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Catalan) 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/ca/ --- src/i18n/resources/ca.json | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/i18n/resources/ca.json b/src/i18n/resources/ca.json index 2ca4424a..90504e74 100644 --- a/src/i18n/resources/ca.json +++ b/src/i18n/resources/ca.json @@ -279,6 +279,49 @@ }, "name": "Mode ambient" }, + "api-server": { + "description": "Afegeix un servidor API per controlar el reproductor", + "dialog": { + "request": { + "buttons": { + "allow": "Permet", + "deny": "Denegar" + }, + "message": "Permetre que {{ID}} ({{origin}}) accedeixi a l'API?", + "title": "Petició d'autorització API" + } + }, + "menu": { + "auth-strategy": { + "label": "Estratègia d'autorització", + "submenu": { + "auth-at-first": { + "label": "Autoritza a la primera petició" + }, + "none": { + "label": "Sense autorització" + } + } + }, + "hostname": { + "label": "Nom del host" + }, + "port": { + "label": "Port" + } + }, + "name": "Servidor API [Beta]", + "prompt": { + "hostname": { + "label": "Introdueix el nom del host (per exemple 0.0.0.0) pel servidor API:", + "title": "Nom del host" + }, + "port": { + "label": "Introdueix el port pel servidor API:", + "title": "Port" + } + } + }, "audio-compressor": { "description": "Aplica compressió a l'àudio (baixa el volum de les parts més sorolloses de la senyal d'àudio i puja el volum de les parts més fluixes)", "name": "Compressió d'àudio"