diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-05-21 02:27:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-05-21 02:27:50 +0000 |
commit | a6cb2973a973565e2450b8bb7912257e5e22cde2 (patch) | |
tree | 9dd1db982e4ac8296b58ce34bec4eef768794231 /lib/l10n/tr.js | |
parent | 7ffee26aa8768736593c77dcb12d17978a6e06b2 (diff) | |
download | nextcloud-server-a6cb2973a973565e2450b8bb7912257e5e22cde2.tar.gz nextcloud-server-a6cb2973a973565e2450b8bb7912257e5e22cde2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/tr.js')
-rw-r--r-- | lib/l10n/tr.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 81b92b4dd0e..b4baf06204a 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -106,7 +106,6 @@ OC.L10N.register( "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Lütfen php.ini dosyasındaki open_basedir ayarını kaldırın ya da 64-bit PHP sürümüne geçin.", "Set an admin username." : "Bir yönetici kullanıcı adı yazın.", "Set an admin password." : "Bir yönetici parolası yazın.", - "Can't create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Paylaşım arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli", "Sharing backend %s not found" : "%s paylaşım arka ucu bulunamadı", "Sharing backend for %s not found" : "%s için paylaşım arka ucu bulunamadı", @@ -116,11 +115,7 @@ OC.L10N.register( "Open »%s«" : "»%s« Aç", "%1$s via %2$s" : "%1$s, %2$s aracılığıyla", "You are not allowed to share %s" : "%s ögesini paylaşma izniniz yok", - "Can’t increase permissions of %s" : "%s izinleri arttırılamadı", - "Files can’t be shared with delete permissions" : "Silme izni ile dosya paylaşılamaz", - "Files can’t be shared with create permissions" : "Ekleme izni ile dosya paylaşılamaz", "Expiration date is in the past" : "Son kullanma tarihi geçmişte", - "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Son kullanma tarihi %n günden sonrası olarak ayarlanamaz","Son kullanma tarihi %n günden sonrası olarak ayarlanamaz"], "Sharing is only allowed with group members" : "Paylaşım yalnız grup üyeleri ile yapılabilir", "Sharing %s failed, because this item is already shared with user %s" : "%s paylaşılamadı. Bu öge zaten %s kullanıcısı ile paylaşılmış", "%1$s shared »%2$s« with you" : "%1$s, sizinle »%2$s« ögesini paylaştı", @@ -187,7 +182,6 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" uygulaması, şu gereklilikler sağlanmadığı için kurulamıyor: %2$s", "a safe home for all your data" : "verileriniz için güvenli bir barınak", "File is currently busy, please try again later" : "Dosya şu anda meşgul, lütfen daha sonra deneyin", - "Can't read file" : "Dosya okunamadı", "Application is not enabled" : "Uygulama etkinleştirilmemiş", "Authentication error" : "Kimlik doğrulama sorunu", "Token expired. Please reload page." : "Kodun süresi dolmuş. Lütfen sayfayı yenileyin.", @@ -234,7 +228,12 @@ OC.L10N.register( "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", "Following databases are supported: %s" : "Şu veritabanları destekleniyor: %s", "Following platforms are supported: %s" : "Şu platformlar destekleniyor: %s", + "Can't create or write into the data directory %s" : "%s veri klasörü oluşturulamadı ya da içine yazılamadı", "Invalid Federated Cloud ID" : "Birleşik Bulut Kimliği Geçersiz", - "Can’t set expiration date more than %s days in the future" : "Son kullanma tarihi %sgünden sonrası olarak ayarlanamaz" + "Can’t increase permissions of %s" : "%s izinleri arttırılamadı", + "Files can’t be shared with delete permissions" : "Silme izni ile dosya paylaşılamaz", + "Files can’t be shared with create permissions" : "Ekleme izni ile dosya paylaşılamaz", + "Can’t set expiration date more than %s days in the future" : "Son kullanma tarihi %sgünden sonrası olarak ayarlanamaz", + "Can't read file" : "Dosya okunamadı" }, "nplurals=2; plural=(n > 1);"); |