diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-10 02:27:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-10 02:27:15 +0000 |
commit | 16b68fdb347f8b1f4851fa42f54e6fe2122ee861 (patch) | |
tree | a2b280402cd2566d94839b962b373957de78f386 /apps/settings/l10n | |
parent | 11f46fc219537ae399fcb3babafa4ef067f180be (diff) | |
download | nextcloud-server-16b68fdb347f8b1f4851fa42f54e6fe2122ee861.tar.gz nextcloud-server-16b68fdb347f8b1f4851fa42f54e6fe2122ee861.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n')
-rw-r--r-- | apps/settings/l10n/gl.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/gl.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sv.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sv.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index b51fc1e847a..f10ee7e1cd1 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -447,6 +447,7 @@ OC.L10N.register( "Server address" : "Enderezo do servidor", "Port" : "Porto", "Authentication method" : "Método de autenticación", + "Only applies when authentication is required" : "Só se aplica cando é necesaria a autenticación", "Authentication required" : "É necesaria a autenticación", "Credentials" : "Credenciais", "SMTP Username" : "Nome de usuario SMTP", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index 5d3b1935e55..34c8a838711 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -445,6 +445,7 @@ "Server address" : "Enderezo do servidor", "Port" : "Porto", "Authentication method" : "Método de autenticación", + "Only applies when authentication is required" : "Só se aplica cando é necesaria a autenticación", "Authentication required" : "É necesaria a autenticación", "Credentials" : "Credenciais", "SMTP Username" : "Nome de usuario SMTP", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 953d1cd4360..d38755b49ec 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -445,6 +445,7 @@ OC.L10N.register( "Server address" : "Serveradress", "Port" : "Port", "Authentication method" : "Autentiseringsmetod", + "Only applies when authentication is required" : "Gäller endast när autentisering krävs", "Authentication required" : "Autentisering krävs", "Credentials" : "Inloggningsuppgifter", "SMTP Username" : "SMTP-användarnamn", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 1540a4ab42b..4fb0873d470 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -443,6 +443,7 @@ "Server address" : "Serveradress", "Port" : "Port", "Authentication method" : "Autentiseringsmetod", + "Only applies when authentication is required" : "Gäller endast när autentisering krävs", "Authentication required" : "Autentisering krävs", "Credentials" : "Inloggningsuppgifter", "SMTP Username" : "SMTP-användarnamn", |