diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-07 02:24:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-07 02:24:09 +0000 |
commit | 484f2fd5cc69b2b9c7f663c3f28709d9b35f7503 (patch) | |
tree | d89d9873f4c4f258811d70b6565a852e6d159539 /apps/user_ldap | |
parent | 0a85829138280310633b07762b01c2709027b38d (diff) | |
download | nextcloud-server-484f2fd5cc69b2b9c7f663c3f28709d9b35f7503.tar.gz nextcloud-server-484f2fd5cc69b2b9c7f663c3f28709d9b35f7503.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/bg.js | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/bg.json | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/tr.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/bg.js b/apps/user_ldap/l10n/bg.js index 92a957be430..1e61c85fa88 100644 --- a/apps/user_ldap/l10n/bg.js +++ b/apps/user_ldap/l10n/bg.js @@ -10,6 +10,7 @@ OC.L10N.register( "No action specified" : "Не е посочено действие", "No configuration specified" : "Не е посочена конфигурация", "No data specified" : "Не са посочени данни", + "Invalid data specified" : "Посочени са невалидни данни", " Could not set configuration %s" : "Неуспешно задаване на конфигруацията %s", "Action does not exist" : "Действието не съществува", "Renewing …" : "Подновяване …", diff --git a/apps/user_ldap/l10n/bg.json b/apps/user_ldap/l10n/bg.json index c5481157ee2..a5d80525768 100644 --- a/apps/user_ldap/l10n/bg.json +++ b/apps/user_ldap/l10n/bg.json @@ -8,6 +8,7 @@ "No action specified" : "Не е посочено действие", "No configuration specified" : "Не е посочена конфигурация", "No data specified" : "Не са посочени данни", + "Invalid data specified" : "Посочени са невалидни данни", " Could not set configuration %s" : "Неуспешно задаване на конфигруацията %s", "Action does not exist" : "Действието не съществува", "Renewing …" : "Подновяване …", diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index dc4241e589a..aeee5b14e22 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -10,6 +10,7 @@ OC.L10N.register( "No action specified" : "Hehrangi bir işlem belirtilmemiş", "No configuration specified" : "Henüz bir yapılandırma belirtilmemiş", "No data specified" : "Henüz bir veri belirtilmemiş", + "Invalid data specified" : "Belirtilen veriler geçersiz", " Could not set configuration %s" : "%s yapılandırması ayarlanamadı", "Action does not exist" : "İşlem bulunamadı", "Renewing …" : "Yenileniyor …", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index 8134a8b23af..af153cc1f3b 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -8,6 +8,7 @@ "No action specified" : "Hehrangi bir işlem belirtilmemiş", "No configuration specified" : "Henüz bir yapılandırma belirtilmemiş", "No data specified" : "Henüz bir veri belirtilmemiş", + "Invalid data specified" : "Belirtilen veriler geçersiz", " Could not set configuration %s" : "%s yapılandırması ayarlanamadı", "Action does not exist" : "İşlem bulunamadı", "Renewing …" : "Yenileniyor …", |