diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-20 00:21:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-20 00:21:13 +0000 |
commit | 436bd44967c5f08de87e1e14725b7df7e51f0d19 (patch) | |
tree | 044ccbd127e3222f0ceb843a93917ff615f98bd8 /apps/settings/l10n/tr.js | |
parent | e7f8ab1c3b7bdbc6f34a62e5b5bbaa2f903f467b (diff) | |
download | nextcloud-server-436bd44967c5f08de87e1e14725b7df7e51f0d19.tar.gz nextcloud-server-436bd44967c5f08de87e1e14725b7df7e51f0d19.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 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index d472ba2224e..0c0b244acce 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "E-posta sınaması", "Email test was successfully sent" : "E-posta sınaması gönderildi", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "E-posta sunucusu yapılandırmanızı henüz ayarlamadınız veya doğrulamadınız. Ayarları yapmak için \"Temel ayarlar\" bölümüne gidin. Ardından, ayarlarınızı doğrulamak için formun altındaki \"E-posta gönder\" düğmesine tıklayın.", - "File locking" : "Dosya kilitleme", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Veri tabanı, işlemsel dosya kilitleme için kullanılır. Başarımı yükseltmek için varsa lütfen memcache yapılandırmasını ayarlayın.", "Forwarded for headers" : "Üst bilgi yönlendirmesi", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" ayarınız düzgün yapılmamış. Bu bir dizi olmalıdır.", @@ -580,6 +578,10 @@ OC.L10N.register( "Unable to update profile enabled state" : "Profilin etkinleştirilme durumu güncellenemedi", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Profilinizde daha kısıtlayıcı olan görünürlük veya kapsam ayarına uyulur - Örneğin, görünürlük \"Herkese görüntülensin\" ve kapsam \"Özel\" olarak ayarlanmışsa, \"Özel\" seçimine uyulur.", "Unable to update visibility of {displayId}" : "{displayId} görünürlüğü güncellenemedi", + "she/her" : "hanım", + "he/him" : "bey", + "they/them" : "kişi", + "Your pronouns. E.g. ${pronounsExample}" : "Hitaplarınız ${pronounsExample}", "Your role" : "Pozisyonunuz", "Your X (formerly Twitter) handle" : "X (eski Twitter) kullanıcı adınız", "Your website" : "Sitenizin adresi", @@ -717,6 +719,7 @@ OC.L10N.register( "Headline" : "Başlık", "Organisation" : "Kuruluş", "Phone number" : "Telefon numarası", + "Pronouns" : "Hitaplar", "Role" : "Pozisyon", "X (formerly Twitter)" : "X (eski Twitter)", "Website" : "Site", @@ -810,6 +813,8 @@ 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.", "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", + "File locking" : "Dosya kilitleme", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "MySQL unicode support" : "MySQL unikod desteği", "Overwrite cli URL" : "CLI adresi değişikliği", |