@jjlmoya/utils-creative 1.7.0 → 1.8.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.
Files changed (100) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +9 -0
  3. package/src/category/i18n/id.ts +9 -0
  4. package/src/category/i18n/it.ts +9 -0
  5. package/src/category/i18n/ja.ts +9 -0
  6. package/src/category/i18n/ko.ts +9 -0
  7. package/src/category/i18n/nl.ts +9 -0
  8. package/src/category/i18n/pl.ts +9 -0
  9. package/src/category/i18n/pt.ts +9 -0
  10. package/src/category/i18n/ru.ts +9 -0
  11. package/src/category/i18n/sv.ts +9 -0
  12. package/src/category/i18n/tr.ts +9 -0
  13. package/src/category/i18n/zh.ts +9 -0
  14. package/src/category/index.ts +12 -0
  15. package/src/tests/faq_count.test.ts +1 -1
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/locale_completeness.test.ts +2 -2
  18. package/src/tests/title_quality.test.ts +3 -3
  19. package/src/tool/bead-pattern-generator/i18n/de.ts +115 -0
  20. package/src/tool/bead-pattern-generator/i18n/en.ts +1 -1
  21. package/src/tool/bead-pattern-generator/i18n/es.ts +1 -1
  22. package/src/tool/bead-pattern-generator/i18n/fr.ts +1 -1
  23. package/src/tool/bead-pattern-generator/i18n/id.ts +115 -0
  24. package/src/tool/bead-pattern-generator/i18n/it.ts +115 -0
  25. package/src/tool/bead-pattern-generator/i18n/ja.ts +115 -0
  26. package/src/tool/bead-pattern-generator/i18n/ko.ts +115 -0
  27. package/src/tool/bead-pattern-generator/i18n/nl.ts +115 -0
  28. package/src/tool/bead-pattern-generator/i18n/pl.ts +115 -0
  29. package/src/tool/bead-pattern-generator/i18n/pt.ts +115 -0
  30. package/src/tool/bead-pattern-generator/i18n/ru.ts +115 -0
  31. package/src/tool/bead-pattern-generator/i18n/sv.ts +115 -0
  32. package/src/tool/bead-pattern-generator/i18n/tr.ts +115 -0
  33. package/src/tool/bead-pattern-generator/i18n/zh.ts +115 -0
  34. package/src/tool/bead-pattern-generator/index.ts +12 -0
  35. package/src/tool/dice-roller/i18n/de.ts +138 -0
  36. package/src/tool/dice-roller/i18n/id.ts +138 -0
  37. package/src/tool/dice-roller/i18n/it.ts +138 -0
  38. package/src/tool/dice-roller/i18n/ja.ts +138 -0
  39. package/src/tool/dice-roller/i18n/ko.ts +138 -0
  40. package/src/tool/dice-roller/i18n/nl.ts +138 -0
  41. package/src/tool/dice-roller/i18n/pl.ts +138 -0
  42. package/src/tool/dice-roller/i18n/pt.ts +138 -0
  43. package/src/tool/dice-roller/i18n/ru.ts +138 -0
  44. package/src/tool/dice-roller/i18n/sv.ts +138 -0
  45. package/src/tool/dice-roller/i18n/tr.ts +138 -0
  46. package/src/tool/dice-roller/i18n/zh.ts +138 -0
  47. package/src/tool/dice-roller/index.ts +12 -0
  48. package/src/tool/excuse-generator/i18n/de.ts +122 -0
  49. package/src/tool/excuse-generator/i18n/id.ts +122 -0
  50. package/src/tool/excuse-generator/i18n/it.ts +122 -0
  51. package/src/tool/excuse-generator/i18n/ja.ts +122 -0
  52. package/src/tool/excuse-generator/i18n/ko.ts +122 -0
  53. package/src/tool/excuse-generator/i18n/nl.ts +122 -0
  54. package/src/tool/excuse-generator/i18n/pl.ts +122 -0
  55. package/src/tool/excuse-generator/i18n/pt.ts +122 -0
  56. package/src/tool/excuse-generator/i18n/ru.ts +122 -0
  57. package/src/tool/excuse-generator/i18n/sv.ts +122 -0
  58. package/src/tool/excuse-generator/i18n/tr.ts +122 -0
  59. package/src/tool/excuse-generator/i18n/zh.ts +122 -0
  60. package/src/tool/excuse-generator/index.ts +12 -0
  61. package/src/tool/fortune-cookie/i18n/de.ts +127 -0
  62. package/src/tool/fortune-cookie/i18n/id.ts +127 -0
  63. package/src/tool/fortune-cookie/i18n/it.ts +127 -0
  64. package/src/tool/fortune-cookie/i18n/ja.ts +127 -0
  65. package/src/tool/fortune-cookie/i18n/ko.ts +127 -0
  66. package/src/tool/fortune-cookie/i18n/nl.ts +127 -0
  67. package/src/tool/fortune-cookie/i18n/pl.ts +127 -0
  68. package/src/tool/fortune-cookie/i18n/pt.ts +127 -0
  69. package/src/tool/fortune-cookie/i18n/ru.ts +127 -0
  70. package/src/tool/fortune-cookie/i18n/sv.ts +127 -0
  71. package/src/tool/fortune-cookie/i18n/tr.ts +127 -0
  72. package/src/tool/fortune-cookie/i18n/zh.ts +127 -0
  73. package/src/tool/fortune-cookie/index.ts +12 -0
  74. package/src/tool/synesthesia-painter/i18n/de.ts +122 -0
  75. package/src/tool/synesthesia-painter/i18n/fr.ts +2 -2
  76. package/src/tool/synesthesia-painter/i18n/id.ts +122 -0
  77. package/src/tool/synesthesia-painter/i18n/it.ts +122 -0
  78. package/src/tool/synesthesia-painter/i18n/ja.ts +122 -0
  79. package/src/tool/synesthesia-painter/i18n/ko.ts +122 -0
  80. package/src/tool/synesthesia-painter/i18n/nl.ts +122 -0
  81. package/src/tool/synesthesia-painter/i18n/pl.ts +122 -0
  82. package/src/tool/synesthesia-painter/i18n/pt.ts +122 -0
  83. package/src/tool/synesthesia-painter/i18n/ru.ts +122 -0
  84. package/src/tool/synesthesia-painter/i18n/sv.ts +122 -0
  85. package/src/tool/synesthesia-painter/i18n/tr.ts +122 -0
  86. package/src/tool/synesthesia-painter/i18n/zh.ts +122 -0
  87. package/src/tool/synesthesia-painter/index.ts +12 -0
  88. package/src/tool/zalgo-generator/i18n/de.ts +113 -0
  89. package/src/tool/zalgo-generator/i18n/id.ts +113 -0
  90. package/src/tool/zalgo-generator/i18n/it.ts +113 -0
  91. package/src/tool/zalgo-generator/i18n/ja.ts +113 -0
  92. package/src/tool/zalgo-generator/i18n/ko.ts +113 -0
  93. package/src/tool/zalgo-generator/i18n/nl.ts +113 -0
  94. package/src/tool/zalgo-generator/i18n/pl.ts +113 -0
  95. package/src/tool/zalgo-generator/i18n/pt.ts +113 -0
  96. package/src/tool/zalgo-generator/i18n/ru.ts +113 -0
  97. package/src/tool/zalgo-generator/i18n/sv.ts +113 -0
  98. package/src/tool/zalgo-generator/i18n/tr.ts +113 -0
  99. package/src/tool/zalgo-generator/i18n/zh.ts +113 -0
  100. package/src/tool/zalgo-generator/index.ts +12 -0
