Usually, templates are a part of wiki page content, so translatable templates that are embedded in a page are shown in the page's language.
However, sometimes a template is more like user interface, and should be shown in the user interface language. Example: https://translatewiki.net/wiki/Template:Archivelink
I tried replacing it with https://translatewiki.net/wiki/Template:Archive_link (note the space)—a similar template that is properly translatable using the Translate extension. However, making it display in the UI language is tricky. The code {{Archive link{{#ifexist:Template:Archive link/{{UILANGCODE}}|/{{UILANGCODE}}|}}|/Archive}} works, but in addition to being not so readable, it also causes the {{Archive link}} template not to appear on Special:WhatLinksHere, and this is not great.
So it would be nice to have this feature in a less hacky way.
See also: T4085: Add a {{USERLANGUAGE}} magic word