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

tr.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff2538d372c39dff6de8bb4c96b46a98b78f9897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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ı",
    "The file is locked." : "Dosya kilitli.",
    "An internal server error occurred." : "Bir iç sunucu hatası oluştu.",
    "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",
    "File path not supplied" : "Dosya yolu belirtilmemiş",
    "File mtime not supplied" : "Dosya mtime belirtilmemiş",
    "saving..." : "kaydediliyor...",
    "saved!" : "kaydedildi!",
    "failed!" : "başarısız oldu!",
    "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"
},
"nplurals=2; plural=(n > 1);");