diff --git a/components.d.ts b/components.d.ts
index 3e65c3cc52..8a0d4b87dc 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -91,6 +91,7 @@ declare module '@vue/runtime-core' {
IbanValidatorAndParser: typeof import('./src/tools/iban-validator-and-parser/iban-validator-and-parser.vue')['default']
'IconMdi:brushVariant': typeof import('~icons/mdi/brush-variant')['default']
'IconMdi:kettleSteamOutline': typeof import('~icons/mdi/kettle-steam-outline')['default']
+ IconMdiArrowRightBottom: typeof import('~icons/mdi/arrow-right-bottom')['default']
IconMdiChevronDown: typeof import('~icons/mdi/chevron-down')['default']
IconMdiChevronRight: typeof import('~icons/mdi/chevron-right')['default']
IconMdiClose: typeof import('~icons/mdi/close')['default']
@@ -98,6 +99,7 @@ declare module '@vue/runtime-core' {
IconMdiEye: typeof import('~icons/mdi/eye')['default']
IconMdiEyeOff: typeof import('~icons/mdi/eye-off')['default']
IconMdiHeart: typeof import('~icons/mdi/heart')['default']
+ IconMdiRefresh: typeof import('~icons/mdi/refresh')['default']
IconMdiSearch: typeof import('~icons/mdi/search')['default']
IconMdiTranslate: typeof import('~icons/mdi/translate')['default']
IconMdiTriangleDown: typeof import('~icons/mdi/triangle-down')['default']
@@ -129,20 +131,38 @@ declare module '@vue/runtime-core' {
MenuLayout: typeof import('./src/components/MenuLayout.vue')['default']
MetaTagGenerator: typeof import('./src/tools/meta-tag-generator/meta-tag-generator.vue')['default']
MimeTypes: typeof import('./src/tools/mime-types/mime-types.vue')['default']
+ NAlert: typeof import('naive-ui')['NAlert']
NavbarButtons: typeof import('./src/components/NavbarButtons.vue')['default']
- NCheckbox: typeof import('naive-ui')['NCheckbox']
+ NCode: typeof import('naive-ui')['NCode']
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
+ NColorPicker: typeof import('naive-ui')['NColorPicker']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
+ NDatePicker: typeof import('naive-ui')['NDatePicker']
NDivider: typeof import('naive-ui')['NDivider']
NEllipsis: typeof import('naive-ui')['NEllipsis']
+ NForm: typeof import('naive-ui')['NForm']
+ NFormItem: typeof import('naive-ui')['NFormItem']
+ NGi: typeof import('naive-ui')['NGi']
+ NGrid: typeof import('naive-ui')['NGrid']
NH1: typeof import('naive-ui')['NH1']
+ NH2: typeof import('naive-ui')['NH2']
NH3: typeof import('naive-ui')['NH3']
NIcon: typeof import('naive-ui')['NIcon']
+ NImage: typeof import('naive-ui')['NImage']
+ NInput: typeof import('naive-ui')['NInput']
+ NInputGroup: typeof import('naive-ui')['NInputGroup']
+ NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel']
+ NInputNumber: typeof import('naive-ui')['NInputNumber']
NLayout: typeof import('naive-ui')['NLayout']
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
NMenu: typeof import('naive-ui')['NMenu']
- NSpace: typeof import('naive-ui')['NSpace']
+ NProgress: typeof import('naive-ui')['NProgress']
+ NScrollbar: typeof import('naive-ui')['NScrollbar']
+ NSelect: typeof import('naive-ui')['NSelect']
+ NSlider: typeof import('naive-ui')['NSlider']
+ NSwitch: typeof import('naive-ui')['NSwitch']
NTable: typeof import('naive-ui')['NTable']
+ NTag: typeof import('naive-ui')['NTag']
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']
PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default']
@@ -186,6 +206,7 @@ declare module '@vue/runtime-core' {
UserAgentResultCards: typeof import('./src/tools/user-agent-parser/user-agent-result-cards.vue')['default']
UuidGenerator: typeof import('./src/tools/uuid-generator/uuid-generator.vue')['default']
WifiQrCodeGenerator: typeof import('./src/tools/wifi-qr-code-generator/wifi-qr-code-generator.vue')['default']
+ X509CertificateGenerator: typeof import('./src/tools/x509-certificate-generator/x509-certificate-generator.vue')['default']
XmlFormatter: typeof import('./src/tools/xml-formatter/xml-formatter.vue')['default']
XmlToJson: typeof import('./src/tools/xml-to-json/xml-to-json.vue')['default']
YamlToJson: typeof import('./src/tools/yaml-to-json-converter/yaml-to-json.vue')['default']
diff --git a/locales/de.yml b/locales/de.yml
index 0ccdb71d95..ff080dc9d0 100644
--- a/locales/de.yml
+++ b/locales/de.yml
@@ -97,6 +97,35 @@ tools:
description: >-
Ermittle die Stärke deines Passworts mit diesem Client-seitigen
Passwortstärken-Analysator und Tool zur Schätzung der Knackzeit.
+ x509-certificate-generator:
+ title: X509-Zertifikat-Generator
+ description: Erstellen Sie selbstsignierte X509-Zertifikate mit anpassbaren Parametern. Erstellen Sie Root-CA-Zertifikate für Entwicklung und Tests.
+
+ commonName: Allgemeiner Name (CN)
+ country: Land (C)
+ stateOrProvince: Bundesland/Provinz (ST)
+ locality: Ort (L)
+ organization: Organisation (O)
+ organizationalUnit: Organisationseinheit (OU)
+ email: E-Mail
+ validFrom: Gültig ab
+ validTo: Gültig bis
+ regenerateKeys: Schlüssel neu generieren
+ certificate: Zertifikat
+ privateKey: Privater Schlüssel
+ download: Herunterladen
+ commonNamePlaceholder: example.com
+ countryPlaceholder: DE
+ stateOrProvincePlaceholder: Bayern
+ localityPlaceholder: München
+ organizationPlaceholder: Meine Firma
+ organizationalUnitPlaceholder: IT-Abteilung
+ emailPlaceholder: 'admin [at] example.com'
+ requiredField: '{field} ist erforderlich'
+ countryMustBe2Letters: Land muss ein 2-Buchstaben-ISO-Code sein
+ invalidEmailFormat: Ungültiges E-Mail-Format
+ endDateMustBeAfterStart: Enddatum muss nach dem Startdatum liegen
+ fillRequiredFields: Bitte füllen Sie die Pflichtfelder korrekt aus, um das Zertifikat zu generieren.
chronometer:
title: Chronometer
description: >-
diff --git a/locales/en.yml b/locales/en.yml
index d03d80d3f6..e955181c61 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -75,6 +75,36 @@ tools:
title: Password strength analyser
description: Discover the strength of your password with this client-side-only password strength analyser and crack time estimation tool.
+ x509-certificate-generator:
+ title: X509 Certificate Generator
+ description: Generate self-signed X509 certificates with customizable parameters. Create root CA certificates for development and testing.
+
+ commonName: Common Name (CN)
+ country: Country (C)
+ stateOrProvince: State/Province (ST)
+ locality: Locality (L)
+ organization: Organization (O)
+ organizationalUnit: Organizational Unit (OU)
+ email: Email
+ validFrom: Valid From
+ validTo: Valid To
+ regenerateKeys: Regenerate Keys
+ certificate: Certificate
+ privateKey: Private Key
+ download: Download
+ commonNamePlaceholder: example.com
+ countryPlaceholder: US
+ stateOrProvincePlaceholder: California
+ localityPlaceholder: San Francisco
+ organizationPlaceholder: My Company
+ organizationalUnitPlaceholder: IT Department
+ emailPlaceholder: 'admin [at] example.com'
+ requiredField: '{field} is required'
+ countryMustBe2Letters: Country must be a 2-letter ISO code
+ invalidEmailFormat: Invalid email format
+ endDateMustBeAfterStart: End date must be after start date
+ fillRequiredFields: Please fill in the required fields correctly to generate the certificate.
+
chronometer:
title: Chronometer
description: Monitor the duration of a thing. Basically a chronometer with simple chronometer features.
diff --git a/locales/no.yml b/locales/no.yml
index ba4f9e471c..b9cd525de0 100644
--- a/locales/no.yml
+++ b/locales/no.yml
@@ -75,6 +75,36 @@ tools:
title: Analyseverktøy for passordstyrke
description: Oppdag styrken av passordet ditt med dette kun-klient-maskin passordstyrke analyse verktøyet og se den estimerte knekketiden.
+ x509-certificate-generator:
+ title: X509-sertifikatgenerator
+ description: Generer selvsignerte X509-sertifikater med tilpassbare parametere. Opprett rot-CA-sertifikater for utvikling og testing.
+
+ commonName: Vanlig navn (CN)
+ country: Land (C)
+ stateOrProvince: Stat/Provins (ST)
+ locality: Sted (L)
+ organization: Organisasjon (O)
+ organizationalUnit: Organisasjonsenhet (OU)
+ email: E-post
+ validFrom: Gyldig fra
+ validTo: Gyldig til
+ regenerateKeys: Regenerer nøkler
+ certificate: Sertifikat
+ privateKey: Privat nøkkel
+ download: Last ned
+ commonNamePlaceholder: example.com
+ countryPlaceholder: NO
+ stateOrProvincePlaceholder: California
+ localityPlaceholder: San Francisco
+ organizationPlaceholder: Mitt Selskap
+ organizationalUnitPlaceholder: IT-avdeling
+ emailPlaceholder: 'admin [at] example.com'
+ requiredField: '{field} er påkrevd'
+ countryMustBe2Letters: Land må være en 2-bokstavers ISO-kode
+ invalidEmailFormat: Ugyldig e-postformat
+ endDateMustBeAfterStart: Sluttdato må være etter startdato
+ fillRequiredFields: Vennligst fyll ut de obligatoriske feltene korrekt for å generere sertifikatet.
+
chronometer:
title: Kronometer
description: Overvåk varigheten av noe. I bunn og grunn et kronometer med enkle funksjoner.
diff --git a/locales/vi.yml b/locales/vi.yml
index 59514cd758..285a40a91c 100644
--- a/locales/vi.yml
+++ b/locales/vi.yml
@@ -75,6 +75,36 @@ tools:
title: Bộ phân tích độ mạnh mật khẩu
description: Khám phá độ mạnh của mật khẩu của bạn với công cụ phân tích độ mạnh mật khẩu chỉ chạy trên phía máy khách và ước tính thời gian phá mật khẩu.
+ x509-certificate-generator:
+ title: Trình tạo chứng chỉ X509
+ description: Tạo chứng chỉ X509 tự ký với các thông số có thể tùy chỉnh. Tạo chứng chỉ root CA cho phát triển và kiểm thử.
+
+ commonName: Tên chung (CN)
+ country: Quốc gia (C)
+ stateOrProvince: Tỉnh/Bang (ST)
+ locality: Địa phương (L)
+ organization: Tổ chức (O)
+ organizationalUnit: Đơn vị tổ chức (OU)
+ email: Email
+ validFrom: Có hiệu lực từ
+ validTo: Có hiệu lực đến
+ regenerateKeys: Tạo lại khóa
+ certificate: Chứng chỉ
+ privateKey: Khóa riêng
+ download: Tải xuống
+ commonNamePlaceholder: example.com
+ countryPlaceholder: VN
+ stateOrProvincePlaceholder: California
+ localityPlaceholder: San Francisco
+ organizationPlaceholder: Công ty của tôi
+ organizationalUnitPlaceholder: Bộ phận IT
+ emailPlaceholder: 'admin [at] example.com'
+ requiredField: '{field} là bắt buộc'
+ countryMustBe2Letters: Quốc gia phải là mã ISO 2 chữ cái
+ invalidEmailFormat: Định dạng email không hợp lệ
+ endDateMustBeAfterStart: Ngày kết thúc phải sau ngày bắt đầu
+ fillRequiredFields: Vui lòng điền đúng các trường bắt buộc để tạo chứng chỉ.
+
chronometer:
title: Đồng hồ bấm giờ
description: Giám sát thời gian của một sự việc. Cơ bản là một đồng hồ bấm giờ với các tính năng đơn giản.
diff --git a/locales/zh.yml b/locales/zh.yml
index 97968eb5ef..d521da743f 100644
--- a/locales/zh.yml
+++ b/locales/zh.yml
@@ -73,7 +73,37 @@ tools:
password-strength-analyser:
title: 密码强度分析仪
- description: 使用此密码强度分析器和破解时间估计工具来发现密码的强度。
+ description: 使用此密码强度分析���和破解时间估计工具来发现密码的强度。
+
+ x509-certificate-generator:
+ title: X509证书生成器
+ description: 生成具有可自定义参数的自签名X509证书。为开发和测试创建根CA证书。
+
+ commonName: 通用名称 (CN)
+ country: 国家 (C)
+ stateOrProvince: 省/州 (ST)
+ locality: 地区 (L)
+ organization: 组织 (O)
+ organizationalUnit: 组织单位 (OU)
+ email: 邮箱
+ validFrom: 有效期从
+ validTo: 有效期到
+ regenerateKeys: 重新生成密钥
+ certificate: 证书
+ privateKey: 私钥
+ download: 下载
+ commonNamePlaceholder: example.com
+ countryPlaceholder: US
+ stateOrProvincePlaceholder: 加利福尼亚
+ localityPlaceholder: 旧金山
+ organizationPlaceholder: 我的公司
+ organizationalUnitPlaceholder: IT部门
+ emailPlaceholder: 'admin [at] example.com'
+ requiredField: '{field}是必填项'
+ countryMustBe2Letters: 国家必须是2字母ISO代码
+ invalidEmailFormat: 无效的邮箱格式
+ endDateMustBeAfterStart: 结束日期必须晚于开始日期
+ fillRequiredFields: 请正确填写必填字段以生成证书。
chronometer:
title: 计时器
diff --git a/src/modules/command-palette/command-palette.vue b/src/modules/command-palette/command-palette.vue
index bceef5cdcd..5d953fee2e 100644
--- a/src/modules/command-palette/command-palette.vue
+++ b/src/modules/command-palette/command-palette.vue
@@ -128,7 +128,7 @@ function activateOption(option: PaletteOption) {
| {{ header.label }} |
|---|