diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-08 02:28:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-08 02:28:45 +0000 |
commit | 5ce7336a1b459b07f16194380d17dc8d52389b58 (patch) | |
tree | 644ae3b517687496e76043df92836f8b6078444a /apps/settings/l10n | |
parent | 1f9a8225fd36b83e530fdcb17009ed6282567261 (diff) | |
download | nextcloud-server-5ce7336a1b459b07f16194380d17dc8d52389b58.tar.gz nextcloud-server-5ce7336a1b459b07f16194380d17dc8d52389b58.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/pl.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/tr.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 876cd7ee136..61495cb9e9b 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -446,6 +446,7 @@ OC.L10N.register( "Server address" : "Adres serwera", "Port" : "Port", "Authentication method" : "Metoda uwierzytelnienia", + "Only applies when authentication is required" : "Ma zastosowanie tylko wtedy, gdy wymagane jest uwierzytelnienie", "Authentication required" : "Wymagane uwierzytelnienie", "Credentials" : "Poświadczenia", "SMTP Username" : "Użytkownik SMTP", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 3c3c9347b85..34eda24c9a0 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -444,6 +444,7 @@ "Server address" : "Adres serwera", "Port" : "Port", "Authentication method" : "Metoda uwierzytelnienia", + "Only applies when authentication is required" : "Ma zastosowanie tylko wtedy, gdy wymagane jest uwierzytelnienie", "Authentication required" : "Wymagane uwierzytelnienie", "Credentials" : "Poświadczenia", "SMTP Username" : "Użytkownik SMTP", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index edb5eb7f3e6..12ff2434c88 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -446,6 +446,7 @@ OC.L10N.register( "Server address" : "Sunucu adresi", "Port" : "Kapı numarası", "Authentication method" : "Kimlik doğrulama yöntemi", + "Only applies when authentication is required" : "Yalnızca kimlik doğrulaması istendiğinde uygulanır", "Authentication required" : "Kimlik doğrulaması gerekli", "Credentials" : "Kimlik doğrulama bilgileri", "SMTP Username" : "SMTP kullanıcı adı", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 6c7517e563e..f4fa7faf8fc 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -444,6 +444,7 @@ "Server address" : "Sunucu adresi", "Port" : "Kapı numarası", "Authentication method" : "Kimlik doğrulama yöntemi", + "Only applies when authentication is required" : "Yalnızca kimlik doğrulaması istendiğinde uygulanır", "Authentication required" : "Kimlik doğrulaması gerekli", "Credentials" : "Kimlik doğrulama bilgileri", "SMTP Username" : "SMTP kullanıcı adı", |