|
7 | 7 | | Laravel 2 Step Verification Language Lines |
8 | 8 | |-------------------------------------------------------------------------- |
9 | 9 | */ |
10 | | - 'title' => '2-Step Verification', |
11 | | - 'subtitle' => 'Verification Required', |
12 | | - 'titleFailed' => 'Verification Failed', |
13 | | - 'titlePassed' => 'Good news everyone!', |
14 | | - |
15 | | - 'inputAlt1' => 'Code Input 1', |
16 | | - 'inputAlt2' => 'Code Input 2', |
17 | | - 'inputAlt3' => 'Code Input 3', |
18 | | - 'inputAlt4' => 'Code Input 4', |
19 | | - |
20 | | - 'verifyButton' => 'Verify', |
21 | | - 'attemptsRemaining' => 'Attempt Remaining|Attempts Remaining', |
22 | | - 'missingCode' => 'Didn\'t receive verification code?', |
23 | | - |
24 | | - |
25 | | - 'exceededTitle' => 'Verification Attempts Exceeded', |
26 | | - 'lockedUntil' => 'Account Locked Until:', |
27 | | - 'tryAgainIn' => 'Try again in', |
28 | | - 'returnButton' => 'Return Home', |
29 | | - |
30 | | - 'verificationEmailSubject' => 'Verification Required', |
31 | | - 'verificationEmailGreeting' => 'Hello :username', |
32 | | - 'verificationEmailMessage' => 'Your account 2-step verification code is:', |
33 | | - 'verificationEmailButton' => 'Verify Now', |
| 10 | + 'title' => '2-Step Verification', |
| 11 | + 'subtitle' => 'Verification Required', |
| 12 | + 'titleFailed' => 'Verification Failed', |
| 13 | + 'titlePassed' => 'Good news everyone!', |
| 14 | + |
| 15 | + 'inputAlt1' => 'Code Input 1', |
| 16 | + 'inputAlt2' => 'Code Input 2', |
| 17 | + 'inputAlt3' => 'Code Input 3', |
| 18 | + 'inputAlt4' => 'Code Input 4', |
| 19 | + |
| 20 | + 'verifyButton' => 'Verify', |
| 21 | + 'attemptsRemaining' => 'Attempt Remaining|Attempts Remaining', |
| 22 | + 'missingCode' => 'Didn\'t receive verification code?', |
| 23 | + |
| 24 | + 'exceededTitle' => 'Verification Attempts Exceeded', |
| 25 | + 'lockedUntil' => 'Account Locked Until:', |
| 26 | + 'tryAgainIn' => 'Try again in', |
| 27 | + 'returnButton' => 'Return Home', |
| 28 | + |
| 29 | + 'verificationEmailSubject' => 'Verification Required', |
| 30 | + 'verificationEmailGreeting' => 'Hello :username', |
| 31 | + 'verificationEmailMessage' => 'Your account 2-step verification code is:', |
| 32 | + 'verificationEmailButton' => 'Verify Now', |
| 33 | + |
| 34 | + 'verificationEmailSuccess' => 'Success!', |
| 35 | + 'verificationEmailSentMsg' => 'Verification Email Sent!', |
| 36 | + |
| 37 | + 'verificationWarningTitle' => 'Warning!', |
| 38 | + 'verificationWarningMessage' => 'This is your last attempt before your account locks for :hours hours.', |
| 39 | + |
| 40 | + 'verificationLockedTitle' => 'Doh!', |
| 41 | + 'verificationLockedMessage' => 'Account Locked!', |
34 | 42 |
|
35 | 43 | ]; |
0 commit comments