They can be embedded as content filters in the template layer using a filter for
Media::_handle() or be used in other places where needed.
Usage:
$t('bike');
$tn('bike', 'bikes', 3);
Using in a method:
public function index() {
extract(Message::aliases());
$notice = $t('look');
}