diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:23:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:23:02 +0000 |
commit | 0d961dc9a2bb3b6005af5eec51692b760a9e0029 (patch) | |
tree | 12d8cf1b3a54eb41e6aefacd390dde3fc958f1cb /apps/settings/l10n/ca.js | |
parent | fec43fc1325b75e1c98838cd961187e7c0409984 (diff) | |
download | nextcloud-server-0d961dc9a2bb3b6005af5eec51692b760a9e0029.tar.gz nextcloud-server-0d961dc9a2bb3b6005af5eec51692b760a9e0029.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ca.js')
-rw-r--r-- | apps/settings/l10n/ca.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index 89445227e39..57b644c1373 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -439,7 +439,7 @@ OC.L10N.register( "Documentation" : "Documentació", "Forum" : "Fòrum", "Login" : "Inici de sessió", - "SSL/TLS" : "SSL/TLS", + "SSL" : "SSL", "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", @@ -448,8 +448,7 @@ OC.L10N.register( "From address" : "Des de l'adreça", "Server address" : "Adreça del servidor", "Port" : "Port", - "Authentication method" : "Mètode d'autenticació", - "Only applies when authentication is required" : "Només s'aplica quan es requereix autenticació", + "Authentication" : "Autenticació", "Authentication required" : "Cal autenticació", "Credentials" : "Credencials", "SMTP Username" : "Nom d'usuari SMTP", @@ -507,8 +506,11 @@ OC.L10N.register( "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", "Plain" : "Net", "NT LAN Manager" : "Gestor NT LAN", + "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", + "Authentication method" : "Mètode d'autenticació", "Allow username autocompletion in share dialog" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartir", - "Allow username autocompletion to users within the same groups" : "Permet l'emplenament automàtic del nom d'usuari als usuaris dels mateixos grups" + "Allow username autocompletion to users within the same groups" : "Permet l'emplenament automàtic del nom d'usuari als usuaris dels mateixos grups", + "Only applies when authentication is required" : "Només s'aplica quan es requereix autenticació" }, "nplurals=2; plural=(n != 1);"); |