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: f8e8b4daff1b1701b119922c3ddeed4b815056ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
    "Error" : "Hata",
    "restored" : "geri yüklendi",
    "Nothing in here. Your trash bin is empty!" : "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!",
    "Name" : "İsim",
    "Deleted" : "Silinme",
    "Delete" : "Sil"
},
"nplurals=2; plural=(n > 1);");