mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 10:32:31 +01:00
Merge pull request #9 from jboy1234/development
Added Two-Factor Auth Translations
This commit is contained in:
commit
36fe4e6907
@ -18,6 +18,7 @@ return [
|
|||||||
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
|
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
|
||||||
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
|
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
|
||||||
'remeberme' => 'Login merken.', /* Remember my Login*/
|
'remeberme' => 'Login merken.', /* Remember my Login*/
|
||||||
|
'totp_failed' => 'Die TOTP Token vorgesehen war ist ungültig.' /* The TOTP token was provided is not valid. */
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -69,6 +69,7 @@ return [
|
|||||||
'array' => 'The :attribute must contain :size items.',
|
'array' => 'The :attribute must contain :size items.',
|
||||||
],
|
],
|
||||||
'string' => 'The :attribute must be a string.',
|
'string' => 'The :attribute must be a string.',
|
||||||
|
'totp' => 'The totp token is invalid. Did it expire?',
|
||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => 'The :attribute must be a valid zone.',
|
||||||
'unique' => 'The :attribute has already been taken.',
|
'unique' => 'The :attribute has already been taken.',
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
|
Loading…
Reference in New Issue
Block a user