@jjlmoya/utils-tools 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/i18n/de.ts +3 -3
- package/src/category/i18n/en.ts +1 -1
- package/src/category/i18n/es.ts +1 -1
- package/src/category/i18n/fr.ts +16 -16
- package/src/category/i18n/id.ts +1 -1
- package/src/category/i18n/nl.ts +1 -1
- package/src/category/i18n/pl.ts +1 -1
- package/src/category/i18n/pt.ts +1 -1
- package/src/category/i18n/ru.ts +10 -10
- package/src/category/i18n/sv.ts +1 -1
- package/src/category/i18n/tr.ts +1 -1
- package/src/category/i18n/zh.ts +4 -4
- package/src/layouts/PreviewLayout.astro +7 -2
- package/src/pages/[locale]/[slug].astro +30 -13
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +3 -20
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/date-diff-calculator/bibliography.astro +2 -10
- package/src/tool/date-diff-calculator/bibliography.ts +7 -0
- package/src/tool/date-diff-calculator/i18n/de.ts +8 -11
- package/src/tool/date-diff-calculator/i18n/en.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/es.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/fr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/id.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/it.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ja.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ko.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/nl.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/pl.ts +5 -8
- package/src/tool/date-diff-calculator/i18n/pt.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ru.ts +8 -11
- package/src/tool/date-diff-calculator/i18n/sv.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/tr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/zh.ts +7 -10
- package/src/tool/date-diff-calculator/seo.astro +2 -1
- package/src/tool/drive-direct-link/bibliography.astro +2 -10
- package/src/tool/drive-direct-link/bibliography.ts +6 -0
- package/src/tool/drive-direct-link/i18n/de.ts +8 -10
- package/src/tool/drive-direct-link/i18n/en.ts +4 -6
- package/src/tool/drive-direct-link/i18n/es.ts +5 -7
- package/src/tool/drive-direct-link/i18n/fr.ts +5 -7
- package/src/tool/drive-direct-link/i18n/id.ts +4 -6
- package/src/tool/drive-direct-link/i18n/it.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ja.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ko.ts +4 -6
- package/src/tool/drive-direct-link/i18n/nl.ts +4 -6
- package/src/tool/drive-direct-link/i18n/pl.ts +8 -10
- package/src/tool/drive-direct-link/i18n/pt.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ru.ts +12 -14
- package/src/tool/drive-direct-link/i18n/sv.ts +4 -6
- package/src/tool/drive-direct-link/i18n/tr.ts +4 -6
- package/src/tool/drive-direct-link/i18n/zh.ts +8 -10
- package/src/tool/drive-direct-link/seo.astro +2 -1
- package/src/tool/email-list-cleaner/bibliography.astro +2 -10
- package/src/tool/email-list-cleaner/bibliography.ts +7 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +6 -9
- package/src/tool/email-list-cleaner/i18n/en.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/es.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/fr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/id.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/it.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ja.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ko.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/nl.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/pl.ts +6 -9
- package/src/tool/email-list-cleaner/i18n/pt.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ru.ts +11 -14
- package/src/tool/email-list-cleaner/i18n/sv.ts +5 -8
- package/src/tool/email-list-cleaner/i18n/tr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/zh.ts +7 -10
- package/src/tool/email-list-cleaner/seo.astro +2 -1
- package/src/tool/env-badge-spain/bibliography.astro +2 -10
- package/src/tool/env-badge-spain/bibliography.ts +6 -0
- package/src/tool/env-badge-spain/i18n/de.ts +4 -6
- package/src/tool/env-badge-spain/i18n/en.ts +4 -6
- package/src/tool/env-badge-spain/i18n/es.ts +4 -6
- package/src/tool/env-badge-spain/i18n/fr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/id.ts +4 -6
- package/src/tool/env-badge-spain/i18n/it.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ja.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ko.ts +4 -6
- package/src/tool/env-badge-spain/i18n/nl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pt.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ru.ts +14 -16
- package/src/tool/env-badge-spain/i18n/sv.ts +4 -6
- package/src/tool/env-badge-spain/i18n/tr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/zh.ts +4 -6
- package/src/tool/env-badge-spain/seo.astro +2 -1
- package/src/tool/morse-beacon/bibliography.astro +2 -10
- package/src/tool/morse-beacon/bibliography.ts +7 -0
- package/src/tool/morse-beacon/i18n/de.ts +8 -11
- package/src/tool/morse-beacon/i18n/en.ts +6 -9
- package/src/tool/morse-beacon/i18n/es.ts +6 -9
- package/src/tool/morse-beacon/i18n/fr.ts +9 -12
- package/src/tool/morse-beacon/i18n/id.ts +6 -9
- package/src/tool/morse-beacon/i18n/it.ts +6 -9
- package/src/tool/morse-beacon/i18n/ja.ts +6 -9
- package/src/tool/morse-beacon/i18n/ko.ts +6 -9
- package/src/tool/morse-beacon/i18n/nl.ts +6 -9
- package/src/tool/morse-beacon/i18n/pl.ts +7 -10
- package/src/tool/morse-beacon/i18n/pt.ts +6 -9
- package/src/tool/morse-beacon/i18n/ru.ts +7 -10
- package/src/tool/morse-beacon/i18n/sv.ts +6 -9
- package/src/tool/morse-beacon/i18n/tr.ts +6 -9
- package/src/tool/morse-beacon/i18n/zh.ts +7 -10
- package/src/tool/morse-beacon/seo.astro +2 -1
- package/src/tool/password-generator/bibliography.astro +2 -10
- package/src/tool/password-generator/bibliography.ts +8 -0
- package/src/tool/password-generator/i18n/de.ts +9 -13
- package/src/tool/password-generator/i18n/en.ts +4 -8
- package/src/tool/password-generator/i18n/es.ts +4 -8
- package/src/tool/password-generator/i18n/fr.ts +5 -9
- package/src/tool/password-generator/i18n/id.ts +4 -8
- package/src/tool/password-generator/i18n/it.ts +4 -8
- package/src/tool/password-generator/i18n/ja.ts +4 -8
- package/src/tool/password-generator/i18n/ko.ts +4 -8
- package/src/tool/password-generator/i18n/nl.ts +4 -8
- package/src/tool/password-generator/i18n/pl.ts +7 -11
- package/src/tool/password-generator/i18n/pt.ts +4 -8
- package/src/tool/password-generator/i18n/ru.ts +8 -12
- package/src/tool/password-generator/i18n/sv.ts +4 -8
- package/src/tool/password-generator/i18n/tr.ts +4 -8
- package/src/tool/password-generator/i18n/zh.ts +7 -11
- package/src/tool/password-generator/seo.astro +2 -1
- package/src/tool/routes/bibliography.astro +2 -10
- package/src/tool/routes/bibliography.ts +9 -0
- package/src/tool/routes/i18n/de.ts +5 -10
- package/src/tool/routes/i18n/en.ts +4 -9
- package/src/tool/routes/i18n/es.ts +4 -9
- package/src/tool/routes/i18n/fr.ts +7 -12
- package/src/tool/routes/i18n/id.ts +4 -9
- package/src/tool/routes/i18n/it.ts +4 -9
- package/src/tool/routes/i18n/ja.ts +4 -9
- package/src/tool/routes/i18n/ko.ts +4 -9
- package/src/tool/routes/i18n/nl.ts +4 -9
- package/src/tool/routes/i18n/pl.ts +4 -9
- package/src/tool/routes/i18n/pt.ts +4 -9
- package/src/tool/routes/i18n/ru.ts +7 -12
- package/src/tool/routes/i18n/sv.ts +4 -9
- package/src/tool/routes/i18n/tr.ts +4 -9
- package/src/tool/routes/i18n/zh.ts +5 -10
- package/src/tool/routes/seo.astro +2 -1
- package/src/tool/rule-of-three/bibliography.astro +2 -10
- package/src/tool/rule-of-three/bibliography.ts +6 -0
- package/src/tool/rule-of-three/i18n/de.ts +6 -8
- package/src/tool/rule-of-three/i18n/en.ts +4 -6
- package/src/tool/rule-of-three/i18n/es.ts +4 -6
- package/src/tool/rule-of-three/i18n/fr.ts +11 -13
- package/src/tool/rule-of-three/i18n/id.ts +4 -6
- package/src/tool/rule-of-three/i18n/it.ts +4 -6
- package/src/tool/rule-of-three/i18n/ja.ts +4 -6
- package/src/tool/rule-of-three/i18n/ko.ts +4 -6
- package/src/tool/rule-of-three/i18n/nl.ts +6 -8
- package/src/tool/rule-of-three/i18n/pl.ts +6 -8
- package/src/tool/rule-of-three/i18n/pt.ts +4 -6
- package/src/tool/rule-of-three/i18n/ru.ts +7 -9
- package/src/tool/rule-of-three/i18n/sv.ts +4 -6
- package/src/tool/rule-of-three/i18n/tr.ts +5 -7
- package/src/tool/rule-of-three/i18n/zh.ts +6 -8
- package/src/tool/rule-of-three/seo.astro +2 -1
- package/src/tool/seo-content-optimizer/bibliography.astro +2 -10
- package/src/tool/seo-content-optimizer/bibliography.ts +6 -0
- package/src/tool/seo-content-optimizer/i18n/de.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/en.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/es.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/fr.ts +7 -9
- package/src/tool/seo-content-optimizer/i18n/id.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/it.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ja.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ko.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/nl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pt.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ru.ts +5 -7
- package/src/tool/seo-content-optimizer/i18n/sv.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/tr.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/zh.ts +4 -6
- package/src/tool/seo-content-optimizer/seo.astro +2 -1
- package/src/tool/speed-reader/bibliography.astro +2 -10
- package/src/tool/speed-reader/bibliography.ts +10 -0
- package/src/tool/speed-reader/i18n/de.ts +7 -13
- package/src/tool/speed-reader/i18n/en.ts +6 -12
- package/src/tool/speed-reader/i18n/es.ts +4 -10
- package/src/tool/speed-reader/i18n/fr.ts +13 -19
- package/src/tool/speed-reader/i18n/id.ts +6 -12
- package/src/tool/speed-reader/i18n/it.ts +6 -12
- package/src/tool/speed-reader/i18n/ja.ts +4 -10
- package/src/tool/speed-reader/i18n/ko.ts +4 -10
- package/src/tool/speed-reader/i18n/nl.ts +6 -12
- package/src/tool/speed-reader/i18n/pl.ts +7 -13
- package/src/tool/speed-reader/i18n/pt.ts +6 -12
- package/src/tool/speed-reader/i18n/ru.ts +14 -20
- package/src/tool/speed-reader/i18n/sv.ts +6 -12
- package/src/tool/speed-reader/i18n/tr.ts +4 -10
- package/src/tool/speed-reader/i18n/zh.ts +8 -14
- package/src/tool/speed-reader/seo.astro +2 -1
- package/src/tool/text-pixel-calculator/bibliography.astro +2 -10
- package/src/tool/text-pixel-calculator/bibliography.ts +6 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +6 -8
- package/src/tool/text-pixel-calculator/i18n/en.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/es.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/fr.ts +5 -7
- package/src/tool/text-pixel-calculator/i18n/id.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/it.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ja.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ko.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/nl.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/pl.ts +7 -9
- package/src/tool/text-pixel-calculator/i18n/pt.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ru.ts +8 -10
- package/src/tool/text-pixel-calculator/i18n/sv.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/tr.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/zh.ts +7 -9
- package/src/tool/text-pixel-calculator/seo.astro +2 -1
- package/src/tool/whatsapp-link/bibliography.astro +2 -10
- package/src/tool/whatsapp-link/bibliography.ts +6 -0
- package/src/tool/whatsapp-link/i18n/de.ts +8 -10
- package/src/tool/whatsapp-link/i18n/en.ts +4 -6
- package/src/tool/whatsapp-link/i18n/es.ts +6 -8
- package/src/tool/whatsapp-link/i18n/fr.ts +6 -8
- package/src/tool/whatsapp-link/i18n/id.ts +4 -6
- package/src/tool/whatsapp-link/i18n/it.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ja.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ko.ts +4 -6
- package/src/tool/whatsapp-link/i18n/nl.ts +4 -6
- package/src/tool/whatsapp-link/i18n/pl.ts +8 -10
- package/src/tool/whatsapp-link/i18n/pt.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ru.ts +9 -11
- package/src/tool/whatsapp-link/i18n/sv.ts +4 -6
- package/src/tool/whatsapp-link/i18n/tr.ts +4 -6
- package/src/tool/whatsapp-link/i18n/zh.ts +8 -10
- package/src/tool/whatsapp-link/seo.astro +2 -1
- package/src/tool/whatsapp-link/whatsapp-link-generator.css +41 -4
- package/src/types.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Calculateur de Largeur de Texte en Pixels',
|
|
81
82
|
description: 'Calculez avec précision l\'espace horizontal occupé par votre texte en pixels. Outil gratuit pour designers et développeurs.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C : Module CSS Text niveau 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts : Comprendre les polices variables', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Mesurez la largeur exacte en pixels de n\'importe quel texte' },
|
|
@@ -98,7 +96,7 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
98
96
|
{ type: 'title', level: 3, text: 'Pourquoi compter les caractères ne suffit pas' },
|
|
99
97
|
{
|
|
100
98
|
type: 'paragraph',
|
|
101
|
-
html: 'Les polices modernes sont <strong>proportionnelles</strong
|
|
99
|
+
html: 'Les polices modernes sont <strong>proportionnelles</strong>: chaque glyphe a une largeur différente. Un "W" peut occuper trois fois plus de place qu\'un "i". Le nombre de caractères ne vous dit rien sur l\'espace visuel réel occupé par le texte.',
|
|
102
100
|
},
|
|
103
101
|
{
|
|
104
102
|
type: 'list',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Kalkulator Lebar Piksel Teks',
|
|
81
82
|
description: 'Hitung secara akurat seberapa lebar teks apa pun dalam piksel berdasarkan font, ukuran, dan gaya. Alat gratis untuk desainer dan pengembang.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Ukur lebar piksel yang tepat dari teks apa pun' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Calcolatore di larghezza pixel del testo',
|
|
81
82
|
description: 'Calcola accuratamente quanto è largo qualsiasi testo in pixel in base al carattere, alle dimensioni e allo stile. Strumento gratuito per designer e sviluppatori.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Misura l\'esatta larghezza in pixel di qualsiasi testo' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'テキストピクセル幅計算機',
|
|
81
82
|
description: 'フォント、サイズ、スタイルに基づいて、テキストがピクセル単位でどれくらいの幅になるかを正確に計算します。デザイナーや開発者のための無料ツールです。',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: 可変フォントについて', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'あらゆるテキストの正確なピクセル幅を測定' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: '텍스트 픽셀 너비 계산기',
|
|
81
82
|
description: '글꼴, 크기 및 스타일에 따라 텍스트가 픽셀 단위로 얼마나 넓은지 정확하게 계산합니다. 디자이너와 개발자를 위한 무료 도구입니다.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: 가변 글꼴 이해하기', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: '모든 텍스트의 정확한 픽셀 너비 측정' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Tekst Pixelbreedte Calculator',
|
|
81
82
|
description: 'Bereken nauwkeurig hoe breed een tekst in pixels is op basis van lettertype, grootte en stijl. Gratis tool voor ontwerpers en ontwikkelaars.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Meet de exacte pixelbreedte van elke tekst' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -9,7 +10,7 @@ const faqData = [
|
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
question: 'Dlaczego szerokość w pikselach różni się między krojami pisma?',
|
|
12
|
-
answer: 'Większość czcionek jest proporcjonalna, co oznacza, że każdy znak ma inną szerokość. Na przykład wielka litera
|
|
13
|
+
answer: 'Większość czcionek jest proporcjonalna, co oznacza, że każdy znak ma inną szerokość. Na przykład wielka litera "M" jest zawsze szersza niż mała litera "i" w standardowej czcionce bezszeryfowej.',
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: 'Czy mierzenie znaków to to samo co mierzenie pikseli?',
|
|
@@ -29,7 +30,7 @@ const howToData = [
|
|
|
29
30
|
{ name: 'Wpisz tekst', text: 'Wpisz lub wklej tekst, który chcesz zmierzyć, w obszarze wejściowym.' },
|
|
30
31
|
{ name: 'Skonfiguruj czcionkę', text: 'Ustaw rodzinę czcionek, rozmiar w pikselach, wagę i to, czy ma być pochylona.' },
|
|
31
32
|
{ name: 'Odczytaj wynik', text: 'Szerokość w pikselach i liczba znaków są aktualizowane w czasie rzeczywistym.' },
|
|
32
|
-
{ name: 'Skopiuj wartość', text: 'Kliknij
|
|
33
|
+
{ name: 'Skopiuj wartość', text: 'Kliknij "Kopiuj szerokość", aby zapisać liczbę pikseli w schowku.' },
|
|
33
34
|
];
|
|
34
35
|
|
|
35
36
|
const faqSchema: WithContext<FAQPage> = {
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Kalkulator szerokości pikseli tekstu',
|
|
81
82
|
description: 'Dokładnie oblicz, jak szeroki jest dowolny tekst w pikselach na podstawie czcionki, rozmiaru i stylu. Darmowe narzędzie dla projektantów i programistów.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Zmierz dokładną szerokość dowolnego tekstu w pikselach' },
|
|
@@ -98,7 +96,7 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
98
96
|
{ type: 'title', level: 3, text: 'Dlaczego liczenie znaków nie wystarczy' },
|
|
99
97
|
{
|
|
100
98
|
type: 'paragraph',
|
|
101
|
-
html: 'Nowoczesne kroje pisma są <strong>proporcjonalne</strong>: każdy glif ma inną szerokość. Litera
|
|
99
|
+
html: 'Nowoczesne kroje pisma są <strong>proporcjonalne</strong>: każdy glif ma inną szerokość. Litera "W" może zajmować trzy razy więcej miejsca niż "i". Liczba znaków nic nie mówi o rzeczywistej przestrzeni wizualnej, jaką zajmuje tekst.',
|
|
102
100
|
},
|
|
103
101
|
{
|
|
104
102
|
type: 'list',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Calculadora de Largura de Píxeis de Texto',
|
|
81
82
|
description: 'Calcule com precisão a largura de qualquer texto em píxeis com base na fonte, tamanho e estilo. Ferramenta gratuita para designers e programadores.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Meça a largura exata em píxeis de qualquer texto' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -9,11 +10,11 @@ const faqData = [
|
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
question: 'Почему ширина в пикселях различается у разных шрифтов?',
|
|
12
|
-
answer: 'Большинство шрифтов являются пропорциональными, что означает, что каждый символ имеет разную ширину. Например, заглавная буква
|
|
13
|
+
answer: 'Большинство шрифтов являются пропорциональными, что означает, что каждый символ имеет разную ширину. Например, заглавная буква "M" всегда шире строчной "i" в стандартном шрифте без засечек.',
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: 'Равна ли длина в символах ширине в пикселях?',
|
|
16
|
-
answer: 'Нет. Количество символов дает вам длину строки, а измерение в пикселях
|
|
17
|
+
answer: 'Нет. Количество символов дает вам длину строки, а измерение в пикселях - визуальное пространство, которое она занимает. Это крайне важно для предотвращения переполнения контейнера текстом в веб-дизайне.',
|
|
17
18
|
},
|
|
18
19
|
{
|
|
19
20
|
question: 'Могу ли я использовать любой шрифт Google Fonts?',
|
|
@@ -29,7 +30,7 @@ const howToData = [
|
|
|
29
30
|
{ name: 'Введите текст', text: 'Введите или вставьте текст, который вы хотите измерить, в поле ввода.' },
|
|
30
31
|
{ name: 'Настройте шрифт', text: 'Укажите семейство шрифтов, размер в пикселях, насыщенность и начертание (курсив).' },
|
|
31
32
|
{ name: 'Получите результат', text: 'Ширина в пикселях и количество символов обновляются в режиме реального времени.' },
|
|
32
|
-
{ name: 'Скопируйте значение', text: 'Нажмите
|
|
33
|
+
{ name: 'Скопируйте значение', text: 'Нажмите "Копировать ширину", чтобы сохранить количество пикселей в буфер обмена.' },
|
|
33
34
|
];
|
|
34
35
|
|
|
35
36
|
const faqSchema: WithContext<FAQPage> = {
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Калькулятор ширины текста в пикселях',
|
|
81
82
|
description: 'Точно рассчитайте ширину любого текста в пикселях на основе шрифта, размера и стиля. Бесплатный инструмент для дизайнеров и разработчиков.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Измерьте точную ширину любого текста в пикселях' },
|
|
@@ -98,7 +96,7 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
98
96
|
{ type: 'title', level: 3, text: 'Почему подсчета символов недостаточно' },
|
|
99
97
|
{
|
|
100
98
|
type: 'paragraph',
|
|
101
|
-
html: 'Современные шрифты являются <strong>пропорциональными</strong>: каждый глиф имеет разную ширину. Буква
|
|
99
|
+
html: 'Современные шрифты являются <strong>пропорциональными</strong>: каждый глиф имеет разную ширину. Буква "W" может занимать в три раза больше места, чем "i". Количество символов ничего не говорит вам о фактическом визуальном пространстве, которое занимает текст.',
|
|
102
100
|
},
|
|
103
101
|
{
|
|
104
102
|
type: 'list',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Text Pixel Beräknare',
|
|
81
82
|
description: 'Beräkna exakt hur bred en text är i pixlar baserat på typsnitt, storlek och stil. Gratis verktyg för designers och utvecklare.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Mät den exakta pixelbredden för valfri text' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: 'Metin Piksel Genişliği Hesaplayıcı',
|
|
81
82
|
description: 'Yazı tipi, boyut ve stile göre herhangi bir metnin kaç piksel genişliğinde olduğunu doğru bir şekilde hesaplayın. Tasarımcılar ve geliştiriciler için ücretsiz araç.',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS Text Module Level 3', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: Understanding variable fonts', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: 'Herhangi bir metnin tam piksel genişliğini ölçün' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { TextPixelCalculatorUI } from '../ui';
|
|
@@ -9,7 +10,7 @@ const faqData = [
|
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
question: '为什么不同字体的像素宽度不同?',
|
|
12
|
-
answer: '
|
|
13
|
+
answer: '大多数字体都是比例字体,这意味着每个字符都有不同的宽度。例如,在标准的无衬线字体中,大写字母"M"总是比小写字母"i"宽。',
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: '测量字符数和测量像素是一回事吗?',
|
|
@@ -29,7 +30,7 @@ const howToData = [
|
|
|
29
30
|
{ name: '输入文本', text: '在输入区域键入或粘贴您想要测量的文本。' },
|
|
30
31
|
{ name: '配置字体', text: '设置字体系列、像素大小、字重以及是否斜体。' },
|
|
31
32
|
{ name: '读取结果', text: '像素宽度和字符计数会进行实时更新。' },
|
|
32
|
-
{ name: '复制数值', text: '
|
|
33
|
+
{ name: '复制数值', text: '点击"复制宽度"将像素值保存到剪贴板。' },
|
|
33
34
|
];
|
|
34
35
|
|
|
35
36
|
const faqSchema: WithContext<FAQPage> = {
|
|
@@ -80,14 +81,11 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
80
81
|
title: '文本像素宽度计算器',
|
|
81
82
|
description: '根据字体、大小和样式精确计算任何文本在像素上的宽度。专为设计师和开发者提供的免费工具。',
|
|
82
83
|
ui,
|
|
83
|
-
|
|
84
|
+
|
|
84
85
|
faq: faqData,
|
|
85
86
|
howTo: howToData,
|
|
86
|
-
|
|
87
|
-
bibliography
|
|
88
|
-
{ name: 'W3C: CSS 文本模块第 3 级', url: 'https://www.w3.org/TR/css-text-3/' },
|
|
89
|
-
{ name: 'Google Fonts: 了解可变字体', url: 'https://fonts.google.com/knowledge/glossary/variable_fonts' },
|
|
90
|
-
],
|
|
87
|
+
|
|
88
|
+
bibliography,
|
|
91
89
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
90
|
seo: [
|
|
93
91
|
{ type: 'title', level: 2, text: '测量任何文本的精确像素宽度' },
|
|
@@ -98,7 +96,7 @@ export const content: ToolLocaleContent<TextPixelCalculatorUI> = {
|
|
|
98
96
|
{ type: 'title', level: 3, text: '为什么只计算字符数是不够的' },
|
|
99
97
|
{
|
|
100
98
|
type: 'paragraph',
|
|
101
|
-
html: '现代字体是<strong>比例字体</strong
|
|
99
|
+
html: '现代字体是<strong>比例字体</strong>:每个字形都有不同的宽度。一个"W"占用的空间可能是"i"的三倍。字符数无法告诉您文本实际占用的视觉空间。',
|
|
102
100
|
},
|
|
103
101
|
{
|
|
104
102
|
type: 'list',
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await textPixelCalculator.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await whatsappLink.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'How to use the click to chat feature - WhatsApp Help Center', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
5
|
+
{ name: 'API Click to chat: parameters and formats - WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
6
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { WhatsappLinkUI } from '../ui';
|
|
@@ -13,7 +14,7 @@ const faqData = [
|
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: 'Wie verwende ich den generierten QR-Code?',
|
|
16
|
-
answer: 'Sobald ein gültiger Link generiert wurde, erscheint die Schaltfläche
|
|
17
|
+
answer: 'Sobald ein gültiger Link generiert wurde, erscheint die Schaltfläche "QR anzeigen". Der QR-Code enthält Ihre Link-URL. Klicken Sie mit der rechten Maustaste darauf und wählen Sie "Bild speichern unter", um eine saubere, hochauflösende Datei für Visitenkarten, Poster oder soziale Medien herunterzuladen.',
|
|
17
18
|
},
|
|
18
19
|
{
|
|
19
20
|
question: 'Wo landen meine Daten?',
|
|
@@ -76,14 +77,11 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
76
77
|
title: 'WhatsApp Link Generator mit QR',
|
|
77
78
|
description: 'Erstellen Sie direkte WhatsApp-Chat-Links mit vorformulierter Nachricht und QR-Code. Kostenloses Tool, keine Registrierung, 100 % privat.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'So verwenden Sie die Funktion „Click to Chat“ — WhatsApp Hilfebereich', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
-
{ name: 'API Click to chat: Parameter und Formate — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
87
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
86
|
seo: [
|
|
89
87
|
{ type: 'title', level: 2, text: 'Generieren Sie kurze Direktlinks für WhatsApp' },
|
|
@@ -94,13 +92,13 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
94
92
|
{ type: 'title', level: 3, text: 'Wofür ist der wa.me WhatsApp Shortener gedacht?' },
|
|
95
93
|
{
|
|
96
94
|
type: 'paragraph',
|
|
97
|
-
html: 'WhatsApp bietet eine API namens
|
|
95
|
+
html: 'WhatsApp bietet eine API namens "Click to Chat" an. Über eine spezielle URL kann jeder Nutzer einen neuen Chat mit Ihnen eröffnen, ohne Sie vorher als Kontakt hinzufügen zu müssen, sowohl vom Handy als auch von WhatsApp Web aus.',
|
|
98
96
|
},
|
|
99
97
|
{
|
|
100
98
|
type: 'list',
|
|
101
99
|
items: [
|
|
102
|
-
'<strong>Mehr Konversionen:</strong> Ein
|
|
103
|
-
'<strong>Vorformulierte Nachricht:</strong> Der Nutzer drückt einfach auf
|
|
100
|
+
'<strong>Mehr Konversionen:</strong> Ein "Kontakt über WhatsApp"-Button in Ihrem Shop reduziert Hürden und steigert die Verkäufe.',
|
|
101
|
+
'<strong>Vorformulierte Nachricht:</strong> Der Nutzer drückt einfach auf "Senden". Beispiel: "Hallo! Ich komme von Instagram und möchte das Angebot in Anspruch nehmen."',
|
|
104
102
|
'<strong>Automatischer QR-Code:</strong> Laden Sie den QR-Code für Visitenkarten, Poster oder Social-Media-Posts herunter.',
|
|
105
103
|
],
|
|
106
104
|
},
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { WhatsappLinkUI } from '../ui';
|
|
@@ -76,14 +77,11 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
76
77
|
title: 'WhatsApp Link Generator with QR',
|
|
77
78
|
description: 'Create direct WhatsApp chat links with pre-filled message and QR code. Free tool, no registration, 100% private.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'How to use the click to chat feature — WhatsApp Help Center', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
-
{ name: 'API Click to chat: parameters and formats — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
87
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
86
|
seo: [
|
|
89
87
|
{ type: 'title', level: 2, text: 'Generate short direct links for WhatsApp' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { WhatsappLinkUI } from '../ui';
|
|
@@ -76,14 +77,11 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
76
77
|
title: 'Generador de Enlace WhatsApp con QR',
|
|
77
78
|
description: 'Crea enlaces directos a tu chat de WhatsApp con mensaje predefinido y código QR. Herramienta gratuita, sin registro y 100% privada.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'Cómo usar la función clic para chatear — Centro de ayuda de WhatsApp', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
-
{ name: 'API Click to chat: parámetros y formatos — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
87
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
86
|
seo: [
|
|
89
87
|
{ type: 'title', level: 2, text: 'Genera enlaces cortos y directos para WhatsApp' },
|
|
@@ -91,7 +89,7 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
91
89
|
type: 'paragraph',
|
|
92
90
|
html: '¿Necesitas que clientes o seguidores te contacten por WhatsApp sin tener que guardar tu número? Nuestro <strong>creador de enlaces wa.me</strong> soluciona este problema generando un link que abre un chat directo al instante, sin pasos previos.',
|
|
93
91
|
},
|
|
94
|
-
{ type: 'title', level: 3, text: '¿Para qué sirve el acortador
|
|
92
|
+
{ type: 'title', level: 3, text: '¿Para qué sirve el acortador de enlaces de WhatsApp?' },
|
|
95
93
|
{
|
|
96
94
|
type: 'paragraph',
|
|
97
95
|
html: 'WhatsApp dispone de una API llamada "Clic para chatear". Mediante una URL especial, cualquier usuario puede abrir un chat nuevo contigo sin necesidad de añadirte como contacto previamente, tanto desde móvil como desde WhatsApp Web.',
|
|
@@ -112,7 +110,7 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
112
110
|
{
|
|
113
111
|
type: 'code',
|
|
114
112
|
ariaLabel: 'Formato de URL de WhatsApp',
|
|
115
|
-
code: 'https://wa.me/34XXXXXXXXX\
|
|
113
|
+
code: 'https://wa.me/34XXXXXXXXX\n(Para anadir un mensaje, usa el parametro text en la URL)',
|
|
116
114
|
},
|
|
117
115
|
{ type: 'title', level: 3, text: 'Privacidad garantizada y procesamiento local' },
|
|
118
116
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { WhatsappLinkUI } from '../ui';
|
|
@@ -76,14 +77,11 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
76
77
|
title: 'Générateur de Lien WhatsApp avec QR',
|
|
77
78
|
description: "Créez des liens directs vers votre chat WhatsApp avec message prédéfini et code QR. Outil gratuit, sans inscription, 100% privé.",
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: "Comment utiliser la fonction clic pour chatter — Aide WhatsApp", url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
-
{ name: "API Click to chat : paramètres et formats — WhatsApp", url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
87
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
86
|
seo: [
|
|
89
87
|
{ type: 'title', level: 2, text: 'Générez des liens courts et directs pour WhatsApp' },
|
|
@@ -99,8 +97,8 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
99
97
|
{
|
|
100
98
|
type: 'list',
|
|
101
99
|
items: [
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
`<strong>Plus de conversions:</strong> Un bouton " Contacter via WhatsApp " sur votre boutique réduit la friction et augmente les ventes.`,
|
|
101
|
+
`<strong>Message prédéfini:</strong> L'utilisateur appuie juste sur " Envoyer ". Exemple: " Bonjour ! Je viens d'Instagram et veux profiter de l'offre. "`,
|
|
104
102
|
"<strong>Code QR automatique :</strong> Téléchargez le QR pour cartes de visite, affiches ou publications sur les réseaux.",
|
|
105
103
|
],
|
|
106
104
|
},
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { WhatsappLinkUI } from '../ui';
|
|
@@ -76,14 +77,11 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
76
77
|
title: 'Pembuat Tautan WhatsApp dengan QR',
|
|
77
78
|
description: 'Buat tautan obrolan WhatsApp langsung dengan pesan yang sudah diisi sebelumnya dan kode QR. Alat gratis, tanpa pendaftaran, 100% pribadi.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
83
|
-
bibliography
|
|
84
|
-
{ name: 'Cara menggunakan fitur klik untuk chat — Pusat Bantuan WhatsApp', url: 'https://faq.whatsapp.com/591339899867293' },
|
|
85
|
-
{ name: 'API Klik untuk chat: parameter dan format — WhatsApp', url: 'https://faq.whatsapp.com/425559092497645' },
|
|
86
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
87
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
86
|
seo: [
|
|
89
87
|
{ type: 'title', level: 2, text: 'Buat tautan langsung pendek untuk WhatsApp' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { WhatsappLinkUI } from '../ui';
|
|
@@ -76,14 +77,11 @@ export const content: ToolLocaleContent<WhatsappLinkUI> = {
|
|
|
76
77
|
title: 'Generatore di Link WhatsApp con QR',
|
|
77
78
|
description: 'Crea link di chat WhatsApp diretti con messaggio precompilato e codice QR. Strumento gratuito, nessuna registrazione, 100% privato.',
|
|
78
79
|
ui,
|
|
79
|
-
|
|
80
|
+
|
|
80
81
|
faq: faqData,
|
|
81
82
|
howTo: howToData,
|
|
82
|
-
|
|
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
|
-
],
|
|
83
|
+
|
|
84
|
+
bibliography,
|
|
87
85
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
88
86
|
seo: [
|
|
89
87
|
{ type: 'title', level: 2, text: 'Genera link diretti brevi per WhatsApp' },
|