@jjlmoya/utils-creative 1.26.0 → 1.27.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 (133) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/de.ts +2 -2
  3. package/src/category/i18n/en.ts +2 -2
  4. package/src/category/i18n/es.ts +2 -2
  5. package/src/category/i18n/fr.ts +2 -2
  6. package/src/category/i18n/id.ts +2 -2
  7. package/src/category/i18n/it.ts +2 -2
  8. package/src/category/i18n/ja.ts +2 -2
  9. package/src/category/i18n/ko.ts +2 -2
  10. package/src/category/i18n/nl.ts +2 -2
  11. package/src/category/i18n/pl.ts +2 -2
  12. package/src/category/i18n/pt.ts +2 -2
  13. package/src/category/i18n/ru.ts +2 -2
  14. package/src/category/i18n/sv.ts +2 -2
  15. package/src/category/i18n/tr.ts +2 -2
  16. package/src/category/i18n/zh.ts +2 -2
  17. package/src/category/seo.astro +1 -1
  18. package/src/components/PreviewNavSidebar.astro +1 -1
  19. package/src/components/PreviewToolbar.astro +1 -1
  20. package/src/env.d.ts +1 -1
  21. package/src/pages/index.astro +1 -1
  22. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  23. package/src/tests/category_seo_quality.test.ts +74 -0
  24. package/src/tests/faq_count.test.ts +1 -1
  25. package/src/tests/mocks/astro_mock.js +1 -1
  26. package/src/tests/no_h1_in_components.test.ts +1 -1
  27. package/src/tests/seo_parity.test.ts +2 -2
  28. package/src/tests/seo_translation_completeness.test.ts +69 -0
  29. package/src/tests/seo_wellformed_export.test.ts +65 -0
  30. package/src/tests/tool_validation.test.ts +17 -17
  31. package/src/tool/bead-pattern-generator/bibliography.astro +8 -8
  32. package/src/tool/bead-pattern-generator/i18n/de.ts +111 -111
  33. package/src/tool/bead-pattern-generator/i18n/en.ts +111 -111
  34. package/src/tool/bead-pattern-generator/i18n/es.ts +104 -104
  35. package/src/tool/bead-pattern-generator/i18n/fr.ts +111 -111
  36. package/src/tool/bead-pattern-generator/i18n/id.ts +111 -111
  37. package/src/tool/bead-pattern-generator/i18n/it.ts +111 -111
  38. package/src/tool/bead-pattern-generator/i18n/ja.ts +111 -111
  39. package/src/tool/bead-pattern-generator/i18n/ko.ts +111 -111
  40. package/src/tool/bead-pattern-generator/i18n/nl.ts +111 -111
  41. package/src/tool/bead-pattern-generator/i18n/pl.ts +111 -111
  42. package/src/tool/bead-pattern-generator/i18n/pt.ts +111 -111
  43. package/src/tool/bead-pattern-generator/i18n/ru.ts +111 -111
  44. package/src/tool/bead-pattern-generator/i18n/sv.ts +111 -111
  45. package/src/tool/bead-pattern-generator/i18n/tr.ts +111 -111
  46. package/src/tool/bead-pattern-generator/i18n/zh.ts +111 -111
  47. package/src/tool/bead-pattern-generator/seo.astro +19 -19
  48. package/src/tool/dice-roller/bibliography.astro +8 -8
  49. package/src/tool/dice-roller/i18n/de.ts +134 -134
  50. package/src/tool/dice-roller/i18n/en.ts +134 -134
  51. package/src/tool/dice-roller/i18n/es.ts +125 -125
  52. package/src/tool/dice-roller/i18n/fr.ts +134 -134
  53. package/src/tool/dice-roller/i18n/id.ts +134 -134
  54. package/src/tool/dice-roller/i18n/it.ts +134 -134
  55. package/src/tool/dice-roller/i18n/ja.ts +134 -134
  56. package/src/tool/dice-roller/i18n/ko.ts +134 -134
  57. package/src/tool/dice-roller/i18n/nl.ts +134 -134
  58. package/src/tool/dice-roller/i18n/pl.ts +134 -134
  59. package/src/tool/dice-roller/i18n/pt.ts +134 -134
  60. package/src/tool/dice-roller/i18n/ru.ts +134 -134
  61. package/src/tool/dice-roller/i18n/sv.ts +134 -134
  62. package/src/tool/dice-roller/i18n/tr.ts +134 -134
  63. package/src/tool/dice-roller/i18n/zh.ts +134 -134
  64. package/src/tool/dice-roller/seo.astro +15 -15
  65. package/src/tool/excuse-generator/bibliography.astro +8 -8
  66. package/src/tool/excuse-generator/i18n/de.ts +120 -120
  67. package/src/tool/excuse-generator/i18n/en.ts +120 -120
  68. package/src/tool/excuse-generator/i18n/es.ts +118 -118
  69. package/src/tool/excuse-generator/i18n/fr.ts +120 -120
  70. package/src/tool/excuse-generator/i18n/id.ts +120 -120
  71. package/src/tool/excuse-generator/i18n/it.ts +120 -120
  72. package/src/tool/excuse-generator/i18n/ja.ts +120 -120
  73. package/src/tool/excuse-generator/i18n/ko.ts +120 -120
  74. package/src/tool/excuse-generator/i18n/nl.ts +120 -120
  75. package/src/tool/excuse-generator/i18n/pl.ts +120 -120
  76. package/src/tool/excuse-generator/i18n/pt.ts +120 -120
  77. package/src/tool/excuse-generator/i18n/ru.ts +120 -120
  78. package/src/tool/excuse-generator/i18n/sv.ts +120 -120
  79. package/src/tool/excuse-generator/i18n/tr.ts +120 -120
  80. package/src/tool/excuse-generator/i18n/zh.ts +120 -120
  81. package/src/tool/excuse-generator/seo.astro +15 -15
  82. package/src/tool/fortune-cookie/bibliography.astro +8 -8
  83. package/src/tool/fortune-cookie/i18n/de.ts +124 -124
  84. package/src/tool/fortune-cookie/i18n/en.ts +124 -124
  85. package/src/tool/fortune-cookie/i18n/es.ts +125 -125
  86. package/src/tool/fortune-cookie/i18n/fr.ts +124 -124
  87. package/src/tool/fortune-cookie/i18n/id.ts +124 -124
  88. package/src/tool/fortune-cookie/i18n/it.ts +124 -124
  89. package/src/tool/fortune-cookie/i18n/ja.ts +124 -124
  90. package/src/tool/fortune-cookie/i18n/ko.ts +124 -124
  91. package/src/tool/fortune-cookie/i18n/nl.ts +124 -124
  92. package/src/tool/fortune-cookie/i18n/pl.ts +124 -124
  93. package/src/tool/fortune-cookie/i18n/pt.ts +124 -124
  94. package/src/tool/fortune-cookie/i18n/ru.ts +124 -124
  95. package/src/tool/fortune-cookie/i18n/sv.ts +124 -124
  96. package/src/tool/fortune-cookie/i18n/tr.ts +124 -124
  97. package/src/tool/fortune-cookie/i18n/zh.ts +124 -124
  98. package/src/tool/fortune-cookie/seo.astro +15 -15
  99. package/src/tool/synesthesia-painter/bibliography.astro +8 -8
  100. package/src/tool/synesthesia-painter/i18n/de.ts +118 -118
  101. package/src/tool/synesthesia-painter/i18n/en.ts +118 -118
  102. package/src/tool/synesthesia-painter/i18n/es.ts +110 -110
  103. package/src/tool/synesthesia-painter/i18n/fr.ts +118 -118
  104. package/src/tool/synesthesia-painter/i18n/id.ts +118 -118
  105. package/src/tool/synesthesia-painter/i18n/it.ts +118 -118
  106. package/src/tool/synesthesia-painter/i18n/ja.ts +118 -118
  107. package/src/tool/synesthesia-painter/i18n/ko.ts +118 -118
  108. package/src/tool/synesthesia-painter/i18n/nl.ts +118 -118
  109. package/src/tool/synesthesia-painter/i18n/pl.ts +118 -118
  110. package/src/tool/synesthesia-painter/i18n/pt.ts +118 -118
  111. package/src/tool/synesthesia-painter/i18n/ru.ts +118 -118
  112. package/src/tool/synesthesia-painter/i18n/sv.ts +118 -118
  113. package/src/tool/synesthesia-painter/i18n/tr.ts +118 -118
  114. package/src/tool/synesthesia-painter/i18n/zh.ts +118 -118
  115. package/src/tool/synesthesia-painter/seo.astro +15 -15
  116. package/src/tool/zalgo-generator/bibliography.astro +8 -8
  117. package/src/tool/zalgo-generator/i18n/de.ts +109 -109
  118. package/src/tool/zalgo-generator/i18n/en.ts +109 -109
  119. package/src/tool/zalgo-generator/i18n/es.ts +109 -109
  120. package/src/tool/zalgo-generator/i18n/fr.ts +109 -109
  121. package/src/tool/zalgo-generator/i18n/id.ts +109 -109
  122. package/src/tool/zalgo-generator/i18n/it.ts +109 -109
  123. package/src/tool/zalgo-generator/i18n/ja.ts +109 -109
  124. package/src/tool/zalgo-generator/i18n/ko.ts +109 -109
  125. package/src/tool/zalgo-generator/i18n/nl.ts +109 -109
  126. package/src/tool/zalgo-generator/i18n/pl.ts +109 -109
  127. package/src/tool/zalgo-generator/i18n/pt.ts +109 -109
  128. package/src/tool/zalgo-generator/i18n/ru.ts +109 -109
  129. package/src/tool/zalgo-generator/i18n/sv.ts +109 -109
  130. package/src/tool/zalgo-generator/i18n/tr.ts +109 -109
  131. package/src/tool/zalgo-generator/i18n/zh.ts +109 -109
  132. package/src/tool/zalgo-generator/seo.astro +15 -15
  133. package/src/types.ts +1 -1
