You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es_AR.js 2.0KB

123456789101112131415161718192021222324252627282930313233
  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"],
  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. "New comment …" : "Nuevo comentario ...",
  23. "Post" : "Post",
  24. "Cancel" : "Cancelar",
  25. "[Deleted user]" : "[Usuario borrado]",
  26. "More comments …" : "Más comentarios ...",
  27. "Save" : "Guardar",
  28. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} of {max}",
  29. "Error occurred while retrieving comment with ID {id}" : "Se produjo un error al recuperar el comentario con ID {id}",
  30. "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con id {id}",
  31. "Error occurred while posting comment" : "Se ha producido un error al publicar un comentario"
  32. },
  33. "nplurals=2; plural=(n != 1);");