ro.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
  19. "Retry" : "Reîncearcă",
  20. "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
  21. "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"],
  22. "Comment" : "Comentariu",
  23. "New comment …" : "Comentariu nou...",
  24. "Post" : "Postează",
  25. "Cancel" : "Anulează",
  26. "[Deleted user]" : "[Utilizator șters]",
  27. "More comments …" : "Mai multe comentarii...",
  28. "Save" : "Salvează",
  29. "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
  30. "Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}",
  31. "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}",
  32. "Error occurred while posting comment" : "Eroare la postarea comentariului"
  33. },
  34. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");