es_AR.js 1.1 KB

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Ud. ha comentado",
  6. "{author} commented" : "{author} comentó",
  7. "You commented on %1$s" : "Ud. ah comentado en %1$s",
  8. "You commented on {file}" : "Ud. ha comentado en {file}",
  9. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  10. "{author} commented on {file}" : "{author} comentó en {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos",
  12. "Files app plugin to add comments to files" : "Complemento de aplicación de archivos para agregar comentarios a los archivos.",
  13. "Edit comment" : "Editar comentario",
  14. "Delete comment" : "Borrar comentario",
  15. "No comments yet, start the conversation!" : "No hay comentarios aún, iniciar la conversación!",
  16. "Retry" : "Reintentar",
  17. "Comment" : "Comentar",
  18. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"]
  19. },
  20. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");