@@ -0,0 +1,122 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { SynesthesiaPainterLocaleContent } from '../index';
3
+
4
+ const slug = 'synaesthesie-maler';
5
+ const title = 'Synästhesie Maler';
6
+ const description = 'Visualisieren Sie die Farbe von Wörtern gemäß der Graphem Farb Synästhesie. Jeder Buchstabe hat seine eigene Farbe und verwandelt Text in chromatische Kunst.';
7
+
8
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
+ {
10
+ question: 'Sehen alle Synästhetiker die gleichen Farben für jeden Buchstaben?',
11
+ answer: 'Nein. Synästhetische Farben sind für jede Person einzigartig. Es gibt statistische Tendenzen (A ist für viele oft rot), aber keine zwei Synästhetiker haben exakt die gleiche Palette. Dieses Tool verwendet die Farben, die in Populationsstudien am häufigsten gemeldet wurden, nicht die „richtigen“.',
12
+ },
13
+ {
14
+ question: 'Kann ich durch die ständige Nutzung dieses Tools eine Synästhesie entwickeln?',
15
+ answer: 'Nicht im strikten neurologischen Sinne. Echte Synästhesie ist ein Merkmal des Nervensystems, keine erlernte Fähigkeit. Die wiederholte Verwendung von Farb-Buchstaben-Assoziationen kann jedoch starke assoziative Erinnerungen schaffen. Einige Studien deuten darauf hin, dass das Üben dieser Assoziationen das Textgedächtnis verbessern kann.',
16
+ },
17
+ {
18
+ question: 'Wozu dient der „Aura“-Modus?',
19
+ answer: 'Der Aura-Modus simuliert, wie einige Synästhetiker beschreiben, dass sie Farben „schwebend“ oder „leuchtend“ um Buchstaben herum sehen, anstatt in sie integriert. Er schafft ein atmosphärischeres und immersiveres visuelles Erlebnis, insbesondere auf dunklem Hintergrund.',
20
+ },
21
+ {
22
+ question: 'Hat der „Punkte“-Modus eine wissenschaftliche Grundlage?',
23
+ answer: 'Es handelt sich um eine künstlerische Abstraktion. Er reduziert den Text auf seine „chromatische Essenz“, indem er die erkennbare Form der Buchstaben eliminiert. Das Ergebnis ähnelt chromatischen Datenvisualisierungen oder pointillistischen Gemälden und ermöglicht es Ihnen, die „Farbsignatur“ eines Textes zu sehen, ohne dass die Bedeutung stört.',
24
+ },
25
+ {
26
+ question: 'Warum sind manche Buchstaben wie I und O weiß oder schwarz?',
27
+ answer: 'In Synästhesie-Studien werden die Vokale I und O sowie der Buchstabe W häufig als weiß, transparent oder schwarz beschrieben. Dieses Tool passt diese Farben an den aktiven Hintergrund an: weiß auf dunklem Hintergrund, schwarz auf hellem Hintergrund, um immer die Lesbarkeit zu gewährleisten.',
28
+ },
29
+ ];
30
+
31
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
+ { name: 'Text schreiben', text: 'Klicken Sie in den Schreibbereich und beginnen Sie zu tippen. Jeder Buchstabe erscheint in der Farbe, die seiner statistischen synästhetischen Assoziation entspricht.' },
33
+ { name: 'Visualisierungsmodus ändern', text: 'Verwenden Sie die Schaltflächen in der oberen rechten Ecke, um zwischen Buchstaben (farbiger Text), Punkten (Farbkreise) und Aura (leuchtende Buchstaben mit chromatischen Halos) zu wechseln.' },
34
+ { name: 'Verschiedene Texte erkunden', text: 'Schreiben Sie Namen, Wörter in verschiedenen Sprachen oder Sätze, um deren einzigartige chromatische Palette zu entdecken. Lange Wörter erzeugen faszinierende visuelle Gradienten.' },
35
+ { name: 'Löschen und neu beginnen', text: 'Verwenden Sie die Schaltfläche „Löschen“ in der unteren Leiste, um die Leinwand zu leeren und einen neuen Text zu erkunden.' },
36
+ ];
37
+
38
+ const faqSchema: WithContext<FAQPage> = {
39
+ '@context': 'https://schema.org',
40
+ '@type': 'FAQPage',
41
+ mainEntity: faq.map((item) => ({
42
+ '@type': 'Question',
43
+ name: item.question,
44
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
45
+ })),
46
+ };
47
+
48
+ const howToSchema: WithContext<HowTo> = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'HowTo',
51
+ name: title,
52
+ description,
53
+ step: howTo.map((step) => ({
54
+ '@type': 'HowToStep',
55
+ name: step.name,
56
+ text: step.text,
57
+ })),
58
+ };
59
+
60
+ const appSchema: WithContext<SoftwareApplication> = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'SoftwareApplication',
63
+ name: title,
64
+ description,
65
+ applicationCategory: 'UtilitiesApplication',
66
+ operatingSystem: 'Web',
67
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
68
+ inLanguage: 'de',
69
+ };
70
+
71
+ export const content: SynesthesiaPainterLocaleContent = {
72
+ slug,
73
+ title,
74
+ description,
75
+ faqTitle: 'Häufig gestellte Fragen',
76
+ bibliographyTitle: 'Geistes-Bibliographie',
77
+ ui: {
78
+ title: 'Synästhesie Maler',
79
+ description: 'Verwandeln Sie Ihre Worte in chromatische Kunst.',
80
+ modeLetters: 'Buchstaben',
81
+ modeDots: 'Punkte',
82
+ modeAura: 'Aura',
83
+ placeholder: 'Hier tippen...',
84
+ footerText: 'Tippen Sie, um Ihre persönliche Farbpalette zu entdecken',
85
+ clearBtn: 'Löschen',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: 'Referenzen'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: 'Was ist Graphem Farb Synästhesie?', level: 2 },
91
+ { type: 'paragraph', html: '<strong>Synästhesie</strong> ist ein neurologischer Zustand, bei dem die Stimulierung eines Sinnes automatisch eine Reaktion in einem anderen auslöst. Die am besten untersuchte und am weitesten verbreitete Variante ist die <strong>Graphem-Farb-Synästhesie</strong>: Die Betroffenen nehmen jeden Buchstaben oder jede Zahl mit einer intrinsischen, konstanten und lebendigen Farbe wahr. Es ist keine Fantasie oder Metapher; für einen Synästhetiker ist der Buchstabe „A“ rot, genauso wie Feuer heiß ist. Dieses Tool basiert auf einer <em>statistischen Palette</em>, die auf den am häufigsten gemeldeten Farben für jedes Graphem in Populationsstudien beruht.' },
92
+ { type: 'title', text: 'Neurowissenschaft: Die Theorie der Kreuzaktivierung', level: 3 },
93
+ { type: 'paragraph', html: 'Das am weitesten akzeptierte neurologische Modell für die Graphem-Farb-Synästhesie ist die <strong>Kreuzaktivierung</strong>. Die Bereiche des temporalen Kortex, die an der Erkennung von Buchstabenformen beteiligt sind (Gyrus fusiformis), liegen anatomisch direkt neben den Regionen, die Farben verarbeiten (Areal V4). Bei Menschen mit Synästhesie besteht eine stärkere strukturelle oder funktionelle Konnektivität zwischen diesen Regionen, sodass das Erkennen eines Buchstabens auch Farbpneuronen aktiviert. Die funktionelle Magnetresonanztomographie (fMRT) hat bestätigt, dass Synästhetiker beim Lesen von Text eine echte Aktivierung im Areal V4 zeigen, selbst wenn dieser einfarbig ist.' },
94
+ { type: 'tip', title: 'Die drei Visualisierungsmodi', html: '<strong>Buchstaben:</strong> Der Originaltext, gefärbt nach Graphem. Ideal, um die „chromatische Melodie“ eines ganzen Textes zu sehen. <strong>Punkte:</strong> Jedes Zeichen wird zu einem Kreis in seiner Farbe; der Text verschwindet und nur die Farbmusik bleibt. <strong>Aura:</strong> Buchstaben strahlen einen Halo in ihrer Farbe aus, als ob der Text mit seiner eigenen Energie leuchtet.' },
95
+ { type: 'title', text: 'Statistik und Farbunivsersalien', level: 3 },
96
+ { type: 'paragraph', html: 'Obwohl synästhetische Farben für jedes Individuum einzigartig sind, fanden Studien von Simner et al. (2006) und Eagleman et al. (2007) signifikante statistische Muster. Der Vokal <strong>A</strong> ist für die meisten tendenziell rot; <strong>O</strong> ist weiß oder schwarz; <strong>S</strong> erscheint in Türkis- oder Grüntönen; <strong>E</strong> erscheint als grün oder weiß. Interessanterweise sind Farb-Buchstaben-Assoziationen innerhalb einer Sprachkultur konsistenter als zwischen verschiedenen Kulturen, was auf eine Rolle des frühen Alphabetlernens hindeutet.' },
97
+ { type: 'list', items: [
98
+ '<strong>Prävalenz:</strong> Etwa 4 % der Bevölkerung haben in gewissem Maße eine Graphem-Farb-Synästhesie, wobei neuere Studien diese Zahl auf 6–8 % beziffern, wenn subklinische Formen einbezogen werden.',
99
+ '<strong>Geschlechterunterschiede:</strong> Synästhesie ist bei Frauen 3- bis 6-mal häufiger als bei Männern, obwohl die Ursachen für diesen Unterschied noch nicht vollständig geklärt sind.',
100
+ '<strong>Vererbbarkeit:</strong> Sie hat eine klare genetische Komponente: Sie tritt gehäuft in Familien auf, wenn auch nicht immer mit der gleichen Art von Synästhesie.',
101
+ '<strong>Konsistenz:</strong> Im Gegensatz zu erlernten Assoziationen sind synästhetische Farben über die Zeit hinweg außerordentlich stabil. 10-Jahres-Follow-up-Studien zeigen eine über 90-prozentige Konsistenz bei Graphem-Farb-Assoziationen.',
102
+ '<strong>Berühmte Synästhetiker:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla und Billy Joel haben öffentlich synästhetische Erfahrungen beschrieben, die ihre Arbeit beeinflusst haben.',
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4–8 %', label: 'Bevölkerung mit Synästhesie', icon: 'mdi:brain' },
106
+ { value: '90 %+', label: 'Farbkonsistenz über 10 Jahre', icon: 'mdi:check-circle' },
107
+ { value: '3–6×', label: 'Häufiger bei Frauen', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: 'Gefärbte Buchstaben & Ziffern', icon: 'mdi:alphabetical' },
109
+ ], columns: 4 },
110
+ { type: 'title', text: 'Kunst und Synästhesie: Wenn die Sinne verschmelzen', level: 3 },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, Begründer des abstrakten Expressionismus, erlebte sowohl Graphem-Farb- als auch Musik-Farb-Synästhesie: Er hörte Instrumente in Farben (Gelb war eine Trompete, tiefes Blau ein Cello) und nutzte diese Wahrnehmungen für seine Theorie der abstrakten Kunst. In der Musik komponierte <strong>Alexander Skrjabin</strong> <em>Prometheus: Das Poem des Feuers</em> mit einer Stimme für „tastiera per luce“ (Lichtklavier), die dazu bestimmt war, den jeweiligen Noten entsprechende Farben zu projizieren.' },
112
+ { type: 'tip', title: 'Farbpalette dieses Tools', html: 'Die Farbzuteilungen sind von den häufigsten statistischen Daten der wissenschaftlichen Literatur inspiriert. <strong>A → rot</strong>, <strong>E → grün</strong>, <strong>I → weiß/schwarz je nach Hintergrund</strong>, <strong>O → schwarz/weiß</strong>, <strong>U → bernsteinfarben</strong>. Konsonanten folgen weniger einheitlichen Mustern, aber der Kontrast zum Hintergrund wird immer priorisiert, um die Lesbarkeit zu gewährleisten.' },
113
+ ],
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. – Über das Geistige in der Kunst (1911)', url: 'https://de.wikipedia.org/wiki/Über_das_Geistige_in_der_Kunst' },
119
+ ],
120
+ howTo,
121
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
122
+ };
@@ -3,7 +3,7 @@ import type { SynesthesiaPainterLocaleContent } from '../index';
3
3
 
