We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e4592 + a02c3ec commit 36fe4e6Copy full SHA for 36fe4e6
2 files changed
resources/lang/de/auth.php
@@ -18,6 +18,7 @@
18
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
19
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
20
'remeberme' => 'Login merken.', /* Remember my Login*/
21
+ 'totp_failed' => 'Die TOTP Token vorgesehen war ist ungültig.' /* The TOTP token was provided is not valid. */
22
];
23
24
/*
resources/lang/de/validation.php
@@ -69,6 +69,7 @@
69
'array' => 'The :attribute must contain :size items.',
70
],
71
'string' => 'The :attribute must be a string.',
72
+ 'totp' => 'The totp token is invalid. Did it expire?',
73
'timezone' => 'The :attribute must be a valid zone.',
74
'unique' => 'The :attribute has already been taken.',
75
'url' => 'The :attribute format is invalid.',
0 commit comments