@jjlmoya/utils-tools 1.1.0 → 1.3.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 +2 -1
- package/src/category/i18n/de.ts +172 -0
- package/src/category/i18n/id.ts +172 -0
- package/src/category/i18n/it.ts +172 -0
- package/src/category/i18n/ja.ts +172 -0
- package/src/category/i18n/ko.ts +172 -0
- package/src/category/i18n/nl.ts +172 -0
- package/src/category/i18n/pl.ts +172 -0
- package/src/category/i18n/pt.ts +172 -0
- package/src/category/i18n/ru.ts +172 -0
- package/src/category/i18n/sv.ts +172 -0
- package/src/category/i18n/tr.ts +172 -0
- package/src/category/i18n/zh.ts +172 -0
- package/src/category/index.ts +13 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +0 -1
- package/src/tool/date-diff-calculator/i18n/de.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/fr.ts +1 -1
- package/src/tool/date-diff-calculator/i18n/id.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/it.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ja.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ko.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/nl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pt.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ru.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/sv.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/tr.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/zh.ts +132 -0
- package/src/tool/date-diff-calculator/index.ts +12 -0
- package/src/tool/drive-direct-link/i18n/de.ts +118 -0
- package/src/tool/drive-direct-link/i18n/id.ts +118 -0
- package/src/tool/drive-direct-link/i18n/it.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ja.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ko.ts +118 -0
- package/src/tool/drive-direct-link/i18n/nl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pt.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ru.ts +118 -0
- package/src/tool/drive-direct-link/i18n/sv.ts +118 -0
- package/src/tool/drive-direct-link/i18n/tr.ts +118 -0
- package/src/tool/drive-direct-link/i18n/zh.ts +118 -0
- package/src/tool/drive-direct-link/index.ts +12 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/es.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/fr.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/id.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/it.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ja.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ko.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/nl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pt.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ru.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/sv.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/tr.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/zh.ts +140 -0
- package/src/tool/email-list-cleaner/index.ts +12 -0
- package/src/tool/env-badge-spain/i18n/de.ts +153 -0
- package/src/tool/env-badge-spain/i18n/es.ts +1 -1
- package/src/tool/env-badge-spain/i18n/fr.ts +1 -1
- package/src/tool/env-badge-spain/i18n/id.ts +153 -0
- package/src/tool/env-badge-spain/i18n/it.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ja.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ko.ts +153 -0
- package/src/tool/env-badge-spain/i18n/nl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pt.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ru.ts +153 -0
- package/src/tool/env-badge-spain/i18n/sv.ts +153 -0
- package/src/tool/env-badge-spain/i18n/tr.ts +153 -0
- package/src/tool/env-badge-spain/i18n/zh.ts +153 -0
- package/src/tool/env-badge-spain/index.ts +12 -0
- package/src/tool/morse-beacon/i18n/de.ts +157 -0
- package/src/tool/morse-beacon/i18n/es.ts +1 -1
- package/src/tool/morse-beacon/i18n/id.ts +157 -0
- package/src/tool/morse-beacon/i18n/it.ts +157 -0
- package/src/tool/morse-beacon/i18n/ja.ts +157 -0
- package/src/tool/morse-beacon/i18n/ko.ts +157 -0
- package/src/tool/morse-beacon/i18n/nl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pt.ts +157 -0
- package/src/tool/morse-beacon/i18n/ru.ts +157 -0
- package/src/tool/morse-beacon/i18n/sv.ts +157 -0
- package/src/tool/morse-beacon/i18n/tr.ts +157 -0
- package/src/tool/morse-beacon/i18n/zh.ts +157 -0
- package/src/tool/morse-beacon/index.ts +13 -1
- package/src/tool/password-generator/i18n/de.ts +166 -0
- package/src/tool/password-generator/i18n/fr.ts +1 -1
- package/src/tool/password-generator/i18n/id.ts +166 -0
- package/src/tool/password-generator/i18n/it.ts +166 -0
- package/src/tool/password-generator/i18n/ja.ts +166 -0
- package/src/tool/password-generator/i18n/ko.ts +166 -0
- package/src/tool/password-generator/i18n/nl.ts +166 -0
- package/src/tool/password-generator/i18n/pl.ts +166 -0
- package/src/tool/password-generator/i18n/pt.ts +166 -0
- package/src/tool/password-generator/i18n/ru.ts +166 -0
- package/src/tool/password-generator/i18n/sv.ts +166 -0
- package/src/tool/password-generator/i18n/tr.ts +166 -0
- package/src/tool/password-generator/i18n/zh.ts +166 -0
- package/src/tool/password-generator/index.ts +13 -1
- package/src/tool/routes/i18n/de.ts +157 -0
- package/src/tool/routes/i18n/es.ts +1 -1
- package/src/tool/routes/i18n/id.ts +157 -0
- package/src/tool/routes/i18n/it.ts +157 -0
- package/src/tool/routes/i18n/ja.ts +157 -0
- package/src/tool/routes/i18n/ko.ts +157 -0
- package/src/tool/routes/i18n/nl.ts +157 -0
- package/src/tool/routes/i18n/pl.ts +157 -0
- package/src/tool/routes/i18n/pt.ts +157 -0
- package/src/tool/routes/i18n/ru.ts +157 -0
- package/src/tool/routes/i18n/sv.ts +157 -0
- package/src/tool/routes/i18n/tr.ts +157 -0
- package/src/tool/routes/i18n/zh.ts +157 -0
- package/src/tool/routes/index.ts +13 -1
- package/src/tool/rule-of-three/i18n/de.ts +171 -0
- package/src/tool/rule-of-three/i18n/en.ts +1 -1
- package/src/tool/rule-of-three/i18n/id.ts +171 -0
- package/src/tool/rule-of-three/i18n/it.ts +171 -0
- package/src/tool/rule-of-three/i18n/ja.ts +171 -0
- package/src/tool/rule-of-three/i18n/ko.ts +171 -0
- package/src/tool/rule-of-three/i18n/nl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pt.ts +171 -0
- package/src/tool/rule-of-three/i18n/ru.ts +171 -0
- package/src/tool/rule-of-three/i18n/sv.ts +171 -0
- package/src/tool/rule-of-three/i18n/tr.ts +171 -0
- package/src/tool/rule-of-three/i18n/zh.ts +171 -0
- package/src/tool/rule-of-three/index.ts +13 -1
- package/src/tool/seo-content-optimizer/i18n/de.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/id.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/it.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ja.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ko.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/nl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pt.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ru.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/sv.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/tr.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/zh.ts +136 -0
- package/src/tool/seo-content-optimizer/index.ts +12 -0
- package/src/tool/speed-reader/i18n/de.ts +152 -0
- package/src/tool/speed-reader/i18n/es.ts +1 -1
- package/src/tool/speed-reader/i18n/id.ts +152 -0
- package/src/tool/speed-reader/i18n/it.ts +152 -0
- package/src/tool/speed-reader/i18n/ja.ts +152 -0
- package/src/tool/speed-reader/i18n/ko.ts +152 -0
- package/src/tool/speed-reader/i18n/nl.ts +152 -0
- package/src/tool/speed-reader/i18n/pl.ts +152 -0
- package/src/tool/speed-reader/i18n/pt.ts +152 -0
- package/src/tool/speed-reader/i18n/ru.ts +152 -0
- package/src/tool/speed-reader/i18n/sv.ts +152 -0
- package/src/tool/speed-reader/i18n/tr.ts +152 -0
- package/src/tool/speed-reader/i18n/zh.ts +152 -0
- package/src/tool/speed-reader/index.ts +12 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/id.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/it.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ja.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ko.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/nl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pt.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ru.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/sv.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/tr.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/zh.ts +133 -0
- package/src/tool/text-pixel-calculator/index.ts +12 -0
- package/src/tool/whatsapp-link/i18n/de.ts +128 -0
- package/src/tool/whatsapp-link/i18n/es.ts +1 -1
- package/src/tool/whatsapp-link/i18n/id.ts +128 -0
- package/src/tool/whatsapp-link/i18n/it.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ja.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ko.ts +128 -0
- package/src/tool/whatsapp-link/i18n/nl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pt.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ru.ts +128 -0
- package/src/tool/whatsapp-link/i18n/sv.ts +128 -0
- package/src/tool/whatsapp-link/i18n/tr.ts +128 -0
- package/src/tool/whatsapp-link/i18n/zh.ts +128 -0
- package/src/tool/whatsapp-link/index.ts +12 -0
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { EmailListCleanerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Bu e-posta listesi temizleyici tam olarak ne yapar?',
|
|
8
|
+
answer: 'Araç e-posta listenizi analiz eder, kopyaları kaldırır, gereksiz boşlukları temizler, temel formatı doğrular ve temiz bir veritabanı sağlamak için tüm adresleri küçük harfe dönüştürür.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'E-posta sayısında bir sınır var mı?',
|
|
12
|
+
answer: 'Kesin bir kayıt sınırı yoktur. Tek seferde binlerce e-postayı anında işleyebilirsiniz. Tek kısıtlama, liste aşırı büyükse tarayıcınızın belleğidir.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'E-postalarımı buraya yapıştırmak güvenli mi?',
|
|
16
|
+
answer: 'Kesinlikle. Tüm işlemler JavaScript aracılığıyla kendi tarayıcınızda yerel olarak yapılır. Verileriniz asla sunucularımıza gönderilmez veya herhangi bir harici veritabanında saklanmaz.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Bu, kampanya teslim edilebilirliğimi nasıl artırır?',
|
|
20
|
+
answer: 'Var olmayan veya yanlış biçimlendirilmiş adresleri kaldırarak hemen çıkma oranınızı (bounce rate) düşürürsünüz; bu da Gmail, Outlook ve Yahoo gibi sağlayıcılar nezdinde alan adı itibarınızı artırır.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'E-postalarınızı yapıştırın', text: 'E-posta listenizi kopyalayın ve metin kutusuna yapıştırın. Satır, virgül veya boşluk ile ayrılmış olabilirler.' },
|
|
26
|
+
{ name: 'Listeyi temizleyin', text: "Doğrulama ve kopya kaldırma işlemini başlatmak için 'Listeyi Temizle' düğmesine tıklayın." },
|
|
27
|
+
{ name: 'Sonuçları inceleyin', text: 'Orijinal ve nihai e-postaları gösteren istatistikleri kontrol edin ve alt paneldeki temizlenmiş listeyi inceleyin.' },
|
|
28
|
+
{ name: 'Kopyalayın veya indirin', text: "Sonucu doğrudan panoya kopyalayın veya kullanıma hazır bir .txt dosyası olarak indirin." },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
32
|
+
'@context': 'https://schema.org',
|
|
33
|
+
'@type': 'FAQPage',
|
|
34
|
+
mainEntity: faqData.map((item) => ({
|
|
35
|
+
'@type': 'Question',
|
|
36
|
+
name: item.question,
|
|
37
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const howToSchema: WithContext<HowTo> = {
|
|
42
|
+
'@context': 'https://schema.org',
|
|
43
|
+
'@type': 'HowTo',
|
|
44
|
+
name: 'Bir e-posta listesi nasıl temizlenir',
|
|
45
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'SoftwareApplication',
|
|
51
|
+
name: 'E-posta Listesi Temizleyici',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'E-posta listenizdeki kopyaları kaldırın, boşlukları düzeltin ve formatları doğrulayın. Kayıt sınırı olmayan ücretsiz araç.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: EmailListCleanerUI = {
|
|
59
|
+
inputLabel: 'E-posta listesi',
|
|
60
|
+
inputPlaceholder: 'E-posta listenizi buraya yapıştırın (satır, virgül veya boşluk ile ayrılmış)...',
|
|
61
|
+
cleanBtn: 'Listeyi Temizle',
|
|
62
|
+
clearBtn: 'Tümünü Temizle',
|
|
63
|
+
statsOriginal: 'Orijinal',
|
|
64
|
+
statsRemoved: 'Kaldırılan',
|
|
65
|
+
statsFinal: 'Temiz',
|
|
66
|
+
resultLabel: 'Temiz Sonuç',
|
|
67
|
+
copyBtn: 'Listeyi Kopyala',
|
|
68
|
+
copyDone: 'Kopyalandı!',
|
|
69
|
+
downloadBtn: '.txt İndir',
|
|
70
|
+
registered: 'kayıtlı',
|
|
71
|
+
downloadFilename: 'temiz-epostalar',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
75
|
+
slug: 'eposta-listesi-temizleyici',
|
|
76
|
+
title: 'E posta Listesi Temizleyici',
|
|
77
|
+
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
|
+
ui,
|
|
79
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: 'Kaynaklar',
|
|
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
|
+
],
|
|
88
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
|
+
seo: [
|
|
90
|
+
{ type: 'title', level: 2, text: 'Neden bir e-posta listesi temizleyici kullanmak esastır?' },
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: 'Dijital pazarlama dünyasında, veritabanınızın kalitesi boyutundan çok daha önemlidir. 50.000 e-postalık bir listeye sahip olmak, bunların yarısı var olmayan adreslerse, yazım hatası içeriyorsa veya kopya ise anlamsızdır. İşte burada bir <strong>e-posta listesi temizleyici</strong> vazgeçilmez hale gelir.',
|
|
94
|
+
},
|
|
95
|
+
{ type: 'title', level: 3, text: 'Kirli bir e-posta listesinin riskleri' },
|
|
96
|
+
{
|
|
97
|
+
type: 'paragraph',
|
|
98
|
+
html: 'Temizlenmemiş bir veritabanı tutmak ciddi sonuçlara yol açabilir. Var olmayan adreslere e-posta göndermek bir "hard bounce" oluşturur. Bu yüzde %2-3\'ü aşarsa, spam filtreleri alan adınızı incelemeye başlar ve uluslararası bir kara listeye girebilirsiniz.',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'tip',
|
|
102
|
+
title: 'Uzman ipucu',
|
|
103
|
+
html: 'Asla e-posta listesi satın almayın. Alan adı itibarınızı mahvetmenin en hızlı yolu budur. Kendi listenizi organik olarak oluşturun ve her 3 ila 6 ayda bir temizleyin.',
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', level: 3, text: 'Aracımız veritabanınızı nasıl optimize eder?' },
|
|
106
|
+
{
|
|
107
|
+
type: 'paragraph',
|
|
108
|
+
html: 'Ücretsiz yardımcı programımız, kayıt sınırı olmaksızın veritabanlarınızın kapsamlı ve hızlı bir temizliğini gerçekleştirir. Anında birkaç kritik doğrulama görevini yürütür:',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'list',
|
|
112
|
+
items: [
|
|
113
|
+
'<strong>Kopya kaldırma:</strong> Aynı kullanıcı aynı e-postayı iki kez almaz.',
|
|
114
|
+
'<strong>Boşluk düzeltme:</strong> Gönderimi geçersiz kılacak olan başlangıç veya bitişteki kazara boşlukları temizleriz.',
|
|
115
|
+
'<strong>Format doğrulaması:</strong> Geçerli bir e-posta yapısına sahip olmayan girişleri filtreleriz.',
|
|
116
|
+
'<strong>Normalleştirme:</strong> Gereksiz kayıtları önlemek için her şey küçük harfe dönüştürülür.',
|
|
117
|
+
],
|
|
118
|
+
},
|
|
119
|
+
{ type: 'title', level: 3, text: 'Listenizi temizlemek için doğru zaman ne zamandır?' },
|
|
120
|
+
{
|
|
121
|
+
type: 'list',
|
|
122
|
+
items: [
|
|
123
|
+
'Kişileri yeni bir CRM veya gönderim platformuna (Mailchimp, SendGrid, vb.) aktarmadan önce.',
|
|
124
|
+
'Açılma oranınızın her zamanki ortalamanızın altına düştüğünü fark ederseniz.',
|
|
125
|
+
'Verileri manuel olarak topladığınız bir etkinlikten veya ticari fuardan sonra.',
|
|
126
|
+
'Alan adı sağlığını korumak için her çeyrekte önleyici bakım olarak.',
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{ type: 'title', level: 3, text: 'Yatırım getirisi üzerindeki etki' },
|
|
130
|
+
{
|
|
131
|
+
type: 'paragraph',
|
|
132
|
+
html: 'E-posta pazarlaması en yüksek ROI kanallarından biri olmaya devam ediyor, ancak sadece mesajlar gelen kutusuna ulaşırsa. Bir <strong>e-posta temizleyici</strong> kullanarak satış huninizi kaynaktan optimize ediyor ve mesajlarınızı asla görmeyecek kişiler için platformlara ödeme yapmayı bırakıyorsunuz.',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'tip',
|
|
136
|
+
title: 'Double opt in uygulayın',
|
|
137
|
+
html: "Sahte e-postalardan kaçınmanın en iyi yolu, kullanıcılardan gelen kutularına gönderilen bir bağlantıya tıklayarak aboneliklerini onaylamalarını istemektir. Bu, e-postanın var olduğunu ve kullanıcının buna erişimi olduğunu garanti eder.",
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
};
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { EmailListCleanerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: '这个邮件列表清洗工具具体是做什么的?',
|
|
8
|
+
answer: '该工具分析您的电子邮件列表,删除重复项,剔除不必要的空格,验证基本格式,并将所有地址统一为小写,以确保数据库的整洁。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '邮件数量有限制吗?',
|
|
12
|
+
answer: '没有严格的条数限制。您可以一次性处理数千封电子邮件。唯一的限制是,如果列表极其庞大,可能会受限于您浏览器的内存。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '在这里粘贴我的电子邮件安全吗?',
|
|
16
|
+
answer: '绝对安全。所有处理均通过 JavaScript 在您自己的浏览器中本地完成。您的数据永远不会发送到我们的服务器,也不会存储在任何外部数据库中。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '这如何提高我的邮件营销送达率?',
|
|
20
|
+
answer: '通过删除不存在或格式错误的地址,您可以降低退信率,从而提高在 Gmail、Outlook 和 Yahoo 等提供商处的域名声誉。',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: '粘贴电子邮件', text: '复制您的电子邮件列表并将其粘贴到文本框中。可以使用换行、逗号或空格进行分隔。' },
|
|
26
|
+
{ name: '清洗列表', text: '点击“清洗列表”按钮开始验证和去重过程。' },
|
|
27
|
+
{ name: '查看结果', text: '检查显示原始邮件数与最终邮件数的统计信息,并在下方面板查阅清洗后的列表。' },
|
|
28
|
+
{ name: '复制或下载', text: '直接将结果复制到剪贴板,或下载为开箱即用的 .txt 文件。' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
32
|
+
'@context': 'https://schema.org',
|
|
33
|
+
'@type': 'FAQPage',
|
|
34
|
+
mainEntity: faqData.map((item) => ({
|
|
35
|
+
'@type': 'Question',
|
|
36
|
+
name: item.question,
|
|
37
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const howToSchema: WithContext<HowTo> = {
|
|
42
|
+
'@context': 'https://schema.org',
|
|
43
|
+
'@type': 'HowTo',
|
|
44
|
+
name: '如何清洗电子邮件列表',
|
|
45
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'SoftwareApplication',
|
|
51
|
+
name: '邮件列表清洗工具',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'CNY' },
|
|
55
|
+
description: '删除电子邮件列表中的重复项、修正空格并验证格式。无条数限制的免费工具。',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: EmailListCleanerUI = {
|
|
59
|
+
inputLabel: '电子邮件列表',
|
|
60
|
+
inputPlaceholder: '在此处粘贴您的电子邮件列表(以换行、逗号或空格分隔)...',
|
|
61
|
+
cleanBtn: '清洗列表',
|
|
62
|
+
clearBtn: '全部清空',
|
|
63
|
+
statsOriginal: '原始',
|
|
64
|
+
statsRemoved: '已删除',
|
|
65
|
+
statsFinal: '整洁',
|
|
66
|
+
resultLabel: '清洗结果',
|
|
67
|
+
copyBtn: '复制列表',
|
|
68
|
+
copyDone: '已复制!',
|
|
69
|
+
downloadBtn: '下载 .txt',
|
|
70
|
+
registered: '个已登记',
|
|
71
|
+
downloadFilename: 'clean-emails',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<EmailListCleanerUI> = {
|
|
75
|
+
slug: 'email-list-cleaner',
|
|
76
|
+
title: '邮件列表清洗工具',
|
|
77
|
+
description: '免费清洗电子邮件列表。在几秒钟内删除重复项、修正空格并验证格式。节省成本并提高邮件送达率。',
|
|
78
|
+
ui,
|
|
79
|
+
faqTitle: '常见问题',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: '参考文献',
|
|
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
|
+
],
|
|
88
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
89
|
+
seo: [
|
|
90
|
+
{ type: 'title', level: 2, text: '为什么使用邮件列表清洗工具至关重要?' },
|
|
91
|
+
{
|
|
92
|
+
type: 'paragraph',
|
|
93
|
+
html: '在数字营销领域,数据库的质量远比其规模重要。如果你拥有一个包含 50,000 个电子邮件的列表,但其中一半是不存在的地址、包含错别字或者是重复的,那么这个列表就毫无价值。这就是<strong>邮件列表清洗工具</strong>变得不可或缺的原因。',
|
|
94
|
+
},
|
|
95
|
+
{ type: 'title', level: 3, text: '“脏”邮件列表的风险' },
|
|
96
|
+
{
|
|
97
|
+
type: 'paragraph',
|
|
98
|
+
html: '维护一个未经清洗的数据库可能会导致严重的后果。向不存在的地址发送电子邮件会产生“硬退信”。如果这个比例超过 2-3%,垃圾邮件过滤器就会开始仔细审查您的域名,您最终可能会被列入国际黑名单。',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'tip',
|
|
102
|
+
title: '专家建议',
|
|
103
|
+
html: '永远不要购买电子邮件列表。这是毁掉域名声誉最快的方法。应有机地建立自己的列表,并每 3 到 6 个月清洗一次。',
|
|
104
|
+
},
|
|
105
|
+
{ type: 'title', level: 3, text: '我们的工具如何优化您的数据库' },
|
|
106
|
+
{
|
|
107
|
+
type: 'paragraph',
|
|
108
|
+
html: '我们的免费实用程序可在没有条数限制的情况下对您的数据库进行彻底、快速的清理。它可以立即执行多项关键验证任务:',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'list',
|
|
112
|
+
items: [
|
|
113
|
+
'<strong>去重:</strong> 同一用户不会收到两次相同的邮件。',
|
|
114
|
+
'<strong>空格修正:</strong> 我们会删除开头或末尾偶然出现的空格,否则这些空格会导致发送无效。',
|
|
115
|
+
'<strong>格式验证:</strong> 我们会过滤掉不符合有效电子邮件结构的条目。',
|
|
116
|
+
'<strong>规范化:</strong> 所有内容都会转换为小写,以避免冗余记录。',
|
|
117
|
+
],
|
|
118
|
+
},
|
|
119
|
+
{ type: 'title', level: 3, text: '什么时候是清洗列表的最佳时机?' },
|
|
120
|
+
{
|
|
121
|
+
type: 'list',
|
|
122
|
+
items: [
|
|
123
|
+
'在将联系人导入新的 CRM 或发送平台(如 Mailchimp、SendGrid 等)之前。',
|
|
124
|
+
'如果您注意到邮件打开率已降至平时平均水平以下。',
|
|
125
|
+
'在您手动收集数据的活动或展会之后。',
|
|
126
|
+
'每季度进行一次预防性维护,以维护域名健康。',
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{ type: 'title', level: 3, text: '对投资回报率的影响' },
|
|
130
|
+
{
|
|
131
|
+
type: 'paragraph',
|
|
132
|
+
html: '电子邮件营销仍然是投资回报率最高的渠道之一,但前提是邮件能进入收件箱。通过使用<strong>邮件清洗工具</strong>,您可以从源头上优化您的销售漏斗,并停止为那些永远不会看到您消息的联系人向平台付费。',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'tip',
|
|
136
|
+
title: '实施双重确认 (Double Opt In)',
|
|
137
|
+
html: '避免虚假邮件的最佳方法是要求用户通过点击发送到其收件箱的链接来确认订阅。这保证了电子邮件的存在以及用户拥有其访问权限。',
|
|
138
|
+
},
|
|
139
|
+
],
|
|
140
|
+
};
|
|
@@ -11,6 +11,18 @@ export const emailListCleaner: ToolsToolEntry<EmailListCleanerUI> = {
|
|
|
11
11
|
es: () => import('./i18n/es').then((m) => m.content),
|
|
12
12
|
en: () => import('./i18n/en').then((m) => m.content),
|
|
13
13
|
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
14
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
15
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
16
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
17
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
18
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
19
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
20
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
21
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
22
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
23
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
24
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
25
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
14
26
|
},
|
|
15
27
|
};
|
|
16
28
|
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { EnvBadgeSpainUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Was passiert, wenn ich mit einem Fahrzeug ohne Plakette in eine Umweltzone (ZBE) in Spanien fahre?',
|
|
8
|
+
answer: 'Wenn Sie mit einem Fahrzeug ohne Umweltplakette und ohne Sondergenehmigung in eine ZBE einer spanischen Großstadt einfahren, erhalten Sie ein Bußgeld für einen schwerwiegenden Verstoß, das in der Regel 200 Euro beträgt.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Muss ich den physischen DGT-Aufkleber an meiner Windschutzscheibe anbringen?',
|
|
12
|
+
answer: 'Die DGT empfiehlt das Anbringen, aber die Bußgelder für das Nichtanbringen werden von jeder lokalen Behörde festgelegt. In Madrid ist es obligatorisch, während in anderen Städten die Durchsetzung vollständig auf Kameras zur automatischen Nummernschilderkennung basiert.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Mein Diesel wurde vor 2006 zugelassen, aber im technischen Datenblatt steht Euro 4. Kann ich eine Plakette bekommen?',
|
|
16
|
+
answer: 'Ja. Wenn die bei den Verkehrsbehörden gespeicherten Fahrzeugdaten nur das Zulassungsdatum widerspiegeln, können Sie bei einem offiziellen Händler ein Zertifikat vom Hersteller anfordern und dieses der Verkehrsbehörde vorlegen, um Ihre Einstufung zu korrigieren.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Was bedeutet die C-Plakette (Grün) für Autos in Spanien im Jahr 2025?',
|
|
20
|
+
answer: 'In den meisten ZBEs können Sie immer noch frei fahren, aber die C-Plakette schränkt das Parken auf der Straße ein. Sie müssen Tiefgaragen oder autorisierte Parkhäuser in der Nähe der ZBE-Perimeter nutzen.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Fahrzeugtyp auswählen', text: 'Wählen Sie aus, ob Ihr Fahrzeug ein Auto oder Transporter, ein Motorrad oder ein schweres Fahrzeug ist. Jede Kategorie hat eine eigene Einstufungslogik nach den spanischen Verkehrsvorschriften.' },
|
|
26
|
+
{ name: 'Kraftstoff- oder Energietyp wählen', text: 'Elektro, Plug-in-Hybrid, herkömmlicher Hybrid, Gas, Benzin oder Diesel führen alle zu unterschiedlichen Plakettenergebnissen. Die Reichweitenschwelle für Plug-in-Hybride liegt bei 40 km.' },
|
|
27
|
+
{ name: 'Zulassungsjahr oder Euro-Norm eingeben', text: 'Bei Verbrennungsfahrzeugen ist die Euro-Norm der entscheidende Faktor. Das Zulassungsdatum auf dem technischen Datenblatt gibt eine zuverlässige Annäherung an die Norm.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'So simulieren Sie die spanische DGT-Umweltplakette für Ihr Fahrzeug',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Simulator für spanische DGT-Umweltplaketten',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Finden Sie heraus, welche spanische DGT-Umweltplakette für Ihr Fahrzeug basierend auf Typ, Kraftstoff und Zulassungsjahr gilt. Kostenloses Tool zur Vorbereitung auf Umweltzonen in Spanien.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: EnvBadgeSpainUI = {
|
|
58
|
+
step1Label: '1. Fahrzeugtyp',
|
|
59
|
+
vehicleCar: 'Auto / Transporter',
|
|
60
|
+
vehicleMoto: 'Motorrad',
|
|
61
|
+
vehicleHeavy: 'LKW / Bus',
|
|
62
|
+
errVehicle: 'Bitte wählen Sie einen Fahrzeugtyp aus',
|
|
63
|
+
|
|
64
|
+
step2Label: '2. Kraftstoff oder Energie',
|
|
65
|
+
fuelElectric: '100 % Elektro / Brennstoffzelle',
|
|
66
|
+
fuelPhevHigh: 'Plug-in-Hybrid (>40 km)',
|
|
67
|
+
fuelPhevLow: 'Plug-in-Hybrid (<40 km)',
|
|
68
|
+
fuelHybridGas: 'Hybrid (HEV) oder Gas',
|
|
69
|
+
fuelGasoline: 'Benzin',
|
|
70
|
+
fuelDiesel: 'Diesel',
|
|
71
|
+
errFuel: 'Bitte wählen Sie einen Kraftstoff- oder Energietyp aus',
|
|
72
|
+
|
|
73
|
+
step3Label: '3. Euro-Norm oder Zulassungsjahr',
|
|
74
|
+
yearPre2000: 'Vor 2000',
|
|
75
|
+
year20002005: '2000 bis 2005',
|
|
76
|
+
year20062013: '2006 bis 2013',
|
|
77
|
+
yearPost2014: '2014 oder später',
|
|
78
|
+
errYear: 'Bitte wählen Sie den Zulassungszeitraum aus',
|
|
79
|
+
helpText: 'Im Zweifelsfall hat die Euro-Norm auf Ihrem technischen Datenblatt Vorrang vor dem Zulassungsdatum.',
|
|
80
|
+
|
|
81
|
+
submitBtn: 'Meine Plakette prüfen',
|
|
82
|
+
|
|
83
|
+
resultTitle: 'Zugewiesene Plakette',
|
|
84
|
+
|
|
85
|
+
badge0Label: 'Null-Emissions-Plakette',
|
|
86
|
+
badge0Letter: '0',
|
|
87
|
+
badge0Sub: 'EMISSIONEN',
|
|
88
|
+
badge0Desc: 'Fahrzeuge mit maximaler Effizienz. Sie genießen uneingeschränkten Zugang zu Umweltzonen (ZBE) in Spanien und weitreichende Steuerbefreiungen.',
|
|
89
|
+
|
|
90
|
+
badgeEcoLabel: 'ECO-Plakette',
|
|
91
|
+
badgeEcoLetter: 'ECO',
|
|
92
|
+
badgeEcoDesc: 'Emissionsarme Fahrzeuge wie Hybride und gasbetriebene Autos. Ermöglicht den Zugang zu den meisten ZBEs und bietet Rabatte in regulierten Parkzonen.',
|
|
93
|
+
|
|
94
|
+
badgeCLabel: 'C-Plakette',
|
|
95
|
+
badgeCLetter: 'C',
|
|
96
|
+
badgeCDesc: 'Neuere Verbrennungsfahrzeuge mit hoher Euro-Norm. Freie Fahrt, aber Parkbeschränkungen in bestimmten ZBE-Bereichen.',
|
|
97
|
+
|
|
98
|
+
badgeBLabel: 'B-Plakette',
|
|
99
|
+
badgeBLetter: 'B',
|
|
100
|
+
badgeBDesc: 'Ältere Verbrennungsfahrzeuge. Unterliegen größeren Zugangs- und Parkbeschränkungen in spanischen Städten.',
|
|
101
|
+
|
|
102
|
+
badgeALabel: 'Keine Plakette',
|
|
103
|
+
badgeALetter: 'KEINE',
|
|
104
|
+
badgeASub: 'PLAKETTE',
|
|
105
|
+
badgeADesc: 'Stark verschmutzende Fahrzeuge ohne Anspruch auf eine Plakette. Sie werden schrittweise aus den Stadtzentren und Umweltzonen in ganz Spanien ausgeschlossen.',
|
|
106
|
+
|
|
107
|
+
warningText: 'Überprüfen Sie das Ergebnis immer auf der offiziellen DGT-Website anhand Ihres Kennzeichens, insbesondere bei administrativen Unstimmigkeiten.',
|
|
108
|
+
resetBtn: 'Neue Simulation',
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
112
|
+
slug: 'umweltplakette-simulator-spanien',
|
|
113
|
+
title: 'Simulator für spanische Umweltplaketten',
|
|
114
|
+
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
|
+
ui,
|
|
116
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
117
|
+
faq: faqData,
|
|
118
|
+
howTo: howToData,
|
|
119
|
+
bibliographyTitle: 'Referenzen',
|
|
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
|
+
],
|
|
124
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
|
+
seo: [
|
|
126
|
+
{ type: 'title', level: 2, text: 'Was ist die spanische DGT-Umweltplakette?' },
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'Die <strong>spanische DGT-Umweltplakette</strong> (distintivo ambiental) ist ein Fahrzeugeinstufungssystem, das in Spanien eingeführt wurde, um die am wenigsten verschmutzenden Fahrzeuge bevorzugt zu behandeln. Es wird hauptsächlich zur Kontrolle des Zugangs zu Umweltzonen (ZBE) in spanischen Städten mit mehr als 50.000 Einwohnern verwendet.',
|
|
130
|
+
},
|
|
131
|
+
{ type: 'title', level: 3, text: 'Plakettentypen und ihre Vorteile in Spanien' },
|
|
132
|
+
{
|
|
133
|
+
type: 'list',
|
|
134
|
+
items: [
|
|
135
|
+
'<strong>Null-Emissions-Plakette:</strong> Für reine Elektrofahrzeuge, Plug-in-Hybride mit über 40 km elektrischer Reichweite und Wasserstoff-Brennstoffzellen. Unbeschränkter Zugang zu ZBEs und Steuerbefreiungen.',
|
|
136
|
+
'<strong>ECO-Plakette:</strong> Herkömmliche Hybride, Flüssiggas, Erdgas und Plug-in-Hybride mit weniger als 40 km Reichweite. Breiter Zugang zu Sperrzonen und Parkrabatte.',
|
|
137
|
+
'<strong>C-Plakette:</strong> Benziner ab Euro 4, Diesel ab Euro 6. Freie Fahrt, aber Parkbeschränkungen auf der Straße in der Nähe von ZBEs.',
|
|
138
|
+
'<strong>B-Plakette:</strong> Benziner Euro 3, Diesel Euro 4 oder 5. Zunehmende Beschränkungen und gelegentliche Einfahrverbote.',
|
|
139
|
+
'<strong>Keine Plakette (Kategorie A):</strong> Ältere oder stärker verschmutzende Fahrzeuge, die seit 2024 schrittweise aus den spanischen Stadtzentren ausgeschlossen werden.',
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{ type: 'title', level: 3, text: 'Umweltzonen in spanischen Städten' },
|
|
143
|
+
{
|
|
144
|
+
type: 'paragraph',
|
|
145
|
+
html: 'Die Einführung der ZBE folgt dem spanischen Klimaschutzgesetz, das Gemeinden ab bestimmten Bevölkerungsschwellen dazu verpflichtet, diese einzurichten. Bekannte Beispiele sind <em>Madrid 360</em> und <em>Barcelonas Superilles</em>, wo das Einfahren ohne mindestens eine B-Plakette zu automatischen Bußgeldern führen kann, die über Kameras zur Nummernschilderkennung verhängt werden.',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'tip',
|
|
149
|
+
title: 'So erhalten Sie den physischen Aufkleber in Spanien',
|
|
150
|
+
html: 'Wenn der Simulator bestätigt, dass Sie Anspruch auf eine Plakette haben, können Sie den physischen Aufkleber für etwa 5 Euro in jeder Correos-Filiale (Post), in autorisierten Werkstätten oder bei Verkehrsämtern kaufen. Bringen Sie Ihre Fahrzeugpapiere mit.',
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
};
|
|
@@ -109,7 +109,7 @@ const ui: EnvBadgeSpainUI = {
|
|
|
109
109
|
};
|
|
110
110
|
|
|
111
111
|
export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
112
|
-
slug: 'simulador-
|
|
112
|
+
slug: 'simulador-distintivo-ambiental-espana',
|
|
113
113
|
title: 'Simulador de Etiqueta Ambiental DGT',
|
|
114
114
|
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
115
|
ui,
|
|
@@ -109,7 +109,7 @@ const ui: EnvBadgeSpainUI = {
|
|
|
109
109
|
};
|
|
110
110
|
|
|
111
111
|
export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
112
|
-
slug: 'simulateur-vignette-
|
|
112
|
+
slug: 'simulateur-vignette-crit-air-espagne',
|
|
113
113
|
title: 'Simulateur de Vignette Environnementale Espagne',
|
|
114
114
|
description: 'Découvrez gratuitement quelle vignette environnementale DGT espagnole correspond à votre voiture, moto ou camionnette pour les zones à faibles émissions (ZBE) en Espagne.',
|
|
115
115
|
ui,
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { EnvBadgeSpainUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Apa yang terjadi jika saya mengendarai kendaraan tanpa lencana ke Zona Emisi Rendah (ZBE) di Spanyol?',
|
|
8
|
+
answer: 'Jika Anda memasuki ZBE di kota besar Spanyol dengan kendaraan yang tidak memiliki lencana lingkungan dan tidak ada pengecualian khusus, Anda akan menerima denda atas pelanggaran serius, yang biasanya berjumlah 200 euro.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Apakah saya harus menempelkan stiker fisik DGT di kaca depan saya?',
|
|
12
|
+
answer: 'DGT merekomendasikan untuk menampilkannya, tetapi denda jika tidak melakukannya ditetapkan oleh masing-masing otoritas lokal. Di Madrid hal itu wajib, sementara di kota-kota lain penegakannya sepenuhnya bergantung pada kamera pengenal pelat nomor otomatis.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Kendaraan diesel saya terdaftar sebelum tahun 2006 tetapi lembar teknisnya menyatakan Euro 4. Bisakah saya mendapatkan lencana?',
|
|
16
|
+
answer: 'Ya. Jika data kendaraan yang dimiliki oleh otoritas lalu lintas hanya mencerminkan tanggal registrasi, Anda dapat meminta sertifikat dari produsen melalui dealer resmi dan menyerahkannya ke kantor lalu lintas untuk memperbaiki klasifikasi Anda.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Apa arti lencana C (Hijau) bagi mobil di Spanyol pada tahun 2025?',
|
|
20
|
+
answer: 'Di sebagian besar ZBE Anda masih dapat mengemudi dengan bebas, tetapi lencana C membatasi parkir di pinggir jalan. Anda akan diminta untuk menggunakan tempat parkir bawah tanah atau tempat parkir resmi di dekat batas ZBE.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Pilih jenis kendaraan Anda', text: 'Pilih apakah kendaraan Anda berupa mobil atau van, sepeda motor, atau kendaraan berat. Setiap kategori memiliki logika klasifikasi yang berbeda di bawah peraturan lalu lintas Spanyol.' },
|
|
26
|
+
{ name: 'Pilih jenis bahan bakar atau energi', text: 'Listrik, hibrida plug-in, hibrida konvensional, gas, bensin, atau diesel semuanya mengarah pada hasil lencana yang berbeda. Ambang batas jarak tempuh untuk hibrida plug-in adalah 40 km.' },
|
|
27
|
+
{ name: 'Masukkan tahun registrasi atau standar Euro', text: 'Untuk kendaraan pembakaran, standar Euro adalah faktor penentu. Tanggal registrasi pada lembar teknis memberikan perkiraan standar yang andal.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Cara mensimulasikan lencana lingkungan DGT Spanyol untuk kendaraan Anda',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Simulator Lencana Lingkungan DGT Spanyol',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Cari tahu lencana lingkungan DGT Spanyol mana yang berlaku untuk kendaraan Anda berdasarkan jenis, bahan bakar, dan tahun registrasinya. Alat gratis untuk bersiap menghadapi Zona Emisi Rendah di Spanyol.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: EnvBadgeSpainUI = {
|
|
58
|
+
step1Label: '1. Jenis Kendaraan',
|
|
59
|
+
vehicleCar: 'Mobil / Van',
|
|
60
|
+
vehicleMoto: 'Sepeda Motor',
|
|
61
|
+
vehicleHeavy: 'Truk / Bus',
|
|
62
|
+
errVehicle: 'Silakan pilih jenis kendaraan',
|
|
63
|
+
|
|
64
|
+
step2Label: '2. Bahan Bakar atau Energi',
|
|
65
|
+
fuelElectric: '100% Listrik / Sel Bahan Bakar',
|
|
66
|
+
fuelPhevHigh: 'Hibrida Plug-in (>40 km)',
|
|
67
|
+
fuelPhevLow: 'Hibrida Plug-in (<40 km)',
|
|
68
|
+
fuelHybridGas: 'Hibrida (HEV) atau Gas',
|
|
69
|
+
fuelGasoline: 'Bensin',
|
|
70
|
+
fuelDiesel: 'Diesel',
|
|
71
|
+
errFuel: 'Silakan pilih bahan bakar atau jenis energi',
|
|
72
|
+
|
|
73
|
+
step3Label: '3. Standar Euro atau Tahun Registrasi',
|
|
74
|
+
yearPre2000: 'Sebelum 2000',
|
|
75
|
+
year20002005: '2000 hingga 2005',
|
|
76
|
+
year20062013: '2006 hingga 2013',
|
|
77
|
+
yearPost2014: '2014 atau lebih baru',
|
|
78
|
+
errYear: 'Silakan pilih periode registrasi',
|
|
79
|
+
helpText: 'Jika ragu, standar Euro yang tertera pada lembar teknis Anda lebih diutamakan daripada tanggal registrasi.',
|
|
80
|
+
|
|
81
|
+
submitBtn: 'Periksa Lencana Saya',
|
|
82
|
+
|
|
83
|
+
resultTitle: 'Lencana yang Ditetapkan',
|
|
84
|
+
|
|
85
|
+
badge0Label: 'Lencana Nol Emisi',
|
|
86
|
+
badge0Letter: '0',
|
|
87
|
+
badge0Sub: 'EMISI',
|
|
88
|
+
badge0Desc: 'Kendaraan dengan efisiensi maksimum. Mereka menikmati akses tak terbatas ke Zona Emisi Rendah (ZBE) di Spanyol dan pembebasan pajak yang luas.',
|
|
89
|
+
|
|
90
|
+
badgeEcoLabel: 'Lencana ECO',
|
|
91
|
+
badgeEcoLetter: 'ECO',
|
|
92
|
+
badgeEcoDesc: 'Kendaraan rendah emisi seperti hibrida dan mobil bertenaga gas. Memungkinkan akses ke sebagian besar ZBE dan memberikan diskon di zona parkir yang diatur.',
|
|
93
|
+
|
|
94
|
+
badgeCLabel: 'Lencana C',
|
|
95
|
+
badgeCLetter: 'C',
|
|
96
|
+
badgeCDesc: 'Kendaraan pembakaran terbaru dengan standar Euro tinggi. Sirkulasi bebas tetapi tunduk pada pembatasan parkir di area ZBE tertentu.',
|
|
97
|
+
|
|
98
|
+
badgeBLabel: 'Lencana B',
|
|
99
|
+
badgeBLetter: 'B',
|
|
100
|
+
badgeBDesc: 'Kendaraan pembakaran yang lebih tua. Tunduk pada pembatasan akses dan parkir yang lebih besar di kota-kota Spanyol.',
|
|
101
|
+
|
|
102
|
+
badgeALabel: 'Tanpa Lencana',
|
|
103
|
+
badgeALetter: 'TIDAK',
|
|
104
|
+
badgeASub: 'ADA LENCANA',
|
|
105
|
+
badgeADesc: 'Kendaraan yang sangat mencemari lingkungan tanpa hak atas lencana. Mereka secara progresif dikeluarkan dari pusat kota dan Zona Emisi Rendah di seluruh Spanyol.',
|
|
106
|
+
|
|
107
|
+
warningText: 'Selalu verifikasi di situs web resmi DGT menggunakan pelat nomor Anda untuk mengonfirmasi hasilnya, terutama jika terjadi perbedaan administratif.',
|
|
108
|
+
resetBtn: 'Simulasi Baru',
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export const content: ToolLocaleContent<EnvBadgeSpainUI> = {
|
|
112
|
+
slug: 'simulator-stiker-lingkungan-spanyol',
|
|
113
|
+
title: 'Simulator Lencana Lingkungan Spanyol',
|
|
114
|
+
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
|
+
ui,
|
|
116
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
117
|
+
faq: faqData,
|
|
118
|
+
howTo: howToData,
|
|
119
|
+
bibliographyTitle: 'Referensi',
|
|
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
|
+
],
|
|
124
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
|
+
seo: [
|
|
126
|
+
{ type: 'title', level: 2, text: 'Apa itu lencana lingkungan DGT Spanyol?' },
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: '<strong>Lencana lingkungan DGT Spanyol</strong> (distintivo ambiental) adalah sistem klasifikasi kendaraan yang diperkenalkan di Spanyol untuk memberikan perlakuan istimewa bagi kendaraan yang paling tidak mencemari lingkungan. Ini terutama digunakan untuk mengontrol akses ke Zona Emisi Rendah (ZBE) di kota-kota Spanyol dengan lebih dari 50.000 penduduk.',
|
|
130
|
+
},
|
|
131
|
+
{ type: 'title', level: 3, text: 'Jenis lencana dan manfaatnya di Spanyol' },
|
|
132
|
+
{
|
|
133
|
+
type: 'list',
|
|
134
|
+
items: [
|
|
135
|
+
'<strong>Lencana Nol Emisi:</strong> Untuk kendaraan listrik murni, hibrida plug-in dengan jangkauan listrik lebih dari 40 km, dan sel bahan bakar hidrogen. Akses tak terbatas ke ZBE dan pembebasan pajak.',
|
|
136
|
+
'<strong>Lencana ECO:</strong> Hibrida konvensional, LPG, CNG, dan hibrida plug-in dengan jangkauan di bawah 40 km. Akses luas ke zona terbatas dan diskon parkir.',
|
|
137
|
+
'<strong>Lencana C:</strong> Bensin Euro 4 atau lebih baru, Diesel Euro 6. Sirkulasi bebas tetapi pembatasan parkir pinggir jalan berlaku di dekat ZBE.',
|
|
138
|
+
'<strong>Lencana B:</strong> Bensin Euro 3, Diesel Euro 4 atau 5. Pembatasan yang meningkat dan larangan masuk sesekali.',
|
|
139
|
+
'<strong>Tanpa Lencana (Kategori A):</strong> Kendaraan yang lebih tua atau lebih mencemari lingkungan yang dikeluarkan secara bertahap dari pusat kota Spanyol sejak 2024.',
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{ type: 'title', level: 3, text: 'Zona Emisi Rendah di kota-kota Spanyol' },
|
|
143
|
+
{
|
|
144
|
+
type: 'paragraph',
|
|
145
|
+
html: 'Peluncuran ZBE mengikuti UU Perubahan Iklim Spanyol, yang mewajibkan kota yang melampaui ambang batas populasi tertentu untuk membuatnya. Contoh penting adalah <em>Madrid 360</em> dan <em>Superilles Barcelona</em>, di mana masuk tanpa setidaknya lencana B dapat mengakibatkan denda otomatis yang dikeluarkan melalui kamera pengenal pelat nomor.',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'tip',
|
|
149
|
+
title: 'Cara mendapatkan stiker fisik di Spanyol',
|
|
150
|
+
html: 'Jika simulator mengonfirmasi bahwa Anda berhak atas lencana, Anda dapat membeli stiker fisik seharga sekitar 5 euro di cabang Correos (kantor pos), bengkel resmi, atau kantor lalu lintas manapun. Bawa dokumen registrasi kendaraan Anda.',
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
};
|