4
4
  const slug = 'peintre-de-synesthesie';
5
5
  const title = 'Peintre de Synesthésie';
6
- const description = 'Visualisez la couleur des mots selon la synesthésie graphème-couleur. Chaque lettre possède sa propre couleur, transformant le texte en art chromatique.';
6
+ const description = 'Visualisez la couleur des mots selon la synesthésie graphème couleur. Chaque lettre possède sa propre couleur, transformant le texte en art chromatique.';
7
7
 
8
8
  const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
9
  {
@@ -87,7 +87,7 @@ export const content: SynesthesiaPainterLocaleContent = {
87
87
  bibliographyTitle: 'Références'
88
88
  },
89
89
  seo: [
90
- { type: 'title', text: 'Qu\'est-ce que la Synesthésie Graphème-Couleur ?', level: 2 },
90
+ { type: 'title', text: 'Qu\'est-ce que la Synesthésie Graphème Couleur ?', level: 2 },
91
91
  { type: 'paragraph', html: 'La <strong>synesthésie</strong> est une condition neurologique dans laquelle la stimulation d\'un sens déclenche automatiquement une réponse dans un autre. La variante la plus étudiée et la plus répandue est la <strong>synesthésie graphème-couleur</strong> : ceux qui en sont atteints perçoivent chaque lettre ou chiffre avec une couleur intrinsèque, constante et vive. Ce n\'est ni de l\'imagination ni une métaphore ; pour un synesthète, la lettre "A" est rouge de la même manière que le feu est chaud. Cet outil applique une <em>palette statistique</em> basée sur les couleurs les plus fréquemment rapportées pour chaque graphème dans les études de population.' },
92
92
  { type: 'title', text: 'Neurosciences : La Théorie de l\'Activation Croisée', level: 3 },
93
93
  { type: 'paragraph', html: 'Le modèle neurologique le plus largement accepté pour la synesthésie graphème-couleur est l\'<strong>activation croisée</strong>. Les zones du cortex temporal impliquées dans la reconnaissance de la forme des lettres (gyrus fusiforme) sont anatomiquement adjacentes aux régions qui traitent la couleur (zone V4). Chez les personnes synesthètes, il existe une connectivité structurelle ou fonctionnelle accrue entre ces régions, de sorte que la reconnaissance d\'une lettre active également les neurones de la couleur. La recherche par neuro-imagerie fonctionnelle (IRMf) a confirmé que les synesthètes montrent une véritable activation de V4 lors de la lecture d\'un texte, même s\'il est monochromatique.' },
@@ -0,0 +1,122 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { SynesthesiaPainterLocaleContent } from '../index';
3
+
4
+ const slug = 'pelukis-sinestesia';
5
+ const title = 'Pelukis Sinestesia';
6
+ const description = 'Visualisasikan warna kata-kata menurut sinestesia grafem-warna. Setiap huruf memiliki warnanya sendiri, mengubah teks menjadi seni kromatik.';
7
+
8
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
+ {
10
+ question: 'Apakah semua orang dengan sinestesia melihat warna yang sama untuk setiap huruf?',
11
+ answer: 'Tidak. Warna sinestesia unik bagi setiap orang. Meskipun ada kecenderungan statistik (A cenderung merah bagi banyak orang), tidak ada dua orang sinestetik yang memiliki palet yang sama persis. Alat ini menggunakan warna yang paling sering dilaporkan dalam studi populasi, bukan warna yang "benar".',
12
+ },
13
+ {
14
+ question: 'Bisakah saya mengembangkan sinestesia dengan menggunakan alat ini secara terus-menerus?',
15
+ answer: 'Tidak dalam arti neurologis yang ketat. Sinestesia sejati adalah karakteristik sistem saraf, bukan keterampilan yang dipelajari. Namun, penggunaan asosiasi warna-huruf secara berulang dapat menciptakan memori asosiatif yang kuat. Beberapa studi menunjukkan bahwa melatih asosiasi ini dapat meningkatkan daya ingat teks.',
16
+ },
17
+ {
18
+ question: 'Untuk apa mode "Aura"?',
19
+ answer: 'Mode Aura mensimulasikan bagaimana beberapa orang sinestetik menggambarkan melihat warna "melayang" atau "bercahaya" di sekitar huruf daripada menyatu di dalamnya. Ini menciptakan pengalaman visual yang lebih atmosferik dan imersif, terutama pada latar belakang gelap.',
20
+ },
21
+ {
22
+ question: 'Apakah mode "Titik" memiliki dasar ilmiah?',
23
+ answer: 'Ini adalah abstraksi artistik. Mode ini mereduksi teks menjadi "esensi kromatiknya" dengan menghilangkan bentuk huruf yang dapat dikenali. Hasilnya menyerupai visualisasi data kromatik atau lukisan pointillis, dan memungkinkan Anda melihat "tanda tangan warna" sebuah teks tanpa gangguan makna.',
24
+ },
25
+ {
26
+ question: 'Mengapa beberapa huruf seperti I dan O berwarna putih atau hitam?',
27
+ answer: 'Dalam studi sinestesia, huruf vokal I dan O, serta huruf W, sering digambarkan sebagai putih, transparan, atau hitam. Alat ini menyesuaikan warna-warna tersebut dengan latar belakang yang aktif: putih pada latar belakang gelap, hitam pada latar belakang terang, untuk selalu menjamin visibilitas.',
28
+ },
29
+ ];
30
+
31
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
+ { name: 'Tulis teks', text: 'Klik area penulisan dan mulailah mengetik. Setiap huruf akan muncul berwarna sesuai dengan asosiasi sinestetik statistiknya.' },
33
+ { name: 'Ubah mode visualisasi', text: 'Gunakan tombol di sudut kanan atas untuk beralih antara Huruf (teks berwarna), Titik (lingkaran warna), dan Aura (huruf bercahaya dengan halo kromatik).' },
34
+ { name: 'Jelajahi berbagai teks', text: 'Tulis nama, kata-kata dalam berbagai bahasa, atau kalimat untuk menemukan palet kromatik unik mereka. Kata-kata panjang menciptakan gradien visual yang menarik.' },
35
+ { name: 'Hapus dan mulai lagi', text: 'Gunakan tombol "Hapus" di bilah bawah untuk mengosongkan kanvas dan menjelajahi teks baru.' },
36
+ ];
37
+
38
+ const faqSchema: WithContext<FAQPage> = {
39
+ '@context': 'https://schema.org',
40
+ '@type': 'FAQPage',
41
+ mainEntity: faq.map((item) => ({
42
+ '@type': 'Question',
43
+ name: item.question,
44
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
45
+ })),
46
+ };
47
+
48
+ const howToSchema: WithContext<HowTo> = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'HowTo',
51
+ name: title,
52
+ description,
53
+ step: howTo.map((step) => ({
54
+ '@type': 'HowToStep',
55
+ name: step.name,
56
+ text: step.text,
57
+ })),
58
+ };
59
+
60
+ const appSchema: WithContext<SoftwareApplication> = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'SoftwareApplication',
63
+ name: title,
64
+ description,
65
+ applicationCategory: 'UtilitiesApplication',
66
+ operatingSystem: 'Web',
67
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
68
+ inLanguage: 'id',
69
+ };
70
+
71
+ export const content: SynesthesiaPainterLocaleContent = {
72
+ slug,
73
+ title,
74
+ description,
75
+ faqTitle: 'Pertanyaan yang Sering Diajukan',
76
+ bibliographyTitle: 'Bibliografi Pikiran',
77
+ ui: {
78
+ title: 'Pelukis Sinestesia',
79
+ description: 'Ubah kata-kata Anda menjadi seni kromatik.',
80
+ modeLetters: 'Huruf',
81
+ modeDots: 'Titik',
82
+ modeAura: 'Aura',
83
+ placeholder: 'Ketik di sini...',
84
+ footerText: 'Ketik untuk menemukan palet warna pribadi Anda',
85
+ clearBtn: 'Hapus',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: 'Referensi'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: 'Apa Itu Sinestesia Grafem Warna?', level: 2 },
91
+ { type: 'paragraph', html: '<strong>Sinestesia</strong> adalah kondisi neurologis di mana stimulasi satu indra secara otomatis memicu respons pada indra lainnya. Varian yang paling banyak dipelajari dan lazim adalah <strong>sinestesia grafem-warna</strong>: mereka yang memilikinya merasakan setiap huruf atau angka dengan warna intrinsik, konstan, dan hidup. Ini bukan imajinasi atau metafora; bagi seorang sinestetik, huruf "A" berwarna merah dengan cara yang sama seperti api itu panas. Alat ini menerapkan <em>palet statistik</em> berdasarkan warna yang paling sering dilaporkan untuk setiap grafem dalam studi populasi.' },
92
+ { type: 'title', text: 'Ilmu Saraf: Teori Aktivasi Silang', level: 3 },
93
+ { type: 'paragraph', html: 'Model neurologis yang paling banyak diterima untuk sinestesia grafem-warna adalah <strong>aktivasi silang</strong>. Area korteks temporal yang terlibat dalam mengenali bentuk huruf (fusiform gyrus) secara anatomis berdekatan dengan wilayah yang memproses warna (area V4). Pada orang dengan sinestesia, terdapat konektivitas struktural atau fungsional yang lebih besar antara wilayah-wilayah ini, sehingga mengenali huruf juga mengaktifkan neuron warna. Penelitian neuroimaging fungsional (fMRI) telah mengonfirmasi bahwa penderita sinestesia menunjukkan aktivasi nyata di V4 saat membaca teks, bahkan ketika teks tersebut monokromatik.' },
94
+ { type: 'tip', title: 'Tiga Mode Visualisasi', html: '<strong>Huruf:</strong> Teks asli yang diwarnai berdasarkan grafem. Ideal untuk melihat "melodi kromatik" dari teks lengkap. <strong>Titik:</strong> Setiap karakter menjadi lingkaran dengan warnanya; teks menghilang dan hanya musik warna yang tersisa. <strong>Aura:</strong> Huruf memancarkan halo dari warnanya, seolah-olah teks bersinar dengan energinya sendiri.' },
95
+ { type: 'title', text: 'Statistik dan Warna Universal', level: 3 },
96
+ { type: 'paragraph', html: 'Meskipun warna sinestetik unik bagi setiap individu, studi oleh Simner et al. (2006) dan Eagleman et al. (2007) menemukan pola statistik yang signifikan. Huruf vokal <strong>A</strong> cenderung merah bagi kebanyakan orang; <strong>O</strong> berwarna putih atau hitam; <strong>S</strong> muncul dalam nada teal atau hijau; <strong>E</strong> muncul sebagai hijau atau putih. Menariknya, asosiasi warna-huruf lebih konsisten dalam suatu budaya linguistik daripada lintas budaya yang berbeda, menunjukkan peran pembelajaran alfabet sejak dini.' },
97
+ { type: 'list', items: [
98
+ '<strong>Prevalensi:</strong> Sekitar 4% dari populasi memiliki sinestesia grafem-warna sampai tingkat tertentu, meskipun studi yang lebih baru menaikkan angka ini menjadi 6–8% jika bentuk subklinis disertakan.',
99
+ '<strong>Bias gender:</strong> Sinestesia 3 hingga 6 kali lebih sering terjadi pada wanita daripada pria, meskipun penyebab perbedaan ini belum sepenuhnya dijelaskan.',
100
+ '<strong>Heritabilitas:</strong> Ini memiliki komponen genetik yang jelas: cenderung menurun dalam keluarga, meskipun tidak selalu dengan jenis sinestesia yang sama.',
101
+ '<strong>Konsistensi:</strong> Berbeda dengan asosiasi yang dipelajari, warna sinestetik sangat stabil dari waktu ke waktu. Studi tindak lanjut selama 10 tahun menunjukkan konsistensi lebih dari 90% dalam asosiasi grafem-warna.',
102
+ '<strong>Penderita sinestesia terkenal:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla, dan Billy Joel secara terbuka menggambarkan pengalaman sinestetik yang memengaruhi karya mereka.',
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4–8%', label: 'Populasi dengan sinestesia', icon: 'mdi:brain' },
106
+ { value: '90%+', label: 'Konsistensi warna selama 10 tahun', icon: 'mdi:check-circle' },
107
+ { value: '3–6×', label: 'Lebih umum pada wanita', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: 'Huruf & digit berwarna', icon: 'mdi:alphabetical' },
109
+ ], columns: 4 },
110
+ { type: 'title', text: 'Seni dan Sinestesia: Saat Indra Menyatu', level: 3 },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, pendiri ekspresionisme abstrak, mengalami sinestesia grafem-warna dan musik-warna: ia mendengar instrumen dalam warna (kuning adalah trompet, biru tua adalah selo) dan menggunakan persepsi ini untuk menciptakan teori seni abstraknya. Dalam musik, <strong>Alexander Scriabin</strong> menggubah <em>Prometheus: The Poem of Fire</em> dengan bagian untuk "tastiera per luce" (papan ketik cahaya), yang dirancang untuk memproyeksikan warna yang sesuai dengan setiap nada.' },
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
+ ],
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
+ ],
120
+ howTo,
121
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
122
+ };
@@ -0,0 +1,122 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { SynesthesiaPainterLocaleContent } from '../index';
3
+
4
+ const slug = 'pittore-di-sinestesia';
5
+ const title = 'Pittore di Sinestesia';
6
+ const description = 'Visualizza il colore delle parole secondo la sinestesia grafema-colore. Ogni lettera ha il suo colore, trasformando il testo in arte cromatica.';
7
+
8
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
+ {
10
+ question: 'Tutti i sinesteti vedono gli stessi colori per ogni lettera?',
11
+ answer: 'No. I colori sinestetici sono unici per ogni persona. Esistono tendenze statistiche (la A tende a essere rossa per molti), ma non esistono due sinesteti con la stessa identica tavolozza. Questo strumento utilizza i colori riportati più frequentemente negli studi sulla popolazione, non quelli "corretti".',
12
+ },
13
+ {
14
+ question: 'Posso sviluppare la sinestesia usando questo strumento continuamente?',
15
+ answer: 'Non in senso neurologico stretto. La vera sinestesia è una caratteristica del sistema nervoso, non un\'abilità appresa. Tuttavia, l\'uso ripetuto di associazioni colore-lettera può creare forti memorie associative. Alcuni studi suggeriscono che praticare queste associazioni possa migliorare la memoria del testo.',
16
+ },
17
+ {
18
+ question: 'A cosa serve la modalità "Aura"?',
19
+ answer: 'La modalità Aura simula il modo in cui alcuni sinesteti descrivono di vedere i colori "fluttuare" o "risplendere" attorno alle lettere piuttosto che integrati in esse. Crea un\'esperienza visiva più atmosferica e immersiva, specialmente su uno sfondo scuro.',
20
+ },
21
+ {
22
+ question: 'La modalità "Punti" ha basi scientifiche?',
23
+ answer: 'È un\'astrazione artistica. Riduce il testo alla sua "essenza cromatica" eliminando la forma riconoscibile delle lettere. Il risultato ricorda le visualizzazioni di dati cromatici o i dipinti puntinisti, e permette di vedere la "firma cromatica" di un testo senza che il significato interferisca.',
24
+ },
25
+ {
26
+ question: 'Perché alcune lettere come I e O sono bianche o nere?',
27
+ answer: 'Negli studi sulla sinestesia, le vocali I e O, e la lettera W, sono frequentemente descritte come bianche, trasparenti o nere. Questo strumento adatta quei colori allo sfondo attivo: bianco su sfondo scuro, nero su sfondo chiaro, per garantire sempre la visibilità.',
28
+ },
29
+ ];
30
+
31
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
+ { name: 'Scrivi un testo', text: 'Clicca sull\'area di scrittura e inizia a digitare. Ogni lettera apparirà colorata secondo la sua associazione sinestetica statistica.' },
33
+ { name: 'Cambia modalità di visualizzazione', text: 'Usa i pulsanti in alto a destra per alternare tra Lettere (testo colorato), Punti (cerchi colorati) e Aura (lettere luminose con aloni cromatici).' },
34
+ { name: 'Esplora diversi testi', text: 'Scrivi nomi, parole in diverse lingue o frasi per scoprire la loro tavolozza cromatica unica. Le parole lunghe creano affascinanti gradienti visivi.' },
35
+ { name: 'Cancella e ricomincia', text: 'Usa il pulsante "Cancella" nella barra inferiore per pulire la tela ed esplorare un nuovo testo.' },
36
+ ];
37
+
38
+ const faqSchema: WithContext<FAQPage> = {
39
+ '@context': 'https://schema.org',
40
+ '@type': 'FAQPage',
41
+ mainEntity: faq.map((item) => ({
42
+ '@type': 'Question',
43
+ name: item.question,
44
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
45
+ })),
46
+ };
47
+
48
+ const howToSchema: WithContext<HowTo> = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'HowTo',
51
+ name: title,
52
+ description,
53
+ step: howTo.map((step) => ({
54
+ '@type': 'HowToStep',
55
+ name: step.name,
56
+ text: step.text,
57
+ })),
58
+ };
59
+
60
+ const appSchema: WithContext<SoftwareApplication> = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'SoftwareApplication',
63
+ name: title,
64
+ description,
65
+ applicationCategory: 'UtilitiesApplication',
66
+ operatingSystem: 'Web',
67
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
68
+ inLanguage: 'it',
69
+ };
70
+
71
+ export const content: SynesthesiaPainterLocaleContent = {
72
+ slug,
73
+ title,
74
+ description,
75
+ faqTitle: 'Domande Frequenti',
76
+ bibliographyTitle: 'Bibliografia della Mente',
77
+ ui: {
78
+ title: 'Pittore di Sinestesia',
79
+ description: 'Trasforma le tue parole in arte cromatica.',
80
+ modeLetters: 'Lettere',
81
+ modeDots: 'Punti',
82
+ modeAura: 'Aura',
83
+ placeholder: 'Scrivi qui...',
84
+ footerText: 'Digita per scoprire la tua tavolozza di colori personale',
85
+ clearBtn: 'Cancella',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: 'Riferimenti'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: 'Cos\'è la sinestesia grafema colore?', level: 2 },
91
+ { type: 'paragraph', html: 'La <strong>sinestesia</strong> è una condizione neurologica in cui la stimolazione di un senso innesca automaticamente una risposta in un altro. La variante più studiata e diffusa è la <strong>sinestesia grafema-colore</strong>: chi ne è affetto percepisce ogni lettera o numero con un colore intrinseco, costante e vivido. Non è immaginazione o metafora; per un sinesteta, la lettera "A" è rossa nello stesso modo in cui il fuoco è caldo. Questo strumento applica una <em>tavolozza statistica</em> basata sui colori segnalati più frequentemente per ogni grafema negli studi sulla popolazione.' },
92
+ { type: 'title', text: 'Neuroscienze: la teoria della co-attivazione', level: 3 },
93
+ { type: 'paragraph', html: 'Il modello neurologico più ampiamente accettato per la sinestesia grafema-colore è la <strong>co-attivazione</strong>. Le aree della corteccia temporale coinvolte nel riconoscimento delle forme delle lettere (giro fusiforme) sono anatomicamente adiacenti alle regioni che elaborano il colore (area V4). Nelle persone con sinestesia, esiste una maggiore connettività strutturale o funzionale tra queste regioni, per cui riconoscere una lettera attiva anche i neuroni del colore. La ricerca tramite risonanza magnetica funzionale (fMRI) ha confermato che i sinesteti mostrano una reale attivazione in V4 durante la lettura di un testo, anche quando questo è monocromatico.' },
94
+ { type: 'tip', title: 'Le tre modalità di visualizzazione', html: '<strong>Lettere:</strong> il testo originale colorato per grafema. Ideale per vedere la "melodia cromatica" di un testo completo. <strong>Punti:</strong> ogni carattere diventa un cerchio del suo colore; il testo scompare e rimane solo la musica dei colori. <strong>Aura:</strong> le lettere emettono un alone del loro colore, come se il testo risplendesse di energia propria.' },
95
+ { type: 'title', text: 'Statistiche e universali del colore', level: 3 },
96
+ { type: 'paragraph', html: 'Sebbene i colori sinestetici siano unici per ogni individuo, gli studi di Simner et al. (2006) e Eagleman et al. (2007) hanno riscontrato modelli statistici significativi. La vocale <strong>A</strong> tende a essere rossa per i più; la <strong>O</strong> è bianca o nera; la <strong>S</strong> appare in tonalità verde acqua o verde; la <strong>E</strong> appare verde o bianca. È interessante notare che le associazioni colore-lettera sono più coerenti all\'interno di una cultura linguistica che tra culture diverse, suggerendo un ruolo dell\'apprendimento precoce dell\'alfabeto.' },
97
+ { type: 'list', items: [
98
+ '<strong>Prevalenza:</strong> circa il 4% della popolazione presenta sinestesia grafema-colore in una certa misura, sebbene studi più recenti elevino questa cifra al 6-8% includendo le forme subcliniche.',
99
+ '<strong>Pregiudizio di genere:</strong> la sinestesia è da 3 a 6 volte più comune nelle donne che negli uomini, sebbene le cause di questa differenza non siano ancora del tutto spiegate.',
100
+ '<strong>Ereditarietà:</strong> ha una chiara componente genetica: tende a ricorrere nelle famiglie, anche se non sempre con lo stesso tipo di sinestesia.',
101
+ '<strong>Costanza:</strong> a differenza delle associazioni apprese, i colori sinestetici sono straordinariamente stabili nel tempo. Studi di follow-up a 10 anni dimostrano una coerenza superiore al 90% nelle associazioni grafema-colore.',
102
+ '<strong>Sinesteti famosi:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla e Billy Joel hanno descritto pubblicamente esperienze sinestetiche che hanno influenzato il loro lavoro.',
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4-8%', label: 'Popolazione con sinestesia', icon: 'mdi:brain' },
106
+ { value: '90%+', label: 'Coerenza colore in 10 anni', icon: 'mdi:check-circle' },
107
+ { value: '3-6×', label: 'Più comune nelle donne', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: 'Lettere e cifre colorate', icon: 'mdi:alphabetical' },
109
+ ], columns: 4 },
110
+ { type: 'title', text: 'Arte e sinestesia: quando i sensi si fondono', level: 3 },
111
+ { type: 'paragraph', html: '<strong>Wassily Kandinsky</strong>, fondatore dell\'espressionismo astratto, sperimentò la sinestesia sia grafema-colore che musica-colore: sentiva gli strumenti in colori (il giallo era una tromba, il blu profondo un violoncello) e usò queste percezioni per creare la sua teoria dell\'arte astratta. In musica, <strong>Alexander Scriabin</strong> compose <em>Prometeo: il poema del fuoco</em> con una parte per "tastiera per luce", progettata per proiettare colori corrispondenti a ciascuna nota.' },
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
+ ],
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
+ ],
120
+ howTo,
121
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
122
+ };
@@ -0,0 +1,122 @@
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import type { SynesthesiaPainterLocaleContent } from '../index';
3
+
4
+ const slug = 'synesthesia-painter-ja';
5
+ const title = '共感覚ペインター';
6
+ const description = '書記素-色共感覚に基づき、文字の色を可視化します。各文字が固有の色を持ち、テキストを色彩豊かなアートへと変換します。';
7
+
8
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
+ {
10
+ question: '共感覚を持つ人は皆、各文字に対して同じ色を見ているのですか?',
11
+ answer: 'いいえ。共感覚に基づく色は、一人一人の個人によって異なります。統計的な傾向(多くの人にとって「A」は赤に見えやすいなど)は存在しますが、全く同じパレットを持つ共感覚者は二人といません。このツールは、科学的な「正解」ではなく、人口調査で最も頻繁に報告された色を使用しています。',
12
+ },
13
+ {
14
+ question: 'このツールを使い続ければ、共感覚を身につけることができますか?',
15
+ answer: '厳密な神経学的な意味では不可能です。本物の共感覚は神経系の特性であり、学習によって習得できるスキルではありません。しかし、色と文字の関連付けを繰り返し体験することで、強い連想記憶が形成されることがあります。いくつかの研究では、これらの関連付けを練習することによって、テキストの記憶力が向上する可能性が示唆されています。',
16
+ },
17
+ {
18
+ question: '「オーラ」モードは何のためのものですか?',
19
+ answer: 'オーラモードは、一部の共感覚者が語る「文字の中に色が塗りつぶされているのではなく、文字の周囲に色が浮いていたり、光り輝いたりして見える」という感覚を再現したものです。特に暗い背景では、より幻想的で没入感のある視覚体験を提供します。',
20
+ },
21
+ {
22
+ question: '「ドット」モードには科学的な根拠がありますか?',
23
+ answer: 'これは芸術的な抽象化です。見慣れた文字の形を排除することで、テキストをその「色彩的な本質」へと還元します。その結果、点描画やデータの可視化のような視覚効果が生まれ、意味に邪魔されることなく、テキストが持つ「色の署名」を感じ取ることができます。',
24
+ },
25
+ {
26
+ question: 'なぜ「I」や「O」などの一部の文字が白や黒なのですか?',
27
+ answer: '共感覚の研究において、母音の「I」や「O」、あるいは「W」などは、しばしば白や透明、あるいは黒として描写されます。このツールでは、視認性を常に確保するため、背景色に合わせてこれらの色を調整しています(暗い背景では白、明るい背景では黒)。',
28
+ },
29
+ ];
30
+
31
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
+ { name: 'テキストを書く', text: '入力エリアをクリックして、文字を打ち込みます。各文字は、統計的な共感覚の関連付けに基づいた色で表示されます。' },
33
+ { name: '表示モードを切り替える', text: '右上のボタンを使用して、「文字」(色のついたテキスト)、「ドット」(色の円)、「オーラ」(色彩の光彩を放つ文字)を切り替えます。' },
34
+ { name: '様々なテキストを試す', text: '名前や異国の言葉、文章などを入力して、ユニークな色彩パレットを発見してください。長い単語は魅力的な色のグラデーションを生み出します。' },
35
+ { name: '消去してやり直す', text: '下部バーの「消去」ボタンを使用してキャンバスをリセットし、新しいテキストで探索を続けましょう。' },
36
+ ];
37
+
38
+ const faqSchema: WithContext<FAQPage> = {
39
+ '@context': 'https://schema.org',
40
+ '@type': 'FAQPage',
41
+ mainEntity: faq.map((item) => ({
42
+ '@type': 'Question',
43
+ name: item.question,
44
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
45
+ })),
46
+ };
47
+
48
+ const howToSchema: WithContext<HowTo> = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'HowTo',
51
+ name: title,
52
+ description,
53
+ step: howTo.map((step) => ({
54
+ '@type': 'HowToStep',
55
+ name: step.name,
56
+ text: step.text,
57
+ })),
58
+ };
59
+
60
+ const appSchema: WithContext<SoftwareApplication> = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'SoftwareApplication',
63
+ name: title,
64
+ description,
65
+ applicationCategory: 'UtilitiesApplication',
66
+ operatingSystem: 'Web',
67
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
68
+ inLanguage: 'ja',
69
+ };
70
+
71
+ export const content: SynesthesiaPainterLocaleContent = {
72
+ slug,
73
+ title,
74
+ description,
75
+ faqTitle: 'よくある質問',
76
+ bibliographyTitle: '精神の参考文献',
77
+ ui: {
78
+ title: '共感覚ペインター',
79
+ description: '言葉を色彩のアートへと変換。',
80
+ modeLetters: '文字',
81
+ modeDots: 'ドット',
82
+ modeAura: 'オーラ',
83
+ placeholder: 'ここに入力...',
84
+ footerText: '文字を入力して、あなただけのカラーパレットを見つけましょう',
85
+ clearBtn: '消去',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: '参考文献'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: '書記素-色共感覚とは?', level: 2 },
91
+ { type: 'paragraph', html: '<strong>共感覚(シナスタジア)</strong>とは、ある一つの刺激に対して、通常の感覚に加えて別の種類の感覚が自動的に引き起こされる神経学的な状態を指します。最も研究が進んでおり、一般的な種類が<strong>書記素-色共感覚</strong>です。これを持つ人は、各文字や数字に対して、固有で不変の鮮やかな色を感じます。これは想像や比喩ではなく、共感覚者にとって文字「A」が赤であることは、火が熱いことと同じくらい自明な事実です。このツールは、人口調査で各書記素に対して最も頻繁に報告された色に基づく<em>統計的パレット</em>を適用しています。' },
92
+ { type: 'title', text: '神経科学:交差活性化理論', level: 3 },
93
+ { type: 'paragraph', html: '書記素-色共感覚の最も有力な神経学的モデルは<strong>交差活性化(クロスタクティベーション)</strong>です。文字の形を認識する側の側頭皮質(紡錘状回)は、色を処理する領域(V4野)と解剖学的に隣接しています。共感覚を持つ人では、これらの領域間の構造的または機能的な結合が強いため、文字を認識すると同時に色のニューロンも活性化されます。機能的磁気共鳴画像法(fMRI)を用いた研究では、共感覚者がモノクロのテキストを読んでいる際にも、V4野に本物の活性化が見られることが確認されています。' },
94
+ { type: 'tip', title: '3つの表示モード', html: '<strong>文字:</strong> 書記素ごとに色分けされたオリジナルのテキスト。文章全体の「色彩的なメロディ」を見るのに適しています。<strong>ドット:</strong> 各文字がその色の円に変わります。テキストの意味が消え、色の音楽だけが残ります。<strong>オーラ:</strong> 文字が自らエネルギーを放つように、その色の光彩をまといます。' },
95
+ { type: 'title', text: '統計と色の普遍性', level: 3 },
96
+ { type: 'paragraph', html: '共感覚の色は個人特有のものですが、Simnerら(2006)やEaglemanら(2007)の研究により、顕著な統計的パターンが見出されました。多くの人にとって母音の<strong>A</strong>は赤く、<strong>O</strong>は白または黒、<strong>S</strong>は青緑や緑系、<strong>E</strong>は緑や白に見える傾向があります。興味深いことに、色と文字の関連性は言語文化内では一貫性が高い一方で、異なる言語間では異なることがあり、幼少期のアルファベット学習が影響している可能性が示唆されています。' },
97
+ { type: 'list', items: [
98
+ '<strong>有病率:</strong> 人口の約4%がある程度の書記素-色共感覚を持っているとされています。潜在的なケースを含めると6〜8%に達するという近年の研究もあります。',
99
+ '<strong>男女差:</strong> その原因は完全には解明されていませんが、共感覚は男性よりも女性に3〜6倍多く見られることが知られています。',
100
+ '<strong>遺伝性:</strong> 明確な遺伝的要素があり、家族内で受け継がれる傾向があります(ただし、常に同じ種類の共感覚とは限りません)。',
101
+ '<strong>一貫性:</strong> 後天的な学習とは異なり、共感覚の色は長期間にわたって極めて安定しています。10年間の追跡調査でも、90%以上の一貫性が示されています。',
102
+ '<strong>有名な共感覚者:</strong> ウラジーミル・ナボコフ、ワシリー・カンディンスキー、ニコラ・テスラ、ビリー・ジョエルなどが、作品に影響を与えた共感覚体験を公表しています。'
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4–8%', label: '共感覚を持つ人口', icon: 'mdi:brain' },
106
+ { value: '90%+', label: '10年後でも変わらない色の一貫性', icon: 'mdi:check-circle' },
107
+ { value: '3–6倍', label: '女性に多く見られる傾向', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: '対応する文字と数字の色', icon: 'mdi:alphabetical' }
109
+ ], columns: 4 },
110
+ { type: 'title', text: '芸術と共感覚:感覚が融合する時', level: 3 },
111
+ { type: 'paragraph', html: '抽象表現主義の創始者である<strong>ワシリー・カンディンスキー</strong>は、書記素-色と音楽-色の両方の共感覚を持っていました。彼は楽器の音を色で聞き(黄色はトランペット、深い青はチェロなど)、その感覚を抽象芸術の理論構築に役立てました。音楽界では、<strong>アレクサンドル・スクリャービン</strong>が交響曲『プロメテウス:火の詩』において、音に対応する色を投影する装置「色光ピアノ」のためのパートを書き上げました。' },
112
+ { type: 'tip', title: 'このツールのカラーパレット', html: 'このツールの色割り当ては、科学文献における最も一般的な統計データに基づいています。<strong>A → 赤</strong>、<strong>E → 緑</strong>、<strong>I → 背景に応じた白/黒</strong>、<strong>O → 黒/白</strong>、<strong>U → 琥珀色</strong>。子音についてはパレットが多様ですが、視認性を最優先し、背景とのコントラストを重視しています。' }
113
+ ],
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
+ ],
120
+ howTo,
121
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
122
+ };