diff options
Diffstat (limited to 'apps/settings/l10n/ca.js')
-rw-r--r-- | apps/settings/l10n/ca.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index 48b31e61daf..62cb6b4d1c1 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -110,6 +110,9 @@ OC.L10N.register( "Sharing" : "Compartició", "Personal info" : "Informació personal", "Mobile & desktop" : "Mòbil i escriptori", + "Email server" : "Servidor de correu electrònic", + "Security & setup warnings" : "Avisos de seguretat i configuració", + "Background jobs" : "Tasques de fons", "Create" : "Crea", "Change" : "Canvia", "Delete" : "Suprimeix", @@ -120,6 +123,7 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "The old server-side-encryption format is enabled. We recommend disabling this." : "L'antic format de xifratge del servidor està habilitat. Recomanem desactivar-ho.", "Nextcloud settings" : "Paràmetres del Nextcloud", + "None" : "Cap", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L’autenticació de doble factor pot ser forçada per a tots els usuaris i grups específics. Si no tenen un proveïdor de doble factor configurat, no podran accedir en el sistema.", "Enforce two-factor authentication" : "Força l'autenticació de doble factor", "Limit to groups" : "Limita per grups", @@ -290,13 +294,11 @@ OC.L10N.register( "Administrator documentation" : "Documentació d'administrador", "Documentation" : "Documentació", "Forum" : "Fòrum", - "None" : "Cap", "Login" : "Inici de sessió", "Plain" : "Net", "NT LAN Manager" : "Gestor NT LAN", "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", - "Email server" : "Servidor de correu electrònic", "Open documentation" : "Obre la documentació", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "És important configurar aquest servidor per poder enviar correus electrònics, com ara per poder restablir la contrasenya i notificacions.", "Send mode" : "Mode d'enviament", @@ -313,7 +315,6 @@ OC.L10N.register( "Save" : "Desa", "Test email settings" : "Prova els paràmetres de correu electrònic", "Send email" : "Envia el correu electrònic", - "Security & setup warnings" : "Avisos de seguretat i configuració", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "És important per a la seguretat i el rendiment de la vostra instància que tot estigui configurat correctament. Per ajudar-vos, fem algunes comprovacions automàtiques. Si us plau, consulteu la documentació enllaçada per obtenir més informació.", "All checks passed." : "Totes les comprovacions correctes.", "There are some errors regarding your setup." : "Hi ha alguns errors pel que fa a la vostra configuració.", @@ -338,7 +339,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Heu de migrar les claus d'encriptació de l'encriptació antiga (ownCloud <= 8.0) a la nova. Si us plau activeu el “Mòdul criptogràfic per defecte\" i executeu ‘occ encryption:migrate’", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Heu de migrar les claus d'encriptació de l'encriptació antiga (ownCloud <= 8.0) a la nova.", "Start migration" : "Inicia la migració", - "Background jobs" : "Tasques de fons", "Last job execution ran %s. Something seems wrong." : "La darrera tasca es va executar %s. Alguna cosa sembla malament.", "Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Algunes feines no s’han executat des de %s. Considereu augmentar la freqüència d’execució.", "Some jobs didn’t execute since %s. Please consider switching to system cron." : "Algunes feines no s’han executat des de %s. Considereu canviar al cron del sistema.", |