@jjlmoya/utils-creative 1.19.0 → 1.21.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/data.ts +2 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +3 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +2 -14
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
- package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
- package/src/tool/bead-pattern-generator/entry.ts +0 -1
- package/src/tool/bead-pattern-generator/i18n/de.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/en.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/es.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/fr.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/id.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/it.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/ja.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/ko.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/nl.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/pl.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/pt.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/ru.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/sv.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/tr.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/zh.ts +2 -6
- package/src/tool/bead-pattern-generator/seo.astro +10 -5
- package/src/tool/dice-roller/bibliography.astro +3 -12
- package/src/tool/dice-roller/bibliography.ts +5 -0
- package/src/tool/dice-roller/entry.ts +0 -1
- package/src/tool/dice-roller/i18n/de.ts +2 -6
- package/src/tool/dice-roller/i18n/en.ts +2 -6
- package/src/tool/dice-roller/i18n/es.ts +2 -6
- package/src/tool/dice-roller/i18n/fr.ts +2 -6
- package/src/tool/dice-roller/i18n/id.ts +2 -6
- package/src/tool/dice-roller/i18n/it.ts +2 -6
- package/src/tool/dice-roller/i18n/ja.ts +2 -6
- package/src/tool/dice-roller/i18n/ko.ts +2 -6
- package/src/tool/dice-roller/i18n/nl.ts +2 -6
- package/src/tool/dice-roller/i18n/pl.ts +2 -6
- package/src/tool/dice-roller/i18n/pt.ts +2 -6
- package/src/tool/dice-roller/i18n/ru.ts +2 -6
- package/src/tool/dice-roller/i18n/sv.ts +2 -6
- package/src/tool/dice-roller/i18n/tr.ts +2 -6
- package/src/tool/dice-roller/i18n/zh.ts +2 -6
- package/src/tool/dice-roller/seo.astro +2 -1
- package/src/tool/excuse-generator/bibliography.astro +2 -12
- package/src/tool/excuse-generator/bibliography.ts +3 -0
- package/src/tool/excuse-generator/entry.ts +0 -1
- package/src/tool/excuse-generator/i18n/de.ts +2 -4
- package/src/tool/excuse-generator/i18n/en.ts +2 -4
- package/src/tool/excuse-generator/i18n/es.ts +2 -4
- package/src/tool/excuse-generator/i18n/fr.ts +2 -4
- package/src/tool/excuse-generator/i18n/id.ts +2 -4
- package/src/tool/excuse-generator/i18n/it.ts +2 -4
- package/src/tool/excuse-generator/i18n/ja.ts +2 -4
- package/src/tool/excuse-generator/i18n/ko.ts +2 -4
- package/src/tool/excuse-generator/i18n/nl.ts +2 -4
- package/src/tool/excuse-generator/i18n/pl.ts +2 -4
- package/src/tool/excuse-generator/i18n/pt.ts +2 -4
- package/src/tool/excuse-generator/i18n/ru.ts +2 -4
- package/src/tool/excuse-generator/i18n/sv.ts +2 -4
- package/src/tool/excuse-generator/i18n/tr.ts +2 -4
- package/src/tool/excuse-generator/i18n/zh.ts +2 -4
- package/src/tool/excuse-generator/seo.astro +2 -1
- package/src/tool/fortune-cookie/bibliography.astro +2 -12
- package/src/tool/fortune-cookie/bibliography.ts +3 -0
- package/src/tool/fortune-cookie/entry.ts +0 -1
- package/src/tool/fortune-cookie/i18n/de.ts +2 -5
- package/src/tool/fortune-cookie/i18n/en.ts +2 -5
- package/src/tool/fortune-cookie/i18n/es.ts +2 -4
- package/src/tool/fortune-cookie/i18n/fr.ts +2 -5
- package/src/tool/fortune-cookie/i18n/id.ts +2 -5
- package/src/tool/fortune-cookie/i18n/it.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
- package/src/tool/fortune-cookie/i18n/nl.ts +2 -5
- package/src/tool/fortune-cookie/i18n/pl.ts +2 -5
- package/src/tool/fortune-cookie/i18n/pt.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ru.ts +2 -5
- package/src/tool/fortune-cookie/i18n/sv.ts +2 -5
- package/src/tool/fortune-cookie/i18n/tr.ts +2 -5
- package/src/tool/fortune-cookie/i18n/zh.ts +2 -5
- package/src/tool/fortune-cookie/seo.astro +2 -1
- package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
- package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
- package/src/tool/glitch-image-distorter/component.astro +393 -0
- package/src/tool/glitch-image-distorter/entry.ts +48 -0
- package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
- package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
- package/src/tool/glitch-image-distorter/index.ts +9 -0
- package/src/tool/glitch-image-distorter/seo.astro +15 -0
- package/src/tool/synesthesia-painter/bibliography.astro +3 -12
- package/src/tool/synesthesia-painter/bibliography.ts +5 -0
- package/src/tool/synesthesia-painter/entry.ts +0 -1
- package/src/tool/synesthesia-painter/i18n/de.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/en.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/es.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/fr.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/id.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ja.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ko.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/nl.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/pl.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/pt.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ru.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/sv.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/tr.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/zh.ts +2 -6
- package/src/tool/synesthesia-painter/seo.astro +2 -1
- package/src/tool/zalgo-generator/bibliography.astro +2 -12
- package/src/tool/zalgo-generator/bibliography.ts +5 -0
- package/src/tool/zalgo-generator/entry.ts +0 -1
- package/src/tool/zalgo-generator/i18n/de.ts +2 -6
- package/src/tool/zalgo-generator/i18n/en.ts +2 -6
- package/src/tool/zalgo-generator/i18n/es.ts +2 -6
- package/src/tool/zalgo-generator/i18n/fr.ts +2 -6
- package/src/tool/zalgo-generator/i18n/id.ts +2 -6
- package/src/tool/zalgo-generator/i18n/it.ts +2 -6
- package/src/tool/zalgo-generator/i18n/ja.ts +2 -6
- package/src/tool/zalgo-generator/i18n/ko.ts +2 -6
- package/src/tool/zalgo-generator/i18n/nl.ts +2 -6
- package/src/tool/zalgo-generator/i18n/pl.ts +2 -6
- package/src/tool/zalgo-generator/i18n/pt.ts +2 -6
- package/src/tool/zalgo-generator/i18n/ru.ts +2 -6
- package/src/tool/zalgo-generator/i18n/sv.ts +2 -6
- package/src/tool/zalgo-generator/i18n/tr.ts +2 -6
- package/src/tool/zalgo-generator/i18n/zh.ts +2 -6
- package/src/tool/zalgo-generator/seo.astro +2 -1
- package/src/tools.ts +2 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'synesthesia-painter';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Frequently Asked Questions',
|
|
76
|
-
bibliographyTitle: 'Mind Bibliography',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Synesthesia Painter',
|
|
79
79
|
description: 'Transform your words into chromatic art.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Color Palette of This Tool', html: 'The color assignments are inspired by the most common statistical data in scientific literature. <strong>A → red</strong>, <strong>E → green</strong>, <strong>I → white/black depending on background</strong>, <strong>O → black/white</strong>, <strong>U → amber</strong>. Consonants follow less uniform patterns, but contrast with the background is always prioritized to guarantee readability.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Concerning the Spiritual in Art (1911)', url: 'https://en.wikipedia.org/wiki/Concerning_the_Spiritual_in_Art' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'pintor-sinestesia';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Preguntas Frecuentes',
|
|
76
|
-
bibliographyTitle: 'Bibliografía de la Mente',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Pintor de Sinestesia',
|
|
79
79
|
description: 'Convierte tus palabras en arte cromático.',
|
|
@@ -114,11 +114,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
114
114
|
], columns: 4 },
|
|
115
115
|
],
|
|
116
116
|
faq,
|
|
117
|
-
bibliography
|
|
118
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
119
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
120
|
-
{ name: 'Kandinsky, W. – De lo espiritual en el arte (1911)', url: 'https://es.wikipedia.org/wiki/De_lo_espiritual_en_el_arte' },
|
|
121
|
-
],
|
|
117
|
+
bibliography,
|
|
122
118
|
howTo,
|
|
123
119
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
124
120
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'peintre-de-synesthesie';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Questions Fréquemment Posées',
|
|
76
|
-
bibliographyTitle: 'Bibliographie de l\'Esprit',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Peintre de Synesthésie',
|
|
79
79
|
description: 'Transformez vos mots en art chromatique.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Palette de Couleurs de cet Outil', html: 'Les attributions de couleurs s\'inspirent des données statistiques les plus courantes dans la littérature scientifique. <strong>A → rouge</strong>, <strong>E → vert</strong>, <strong>I → blanc/noir selon le fond</strong>, <strong>O → noir/blanc</strong>, <strong>U → ambre</strong>. Les consonnes suivent des schémas moins uniformes, mais le contraste avec l\'arrière-plan est toujours privilégié pour garantir la lisibilité.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Du Spirituel dans l\'Art (1911)', url: 'https://fr.wikipedia.org/wiki/Du_spirituel_dans_l\'art' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'pelukis-sinestesia';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
76
|
-
bibliographyTitle: 'Bibliografi Pikiran',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Pelukis Sinestesia',
|
|
79
79
|
description: 'Ubah kata-kata Anda menjadi seni kromatik.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Palet Warna Alat Ini', html: 'Penetapan warna terinspirasi oleh data statistik yang paling umum dalam literatur ilmiah. <strong>A → merah</strong>, <strong>E → hijau</strong>, <strong>I → putih/hitam tergantung latar belakang</strong>, <strong>O → hitam/putih</strong>, <strong>U → amber</strong>. Huruf konsonan mengikuti pola yang kurang seragam, tetapi kontras dengan latar belakang selalu diprioritaskan untuk menjamin keterbacaan.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Sinestesia: Prevalensi pengalaman lintas-modal atipikal', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – Baterai tes standar untuk studi sinestesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Tentang Spiritual dalam Seni (1911)', url: 'https://id.wikipedia.org/wiki/Wassily_Kandinsky' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'pittore-di-sinestesia';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Domande Frequenti',
|
|
76
|
-
bibliographyTitle: 'Bibliografia della Mente',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Pittore di Sinestesia',
|
|
79
79
|
description: 'Trasforma le tue parole in arte cromatica.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Tavolozza dei colori di questo strumento', html: 'Le assegnazioni dei colori sono ispirate ai dati statistici più comuni nella letteratura scientifica. <strong>A → rosso</strong>, <strong>E → verde</strong>, <strong>I → bianco/nero a seconda dello sfondo</strong>, <strong>O → nero/bianco</strong>, <strong>U → ambra</strong>. Le consonanti seguono modelli meno uniformi, ma viene sempre data priorità al contrasto con lo sfondo per garantire la leggibilità.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Sinestesia: prevalenza di esperienze cross-modali atipiche', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – Batteria di test standardizzati per lo studio della sinestesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Lo spirituale nell\'arte (1911)', url: 'https://it.wikipedia.org/wiki/Lo_spirituale_nell%27arte' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'synesthesia-painter';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'よくある質問',
|
|
76
|
-
bibliographyTitle: '精神の参考文献',
|
|
77
77
|
ui: {
|
|
78
78
|
title: '共感覚ペインター',
|
|
79
79
|
description: '言葉を色彩のアートへと変換。',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'このツールのカラーパレット', html: 'このツールの色割り当ては、科学文献における最も一般的な統計データに基づいています。<strong>A → 赤</strong>、<strong>E → 緑</strong>、<strong>I → 背景に応じた白/黒</strong>、<strong>O → 黒/白</strong>、<strong>U → 琥珀色</strong>。子音についてはパレットが多様ですが、視認性を最優先し、背景とのコントラストを重視しています。' }
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – 共感覚:非典型的な感覚統合体験の有病率', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – 共感覚研究のための標準テストバッテリー', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'カンディンスキー『芸術における精神的なものについて』(1911年)', url: 'https://ja.wikipedia.org/wiki/ワシリー・カンディンスキー' }
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'synesthesia-painter';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: '자주 묻는 질문',
|
|
76
|
-
bibliographyTitle: '정신의 참고 문헌',
|
|
77
77
|
ui: {
|
|
78
78
|
title: '공감각 페인터',
|
|
79
79
|
description: '당신의 단어를 색채 예술로 변환하세요.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: '이 도구의 컬러 팔레트', html: '색상 할당은 과학 문헌의 가장 일반적인 통계 데이터에서 영감을 얻었습니다. <strong>A → 빨강</strong>, <strong>E → 초록</strong>, <strong>I → 배경에 따른 흰색/검은색</strong>, <strong>O → 검정/흰색</strong>, <strong>U → 황색</strong>. 자음은 비교적 덜 균일한 패턴을 따르지만, 가독성을 보장하기 위해 배경과의 대비를 항상 우선시합니다.' }
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – 공감각: 비전형적인 교차 감각 경험의 유병률', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – 공감각 연구를 위한 표준화된 테스트 배터리', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: '칸딘스키, 바실리 – 예술에 있어서 정신적인 것에 대하여 (1911)', url: 'https://ko.wikipedia.org/wiki/예술에_있어서_정신적인_것에_대하여' }
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'synesthesie-schilder';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Veelgestelde Vragen',
|
|
76
|
-
bibliographyTitle: 'Bibliografie van de Geest',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Synesthesie Schilder',
|
|
79
79
|
description: 'Transformeer je woorden in chromatische kunst.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Kleurenpalet van deze tool', html: 'De kleurtoewijzingen zijn geïnspireerd op de meest voorkomende statistische gegevens in de wetenschappelijke literatuur. <strong>A → rood</strong>, <strong>E → groen</strong>, <strong>I → wit/zwart afhankelijk van de achtergrond</strong>, <strong>O → zwart/wit</strong>, <strong>U → amber</strong>. Medeklinkers volgen minder uniforme patronen, maar het contrast met de achtergrond krijgt altijd prioriteit om de leesbaarheid te garanderen.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Concerning the Spiritual in Art (1911)', url: 'https://en.wikipedia.org/wiki/Concerning_the_Spiritual_in_Art' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'malarz-synestezji';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
76
|
-
bibliographyTitle: 'Bibliografia Umysłu',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Malarz Synestezji',
|
|
79
79
|
description: 'Zmień swoje słowa w sztukę chromatyczną.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Paleta kolorów tego narzędzia', html: 'Przypisywanie kolorów inspirowane jest najczęstszymi danymi statystycznymi w literaturze naukowej. <strong>A → czerwony</strong>, <strong>E → zielony</strong>, <strong>I → biały/czarny w zależności od tła</strong>, <strong>O → czarny/biały</strong>, <strong>U → bursztynowy</strong>. Spółgłoski podlegają mniej jednolitym wzorcom, ale kontrast z tłem jest zawsze traktowany priorytetowo, aby zagwarantować czytelność.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – O duchowości w sztuce (1911)', url: 'https://pl.wikipedia.org/wiki/Wassily_Kandinsky' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'pintor-de-sinestesia';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Perguntas Frequentes',
|
|
76
|
-
bibliographyTitle: 'Bibliografia da Mente',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Pintor de Sinestesia',
|
|
79
79
|
description: 'Transforme as suas palavras em arte cromática.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Paleta de Cores Desta Ferramenta', html: 'As atribuições de cores são inspiradas nos dados estatísticos mais comuns na literatura científica. <strong>A → vermelho</strong>, <strong>E → verde</strong>, <strong>I → branco/preto dependendo do fundo</strong>, <strong>O → preto/branco</strong>, <strong>U → âmbar</strong>. As consoantes seguem padrões menos uniformes, mas o contraste com o fundo é sempre priorizado para garantir a legibilidade.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Do Espiritual na Arte (1911)', url: 'https://pt.wikipedia.org/wiki/Wassily_Kandinsky' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'khudozhnik-sinestezii';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Часто задаваемые вопросы',
|
|
76
|
-
bibliographyTitle: 'Библиография разума',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Художник синестезии',
|
|
79
79
|
description: 'Превратите ваши слова в хроматическое искусство.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Цветовая палитра этого инструмента', html: 'Назначение цветов вдохновлено наиболее распространенными статистическими данными из научной литературы. <strong>А → красный</strong>, <strong>Е → зеленый</strong>, <strong>I → белый/черный в зависимости от фона</strong>, <strong>O → черный/белый</strong>, <strong>U → янтарный</strong>. Согласные следуют менее единообразным паттернам, но приоритет всегда отдается контрасту с фоном для обеспечения читаемости.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Симнер и др. (2006) – Синестезия: Распространенность атипичного кросс-модального опыта', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Иглмен и др. (2007) – Стандартизированный набор тестов для изучения синестезии', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Кандинский В. – О духовном в искусстве (1911)', url: 'https://ru.wikipedia.org/wiki/О_духовном_в_искусстве' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'synestesi-malare';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Vanliga frågor',
|
|
76
|
-
bibliographyTitle: 'Sinnets bibliografi',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Synestesi målare',
|
|
79
79
|
description: 'Förvandla dina ord till kromatisk konst.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Detta verktygs färgpalett', html: 'Färgtilldelningarna är inspirerade av de vanligaste statistiska data i vetenskaplig litteratur. <strong>A → röd</strong>, <strong>E → grön</strong>, <strong>I → vit/svart beroende på bakgrund</strong>, <strong>O → svart/vit</strong>, <strong>U → bärnsten</strong>. Konsonanter följer mindre enhetliga mönster, men kontrast mot bakgrunden prioriteras alltid för att garantera läsbarhet.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Om det andliga i konsten (1911)', url: 'https://sv.wikipedia.org/wiki/Om_det_andliga_i_konsten' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'sinestezi-ressami';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
76
|
-
bibliographyTitle: 'Zihin Kaynakçası',
|
|
77
77
|
ui: {
|
|
78
78
|
title: 'Sinestezi Ressamı',
|
|
79
79
|
description: 'Kelimelerinizi kromatik sanata dönüştürün.',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: 'Bu Aracın Renk Paleti', html: 'Renk atamaları, bilimsel literatürdeki en yaygın istatistiksel verilerden esinlenmiştir. <strong>A → kırmızı</strong>, <strong>E → yeşil</strong>, <strong>I → arka plana göre beyaz/siyah</strong>, <strong>O → siyah/beyaz</strong>, <strong>U → kehribar</strong>. Ünsüzler daha az üniform modeller izlese de, okunabilirliği garanti etmek için arka planla kontrast her zaman önceliklidir.' },
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – Sinestezi: Atipik çapraz-modal deneyimlerin yaygınlığı', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – Sinestezi çalışması için standartlaştırılmış bir test bataryası', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: 'Kandinsky, W. – Sanatta Spiritüel Üzerine (1911)', url: 'https://tr.wikipedia.org/wiki/Spritüel_Üstüne' },
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { SynesthesiaPainterLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'synesthesia-painter';
|
|
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
73
74
|
title,
|
|
74
75
|
description,
|
|
75
76
|
faqTitle: '常见问题解答',
|
|
76
|
-
bibliographyTitle: '精神文献',
|
|
77
77
|
ui: {
|
|
78
78
|
title: '联觉绘画家',
|
|
79
79
|
description: '将您的文字转化为色度艺术。',
|
|
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
|
|
|
112
112
|
{ type: 'tip', title: '此工具的色盘', html: '颜色分配受到科学文献中最常见的统计数据的启发。<strong>A → 红色</strong>,<strong>E → 绿色</strong>,<strong>I → 根据背景显示白/黑</strong>,<strong>O → 黑/白</strong>,<strong>U → 琥珀色</strong>。辅音遵循较不统一的模式,但始终优先考虑与背景的对比度,以保证可读性。' }
|
|
113
113
|
],
|
|
114
114
|
faq,
|
|
115
|
-
bibliography
|
|
116
|
-
{ name: 'Simner et al. (2006) – 联觉:非典型跨模态体验的流行率', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
|
|
117
|
-
{ name: 'Eagleman et al. (2007) – 用于联觉研究的标准化测试电池', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
|
|
118
|
-
{ name: '康定斯基,《艺术中的精神性》(1911)', url: 'https://zh.wikipedia.org/wiki/瓦西里·康定斯基' }
|
|
119
|
-
],
|
|
115
|
+
bibliography,
|
|
120
116
|
howTo,
|
|
121
117
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
122
118
|
};
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await synesthesiaPainter.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,18 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const localeContentLoader = (zalgoGenerator.i18n as Record<string, () => Promise<ZalgoGeneratorLocaleContent>>)[locale];
|
|
12
|
-
const content = localeContentLoader ? await localeContentLoader() : null;
|
|
13
|
-
if (!content) return null;
|
|
14
|
-
|
|
15
|
-
const { bibliography } = content;
|
|
5
|
+
if (!bibliography || bibliography.length === 0) return null;
|
|
16
6
|
---
|
|
17
7
|
|
|
18
8
|
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const bibliography = [
|
|
2
|
+
{ name: 'Unicode Standard - Combining Characters', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
3
|
+
{ name: 'The Zalgo Text Phenomenon', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
4
|
+
{ name: 'MDN - String normalization', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
5
|
+
];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-textgenerator';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Häufig gestellte Fragen',
|
|
60
|
-
bibliographyTitle: 'Chaos-Bibliographie',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo Generator',
|
|
63
63
|
description: 'A̵l̸l̸e̵s̶ ̵i̶s̷t̶ ̵k̶o̸r̸r̸u̶p̸t̷',
|
|
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode-Standard - Kombinationszeichen (Englisch)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Das Zalgo-Text-Phänomen (Englisch)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - String-Normalisierung', url: 'https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-generator';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Frequently Asked Questions',
|
|
60
|
-
bibliographyTitle: 'Chaos Bibliography',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo Generator',
|
|
63
63
|
description: 'E̴v̵e̸r̸y̵t̸h̵i̸n̴g̴ ̷i̸s̶ ̶c̶o̷r̵r̷u̷p̶t̸',
|
|
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode Standard - Combining Characters', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'The Zalgo Text Phenomenon', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - String normalization', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'generador-zalgo';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Preguntas Frecuentes',
|
|
60
|
-
bibliographyTitle: 'Bibliografía del Caos',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Generador Zalgo',
|
|
63
63
|
description: 'T̸o̶d̸o̵ ̸e̴s̸t̴á̷ ̵c̵o̶r̶r̵u̸p̸t̵o̴',
|
|
@@ -110,11 +110,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
110
110
|
]},
|
|
111
111
|
],
|
|
112
112
|
faq,
|
|
113
|
-
bibliography
|
|
114
|
-
{ name: 'Unicode Standard - Combining Characters', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
115
|
-
{ name: 'The Zalgo Text Phenomenon', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
116
|
-
{ name: 'MDN - String normalization', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
117
|
-
],
|
|
113
|
+
bibliography,
|
|
118
114
|
howTo,
|
|
119
115
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
120
116
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'generateur-zalgo';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Questions Fréquemment Posées',
|
|
60
|
-
bibliographyTitle: 'Bibliographie du Chaos',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Générateur Zalgo',
|
|
63
63
|
description: 'T̴o̴u̴t̴ ̴e̸s̶t̶ ̶c̶o̷r̵r̶o̸m̵p̶u̸',
|
|
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Norme Unicode - Caractères de Combinaison', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Le Phénomène du Texte Zalgo (Know Your Meme)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Normalisation de chaîne JavaScript', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'pembuat-teks-zalgo';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
60
|
-
bibliographyTitle: 'Bibliografi Kekacauan',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Pembuat Teks Zalgo',
|
|
63
63
|
description: 'S̷e̷m̴u̴a̷n̵y̸a̷ ̴r̸u̶s̷a̶k̵',
|
|
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Standar Unicode - Karakter Penggabung (Bahasa Inggris)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Fenomena Teks Zalgo (Bahasa Inggris)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Normalisasi string', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'generatore-zalgo';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'Domande Frequenti',
|
|
60
|
-
bibliographyTitle: 'Bibliografia del Caos',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Generatore Zalgo',
|
|
63
63
|
description: 'T̴u̶t̸t̶o̸ ̵è̵ ̸c̸o̸r̶r̶o̸t̷t̶o̷',
|
|
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Standard Unicode - Caratteri di combinazione (inglese)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Il fenomeno del testo Zalgo (inglese)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - Normalizzazione delle stringhe', url: 'https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
import type { ZalgoGeneratorLocaleContent } from '../index';
|
|
3
4
|
|
|
4
5
|
const slug = 'zalgo-generator';
|
|
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
57
58
|
title,
|
|
58
59
|
description,
|
|
59
60
|
faqTitle: 'よくある質問',
|
|
60
|
-
bibliographyTitle: 'カオスの参考文献',
|
|
61
61
|
ui: {
|
|
62
62
|
title: 'Zalgo生成器',
|
|
63
63
|
description: 'す̸べ̷て̸は̶壊̴れ̴て̶い̵る̸',
|
|
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
|
|
|
103
103
|
]},
|
|
104
104
|
],
|
|
105
105
|
faq,
|
|
106
|
-
bibliography
|
|
107
|
-
{ name: 'Unicode標準 - 結合文字(英語)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
|
|
108
|
-
{ name: 'Zalgoテキストという現象(英語)', url: 'https://knowyourmeme.com/memes/zalgo' },
|
|
109
|
-
{ name: 'MDN - 文字列正規化', url: 'https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' }
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo,
|
|
112
108
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
113
109
|
};
|