diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-11 02:20:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-11 02:20:12 +0000 |
commit | 0ee4f43048bc7310eec6cbd8ac7664048d095b08 (patch) | |
tree | 4254d32a08379977f45af479be3321f7f468e8ab /apps/settings/l10n/ca.js | |
parent | 03b436c0006f0362079c0978053c0a996e92c09f (diff) | |
download | nextcloud-server-0ee4f43048bc7310eec6cbd8ac7664048d095b08.tar.gz nextcloud-server-0ee4f43048bc7310eec6cbd8ac7664048d095b08.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/settings/l10n/ca.js')
-rw-r--r-- | apps/settings/l10n/ca.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index e9a90baa7cd..e9538b1f4b6 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -119,6 +119,8 @@ OC.L10N.register( "Reshare" : "Tornar a compartir", "Unlimited" : "Il·limitat", "Verifying" : "S'està verificant", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hi ha un treball en segon pla pendent que de comprovar els certificats SSL importats per l'usuari. Comproveu-ho més tard.", + "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", "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.", @@ -350,6 +352,7 @@ OC.L10N.register( "Background job didn’t run yet!" : "La tasca de fons encara no s'ha executat!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Per a un rendiment òptim és important configurar correctament les tasques de fons. Per a instàncies més grans ‘Cron’ és el paràmetre recomanat. Si us plau, per a més informació vegeu la documentació.", "Pick background job setting" : "Trieu la configuració de la tasca en segon pla", + "Execute one task with each page loaded." : "Executa una tasca amb cada pàgina carregada.", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.php està registrat en un servei webcron per cridar cron.php cada 15 minuts per HTTP.", "Use system cron service to call the cron.php file every 5 minutes." : "Utilitza el servei cron del sistema per cridar el fitxer cron.php cada 5 minuts.", "The cron.php needs to be executed by the system user \"%s\"." : "El cron.php ha de ser executat per l'usuari del sistema \"%s\".", @@ -370,9 +373,12 @@ OC.L10N.register( "Restrict users to only share with users in their groups" : "Restringeix als usuaris a compartir només amb usuaris del seu grup", "Exclude groups from sharing" : "Exclou grups de compartició", "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", + "Allow username autocompletion in share dialog (if this is disabled the full username or email address needs to be entered)" : "Permet la compleció automàtica en el diàleg de compartició (si es desactiva caldrà introduir el nom d'usuari complet i l'adreça de correu electrònic)", "Restrict username autocompletion to users within the same groups" : "Restringeix autocompletar nom d'usuari per usuaris en els mateixos grups", + "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostra el text de descàrrega de responsabilitat a la pàgina de l'enllaç públic de càrrega (només es mostra quan la llista de fitxers està oculta).", "This text will be shown on the public link upload page when the file list is hidden." : "Aquest text es mostrarà a la pàgina de càrrega d’enllaç públic quan la llista de fitxers estigui amagada.", "Default share permissions" : "Permisos de compatició per defecte", + "Reasons to use Nextcloud in your organization" : "Motius per a utilitzar Nextcloud en la vostra organització", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desenvolupat per la {communityopen}comunitat Nextcloud{linkclose}, el {githubopen}codi font{linkclose} es troba sota la llicència {licenseopen}AGPL{linkclose}.", "Like our Facebook page" : "Poseu un m’agrada a la nostra pàgina de Facebook", "Follow us on Twitter" : "Seguiu-nos a Twitter", @@ -409,6 +415,7 @@ OC.L10N.register( "New password" : "Contrasenya nova", "Change password" : "Canvia la contrasenya", "Use a second factor besides your password to increase security for your account." : "Feu servir un segon factor a més de la vostra contrasenya per augmentar la seguretat del vostre compte.", + "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utilitzeu aplicacions de tercers per a connectar-vos a Nextcloud, assegureu-vos de crear i configurar una contrasenya d'aplicació per a cadascuna abans d'habilitar l'autenticació de segon factor.", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "S'ha produït un error. Si us plau, carregueu un certificat PEM codificat en ASCII.", "Valid until {date}" : "Vàlid fins {date}", "Local" : "Local", |