ro.js 2.1 KB

123456789101112131415161718192021222324252627282930313233
  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. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”",
  15. "Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii",
  16. "Edit comment" : "Editează comentariul",
  17. "Delete comment" : "Șterge comentariul",
  18. "New comment …" : "Comentariu nou...",
  19. "Post" : "Postează",
  20. "Cancel" : "Anulează",
  21. "[Deleted user]" : "[Utilizator șters]",
  22. "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
  23. "More comments …" : "Mai multe comentarii...",
  24. "Save" : "Salvează",
  25. "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}",
  27. "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
  28. "Error occurred while posting comment" : "Eroare la postarea comentariului",
  29. "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"],
  31. "Comment" : "Comentariu"
  32. },
  33. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");