diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-13 00:47:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-13 00:47:15 +0000 |
commit | e21da82145babc6cfbd08733cb7a47d663d52c10 (patch) | |
tree | e9c233aef0d52a565c9108a830400028ee849ad5 /apps/settings/l10n/tr.js | |
parent | dcaab5f8675b814af5183af1d8494f8fe80c37a6 (diff) | |
download | nextcloud-server-e21da82145babc6cfbd08733cb7a47d663d52c10.tar.gz nextcloud-server-e21da82145babc6cfbd08733cb7a47d663d52c10.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/tr.js')
-rw-r--r-- | apps/settings/l10n/tr.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 18d443329f6..2699b26724a 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -144,6 +144,7 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", "Invalid UUIDs of LDAP users 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 kullanıcıları 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\" kullanın.", "The old server-side-encryption format is enabled. We recommend disabling this." : "Eski sunucu tarafı şifreleme biçimi etkinleştirilmiş. Bu seçeneği devre dışı bırakmanız önerilir.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Kopyanızda 1000 üzerinde kullanıcı olduğundan ya da bir sorun çıktığından DAV sistemi adres defteri eşitlemesi henüz yapılmamış. Lütfen \"occ dav:sync-system-addressbook\" komutunu yürüterek el ile eşitleyin.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ve üzerindeki bir sürüm kullanılmalıdır.", @@ -278,11 +279,14 @@ OC.L10N.register( "Select default encryption module:" : "Varsayılan şifreleme modülünü seçin:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Şifreleme anahtarlarınızı eski şifrelemeden (ownCloud <= 8.0) yenisine aktarmalısınız. Lütfen \"Varsayılan şifreleme modülü\"nü etkinleştirip {command} komutunu yürütün", "Unable to update server side encryption config" : "Sunucu tarafı şifreleme yapılandırması güncellenemedi", + "Please confirm the group removal" : "Grubu silme işlemini onaylayın", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", "Cancel" : "İptal", "Confirm" : "Onayla", "Submit" : "Gönder", "Rename group" : "Grubu yeniden adlandır", "Remove group" : "Grubu sil", + "Failed to remove group \"{group}\"" : "\"{group}\" grubu silinemedi", "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", @@ -447,7 +451,11 @@ OC.L10N.register( "Active users" : "Etkin kullanıcılar", "Admins" : "Yöneticiler", "Disabled users" : "Devre dışı bırakılmış kullanıcılar", + "Creating group …" : "Grup ekleniyor…", + "Create group" : "Grup ekle", "Group name" : "Grup adı", + "Please enter a valid group name" : "Lütfen geçerli bir grup adı yazın", + "Failed to create group" : "Grup eklenemedi", "Not saved" : "Kaydedilmedi", "Sending…" : "Gönderiliyor …", "Email sent" : "E-posta gönderildi", |