diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json index d4be8f45f..1e186410e 100644 --- a/src/i18n/strings/ca.json +++ b/src/i18n/strings/ca.json @@ -10,5 +10,26 @@ "Sign In": "Inicia la sessió", "Invalid configuration: no default server specified.": "Configuració no vàlida: no s'ha especificat cap servidor per defecte.", "Invalid JSON": "JSON no vàlid", - "Go to your browser to complete Sign In": "Aneu al vostre navegador per completar l'inici de sessió" + "Go to your browser to complete Sign In": "Aneu al vostre navegador per completar l'inici de sessió", + "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Configuració incorrecta: només podeu especificar una de les opcions default_server_config, default_server_name, o default_hs_url.", + "Your Element is misconfigured": "El vostre Element està mal configurat", + "Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "El vostre Element conté un JSON incorrecte. Si us plau arregleu el problema i recarregueu la pàgina.", + "The message from the parser is: %(message)s": "El missatge de l'analitzador és: %(message)s", + "Unable to load config file: please refresh the page to try again.": "No he pogut carregar l'arxiu de configuració: si us plau recarregueu la pàgina per provar-ho de nou.", + "Unexpected error preparing the app. See console for details.": "Error inesperat preparant l'app. Vegeu la consola pels detalls.", + "Download Completed": "Descàrrega completada", + "Open": "Obre", + "Open user settings": "Obre configuració d'usuari", + "Previous/next recently visited room or community": "Anterior/Següent sala o comunitat visitada recentment", + "%(brand)s Desktop (%(platformName)s)": "%(brand)s d'escriptori (%(platformName)s)", + "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", + "Powered by Matrix": "En funcionament gràcies a Matrix", + "Unsupported browser": "Navegador no suportat", + "Your browser can't run %(brand)s": "El vostre navegador no pot executar %(brand)s", + "%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s usa característiques avançades del navegador que el vostre navegador no suporta.", + "Please install Chrome, Firefox, or Safari for the best experience.": "Si us plau instal·leuChrome, Firefox, o Safari per una millor experiència.", + "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Podeu continuar usant el vostre navegador actual, però algunes o totes les característiques podrien no funcionar i l'aspepte de l'aplicació podria mostrar errors.", + "I understand the risks and wish to continue": "Entenc els riscos i voldria continuar", + "Go to element.io": "Vés a element.io", + "Failed to start": "Ha fallat en iniciar-se" }