tr.js 1.4 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Yorumlar",
  5. "New comment …" : "Yorum ekle ...",
  6. "Delete comment" : "Yorumu sil",
  7. "Post" : "Gönder",
  8. "Cancel" : "İptal",
  9. "Edit comment" : "Yorumu düzenle",
  10. "[Deleted user]" : "[Silinmiş kullanıcı]",
  11. "No comments yet, start the conversation!" : "Henüz bir yorum yok! Bir sohbet başlatın!",
  12. "More comments …" : "Diğer yorumlar ...",
  13. "Save" : "Kaydet",
  14. "Allowed characters {count} of {max}" : "İzin verilen karakter sayısı {count}/{max}",
  15. "Error occurred while retrieving comment with id {id}" : "{id} kodlu yorum alınırken bir sorun çıktı",
  16. "Error occurred while updating comment with id {id}" : "{id} kodlu yorum güncellenirken bir sorun çıktı",
  17. "Error occurred while posting comment" : "Yorum gönderilirken bir sorun çıktı",
  18. "Comment" : "Yorum",
  19. "<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
  20. "You commented" : "Yorum yaptınız",
  21. "%1$s commented" : "%1$s yorumlanmış",
  22. "You commented on %2$s" : "%2$s için yorum yaptınız",
  23. "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
  24. "Type in a new comment..." : "Yeni bir yorum yazın...",
  25. "No other comments available" : "Başka bir yorum yok",
  26. "More comments..." : "Diğer yorumlar...",
  27. "{count} unread comments" : "{count} okunmamış yorum"
  28. },
  29. "nplurals=2; plural=(n > 1);");