tr.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "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",
  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. "New comment" : "Yorum ekle",
  19. "Write a comment …" : "Bir yorum yazın…",
  20. "Post comment" : "Yorum gönder",
  21. "@ for mentions, : for emoji, / for smart picker" : "Anmalar için @, emojiler için :, akıllı seçici için /",
  22. "Could not reload comments" : "Yorumlar yeniden yüklenemedi",
  23. "No comments yet, start the conversation!" : "Henüz bir yorum yapılmamış! Bir görüşme başlatın!",
  24. "No more messages" : "Başka ileti yok",
  25. "Retry" : "Yeniden dene",
  26. "Failed to mark comments as read" : "Yorumlar okunmuş olarak işaretlenemedi",
  27. "Unable to load the comments list" : "Yorum listesi yüklenemedi",
  28. "_1 new comment_::_{unread} new comments_" : ["1 yeni yorum","{unread} yeni yorum"],
  29. "Comment" : "Yorum",
  30. "An error occurred while trying to edit the comment" : "Yorum düzenlenmeye çalışılırken bir sorun çıktı",
  31. "Comment deleted" : "Yorum silindi",
  32. "An error occurred while trying to delete the comment" : "Yorum silinmeye çalışılırken bir sorun çıktı",
  33. "An error occurred while trying to create the comment" : "Yorum eklenmeye çalışılırken bir sorun çıktı",
  34. "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",
  35. "Write a message …" : "Bir ileti yazın…",
  36. "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "Anmalar için \"@\" , emojiler için \":\" akıllı seçici için \"/\"",
  37. "_%n unread comment_::_%n unread comments_" : ["%n okunmamış yorum","%n okunmamış yorum"]
  38. },
  39. "nplurals=2; plural=(n > 1);");