You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tr.js 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. OC.L10N.register(
  2. "systemtags",
  3. {
  4. "Tags" : "Etiketler",
  5. "Update" : "Güncelle",
  6. "Create" : "Ekle",
  7. "Select tag…" : "Etiket seçin...",
  8. "Tagged files" : "Etiketli dosyalar",
  9. "Select tags to filter by" : "Süzülecek etiketleri seçin",
  10. "Please select tags to filter by" : "Lütfen süzülecek etiketleri seçin",
  11. "No files found for the selected tags" : "Seçilmiş etiketlere uyan bir dosya bulunamadı",
  12. "<strong>System tags</strong> for a file have been modified" : "Bir dosya için <strong>sistem etiketleri</strong> değiştirildi",
  13. "You created system tag %2$s" : "%2$s sistem etiketini oluşturdunuz",
  14. "%1$s created system tag %2$s" : "%1$s, %2$s sistem etiketini oluşturdu",
  15. "You deleted system tag %2$s" : "%2$s sistem etiketini sildiniz",
  16. "%1$s deleted system tag %2$s" : "%1$s, %2$s sistem etiketini sildi",
  17. "You updated system tag %3$s to %2$s" : "%3$s sistem etiketini %2$s olarak güncellediniz",
  18. "%1$s updated system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s olarak güncelledi",
  19. "%s (restricted)" : "%s (kısıtlı)",
  20. "%s (invisible)" : "%s (gizli)",
  21. "Collaborative tags" : "İşbirlikçi etiketler",
  22. "Name" : "Ad",
  23. "Delete" : "Sil",
  24. "Public" : "Herkese açık",
  25. "Restricted" : "Kısıtlı",
  26. "Invisible" : "Görünmez",
  27. "Reset" : "Sıfırla",
  28. "No files in here" : "Burada hiç dosya yok",
  29. "No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı",
  30. "Size" : "Boyut",
  31. "Modified" : "Değiştirilme",
  32. "You assigned system tag %3$s" : "%3$s sistem etiketini atadınız",
  33. "%1$s assigned system tag %3$s" : "%1$s, %3$s sistem etiketini atadı",
  34. "You unassigned system tag %3$s" : "%3$s sistem etiket atamasını kaldırdınız",
  35. "%1$s unassigned system tag %3$s" : "%1$s, %3$s sistem etiket atamasını kaldırdı",
  36. "You assigned system tag %3$s to %2$s" : "%3$s sistem etiketini %2$s etiketine atadınız",
  37. "%1$s assigned system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s etiketine atadı",
  38. "You unassigned system tag %3$s from %2$s" : "%3$s sistem etiketinin %2$s atamasını kaldırdınız",
  39. "%1$s unassigned system tag %3$s from %2$s" : "%1$s, %3$s sistem etiketinin %2$s atamasını kaldırdı"
  40. },
  41. "nplurals=2; plural=(n > 1);");