Two scopes are defined in this module:

admin-page: {{'AdminPageAlias.title' | transloco}}
lazy-page: {{'LazyPageAlias.title' | transloco}}

Two scopes using structural directives:

admin-page:

{{ t('AdminPageAlias.title') }}

lazy-page:

{{ t('LazyPageAlias.title') }}

Two scopes using structural directives (using read):

admin-page:

{{ t('read') }}

lazy-page:

{{ t('title') }}