diff options
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r-- | apps/files/l10n/tr.js | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index e46a11abb6c..7859557590f 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -1,37 +1,39 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "Gecici depolama alani mevcut değil", + "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage invalid" : "Depolama geçersiz", - "Unknown error" : "Bilinmeyen hata", + "Unknown error" : "Bilinmeyen sorun", "All files" : "Tüm dosyalar", "Recent" : "Son", "File could not be found" : "Dosya bulunamadı", "Home" : "Ev", "Close" : "Kapat", - "Favorites" : "Sık kullanılanlar", + "Favorites" : "Sık Kullanılanlar", "Could not create folder \"{dir}\"" : "\"{dir}\" klasörü oluşturulamadı", "Upload cancelled." : "Yükleme iptal edildi.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} bir dizin veya 0 bayt olduğundan yüklenemedi", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterince boş alan yok. Gönderdiğiniz boyut {size1} ancak {size2} alan mevcut", - "Not enough free space" : "Yeterli disk alanı yok", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} bir klasör ya da 0 bayt boyutunda olduğundan yüklenemedi", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterli boş alan yok. Yüklemek istediğiniz boyut {size1} ancak yalnız {size2} boş alan var", + "Target folder \"{dir}\" does not exist any more" : "\"{dir}\" hedef klasörü artık yok", + "Not enough free space" : "Yeterli boş alan yok", "Uploading..." : "Yükleniyor...", "..." : "...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", - "Actions" : "Eylemler", + "Actions" : "İşlemler", "Download" : "İndir", - "Rename" : "Yeniden adlandır", + "Rename" : "Yeniden Adlandır", "Move" : "Taşı", - "Target folder" : "Hedeflenen klasör", + "Target folder" : "Hedef klasör", "Delete" : "Sil", "Disconnect storage" : "Depolama bağlantısını kes", - "Unshare" : "Paylaşmayı Kaldır", + "Unshare" : "Paylaşımı Kaldır", + "Could not load info for file \"{file}\"" : "\"{file}\" dosyasının bilgileri alınamadı", "Files" : "Dosyalar", "Details" : "Ayrıntılar", - "Select" : "Seç", + "Select" : "Seçin", "Pending" : "Bekliyor", - "Unable to determine date" : "Tarih tespit edilemedi", - "This operation is forbidden" : "Bu işlem yasak", + "Unable to determine date" : "Tarih belirlenemedi", + "This operation is forbidden" : "Bu işleme izin verilmiyor", "This directory is unavailable, please check the logs or contact the administrator" : "Bu dizine yazılamıyor, lütfen günlüğü kontrol edin veya yönetici ile iletişime geçin", "Could not move \"{file}\", target exists" : "\"{file}\" taşınamadı, hedef mevcut", "Could not move \"{file}\"" : "\"{file}\" taşınamadı", @@ -85,6 +87,7 @@ OC.L10N.register( "{user} created {file}" : "{user} tarafından {file} oluşturuldu", "You changed {file}" : "Siz {file} dosyasını değiştirdiniz", "You deleted {file}" : "Siz {file} dosyasını sildiniz", + "{user} deleted {file}" : "{user} tarafından {file} silindi", "A new file or folder has been <strong>created</strong>" : "Yeni bir dosya veya klasör <strong>oluşturuldu</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>Sık kullanılan dosyalarınızın</strong> oluşturulma ve değiştirilme hakkındaki bildirimlerini sınırla <em>(Sadece akışta)</em>", "Upload (max. %s)" : "Yükle (azami: %s)", |