@jjlmoya/utils-tools 1.12.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/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/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/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/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/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/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/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/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.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/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/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/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 { EmailListCleanerUI } from '../ui';
|
|
@@ -76,15 +77,11 @@ export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
|
76
77
|
title: 'Czyścik do List E mailowych',
|
|
77
78
|
description: 'Czyść listy e-mailowe za darmo. Usuwaj duplikaty, naprawiaj spacje i waliduj formaty w kilka sekund. Oszczędzaj koszty i popraw dostarczalność.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'RFC 5322: Internet Message Format', url: 'https://datatracker.ietf.org/doc/html/rfc5322' },
|
|
85
|
-
{ name: 'Google: Wytyczne dla nadawców e-maili', url: 'https://support.google.com/a/answer/81126' },
|
|
86
|
-
{ name: 'Wikipedia: Spam (poczta elektroniczna)', url: 'https://pl.wikipedia.org/wiki/Spam' },
|
|
87
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
88
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
86
|
seo: [
|
|
90
87
|
{ type: 'title', level: 2, text: 'Dlaczego korzystanie z czyścika do list e-mailowych jest niezbędne?' },
|
|
@@ -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 { EmailListCleanerUI } from '../ui';
|
|
@@ -76,15 +77,11 @@ export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
|
76
77
|
title: 'Limpador de Listas de E mail',
|
|
77
78
|
description: 'Limpe listas de e-mail gratuitamente. Remova duplicados, corrija espaços em branco e valide formatos em segundos. Poupe custos e melhore a sua entregabilidade.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'RFC 5322: Internet Message Format', url: 'https://datatracker.ietf.org/doc/html/rfc5322' },
|
|
85
|
-
{ name: 'Google: Diretrizes para remetentes de e-mail', url: 'https://support.google.com/a/answer/81126' },
|
|
86
|
-
{ name: 'Wikipedia: Spam de e-mail', url: 'https://pt.wikipedia.org/wiki/Spam' },
|
|
87
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
88
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
86
|
seo: [
|
|
90
87
|
{ type: 'title', level: 2, text: 'Por que é essencial usar um limpador de listas de e-mail?' },
|
|
@@ -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 { EmailListCleanerUI } from '../ui';
|
|
@@ -76,15 +77,11 @@ export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
|
76
77
|
title: 'Очиститель списков адресов электронной почты',
|
|
77
78
|
description: 'Очищайте списки адресов электронной почты бесплатно. Удаляйте дубликаты, исправляйте пробелы и проверяйте форматы за считанные секунды. Экономьте и улучшайте доставляемость.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'RFC 5322: Internet Message Format', url: 'https://datatracker.ietf.org/doc/html/rfc5322' },
|
|
85
|
-
{ name: 'Google: Рекомендации для отправителей писем', url: 'https://support.google.com/a/answer/81126' },
|
|
86
|
-
{ name: 'Википедия: Электронный спам', url: 'https://ru.wikipedia.org/wiki/Спам' },
|
|
87
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
88
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
86
|
seo: [
|
|
90
87
|
{ type: 'title', level: 2, text: 'Почему использование очистителя списков адресов электронной почты крайне важно?' },
|
|
@@ -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 { EmailListCleanerUI } from '../ui';
|
|
@@ -76,15 +77,11 @@ export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
|
76
77
|
title: 'E postlisterensare',
|
|
77
78
|
description: 'Rensa e-postlistor gratis. Ta bort dubbletter, fixa mellanslag och validera format på några sekunder. Spara kostnader och förbättra din leveransbarhet.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'RFC 5322: Internet Message Format', url: 'https://datatracker.ietf.org/doc/html/rfc5322' },
|
|
85
|
-
{ name: 'Google: Riktlinjer för e-postavsändare', url: 'https://support.google.com/a/answer/81126' },
|
|
86
|
-
{ name: 'Wikipedia: E-postspam', url: 'https://sv.wikipedia.org/wiki/Skräppost' },
|
|
87
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
88
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
86
|
seo: [
|
|
90
87
|
{ type: 'title', level: 2, text: 'Varför är det nödvändigt att använda en e-postlisterensare?' },
|
|
@@ -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 { EmailListCleanerUI } from '../ui';
|
|
@@ -76,15 +77,11 @@ export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
|
76
77
|
title: 'E posta Listesi Temizleyici',
|
|
77
78
|
description: 'E-posta listelerini ücretsiz temizleyin. Kopyaları kaldırın, boşlukları düzeltin ve saniyeler içinde formatları doğrulayın. Maliyetlerden tasarruf edin ve teslim edilebilirliğinizi artırır.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'RFC 5322: Internet Message Format', url: 'https://datatracker.ietf.org/doc/html/rfc5322' },
|
|
85
|
-
{ name: 'Google: E-posta gönderen yönergeleri', url: 'https://support.google.com/a/answer/81126' },
|
|
86
|
-
{ name: 'Vikipedi: E-posta spam', url: 'https://tr.wikipedia.org/wiki/E-posta_spam' },
|
|
87
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
88
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
86
|
seo: [
|
|
90
87
|
{ type: 'title', level: 2, text: 'Neden bir e-posta listesi temizleyici kullanmak esastır?' },
|
|
@@ -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 { EmailListCleanerUI } from '../ui';
|
|
@@ -76,15 +77,11 @@ export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
|
76
77
|
title: '邮件列表清洗工具',
|
|
77
78
|
description: '免费清洗电子邮件列表。在几秒钟内删除重复项、修正空格并验证格式。节省成本并提高邮件送达率。',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'RFC 5322: Internet Message Format', url: 'https://datatracker.ietf.org/doc/html/rfc5322' },
|
|
85
|
-
{ name: 'Google:电子邮件发件人指南', url: 'https://support.google.com/a/answer/81126' },
|
|
86
|
-
{ name: '维基百科:垃圾邮件', url: 'https://zh.wikipedia.org/wiki/垃圾郵件' },
|
|
87
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
88
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
86
|
seo: [
|
|
90
87
|
{ type: 'title', level: 2, text: '为什么使用邮件列表清洗工具至关重要?' },
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await emailListCleaner.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 envBadgeSpain.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'DGT Climate Change and Traffic Regulations (Spanish)', 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' },
|
|
5
|
+
{ name: 'Spanish Climate Change Act and Low Emission Zones (BOE)', url: 'https://www.boe.es/buscar/act.php?id=BOE-A-2021-8447' },
|
|
6
|
+
];
|
|
@@ -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: 'Simulator für spanische Umweltplaketten',
|
|
114
115
|
description: 'Finden Sie kostenlos heraus, welche spanische DGT-Umweltplakette für Ihr Auto, Motorrad oder Ihren Transporter für Umweltzonen (ZBE) in Spanien gilt.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'DGT-Vorschriften zu Klimawandel und Verkehr (Spanisch)', 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: 'Spanisches Klimaschutzgesetz und Umweltzonen (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: 'Was ist die spanische DGT-Umweltplakette?' },
|
|
@@ -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: 'Environmental Badge Simulator Spain',
|
|
114
115
|
description: 'Find out for free which Spanish DGT environmental badge applies to your car, motorbike or van for Low Emission Zones (ZBE) in Spain.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'DGT Climate Change and Traffic Regulations (Spanish)', 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: 'Spanish Climate Change Act and Low Emission Zones (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: 'What is the Spanish DGT environmental badge?' },
|
|
@@ -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: 'Simulador de Etiqueta Ambiental DGT',
|
|
114
115
|
description: 'Descubre gratis qué etiqueta medioambiental de la DGT le corresponde a tu coche, moto o furgoneta para las Zonas de Bajas Emisiones (ZBE) en España.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'Normativa sobre Cambio Climático y Tráfico (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: 'Ley de Cambio Climático y Zonas de Bajas Emisiones (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: '¿Qué es el distintivo ambiental de la DGT?' },
|
|
@@ -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: 'Simulateur de Vignette Environnementale Espagne',
|
|
114
115
|
description: 'Découvrez gratuitement quelle vignette environnementale DGT espagnole correspond à votre voiture, moto ou camionnette pour les zones à faibles émissions (ZBE) en Espagne.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'Réglementation DGT sur le changement climatique et la circulation (espagnol)', 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: 'Loi espagnole sur le changement climatique et les zones à faibles émissions (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: 'Qu\'est-ce que la vignette environnementale espagnole DGT ?' },
|
|
@@ -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: 'Simulator Lencana Lingkungan Spanyol',
|
|
114
115
|
description: 'Cari tahu secara gratis lencana lingkungan DGT Spanyol mana yang berlaku untuk mobil, sepeda motor, atau van Anda untuk Zona Emisi Rendah (ZBE) di Spanyol.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'Peraturan DGT tentang Perubahan Iklim dan Lalu Lintas (Spanyol)', 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: 'UU Perubahan Iklim Spanyol dan Zona Emisi Rendah (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: 'Apa itu lencana lingkungan DGT Spanyol?' },
|
|
@@ -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: 'Simulatore Bollino Ambientale Spagna',
|
|
114
115
|
description: 'Scopri gratuitamente quale bollino ambientale spagnolo DGT si applica alla tua auto, motocicletta o furgone per le Zone a Basse Emissioni (ZBE) in Spagna.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'Regolamenti DGT su Cambiamento Climatico e Traffico (Spagnolo)', 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: 'Legge spagnola sul cambiamento climatico e zone a basse emissioni (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: 'Cos\'è il bollino ambientale spagnolo DGT?' },
|
|
@@ -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: 'スペインの低排出ガスゾーン(ZBE)対策として、乗用車、バイク、バンに適用されるスペインDGT環境ラベルを無料で確認できます。',
|
|
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環境ラベルとは何ですか?' },
|
|
@@ -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: '스페인 저배출 구역(ZBE) 진입을 위해 승용차, 오토바이 또는 승합차에 적용되는 스페인 DGT 환경 라벨을 무료로 확인하세요.',
|
|
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 환경 라벨이란 무엇인가요?' },
|
|
@@ -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: 'Milieusticker Simulator Spanje',
|
|
114
115
|
description: 'Ontdek gratis welke Spaanse DGT-milieusticker van toepassing is op uw auto, motor of bestelwagen voor Lage-Emissiezones (ZBE) in Spanje.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'DGT-regelgeving over klimaatverandering en verkeer (Spaans)', 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: 'Spaanse Klimaatwet en Lage-Emissiezones (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: 'Wat is de Spaanse DGT-milieusticker?' },
|
|
@@ -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: 'Symulator Hiszpańskiej Plakietki Środowiskowej',
|
|
114
115
|
description: 'Dowiedz się za darmo, która hiszpańska plakietka środowiskowa DGT dotyczy Twojego samochodu, motocykla lub furgonetki w kontekście Stref Czystego Transportu (ZBE) w Hiszpanii.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'Przepisy DGT dotyczące zmian klimatycznych i ruchu drogowego (hiszp.)', 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: 'Hiszpańska ustawa o zmianie klimatu i Strefy Czystego Transportu (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: 'Czym jest hiszpańska plakietka środowiskowa DGT?' },
|
|
@@ -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: 'Simulador de Distintivo Ambiental Espanha',
|
|
114
115
|
description: 'Descubra gratuitamente qual o distintivo ambiental espanhol da DGT que se aplica ao seu carro, mota ou carrinha para as Zonas de Baixas Emissões (ZBE) em Espanha.',
|
|
115
116
|
ui,
|
|
116
|
-
|
|
117
|
+
|
|
117
118
|
faq: faqData,
|
|
118
119
|
howTo: howToData,
|
|
119
|
-
|
|
120
|
-
bibliography
|
|
121
|
-
{ name: 'Regulamentos da DGT sobre Alterações Climáticas e Trânsito (Espanhol)', 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: 'Lei Espanhola das Alterações Climáticas e Zonas de Baixas Emissões (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: 'O que é o distintivo ambiental espanhol da DGT?' },
|
|
@@ -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 Испании?' },
|
|
@@ -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
|
{
|