From d4b770cb0c69fe98255c3188cae99a5acd9ed2c1 Mon Sep 17 00:00:00 2001 From: gmassipg Date: Tue, 12 Dec 2023 01:16:44 +0000 Subject: [PATCH] Translated using Weblate (Catalan) Currently translated at 12.4% (20 of 161 strings) Translation: PairDrop/pairdrop-spa Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ca/ --- public/lang/ca.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/public/lang/ca.json b/public/lang/ca.json index 0967ef4..84ddc2d 100644 --- a/public/lang/ca.json +++ b/public/lang/ca.json @@ -1 +1,26 @@ -{} +{ + "instructions": { + "x-instructions_mobile": "Toca per enviar fitxers o mantén premut per enviar un missatge", + "no-peers-subtitle": "Vincula dispositius o entra a una sala pública per ser detectable en altres xarxes", + "x-instructions_desktop": "Fes click per enviar fitxers o click dret per enviar un missatge de text", + "no-peers-title": "Obre PairDrop a altres dispositius per enviar arxius", + "x-instructions_data-drop-peer": "Allibera per enviar a un company", + "x-instructions_data-drop-bg": "Allibera per seleccionar recipient", + "no-peers_data-drop-bg": "Allibera per seleccionar destinatari" + }, + "header": { + "theme-auto_title": "Adapta el tema al del sistema automàticament", + "install_title": "Instal·la PairDrop", + "theme-dark_title": "Utilitza sempre el mode fosc", + "pair-device_title": "Vincula els teus dispositius permanentment", + "join-public-room_title": "Uneix-te temporalment a una sala pública", + "notification_title": "Permet les notificacions", + "edit-paired-devices_title": "Edita els dispositius vinculats", + "edit-share-mode": "Editar", + "language-selector_title": "Configurar idioma", + "cancel-share-mode": "Cancel·lar", + "about_title": "Sobre PairDrop", + "about_aria-label": "Obre Sobre PairDrop", + "theme-light_title": "Utilitza sempre el mode clar" + } +}