tr.js 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Yorumlar",
  5. "You commented" : "Yorum yaptınız",
  6. "{author} commented" : "{author} yorum yaptı",
  7. "You commented on %1$s" : "%1$s hakkında yorum yaptınız",
  8. "You commented on {file}" : "{file} hakkında yorum yaptınız",
  9. "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
  10. "{author} commented on {file}" : "{author}, {file} hakkında yorum yaptı",
  11. "<strong>Comments</strong> for files" : "Dosyalar için <strong>yorumlar</strong>",
  12. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "\"{file}\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user}, \"{file}\" hakkındaki bir yorumda sizi andı",
  14. "Files app plugin to add comments to files" : "Dosyalara notlar eklenmesini sağlayan dosyalar uygulaması eki",
  15. "Edit comment" : "Yorumu düzenle",
  16. "Delete comment" : "Yorumu sil",
  17. "Cancel edit" : "Düzenlemeyi iptal et",
  18. "Post comment" : "Yorum gönder",
  19. "No comments yet, start the conversation!" : "Henüz bir yorum yapılmamış! Bir görüşme başlatın!",
  20. "No more messages" : "Başka ileti yok",
  21. "Retry" : "Yeniden dene",
  22. "Unable to load the comments list" : "Yorum listesi yüklenemedi",
  23. "_%n unread comment_::_%n unread comments_" : ["%n okunmamış yorum","%n okunmamış yorum"],
  24. "_1 new comment_::_{unread} new comments_" : ["1 yeni yorum","{unread} yeni yorum"],
  25. "Comment" : "Yorum",
  26. "An error occurred while trying to edit the comment" : "Yorum düzenlenmeye çalışılırken bir sorun çıktı",
  27. "Comment deleted" : "Yorum silindi",
  28. "An error occurred while trying to delete the comment" : "Yorum silinmeye çalışılırken bir sorun çıktı",
  29. "An error occurred while trying to create the comment" : "Yorum eklenmeye çalışılırken bir sorun çıktı",
  30. "%1$s commented" : "%1$s yorumlanmış"
  31. },
  32. "nplurals=2; plural=(n > 1);");