ro.js 2.4 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 menționat în fișierul \"{file}\", într-un comentariu facut de un utilizator ce întretimp a fost șters",
  14. "{user} mentioned you in a comment on \"{file}\"" : "{user} te-a menționat într-un comentariu la fișierul \"{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. "Cancel edit" : "Anulați editarea",
  19. "Post comment" : "Postează comentariu",
  20. "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
  21. "No more messages" : "Nu mai sunt mesaje",
  22. "Retry" : "Reîncearcă",
  23. "Unable to load the comments list" : "Lista de comentarii nu poate fi încărcată",
  24. "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
  25. "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"],
  26. "Comment" : "Comentariu",
  27. "An error occurred while trying to edit the comment" : "A apărut o eroare la încercarea de a edita comentariul",
  28. "Comment deleted" : "Comentariul a fost șters",
  29. "An error occurred while trying to delete the comment" : "A apărut o eroare la încercarea de a șterge comentariul",
  30. "An error occurred while trying to create the comment" : "A apărut o eroare la încercarea de a crea comentariul",
  31. "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",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”"
  33. },
  34. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");