You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en-US.ts
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ export default {
71
71
deleteKey: 'Delete Key',
72
72
editKeyButton: 'Edit Key',
73
73
deleteKeyConfirm: 'Are you sure to delete this key?',
74
+
disable2FA: 'Disable 2FA',
75
+
disable2FAConfirm: 'Are you sure to disable 2FA for this user?',
74
76
},
75
77
setting: {
76
78
setting: 'Setting',
@@ -149,6 +151,22 @@ export default {
149
151
twoFAConfig: '2FA',
150
152
disable2FA: 'Disable 2FA',
151
153
enable2FA: 'Enable 2FA',
154
+
info2FA: 'Two-step verification is an additional authentication step that enhances the security of your login experience. After enabling two-step verification, every time you log in to your account, the system will prompt you to enter a dynamic verification code.',
155
+
status2FA: 'Current status',
156
+
status2FAClosed: 'Closed',
157
+
status2FAOpened: 'Opened',
158
+
info2FAStep1: 'Install the Authenticator App',
159
+
info2FAStep1Desc: 'Install the authentication app, for example: Google Authenticator、Microsoft Authenticator、Authy',
160
+
info2FAStep2: 'Generate verification code for configuration.',
161
+
info2FAStep2Desc: 'Open the Authenticator App and click "Scan QR Code" to scan the QR code.',
162
+
info2FAStep2Tip: 'Note: The authenticator cannot scan the verification code? Please manually add the following account.',
163
+
info2FAStep2TipAccount: 'Account',
164
+
info2FAStep2TipSecret: 'Secret',
165
+
info2FAStep3: 'Verify and enable',
166
+
info2FAStep3Desc: 'Please enter the 6-digit dynamic verification code generated by the authentication app to enable two-step verification.',
167
+
info2FAStep3Tip1: 'Note: How to turn off two-step verification?',
168
+
info2FAStep3Tip2: '1. After logging in, use the two-step verification on the Two-Step Verification page to disable it.',
169
+
info2FAStep3Tip3: '2. Contact the administrator to disable two-step verification.',
Copy file name to clipboardExpand all lines: src/locales/ko-KR.ts
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ export default {
71
71
deleteKey: 'Delete Key',
72
72
editKeyButton: 'Edit Key',
73
73
deleteKeyConfirm: 'Are you sure to delete this key?',
74
+
disable2FA: 'Disable 2FA',
75
+
disable2FAConfirm: 'Are you sure to disable 2FA for this user?',
74
76
},
75
77
setting: {
76
78
setting: '설정',
@@ -147,6 +149,22 @@ export default {
147
149
twoFAConfig: '2FA',
148
150
disable2FA: 'Disable 2FA',
149
151
enable2FA: 'Enable 2FA',
152
+
info2FA: 'Two-step verification is an additional authentication step that enhances the security of your login experience. After enabling two-step verification, every time you log in to your account, the system will prompt you to enter a dynamic verification code.',
153
+
status2FA: 'Current status',
154
+
status2FAClosed: 'Closed',
155
+
status2FAOpened: 'Opened',
156
+
info2FAStep1: 'Install the Authenticator App',
157
+
info2FAStep1Desc: 'Install the authentication app, for example: Google Authenticator、Microsoft Authenticator、Authy',
158
+
info2FAStep2: 'Generate verification code for configuration.',
159
+
info2FAStep2Desc: 'Open the Authenticator App and click "Scan QR Code" to scan the QR code.',
160
+
info2FAStep2Tip: 'Note: The authenticator cannot scan the verification code? Please manually add the following account.',
161
+
info2FAStep2TipAccount: 'Account',
162
+
info2FAStep2TipSecret: 'Secret',
163
+
info2FAStep3: 'Verify and enable',
164
+
info2FAStep3Desc: 'Please enter the 6-digit dynamic verification code generated by the authentication app to enable two-step verification.',
165
+
info2FAStep3Tip1: 'Note: How to turn off two-step verification?',
166
+
info2FAStep3Tip2: '1. After logging in, use the two-step verification on the Two-Step Verification page to disable it.',
167
+
info2FAStep3Tip3: '2. Contact the administrator to disable two-step verification.',
0 commit comments