@jjlmoya/utils-creative 1.20.0 → 1.22.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 (148) hide show
  1. package/package.json +4 -2
  2. package/src/category/i18n/de.ts +1 -1
  3. package/src/category/i18n/ru.ts +1 -1
  4. package/src/data.ts +2 -1
  5. package/src/entries.ts +3 -1
  6. package/src/index.ts +3 -0
  7. package/src/layouts/PreviewLayout.astro +7 -2
  8. package/src/tests/diacritics_density.test.ts +118 -0
  9. package/src/tests/inverted_punctuation.test.ts +84 -0
  10. package/src/tests/locale_completeness.test.ts +2 -14
  11. package/src/tests/no_en_dash.test.ts +70 -0
  12. package/src/tests/pagespeed_best_practices.test.ts +198 -0
  13. package/src/tests/script_density.test.ts +94 -0
  14. package/src/tests/tool_validation.test.ts +2 -2
  15. package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
  16. package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
  17. package/src/tool/bead-pattern-generator/component.astro +2 -2
  18. package/src/tool/bead-pattern-generator/entry.ts +0 -1
  19. package/src/tool/bead-pattern-generator/i18n/de.ts +4 -8
  20. package/src/tool/bead-pattern-generator/i18n/en.ts +4 -8
  21. package/src/tool/bead-pattern-generator/i18n/es.ts +4 -8
  22. package/src/tool/bead-pattern-generator/i18n/fr.ts +5 -9
  23. package/src/tool/bead-pattern-generator/i18n/id.ts +4 -8
  24. package/src/tool/bead-pattern-generator/i18n/it.ts +4 -8
  25. package/src/tool/bead-pattern-generator/i18n/ja.ts +4 -8
  26. package/src/tool/bead-pattern-generator/i18n/ko.ts +4 -8
  27. package/src/tool/bead-pattern-generator/i18n/nl.ts +4 -8
  28. package/src/tool/bead-pattern-generator/i18n/pl.ts +4 -8
  29. package/src/tool/bead-pattern-generator/i18n/pt.ts +4 -8
  30. package/src/tool/bead-pattern-generator/i18n/ru.ts +8 -12
  31. package/src/tool/bead-pattern-generator/i18n/sv.ts +4 -8
  32. package/src/tool/bead-pattern-generator/i18n/tr.ts +4 -8
  33. package/src/tool/bead-pattern-generator/i18n/zh.ts +7 -11
  34. package/src/tool/dice-roller/bibliography.astro +3 -12
  35. package/src/tool/dice-roller/bibliography.ts +5 -0
  36. package/src/tool/dice-roller/entry.ts +0 -1
  37. package/src/tool/dice-roller/i18n/de.ts +12 -16
  38. package/src/tool/dice-roller/i18n/en.ts +12 -16
  39. package/src/tool/dice-roller/i18n/es.ts +11 -15
  40. package/src/tool/dice-roller/i18n/fr.ts +18 -22
  41. package/src/tool/dice-roller/i18n/id.ts +12 -16
  42. package/src/tool/dice-roller/i18n/it.ts +11 -15
  43. package/src/tool/dice-roller/i18n/ja.ts +9 -13
  44. package/src/tool/dice-roller/i18n/ko.ts +10 -14
  45. package/src/tool/dice-roller/i18n/nl.ts +12 -16
  46. package/src/tool/dice-roller/i18n/pl.ts +11 -15
  47. package/src/tool/dice-roller/i18n/pt.ts +12 -16
  48. package/src/tool/dice-roller/i18n/ru.ts +18 -22
  49. package/src/tool/dice-roller/i18n/sv.ts +12 -16
  50. package/src/tool/dice-roller/i18n/tr.ts +10 -14
  51. package/src/tool/dice-roller/i18n/zh.ts +16 -20
  52. package/src/tool/excuse-generator/bibliography.astro +2 -12
  53. package/src/tool/excuse-generator/bibliography.ts +3 -0
  54. package/src/tool/excuse-generator/entry.ts +0 -1
  55. package/src/tool/excuse-generator/i18n/de.ts +7 -9
  56. package/src/tool/excuse-generator/i18n/en.ts +2 -4
  57. package/src/tool/excuse-generator/i18n/es.ts +2 -4
  58. package/src/tool/excuse-generator/i18n/fr.ts +4 -6
  59. package/src/tool/excuse-generator/i18n/id.ts +2 -4
  60. package/src/tool/excuse-generator/i18n/it.ts +2 -4
  61. package/src/tool/excuse-generator/i18n/ja.ts +2 -4
  62. package/src/tool/excuse-generator/i18n/ko.ts +2 -4
  63. package/src/tool/excuse-generator/i18n/nl.ts +2 -4
  64. package/src/tool/excuse-generator/i18n/pl.ts +7 -9
  65. package/src/tool/excuse-generator/i18n/pt.ts +2 -4
  66. package/src/tool/excuse-generator/i18n/ru.ts +7 -9
  67. package/src/tool/excuse-generator/i18n/sv.ts +2 -4
  68. package/src/tool/excuse-generator/i18n/tr.ts +2 -4
  69. package/src/tool/excuse-generator/i18n/zh.ts +9 -11
  70. package/src/tool/fortune-cookie/bibliography.astro +2 -12
  71. package/src/tool/fortune-cookie/bibliography.ts +3 -0
  72. package/src/tool/fortune-cookie/component.astro +7 -10
  73. package/src/tool/fortune-cookie/entry.ts +0 -1
  74. package/src/tool/fortune-cookie/i18n/de.ts +6 -9
  75. package/src/tool/fortune-cookie/i18n/en.ts +6 -9
  76. package/src/tool/fortune-cookie/i18n/es.ts +2 -4
  77. package/src/tool/fortune-cookie/i18n/fr.ts +7 -10
  78. package/src/tool/fortune-cookie/i18n/id.ts +6 -9
  79. package/src/tool/fortune-cookie/i18n/it.ts +3 -6
  80. package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
  81. package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
  82. package/src/tool/fortune-cookie/i18n/nl.ts +6 -9
  83. package/src/tool/fortune-cookie/i18n/pl.ts +6 -9
  84. package/src/tool/fortune-cookie/i18n/pt.ts +6 -9
  85. package/src/tool/fortune-cookie/i18n/ru.ts +17 -20
  86. package/src/tool/fortune-cookie/i18n/sv.ts +6 -9
  87. package/src/tool/fortune-cookie/i18n/tr.ts +5 -8
  88. package/src/tool/fortune-cookie/i18n/zh.ts +7 -10
  89. package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
  90. package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
  91. package/src/tool/glitch-image-distorter/component.astro +393 -0
  92. package/src/tool/glitch-image-distorter/entry.ts +48 -0
  93. package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
  94. package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
  95. package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
  96. package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
  97. package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
  98. package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
  99. package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
  100. package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
  101. package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
  102. package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
  103. package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
  104. package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
  105. package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
  106. package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
  107. package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
  108. package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
  109. package/src/tool/glitch-image-distorter/index.ts +9 -0
  110. package/src/tool/glitch-image-distorter/seo.astro +15 -0
  111. package/src/tool/synesthesia-painter/bibliography.astro +3 -12
  112. package/src/tool/synesthesia-painter/bibliography.ts +5 -0
  113. package/src/tool/synesthesia-painter/entry.ts +0 -1
  114. package/src/tool/synesthesia-painter/i18n/de.ts +14 -18
  115. package/src/tool/synesthesia-painter/i18n/en.ts +5 -9
  116. package/src/tool/synesthesia-painter/i18n/es.ts +4 -8
  117. package/src/tool/synesthesia-painter/i18n/fr.ts +10 -14
  118. package/src/tool/synesthesia-painter/i18n/id.ts +5 -9
  119. package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
  120. package/src/tool/synesthesia-painter/i18n/ja.ts +4 -8
  121. package/src/tool/synesthesia-painter/i18n/ko.ts +4 -8
  122. package/src/tool/synesthesia-painter/i18n/nl.ts +4 -8
  123. package/src/tool/synesthesia-painter/i18n/pl.ts +14 -18
  124. package/src/tool/synesthesia-painter/i18n/pt.ts +5 -9
  125. package/src/tool/synesthesia-painter/i18n/ru.ts +17 -21
  126. package/src/tool/synesthesia-painter/i18n/sv.ts +5 -9
  127. package/src/tool/synesthesia-painter/i18n/tr.ts +4 -8
  128. package/src/tool/synesthesia-painter/i18n/zh.ts +15 -19
  129. package/src/tool/zalgo-generator/bibliography.astro +2 -12
  130. package/src/tool/zalgo-generator/bibliography.ts +5 -0
  131. package/src/tool/zalgo-generator/component.astro +1 -1
  132. package/src/tool/zalgo-generator/entry.ts +0 -1
  133. package/src/tool/zalgo-generator/i18n/de.ts +9 -13
  134. package/src/tool/zalgo-generator/i18n/en.ts +5 -9
  135. package/src/tool/zalgo-generator/i18n/es.ts +4 -8
  136. package/src/tool/zalgo-generator/i18n/fr.ts +9 -13
  137. package/src/tool/zalgo-generator/i18n/id.ts +5 -9
  138. package/src/tool/zalgo-generator/i18n/it.ts +4 -8
  139. package/src/tool/zalgo-generator/i18n/ja.ts +4 -8
  140. package/src/tool/zalgo-generator/i18n/ko.ts +4 -8
  141. package/src/tool/zalgo-generator/i18n/nl.ts +5 -9
  142. package/src/tool/zalgo-generator/i18n/pl.ts +9 -13
  143. package/src/tool/zalgo-generator/i18n/pt.ts +5 -9
  144. package/src/tool/zalgo-generator/i18n/ru.ts +9 -13
  145. package/src/tool/zalgo-generator/i18n/sv.ts +5 -9
  146. package/src/tool/zalgo-generator/i18n/tr.ts +5 -9
  147. package/src/tool/zalgo-generator/i18n/zh.ts +9 -13
  148. package/src/tools.ts +2 -0
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'synestesi-malare';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Vanliga frågor',
76
- bibliographyTitle: 'Sinnets bibliografi',
77
77
  ui: {
78
78
  title: 'Synestesi målare',
79
79
  description: 'Förvandla dina ord till kromatisk konst.',
@@ -95,16 +95,16 @@ export const content: SynesthesiaPainterLocaleContent = {
95
95
  { type: 'title', text: 'Statistik och färguniversaler', level: 3 },
96
96
  { type: 'paragraph', html: 'Även om synestetiska färger är unika för varje individ, fann studier av Simner et al. (2006) och Eagleman et al. (2007) signifikanta statistiska mönster. Vokalen <strong>A</strong> tenderar att vara röd för de flesta; <strong>O</strong> är vit eller svart; <strong>S</strong> visas i turkosa eller gröna toner; <strong>E</strong> framstår som grön eller vit. Intressant nog är färg-bokstav-associationer mer konsekventa inom en språkkultur än mellan olika kulturer, vilket tyder på en roll för tidig bokstavsinlärning.' },
97
97
  { type: 'list', items: [
98
- '<strong>Prevalens:</strong> Ungefär 4 % av befolkningen har grafem-färg-synestesi i någon grad, även om nyare studier höjer denna siffra till 68 % när subkliniska former inkluderas.',
98
+ '<strong>Prevalens:</strong> Ungefär 4 % av befolkningen har grafem-färg-synestesi i någon grad, även om nyare studier höjer denna siffra till 6-8 % när subkliniska former inkluderas.',
99
99
  '<strong>Könsskillnader:</strong> Synestesi är 3 till 6 gånger vanligare hos kvinnor än hos män, även om orsakerna till denna skillnad ännu inte är helt klarlagda.',
100
100
  '<strong>Ärftlighet:</strong> Det finns en tydlig genetisk komponent: det tenderar att gå i familjer, dock inte alltid med samma typ av synestesi.',
101
101
  '<strong>Konstans:</strong> Till skillnad från inlärda associationer är synestetiska färger utomordentligt stabila över tid. 10-åriga uppföljningsstudier visar över 90 % konsekvens i grafem-färg-associationer.',
102
102
  '<strong>Kända synesteter:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla och Billy Joel har offentligt beskrivit synestetiska upplevelser som påverkat deras arbete.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48 %', label: 'Befolkning med synestesi', icon: 'mdi:brain' },
105
+ { value: '4-8 %', label: 'Befolkning med synestesi', icon: 'mdi:brain' },
106
106
  { value: '90 %+', label: 'Färgstabilitet över 10 år', icon: 'mdi:check-circle' },
107
- { value: '36×', label: 'Vanligare hos kvinnor', icon: 'mdi:gender-female' },
107
+ { value: '3-6×', label: 'Vanligare hos kvinnor', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Färgade bokstäver & siffror', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Konst och synestesi: När sinnena smälter samman', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'Detta verktygs färgpalett', html: 'Färgtilldelningarna är inspirerade av de vanligaste statistiska data i vetenskaplig litteratur. <strong>A → röd</strong>, <strong>E → grön</strong>, <strong>I → vit/svart beroende på bakgrund</strong>, <strong>O → svart/vit</strong>, <strong>U → bärnsten</strong>. Konsonanter följer mindre enhetliga mönster, men kontrast mot bakgrunden prioriteras alltid för att garantera läsbarhet.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Synaesthesia: The prevalence of atypical cross-modal experiences', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – A standardized test battery for the study of synesthesia', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Om det andliga i konsten (1911)', url: 'https://sv.wikipedia.org/wiki/Om_det_andliga_i_konsten' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'sinestezi-ressami';
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: 'Sıkça Sorulan Sorular',
76
- bibliographyTitle: 'Zihin Kaynakçası',
77
77
  ui: {
78
78
  title: 'Sinestezi Ressamı',
79
79
  description: 'Kelimelerinizi kromatik sanata dönüştürün.',
@@ -102,9 +102,9 @@ export const content: SynesthesiaPainterLocaleContent = {
102
102
  '<strong>Ünlü sinestezikler:</strong> Vladimir Nabokov, Wassily Kandinsky, Nikola Tesla ve Billy Joel, eserlerini etkileyen sinestetik deneyimlerini açıkça tanımlamışlardır.',
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '%48', label: 'Sinestezili nüfus', icon: 'mdi:brain' },
105
+ { value: '%4-8', label: 'Sinestezili nüfus', icon: 'mdi:brain' },
106
106
  { value: '%90+', label: '10 yıllık renk tutarlılığı', icon: 'mdi:check-circle' },
107
- { value: '36 kat', label: 'Kadınlarda daha yaygın', icon: 'mdi:gender-female' },
107
+ { value: '3-6 kat', label: 'Kadınlarda daha yaygın', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: 'Renkli harf ve rakamlar', icon: 'mdi:alphabetical' },
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: 'Sanat ve Sinestezi: Duyular Birleştiğinde', level: 3 },
@@ -112,11 +112,7 @@ export const content: SynesthesiaPainterLocaleContent = {
112
112
  { type: 'tip', title: 'Bu Aracın Renk Paleti', html: 'Renk atamaları, bilimsel literatürdeki en yaygın istatistiksel verilerden esinlenmiştir. <strong>A → kırmızı</strong>, <strong>E → yeşil</strong>, <strong>I → arka plana göre beyaz/siyah</strong>, <strong>O → siyah/beyaz</strong>, <strong>U → kehribar</strong>. Ünsüzler daha az üniform modeller izlese de, okunabilirliği garanti etmek için arka planla kontrast her zaman önceliklidir.' },
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – Sinestezi: Atipik çapraz-modal deneyimlerin yaygınlığı', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – Sinestezi çalışması için standartlaştırılmış bir test bataryası', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: 'Kandinsky, W. – Sanatta Spiritüel Üzerine (1911)', url: 'https://tr.wikipedia.org/wiki/Spritüel_Üstüne' },
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,26 +1,27 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { SynesthesiaPainterLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'synesthesia-painter';
5
6
  const title = '联觉绘画家';
6
- const description = '根据“书记素-色彩联觉”可视化文字颜色。每个字母都有其专属色彩,将文本转化为色度艺术。';
7
+ const description = '根据\"书记素-色彩联觉\"可视化文字颜色。每个字母都有其专属色彩,将文本转化为色度艺术。';
7
8
 
8
9
  const faq: SynesthesiaPainterLocaleContent['faq'] = [
9
10
  {
10
11
  question: '所有的联觉者看到的字母颜色都一样吗?',
11
- answer: '不。联觉颜色对每个人来说都是独特的。虽然存在统计学上的倾向(对许多人来说 A 趋向于红色),但没有两个联觉者的调色板是完全相同的。此工具使用的是人口研究中最常报告的颜色,而非某种“正确”的色彩。',
12
+ answer: '不。联觉颜色对每个人来说都是独特的。虽然存在统计学上的倾向(对许多人来说 A 趋向于红色),但没有两个联觉者的调色板是完全相同的。此工具使用的是人口研究中最常报告的颜色,而非某种\"正确\"的色彩。',
12
13
  },
13
14
  {
14
15
  question: '不断使用这个工具能让我产生联觉吗?',
15
16
  answer: '严格意义上,从神经学上讲是不可能的。真正的联觉是神经系统的一种特征,而非习得的技能。然而,重复使用颜色-字母关联可以建立强大的关联记忆。一些研究表明,练习这些关联可以提高对文本的记忆力。',
16
17
  },
17
18
  {
18
- question: '“光环”模式有什么用?',
19
- answer: '光晕(Aura)模式模拟了一些联觉者的描述,即看到颜色“漂浮”或“发光”在字母周围,而不是融入其中。它创造了一种更具氛围感和沉浸式的视觉体验,尤其是在深色背景下。',
19
+ question: '\"光环\"模式有什么用?',
20
+ answer: '光晕(Aura)模式模拟了一些联觉者的描述,即看到颜色\"漂浮\"或\"发光\"在字母周围,而不是融入其中。它创造了一种更具氛围感和沉浸式的视觉体验,尤其是在深色背景下。',
20
21
  },
21
22
  {
22
- question: '“圆点”模式有科学依据吗?',
23
- answer: '这是一种艺术抽象。它通过消除字母的可识别形状,将文本简化为其“色彩本质”。结果类似于色彩数据可视化或点彩画,让您在没有任何含义干扰的情况下看到文本的“色彩签名”。',
23
+ question: '\"圆点\"模式有科学依据吗?',
24
+ answer: '这是一种艺术抽象。它通过消除字母的可识别形状,将文本简化为其\"色彩本质\"。结果类似于色彩数据可视化或点彩画,让您在没有任何含义干扰的情况下看到文本的\"色彩签名\"。',
24
25
  },
25
26
  {
26
27
  question: '为什么像 I 和 O 这样的字母是白色或黑色的?',
@@ -30,9 +31,9 @@ const faq: SynesthesiaPainterLocaleContent['faq'] = [
30
31
 
31
32
  const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
32
33
  { name: '编写文本', text: '点击书写区域并开始输入。每个字母都会根据其统计联觉关联显示颜色。' },
33
- { name: '更改可视化模式', text: '使用右上角的按钮在“字母”(彩色文本)、“圆点”(彩色圆圈)和“光环”(带有色彩光晕的发光字母)之间切换。' },
34
+ { name: '更改可视化模式', text: '使用右上角的按钮在\"字母\"(彩色文本)、\"圆点\"(彩色圆圈)和\"光环\"(带有色彩光晕的发光字母)之间切换。' },
34
35
  { name: '探索不同的文本', text: '编写姓名、不同语言的单词或句子,以发现它们独特的色彩调色板。长单词会创造出迷人的视觉渐变。' },
35
- { name: '清除并重新开始', text: '使用底部栏的“清除”按钮清空画布并探索新文本。' },
36
+ { name: '清除并重新开始', text: '使用底部栏的\"清除\"按钮清空画布并探索新文本。' },
36
37
  ];
37
38
 
38
39
  const faqSchema: WithContext<FAQPage> = {
@@ -73,7 +74,6 @@ export const content: SynesthesiaPainterLocaleContent = {
73
74
  title,
74
75
  description,
75
76
  faqTitle: '常见问题解答',
76
- bibliographyTitle: '精神文献',
77
77
  ui: {
78
78
  title: '联觉绘画家',
79
79
  description: '将您的文字转化为色度艺术。',
@@ -88,10 +88,10 @@ export const content: SynesthesiaPainterLocaleContent = {
88
88
  },
89
89
  seo: [
90
90
  { type: 'title', text: '什么是书记素-色彩联觉?', level: 2 },
91
- { type: 'paragraph', html: '<strong>联觉(Synesthesia)</strong>是一种神经系统状况,其中一种感觉的刺激会自动触发另一种感觉的反应。研究最广泛且最普遍的变体是<strong>书记素-色彩联觉</strong>:拥有这种体质的人会感知每个字母或数字具有内在的、恒定的且鲜明的颜色。这并非想象或比喻;对于联觉者来说,字母“A”是红色的,就像火是热的一样。此工具应用了基于人口研究中每个书记素最常报告的颜色的<em>统计调色板</em>。' },
91
+ { type: 'paragraph', html: '<strong>联觉(Synesthesia)</strong>是一种神经系统状况,其中一种感觉的刺激会自动触发另一种感觉的反应。研究最广泛且最普遍的变体是<strong>书记素-色彩联觉</strong>:拥有这种体质的人会感知每个字母或数字具有内在的、恒定的且鲜明的颜色。这并非想象或比喻;对于联觉者来说,字母\"A\"是红色的,就像火是热的一样。此工具应用了基于人口研究中每个书记素最常报告的颜色的<em>统计调色板</em>。' },
92
92
  { type: 'title', text: '神经科学:交叉激活理论', level: 3 },
93
93
  { type: 'paragraph', html: '书记素-色彩联觉最被广泛接受的神经学模型是<strong>交叉激活</strong>。颞叶皮层中涉及识别字母形状的区域(梭状回)在解剖学上邻近处理颜色的区域(V4 区)。在联觉者中,这些区域之间存在更强的结构或功能连接,因此识别字母也会激活颜色神经元。功能性核磁共振成像(fMRI)研究已确认,联觉者在阅读文本时(即使文本是单色的)在 V4 区显示出真实的激活。' },
94
- { type: 'tip', title: '三种可视化模式', html: '<strong>字母:</strong> 按书记素着色的原始文本。非常适合观察完整文本的“色彩旋律”。<strong>圆点:</strong> 每个字符都变成其所属颜色的圆圈;文本消失,只剩下色彩音乐。<strong>光环:</strong> 字母散发出其所属颜色的光晕,仿佛文本正散发着自身的能量。' },
94
+ { type: 'tip', title: '三种可视化模式', html: '<strong>字母:</strong> 按书记素着色的原始文本。非常适合观察完整文本的\"色彩旋律\"。<strong>圆点:</strong> 每个字符都变成其所属颜色的圆圈;文本消失,只剩下色彩音乐。<strong>光环:</strong> 字母散发出其所属颜色的光晕,仿佛文本正散发着自身的能量。' },
95
95
  { type: 'title', text: '统计学与色彩普遍性', level: 3 },
96
96
  { type: 'paragraph', html: '虽然联觉颜色对每个人来说都是独特的,但 Simner 等(2006)和 Eagleman 等(2007)的研究发现了显著的统计模式。元音 <strong>A</strong> 对大多数人来说往往是红色的;<strong>O</strong> 是白色或黑色;<strong>S</strong> 出现在青色或绿色调中;<strong>E</strong> 表现为绿色或白色。有趣的是,颜色-字母关联在同一种语言文化中比在不同文化之间更具一致性,这暗示了早期字母学习的作用。' },
97
97
  { type: 'list', items: [
@@ -102,21 +102,17 @@ export const content: SynesthesiaPainterLocaleContent = {
102
102
  '<strong>著名的联觉者:</strong> 弗拉基米尔·纳博科夫、瓦西里·康定斯基、尼古拉·特斯拉和比利·乔尔都曾公开描述过联觉体验,这些体验也影响了他们的作品。'
103
103
  ]},
104
104
  { type: 'stats', items: [
105
- { value: '48%', label: '拥有联觉的人口', icon: 'mdi:brain' },
105
+ { value: '4-8%', label: '拥有联觉的人口', icon: 'mdi:brain' },
106
106
  { value: '90%+', label: '10 年间的颜色一致性', icon: 'mdi:check-circle' },
107
- { value: '36倍', label: '在女性中更常见', icon: 'mdi:gender-female' },
107
+ { value: '3-6倍', label: '在女性中更常见', icon: 'mdi:gender-female' },
108
108
  { value: '26+10', label: '彩色字母与数字', icon: 'mdi:alphabetical' }
109
109
  ], columns: 4 },
110
110
  { type: 'title', text: '艺术与联觉:当感官融合', level: 3 },
111
- { type: 'paragraph', html: '抽象表现主义的创始人<strong>瓦西里·康定斯基</strong>同时经历了书记素-色彩和音乐-色彩联觉:他能听到色彩中的乐器声(黄色是小号,深蓝色是大提琴),并利用这些感知创造了他的抽象艺术理论。在音乐方面,<strong>亚历山大·斯克里亚宾</strong>为《普罗米修斯:火之诗》创作了一个“光键盘”(tastiera per luce)声部,旨在投射出与每个音符相对应的颜色。' },
111
+ { type: 'paragraph', html: '抽象表现主义的创始人<strong>瓦西里·康定斯基</strong>同时经历了书记素-色彩和音乐-色彩联觉:他能听到色彩中的乐器声(黄色是小号,深蓝色是大提琴),并利用这些感知创造了他的抽象艺术理论。在音乐方面,<strong>亚历山大·斯克里亚宾</strong>为《普罗米修斯:火之诗》创作了一个\"光键盘\"(tastiera per luce)声部,旨在投射出与每个音符相对应的颜色。' },
112
112
  { type: 'tip', title: '此工具的色盘', html: '颜色分配受到科学文献中最常见的统计数据的启发。<strong>A → 红色</strong>,<strong>E → 绿色</strong>,<strong>I → 根据背景显示白/黑</strong>,<strong>O → 黑/白</strong>,<strong>U → 琥珀色</strong>。辅音遵循较不统一的模式,但始终优先考虑与背景的对比度,以保证可读性。' }
113
113
  ],
114
114
  faq,
115
- bibliography: [
116
- { name: 'Simner et al. (2006) – 联觉:非典型跨模态体验的流行率', url: 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1626536/' },
117
- { name: 'Eagleman et al. (2007) – 用于联觉研究的标准化测试电池', url: 'https://www.sciencedirect.com/science/article/pii/S0010945207000087' },
118
- { name: '康定斯基,《艺术中的精神性》(1911)', url: 'https://zh.wikipedia.org/wiki/瓦西里·康定斯基' }
119
- ],
115
+ bibliography,
120
116
  howTo,
121
117
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
118
  };
@@ -1,18 +1,8 @@
1
1
  ---
2
2
  import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
3
- import { zalgoGenerator, type ZalgoGeneratorLocaleContent } from './index';
4
- import type { KnownLocale } from '../../types';
3
+ import { bibliography } from './bibliography';
5
4
 
6
- interface Props {
7
- locale?: KnownLocale;
8
- }
9
-
10
- const { locale = 'es' } = Astro.props;
11
- const localeContentLoader = (zalgoGenerator.i18n as Record<string, () => Promise<ZalgoGeneratorLocaleContent>>)[locale];
12
- const content = localeContentLoader ? await localeContentLoader() : null;
13
- if (!content) return null;
14
-
15
- const { bibliography } = content;
5
+ if (!bibliography || bibliography.length === 0) return null;
16
6
  ---
17
7
 
18
8
  <SharedBibliography links={bibliography} />
@@ -0,0 +1,5 @@
1
+ export const bibliography = [
2
+ { name: 'Unicode Standard - Combining Characters', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
3
+ { name: 'The Zalgo Text Phenomenon', url: 'https://knowyourmeme.com/memes/zalgo' },
4
+ { name: 'MDN - String normalization', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
5
+ ];
@@ -22,7 +22,7 @@ const { ui } = Astro.props;
22
22
  <div class="zg-config-body">
23
23
  <div class="zg-field">
24
24
  <div class="zg-field-header">
25
- <label class="zg-field-label">{ui.intensity}</label>
25
+ <label class="zg-field-label" for="intensity-slider">{ui.intensity}</label>
26
26
  <span id="intensity-value" class="zg-intensity-val">50%</span>
27
27
  </div>
28
28
  <input type="range" id="intensity-slider" min="0.1" max="1.5" step="0.1" value="0.5" class="zg-slider" />
@@ -10,7 +10,6 @@ export interface ZalgoGeneratorUI {
10
10
  copyBtn: string;
11
11
  copied: string;
12
12
  faqTitle: string;
13
- bibliographyTitle: string;
14
13
  configTitle: string;
15
14
  intensity: string;
16
15
  upLabel: string;
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-textgenerator';
@@ -6,14 +7,14 @@ const title = 'Zalgo Generator';
6
7
  const description = 'Korrumpieren Sie Ihre Nachrichten mit kaskadierenden, überlaufenden Unicode-Zeichen. Passen Sie Intensität und Richtung des Glitch-Effekts an.';
7
8
 
8
9
  const faq: ZalgoGeneratorLocaleContent['faq'] = [
9
- { question: 'Was ist Zalgo Text?', answer: 'Es handelt sich um eine Art von Text, der übermäßig viele Unicode-Kombinationszeichen (diakritische Zeichen) verwendet. Wenn diese vertikal gestapelt werden, laufen sie über ihre ursprüngliche Zeile hinaus und erzeugen einen visuellen Effekt von Korruption, Unordnung oder Horror, der in der Internetkultur beliebt ist.' },
10
- { question: 'Warum sieht Zalgo-Text so seltsam aus?', answer: 'Er nutzt eine Funktion des Unicode-Standards aus, die das Hinzufügen von Markierungen über, unter oder durch einen Basisbuchstaben ermöglicht. Da es keine strikte Begrenzung für die Anzahl der Markierungen gibt, kann der Text in die Zeilen darüber oder darunter eindringen“.' },
10
+ { question: 'Was ist Zalgo Text?', answer: 'Es handelt sich um eine Art von Text, der übermäßig viele Unicode-Kombinationszeichen (diakritische Zeichen) verwendet. Wenn diese vertikal gestapelt werden, \"laufen sie über\" ihre ursprüngliche Zeile hinaus und erzeugen einen visuellen Effekt von Korruption, Unordnung oder Horror, der in der Internetkultur beliebt ist.' },
11
+ { question: 'Warum sieht Zalgo-Text so seltsam aus?', answer: 'Er nutzt eine Funktion des Unicode-Standards aus, die das Hinzufügen von Markierungen über, unter oder durch einen Basisbuchstaben ermöglicht. Da es keine strikte Begrenzung für die Anzahl der Markierungen gibt, kann der Text in die Zeilen darüber oder darunter \"eindringen\".' },
11
12
  { question: 'Kann ich diesen Text in sozialen Medien verwenden?', answer: 'Ja, die meisten modernen Plattformen (Instagram, Twitter, Discord) unterstützen Unicode. Einige Netzwerke oder Geräte können jedoch übermäßige Zeichen bei sehr hoher Intensität filtern oder abschneiden, um die Lesbarkeit der Benutzeroberfläche zu erhalten.' },
12
13
  { question: 'Wie kann ich den Zalgo-Effekt aus dem Text entfernen?', answer: 'Um korrumpierten Text zu bereinigen, können Sie die JavaScript-String-Normalisierung verwenden oder ihn einfach in einen einfachen Texteditor einfügen, der nur Nur-Text akzeptiert. Unser Tool ist rein kreativ und beschädigt den Originalinhalt nicht.' },
13
14
  ];
14
15
 
15
16
  const howTo: ZalgoGeneratorLocaleContent['howTo'] = [
16
- { name: 'Basistext schreiben', text: 'Geben Sie den Text, den Sie korrumpieren möchten, in das Haupttextfeld ein.' },
17
+ { name: 'Basistext schreiben', text: 'Geben Sie den Text, den Sie \"korrumpieren\" möchten, in das Haupttextfeld ein.' },
17
18
  { name: 'Chaos-Intensität anpassen', text: 'Bewegen Sie den Schieberegler, um festzulegen, wie viele Kombinationszeichen gestapelt werden sollen. Höhere Intensität = schwerer zu lesen.' },
18
19
  { name: 'Überlaufrichtung wählen', text: 'Wählen Sie, ob die Korruption nach oben, nach unten oder gleichzeitig in alle Richtungen wachsen soll.' },
19
20
  { name: 'Ergebnis kopieren', text: 'Klicken Sie auf die Schaltfläche zum Kopieren. Der resultierende Text enthält alle unsichtbaren Bytes, die für den Glitch-Effekt erforderlich sind.' },
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Häufig gestellte Fragen',
60
- bibliographyTitle: 'Chaos-Bibliographie',
61
61
  ui: {
62
62
  title: 'Zalgo Generator',
63
63
  description: 'A̵l̸l̸e̵s̶ ̵i̶s̷t̶ ̵k̶o̸r̸r̸u̶p̸t̷',
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
82
82
  },
83
83
  seo: [
84
84
  { type: 'title', text: 'Was ist Zalgo Text und wie funktioniert visuelle Korruption?', level: 2 },
85
- { type: 'paragraph', html: 'Zalgo-Text ist eine Form der typografischen Manipulation, die eine spezifische Funktion des Unicode-Standards nutzt: <strong>Kombinationszeichen</strong>. Im Gegensatz zu normalen Zeichen belegen diese diakritischen Zeichen keinen horizontalen Platz sie stapeln sich vertikal auf dem Basisbuchstaben und erzeugen so die in der Internetkultur beliebte Ästhetik des digitalen Chaos oder kosmischen Horrors“.' },
85
+ { type: 'paragraph', html: 'Zalgo-Text ist eine Form der typografischen Manipulation, die eine spezifische Funktion des Unicode-Standards nutzt: <strong>Kombinationszeichen</strong>. Im Gegensatz zu normalen Zeichen belegen diese diakritischen Zeichen keinen horizontalen Platz - sie stapeln sich vertikal auf dem Basisbuchstaben und erzeugen so die in der Internetkultur beliebte Ästhetik des \"digitalen Chaos\" oder \"kosmischen Horrors\".' },
86
86
  { type: 'title', text: 'Anatomie des Prozesses', level: 3 },
87
87
  { type: 'paragraph', html: 'Unser Generator verarbeitet jedes Zeichen unabhängig und injiziert zufällige Unicode-Codepunkte in drei verschiedenen Vektoren: <strong>oben</strong> (diakritische Zeichen, die sich darüber stapeln), <strong>mitte</strong> (die den Buchstaben durchdringen) und <strong>unten</strong> (die darunter hängen).' },
88
88
  { type: 'tip', title: 'Korruptionsalgorithmus', html: 'Für jedes Basiszeichen wird ein Wert von <code>Anzahl = Intensität × 30</code> berechnet. So viele zufällige diakritische Zeichen werden in jedem Vektor hinzugefügt. Bei einer Intensität von 1,5 können Sie bis zu 45 Kombinationszeichen pro Buchstabe erhalten.' },
@@ -90,24 +90,20 @@ export const content: ZalgoGeneratorLocaleContent = {
90
90
  { type: 'list', items: [
91
91
  '<strong>Soziale Medien:</strong> Erregen Sie Aufmerksamkeit auf Instagram oder TikTok. Perfekt für Bios, die mit Konventionen brechen wollen.',
92
92
  '<strong>Horror-Storytelling:</strong> Dramatisieren Sie fiktionale Erzählungen, Creepypastas oder Simulationen kompromittierter Systeme.',
93
- '<strong>Barrierefreiheit:</strong> Warnung Zalgo-Text ist für Screenreader unlesbar. Verwenden Sie ihn nur als visuelle Dekoration, niemals für kritische Inhalte.',
93
+ '<strong>Barrierefreiheit:</strong> Warnung - Zalgo-Text ist für Screenreader unlesbar. Verwenden Sie ihn nur als visuelle Dekoration, niemals für kritische Inhalte.',
94
94
  '<strong>SEO:</strong> Verwenden Sie Zalgo niemals in Kern-Keywords (H1, Meta-Titel). Indexierungs-Bots können diese Zeichen möglicherweise nicht normalisieren.',
95
95
  ]},
96
96
  { type: 'title', text: 'Der Ursprung: Von Something Awful zu Glitch Art', level: 3 },
97
- { type: 'paragraph', html: 'Zalgo begann nicht als Generator, sondern als Intervention in klassischen Comic-Strips. Der Benutzer Shmorky begann Mitte der 2000er Jahre, Charaktere wie Nancy oder Archie zu deformieren und Flecken sowie Verzerrungen hinzuzufügen. Der Satz <strong>„Er kommt“</strong> besiegelte das Schicksal dieser Werke und kündigte die Ankunft einer Entität an, die die Realität verschlingt.' },
97
+ { type: 'paragraph', html: 'Zalgo begann nicht als Generator, sondern als Intervention in klassischen Comic-Strips. Der Benutzer Shmorky begann Mitte der 2000er Jahre, Charaktere wie Nancy oder Archie zu deformieren und Flecken sowie Verzerrungen hinzuzufügen. Der Satz <strong>\"Er kommt\"</strong> besiegelte das Schicksal dieser Werke und kündigte die Ankunft einer Entität an, die die Realität verschlingt.' },
98
98
  { type: 'glossary', items: [
99
99
  { term: 'Kombinationszeichen', definition: 'Ein Unicode-Codepunkt, der dazu bestimmt ist, über, unter oder durch ein Basiszeichen platziert zu werden. Wird legitim in Sprachen wie Arabisch, Vietnamesisch und Hindi verwendet.' },
100
100
  { term: 'Diakritisches Zeichen', definition: 'Ein Markenzeichen, das einem Basisbuchstaben hinzugefügt wird, um seine Aussprache oder Bedeutung zu ändern. Zalgo missbraucht diese, um einen visuellen Überlauf zu erzeugen.' },
101
- { term: 'Unicode-Block', definition: 'Ein zusammenhängender Bereich von Unicode-Codepunkten. Zalgo-Zeichen stammen meist aus dem Block Kombinierende diakritische Zeichen (U+0300U+036F).' },
101
+ { term: 'Unicode-Block', definition: 'Ein zusammenhängender Bereich von Unicode-Codepunkten. Zalgo-Zeichen stammen meist aus dem Block \"Kombinierende diakritische Zeichen\" (U+0300-U+036F).' },
102
102
  { term: 'Glitch Art', definition: 'Eine Ästhetik, die absichtlich Fehler, Artefakte und Korruptionen in digitalen Medien als Ausdrucksmittel einbezieht oder simuliert.' },
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Unicode-Standard - Kombinationszeichen (Englisch)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Das Zalgo-Text-Phänomen (Englisch)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - String-Normalisierung', url: 'https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-generator';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Frequently Asked Questions',
60
- bibliographyTitle: 'Chaos Bibliography',
61
61
  ui: {
62
62
  title: 'Zalgo Generator',
63
63
  description: 'E̴v̵e̸r̸y̵t̸h̵i̸n̴g̴ ̷i̸s̶ ̶c̶o̷r̵r̷u̷p̶t̸',
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
82
82
  },
83
83
  seo: [
84
84
  { type: 'title', text: 'What Is Zalgo Text and How Does Visual Corruption Work?', level: 2 },
85
- { type: 'paragraph', html: 'Zalgo Text is a form of typographic manipulation that exploits a specific feature of the Unicode standard: <strong>combining characters</strong>. Unlike normal characters, these diacritics take up no horizontal space they stack vertically on top of the base letter, creating that "digital chaos" or "cosmic horror" aesthetic so popular in internet culture.' },
85
+ { type: 'paragraph', html: 'Zalgo Text is a form of typographic manipulation that exploits a specific feature of the Unicode standard: <strong>combining characters</strong>. Unlike normal characters, these diacritics take up no horizontal space - they stack vertically on top of the base letter, creating that "digital chaos" or "cosmic horror" aesthetic so popular in internet culture.' },
86
86
  { type: 'title', text: 'Anatomy of the Process', level: 3 },
87
87
  { type: 'paragraph', html: 'Our generator processes each character independently, injecting random bursts of Unicode code points in three distinct vectors: <strong>upper</strong> (diacritics that stack above), <strong>middle</strong> (which pierce through the letter), and <strong>lower</strong> (hanging below).' },
88
88
  { type: 'tip', title: 'Corruption Algorithm', html: 'For each base character, a <code>count = intensity × 30</code> is calculated. That many random diacritics are added in each vector. At intensity 1.5 you can get up to 45 combining characters per letter.' },
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
90
90
  { type: 'list', items: [
91
91
  '<strong>Social Media:</strong> Grab attention on Instagram or TikTok. Perfect for bios seeking to break with convention.',
92
92
  '<strong>Horror Storytelling:</strong> Dramatize fiction narratives, creepypastas, or simulations of compromised systems.',
93
- '<strong>Accessibility:</strong> Warning Zalgo text is unreadable by screen readers. Use it only as visual decoration, never for critical content.',
93
+ '<strong>Accessibility:</strong> Warning - Zalgo text is unreadable by screen readers. Use it only as visual decoration, never for critical content.',
94
94
  '<strong>SEO:</strong> Never use Zalgo in core keywords (H1, meta titles). Indexing bots may fail to normalize these characters.',
95
95
  ]},
96
96
  { type: 'title', text: 'The Origin: From Something Awful to Glitch Art', level: 3 },
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
98
98
  { type: 'glossary', items: [
99
99
  { term: 'Combining Character', definition: 'A Unicode code point designed to be placed on top of, below, or through a base character. Used legitimately in languages like Arabic, Vietnamese, and Hindi.' },
100
100
  { term: 'Diacritic', definition: 'A mark added to a base letter to modify its pronunciation or meaning. Zalgo abuses these to create visual overflow.' },
101
- { term: 'Unicode Block', definition: 'A contiguous range of Unicode code points. Zalgo characters mostly come from the "Combining Diacritical Marks" block (U+0300U+036F).' },
101
+ { term: 'Unicode Block', definition: 'A contiguous range of Unicode code points. Zalgo characters mostly come from the "Combining Diacritical Marks" block (U+0300-U+036F).' },
102
102
  { term: 'Glitch Art', definition: 'An aesthetic that intentionally incorporates or simulates errors, artifacts, and corruptions in digital media as an expressive technique.' },
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Unicode Standard - Combining Characters', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'The Zalgo Text Phenomenon', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - String normalization', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generador-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Preguntas Frecuentes',
60
- bibliographyTitle: 'Bibliografía del Caos',
61
61
  ui: {
62
62
  title: 'Generador Zalgo',
63
63
  description: 'T̸o̶d̸o̵ ̸e̴s̸t̴á̷ ̵c̵o̶r̶r̵u̸p̸t̵o̴',
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
90
90
  { type: 'list', items: [
91
91
  '<strong>Social Media:</strong> Capta la atención en Instagram o TikTok. Perfecto para bios que buscan romper con lo convencional.',
92
92
  '<strong>Storytelling horror:</strong> Dramatiza narrativas de ficción, creepypastas o simulaciones de sistemas comprometidos.',
93
- '<strong>Accesibilidad:</strong> Cuidado el texto Zalgo es ilegible para Screen Readers. Úsalo solo como acompañamiento visual, nunca para contenido crítico.',
93
+ '<strong>Accesibilidad:</strong> Cuidado - el texto Zalgo es ilegible para Screen Readers. Úsalo solo como acompañamiento visual, nunca para contenido crítico.',
94
94
  '<strong>SEO:</strong> No uses Zalgo en palabras clave fundamentales (H1, meta titles). Los bots de indexación pueden fallar al normalizar estos caracteres.',
95
95
  ]},
96
96
  { type: 'title', text: 'El Origen: De Something Awful al Glitch Art', level: 3 },
@@ -105,16 +105,12 @@ export const content: ZalgoGeneratorLocaleContent = {
105
105
  { type: 'glossary', items: [
106
106
  { term: 'Carácter combinado', definition: 'Punto de código Unicode diseñado para colocarse encima, debajo o a través de un carácter base. Se usa legítimamente en árabe, vietnamita e hindi.' },
107
107
  { term: 'Diacrítico', definition: 'Marca añadida a una letra base para modificar su pronunciación o significado. Zalgo abusa de ellos para crear desbordamiento visual.' },
108
- { term: 'Bloque Unicode', definition: 'Rango contiguo de puntos de código Unicode. Los caracteres Zalgo provienen principalmente del bloque "Combining Diacritical Marks" (U+0300U+036F).' },
108
+ { term: 'Bloque Unicode', definition: 'Rango contiguo de puntos de código Unicode. Los caracteres Zalgo provienen principalmente del bloque "Combining Diacritical Marks" (U+0300-U+036F).' },
109
109
  { term: 'Glitch Art', definition: 'Estética que incorpora intencionalmente errores, artefactos y corrupciones en medios digitales como técnica expresiva.' },
110
110
  ]},
111
111
  ],
112
112
  faq,
113
- bibliography: [
114
- { name: 'Unicode Standard - Combining Characters', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
115
- { name: 'The Zalgo Text Phenomenon', url: 'https://knowyourmeme.com/memes/zalgo' },
116
- { name: 'MDN - String normalization', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
117
- ],
113
+ bibliography,
118
114
  howTo,
119
115
  schemas: [faqSchema as any, howToSchema as any, appSchema],
120
116
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generateur-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Questions Fréquemment Posées',
60
- bibliographyTitle: 'Bibliographie du Chaos',
61
61
  ui: {
62
62
  title: 'Générateur Zalgo',
63
63
  description: 'T̴o̴u̴t̴ ̴e̸s̶t̶ ̶c̶o̷r̵r̶o̸m̵p̶u̸',
@@ -74,40 +74,36 @@ export const content: ZalgoGeneratorLocaleContent = {
74
74
  midLabel: 'Bruit Central',
75
75
  downLabel: 'Corruption Inférieure',
76
76
  resetBtn: 'Réinitialiser les Valeurs',
77
- warningText: 'AVERTISSEMENT : Le texte Zalgo utilise des caractères combinés Unicode qui peuvent déborder visuellement de leur conteneur. À utiliser avec précaution sur les réseaux sociaux.',
77
+ warningText: 'AVERTISSEMENT: Le texte Zalgo utilise des caractères combinés Unicode qui peuvent déborder visuellement de leur conteneur. À utiliser avec précaution sur les réseaux sociaux.',
78
78
  previewLabel: 'Aperçu en Temps Réel',
79
79
  emptyLabel: 'Vide',
80
80
  charLabel: 'CARACTÈRES',
81
- noteText: 'Note : Certains navigateurs peuvent limiter le rendu des caractères combinés'
81
+ noteText: 'Note: Certains navigateurs peuvent limiter le rendu des caractères combinés'
82
82
  },
83
83
  seo: [
84
84
  { type: 'title', text: 'Qu\'est-ce que le Texte Zalgo et comment fonctionne la corruption visuelle ?', level: 2 },
85
- { type: 'paragraph', html: 'Le texte Zalgo est une forme de manipulation typographique qui exploite une fonctionnalité spécifique de la norme Unicode : les <strong>caractères de combinaison</strong>. Contrairement aux caractères normaux, ces diacritiques ne prennent pas d\'espace horizontal ils s\'empilent verticalement sur la lettre de base, créant ce "chaos numérique" ou cette esthétique "d\'horreur cosmique" si populaire dans la culture internet.' },
85
+ { type: 'paragraph', html: 'Le texte Zalgo est une forme de manipulation typographique qui exploite une fonctionnalité spécifique de la norme Unicode: les <strong>caractères de combinaison</strong>. Contrairement aux caractères normaux, ces diacritiques ne prennent pas d\'espace horizontal - ils s\'empilent verticalement sur la lettre de base, créant ce "chaos numérique" ou cette esthétique "d\'horreur cosmique" si populaire dans la culture internet.' },
86
86
  { type: 'title', text: 'Anatomie du Processus', level: 3 },
87
- { type: 'paragraph', html: 'Notre générateur traite chaque caractère indépendamment, injectant des rafales aléatoires de points de code Unicode dans trois vecteurs distincts : <strong>supérieur</strong> (diacritiques qui s\'empilent au-dessus), <strong>médian</strong> (qui traversent la lettre) et <strong>inférieur</strong> (qui pendent en dessous).' },
87
+ { type: 'paragraph', html: 'Notre générateur traite chaque caractère indépendamment, injectant des rafales aléatoires de points de code Unicode dans trois vecteurs distincts: <strong>supérieur</strong> (diacritiques qui s\'empilent au-dessus), <strong>médian</strong> (qui traversent la lettre) et <strong>inférieur</strong> (qui pendent en dessous).' },
88
88
  { type: 'tip', title: 'Algorithme de Corruption', html: 'Pour chaque caractère de base, un calcul <code>nombre = intensité × 30</code> est effectué. Ce nombre de diacritiques aléatoires est ajouté dans chaque vecteur. À une intensité de 1,5, vous pouvez obtenir jusqu\'à 45 caractères de combinaison par lettre.' },
89
89
  { type: 'title', text: 'Étiquette et Applications', level: 3 },
90
90
  { type: 'list', items: [
91
91
  '<strong>Réseaux Sociaux :</strong> Attirez l\'attention sur Instagram ou TikTok. Parfait pour les biographies cherchant à rompre avec la convention.',
92
92
  '<strong>Narration d\'Horreur :</strong> Dramatisez des récits de fiction, des creepypastas ou des simulations de systèmes compromis.',
93
- '<strong>Accessibilité :</strong> Attention le texte Zalgo est illisible par les lecteurs d\'écran. Utilisez-le uniquement comme décoration visuelle, jamais pour un contenu critique.',
93
+ '<strong>Accessibilité :</strong> Attention - le texte Zalgo est illisible par les lecteurs d\'écran. Utilisez-le uniquement comme décoration visuelle, jamais pour un contenu critique.',
94
94
  '<strong>SEO :</strong> N\'utilisez jamais de texte Zalgo dans vos mots-clés principaux (H1, méta-titres). Les robots d\'indexation peuvent échouer à normaliser ces caractères.',
95
95
  ]},
96
- { type: 'title', text: 'L\'Origine : De Something Awful à l\'Art Glitch', level: 3 },
96
+ { type: 'title', text: 'L\'Origine: De Something Awful à l\'Art Glitch', level: 3 },
97
97
  { type: 'paragraph', html: 'Zalgo n\'a pas commencé comme un générateur, mais comme une intervention dans des bandes dessinées classiques. L\'utilisateur Shmorky, au milieu des années 2000, a commencé à déformer des personnages comme Nancy ou Archie, en ajoutant des taches et des distorsions. La phrase <strong>"Il arrive"</strong> (He comes) a scellé le destin de ces œuvres, annonçant l\'arrivée d\'une entité qui dévorait la réalité.' },
98
98
  { type: 'glossary', items: [
99
99
  { term: 'Caractère de Combinaison', definition: 'Un point de code Unicode conçu pour être placé au-dessus, en dessous ou à travers un caractère de base. Utilisé légitimement dans des langues comme l\'arabe, le vietnamien et le hindi.' },
100
100
  { term: 'Diacritique', definition: 'Une marque ajoutée à une lettre de base pour modifier sa prononciation ou sa signification. Zalgo en abuse pour créer un débordement visuel.' },
101
- { term: 'Bloc Unicode', definition: 'Une plage contiguë de points de code Unicode. Les caractères Zalgo proviennent principalement du bloc "Combining Diacritical Marks" (U+0300U+036F).' },
101
+ { term: 'Bloc Unicode', definition: 'Une plage contiguë de points de code Unicode. Les caractères Zalgo proviennent principalement du bloc "Combining Diacritical Marks" (U+0300-U+036F).' },
102
102
  { term: 'Art Glitch', definition: 'Une esthétique qui incorpore ou simule intentionnellement des erreurs, des artefacts et des corruptions dans les médias numériques comme technique expressive.' },
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Norme Unicode - Caractères de Combinaison', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Le Phénomène du Texte Zalgo (Know Your Meme)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Normalisation de chaîne JavaScript', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'pembuat-teks-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Pertanyaan yang Sering Diajukan',
60
- bibliographyTitle: 'Bibliografi Kekacauan',
61
61
  ui: {
62
62
  title: 'Pembuat Teks Zalgo',
63
63
  description: 'S̷e̷m̴u̴a̷n̵y̸a̷ ̴r̸u̶s̷a̶k̵',
@@ -82,7 +82,7 @@ export const content: ZalgoGeneratorLocaleContent = {
82
82
  },
83
83
  seo: [
84
84
  { type: 'title', text: 'Apa Itu Teks Zalgo dan Bagaimana Cara Kerja Kerusakan Visual?', level: 2 },
85
- { type: 'paragraph', html: 'Teks Zalgo adalah bentuk manipulasi tipografi yang memanfaatkan fitur spesifik standar Unicode: <strong>karakter penggabung</strong>. Berbeda dengan karakter normal, diakritik ini tidak memakan ruang horizontal mereka menumpuk secara vertikal di atas huruf dasar, menciptakan estetika "kekacauan digital" atau "horor kosmik" yang sangat populer dalam budaya internet.' },
85
+ { type: 'paragraph', html: 'Teks Zalgo adalah bentuk manipulasi tipografi yang memanfaatkan fitur spesifik standar Unicode: <strong>karakter penggabung</strong>. Berbeda dengan karakter normal, diakritik ini tidak memakan ruang horizontal - mereka menumpuk secara vertikal di atas huruf dasar, menciptakan estetika "kekacauan digital" atau "horor kosmik" yang sangat populer dalam budaya internet.' },
86
86
  { type: 'title', text: 'Anatomi Proses', level: 3 },
87
87
  { type: 'paragraph', html: 'Generator kami memproses setiap karakter secara independen, menyuntikkan ledakan acak titik kode Unicode dalam tiga vektor berbeda: <strong>atas</strong> (diakritik yang menumpuk di atas), <strong>tengah</strong> (yang menembus huruf), dan <strong>bawah</strong> (tergantung di bawah).' },
88
88
  { type: 'tip', title: 'Algoritma Kerusakan', html: 'Untuk setiap karakter dasar, <code>jumlah = intensitas × 30</code> dihitung. Begitu banyak diakritik acak ditambahkan di setiap vektor. Pada intensitas 1,5 Anda bisa mendapatkan hingga 45 karakter penggabung per huruf.' },
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
90
90
  { type: 'list', items: [
91
91
  '<strong>Media Sosial:</strong> Menarik perhatian di Instagram atau TikTok. Sempurna untuk bio yang ingin tampil beda.',
92
92
  '<strong>Penceritaan Horor:</strong> Mendramatisir narasi fiksi, creepypasta, atau simulasi sistem yang disusupi.',
93
- '<strong>Aksesibilitas:</strong> Peringatan teks Zalgo tidak dapat dibaca oleh pembaca layar. Gunakan hanya sebagai dekorasi visual, jangan pernah untuk konten penting.',
93
+ '<strong>Aksesibilitas:</strong> Peringatan - teks Zalgo tidak dapat dibaca oleh pembaca layar. Gunakan hanya sebagai dekorasi visual, jangan pernah untuk konten penting.',
94
94
  '<strong>SEO:</strong> Jangan pernah gunakan Zalgo dalam kata kunci inti (H1, judul meta). Bot pengindeksan mungkin gagal menormalkan karakter-karakter ini.',
95
95
  ]},
96
96
  { type: 'title', text: 'Asal-usul: Dari Something Awful ke Glitch Art', level: 3 },
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
98
98
  { type: 'glossary', items: [
99
99
  { term: 'Karakter Penggabung', definition: 'Titik kode Unicode yang dirancang untuk ditempatkan di atas, di bawah, atau menembus karakter dasar. Digunakan secara sah dalam bahasa-bahasa seperti Arab, Vietnam, dan Hindi.' },
100
100
  { term: 'Diakritik', definition: 'Tanda yang ditambahkan pada huruf dasar untuk mengubah pengucapan atau maknanya. Zalgo menyalahgunakan ini untuk menciptakan luapan visual.' },
101
- { term: 'Blok Unicode', definition: 'Rentang titik kode Unicode yang berdampingan. Karakter Zalgo sebagian besar berasal dari blok "Kombinasi Tanda Diakritik" (U+0300U+036F).' },
101
+ { term: 'Blok Unicode', definition: 'Rentang titik kode Unicode yang berdampingan. Karakter Zalgo sebagian besar berasal dari blok "Kombinasi Tanda Diakritik" (U+0300-U+036F).' },
102
102
  { term: 'Glitch Art', definition: 'Estetika yang secara sengaja memasukkan atau mensimulasikan kesalahan, artefak, dan kerusakan pada media digital sebagai teknik ekspresif.' },
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Standar Unicode - Karakter Penggabung (Bahasa Inggris)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Fenomena Teks Zalgo (Bahasa Inggris)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Normalisasi string', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generatore-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Domande Frequenti',
60
- bibliographyTitle: 'Bibliografia del Caos',
61
61
  ui: {
62
62
  title: 'Generatore Zalgo',
63
63
  description: 'T̴u̶t̸t̶o̸ ̵è̵ ̸c̸o̸r̶r̶o̸t̷t̶o̷',
@@ -90,7 +90,7 @@ export const content: ZalgoGeneratorLocaleContent = {
90
90
  { type: 'list', items: [
91
91
  '<strong>Social Media:</strong> attira l\'attenzione su Instagram o TikTok. Perfetto per bio che cercano di rompere con le convenzioni.',
92
92
  '<strong>Narrativa Horror:</strong> drammatizza narrazioni di finzione, creepypasta o simulazioni di sistemi compromessi.',
93
- '<strong>Accessibilità:</strong> attenzione il testo Zalgo non è leggibile dagli screen reader. Usalo solo come decorazione visiva, mai per contenuti critici.',
93
+ '<strong>Accessibilità:</strong> attenzione - il testo Zalgo non è leggibile dagli screen reader. Usalo solo come decorazione visiva, mai per contenuti critici.',
94
94
  '<strong>SEO:</strong> non usare mai Zalgo nelle parole chiave principali (H1, meta titoli). I bot di indicizzazione potrebbero non riuscire a normalizzare questi caratteri.',
95
95
  ]},
96
96
  { type: 'title', text: 'L\'origine: da Something Awful alla Glitch Art', level: 3 },
@@ -98,16 +98,12 @@ export const content: ZalgoGeneratorLocaleContent = {
98
98
  { type: 'glossary', items: [
99
99
  { term: 'Carattere di combinazione', definition: 'Un code point Unicode progettato per essere posizionato sopra, sotto o attraverso un carattere di base. Usato legittimamente in lingue come l\'arabo, il vietnamita e l\'hindi.' },
100
100
  { term: 'Diacritico', definition: 'Un segno aggiunto a una lettera base per modificarne la pronuncia o il significato. Zalgo ne abusa per creare un traboccamento visivo.' },
101
- { term: 'Blocco Unicode', definition: 'Un intervallo contiguo di code point Unicode. I caratteri Zalgo provengono principalmente dal blocco "Combining Diacritical Marks" (U+0300U+036F).' },
101
+ { term: 'Blocco Unicode', definition: 'Un intervallo contiguo di code point Unicode. I caratteri Zalgo provengono principalmente dal blocco "Combining Diacritical Marks" (U+0300-U+036F).' },
102
102
  { term: 'Glitch Art', definition: 'Un\'estetica che incorpora o simula intenzionalmente errori, artefatti e corruzioni nei media digitali come tecnica espressiva.' },
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Standard Unicode - Caratteri di combinazione (inglese)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Il fenomeno del testo Zalgo (inglese)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Normalizzazione delle stringhe', url: 'https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };