diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-26 00:21:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-26 00:21:00 +0000 |
commit | 94282863cbfbb1c798001d828ddbeb944909f192 (patch) | |
tree | f27dc74dc1ff1e7040cf209c5f41f296a1e78c7c /apps/user_ldap | |
parent | ed11a922548ddc21fd11a4c4d061857ea1318e2e (diff) | |
download | nextcloud-server-94282863cbfbb1c798001d828ddbeb944909f192.tar.gz nextcloud-server-94282863cbfbb1c798001d828ddbeb944909f192.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/tr.js | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/tr.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index f6f2000b4ae..2bd53b81ca8 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -61,6 +61,11 @@ OC.L10N.register( "Your password will expire today." : "Parolanızın geçerlilik süresi bugün dolacak.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Parolanızın süresi %n gün içinde dolacak.","Parolanızın geçerlilik süresi %n gün içinde dolacak."], "LDAP/AD integration" : "LDAP/AD bütünleştirmesi", + "LDAP Connection" : "LDAP bağlantısı", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for these LDAP configurations: %s_" : ["Şu LDAP yapılandırması için bağlantı kurulamadı: %s","Şu LDAP yapılandırmaları için bağlantı kurulamadı: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for these LDAP configurations: %s_" : ["Şu LDAP yapılandırması için arama tamamlanamadı: %s","Şu LDAP yapılandırmaları için arama tamamlanamadı: %s"], + "_There is an inactive LDAP configuration: %s_::_There are inactive LDAP configurations: %s_" : ["Etkin olmayan LDAP yapılandırması var: %s","Etkin olmayan LDAP yapılandırmaları var: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the configured LDAP connections (%s)_" : ["Yapılandırılmış LDAP bağlantısında (%s) bağlantı ve arama çalışıyor","Tüm yapılandırılmış LDAP bağlantılarında (%s) bağlantı ve arama çalışıyor"], "Invalid LDAP UUIDs" : "LDAP UUID değerleri geçersiz", "None found" : "Herhangi bir şey bulunamadı", "Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP hesapları ya da grupları için geçersiz UUID değerleri bulundu. Lütfen LDAP yapılandırmasının Uzman bölümündeki \"UUID algılaması değiştirilsin\" seçeneğini gözden geçirin ve bunları güncellemek için \"occ ldap:update-uuid\" komutunu kullanın.", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index 867a6ac3344..71cd330348e 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -59,6 +59,11 @@ "Your password will expire today." : "Parolanızın geçerlilik süresi bugün dolacak.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Parolanızın süresi %n gün içinde dolacak.","Parolanızın geçerlilik süresi %n gün içinde dolacak."], "LDAP/AD integration" : "LDAP/AD bütünleştirmesi", + "LDAP Connection" : "LDAP bağlantısı", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for these LDAP configurations: %s_" : ["Şu LDAP yapılandırması için bağlantı kurulamadı: %s","Şu LDAP yapılandırmaları için bağlantı kurulamadı: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for these LDAP configurations: %s_" : ["Şu LDAP yapılandırması için arama tamamlanamadı: %s","Şu LDAP yapılandırmaları için arama tamamlanamadı: %s"], + "_There is an inactive LDAP configuration: %s_::_There are inactive LDAP configurations: %s_" : ["Etkin olmayan LDAP yapılandırması var: %s","Etkin olmayan LDAP yapılandırmaları var: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the configured LDAP connections (%s)_" : ["Yapılandırılmış LDAP bağlantısında (%s) bağlantı ve arama çalışıyor","Tüm yapılandırılmış LDAP bağlantılarında (%s) bağlantı ve arama çalışıyor"], "Invalid LDAP UUIDs" : "LDAP UUID değerleri geçersiz", "None found" : "Herhangi bir şey bulunamadı", "Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP hesapları ya da grupları için geçersiz UUID değerleri bulundu. Lütfen LDAP yapılandırmasının Uzman bölümündeki \"UUID algılaması değiştirilsin\" seçeneğini gözden geçirin ve bunları güncellemek için \"occ ldap:update-uuid\" komutunu kullanın.", |