tr.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  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>yorum</strong> yapıldığında",
  12. "Files" : "Dosyalar",
  13. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "\"{file}\" hakkında bir yorumda silinmiş bir hesap tarafından anıldınız",
  14. "{user} mentioned you in a comment on \"{file}\"" : "{user}, \"{file}\" hakkındaki bir yorumda sizi andı",
  15. "Files app plugin to add comments to files" : "Dosyalara notlar eklenmesini sağlayan dosyalar uygulaması eki",
  16. "Edit comment" : "Yorumu düzenle",
  17. "Delete comment" : "Yorumu sil",
  18. "Cancel edit" : "Düzenlemeyi iptal et",
  19. "New comment" : "Yorum ekle",
  20. "Write a comment …" : "Bir yorum yazın…",
  21. "Post comment" : "Yorum gönder",
  22. "@ for mentions, : for emoji, / for smart picker" : "Anmalar için @, emojiler için :, akıllı seçici için /",
  23. "Could not reload comments" : "Yorumlar yeniden yüklenemedi",
  24. "No comments yet, start the conversation!" : "Henüz bir yorum yapılmamış! Bir görüşme başlatın!",
  25. "No more messages" : "Başka ileti yok",
  26. "Retry" : "Yeniden dene",
  27. "Failed to mark comments as read" : "Yorumlar okunmuş olarak işaretlenemedi",
  28. "Unable to load the comments list" : "Yorum listesi yüklenemedi",
  29. "_1 new comment_::_{unread} new comments_" : ["1 yeni yorum","{unread} yeni yorum"],
  30. "Comment" : "Yorum",
  31. "An error occurred while trying to edit the comment" : "Yorum düzenlenmeye çalışılırken bir sorun çıktı",
  32. "Comment deleted" : "Yorum silindi",
  33. "An error occurred while trying to delete the comment" : "Yorum silinmeye çalışılırken bir sorun çıktı",
  34. "An error occurred while trying to create the comment" : "Yorum eklenmeye çalışılırken bir sorun çıktı",
  35. "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"
  36. },
  37. "nplurals=2; plural=(n > 1);");