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