How to change cross-reference language in Quarto?
Take the example in docs:
{#fig-elephant}
See @fig-elephant for an illustration.
In the .tex file it is shown as (Figure~\ref{fig-elephant}). Rendering, result is something like see Figure 1 for an illustration.
How can I change Figure for any other word?
