diff --git a/components.d.ts b/components.d.ts index 79ddb2ee..2b0dc42d 100644 --- a/components.d.ts +++ b/components.d.ts @@ -136,15 +136,20 @@ declare module '@vue/runtime-core' { NConfigProvider: typeof import('naive-ui')['NConfigProvider'] NDivider: typeof import('naive-ui')['NDivider'] NEllipsis: typeof import('naive-ui')['NEllipsis'] + NForm: typeof import('naive-ui')['NForm'] + NFormItem: typeof import('naive-ui')['NFormItem'] NH1: typeof import('naive-ui')['NH1'] NH3: typeof import('naive-ui')['NH3'] NIcon: typeof import('naive-ui')['NIcon'] NImage: typeof import('naive-ui')['NImage'] + NInputNumber: typeof import('naive-ui')['NInputNumber'] NLayout: typeof import('naive-ui')['NLayout'] NLayoutSider: typeof import('naive-ui')['NLayoutSider'] NMenu: typeof import('naive-ui')['NMenu'] NProgress: typeof import('naive-ui')['NProgress'] + NSlider: typeof import('naive-ui')['NSlider'] NSpace: typeof import('naive-ui')['NSpace'] + NSwitch: typeof import('naive-ui')['NSwitch'] NTable: typeof import('naive-ui')['NTable'] NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default'] OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default'] diff --git a/locales/de.yml b/locales/de.yml index 0ccdb71d..aa623d29 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -444,7 +444,7 @@ tools: otp-generator: title: OTP-Code-Generator description: >- - Generiere und validiere zeitbasierte OTPs (Einmalpasswörter) für + Generiere und validiere zeitbasierte und ereignisgesteuertes OTPs (Einmalpasswörter) für Multi-Faktor-Authentifizierung. url-encoder: title: Kodieren/Decodieren von URL-formatierten Zeichenfolgen diff --git a/locales/en.yml b/locales/en.yml index d03d80d3..fcf6f385 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -383,7 +383,7 @@ tools: otp-generator: title: OTP code generator - description: Generate and validate time-based OTP (one time password) for multi-factor authentication. + description: Generate and validate time-based and event-based OTP (one time password) for multi-factor authentication. url-encoder: title: Encode/decode URL-formatted strings diff --git a/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue b/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue index f594b9a7..ce88f393 100644 --- a/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue +++ b/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue @@ -78,37 +78,6 @@ const secretValidationRules = [ - -
- {{ currentCounter }}: {{ value }} -
-