@jjlmoya/utils-tools 1.11.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/pages/[locale]/[slug].astro +30 -13
- package/src/tests/locale_completeness.test.ts +3 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/date-diff-calculator/bibliography.astro +2 -10
- package/src/tool/date-diff-calculator/bibliography.ts +7 -0
- package/src/tool/date-diff-calculator/date-difference-calculator.css +1 -1
- package/src/tool/date-diff-calculator/i18n/de.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/en.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/es.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/fr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/id.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/it.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ja.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ko.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/nl.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/pl.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/pt.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ru.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/sv.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/tr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/zh.ts +4 -7
- package/src/tool/date-diff-calculator/seo.astro +2 -1
- package/src/tool/drive-direct-link/bibliography.astro +2 -10
- package/src/tool/drive-direct-link/bibliography.ts +6 -0
- package/src/tool/drive-direct-link/google-drive-direct-download-link.css +1 -1
- package/src/tool/drive-direct-link/i18n/de.ts +4 -6
- package/src/tool/drive-direct-link/i18n/en.ts +4 -6
- package/src/tool/drive-direct-link/i18n/es.ts +4 -6
- package/src/tool/drive-direct-link/i18n/fr.ts +4 -6
- package/src/tool/drive-direct-link/i18n/id.ts +4 -6
- package/src/tool/drive-direct-link/i18n/it.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ja.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ko.ts +4 -6
- package/src/tool/drive-direct-link/i18n/nl.ts +4 -6
- package/src/tool/drive-direct-link/i18n/pl.ts +4 -6
- package/src/tool/drive-direct-link/i18n/pt.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ru.ts +4 -6
- package/src/tool/drive-direct-link/i18n/sv.ts +4 -6
- package/src/tool/drive-direct-link/i18n/tr.ts +4 -6
- package/src/tool/drive-direct-link/i18n/zh.ts +4 -6
- package/src/tool/drive-direct-link/seo.astro +2 -1
- package/src/tool/email-list-cleaner/bibliography.astro +2 -10
- package/src/tool/email-list-cleaner/bibliography.ts +7 -0
- package/src/tool/email-list-cleaner/email-list-cleaner.css +1 -1
- package/src/tool/email-list-cleaner/i18n/de.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/en.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/es.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/fr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/id.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/it.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ja.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ko.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/nl.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/pl.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/pt.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ru.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/sv.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/tr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/zh.ts +4 -7
- package/src/tool/email-list-cleaner/seo.astro +2 -1
- package/src/tool/env-badge-spain/bibliography.astro +2 -10
- package/src/tool/env-badge-spain/bibliography.ts +6 -0
- package/src/tool/env-badge-spain/environmental-badge-simulator-spain.css +17 -17
- package/src/tool/env-badge-spain/i18n/de.ts +4 -6
- package/src/tool/env-badge-spain/i18n/en.ts +4 -6
- package/src/tool/env-badge-spain/i18n/es.ts +4 -6
- package/src/tool/env-badge-spain/i18n/fr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/id.ts +4 -6
- package/src/tool/env-badge-spain/i18n/it.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ja.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ko.ts +4 -6
- package/src/tool/env-badge-spain/i18n/nl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pt.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ru.ts +4 -6
- package/src/tool/env-badge-spain/i18n/sv.ts +4 -6
- package/src/tool/env-badge-spain/i18n/tr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/zh.ts +4 -6
- package/src/tool/env-badge-spain/seo.astro +2 -1
- package/src/tool/morse-beacon/bibliography.astro +2 -10
- package/src/tool/morse-beacon/bibliography.ts +7 -0
- package/src/tool/morse-beacon/i18n/de.ts +4 -7
- package/src/tool/morse-beacon/i18n/en.ts +4 -7
- package/src/tool/morse-beacon/i18n/es.ts +4 -7
- package/src/tool/morse-beacon/i18n/fr.ts +4 -7
- package/src/tool/morse-beacon/i18n/id.ts +4 -7
- package/src/tool/morse-beacon/i18n/it.ts +4 -7
- package/src/tool/morse-beacon/i18n/ja.ts +4 -7
- package/src/tool/morse-beacon/i18n/ko.ts +4 -7
- package/src/tool/morse-beacon/i18n/nl.ts +4 -7
- package/src/tool/morse-beacon/i18n/pl.ts +4 -7
- package/src/tool/morse-beacon/i18n/pt.ts +4 -7
- package/src/tool/morse-beacon/i18n/ru.ts +4 -7
- package/src/tool/morse-beacon/i18n/sv.ts +4 -7
- package/src/tool/morse-beacon/i18n/tr.ts +4 -7
- package/src/tool/morse-beacon/i18n/zh.ts +4 -7
- package/src/tool/morse-beacon/morse-beacon.css +1 -1
- package/src/tool/morse-beacon/seo.astro +2 -1
- package/src/tool/password-generator/bibliography.astro +2 -10
- package/src/tool/password-generator/bibliography.ts +8 -0
- package/src/tool/password-generator/i18n/de.ts +4 -8
- package/src/tool/password-generator/i18n/en.ts +4 -8
- package/src/tool/password-generator/i18n/es.ts +4 -8
- package/src/tool/password-generator/i18n/fr.ts +4 -8
- package/src/tool/password-generator/i18n/id.ts +4 -8
- package/src/tool/password-generator/i18n/it.ts +4 -8
- package/src/tool/password-generator/i18n/ja.ts +4 -8
- package/src/tool/password-generator/i18n/ko.ts +4 -8
- package/src/tool/password-generator/i18n/nl.ts +4 -8
- package/src/tool/password-generator/i18n/pl.ts +4 -8
- package/src/tool/password-generator/i18n/pt.ts +4 -8
- package/src/tool/password-generator/i18n/ru.ts +4 -8
- package/src/tool/password-generator/i18n/sv.ts +4 -8
- package/src/tool/password-generator/i18n/tr.ts +4 -8
- package/src/tool/password-generator/i18n/zh.ts +4 -8
- package/src/tool/password-generator/password-generator.css +4 -4
- package/src/tool/password-generator/seo.astro +2 -1
- package/src/tool/routes/bibliography.astro +2 -10
- package/src/tool/routes/bibliography.ts +9 -0
- package/src/tool/routes/i18n/de.ts +4 -9
- package/src/tool/routes/i18n/en.ts +4 -9
- package/src/tool/routes/i18n/es.ts +4 -9
- package/src/tool/routes/i18n/fr.ts +4 -9
- package/src/tool/routes/i18n/id.ts +4 -9
- package/src/tool/routes/i18n/it.ts +4 -9
- package/src/tool/routes/i18n/ja.ts +4 -9
- package/src/tool/routes/i18n/ko.ts +4 -9
- package/src/tool/routes/i18n/nl.ts +4 -9
- package/src/tool/routes/i18n/pl.ts +4 -9
- package/src/tool/routes/i18n/pt.ts +4 -9
- package/src/tool/routes/i18n/ru.ts +4 -9
- package/src/tool/routes/i18n/sv.ts +4 -9
- package/src/tool/routes/i18n/tr.ts +4 -9
- package/src/tool/routes/i18n/zh.ts +4 -9
- package/src/tool/routes/optimal-routes.css +2 -2
- package/src/tool/routes/seo.astro +2 -1
- package/src/tool/rule-of-three/bibliography.astro +2 -10
- package/src/tool/rule-of-three/bibliography.ts +6 -0
- package/src/tool/rule-of-three/i18n/de.ts +4 -6
- package/src/tool/rule-of-three/i18n/en.ts +4 -6
- package/src/tool/rule-of-three/i18n/es.ts +4 -6
- package/src/tool/rule-of-three/i18n/fr.ts +4 -6
- package/src/tool/rule-of-three/i18n/id.ts +4 -6
- package/src/tool/rule-of-three/i18n/it.ts +4 -6
- package/src/tool/rule-of-three/i18n/ja.ts +4 -6
- package/src/tool/rule-of-three/i18n/ko.ts +4 -6
- package/src/tool/rule-of-three/i18n/nl.ts +4 -6
- package/src/tool/rule-of-three/i18n/pl.ts +4 -6
- package/src/tool/rule-of-three/i18n/pt.ts +4 -6
- package/src/tool/rule-of-three/i18n/ru.ts +4 -6
- package/src/tool/rule-of-three/i18n/sv.ts +4 -6
- package/src/tool/rule-of-three/i18n/tr.ts +4 -6
- package/src/tool/rule-of-three/i18n/zh.ts +4 -6
- package/src/tool/rule-of-three/rule-of-three.css +2 -2
- package/src/tool/rule-of-three/seo.astro +2 -1
- package/src/tool/seo-content-optimizer/bibliography.astro +2 -10
- package/src/tool/seo-content-optimizer/bibliography.ts +6 -0
- package/src/tool/seo-content-optimizer/i18n/de.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/en.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/es.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/fr.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/id.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/it.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ja.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ko.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/nl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pt.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ru.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/sv.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/tr.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/zh.ts +4 -6
- package/src/tool/seo-content-optimizer/seo-content-optimizer.css +10 -10
- package/src/tool/seo-content-optimizer/seo.astro +2 -1
- package/src/tool/speed-reader/bibliography.astro +2 -10
- package/src/tool/speed-reader/bibliography.ts +10 -0
- package/src/tool/speed-reader/i18n/de.ts +4 -10
- package/src/tool/speed-reader/i18n/en.ts +4 -10
- package/src/tool/speed-reader/i18n/es.ts +4 -10
- package/src/tool/speed-reader/i18n/fr.ts +4 -10
- package/src/tool/speed-reader/i18n/id.ts +4 -10
- package/src/tool/speed-reader/i18n/it.ts +4 -10
- package/src/tool/speed-reader/i18n/ja.ts +4 -10
- package/src/tool/speed-reader/i18n/ko.ts +4 -10
- package/src/tool/speed-reader/i18n/nl.ts +4 -10
- package/src/tool/speed-reader/i18n/pl.ts +4 -10
- package/src/tool/speed-reader/i18n/pt.ts +4 -10
- package/src/tool/speed-reader/i18n/ru.ts +4 -10
- package/src/tool/speed-reader/i18n/sv.ts +4 -10
- package/src/tool/speed-reader/i18n/tr.ts +4 -10
- package/src/tool/speed-reader/i18n/zh.ts +4 -10
- package/src/tool/speed-reader/seo.astro +2 -1
- package/src/tool/speed-reader/speed-reader.css +5 -5
- package/src/tool/text-pixel-calculator/bibliography.astro +2 -10
- package/src/tool/text-pixel-calculator/bibliography.ts +6 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/en.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/es.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/fr.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/id.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/it.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ja.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ko.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/nl.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/pl.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/pt.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ru.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/sv.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/tr.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/zh.ts +4 -6
- package/src/tool/text-pixel-calculator/seo.astro +2 -1
- package/src/tool/text-pixel-calculator/text-pixel-width-calculator.css +1 -1
- package/src/tool/whatsapp-link/bibliography.astro +2 -10
- package/src/tool/whatsapp-link/bibliography.ts +6 -0
- package/src/tool/whatsapp-link/i18n/de.ts +4 -6
- package/src/tool/whatsapp-link/i18n/en.ts +4 -6
- package/src/tool/whatsapp-link/i18n/es.ts +4 -6
- package/src/tool/whatsapp-link/i18n/fr.ts +4 -6
- package/src/tool/whatsapp-link/i18n/id.ts +4 -6
- package/src/tool/whatsapp-link/i18n/it.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ja.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ko.ts +4 -6
- package/src/tool/whatsapp-link/i18n/nl.ts +4 -6
- package/src/tool/whatsapp-link/i18n/pl.ts +4 -6
- package/src/tool/whatsapp-link/i18n/pt.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ru.ts +4 -6
- package/src/tool/whatsapp-link/i18n/sv.ts +4 -6
- package/src/tool/whatsapp-link/i18n/tr.ts +4 -6
- package/src/tool/whatsapp-link/i18n/zh.ts +4 -6
- package/src/tool/whatsapp-link/seo.astro +2 -1
- package/src/tool/whatsapp-link/whatsapp-link-generator.css +2 -2
- package/src/types.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { EnvBadgeSpainUI } from '../ui';
|
|
@@ -113,14 +114,11 @@ export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
|
113
114
|
title: 'Miljödekalsimulator Spanien',
|
|
114
115
|
description: 'Ta reda på gratis vilken spansk DGT-miljödekal som gäller för din bil, motorcykel eller skåpbil för lågutsläppszoner (ZBE) i Spanien.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'DGT-föreskrifter om klimatförändringar och trafik (Spanska)', url: 'https://www.dgt.es/export/sites/web-DGT/.galleries/downloads/muevete-con-seguridad/normas-de-trafico/MOV-gestion-trafico/2023/INSTRUCCION-recomendaciones-ZBE_fe.pdf' },
|
|
122
|
-
{ name: 'Spansk klimatlag och lågutsläppszoner (BOE)', url: 'https://www.boe.es/buscar/act.php?id=BOE-A-2021-8447' },
|
|
123
|
-
],
|
|
120
|
+
|
|
121
|
+
bibliography,
|
|
124
122
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
123
|
seo: [
|
|
126
124
|
{ type: 'title', level: 2, text: 'Vad är den spanska DGT-miljödekalen?' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { EnvBadgeSpainUI } from '../ui';
|
|
@@ -113,14 +114,11 @@ export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
|
113
114
|
title: 'İspanya Çevre Etiketi Simülatörü',
|
|
114
115
|
description: 'İspanya\'daki Düşük Emisyon Bölgeleri (ZBE) için aracınızın, motosikletinizin veya kamyonetinizin hangi İspanyol DGT çevre etiketine sahip olduğunu ücretsiz öğrenin.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'İklim Değişikliği ve Trafik Düzenlemeleri Üzerine DGT (İspanyolca)', url: 'https://www.dgt.es/export/sites/web-DGT/.galleries/downloads/muevete-con-seguridad/normas-de-trafico/MOV-gestion-trafico/2023/INSTRUCCION-recomendaciones-ZBE_fe.pdf' },
|
|
122
|
-
{ name: 'İspanyol İklim Değişikliği Yasası ve Düşük Emisyon Bölgeleri (BOE)', url: 'https://www.boe.es/buscar/act.php?id=BOE-A-2021-8447' },
|
|
123
|
-
],
|
|
120
|
+
|
|
121
|
+
bibliography,
|
|
124
122
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
123
|
seo: [
|
|
126
124
|
{ type: 'title', level: 2, text: 'İspanyol DGT çevre etiketi nedir?' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { EnvBadgeSpainUI } from '../ui';
|
|
@@ -113,14 +114,11 @@ export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
|
113
114
|
title: '西班牙环保标签模拟器',
|
|
114
115
|
description: '免费查询适用于您的轿车、摩托车或面包车的西班牙 DGT 环保标签,以应对西班牙的低排放区 (ZBE)。',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'DGT 气候变化与交通法规(西班牙语)', url: 'https://www.dgt.es/export/sites/web-DGT/.galleries/downloads/muevete-con-seguridad/normas-de-trafico/MOV-gestion-trafico/2023/INSTRUCCION-recomendaciones-ZBE_fe.pdf' },
|
|
122
|
-
{ name: '西班牙气候变化法与低排放区 (BOE)', url: 'https://www.boe.es/buscar/act.php?id=BOE-A-2021-8447' },
|
|
123
|
-
],
|
|
120
|
+
|
|
121
|
+
bibliography,
|
|
124
122
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
123
|
seo: [
|
|
126
124
|
{ type: 'title', level: 2, text: '什么是西班牙 DGT 环保标签?' },
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await envBadgeSpain.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await morseBeacon.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'ITU-R M.1677-1 — International Morse Code', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
5
|
+
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
6
|
+
{ name: 'Morse code — Wikipedia', url: 'https://en.wikipedia.org/wiki/Morse_code' },
|
|
7
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Morsebakke: Taktischer SOS Sender',
|
|
92
93
|
description: 'Verwandeln Sie Ihr Gerät in eine Morse-Sendestation. Nutzen Sie Blitzlicht und Bildschirm als Notlichtsignale und zur taktischen Kommunikation.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Internationaler Morsecode', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Morsecode — Wikipedia', url: 'https://de.wikipedia.org/wiki/Morsecode' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Morse Beacon: Tactical SOS Transmitter',
|
|
92
93
|
description: 'Turn your device into a Morse transmission station. Use flash and screen as emergency light signals and tactical communication.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — International Morse Code', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Morse code — Wikipedia', url: 'https://en.wikipedia.org/wiki/Morse_code' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Baliza Morse: Transmisor Táctico SOS',
|
|
92
93
|
description: 'Convierte tu dispositivo en una estación de transmisión Morse. Utiliza flash y pantalla como señales de luz de emergencia y comunicación táctica.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — International Morse Code', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Código Morse — Wikipedia', url: 'https://es.wikipedia.org/wiki/C%C3%B3digo_Morse' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Balise Morse : Émetteur tactique SOS',
|
|
92
93
|
description: "Transformez votre appareil en station d'émission Morse. Utilisez le flash et l'écran comme signaux lumineux d'urgence et de communication tactique.",
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Code Morse international', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Code Morse — Wikipédia', url: 'https://fr.wikipedia.org/wiki/Code_Morse_international' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Suar Morse: Pemancar SOS Taktis',
|
|
92
93
|
description: 'Ubah perangkat Anda menjadi stasiun transmisi Morse. Gunakan lampu kilat dan layar sebagai sinyal lampu darurat dan komunikasi taktis.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — International Morse Code', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Kode Morse — Wikipedia', url: 'https://id.wikipedia.org/wiki/Kode_Morse' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Faro Morse: Trasmettitore Tattico SOS',
|
|
92
93
|
description: 'Trasforma il tuo dispositivo in una stazione di trasmissione Morse. Usa il flash e lo schermo come segnali luminosi di emergenza e comunicazione tattica.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Codice Morse Internazionale', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Codice Morse — Wikipedia', url: 'https://it.wikipedia.org/wiki/Codice_Morse' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'モールス・ビーコン:タクティカルSOS送信機',
|
|
92
93
|
description: 'デバイスをモールス信号送信ステーションに変えます。フラッシュと画面を緊急光信号やタクティカル通信として使用できます。',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — 国際モールス符号', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'モールス符号 — Wikipedia', url: 'https://ja.wikipedia.org/wiki/%E3%83%A2%E3%83%BC%E3%83%AB%E3%82%B9%E7%AC%A6%E5%8F%B7' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: '모스 비콘: 전술 SOS 전송기',
|
|
92
93
|
description: '장치를 모스 부호 전송국으로 변환하세요. 플래시와 화면을 비상 조명 신호 및 전술 통신용으로 사용하세요.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — 국제 모스 부호', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: '모스 부호 — 위키백과', url: 'https://ko.wikipedia.org/wiki/%EB%AA%A8%EC%8A%A4_%EB%B6%80%ED%98%B8' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Morse Baken: Tactische SOS zender',
|
|
92
93
|
description: 'Verander uw apparaat in een Morse-zendstation. Gebruik flitser en scherm als noodlichtsignalen en tactische communicatie.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Internationale Morsecode', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Morsecode — Wikipedia', url: 'https://nl.wikipedia.org/wiki/Morse' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Nadajnik Morse\'a: Taktyczny nadajnik SOS',
|
|
92
93
|
description: 'Zmień swoje urządzenie w stację nadawczą Morse\'a. Używaj lampy błyskowej i ekranu jako awaryjnych sygnałów świetlnych i komunikacji taktycznej.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Międzynarodowy kod Morse\'a', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Kod Morse\'a — Wikipedia', url: 'https://pl.wikipedia.org/wiki/Kod_Morse%E2%80%99a' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Farol Morse: Transmissor Tático SOS',
|
|
92
93
|
description: 'Transforme o seu dispositivo numa estação de transmissão Morse. Utilize o flash e o ecrã como sinais luminosos de emergência e comunicação tática.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Código Morse Internacional', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Código Morse — Wikipédia', url: 'https://pt.wikipedia.org/wiki/C%C3%B3digo_Morse' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Маяк Морзе: Тактический SOS передатчик',
|
|
92
93
|
description: 'Превратите свое устройство в станцию передачи сообщений азбукой Морзе. Используйте вспышку и экран как аварийные световые сигналы и средства тактической связи.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Международная азбука Морзе', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Азбука Морзе — Википедия', url: 'https://ru.wikipedia.org/wiki/%D0%90%D0%B7%D0%B1%D1%83%D0%BA%D0%B0_%D0%9C%D0%BE%D1%80%D0%B7%D0%B5' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Morsefyr: Taktisk SOS sändare',
|
|
92
93
|
description: 'Förvandla din enhet till en morsesändningsstation. Använd blixt och skärm som nödljusignaler och taktisk kommunikation.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — International Morse Code', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Morsekod — Wikipedia', url: 'https://sv.wikipedia.org/wiki/Morsekod' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: 'Mors Feneri: Taktik SOS Vericisi',
|
|
92
93
|
description: 'Cihazınızı bir Mors iletim istasyonuna dönüştürün. Flaşı ve ekranı acil durum ışık sinyalleri ve taktik iletişim olarak kullanın.',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — Uluslararası Mors Alfabesi', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: 'Mors Alfabesi — Vikipedi', url: 'https://tr.wikipedia.org/wiki/Mors_alfabesi' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { MorseBeaconUI } from '../ui';
|
|
@@ -91,15 +92,11 @@ export const content: ToolLocaleContent<MorseBeaconUI> = {
|
|
|
91
92
|
title: '摩尔斯信标:战术 SOS 发射器',
|
|
92
93
|
description: '将您的设备变成摩尔斯电码传输站。使用闪光灯和屏幕作为紧急光信号和战术通信。',
|
|
93
94
|
ui,
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
faq: faqData,
|
|
96
97
|
howTo: howToData,
|
|
97
|
-
|
|
98
|
-
bibliography
|
|
99
|
-
{ name: 'ITU-R M.1677-1 — 国际摩尔斯电码', url: 'https://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf' },
|
|
100
|
-
{ name: 'W3C MediaCapture Image — Torch', url: 'https://w3c.github.io/mediacapture-image/#torch' },
|
|
101
|
-
{ name: '摩尔斯电码 — 维基百科', url: 'https://zh.wikipedia.org/wiki/%E6%91%A9%E5%B0%94%E6%96%AF%E7%94%B5%E7%A0%81' },
|
|
102
|
-
],
|
|
98
|
+
|
|
99
|
+
bibliography,
|
|
103
100
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
101
|
seo: [
|
|
105
102
|
{
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await morseBeacon.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await passwordGenerator.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'Web Cryptography API — MDN Web Docs', url: 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API' },
|
|
5
|
+
{ name: 'NIST SP 800-63B: Digital Identity Guidelines', url: 'https://pages.nist.gov/800-63-3/sp800-63b.html' },
|
|
6
|
+
{ name: 'Password — Wikipedia', url: 'https://en.wikipedia.org/wiki/Password' },
|
|
7
|
+
{ name: 'Have I Been Pwned — Check if your password was exposed', url: 'https://haveibeenpwned.com/Passwords' },
|
|
8
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { PasswordGeneratorUI } from '../ui';
|
|
@@ -89,16 +90,11 @@ export const content: ToolLocaleContent<PasswordGeneratorUI> = {
|
|
|
89
90
|
title: 'Sicherer Zufallspasswort Generator',
|
|
90
91
|
description: 'Erstellen Sie sofort starke, hacksichere Passwörter. Kostenloses Cybersecurity-Tool zum Generieren zufälliger, sicherer Schlüssel.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: 'Web Cryptography API — MDN Web Docs', url: 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API' },
|
|
98
|
-
{ name: 'NIST SP 800-63B: Digital Identity Guidelines', url: 'https://pages.nist.gov/800-63-3/sp800-63b.html' },
|
|
99
|
-
{ name: 'Passwort — Wikipedia', url: 'https://de.wikipedia.org/wiki/Passwort' },
|
|
100
|
-
{ name: 'Have I Been Pwned — Prüfen Sie, ob Ihr Passwort geleakt wurde', url: 'https://haveibeenpwned.com/Passwords' },
|
|
101
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
102
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
103
99
|
seo: [
|
|
104
100
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { PasswordGeneratorUI } from '../ui';
|
|
@@ -89,16 +90,11 @@ export const content: ToolLocaleContent<PasswordGeneratorUI> = {
|
|
|
89
90
|
title: 'Secure Random Password Generator',
|
|
90
91
|
description: 'Create strong, hack-proof passwords instantly. Free cybersecurity tool to generate random, secure keys.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: 'Web Cryptography API — MDN Web Docs', url: 'https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API' },
|
|
98
|
-
{ name: 'NIST SP 800-63B: Digital Identity Guidelines', url: 'https://pages.nist.gov/800-63-3/sp800-63b.html' },
|
|
99
|
-
{ name: 'Password — Wikipedia', url: 'https://en.wikipedia.org/wiki/Password' },
|
|
100
|
-
{ name: 'Have I Been Pwned — Check if your password was exposed', url: 'https://haveibeenpwned.com/Passwords' },
|
|
101
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
102
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
103
99
|
seo: [
|
|
104
100
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { PasswordGeneratorUI } from '../ui';
|
|
@@ -89,16 +90,11 @@ export const content: ToolLocaleContent<PasswordGeneratorUI> = {
|
|
|
89
90
|
title: 'Generador de Contraseñas Seguras y Aleatorias',
|
|
90
91
|
description: 'Crea contraseñas robustas e imposibles de hackear al instante. Herramienta gratuita de ciberseguridad para generar claves aleatorias y seguras.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: 'Web Cryptography API — MDN Web Docs', url: 'https://developer.mozilla.org/es/docs/Web/API/Web_Crypto_API' },
|
|
98
|
-
{ name: 'NIST SP 800-63B: Digital Identity Guidelines', url: 'https://pages.nist.gov/800-63-3/sp800-63b.html' },
|
|
99
|
-
{ name: 'Contraseña — Wikipedia', url: 'https://es.wikipedia.org/wiki/Contrase%C3%B1a' },
|
|
100
|
-
{ name: 'Have I Been Pwned — Comprueba si tu contraseña fue expuesta', url: 'https://haveibeenpwned.com/Passwords' },
|
|
101
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
102
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
103
99
|
seo: [
|
|
104
100
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { PasswordGeneratorUI } from '../ui';
|
|
@@ -89,16 +90,11 @@ export const content: ToolLocaleContent<PasswordGeneratorUI> = {
|
|
|
89
90
|
title: 'Générateur de mots de passe sécurisés et aléatoires',
|
|
90
91
|
description: 'Créez des mots de passe robustes et impossibles à pirater instantanément. Outil de cybersécurité gratuit pour générer des clés aléatoires et sécurisées.',
|
|
91
92
|
ui,
|
|
92
|
-
|
|
93
|
+
|
|
93
94
|
faq: faqData,
|
|
94
95
|
howTo: howToData,
|
|
95
|
-
|
|
96
|
-
bibliography
|
|
97
|
-
{ name: 'API Web Cryptography — MDN Web Docs', url: 'https://developer.mozilla.org/fr/docs/Web/API/Web_Crypto_API' },
|
|
98
|
-
{ name: 'NIST SP 800-63B : Lignes directrices sur l\'identité numérique', url: 'https://pages.nist.gov/800-63-3/sp800-63b.html' },
|
|
99
|
-
{ name: 'Mot de passe — Wikipédia', url: 'https://fr.wikipedia.org/wiki/Mot_de_passe' },
|
|
100
|
-
{ name: 'Have I Been Pwned — Vérifiez si votre mot de passe a été exposé', url: 'https://haveibeenpwned.com/Passwords' },
|
|
101
|
-
],
|
|
96
|
+
|
|
97
|
+
bibliography,
|
|
102
98
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
103
99
|
seo: [
|
|
104
100
|
{
|