diff options
Diffstat (limited to 'apps/files_trashbin/l10n/tr.js')
-rw-r--r-- | apps/files_trashbin/l10n/tr.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/tr.js b/apps/files_trashbin/l10n/tr.js index 334bb9981de..ab14ad7cad8 100644 --- a/apps/files_trashbin/l10n/tr.js +++ b/apps/files_trashbin/l10n/tr.js @@ -7,6 +7,7 @@ OC.L10N.register( "This application enables people to restore files that were deleted from the system." : "Bu uygulama kişilerin sistem üzerinde sildiği dosyaları geri yükleyebilmesini sağlar.", "This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Bu uygulama kişilerin sistem üzerinde sildiği dosyaları geri yükleyebilmesini sağlar. Site arayüzünde silinmiş dosyaların listesini ve kullanıcı klasörlerine geri yükleme ya da kalıcı olarak silme seçeneklerini görüntüler. Sürümler uygulaması kullanıma alınmış ise, geri yüklenen dosyaların önceki sürümleri de geri yüklenir. Paylaşım üzerinden silinen dosyalar da aynı şekilde ancak paylaşılmamış olarak geri yüklenebilir. Silinmiş dosyalar varsayılan olarak 30 gün boyunca çöp kutusunda tutulur.\nSilinmiş dosyalar uygulaması kişilerin disk alanının dolmasını engellemek için, hesap depolama alanının en çok %50 oranındaki bölümünü kullanır. Silinmiş dosyaların boyutu bu sınırın üzerine çıkarsa, sınır değerine geri dönülene kadar en eski silinmiş dosyalar silinir. Ayrıntılı bilgi almak için Silinmiş Dosyalar uygulamasının belgelerine bakabilirsiniz.", "Restore" : "Geri yükle", + "Not enough free space to restore the file/folder" : "Dosyayı veya klasörü geri yüklemek için yeterli boş alan yok", "Empty deleted files" : "Silinmiş dosyaları yok et", "Confirm permanent deletion" : "Kalıcı olarak silmeyi onaylayın", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Çöp kutusundaki tüm dosyaları ve klasörleri kalıcı olarak silmek istediğinize emin misiniz? Bu işlem geri alınamaz.", @@ -15,12 +16,15 @@ OC.L10N.register( "Original location" : "Özgün konum", "Deleted by" : "Silen", "Deleted" : "Silindi", + "few seconds ago" : "bir kaç saniye önce", "A long time ago" : "Uzun süre önce", "Unknown" : "Bilinmiyor", "All files" : "Tüm dosyalar", "You" : "Siz", "List of files that have been deleted." : "Silinmiş dosyaların listesi", "No deleted files" : "Silinmiş bir dosya yok", - "Files and folders you have deleted will show up here" : "Sildiğiniz dosya ve klasörler burada görüntülenir" + "Files and folders you have deleted will show up here" : "Sildiğiniz dosya ve klasörler burada görüntülenir", + "All files have been permanently deleted" : "Tüm dosyalar kalıcı olarak silindi", + "Failed to empty deleted files" : "Silinmiş dosyalar bölümü boşaltılamadı" }, "nplurals=2; plural=(n > 1);"); |