add info about passwordless approach
This commit is contained in:
parent
9a3e7975bc
commit
1a1a6eb8eb
|
@ -25,11 +25,12 @@
|
|||
</a>
|
||||
</div>
|
||||
<p class="small text-muted">
|
||||
<Icon v="gavel"/>
|
||||
<T>terms.consent</T>
|
||||
<nuxt-link :to="`/${config.user.termsRoute}`">
|
||||
<Icon v="gavel"/>
|
||||
<T>terms.header</T>
|
||||
</nuxt-link>
|
||||
</p>
|
||||
<p class="small text-muted">
|
||||
<Icon v="lock"/>
|
||||
<T>user.login.passwordless</T>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -330,6 +330,7 @@ user:
|
|||
If you didn't order this code, simply ignore this message.
|
||||
why: >
|
||||
Registering lets you manage your cards ({/@andrea=like this one}).
|
||||
passwordless: 'The website doesn''t store any passwords. {https://avris.it/blog/passwords-are-passé=More info.}'
|
||||
code:
|
||||
action: 'Validate'
|
||||
invalid: 'Invalid code.'
|
||||
|
@ -421,7 +422,7 @@ confirm:
|
|||
terms:
|
||||
header: 'Terms of Service'
|
||||
lastUpdate: 'Last Updated'
|
||||
consent: 'By registering you''re accepting the'
|
||||
consent: 'By registering you''re accepting the {/terms=Terms of Service}.'
|
||||
|
||||
admin:
|
||||
header: 'Admin panel'
|
||||
|
|
|
@ -338,6 +338,7 @@ user:
|
|||
Si no solicitaste este código, simplemente ignora este mensaje.
|
||||
why: >
|
||||
Registrarte te permite manejar tus tarjetas ({/@andrea=como esta}).
|
||||
passwordless: 'The website doesn''t store any passwords. {https://avris.it/blog/passwords-are-passé=More info.}' # TODO
|
||||
code:
|
||||
action: 'Validar'
|
||||
invalid: 'Código inválido.'
|
||||
|
@ -429,7 +430,7 @@ confirm:
|
|||
terms:
|
||||
header: 'Térinos de Servicio'
|
||||
lastUpdate: 'Actualizados por última vez'
|
||||
consent: 'Al registrarte, aceptas los'
|
||||
consent: 'Al registrarte, aceptas los {/terinos=Térinos de Servicio}.'
|
||||
|
||||
admin:
|
||||
header: 'Panel de Admins'
|
||||
|
|
|
@ -846,6 +846,7 @@ user:
|
|||
Jeśli nie zamawiałxś tego kodu, po prostu zignoruj tę wiadomość.
|
||||
why: >
|
||||
Założenie konta pozwala na zarządzanie swoimi wizytówkami ({/@andrea=takimi jak ta}).
|
||||
passwordless: 'Strona nie zapisuje żadnych haseł. {https://avris.it/blog/passwords-are-passé=Więcej info.}'
|
||||
code:
|
||||
action: 'Sprawdź'
|
||||
invalid: 'Kod nieprawidłowy.'
|
||||
|
@ -968,7 +969,7 @@ confirm:
|
|||
terms:
|
||||
header: 'Regulamin'
|
||||
lastUpdate: 'Ostatnia aktualizacja'
|
||||
consent: 'Zakładając konto, akceptujesz'
|
||||
consent: 'Zakładając konto, akceptujesz {/regulamin=Regulamin}.'
|
||||
|
||||
admin:
|
||||
header: 'Panel adminia'
|
||||
|
|
Reference in New Issue