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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/tr.js')
-rw-r--r--l10n/tr.js26
1 files changed, 16 insertions, 10 deletions
diff --git a/l10n/tr.js b/l10n/tr.js
index ff2538d..232f652 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -1,22 +1,28 @@
OC.L10N.register(
"files_texteditor",
{
- "This file is too big to be opened. Please download the file instead." : "Dosya açılmak için çok büyük. Bunun yerine lütfen dosyayı indirin.",
- "Cannot read the file." : "Dosya okunamıyor.",
- "Invalid file path supplied." : "Geçersiz dosya yolu sağlandı",
+ "You can not open a folder" : "Bir klasör açamazsınız",
+ "This file is too big to be opened. Please download the file instead." : "Bu dosya açmak için çok büyük. Bunun yerine lütfen dosyayı indirin.",
+ "Cannot read the file." : "Dosya okunamadı.",
+ "Invalid file path supplied." : "Belirtilen dosya yolu geçersiz.",
"The file is locked." : "Dosya kilitli.",
- "An internal server error occurred." : "Bir iç sunucu hatası oluştu.",
+ "An internal server error occurred." : "Sunucu içinde bir sorun çıktı.",
+ "You can not write to a folder" : "Bir klasöre yazamazsınız",
"Cannot save file as it has been modified since opening" : "Dosya açıldıktan sonra değiştirildiği için kaydedilemedi",
- "Insufficient permissions" : "Yetersiz izin",
+ "Insufficient permissions" : "İzinler yetersiz",
"File path not supplied" : "Dosya yolu belirtilmemiş",
"File mtime not supplied" : "Dosya mtime belirtilmemiş",
"saving..." : "kaydediliyor...",
"saved!" : "kaydedildi!",
- "failed!" : "başarısız oldu!",
+ "failed!" : "kaydedilemedi!",
"Saved" : "Kaydedildi",
- "There was a problem saving your changes. Click to resume editing." : "Değişikliklerinizin kaydedilmesinde sorun oluştu. Düzenlemeye geri dönmek için tıklayın.",
- "An error occurred!" : "Hata oluştu!",
- "Text file" : "Metin dosyası",
- "New text file.txt" : "Yeni metin dosyası.txt"
+ "There was a problem saving your changes. Click to resume editing." : "Değişiklikleriniz kaydedilirken bir sorun çıktı. Düzenlemeye geri dönmek için tıklayın.",
+ "An error occurred!" : "Bir sorun çıktı!",
+ "Edit" : "Düzenle",
+ "Mixed" : "Karışık",
+ "Preview" : "Önizleme",
+ "New text file" : "Yeni metin dosyası",
+ "New text file.txt" : "Yeni metin dosyası.txt",
+ "Text editor" : "Metin düzenleyici"
},
"nplurals=2; plural=(n > 1);");