Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3f55f29aae98be53a22c0ec4f97fc01d52844b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "%s kalıcı olarak silinemedi",
    "Couldn't restore %s" : "%s geri yüklenemedi",
    "Deleted files" : "Silinmiş dosyalar",
    "Restore" : "Geri yükle",
    "Delete" : "Sil",
    "Delete permanently" : "Kalıcı olarak sil",
    "Error" : "Hata",
    "This operation is forbidden" : "Bu işlem yasak",
    "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",
    "restored" : "geri yüklendi",
    "No deleted files" : "Silinen dosya yok",
    "You will be able to recover deleted files from here" : "Silinen dosyalarınızı buradan kurtarabileceksiniz",
    "No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı",
    "Select all" : "Tümünü seç",
    "Name" : "İsim",
    "Deleted" : "Silinme"
},
"nplurals=2; plural=(n > 1);");