@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,128 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { WhatsappLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Come genero un link WhatsApp?',
|
|
8
|
+
answer: 'Per creare il tuo link, inserisci il tuo numero di cellulare includendo il prefisso internazionale. Ad esempio, per l\'Italia inserisci prima 39, seguito dal tuo numero locale. Puoi aggiungere un messaggio opzionale e lo strumento genererà il link wa.me finale pronto da copiare.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Posso aggiungere un lungo messaggio precompilato?',
|
|
12
|
+
answer: 'Sì. Puoi allegare un messaggio che apparirà automaticamente nella casella di chat quando qualcuno clicca sul tuo link. Lo strumento utilizza la codifica URL per supportare spazi, accenti ed emoji senza interrompere l\'URL.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Come uso il codice QR generato?',
|
|
16
|
+
answer: 'Una volta generato un link valido, appare il pulsante "Mostra QR". Il codice QR contiene l\'URL del tuo link. Fai clic con il pulsante destro del mouse su di esso e seleziona "Salva immagine come" per scaricare un file pulito ad alta risoluzione per biglietti da visita, poster o social media.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Dove finiscono i miei dati?',
|
|
20
|
+
answer: 'Il generatore elabora tutto lato client, direttamente nel tuo browser. Il tuo numero di telefono e il messaggio precompilato non vengono mai inviati a nessun server né memorizzati in alcun database.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Seleziona il prefisso', text: 'Scegli il tuo prefisso internazionale dal menu a discesa e inserisci il tuo numero di telefono senza il prefisso.' },
|
|
26
|
+
{ name: 'Aggiungi un messaggio opzionale', text: 'Scrivi un testo precompilato che apparirà quando qualcuno apre il link e tocca Invia.' },
|
|
27
|
+
{ name: 'Genera il link', text: 'Premi il pulsante verde per ottenere il tuo URL wa.me diretto pronto per la condivisione.' },
|
|
28
|
+
{ name: 'Condividi o stampa il QR', text: 'Copia il link, testa la chat o scarica il codice QR per biglietti e stampa.' },
|
|
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: 'Come creare un link WhatsApp diretto',
|
|
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: 'Generatore di Link WhatsApp',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'Crea link di chat WhatsApp diretti con messaggio precompilato e codice QR. Strumento gratuito, nessuna registrazione, 100% privato.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: WhatsappLinkUI = {
|
|
59
|
+
phoneLabel: 'Numero di Telefono WhatsApp',
|
|
60
|
+
phonePlaceholder: '333 00 00 000',
|
|
61
|
+
messageLabel: 'Messaggio di apertura (opzionale)',
|
|
62
|
+
messagePlaceholder: 'Ciao! Vorrei maggiori informazioni sul tuo servizio...',
|
|
63
|
+
generateBtn: 'Genera Link',
|
|
64
|
+
resultLabel: 'Link Diretto Generato',
|
|
65
|
+
copyTitle: 'Copia negli appunti',
|
|
66
|
+
copyDone: 'Copiato!',
|
|
67
|
+
testBtn: 'Testa Chat',
|
|
68
|
+
qrShow: 'Mostra QR',
|
|
69
|
+
qrHide: 'Nascondi QR',
|
|
70
|
+
errorPhone: 'Per favore, inserisci un numero di telefono valido.',
|
|
71
|
+
defaultPrefix: '39',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
75
|
+
slug: 'generatore-link-whatsapp',
|
|
76
|
+
title: 'Generatore di Link WhatsApp con QR',
|
|
77
|
+
description: 'Crea link di chat WhatsApp diretti con messaggio precompilato e codice QR. Strumento gratuito, nessuna registrazione, 100% privato.',
|
|
78
|
+
ui,
|
|
79
|
+
faqTitle: 'Domande Frequenti',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: 'Riferimenti',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{ name: 'Come usare la funzione Clicca per chattare — Centro assistenza di WhatsApp', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
+
{ name: 'API Clicca per chattare: parametri e formati — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
+
],
|
|
87
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
|
+
seo: [
|
|
89
|
+
{ type: 'title', level: 2, text: 'Genera link diretti brevi per WhatsApp' },
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Hai bisogno che clienti o follower ti contattino su WhatsApp senza dover prima salvare il tuo numero? Il nostro <strong>creatore di link wa.me</strong> risolve questo problema generando un link che apre istantaneamente una chat diretta, senza passaggi preventivi.',
|
|
93
|
+
},
|
|
94
|
+
{ type: 'title', level: 3, text: 'A cosa serve l\'abbreviatore WhatsApp wa.me?' },
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'WhatsApp offre un\'API chiamata "Clicca per chattare". Utilizzando un URL speciale, qualsiasi utente può aprire una nuova chat con te senza dover prima aggiungerti come contatto, sia da mobile che da WhatsApp Web.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'list',
|
|
101
|
+
items: [
|
|
102
|
+
'<strong>Più conversioni:</strong> Un pulsante "Contattaci su WhatsApp" nel tuo negozio riduce gli attriti e aumenta le vendite.',
|
|
103
|
+
'<strong>Messaggio precompilato:</strong> L\'utente preme semplicemente "Invia". Esempio: "Ciao! Vengo da Instagram e voglio richiedere l\'offerta."',
|
|
104
|
+
'<strong>Codice QR automatico:</strong> Scarica il QR per biglietti da visita, poster o post sui social media.',
|
|
105
|
+
],
|
|
106
|
+
},
|
|
107
|
+
{ type: 'title', level: 3, text: 'Come funziona la generazione del link?' },
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: 'Lo strumento concatena il prefisso internazionale e il numero di telefono pulito, quindi lo aggiunge all\'API ufficiale di WhatsApp insieme al parametro del messaggio convertito tramite <em>url-encoding</em>.',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'code',
|
|
114
|
+
ariaLabel: 'Formato URL WhatsApp',
|
|
115
|
+
code: 'https://wa.me/39XXXXXXXXX\nhttps://wa.me/39XXXXXXXXX?text=%C2%A1Ciao!%20Vorrei...',
|
|
116
|
+
},
|
|
117
|
+
{ type: 'title', level: 3, text: 'Privacy garantita ed elaborazione locale' },
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: 'Tutta la costruzione del link avviene nel tuo browser tramite JavaScript. Nessun server registra, salva o legge i numeri di telefono o i messaggi inseriti. La tua privacy è completamente protetta.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'tip',
|
|
124
|
+
title: 'Importanza del prefisso internazionale',
|
|
125
|
+
html: 'Affinché WhatsApp instradi correttamente il messaggio, il prefisso internazionale è obbligatorio. Per l\'Italia è <strong>39</strong>, seguito dal numero di cellulare, senza spazi o il simbolo +. Il risultato finale sarebbe, ad esempio, <code>3933XXXXXXXX</code>.',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { WhatsappLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'WhatsAppのリンクを作成するにはどうすればよいですか?',
|
|
8
|
+
answer: 'リンクを作成するには、国番号を含む携帯電話番号を入力してください。例えば日本の場合、最初に81を入力し、その後に国内の番号を入力します。オプションでメッセージを追加することもでき、ツールがコピー可能なwa.meリンクを生成します。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '長い定型文を追加することはできますか?',
|
|
12
|
+
answer: 'はい。誰かがリンクをクリックしたときにチャットボックスに自動的に表示されるメッセージを添付できます。ツールはURLエンコーディングを使用して、URLを壊すことなくスペース、アクセント、絵文字をサポートします。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '生成されたQRコードはどのように使いますか?',
|
|
16
|
+
answer: '有効なリンクが生成されると、「QRを表示」ボタンが表示されます。QRコードにはリンクのURLが含まれています。右クリックして「名前を付けて画像を保存」を選択すると、名刺、ポスター、ソーシャルメディア用の高解像度ファイルをダウンロードできます。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '入力したデータはどこに送信されますか?',
|
|
20
|
+
answer: 'このジェネレーターは、すべての処理をブラウザ上のクライアントサイドで行います。電話番号や定型メッセージがサーバーに送信されたり、データベースに保存されたりすることはありません。',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'プレフィックスを選択', text: 'ドロップダウンから国番号を選択し、プレフィックスを除いた電話番号を入力します。' },
|
|
26
|
+
{ name: 'メッセージを追加(任意)', text: 'リンクを開いて「送信」をタップしたときに表示される定型文を入力します。' },
|
|
27
|
+
{ name: 'リンクを生成', text: '緑色のボタンを押して、共有可能な wa.me 直通URLを取得します。' },
|
|
28
|
+
{ name: 'QRを共有または印刷', text: 'リンクをコピー、チャットをテスト、または名刺や印刷用のQRコードをダウンロードします。' },
|
|
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: 'WhatsApp直通リンクの作成方法',
|
|
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: 'WhatsAppリンクジェネレーター',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
55
|
+
description: '定型メッセージとQRコード付きのWhatsApp直通チャットリンクを作成します。無料ツール、登録不要、100%プライベート。',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: WhatsappLinkUI = {
|
|
59
|
+
phoneLabel: 'WhatsApp電話番号',
|
|
60
|
+
phonePlaceholder: '090 0000 0000',
|
|
61
|
+
messageLabel: '開始メッセージ(任意)',
|
|
62
|
+
messagePlaceholder: 'こんにちは!サービスについて詳細を教えてください...',
|
|
63
|
+
generateBtn: 'リンクを作成',
|
|
64
|
+
resultLabel: '直通リンクが生成されました',
|
|
65
|
+
copyTitle: 'クリップボードにコピー',
|
|
66
|
+
copyDone: 'コピーしました!',
|
|
67
|
+
testBtn: 'チャットをテスト',
|
|
68
|
+
qrShow: 'QRを表示',
|
|
69
|
+
qrHide: 'QRを隠す',
|
|
70
|
+
errorPhone: '有効な電話番号を入力してください。',
|
|
71
|
+
defaultPrefix: '81',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
75
|
+
slug: 'whatsapp-link-generator',
|
|
76
|
+
title: 'QRコード付きWhatsAppリンク作成ツール',
|
|
77
|
+
description: '定型メッセージとQRコード付きのWhatsApp直通チャットリンクを作成します。無料ツール、登録不要、100%プライベート。',
|
|
78
|
+
ui,
|
|
79
|
+
faqTitle: 'よくある質問',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: '参考文献',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{ name: '「クリックしてチャット」機能の使い方 — WhatsAppヘルプセンター', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
+
{ name: 'API クリックしてチャット:パラメータと形式 — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
+
],
|
|
87
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
|
+
seo: [
|
|
89
|
+
{ type: 'title', level: 2, text: 'WhatsApp用の短い直通リンクを生成' },
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: '顧客やフォロワーが、あなたの番号を保存する手間を省いてWhatsAppで連絡できるようにしたいですか?当社の<strong>wa.meリンク作成ツール</strong>は、事前の手順なしで即座に直通チャットを開くリンクを生成することで、この問題を解決します。',
|
|
93
|
+
},
|
|
94
|
+
{ type: 'title', level: 3, text: 'wa.me WhatsApp短縮URLの利点は?' },
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'WhatsAppは「クリックしてチャット」というAPIを提供しています。特別なURLを使用することで、モバイルとWhatsApp Webの両方から、連絡先として追加することなく誰でもあなたと新しいチャットを開始できます。',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'list',
|
|
101
|
+
items: [
|
|
102
|
+
'<strong>コンバージョンの向上:</strong>ショップに「WhatsAppで連絡」ボタンを設置することで、ハードルを下げ、売上を向上させます。',
|
|
103
|
+
'<strong>定型メッセージ:</strong>ユーザーは「送信」を押すだけです。例:「こんにちは!Instagramを見て連絡しました。特典を受け取りたいです。」',
|
|
104
|
+
'<strong>自動QRコード:</strong>名刺、ポスター、またはSNS投稿用にQRをダウンロードできます。',
|
|
105
|
+
],
|
|
106
|
+
},
|
|
107
|
+
{ type: 'title', level: 3, text: 'リンク生成の仕組み' },
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: 'このツールは、国際プレフィックスと整形された電話番号を連結し、<em>URLエンコーディング</em>されたメッセージパラメータとともに公式のWhatsApp APIに追加します。',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'code',
|
|
114
|
+
ariaLabel: 'WhatsApp URL形式',
|
|
115
|
+
code: 'https://wa.me/81XXXXXXXXX\nhttps://wa.me/81XXXXXXXXX?text=%C2%A1Kon\'nichiwa!%20...',
|
|
116
|
+
},
|
|
117
|
+
{ type: 'title', level: 3, text: 'プライバシー保証とローカル処理' },
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: 'リンクの構築はすべてJavaScriptを介してブラウザ内で行われます。入力された電話番号やメッセージを記録、保存、または読み取るサーバーはありません。プライバシーは完全に保護されています。',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'tip',
|
|
124
|
+
title: '国際プレフィックスの重要性',
|
|
125
|
+
html: 'WhatsAppがメッセージを正しく配信するには、国番号が不可欠です。日本では<strong>81</strong>であり、その後にスペースや+記号を入れずに携帯電話番号を続けます。最終的な結果は、例として <code>8190XXXXXXXX</code> のようになります。',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { WhatsappLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'WhatsApp 링크를 어떻게 생성하나요?',
|
|
8
|
+
answer: '링크를 만들려면 국가 코드를 포함한 휴대폰 번호를 입력하세요. 예를 들어 한국의 경우 82를 먼저 입력한 다음 나머지 번호를 입력합니다. 선택 사항으로 메시지를 추가할 수 있으며, 도구가 복사 가능한 wa.me 링크를 생성합니다.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '긴 미리 채워진 메시지를 추가할 수 있나요?',
|
|
12
|
+
answer: '네. 누군가 링크를 클릭했을 때 채팅창에 자동으로 나타날 메시지를 첨부할 수 있습니다. 도구는 URL 인코딩을 사용하여 URL을 깨뜨리지 않고 공백, 악센트 및 이모티콘을 지원합니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '생성된 QR 코드는 어떻게 사용하나요?',
|
|
16
|
+
answer: '유효한 링크가 생성되면 "QR 보이기" 버튼이 나타납니다. QR 코드에는 링크 URL이 포함되어 있습니다. 마우스 오른쪽 버튼으로 클릭하고 "이미지를 다른 이름으로 저장"을 선택하여 명함, 포스터 또는 소셜 미디어용 고해상도 파일을 다운로드하세요.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '내 데이터는 어디로 가나요?',
|
|
20
|
+
answer: '생성기는 모든 과정을 브라우저에서 직접 클라이언트 측에서 처리합니다. 귀하의 전화번호와 미리 채워진 메시지는 서버로 전송되거나 데이터베이스에 저장되지 않습니다.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: '접두사 선택', text: '드롭다운에서 국가 코드를 선택하고 접두사를 제외한 전화번호를 입력하세요.' },
|
|
26
|
+
{ name: '메시지 추가(선택 사항)', text: '누군가 링크를 열고 전송을 눌렀을 때 나타날 미리 채워진 텍스트를 작성하세요.' },
|
|
27
|
+
{ name: '링크 생성', text: '녹색 버튼을 눌러 공유 준비가 된 wa.me 직통 URL을 받으세요.' },
|
|
28
|
+
{ name: 'QR 공유 또는 인쇄', text: '링크를 복사하거나 채팅을 테스트하거나 명함 및 인쇄용 QR 코드를 다운로드하세요.' },
|
|
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: 'WhatsApp 직통 링크 만드는 방법',
|
|
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: 'WhatsApp 링크 생성기',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' },
|
|
55
|
+
description: '미리 채워진 메시지와 QR 코드가 포함된 WhatsApp 직통 채팅 링크를 만드세요. 무료 도구, 가입 불필요, 100% 개인 정보 보호.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: WhatsappLinkUI = {
|
|
59
|
+
phoneLabel: 'WhatsApp 전화번호',
|
|
60
|
+
phonePlaceholder: '010-0000-0000',
|
|
61
|
+
messageLabel: '시작 메시지 (선택 사항)',
|
|
62
|
+
messagePlaceholder: '안녕하세요! 서비스에 대한 자세한 정보를 알고 싶습니다...',
|
|
63
|
+
generateBtn: '링크 생성',
|
|
64
|
+
resultLabel: '직통 링크가 생성되었습니다',
|
|
65
|
+
copyTitle: '클립보드에 복사',
|
|
66
|
+
copyDone: '복사 완료!',
|
|
67
|
+
testBtn: '채팅 테스트',
|
|
68
|
+
qrShow: 'QR 보이기',
|
|
69
|
+
qrHide: 'QR 숨기기',
|
|
70
|
+
errorPhone: '유효한 전화번호를 입력해 주세요.',
|
|
71
|
+
defaultPrefix: '82',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
75
|
+
slug: 'whatsapp-link-generator',
|
|
76
|
+
title: 'QR 포함 WhatsApp 링크 생성기',
|
|
77
|
+
description: '미리 채워진 메시지와 QR 코드가 포함된 WhatsApp 직통 채팅 링크를 만드세요. 무료 도구, 가입 불필요, 100% 개인 정보 보호.',
|
|
78
|
+
ui,
|
|
79
|
+
faqTitle: '자주 묻는 질문',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: '참고 문헌',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{ name: '클릭해서 채팅하기 기능 사용 방법 — WhatsApp 고객 센터', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
+
{ name: 'API 클릭해서 채팅하기: 파라미터 및 형식 — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
+
],
|
|
87
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
|
+
seo: [
|
|
89
|
+
{ type: 'title', level: 2, text: 'WhatsApp용 짧은 직통 링크 생성' },
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: '고객이나 팔로워가 번호를 미리 저장하지 않고도 WhatsApp으로 문의하기를 원하시나요? 당사의 <strong>wa.me 링크 생성기</strong>는 사전 절차 없이 즉시 대화창을 여는 링크를 생성하여 이 문제를 해결해 드립니다.',
|
|
93
|
+
},
|
|
94
|
+
{ type: 'title', level: 3, text: 'wa.me WhatsApp 단축 링크는 어디에 쓰이나요?' },
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'WhatsApp은 "클릭해서 채팅하기"라는 API를 제공합니다. 특별한 URL을 사용하면 모바일과 WhatsApp 웹 모두에서 연락처로 추가할 필요 없이 누구나 귀하와 대화를 시작할 수 있습니다.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'list',
|
|
101
|
+
items: [
|
|
102
|
+
'<strong>더 많은 전환:</strong> 상점에 "WhatsApp으로 문의" 버튼을 두면 고객의 번거로움이 줄어들어 매출이 증대됩니다.',
|
|
103
|
+
'<strong>미리 채워진 메시지:</strong> 사용자는 "전송"만 누르면 됩니다. 예: "안녕하세요! 인스타그램 보고 연락드렸어요. 혜택을 받고 싶습니다."',
|
|
104
|
+
'<strong>자동 QR 코드:</strong> 명함, 포스터 또는 SNS 게시물용으로 QR을 다운로드하세요.',
|
|
105
|
+
],
|
|
106
|
+
},
|
|
107
|
+
{ type: 'title', level: 3, text: '링크 생성은 어떻게 작동하나요?' },
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: '이 도구는 국제 전화 접두사와 정리된 전화번호를 연결한 다음, <em>URL 인코딩</em>을 통해 변환된 메시지 파라미터와 함께 공식 WhatsApp API에 추가합니다.',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'code',
|
|
114
|
+
ariaLabel: 'WhatsApp URL 형식',
|
|
115
|
+
code: 'https://wa.me/82XXXXXXXXX\nhttps://wa.me/82XXXXXXXXX?text=%C2%A1Annyeonghaseyo!%20...',
|
|
116
|
+
},
|
|
117
|
+
{ type: 'title', level: 3, text: '보장된 개인 정보 보호 및 로컬 처리' },
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: '모든 링크 생성 과정은 자바스크립트를 통해 귀하의 브라우저에서 수행됩니다. 입력한 전화번호나 메시지를 서버에 기록, 저장 또는 읽지 않습니다. 귀하의 개인 정보는 완벽하게 보호됩니다.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'tip',
|
|
124
|
+
title: '국제 전화 접두사의 중요성',
|
|
125
|
+
html: 'WhatsApp이 메시지를 올바르게 전달하려면 국가 코드가 필수입니다. 한국의 경우 <strong>82</strong>이며, 공백이나 + 기호 없이 휴대폰 번호를 입력해야 합니다. 최종 결과는 예를 들어 <code>8210XXXXXXXX</code>가 됩니다.',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { WhatsappLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Hoe genereer ik een WhatsApp-link?',
|
|
8
|
+
answer: 'Om uw link aan te maken, voert u uw mobiele nummer in inclusief de landcode. Voor Nederland zet u bijvoorbeeld eerst 31, gevolgd door uw lokale nummer. U kunt een optioneel bericht toevoegen en de tool genereert de definitieve wa.me-link die klaar is om te kopiëren.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Kan ik een lang vooraf ingevuld bericht toevoegen?',
|
|
12
|
+
answer: 'Ja. U kunt een bericht toevoegen dat automatisch in het chatvenster verschijnt wanneer iemand op uw link klikt. De tool gebruikt URL-codering om spaties, accenten en emoji\'s te ondersteunen zonder de URL te verbreken.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Hoe gebruik ik de gegenereerde QR-code?',
|
|
16
|
+
answer: 'Zodra een geldige link is gegenereerd, verschijnt de knop "QR tonen". De QR-code bevat de URL van uw link. Klik er met de rechtermuisknop op en selecteer "Afbeelding opslaan als" om een schoon bestand met hoge resolutie te downloaden voor visitekaartjes, posters of sociale media.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Waar gaan mijn gegevens heen?',
|
|
20
|
+
answer: 'De generator verwerkt alles aan de clientzijde, direct in uw browser. Uw telefoonnummer und vooraf ingevulde bericht worden nooit naar een server verzonden of in een database opgeslagen.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Selecteer het prefix', text: 'Kies uw landcode in het vervolgkeuzemenu en voer uw telefoonnummer in zonder het prefix.' },
|
|
26
|
+
{ name: 'Voeg een optioneel bericht toe', text: 'Schrijf een vooraf ingevulde tekst die verschijnt wanneer iemand de link opent en op Verzenden tikt.' },
|
|
27
|
+
{ name: 'Genereer de link', text: 'Druk op de groene knop om uw directe wa.me-URL te ontvangen die klaar is om te delen.' },
|
|
28
|
+
{ name: 'Deel of print de QR', text: 'Kopieer de link, test de chat of download de QR-code voor kaartjes en drukwerk.' },
|
|
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: 'Hoe een directe WhatsApp-link aan te maken',
|
|
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: 'WhatsApp Link Generator',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'Maak directe WhatsApp-chatlinks met een vooraf ingevuld bericht en QR-code. Gratis tool, geen registratie, 100% privé.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: WhatsappLinkUI = {
|
|
59
|
+
phoneLabel: 'WhatsApp telefoonnummer',
|
|
60
|
+
phonePlaceholder: '6 00000000',
|
|
61
|
+
messageLabel: 'Openingsbericht (optioneel)',
|
|
62
|
+
messagePlaceholder: 'Hallo! Ik zou graag meer informatie willen over uw service...',
|
|
63
|
+
generateBtn: 'Link genereren',
|
|
64
|
+
resultLabel: 'Directe link gegenereerd',
|
|
65
|
+
copyTitle: 'Kopieer naar klembord',
|
|
66
|
+
copyDone: 'Gekopieerd!',
|
|
67
|
+
testBtn: 'Test chat',
|
|
68
|
+
qrShow: 'QR tonen',
|
|
69
|
+
qrHide: 'QR verbergen',
|
|
70
|
+
errorPhone: 'Voer een geldig telefoonnummer in.',
|
|
71
|
+
defaultPrefix: '31',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
75
|
+
slug: 'whatsapp-link-generator-nl',
|
|
76
|
+
title: 'WhatsApp Link Generator met QR',
|
|
77
|
+
description: 'Maak directe WhatsApp-chatlinks met vooraf ingevuld bericht en QR-code. Gratis tool, geen registratie, 100% privé.',
|
|
78
|
+
ui,
|
|
79
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: 'Referenties',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{ name: 'De functie "Klik om te chatten" gebruiken — WhatsApp Helpcentrum', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
+
{ name: 'API Klik om te chatten: parameters en formaten — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
+
],
|
|
87
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
|
+
seo: [
|
|
89
|
+
{ type: 'title', level: 2, text: 'Genereer korte directe links voor WhatsApp' },
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Moeten klanten of volgers contact met u opnemen via WhatsApp zonder eerst uw nummer op te slaan? Onze <strong>wa.me link maker</strong> lost dit op door een link te genereren die onmiddellijk een chat opent, zonder verdere stappen.',
|
|
93
|
+
},
|
|
94
|
+
{ type: 'title', level: 3, text: 'Waar dient de wa.me WhatsApp shortener voor?' },
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'WhatsApp biedt een API genaamd "Klik om te chatten". Met een speciale URL kan elke gebruiker een nieuwe chat met u openen zonder u eerst als contactpersoon te hoeven toevoegen, zowel mobiel als via WhatsApp Web.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'list',
|
|
101
|
+
items: [
|
|
102
|
+
'<strong>Meer conversies:</strong> Een "Contact via WhatsApp"-knop in uw winkel vermindert drempels en verhoogt de verkoop.',
|
|
103
|
+
'<strong>Vooraf ingevuld bericht:</strong> De gebruiker drukt gewoon op "Verzenden". Voorbeeld: "Hallo! Ik kom van Instagram en wil graag gebruikmaken van de aanbieding."',
|
|
104
|
+
'<strong>Automatische QR-code:</strong> Download de QR voor visitekaartjes, posters of social media berichten.',
|
|
105
|
+
],
|
|
106
|
+
},
|
|
107
|
+
{ type: 'title', level: 3, text: 'Hoe werkt de link-generatie?' },
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: 'De tool voegt de landcode en het kale telefoonnummer samen en koppelt dit vervolgens aan de officiële WhatsApp API samen met de berichtparameter die via <em>url-encoding</em> is geconverteerd.',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'code',
|
|
114
|
+
ariaLabel: 'WhatsApp URL-formaat',
|
|
115
|
+
code: 'https://wa.me/31XXXXXXXXX\nhttps://wa.me/31XXXXXXXXX?text=%C2%A1Hallo!%20Ik%20zou...',
|
|
116
|
+
},
|
|
117
|
+
{ type: 'title', level: 3, text: 'Gegarandeerde privacy en lokale verwerking' },
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: 'De volledige link-constructie vindt plaats in uw browser via JavaScript. Geen enkele server registreert, bewaart of leest de telefoonnummers of berichten die u invoert. Uw privacy is volledig beschermd.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'tip',
|
|
124
|
+
title: 'Belang van de landcode',
|
|
125
|
+
html: 'Om ervoor te zorgen dat WhatsApp het bericht correct routeert, is de landcode verplicht. Voor Nederland is dit <strong>31</strong>, gevolgd door het mobiele nummer, zonder spaties of het +-symbool. Het eindresultaat zou bijvoorbeeld <code>316XXXXXXXX</code> zijn.',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { WhatsappLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Jak wygenerować link do WhatsApp?',
|
|
8
|
+
answer: 'Aby utworzyć link, wprowadź swój numer telefonu komórkowego wraz z kodem kraju. Na przykład dla Polski wpisz najpierw 48, a następnie swój numer lokalny. Możesz dodać opcjonalną wiadomość, a narzędzie wygeneruje gotowy do skopiowania link wa.me.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Czy mogę dodać długą, wstępnie wypełnioną wiadomość?',
|
|
12
|
+
answer: 'Tak. Możesz dołączyć wiadomość, która automatycznie pojawi się w polu czatu, gdy ktoś kliknie Twój link. Narzędzie wykorzystuje kodowanie URL, aby obsługiwać spacje, akcenty i emotikony bez uszkadzania adresu URL.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Jak korzystać z wygenerowanego kodu QR?',
|
|
16
|
+
answer: 'Po wygenerowaniu prawidłowego linku pojawi się przycisk „Pokaż QR”. Kod QR zawiera adres URL Twojego linku. Kliknij go prawym przyciskiem myszy i wybierz „Zapisz obraz jako”, aby pobrać czysty plik o wysokiej rozdzielczości do wizytówek, plakatów lub mediów społecznościowych.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Gdzie trafiają moje dane?',
|
|
20
|
+
answer: 'Generator przetwarza wszystko po stronie klienta, bezpośrednio w Twojej przeglądarce. Twój numer telefonu i wstępnie wypełniona wiadomość nigdy nie są wysyłane do żadnego serwera ani przechowywane w żadnej bazie danych.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Wybierz prefiks', text: 'Wybierz kod swojego kraju z rozwijanej listy i wprowadź numer telefonu bez prefiksu.' },
|
|
26
|
+
{ name: 'Dodaj opcjonalną wiadomość', text: 'Napisz tekst, który pojawi się automatycznie, gdy ktoś otworzy link i dotknie Wyślij.' },
|
|
27
|
+
{ name: 'Wygeneruj link', text: 'Naciśnij zielony przycisk, aby otrzymać bezpośredni adres URL wa.me gotowy do udostępnienia.' },
|
|
28
|
+
{ name: 'Udostępnij lub wydrukuj QR', text: 'Skopiuj link, przetestuj czat lub pobierz kod QR do wizytówek i druku.' },
|
|
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: 'Jak utworzyć bezpośredni link do WhatsApp',
|
|
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: 'Generator Linków WhatsApp',
|
|
52
|
+
applicationCategory: 'UtilitiesApplication',
|
|
53
|
+
operatingSystem: 'Web',
|
|
54
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
55
|
+
description: 'Twórz bezpośrednie linki do czatu WhatsApp ze wstępnie wypełnioną wiadomością i kodem QR. Darmowe narzędzie, bez rejestracji, w 100% prywatne.',
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
const ui: WhatsappLinkUI = {
|
|
59
|
+
phoneLabel: 'Numer telefonu WhatsApp',
|
|
60
|
+
phonePlaceholder: '600 000 000',
|
|
61
|
+
messageLabel: 'Wiadomość powitalna (opcjonalnie)',
|
|
62
|
+
messagePlaceholder: 'Cześć! Chcę uzyskać więcej informacji o Twojej usłudze...',
|
|
63
|
+
generateBtn: 'Generuj link',
|
|
64
|
+
resultLabel: 'Wygenerowano link bezpośredni',
|
|
65
|
+
copyTitle: 'Kopiuj do schowka',
|
|
66
|
+
copyDone: 'Skopiowano!',
|
|
67
|
+
testBtn: 'Testuj czat',
|
|
68
|
+
qrShow: 'Pokaż QR',
|
|
69
|
+
qrHide: 'Ukryj QR',
|
|
70
|
+
errorPhone: 'Wprowadź prawidłowy numer telefonu.',
|
|
71
|
+
defaultPrefix: '48',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
75
|
+
slug: 'generator-linkow-whatsapp',
|
|
76
|
+
title: 'Generator Linków WhatsApp z QR',
|
|
77
|
+
description: 'Twórz bezpośrednie linki do czatu WhatsApp ze wstępnie wypełnioną wiadomością i kodem QR. Darmowe narzędzie, bez rejestracji, w 100% prywatne.',
|
|
78
|
+
ui,
|
|
79
|
+
faqTitle: 'Często zadawane pytania',
|
|
80
|
+
faq: faqData,
|
|
81
|
+
howTo: howToData,
|
|
82
|
+
bibliographyTitle: 'Źródła',
|
|
83
|
+
bibliography: [
|
|
84
|
+
{ name: 'Jak korzystać z funkcji kliknij i rozmawiaj — Centrum pomocy WhatsApp', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
+
{ name: 'API Click to chat: parametry i formaty — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
+
],
|
|
87
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
|
+
seo: [
|
|
89
|
+
{ type: 'title', level: 2, text: 'Generuj krótkie linki bezpośrednie do WhatsApp' },
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Czy potrzebujesz, aby klienci lub obserwujący kontaktowali się z Tobą na WhatsApp bez uprzedniego zapisywania Twojego numeru? Nasz <strong>kreator linków wa.me</strong> rozwiązuje ten problem, generując link, który natychmiast otwiera bezpośredni czat, bez zbędnych kroków.',
|
|
93
|
+
},
|
|
94
|
+
{ type: 'title', level: 3, text: 'Do czego służy skracacz WhatsApp wa.me?' },
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'WhatsApp oferuje interfejs API o nazwie „Kliknij i rozmawiaj”. Za pomocą specjalnego adresu URL każdy użytkownik może otworzyć z Tobą nowy czat bez konieczności dodawania Cię najpierw do kontaktów, zarówno z telefonu komórkowego, jak i przez WhatsApp Web.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'list',
|
|
101
|
+
items: [
|
|
102
|
+
'<strong>Większa konwersja:</strong> Przycisk „Kontakt przez WhatsApp” w Twoim sklepie zmniejsza opory i zwiększa sprzedaż.',
|
|
103
|
+
'<strong>Wstępnie wypełniona wiadomość:</strong> Użytkownik po prostu naciska „Wyślij”. Przykład: „Cześć! Piszę z Instagrama i chcę skorzystać z oferty”.',
|
|
104
|
+
'<strong>Automatyczny kod QR:</strong> Pobierz kod QR do wizytówek, plakatów lub postów w mediach społecznościowych.',
|
|
105
|
+
],
|
|
106
|
+
},
|
|
107
|
+
{ type: 'title', level: 3, text: 'Jak działa generowanie linków?' },
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: 'Narzędzie łączy prefiks międzynarodowy i czysty numer telefonu, a następnie dołącza go do oficjalnego API WhatsApp wraz z parametrem wiadomości przekonwertowanym za pomocą <em>url-encoding</em>.',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'code',
|
|
114
|
+
ariaLabel: 'Format adresu URL WhatsApp',
|
|
115
|
+
code: 'https://wa.me/48XXXXXXXXX\nhttps://wa.me/48XXXXXXXXX?text=%C2%A1Cz%C3%A9%C5%9B%C4%87!%20Chc%C4%99...',
|
|
116
|
+
},
|
|
117
|
+
{ type: 'title', level: 3, text: 'Gwarantowana prywatność i przetwarzanie lokalne' },
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: 'Cały proces budowania linku odbywa się w Twojej przeglądarce za pomocą JavaScript. Żaden serwer nie rejestruje, nie zapisuje ani nie odczytuje wprowadzonych numerów telefonów ani wiadomości. Twoja prywatność jest w pełni chroniona.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'tip',
|
|
124
|
+
title: 'Znaczenie prefiksu międzynarodowego',
|
|
125
|
+
html: 'Aby WhatsApp poprawnie skierował wiadomość, kod kraju jest obowiązkowy. Dla Polski jest to <strong>48</strong>, a następnie 9-cyfrowy numer, bez spacji i symbolu +. Wynik końcowy to na przykład <code>486XXXXXXXX</code>.',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
};
|