Skip to content

Commit 36fe4e6

Browse files
committed
Merge pull request pterodactyl#9 from jboy1234/development
Added Two-Factor Auth Translations
2 parents d0e4592 + a02c3ec commit 36fe4e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/lang/de/auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
1919
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
2020
'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. */
2122
];
2223

2324
/*

resources/lang/de/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
'array' => 'The :attribute must contain :size items.',
7070
],
7171
'string' => 'The :attribute must be a string.',
72+
'totp' => 'The totp token is invalid. Did it expire?',
7273
'timezone' => 'The :attribute must be a valid zone.',
7374
'unique' => 'The :attribute has already been taken.',
7475
'url' => 'The :attribute format is invalid.',

0 commit comments

Comments
 (0)