es_AR.js 1.4 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Ud. ha comentado",
  6. "%1$s commented" : "%1$s comentados",
  7. "{author} commented" : "{author} comentó",
  8. "You commented on %1$s" : "Ud. ah comentado en %1$s",
  9. "You commented on {file}" : "Ud. ha comentado en {file}",
  10. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  11. "{author} commented on {file}" : "{author} comentó en {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
  13. "Files app plugin to add comments to files" : "Complemento de aplicación de archivos para agregar comentarios a los archivos.",
  14. "Edit comment" : "Editar comentario",
  15. "Delete comment" : "Borrar comentario",
  16. "No comments yet, start the conversation!" : "No hay comentarios aún, iniciar la conversación!",
  17. "Retry" : "Reintentar",
  18. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"],
  19. "Comment" : "Comentar",
  20. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Usted fue mencionado en “{file}”, en un comentario de un usuario que ya ha sido eliminado",
  21. "{user} mentioned you in a comment on “{file}”" : "{user} te ha mencionado en un comentario en “{file}”"
  22. },
  23. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");