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 859B

12345678910111213141516171819202122
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Yeni bir yorum yazın...",
  5. "Delete comment" : "Yorumu sil",
  6. "Post" : "Gönder",
  7. "Cancel" : "İptal",
  8. "Edit comment" : "Yorumu düzenle",
  9. "[Deleted user]" : "[Silinmiş kullanıcı]",
  10. "Comments" : "Yorumlar",
  11. "No other comments available" : "Mevcut başka yorum yok",
  12. "More comments..." : "Daha fazla yorum...",
  13. "Save" : "Kaydet",
  14. "Allowed characters {count} of {max}" : "İzin verilen karakterler {count}/{max}",
  15. "{count} unread comments" : "{count} okunmamış yorum",
  16. "Comment" : "Yorum",
  17. "You commented" : "Yorum yaptınız",
  18. "%1$s commented" : "%1$s yorumlanmış",
  19. "You commented on %2$s" : "%2$s için yorum yaptınız",
  20. "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı"
  21. },
  22. "nplurals=2; plural=(n > 1);");