nextcloud/apps/files_trashbin/l10n/tr.js

20 lines
738 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 permanently" : "Kalıcı olarak sil",
"Error" : "Hata",
"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",
"Delete" : "Sil"
},
"nplurals=2; plural=(n > 1);");