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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r--apps/files/l10n/tr.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index 952a893884b..960d81ed7c6 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "İşlemler",
"Download" : "İndir",
"Rename" : "Yeniden Adlandır",
+ "Move or copy" : "Taşı ya da kopyala",
"Target folder" : "Hedef klasör",
"Delete" : "Sil",
"Disconnect storage" : "Depolama bağlantısını kes",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Bu klasör yazılabilir değil. Lütfen günlük kayıtlarına bakın ya da yönetici ile görüşün",
"Could not move \"{file}\", target exists" : "\"{file}\" taşınamadı, hedef zaten var",
"Could not move \"{file}\"" : "\"{file}\" taşınamadı",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" dosyası kopyalanamadı, hedef zaten var",
+ "Could not copy \"{file}\"" : "\"{file}\" kopyalanamadı",
+ "Copied {origin} inside {destination}" : "{origin} dosyası, {destination} içine kopyalandı",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ve diğer {nbfiles} dosya, {destination} içine kopyalandı",
"{newName} already exists" : "{newName} zaten var",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" yeniden adlandırılamadı, artık yok",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" adı \"{dir}\" klasöründe zaten var. Lütfen farklı bir ad seçin.",