sc.js 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Cummentos",
  5. "You commented" : "As cummentadu",
  6. "%1$s commented" : "%1$s at cummentadu",
  7. "{author} commented" : "{author} at cummentadu",
  8. "You commented on %1$s" : "As cummentadu in %1$s",
  9. "You commented on {file}" : "As cummentadu {file}",
  10. "%1$s commented on %2$s" : "%1$s at cummentadu %2$s",
  11. "{author} commented on {file}" : "{author} at cummentadu {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Cummentos</strong> pro archìvios",
  13. "Files app plugin to add comments to files" : "Estensione de s'aplicatzione archìvios pro agiùnghere cummentos a archìvios",
  14. "Edit comment" : "Modìfica cummentu",
  15. "Delete comment" : "Cantzella cummentu",
  16. "Cancel edit" : "Annulla modìfica",
  17. "Post comment" : "Pùblica cummentu",
  18. "No comments yet, start the conversation!" : "Ancora perunu cummentu, cumintza sa cunversatzione!",
  19. "No more messages" : "Perunu àteru messàgiu",
  20. "Retry" : "Torra a proare",
  21. "Unable to load the comments list" : "Non faghet a carrigare sa lista de cummentos",
  22. "_%n unread comment_::_%n unread comments_" : ["%n cummentu non lèghidu","%n cummentos non lèghidos"],
  23. "_1 new comment_::_{unread} new comments_" : ["1 cummentu nou","{unread} cummentos noos"],
  24. "Comment" : "Cummenta",
  25. "An error occurred while trying to edit the comment" : "Ddoe at àpidu un'errore proende a modificare su cummentu",
  26. "Comment deleted" : "Cummentu cantzelladu",
  27. "An error occurred while trying to delete the comment" : "B'at àpidu un'errore proende a cantzellare su cummentu",
  28. "An error occurred while trying to create the comment" : "B'at àpidu un'errore proende a creare su cummentu",
  29. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "T'ant mentovadu in “{file}”, in unu cummentu de un'utente chi ant cantzelladu",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} t'at mentovadu in unu cummentu in “{file}”"
  31. },
  32. "nplurals=2; plural=(n != 1);");