es.js 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "Unknown user" : "Usuario desconocido",
  6. "New comment …" : "Comentario nuevo",
  7. "Delete comment" : "Borrar comentario",
  8. "Post" : "Publicar",
  9. "Cancel" : "Cancelar",
  10. "Edit comment" : "Editar comentario",
  11. "[Deleted user]" : "[Usuario eliminado]",
  12. "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
  13. "More comments …" : "Más comentarios ...",
  14. "Save" : "Guardar",
  15. "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}",
  17. "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}",
  18. "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario",
  19. "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios sin leer"],
  20. "Comment" : "Comentario",
  21. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
  22. "You commented" : "Has comentado",
  23. "%1$s commented" : "%1$s comentados",
  24. "You commented on %2$s" : "Has comentado en %2$s",
  25. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  26. "%s mentioned you in a comment on \"%s\"." : "%s te ha mencionado en un comentario en \"%s\".",
  27. "Type in a new comment..." : "Escribe un nuevo comentario...",
  28. "No other comments available" : "No hay otros comentarios disponibles",
  29. "More comments..." : "Más comentarios...",
  30. "{count} unread comments" : "{count} comentarios no leídos"
  31. },
  32. "nplurals=2; plural=(n != 1);");