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.json')
-rw-r--r--apps/files/l10n/tr.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index d678d3a4785..1a7d8b2cf8b 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -20,6 +20,7 @@
"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",
@@ -34,6 +35,10 @@
"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.",