diff options
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r-- | apps/files/l10n/tr.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 2fbb71b373c..7e0b3f17327 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -42,6 +42,17 @@ OC.L10N.register( "Unable to determine date" : "Tarih tespit edilemedi", "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", + "Could not move \"{file}\", target exists" : "\"{file}\" taşınamadı, hedef mevcut", + "Could not move \"{file}\"" : "\"{file}\" taşınamadı", + "{newName} already exists" : "{newName} zaten mevcut", + "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" adlandırılamadı, artık mevcut değil", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" ismi zaten \"{dir}\" klasöründe kullanılıyor. Lütfen farklı bir isim seçin.", + "Could not rename \"{fileName}\"" : "\"{fileName}\" adlandırılamadı", + "Could not create file \"{file}\"" : "\"{file}\" dosyası oluşturulamadı", + "Could not create file \"{file}\" because it already exists" : "\"{file}\" dosyası zaten mevcut olduğundan oluşturulamadı", + "Could not create folder \"{dir}\"" : "\"{dir}\" klasörü oluşturulamadı", + "Could not create folder \"{dir}\" because it already exists" : "\"{dir}\" klasörü zaten mevcut olduğundan oluşturulamadı", + "Error deleting file \"{fileName}\"." : "\"{fileName}\" dosyası silinirken hata.", "No entries in this folder match '{filter}'" : "Bu klasörde hiçbir girdi '{filter}' ile eşleşmiyor", "Name" : "İsim", "Size" : "Boyut", |