ro.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarii",
  5. "You commented" : "Ai comentat",
  6. "%1$s commented" : "%1$s a comentat",
  7. "{author} commented" : " {author} a comentat",
  8. "You commented on %1$s" : "Ai comentat la %1$s",
  9. "You commented on {file}" : "Ai comentat la {file}",
  10. "%1$s commented on %2$s" : "%1$s a comentat la %2$s",
  11. "{author} commented on {file}" : " {author} a comentat la {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere",
  13. "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”",
  14. "Edit comment" : "Editează comentariul",
  15. "Delete comment" : "Șterge comentariul",
  16. "New comment …" : "Comentariu nou...",
  17. "Post" : "Postează",
  18. "Cancel" : "Anulează",
  19. "[Deleted user]" : "[Utilizator șters]",
  20. "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
  21. "More comments …" : "Mai multe comentarii...",
  22. "Save" : "Salvează",
  23. "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
  24. "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
  25. "Error occurred while posting comment" : "Eroare la postarea comentariului",
  26. "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
  27. "Comment" : "Comentariu",
  28. "%1$s mentioned you in a comment on “%2$s”" : "%1$s te-a menționat într-un comentariu la ”%2$s”"
  29. },
  30. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");