|
80 | 80 | "totpManualSecret": "Manual secret", |
81 | 81 | "totpRequired": "Enter verification code", |
82 | 82 | "invalidTotp": "Invalid verification code", |
83 | | - "totpPendingExpired": "Verification session expired, please sign in again" |
| 83 | + "totpPendingExpired": "Verification session expired, please sign in again", |
| 84 | + "tooManyAttempts": "Too many login attempts. Try again in 15 minutes.", |
| 85 | + "tooManyTotpAttempts": "Too many verification attempts. Try again later.", |
| 86 | + "invalidCurrentPassword": "Invalid current password", |
| 87 | + "enterCurrentPassword": "Enter current password", |
| 88 | + "enterCurrentTotp": "Enter current TOTP code", |
| 89 | + "invalidCurrentTotp": "Invalid current TOTP code", |
| 90 | + "enterPasswordAndTotp": "Enter current password and TOTP code", |
| 91 | + "totpConfigError": "TOTP configuration error. Contact administrator", |
| 92 | + "totpFlowError": "Error starting TOTP flow", |
| 93 | + "totpConfirmError": "TOTP confirmation error", |
| 94 | + "totpDisableError": "Error disabling TOTP", |
| 95 | + "totpAlreadyEnabled": "TOTP is already enabled", |
| 96 | + "totpAlreadyDisabled": "TOTP is already disabled", |
| 97 | + "totpRequiredForRotate": "TOTP must be enabled to rotate secret", |
| 98 | + "totpDisabled": "TOTP successfully disabled", |
| 99 | + "totpEnabled": "TOTP successfully enabled", |
| 100 | + "totpRotated": "New TOTP secret successfully configured", |
| 101 | + "passwordChanged": "Password successfully changed" |
84 | 102 | }, |
85 | 103 | "dashboard": { |
86 | 104 | "title": "Dashboard", |
|
0 commit comments