You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/i18n/pl-PL/mfa.ts

36 lines
1.5 KiB
TypeScript

const translation = {
title: 'Two-Factor Authentication',
description: 'Add an extra layer of security to your account by enabling two-factor authentication.',
authenticatorApp: 'Authenticator App',
authenticatorDescription: 'Use an authenticator app like Google Authenticator or Authy',
enable: 'Enable',
disable: 'Disable',
enabledAt: 'Enabled on {{date}}',
setupTitle: 'Set up Two-Factor Authentication',
scanQRCode: 'Scan this QR code with your authenticator app',
secretKey: 'Or enter this key manually',
enterToken: 'Enter the 6-digit code from your authenticator app',
verify: 'Verify',
tokenLength: 'Code must be 6 digits',
invalidToken: 'Invalid authentication code',
invalidPassword: 'Invalid password',
backupCodesTitle: 'Save Your Backup Codes',
backupCodesWarning: 'Store these codes in a safe place. Each code can only be used once.',
enabledSuccess: 'Two-factor authentication has been enabled',
disableTitle: 'Disable Two-Factor Authentication',
disableDescription: 'Enter your password to disable two-factor authentication',
disabledSuccess: 'Two-factor authentication has been disabled',
mfaRequired: 'Two-factor authentication required',
mfaRequiredDescription: 'Please enter your authentication code to continue',
or: 'or',
useBackupCode: 'Use a backup code',
backupCode: 'Backup code',
authenticatorCode: 'Authenticator code',
next: 'Next',
copy: 'Copy',
copied: 'Copied',
done: 'Done',
}
export default translation