@@ -1,118 +1,118 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import { bibliography } from '../bibliography';
3
- import type { SynesthesiaPainterLocaleContent } from '../index';
4
-
5
- const slug = 'pelukis-sinestesia';
6
- const title = 'Pelukis Sinestesia';
7
- const description = 'Visualisasikan warna kata-kata menurut sinestesia grafem-warna. Setiap huruf memiliki warnanya sendiri, mengubah teks menjadi seni kromatik.';
8
-
9
- const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
- {
11
- question: 'Apakah semua orang dengan sinestesia melihat warna yang sama untuk setiap huruf?',
12
- 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".',
13
- },
14
- {
15
- question: 'Bisakah saya mengembangkan sinestesia dengan menggunakan alat ini secara terus-menerus?',
16
- 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.',
17
- },
18
- {
19
- question: 'Untuk apa mode "Aura"?',
20
- 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.',
21
- },
22
- {
23
- question: 'Apakah mode "Titik" memiliki dasar ilmiah?',
24
- 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.',
25
- },
26
- {
27
- question: 'Mengapa beberapa huruf seperti I dan O berwarna putih atau hitam?',
28
- 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.',
29
- },
30
- ];
31
-
32
- const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
- { name: 'Tulis teks', text: 'Klik area penulisan dan mulailah mengetik. Setiap huruf akan muncul berwarna sesuai dengan asosiasi sinestetik statistiknya.' },
34
- { 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).' },
35
- { 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.' },
36
- { name: 'Hapus dan mulai lagi', text: 'Gunakan tombol "Hapus" di bilah bawah untuk mengosongkan kanvas dan menjelajahi teks baru.' },
37
- ];
38
-
39
- const faqSchema: WithContext<FAQPage> = {
40
- '@context': 'https://schema.org',
41
- '@type': 'FAQPage',
42
- mainEntity: faq.map((item) => ({
43
- '@type': 'Question',
44
- name: item.question,
45
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
- })),
47
- };
48
-
49
- const howToSchema: WithContext<HowTo> = {
50
- '@context': 'https://schema.org',
51
- '@type': 'HowTo',
52
- name: title,
53
- description,
54
- step: howTo.map((step) => ({
55
- '@type': 'HowToStep',
56
- name: step.name,
57
- text: step.text,
58
- })),
59
- };
60
-
61
- const appSchema: WithContext<SoftwareApplication> = {
62
- '@context': 'https://schema.org',
63
- '@type': 'SoftwareApplication',
64
- name: title,
65
- description,
66
- applicationCategory: 'UtilitiesApplication',
67
- operatingSystem: 'Web',
68
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
- inLanguage: 'id',
70
- };
71
-
72
- export const content: SynesthesiaPainterLocaleContent = {
73
- slug,
74
- title,
75
- description,
76
- faqTitle: 'Pertanyaan yang Sering Diajukan',
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
- howTo,
117
- schemas: [faqSchema as any, howToSchema as any, appSchema],
118
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
3
+ import type { SynesthesiaPainterLocaleContent } from '../index';
4
+
5
+ const slug = 'pelukis-sinestesia';
6
+ const title = 'Pelukis Sinestesia';
7
+ const description = 'Visualisasikan warna kata-kata menurut sinestesia grafem-warna. Setiap huruf memiliki warnanya sendiri, mengubah teks menjadi seni kromatik.';
8
+
9
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
+ {
11
+ question: 'Apakah semua orang dengan sinestesia melihat warna yang sama untuk setiap huruf?',
12
+ 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".',
13
+ },
14
+ {
15
+ question: 'Bisakah saya mengembangkan sinestesia dengan menggunakan alat ini secara terus-menerus?',
16
+ 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.',
17
+ },
18
+ {
19
+ question: 'Untuk apa mode "Aura"?',
20
+ 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.',
21
+ },
22
+ {
23
+ question: 'Apakah mode "Titik" memiliki dasar ilmiah?',
24
+ 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.',
25
+ },
26
+ {
27
+ question: 'Mengapa beberapa huruf seperti I dan O berwarna putih atau hitam?',
28
+ 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.',
29
+ },
30
+ ];
31
+
32
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
+ { name: 'Tulis teks', text: 'Klik area penulisan dan mulailah mengetik. Setiap huruf akan muncul berwarna sesuai dengan asosiasi sinestetik statistiknya.' },
34
+ { 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).' },
35
+ { 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.' },
36
+ { name: 'Hapus dan mulai lagi', text: 'Gunakan tombol "Hapus" di bilah bawah untuk mengosongkan kanvas dan menjelajahi teks baru.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faq.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowTo> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howTo.map((step) => ({
55
+ '@type': 'HowToStep',
56
+ name: step.name,
57
+ text: step.text,
58
+ })),
59
+ };
60
+
61
+ const appSchema: WithContext<SoftwareApplication> = {
62
+ '@context': 'https://schema.org',
63
+ '@type': 'SoftwareApplication',
64
+ name: title,
65
+ description,
66
+ applicationCategory: 'UtilitiesApplication',
67
+ operatingSystem: 'Web',
68
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
+ inLanguage: 'id',
70
+ };
71
+
72
+ export const content: SynesthesiaPainterLocaleContent = {
73
+ slug,
74
+ title,
75
+ description,
76
+ faqTitle: 'Pertanyaan yang Sering Diajukan',
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
+ howTo,
117
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
118
+ };
@@ -1,118 +1,118 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import { bibliography } from '../bibliography';
3
- import type { SynesthesiaPainterLocaleContent } from '../index';
4
-
5
- const slug = 'pittore-di-sinestesia';
6
- const title = 'Pittore di Sinestesia';
7
- const description = 'Visualizza il colore delle parole secondo la sinestesia grafema-colore. Ogni lettera ha il suo colore, trasformando il testo in arte cromatica.';
8
-
9
- const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
- {
11
- question: 'Tutti i sinesteti vedono gli stessi colori per ogni lettera?',
12
- 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".',
13
- },
14
- {
15
- question: 'Posso sviluppare la sinestesia usando questo strumento continuamente?',
16
- 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.',
17
- },
18
- {
19
- question: 'A cosa serve la modalità "Aura"?',
20
- 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.',
21
- },
22
- {
23
- question: 'La modalità "Punti" ha basi scientifiche?',
24
- 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.',
25
- },
26
- {
27
- question: 'Perché alcune lettere come I e O sono bianche o nere?',
28
- 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à.',
29
- },
30
- ];
31
-
32
- const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
- { name: 'Scrivi un testo', text: 'Clicca sull\'area di scrittura e inizia a digitare. Ogni lettera apparirà colorata secondo la sua associazione sinestetica statistica.' },
34
- { 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).' },
35
- { 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.' },
36
- { name: 'Cancella e ricomincia', text: 'Usa il pulsante "Cancella" nella barra inferiore per pulire la tela ed esplorare un nuovo testo.' },
37
- ];
38
-
39
- const faqSchema: WithContext<FAQPage> = {
40
- '@context': 'https://schema.org',
41
- '@type': 'FAQPage',
42
- mainEntity: faq.map((item) => ({
43
- '@type': 'Question',
44
- name: item.question,
45
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
- })),
47
- };
48
-
49
- const howToSchema: WithContext<HowTo> = {
50
- '@context': 'https://schema.org',
51
- '@type': 'HowTo',
52
- name: title,
53
- description,
54
- step: howTo.map((step) => ({
55
- '@type': 'HowToStep',
56
- name: step.name,
57
- text: step.text,
58
- })),
59
- };
60
-
61
- const appSchema: WithContext<SoftwareApplication> = {
62
- '@context': 'https://schema.org',
63
- '@type': 'SoftwareApplication',
64
- name: title,
65
- description,
66
- applicationCategory: 'UtilitiesApplication',
67
- operatingSystem: 'Web',
68
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
- inLanguage: 'it',
70
- };
71
-
72
- export const content: SynesthesiaPainterLocaleContent = {
73
- slug,
74
- title,
75
- description,
76
- faqTitle: 'Domande Frequenti',
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
- howTo,
117
- schemas: [faqSchema as any, howToSchema as any, appSchema],
118
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
3
+ import type { SynesthesiaPainterLocaleContent } from '../index';
4
+
5
+ const slug = 'pittore-di-sinestesia';
6
+ const title = 'Pittore di Sinestesia';
7
+ const description = 'Visualizza il colore delle parole secondo la sinestesia grafema-colore. Ogni lettera ha il suo colore, trasformando il testo in arte cromatica.';
8
+
9
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
+ {
11
+ question: 'Tutti i sinesteti vedono gli stessi colori per ogni lettera?',
12
+ 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".',
13
+ },
14
+ {
15
+ question: 'Posso sviluppare la sinestesia usando questo strumento continuamente?',
16
+ 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.',
17
+ },
18
+ {
19
+ question: 'A cosa serve la modalità "Aura"?',
20
+ 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.',
21
+ },
22
+ {
23
+ question: 'La modalità "Punti" ha basi scientifiche?',
24
+ 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.',
25
+ },
26
+ {
27
+ question: 'Perché alcune lettere come I e O sono bianche o nere?',
28
+ 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à.',
29
+ },
30
+ ];
31
+
32
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
+ { name: 'Scrivi un testo', text: 'Clicca sull\'area di scrittura e inizia a digitare. Ogni lettera apparirà colorata secondo la sua associazione sinestetica statistica.' },
34
+ { 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).' },
35
+ { 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.' },
36
+ { name: 'Cancella e ricomincia', text: 'Usa il pulsante "Cancella" nella barra inferiore per pulire la tela ed esplorare un nuovo testo.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faq.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowTo> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howTo.map((step) => ({
55
+ '@type': 'HowToStep',
56
+ name: step.name,
57
+ text: step.text,
58
+ })),
59
+ };
60
+
61
+ const appSchema: WithContext<SoftwareApplication> = {
62
+ '@context': 'https://schema.org',
63
+ '@type': 'SoftwareApplication',
64
+ name: title,
65
+ description,
66
+ applicationCategory: 'UtilitiesApplication',
67
+ operatingSystem: 'Web',
68
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
+ inLanguage: 'it',
70
+ };
71
+
72
+ export const content: SynesthesiaPainterLocaleContent = {
73
+ slug,
74
+ title,
75
+ description,
76
+ faqTitle: 'Domande Frequenti',
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
+ howTo,
117
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
118
+ };