@jjlmoya/utils-creative 1.21.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 (103) 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/layouts/PreviewLayout.astro +7 -2
  5. package/src/tests/diacritics_density.test.ts +118 -0
  6. package/src/tests/inverted_punctuation.test.ts +84 -0
  7. package/src/tests/no_en_dash.test.ts +70 -0
  8. package/src/tests/pagespeed_best_practices.test.ts +198 -0
  9. package/src/tests/script_density.test.ts +94 -0
  10. package/src/tool/bead-pattern-generator/component.astro +2 -2
  11. package/src/tool/bead-pattern-generator/i18n/de.ts +2 -2
  12. package/src/tool/bead-pattern-generator/i18n/en.ts +2 -2
  13. package/src/tool/bead-pattern-generator/i18n/es.ts +2 -2
  14. package/src/tool/bead-pattern-generator/i18n/fr.ts +3 -3
  15. package/src/tool/bead-pattern-generator/i18n/id.ts +2 -2
  16. package/src/tool/bead-pattern-generator/i18n/it.ts +2 -2
  17. package/src/tool/bead-pattern-generator/i18n/ja.ts +2 -2
  18. package/src/tool/bead-pattern-generator/i18n/ko.ts +2 -2
  19. package/src/tool/bead-pattern-generator/i18n/nl.ts +2 -2
  20. package/src/tool/bead-pattern-generator/i18n/pl.ts +2 -2
  21. package/src/tool/bead-pattern-generator/i18n/pt.ts +2 -2
  22. package/src/tool/bead-pattern-generator/i18n/ru.ts +6 -6
  23. package/src/tool/bead-pattern-generator/i18n/sv.ts +2 -2
  24. package/src/tool/bead-pattern-generator/i18n/tr.ts +2 -2
  25. package/src/tool/bead-pattern-generator/i18n/zh.ts +5 -5
  26. package/src/tool/dice-roller/bibliography.ts +3 -3
  27. package/src/tool/dice-roller/i18n/de.ts +10 -10
  28. package/src/tool/dice-roller/i18n/en.ts +10 -10
  29. package/src/tool/dice-roller/i18n/es.ts +9 -9
  30. package/src/tool/dice-roller/i18n/fr.ts +16 -16
  31. package/src/tool/dice-roller/i18n/id.ts +10 -10
  32. package/src/tool/dice-roller/i18n/it.ts +9 -9
  33. package/src/tool/dice-roller/i18n/ja.ts +7 -7
  34. package/src/tool/dice-roller/i18n/ko.ts +8 -8
  35. package/src/tool/dice-roller/i18n/nl.ts +10 -10
  36. package/src/tool/dice-roller/i18n/pl.ts +9 -9
  37. package/src/tool/dice-roller/i18n/pt.ts +10 -10
  38. package/src/tool/dice-roller/i18n/ru.ts +16 -16
  39. package/src/tool/dice-roller/i18n/sv.ts +10 -10
  40. package/src/tool/dice-roller/i18n/tr.ts +8 -8
  41. package/src/tool/dice-roller/i18n/zh.ts +14 -14
  42. package/src/tool/excuse-generator/i18n/de.ts +5 -5
  43. package/src/tool/excuse-generator/i18n/fr.ts +2 -2
  44. package/src/tool/excuse-generator/i18n/pl.ts +5 -5
  45. package/src/tool/excuse-generator/i18n/ru.ts +5 -5
  46. package/src/tool/excuse-generator/i18n/zh.ts +7 -7
  47. package/src/tool/fortune-cookie/component.astro +7 -10
  48. package/src/tool/fortune-cookie/i18n/de.ts +4 -4
  49. package/src/tool/fortune-cookie/i18n/en.ts +4 -4
  50. package/src/tool/fortune-cookie/i18n/fr.ts +5 -5
  51. package/src/tool/fortune-cookie/i18n/id.ts +4 -4
  52. package/src/tool/fortune-cookie/i18n/it.ts +1 -1
  53. package/src/tool/fortune-cookie/i18n/nl.ts +4 -4
  54. package/src/tool/fortune-cookie/i18n/pl.ts +4 -4
  55. package/src/tool/fortune-cookie/i18n/pt.ts +4 -4
  56. package/src/tool/fortune-cookie/i18n/ru.ts +15 -15
  57. package/src/tool/fortune-cookie/i18n/sv.ts +4 -4
  58. package/src/tool/fortune-cookie/i18n/tr.ts +3 -3
  59. package/src/tool/fortune-cookie/i18n/zh.ts +5 -5
  60. package/src/tool/glitch-image-distorter/component.astro +7 -7
  61. package/src/tool/glitch-image-distorter/i18n/de.ts +1 -1
  62. package/src/tool/glitch-image-distorter/i18n/en.ts +2 -2
  63. package/src/tool/glitch-image-distorter/i18n/fr.ts +3 -3
  64. package/src/tool/glitch-image-distorter/i18n/id.ts +1 -1
  65. package/src/tool/glitch-image-distorter/i18n/it.ts +1 -1
  66. package/src/tool/glitch-image-distorter/i18n/nl.ts +1 -1
  67. package/src/tool/glitch-image-distorter/i18n/pl.ts +1 -1
  68. package/src/tool/glitch-image-distorter/i18n/pt.ts +1 -1
  69. package/src/tool/glitch-image-distorter/i18n/ru.ts +11 -11
  70. package/src/tool/glitch-image-distorter/i18n/sv.ts +1 -1
  71. package/src/tool/glitch-image-distorter/i18n/tr.ts +1 -1
  72. package/src/tool/glitch-image-distorter/i18n/zh.ts +12 -12
  73. package/src/tool/synesthesia-painter/bibliography.ts +3 -3
  74. package/src/tool/synesthesia-painter/i18n/de.ts +12 -12
  75. package/src/tool/synesthesia-painter/i18n/en.ts +3 -3
  76. package/src/tool/synesthesia-painter/i18n/es.ts +2 -2
  77. package/src/tool/synesthesia-painter/i18n/fr.ts +8 -8
  78. package/src/tool/synesthesia-painter/i18n/id.ts +3 -3
  79. package/src/tool/synesthesia-painter/i18n/ja.ts +2 -2
  80. package/src/tool/synesthesia-painter/i18n/ko.ts +2 -2
  81. package/src/tool/synesthesia-painter/i18n/nl.ts +2 -2
  82. package/src/tool/synesthesia-painter/i18n/pl.ts +12 -12
  83. package/src/tool/synesthesia-painter/i18n/pt.ts +3 -3
  84. package/src/tool/synesthesia-painter/i18n/ru.ts +15 -15
  85. package/src/tool/synesthesia-painter/i18n/sv.ts +3 -3
  86. package/src/tool/synesthesia-painter/i18n/tr.ts +2 -2
  87. package/src/tool/synesthesia-painter/i18n/zh.ts +13 -13
  88. package/src/tool/zalgo-generator/component.astro +1 -1
  89. package/src/tool/zalgo-generator/i18n/de.ts +7 -7
  90. package/src/tool/zalgo-generator/i18n/en.ts +3 -3
  91. package/src/tool/zalgo-generator/i18n/es.ts +2 -2
  92. package/src/tool/zalgo-generator/i18n/fr.ts +7 -7
  93. package/src/tool/zalgo-generator/i18n/id.ts +3 -3
  94. package/src/tool/zalgo-generator/i18n/it.ts +2 -2
  95. package/src/tool/zalgo-generator/i18n/ja.ts +2 -2
  96. package/src/tool/zalgo-generator/i18n/ko.ts +2 -2
  97. package/src/tool/zalgo-generator/i18n/nl.ts +3 -3
  98. package/src/tool/zalgo-generator/i18n/pl.ts +7 -7
  99. package/src/tool/zalgo-generator/i18n/pt.ts +3 -3
  100. package/src/tool/zalgo-generator/i18n/ru.ts +7 -7
  101. package/src/tool/zalgo-generator/i18n/sv.ts +3 -3
  102. package/src/tool/zalgo-generator/i18n/tr.ts +3 -3
  103. package/src/tool/zalgo-generator/i18n/zh.ts +7 -7
@@ -204,8 +204,9 @@ const ASSETS = {
204
204
  this.spawnCrumbs(5);
205
205
 
206
206
  this.el.body.classList.remove('fortune-cookie-shake-1', 'fortune-cookie-shake-2', 'fortune-cookie-shake-3');
207
- void this.el.body.offsetWidth;
208
- this.el.body.classList.add(`fortune-cookie-shake-${4 - this.health}`);
207
+ requestAnimationFrame(() => {
208
+ this.el.body.classList.add(`fortune-cookie-shake-${4 - this.health}`);
209
+ });
209
210
 
210
211
  if (this.health === 2) {
211
212
  this.el.img.src = this.assets.cracked1;
@@ -227,15 +228,11 @@ const ASSETS = {
227
228
  this.el.broken.classList.remove('hidden');
228
229
  this.el.body.classList.add('hidden');
229
230
 
230
- void this.el.broken.offsetWidth;
231
-
232
231
  requestAnimationFrame(() => {
233
- requestAnimationFrame(() => {
234
- this.el.halfLeft.style.transform = 'translate(-120px, 60px) rotate(-45deg)';
235
- this.el.halfLeft.style.opacity = '0';
236
- this.el.halfRight.style.transform = 'translate(120px, 60px) rotate(45deg)';
237
- this.el.halfRight.style.opacity = '0';
238
- });
232
+ this.el.halfLeft.style.transform = 'translate(-120px, 60px) rotate(-45deg)';
233
+ this.el.halfLeft.style.opacity = '0';
234
+ this.el.halfRight.style.transform = 'translate(120px, 60px) rotate(45deg)';
235
+ this.el.halfRight.style.opacity = '0';
239
236
  });
240
237
 
241
238
  setTimeout(() => {
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Werden die Sprüche zufällig generiert?',
16
- answer: 'Ja jeden Tag wird ein zufälliger Spruch ausgewählt und lokal gespeichert. Jeder der 25 Sprüche hat die gleiche Chance, ausgewählt zu werden, was für Abwechslung sorgt.'
16
+ answer: 'Ja - jeden Tag wird ein zufälliger Spruch ausgewählt und lokal gespeichert. Jeder der 25 Sprüche hat die gleiche Chance, ausgewählt zu werden, was für Abwechslung sorgt.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Das Geheimnis des Glückskekses', level: 2 },
103
- { type: 'paragraph', html: 'Haben Sie sich jemals gefragt, woher diese kuriosen Kekse kommen? Obwohl wir sie mit chinesischem Essen assoziieren, ist ihre Herkunft eine faszinierende Reise zwischen Japan und den Vereinigten Staaten. Der Glückskeks, wie wir ihn heute kennen, wurde wahrscheinlich Anfang des 20. Jahrhunderts in Kalifornien erfunden, nicht in China dort sind sie praktisch unbekannt.' },
104
- { type: 'tip', title: 'So funktioniert unser Orakel', html: 'Jeden Tag können Sie einen Keks öffnen. Das System speichert Ihr Schicksal, damit Sie sich 24 Stunden lang daran erinnern können. Die Botschaft wird lokal in Ihrem Browser gespeichert absolut privat, ohne Beteiligung eines Servers. Kommen Sie morgen für eine neue Vorhersage wieder!' },
103
+ { type: 'paragraph', html: 'Haben Sie sich jemals gefragt, woher diese kuriosen Kekse kommen? Obwohl wir sie mit chinesischem Essen assoziieren, ist ihre Herkunft eine faszinierende Reise zwischen Japan und den Vereinigten Staaten. Der Glückskeks, wie wir ihn heute kennen, wurde wahrscheinlich Anfang des 20. Jahrhunderts in Kalifornien erfunden, nicht in China - dort sind sie praktisch unbekannt.' },
104
+ { type: 'tip', title: 'So funktioniert unser Orakel', html: 'Jeden Tag können Sie einen Keks öffnen. Das System speichert Ihr Schicksal, damit Sie sich 24 Stunden lang daran erinnern können. Die Botschaft wird lokal in Ihrem Browser gespeichert - absolut privat, ohne Beteiligung eines Servers. Kommen Sie morgen für eine neue Vorhersage wieder!' },
105
105
  { type: 'title', text: 'Die Philosophie der Orakel', level: 3 },
106
- { type: 'paragraph', html: 'Menschen haben in unsicheren Zeiten schon immer nach Führung gesucht. Vom Orakel von Delphi bis zum I Ging erfüllen Wahrsagesysteme eine beständige psychologische Funktion: Sie geben uns die Erlaubnis, <strong>inne zu halten und zu reflektieren</strong>. Ein Glückskeks sagt nicht die Zukunft voraus er regt dazu aus, darüber nachzudenken.' },
106
+ { type: 'paragraph', html: 'Menschen haben in unsicheren Zeiten schon immer nach Führung gesucht. Vom Orakel von Delphi bis zum I Ging erfüllen Wahrsagesysteme eine beständige psychologische Funktion: Sie geben uns die Erlaubnis, <strong>inne zu halten und zu reflektieren</strong>. Ein Glückskeks sagt nicht die Zukunft voraus - er regt dazu aus, darüber nachzudenken.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Altes China:</strong> Das I Ging (Buch der Wandlungen, ca. 1000 v. Chr.) nutzte Hexagramme, um Entscheidungen zu leiten und das Schicksal zu interpretieren.',
109
109
  '<strong>Klassisches Griechenland:</strong> Das Orakel von Delphi zog Herrscher und Bürger gleichermaßen mit kryptischen Aussprüchen an, die als göttliche Führung interpretiert wurden.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Are the fortunes randomly generated?',
16
- answer: 'Yes a random fortune is selected each day and saved locally. Each of the 25 fortunes has an equal chance of being chosen, ensuring variety over time.'
16
+ answer: 'Yes - a random fortune is selected each day and saved locally. Each of the 25 fortunes has an equal chance of being chosen, ensuring variety over time.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'The Mystery of the Fortune Cookie', level: 2 },
103
- { type: 'paragraph', html: 'Ever wondered where these curious cookies come from? Although we associate them with Chinese food, their origin is a fascinating journey between Japan and the United States. The fortune cookie as we know it today was likely invented in early 20th-century California, not China where they are virtually unknown.' },
104
- { type: 'tip', title: 'How Our Oracle Works', html: 'Each day you can open one cookie. The system saves your destiny so you remember it for 24 hours. The fortune is stored locally in your browser completely private, no server involved. Come back tomorrow for a new prediction!' },
103
+ { type: 'paragraph', html: 'Ever wondered where these curious cookies come from? Although we associate them with Chinese food, their origin is a fascinating journey between Japan and the United States. The fortune cookie as we know it today was likely invented in early 20th-century California, not China - where they are virtually unknown.' },
104
+ { type: 'tip', title: 'How Our Oracle Works', html: 'Each day you can open one cookie. The system saves your destiny so you remember it for 24 hours. The fortune is stored locally in your browser - completely private, no server involved. Come back tomorrow for a new prediction!' },
105
105
  { type: 'title', text: 'The Philosophy of Oracles', level: 3 },
106
- { type: 'paragraph', html: 'Humans have always sought guidance in uncertain times. From the Oracle of Delphi to the I Ching, fortune-telling systems serve a consistent psychological function: they give us permission to <strong>pause and reflect</strong>. A fortune cookie does not predict the future it prompts you to think about it.' },
106
+ { type: 'paragraph', html: 'Humans have always sought guidance in uncertain times. From the Oracle of Delphi to the I Ching, fortune-telling systems serve a consistent psychological function: they give us permission to <strong>pause and reflect</strong>. A fortune cookie does not predict the future - it prompts you to think about it.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Ancient China:</strong> The I Ching (Book of Changes, ~1000 BC) used hexagrams to guide decisions and interpret destiny.',
109
109
  '<strong>Classical Greece:</strong> The Oracle of Delphi attracted rulers and citizens alike with cryptic pronouncements interpreted as divine guidance.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Les fortunes sont-elles générées aléatoirement ?',
16
- answer: 'Oui une fortune aléatoire est sélectionnée chaque jour et sauvegardée localement. Chacune des 25 fortunes a une chance égale d\'être choisie, garantissant une variété au fil du temps.'
16
+ answer: 'Oui - une fortune aléatoire est sélectionnée chaque jour et sauvegardée localement. Chacune des 25 fortunes a une chance égale d\'être choisie, garantissant une variété au fil du temps.'
17
17
  }
18
18
  ];
19
19
 
@@ -67,7 +67,7 @@ export const content: FortuneCookieLocaleContent = {
67
67
  dailyStatus: 'Votre destin a été révélé pour aujourd\'hui.',
68
68
  shareBtn: 'Partager la Sagesse',
69
69
  shareTitle: 'Mon Biscuit de la Fortune',
70
- shareText: 'Le destin a parlé : "$TEXT"\nMes numéros : $NUMS\n\nDécouvrez votre fortune ici :',
70
+ shareText: 'Le destin a parlé: "$TEXT"\nMes numéros: $NUMS\n\nDécouvrez votre fortune ici :',
71
71
  copied: 'Copié !',
72
72
  fortunes: JSON.stringify([
73
73
  "La fortune que vous cherchez se trouve dans un autre biscuit.",
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Le Mystère du Biscuit de la Fortune', level: 2 },
103
- { type: 'paragraph', html: 'Vous êtes-vous déjà demandé d\'où viennent ces curieux biscuits ? Bien qu\'on les associe à la cuisine chinoise, leur origine est un voyage fascinant entre le Japon et les États-Unis. Le biscuit de la fortune tel que nous le connaissons aujourd\'hui a probablement été inventé au début du XXe siècle en Californie, pas en Chine où ils sont pratiquement inconnus.' },
104
- { type: 'tip', title: 'Fonctionnement de Notre Oracle', html: 'Chaque jour, vous pouvez ouvrir un seul biscuit. Le système enregistre votre destin pour que vous puissiez vous en souvenir pendant 24 heures. La fortune est stockée localement dans votre navigateur totalement privé, aucun serveur n\'est impliqué. Revenez demain pour une nouvelle prédiction !' },
103
+ { type: 'paragraph', html: 'Vous êtes-vous déjà demandé d\'où viennent ces curieux biscuits ? Bien qu\'on les associe à la cuisine chinoise, leur origine est un voyage fascinant entre le Japon et les États-Unis. Le biscuit de la fortune tel que nous le connaissons aujourd\'hui a probablement été inventé au début du XXe siècle en Californie, pas en Chine - où ils sont pratiquement inconnus.' },
104
+ { type: 'tip', title: 'Fonctionnement de Notre Oracle', html: 'Chaque jour, vous pouvez ouvrir un seul biscuit. Le système enregistre votre destin pour que vous puissiez vous en souvenir pendant 24 heures. La fortune est stockée localement dans votre navigateur - totalement privé, aucun serveur n\'est impliqué. Revenez demain pour une nouvelle prédiction !' },
105
105
  { type: 'title', text: 'La Philosophie des Oracles', level: 3 },
106
- { type: 'paragraph', html: 'Les humains ont toujours cherché conseil en période d\'incertitude. De l\'Oracle de Delphes au Yi Jing, les systèmes de divination remplissent une fonction psychologique constante : ils nous autorisent à <strong>faire une pause et réfléchir</strong>. Un biscuit de la fortune ne prédit pas l\'avenir il vous incite à y penser.' },
106
+ { type: 'paragraph', html: 'Les humains ont toujours cherché conseil en période d\'incertitude. De l\'Oracle de Delphes au Yi Jing, les systèmes de divination remplissent une fonction psychologique constante: ils nous autorisent à <strong>faire une pause et réfléchir</strong>. Un biscuit de la fortune ne prédit pas l\'avenir - il vous incite à y penser.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Chine Ancienne :</strong> Le Yi Jing (Livre des Transformations, ~1000 av. J.-C.) utilisait des hexagrammes pour guider les décisions et interpréter le destin.',
109
109
  '<strong>Grèce Classique :</strong> L\'Oracle de Delphes attirait dirigeants et citoyens avec des déclarations cryptiques interprétées comme des conseils divins.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Apakah ramalannya dihasilkan secara acak?',
16
- answer: 'Ya satu ramalan acak dipilih setiap hari dan disimpan secara lokal. Masing-masing dari 25 ramalan memiliki peluang yang sama untuk dipilih, memastikan variasi dari waktu ke waktu.'
16
+ answer: 'Ya - satu ramalan acak dipilih setiap hari dan disimpan secara lokal. Masing-masing dari 25 ramalan memiliki peluang yang sama untuk dipilih, memastikan variasi dari waktu ke waktu.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Misteri Kue Keberuntungan', level: 2 },
103
- { type: 'paragraph', html: 'Pernahkah Anda bertanya-tanya dari mana kue-kue aneh ini berasal? Meskipun kita mengaitkannya dengan makanan Tiongkok, asalnya adalah perjalanan yang menarik antara Jepang dan Amerika Serikat. Kue keberuntungan seperti yang kita kenal sekarang kemungkinan besar ditemukan di California pada awal abad ke-20, bukan di Tiongkok di mana kue ini hampir tidak dikenal.' },
104
- { type: 'tip', title: 'Cara Kerja Peramal Kami', html: 'Setiap hari Anda dapat membuka satu kue. Sistem menyimpan nasib Anda sehingga Anda mengingatnya selama 24 jam. Ramalan disimpan secara lokal di browser Anda sepenuhnya pribadi, tidak melibatkan server. Datanglah lagi besok untuk ramalan baru!' },
103
+ { type: 'paragraph', html: 'Pernahkah Anda bertanya-tanya dari mana kue-kue aneh ini berasal? Meskipun kita mengaitkannya dengan makanan Tiongkok, asalnya adalah perjalanan yang menarik antara Jepang dan Amerika Serikat. Kue keberuntungan seperti yang kita kenal sekarang kemungkinan besar ditemukan di California pada awal abad ke-20, bukan di Tiongkok - di mana kue ini hampir tidak dikenal.' },
104
+ { type: 'tip', title: 'Cara Kerja Peramal Kami', html: 'Setiap hari Anda dapat membuka satu kue. Sistem menyimpan nasib Anda sehingga Anda mengingatnya selama 24 jam. Ramalan disimpan secara lokal di browser Anda - sepenuhnya pribadi, tidak melibatkan server. Datanglah lagi besok untuk ramalan baru!' },
105
105
  { type: 'title', text: 'Filosofi Peramal', level: 3 },
106
- { type: 'paragraph', html: 'Manusia selalu mencari bimbingan di masa-masa yang tidak pasti. Dari Peramal Delphi hingga I Ching, sistem ramalan menjalankan fungsi psikologis yang konsisten: sistem tersebut memberi kita izin untuk <strong>berhenti sejenak dan merenung</strong>. Kue keberuntungan tidak memprediksi masa depan kue itu mendorong Anda untuk memikirkannya.' },
106
+ { type: 'paragraph', html: 'Manusia selalu mencari bimbingan di masa-masa yang tidak pasti. Dari Peramal Delphi hingga I Ching, sistem ramalan menjalankan fungsi psikologis yang konsisten: sistem tersebut memberi kita izin untuk <strong>berhenti sejenak dan merenung</strong>. Kue keberuntungan tidak memprediksi masa depan - kue itu mendorong Anda untuk memikirkannya.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Tiongkok Kuno:</strong> I Ching (Book of Changes, ~1000 SM) menggunakan heksagram untuk memandu keputusan dan menafsirkan nasib.',
109
109
  '<strong>Yunani Klasik:</strong> Peramal Delphi menarik bagi para penguasa dan warga negara dengan pernyataan samar yang ditafsirkan sebagai bimbingan ilahi.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Le previsioni sono generate casualmente?',
16
- answer: 'Sì ogni giorno viene selezionata una previsione casuale che viene salvata localmente. Ognuna delle 25 previsioni ha la stessa probabilità di essere scelta, garantendo varietà nel tempo.'
16
+ answer: 'Sì - ogni giorno viene selezionata una previsione casuale che viene salvata localmente. Ognuna delle 25 previsioni ha la stessa probabilità di essere scelta, garantendo varietà nel tempo.'
17
17
  }
18
18
  ];
19
19
 
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Worden de voorspellingen willekeurig gegenereerd?',
16
- answer: 'Ja elke dag wordt er een willekeurige voorspelling geselecteerd en lokaal opgeslagen. Elk van de 25 voorspellingen heeft evenveel kans om gekozen te worden, wat zorgt voor variatie door de tijd heen.'
16
+ answer: 'Ja - elke dag wordt er een willekeurige voorspelling geselecteerd en lokaal opgeslagen. Elk van de 25 voorspellingen heeft evenveel kans om gekozen te worden, wat zorgt voor variatie door de tijd heen.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Het Mysterie van het Gelukskoekje', level: 2 },
103
- { type: 'paragraph', html: 'Heb je je ooit afgevraagd waar deze curieuze koekjes vandaan komen? Hoewel we ze associëren met Chinees eten, is hun oorsprong een fascinerende reis tussen Japan en de Verenigde Staten. Het gelukskoekje zoals we dat nu kennen, is waarschijnlijk begin 20e eeuw in Californië uitgevonden, niet in China waar ze vrijwel onbekend zijn.' },
104
- { type: 'tip', title: 'Hoe ons Orakel Werkt', html: 'Elke dag kun je één koekje openen. Het systeem bewaart je bestemming zodat je deze 24 uur lang kunt onthouden. De voorspelling wordt lokaal in je browser opgeslagen volledig privé, geen server bij betrokken. Kom morgen terug voor een nieuwe voorspelling!' },
103
+ { type: 'paragraph', html: 'Heb je je ooit afgevraagd waar deze curieuze koekjes vandaan komen? Hoewel we ze associëren met Chinees eten, is hun oorsprong een fascinerende reis tussen Japan en de Verenigde Staten. Het gelukskoekje zoals we dat nu kennen, is waarschijnlijk begin 20e eeuw in Californië uitgevonden, niet in China - waar ze vrijwel onbekend zijn.' },
104
+ { type: 'tip', title: 'Hoe ons Orakel Werkt', html: 'Elke dag kun je één koekje openen. Het systeem bewaart je bestemming zodat je deze 24 uur lang kunt onthouden. De voorspelling wordt lokaal in je browser opgeslagen - volledig privé, geen server bij betrokken. Kom morgen terug voor een nieuwe voorspelling!' },
105
105
  { type: 'title', text: 'De Filosofie van Orakels', level: 3 },
106
- { type: 'paragraph', html: 'Mensen hebben in onzekere tijden altijd naar leiding gezocht. Van het Orakel van Delphi tot de I Ching, waarzegsystemen vervullen een consistente psychologische functie: ze geven ons toestemming om <strong>stil te staan en te reflecteren</strong>. Een gelukskoekje voorspelt de toekomst niet het zet je aan om erover na te denken.' },
106
+ { type: 'paragraph', html: 'Mensen hebben in onzekere tijden altijd naar leiding gezocht. Van het Orakel van Delphi tot de I Ching, waarzegsystemen vervullen een consistente psychologische functie: ze geven ons toestemming om <strong>stil te staan en te reflecteren</strong>. Een gelukskoekje voorspelt de toekomst niet - het zet je aan om erover na te denken.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Het oude China:</strong> De I Ching (Boek der Veranderingen, ~1000 v. Chr.) gebruikte hexagrammen om beslissingen te leiden en het lot te interpreteren.',
109
109
  '<strong>Klassiek Griekenland:</strong> Het Orakel van Delphi trok zowel heersers als burgers aan met cryptische uitspraken die als goddelijke leiding werden geïnterpreteerd.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Czy wróżby są generowane losowo?',
16
- answer: 'Tak każdego dnia wybierana jest losowa wróżba i zapisywana lokalnie. Każda z 25 wróżb ma taką samą szansę na bycie wybraną, co zapewnia różnorodność w czasie.'
16
+ answer: 'Tak - każdego dnia wybierana jest losowa wróżba i zapisywana lokalnie. Każda z 25 wróżb ma taką samą szansę na bycie wybraną, co zapewnia różnorodność w czasie.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Tajemnica ciasteczka z wróżbą', level: 2 },
103
- { type: 'paragraph', html: 'Zastanawiałeś się kiedyś, skąd wzięły się te osobliwe ciasteczka? Chociaż kojarzymy je z chińskim jedzeniem, ich pochodzenie to fascynująca podróż między Japonią a Stanami Zjednoczonymi. Ciasteczko z wróżbą, jakie znamy dzisiaj, zostało prawdopodobnie wynalezione w Kalifornii na początku XX wieku, a nie w Chinach gdzie są praktycznie nieznane.' },
104
- { type: 'tip', title: 'Jak działa nasza Wyrocznia', html: 'Każdego dnia możesz otworzyć jedno ciasteczko. System zapisuje Twoje przeznaczenie, abyś mógł o nim pamiętać przez 24 godziny. Wróżba jest przechowywana lokalnie w Twojej przeglądarce całkowicie prywatnie, bez udziału serwera. Wróć jutro po nową przepowiednię!' },
103
+ { type: 'paragraph', html: 'Zastanawiałeś się kiedyś, skąd wzięły się te osobliwe ciasteczka? Chociaż kojarzymy je z chińskim jedzeniem, ich pochodzenie to fascynująca podróż między Japonią a Stanami Zjednoczonymi. Ciasteczko z wróżbą, jakie znamy dzisiaj, zostało prawdopodobnie wynalezione w Kalifornii na początku XX wieku, a nie w Chinach - gdzie są praktycznie nieznane.' },
104
+ { type: 'tip', title: 'Jak działa nasza Wyrocznia', html: 'Każdego dnia możesz otworzyć jedno ciasteczko. System zapisuje Twoje przeznaczenie, abyś mógł o nim pamiętać przez 24 godziny. Wróżba jest przechowywana lokalnie w Twojej przeglądarce - całkowicie prywatnie, bez udziału serwera. Wróć jutro po nową przepowiednię!' },
105
105
  { type: 'title', text: 'Filozofia Wyroczni', level: 3 },
106
- { type: 'paragraph', html: 'Ludzie zawsze szukali wskazówek w niepewnych czasach. Od Wyroczni Delfickiej po I Czing, systemy wróżbiarskie pełnią stałą funkcję psychologiczną: dają nam przyzwolenie na <strong>chwilę zatrzymania i refleksji</strong>. Ciasteczko z wróżbą nie przewiduje przyszłości skłania Cię do myślenia o niej.' },
106
+ { type: 'paragraph', html: 'Ludzie zawsze szukali wskazówek w niepewnych czasach. Od Wyroczni Delfickiej po I Czing, systemy wróżbiarskie pełnią stałą funkcję psychologiczną: dają nam przyzwolenie na <strong>chwilę zatrzymania i refleksji</strong>. Ciasteczko z wróżbą nie przewiduje przyszłości - skłania Cię do myślenia o niej.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Starożytne Chiny:</strong> I Czing (Księga Przemian, ok. 1000 r. p.n.e.) wykorzystywał heksagramy do kierowania decyzjami i interpretowania losu.',
109
109
  '<strong>Klasyczna Grecja:</strong> Wyrocznia Delficka przyciągała zarówno władców, jak i obywateli swoimi tajemniczymi wypowiedziami, interpretowanymi jako boskie wskazówki.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'As frases são geradas aleatoriamente?',
16
- answer: 'Sim uma sorte aleatória é selecionada a cada dia e guardada localmente. Cada uma das 25 frases tem a mesma probabilidade de ser escolhida, garantindo variedade ao longo do tempo.'
16
+ answer: 'Sim - uma sorte aleatória é selecionada a cada dia e guardada localmente. Cada uma das 25 frases tem a mesma probabilidade de ser escolhida, garantindo variedade ao longo do tempo.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'O Mistério do Biscoito da Sorte', level: 2 },
103
- { type: 'paragraph', html: 'Já se perguntou de onde vêm estes curiosos biscoitos? Embora os associemos à comida chinesa, a sua origem é uma viagem fascinante entre o Japão e os Estados Unidos. O biscoito da sorte como o conhecemos hoje foi provavelmente inventado na Califórnia do início do século XX, não na China onde são praticamente desconhecidos.' },
104
- { type: 'tip', title: 'Como Funciona o Nosso Oráculo', html: 'Cada dia pode abrir um biscoito. O sistema guarda o seu destino para que se lembre dele durante 24 horas. A sorte é guardada localmente no seu navegador completamente privada, sem servidores envolvidos. Volte amanhã para uma nova previsão!' },
103
+ { type: 'paragraph', html: 'Já se perguntou de onde vêm estes curiosos biscoitos? Embora os associemos à comida chinesa, a sua origem é uma viagem fascinante entre o Japão e os Estados Unidos. O biscoito da sorte como o conhecemos hoje foi provavelmente inventado na Califórnia do início do século XX, não na China - onde são praticamente desconhecidos.' },
104
+ { type: 'tip', title: 'Como Funciona o Nosso Oráculo', html: 'Cada dia pode abrir um biscoito. O sistema guarda o seu destino para que se lembre dele durante 24 horas. A sorte é guardada localmente no seu navegador - completamente privada, sem servidores envolvidos. Volte amanhã para uma nova previsão!' },
105
105
  { type: 'title', text: 'A Filosofia dos Oráculos', level: 3 },
106
- { type: 'paragraph', html: 'Os seres humanos sempre procuraram orientação em tempos de incerteza. Do Oráculo de Delfos ao I Ching, os sistemas de adivinhação cumprem uma função psicológica consistente: dão-nos permissão para <strong>parar e refletir</strong>. Um biscoito da sorte não prevê o futuro incentiva-o a pensar sobre ele.' },
106
+ { type: 'paragraph', html: 'Os seres humanos sempre procuraram orientação em tempos de incerteza. Do Oráculo de Delfos ao I Ching, os sistemas de adivinhação cumprem uma função psicológica consistente: dão-nos permissão para <strong>parar e refletir</strong>. Um biscoito da sorte não prevê o futuro - incentiva-o a pensar sobre ele.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>China Antiga:</strong> O I Ching (Livro das Mutações, ~1000 a.C.) utilizava hexagramas para guiar decisões e interpretar o destino.',
109
109
  '<strong>Grécia Clássica:</strong> O Oráculo de Delfos atraía governantes e cidadãos com pronunciamentos crípticos interpretados como orientação divina.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Предсказания генерируются случайно?',
16
- answer: 'Да каждый день выбирается случайное предсказание и сохраняется локально. У каждого из 25 предсказаний равные шансы на выпадение, что обеспечивает разнообразие.'
16
+ answer: 'Да - каждый день выбирается случайное предсказание и сохраняется локально. У каждого из 25 предсказаний равные шансы на выпадение, что обеспечивает разнообразие.'
17
17
  }
18
18
  ];
19
19
 
@@ -73,26 +73,26 @@ export const content: FortuneCookieLocaleContent = {
73
73
  "Удача, которую вы ищете, находится в другом печенье.",
74
74
  "Не считайте дни, сделайте так, чтобы дни считались.",
75
75
  "Путешествие в тысячу миль начинается с одного шага.",
76
- "Ошибка это вступление к открытию.",
77
- "Ваша способность учиться ваше величайшее достояние.",
76
+ "Ошибка - это вступление к открытию.",
77
+ "Ваша способность учиться - ваше величайшее достояние.",
78
78
  "Улыбайтесь, вселенная наблюдает за вами.",
79
- "Терпение это дерево с горьким корнем, но очень сладким плодом.",
79
+ "Терпение - это дерево с горьким корнем, но очень сладким плодом.",
80
80
  "Не бойтесь расти медленно, бойтесь лишь оставаться на месте.",
81
- "Сегодня это то самое завтра, о котором вы беспокоились вчера.",
81
+ "Сегодня - это то самое завтра, о котором вы беспокоились вчера.",
82
82
  "Счастье не рождается готовым. Оно рождается из ваших действий.",
83
83
  "Если вы не можете изменить направление ветра, смените паруса.",
84
84
  "Что вы посеете сейчас, то пожнете позже.",
85
- "Творчество это интеллект, который развлекается.",
85
+ "Творчество - это интеллект, который развлекается.",
86
86
  "Не ищите ошибки, ищите решения.",
87
87
  "Ваш настрой, а не ваши способности, определит вашу высоту.",
88
- "Успех это сумма малых усилий, повторяемых изо дня в день.",
88
+ "Успех - это сумма малых усилий, повторяемых изо дня в день.",
89
89
  "Поверьте, что вы можете, и вы уже на полпути.",
90
- "Единственный способ делать великие дела любить то, что вы делаете.",
90
+ "Единственный способ делать великие дела - любить то, что вы делаете.",
91
91
  "Жизнь на 10% состоит из того, что с вами происходит, и на 90% из того, как вы на это реагируете.",
92
92
  "Станьте тем изменением, которое вы хотите видеть в мире.",
93
- "Лучший способ предсказать будущее создать его.",
94
- "Простота это высшая степень изысканности.",
95
- "Вы хозяин своей судьбы и капитан своей души.",
93
+ "Лучший способ предсказать будущее - создать его.",
94
+ "Простота - это высшая степень изысканности.",
95
+ "Вы - хозяин своей судьбы и капитан своей души.",
96
96
  "Скоро вы получите новости, которые изменят ваш взгляд на вещи.",
97
97
  "Неожиданное путешествие принесет вам большую радость."
98
98
  ]),
@@ -100,12 +100,12 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Тайна печенья с предсказанием', level: 2 },
103
- { type: 'paragraph', html: 'Вы когда-нибудь задумывались, откуда взялось это любопытное лакомство? Хотя мы ассоциируем его с китайской кухней, его происхождение это увлекательное путешествие между Японией и США. Печенье с предсказанием в том виде, в котором мы знаем его сегодня, скорее всего, было изобретено в Калифорнии в начале XX века, а не в Китае, где оно практически неизвестно.' },
104
- { type: 'tip', title: 'Как работает наш Оракул', html: 'Каждый день вы можете открыть одно печенье. Система сохраняет результат на 24 часа. Предсказание хранится локально в вашем браузере полная приватность, данные не передаются на сервер. Приходите завтра за новым пророчеством!' },
103
+ { type: 'paragraph', html: 'Вы когда-нибудь задумывались, откуда взялось это любопытное лакомство? Хотя мы ассоциируем его с китайской кухней, его происхождение - это увлекательное путешествие между Японией и США. Печенье с предсказанием в том виде, в котором мы знаем его сегодня, скорее всего, было изобретено в Калифорнии в начале XX века, а не в Китае, где оно практически неизвестно.' },
104
+ { type: 'tip', title: 'Как работает наш Оракул', html: 'Каждый день вы можете открыть одно печенье. Система сохраняет результат на 24 часа. Предсказание хранится локально в вашем браузере - полная приватность, данные не передаются на сервер. Приходите завтра за новым пророчеством!' },
105
105
  { type: 'title', text: 'Философия оракулов', level: 3 },
106
- { type: 'paragraph', html: 'Человечество всегда искало руководства в неопределенные времена. От Дельфийского оракула до И-Цзин, системы гадания выполняют важную психологическую функцию: они дают нам разрешение <strong>остановиться и подумать</strong>. Печенье с предсказанием не предсказывает будущее оно побуждает вас поразмышлять о нем.' },
106
+ { type: 'paragraph', html: 'Человечество всегда искало руководства в неопределенные времена. От Дельфийского оракула до И-Цзин, системы гадания выполняют важную психологическую функцию: они дают нам разрешение <strong>остановиться и подумать</strong>. Печенье с предсказанием не предсказывает будущее - оно побуждает вас поразмышлять о нем.' },
107
107
  { type: 'list', items: [
108
- '<strong>Древний Китай:</strong> И-Цзин («Книга перемен», ок. 1000 г. до н. э.) использовала гексаграммы для принятия решений и толкования судьбы.',
108
+ '<strong>Древний Китай:</strong> И-Цзин (\"Книга перемен\", ок. 1000 г. до н. э.) использовала гексаграммы для принятия решений и толкования судьбы.',
109
109
  '<strong>Классическая Греция:</strong> Дельфийский оракул привлекал правителей и простых граждан загадочными изречениями, которые трактовались как божественное руководство.',
110
110
  '<strong>Современная Япония:</strong> Предсказания омикудзи в синтоистских храмах, привязываемые к ветвям деревьев, сочетают веру в судьбу с ритуалом.',
111
111
  '<strong>США XX век:</strong> Печенье с предсказанием появилось в японо-американских общинах, прежде чем стать символом китайско-американской кухни.'
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Är spådomarna slumpmässigt genererade?',
16
- answer: 'Ja en slumpmässig spådom väljs varje dag och sparas lokalt. Var och en av de 25 spådomarna har lika stor chans att väljas, vilket garanterar variation över tid.'
16
+ answer: 'Ja - en slumpmässig spådom väljs varje dag och sparas lokalt. Var och en av de 25 spådomarna har lika stor chans att väljas, vilket garanterar variation över tid.'
17
17
  }
18
18
  ];
19
19
 
@@ -100,10 +100,10 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: 'Lyckokakans mysterium', level: 2 },
103
- { type: 'paragraph', html: 'Har du någonsin undrat var dessa märkliga kakor kommer ifrån? Även om vi förknippar dem med kinesisk mat, är deras ursprung en fascinerande resa mellan Japan och USA. Lyckokakan som vi känner den idag uppfanns troligen i Kalifornien under tidigt 1900-tal, inte i Kina där de är praktiskt taget okända.' },
104
- { type: 'tip', title: 'Så fungerar vårt orakel', html: 'Varje dag kan du öppna en kaka. Systemet sparar ditt öde så att du kommer ihåg det i 24 timmar. Spådomen lagras lokalt i din webbläsare helt privat, ingen server är inblandad. Kom tillbaka imorgon för en ny förutsägelse!' },
103
+ { type: 'paragraph', html: 'Har du någonsin undrat var dessa märkliga kakor kommer ifrån? Även om vi förknippar dem med kinesisk mat, är deras ursprung en fascinerande resa mellan Japan och USA. Lyckokakan som vi känner den idag uppfanns troligen i Kalifornien under tidigt 1900-tal, inte i Kina - där de är praktiskt taget okända.' },
104
+ { type: 'tip', title: 'Så fungerar vårt orakel', html: 'Varje dag kan du öppna en kaka. Systemet sparar ditt öde så att du kommer ihåg det i 24 timmar. Spådomen lagras lokalt i din webbläsare - helt privat, ingen server är inblandad. Kom tillbaka imorgon för en ny förutsägelse!' },
105
105
  { type: 'title', text: 'Orakelns filosofi', level: 3 },
106
- { type: 'paragraph', html: 'Människor har alltid sökt vägledning i osäkra tider. Från oraklet i Delfi till I Ching, spådomssystem tjänar en konsekvent psykologisk funktion: de ger oss tillåtelse att <strong>stanna upp och reflektera</strong>. En lyckokaka förutsäger inte framtiden den uppmanar dig att tänka på den.' },
106
+ { type: 'paragraph', html: 'Människor har alltid sökt vägledning i osäkra tider. Från oraklet i Delfi till I Ching, spådomssystem tjänar en konsekvent psykologisk funktion: de ger oss tillåtelse att <strong>stanna upp och reflektera</strong>. En lyckokaka förutsäger inte framtiden - den uppmanar dig att tänka på den.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Forntida Kina:</strong> I Ching (Förvandlingarnas bok, ca 1000 f.Kr.) använde hexagram för att vägleda beslut och tolka ödet.',
109
109
  '<strong>Klassiska Grekland:</strong> Oraklet i Delfi lockade både härskare och medborgare med kryptiska uttalanden som tolkades som gudomlig vägledning.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: 'Mesajlar rastgele mi oluşturuluyor?',
16
- answer: 'Evet her gün rastgele bir mesaj seçilir ve yerel olarak kaydedilir. 25 mesajın her birinin seçilme şansı eşittir, bu da zamanla çeşitlilik sağlar.'
16
+ answer: 'Evet - her gün rastgele bir mesaj seçilir ve yerel olarak kaydedilir. 25 mesajın her birinin seçilme şansı eşittir, bu da zamanla çeşitlilik sağlar.'
17
17
  }
18
18
  ];
19
19
 
@@ -101,9 +101,9 @@ export const content: FortuneCookieLocaleContent = {
101
101
  seo: [
102
102
  { type: 'title', text: 'Şans Kurabiyesinin Gizemi', level: 2 },
103
103
  { type: 'paragraph', html: 'Bu ilginç kurabiyelerin nereden geldiğini hiç merak ettiniz mi? Onları Çin yemeğiyle ilişkilendirsek de, kökenleri Japonya ve Amerika Birleşik Devletleri arasında büyüleyici bir yolculuktur. Bugün bildiğimiz şans kurabiyesi büyük olasılıkla Çin\'de değil (ki orada neredeyse hiç bilinmezler), 20. yüzyılın başlarında California\'da icat edilmiştir.' },
104
- { type: 'tip', title: 'Falcımız Nasıl Çalışır?', html: 'Her gün bir kurabiye açabilirsiniz. Sistem kaderinizi kaydeder, böylece 24 saat boyunca hatırlarsınız. Şanslı mesaj tarayıcınızda yerel olarak saklanır tamamen özeldir, hiçbir sunucu dahil olmaz. Yeni bir tahmin için yarın tekrar gelin!' },
104
+ { type: 'tip', title: 'Falcımız Nasıl Çalışır?', html: 'Her gün bir kurabiye açabilirsiniz. Sistem kaderinizi kaydeder, böylece 24 saat boyunca hatırlarsınız. Şanslı mesaj tarayıcınızda yerel olarak saklanır - tamamen özeldir, hiçbir sunucu dahil olmaz. Yeni bir tahmin için yarın tekrar gelin!' },
105
105
  { type: 'title', text: 'Kehanetlerin Felsefesi', level: 3 },
106
- { type: 'paragraph', html: 'İnsanlar her zaman belirsiz zamanlarda rehberlik aramışlardır. Delfi Kahini\'nden I Ching\'e kadar, fal bakma sistemleri tutarlı bir psikolojik işleve hizmet eder: Bize <strong>durup düşünmek</strong> için izin verirler. Bir şans kurabiyesi geleceği tahmin etmez sizi onun hakkında düşünmeye sevk eder.' },
106
+ { type: 'paragraph', html: 'İnsanlar her zaman belirsiz zamanlarda rehberlik aramışlardır. Delfi Kahini\'nden I Ching\'e kadar, fal bakma sistemleri tutarlı bir psikolojik işleve hizmet eder: Bize <strong>durup düşünmek</strong> için izin verirler. Bir şans kurabiyesi geleceği tahmin etmez - sizi onun hakkında düşünmeye sevk eder.' },
107
107
  { type: 'list', items: [
108
108
  '<strong>Antik Çin:</strong> I Ching (Değişimler Kitabı, M.Ö. ~1000), kararlara rehberlik etmek ve kaderi yorumlamak için heksagramlar kullanıyordu.',
109
109
  '<strong>Klasik Yunan:</strong> Delfi Kahini, tanrısal rehberlik olarak yorumlanan gizemli beyanlarla hükümdarları ve vatandaşları kendine çekiyordu.',
@@ -13,7 +13,7 @@ const faq: FortuneCookieLocaleContent['faq'] = [
13
13
  },
14
14
  {
15
15
  question: '运势是随机生成的吗?',
16
- answer: '是的——每天都会随机选出一个运势并保存在本地。25 个运势中每一个被选中的概率都是相等的,确保了内容的多样性。'
16
+ answer: '是的-每天都会随机选出一个运势并保存在本地。25 个运势中每一个被选中的概率都是相等的,确保了内容的多样性。'
17
17
  }
18
18
  ];
19
19
 
@@ -100,14 +100,14 @@ export const content: FortuneCookieLocaleContent = {
100
100
  },
101
101
  seo: [
102
102
  { type: 'title', text: '幸运饼干之谜', level: 2 },
103
- { type: 'paragraph', html: '有没有想过这些奇特的饼干是从哪里来的?虽然我们将它们与中餐联系在一起,但它们的起源实际上是日本和美国之间的一段迷人旅程。我们今天所熟知的幸运饼干很可能是 20 世纪初在加利福尼亚发明的,而不是在中国——在那里它们几乎鲜为人知。' },
104
- { type: 'tip', title: '我们的神谕如何运作', html: '每天您可以打开一个饼干。系统会保存您的运势,以便您能在 24 小时内记住它。运势本地存储在您的浏览器中——完全私密,不涉及任何服务器。明天再来看看新的预言吧!' },
103
+ { type: 'paragraph', html: '有没有想过这些奇特的饼干是从哪里来的?虽然我们将它们与中餐联系在一起,但它们的起源实际上是日本和美国之间的一段迷人旅程。我们今天所熟知的幸运饼干很可能是 20 世纪初在加利福尼亚发明的,而不是在中国-在那里它们几乎鲜为人知。' },
104
+ { type: 'tip', title: '我们的神谕如何运作', html: '每天您可以打开一个饼干。系统会保存您的运势,以便您能在 24 小时内记住它。运势本地存储在您的浏览器中-完全私密,不涉及任何服务器。明天再来看看新的预言吧!' },
105
105
  { type: 'title', text: '神谕的哲学', level: 3 },
106
- { type: 'paragraph', html: '人类一直在不确定的时代寻求指引。从德尔斐神谕到易经,占卜系统都起到了一个一致的心理功能:它们允许我们<strong>停下来反思</strong>。幸运饼干并不预言未来——它促使您思考未来。' },
106
+ { type: 'paragraph', html: '人类一直在不确定的时代寻求指引。从德尔斐神谕到易经,占卜系统都起到了一个一致的心理功能:它们允许我们<strong>停下来反思</strong>。幸运饼干并不预言未来-它促使您思考未来。' },
107
107
  { type: 'list', items: [
108
108
  '<strong>古代中国:</strong> 易经(Book of Changes, 约公元前 1000 年)使用六爻来指导决策并解释命运。',
109
109
  '<strong>古典希腊:</strong> 德尔斐神谕以被解释为神圣指引的神秘教理吸引了统治者和普通公民。',
110
- '<strong>现代日本:</strong> 日本神社的“御神签”系在树枝上,将命运与仪式融合在一起。',
110
+ '<strong>现代日本:</strong> 日本神社的\"御神签\"系在树枝上,将命运与仪式融合在一起。',
111
111
  '<strong>20 世纪美国:</strong> 幸运饼干出现在日裔美国人社区,之后成为美式中餐的代名词。'
112
112
  ]},
113
113
  { type: 'stats', items: [
@@ -20,36 +20,36 @@ const { ui } = Astro.props;
20
20
  <span class="glitch-image-distorter-paste-hint">{ui.pasteHint}</span>
21
21
  </div>
22
22
  <button class="glitch-image-distorter-example-btn" id="gid-example-btn">{ui.exampleImageBtn}</button>
23
- <input type="file" id="gid-file-input" accept="image/*" hidden />
23
+ <input type="file" id="gid-file-input" accept="image/*" class="gid-file-input" hidden />
24
24
  </div>
25
25
 
26
26
  <div class="glitch-image-distorter-controls" id="gid-controls">
27
27
  <div class="glitch-image-distorter-control">
28
- <label class="glitch-image-distorter-label">{ui.corruptionLabel}</label>
28
+ <label class="glitch-image-distorter-label" for="gid-corruption">{ui.corruptionLabel}</label>
29
29
  <input type="range" id="gid-corruption" class="glitch-image-distorter-slider" min="0" max="100" value="0" />
30
30
  <span style="font-size: 0.75rem; color: var(--gid-text-dim);" id="gid-corruption-val">0</span>
31
31
  </div>
32
32
 
33
33
  <div class="glitch-image-distorter-control">
34
- <label class="glitch-image-distorter-label">{ui.interferenceLabel}</label>
34
+ <label class="glitch-image-distorter-label" for="gid-interference">{ui.interferenceLabel}</label>
35
35
  <input type="range" id="gid-interference" class="glitch-image-distorter-slider" min="0" max="100" value="0" />
36
36
  <span style="font-size: 0.75rem; color: var(--gid-text-dim);" id="gid-interference-val">0</span>
37
37
  </div>
38
38
 
39
39
  <div class="glitch-image-distorter-control">
40
- <label class="glitch-image-distorter-label">{ui.tremorLabel}</label>
40
+ <label class="glitch-image-distorter-label" for="gid-tremor">{ui.tremorLabel}</label>
41
41
  <input type="range" id="gid-tremor" class="glitch-image-distorter-slider" min="0" max="100" value="0" />
42
42
  <span style="font-size: 0.75rem; color: var(--gid-text-dim);" id="gid-tremor-val">0</span>
43
43
  </div>
44
44
 
45
45
  <div class="glitch-image-distorter-control">
46
- <label class="glitch-image-distorter-label">{ui.pixelSortLabel}</label>
46
+ <label class="glitch-image-distorter-label" for="gid-pixel-sort">{ui.pixelSortLabel}</label>
47
47
  <input type="range" id="gid-pixel-sort" class="glitch-image-distorter-slider" min="0" max="100" value="0" />
48
48
  <span style="font-size: 0.75rem; color: var(--gid-text-dim);" id="gid-pixel-sort-val">0</span>
49
49
  </div>
50
50
 
51
51
  <div class="glitch-image-distorter-control">
52
- <label class="glitch-image-distorter-label">{ui.pixelSortDirectionLabel}</label>
52
+ <label class="glitch-image-distorter-label" for="gid-sort-direction">{ui.pixelSortDirectionLabel}</label>
53
53
  <select id="gid-sort-direction" class="glitch-image-distorter-select">
54
54
  <option value="none">None</option>
55
55
  <option value="up">Up</option>
@@ -60,7 +60,7 @@ const { ui } = Astro.props;
60
60
  </div>
61
61
 
62
62
  <div class="glitch-image-distorter-control">
63
- <label class="glitch-image-distorter-label">{ui.noiseLabel}</label>
63
+ <label class="glitch-image-distorter-label" for="gid-noise">{ui.noiseLabel}</label>
64
64
  <input type="range" id="gid-noise" class="glitch-image-distorter-slider" min="0" max="100" value="0" />
65
65
  <span style="font-size: 0.75rem; color: var(--gid-text-dim);" id="gid-noise-val">0</span>
66
66
  </div>
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'Was ist Glitch-Art?', level: 2 },
106
- { type: 'paragraph', html: '<strong>Glitch-Art</strong> ist eine kreative Praxis, die absichtlich digitale Fehler, korrupte Daten und visuelle Artefakte nutzt, um ästhetische Ergebnisse zu erzielen. Im Gegensatz zur traditionellen Kunst, die nach Perfektion strebt, feiert Glitch die unerwartete Schönheit des digitalen Zusammenbruchs fragmentierte Farben und chaotische Muster, die aus technischem Versagen entstehen.' },
106
+ { type: 'paragraph', html: '<strong>Glitch-Art</strong> ist eine kreative Praxis, die absichtlich digitale Fehler, korrupte Daten und visuelle Artefakte nutzt, um ästhetische Ergebnisse zu erzielen. Im Gegensatz zur traditionellen Kunst, die nach Perfektion strebt, feiert Glitch die unerwartete Schönheit des digitalen Zusammenbruchs - fragmentierte Farben und chaotische Muster, die aus technischem Versagen entstehen.' },
107
107
  { type: 'title', text: 'Ursprünge und digitale Ästhetik', level: 3 },
108
108
  { type: 'paragraph', html: 'Die Glitch-Ästhetik entstand Anfang der 2000er Jahre, als digitale Künstler begannen, mit korrupten Bilddateien und Hardwarefehlern zu experimentieren. Künstler wie <strong>Rosa Menkman</strong> erhoben Glitch-Art zur bildenden Kunst, indem sie die Poetik digitaler Artefakte untersuchten. Die Ästhetik schöpft aus VHS-Degradation, Übertragungsfehlern und dem sichtbaren "Rauschen" digitaler Systeme.' },
109
109
  { type: 'title', text: 'Wichtige Glitch-Techniken', level: 3 },
@@ -103,9 +103,9 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'What Is Glitch Art?', level: 2 },
106
- { type: 'paragraph', html: '<strong>Glitch art</strong> is a creative practice that intentionally exploits digital errors, corrupted data, and visual artifacts to produce aesthetic results. Unlike traditional art, which seeks perfection and clarity, glitch art celebrates the unexpected beauty of digital breakdownfragmented colors, distorted shapes, and chaotic patterns that emerge from technological failure.' },
106
+ { type: 'paragraph', html: '<strong>Glitch art</strong> is a creative practice that intentionally exploits digital errors, corrupted data, and visual artifacts to produce aesthetic results. Unlike traditional art, which seeks perfection and clarity, glitch art celebrates the unexpected beauty of digital breakdown-fragmented colors, distorted shapes, and chaotic patterns that emerge from technological failure.' },
107
107
  { type: 'title', text: 'Origins and Digital Aesthetics', level: 3 },
108
- { type: 'paragraph', html: 'The glitch aesthetic emerged in the early 2000s as digital artists began experimenting with corrupted image files, codec errors, and hardware malfunctions. Artists like <strong>Rosa Menkman</strong> and <strong>Evan Roth</strong> elevated glitch art to fine art status by investigating the poetics of digital artifacts. The aesthetic draws from VHS degradation, transmission errors, and the visible "noise" of digital systemstransforming technical failures into cultural commentary.' },
108
+ { type: 'paragraph', html: 'The glitch aesthetic emerged in the early 2000s as digital artists began experimenting with corrupted image files, codec errors, and hardware malfunctions. Artists like <strong>Rosa Menkman</strong> and <strong>Evan Roth</strong> elevated glitch art to fine art status by investigating the poetics of digital artifacts. The aesthetic draws from VHS degradation, transmission errors, and the visible "noise" of digital systems-transforming technical failures into cultural commentary.' },
109
109
  { type: 'title', text: 'Key Glitch Techniques', level: 3 },
110
110
  { type: 'list', items: [
111
111
  '<strong>RGB Splitting:</strong> Separating red, green, and blue color channels and offsetting them creates chromatic aberration, a signature glitch effect.',
@@ -83,7 +83,7 @@ export const content: GlitchImageDistorterLocaleContent = {
83
83
  title: 'Distorsion Glitch',
84
84
  description: 'Créez de l\'art glitch en quelques secondes.',
85
85
  dragDropText: 'Glissez-déposez une image ici ou cliquez pour importer',
86
- pasteHint: 'Astuce : Vous pouvez aussi coller une image avec Ctrl+V',
86
+ pasteHint: 'Astuce: Vous pouvez aussi coller une image avec Ctrl+V',
87
87
  exampleImageBtn: 'Utiliser l\'image d\'exemple',
88
88
  corruptionLabel: 'Corruption (Séparation RGB)',
89
89
  interferenceLabel: 'Interférence (Lignes)',
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'Qu\'est-ce que l\'Art Glitch ?', level: 2 },
106
- { type: 'paragraph', html: 'L\'<strong>art glitch</strong> est une pratique créative qui exploite intentionnellement les erreurs numériques, les données corrompues et les artefacts visuels pour produire des résultats esthétiques. Contrairement à l\'art traditionnel qui recherche la perfection, le glitch célèbre la beauté inattendue de la panne technologique des couleurs fragmentées et des motifs chaotiques surgissant de l\'erreur.' },
106
+ { type: 'paragraph', html: 'L\'<strong>art glitch</strong> est une pratique créative qui exploite intentionnellement les erreurs numériques, les données corrompues et les artefacts visuels pour produire des résultats esthétiques. Contrairement à l\'art traditionnel qui recherche la perfection, le glitch célèbre la beauté inattendue de la panne technologique - des couleurs fragmentées et des motifs chaotiques surgissant de l\'erreur.' },
107
107
  { type: 'title', text: 'Origines et Esthétique Numérique', level: 3 },
108
108
  { type: 'paragraph', html: 'L\'esthétique glitch est apparue au début des années 2000, lorsque des artistes numériques ont commencé à expérimenter avec des fichiers corrompus et des pannes matérielles. Des artistes comme <strong>Rosa Menkman</strong> ont élevé le glitch au rang d\'art en explorant la poétique des artefacts numériques. L\'esthétique s\'inspire de la dégradation VHS, des erreurs de transmission et du "bruit" des systèmes numériques.' },
109
109
  { type: 'title', text: 'Techniques Clés du Glitch', level: 3 },
@@ -116,7 +116,7 @@ export const content: GlitchImageDistorterLocaleContent = {
116
116
  ]},
117
117
  { type: 'tip', title: 'La Philosophie du Glitch', html: 'L\'art glitch remet en question l\'idée d\'une représentation numérique "parfaite". En acceptant l\'erreur, nous interrogeons la fiabilité de la technologie et explorons comment elle influence notre perception de la réalité. C\'est un art sur la défaillance du système et la beauté cachée dans le chaos.' },
118
118
  { type: 'title', text: 'Applications Contemporaines', level: 3 },
119
- { type: 'paragraph', html: 'Aujourd\'hui, l\'esthétique glitch est partout : pochettes d\'albums, clips, mode et design graphique. Cet outil démocratise la création de ce style, permettant à chacun de générer des pièces professionnelles de corruption numérique sans connaissances techniques approfondies.' },
119
+ { type: 'paragraph', html: 'Aujourd\'hui, l\'esthétique glitch est partout: pochettes d\'albums, clips, mode et design graphique. Cet outil démocratise la création de ce style, permettant à chacun de générer des pièces professionnelles de corruption numérique sans connaissances techniques approfondies.' },
120
120
  { type: 'stats', items: [
121
121
  { value: '2000s', label: 'Apparition de l\'art glitch', icon: 'mdi:history' },
122
122
  { value: '∞', label: 'Combinaisons possibles', icon: 'mdi:shuffle-variant' },
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'Apa Itu Seni Glitch?', level: 2 },
106
- { type: 'paragraph', html: '<strong>Seni glitch</strong> adalah praktik kreatif yang sengaja mengeksploitasi kesalahan digital, data yang rusak, dan artefak visual untuk menghasilkan hasil estetika. Berbeda dengan seni tradisional yang mencari kesempurnaan, glitch merayakan keindahan tak terduga dari kerusakan teknologi warna yang terfragmentasi dan pola kacau yang muncul dari kesalahan.' },
106
+ { type: 'paragraph', html: '<strong>Seni glitch</strong> adalah praktik kreatif yang sengaja mengeksploitasi kesalahan digital, data yang rusak, dan artefak visual untuk menghasilkan hasil estetika. Berbeda dengan seni tradisional yang mencari kesempurnaan, glitch merayakan keindahan tak terduga dari kerusakan teknologi - warna yang terfragmentasi dan pola kacau yang muncul dari kesalahan.' },
107
107
  { type: 'title', text: 'Asal-usul dan Estetika Digital', level: 3 },
108
108
  { type: 'paragraph', html: 'Estetika glitch muncul pada awal tahun 2000-an ketika seniman digital mulai bereksperimen dengan file gambar yang rusak dan kegagalan perangkat keras. Seniman seperti <strong>Rosa Menkman</strong> mengangkat seni glitch ke status seni rupa dengan menyelidiki puitika artefak digital. Estetikanya mengambil inspirasi dari degradasi VHS, kesalahan transmisi, dan "noise" yang terlihat dari sistem digital.' },
109
109
  { type: 'title', text: 'Teknik Utama Glitch', level: 3 },
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'Cos\'è la Glitch Art?', level: 2 },
106
- { type: 'paragraph', html: 'La <strong>glitch art</strong> è una pratica creativa che sfrutta intenzionalmente errori digitali, dati corrotti e artefatti visivi per produrre risultati estetici. A differenza dell\'arte tradizionale, che cerca la perfezione, il glitch celebra la bellezza inaspettata del guasto tecnologico colori frammentati e pattern caotici che emergono dall\'errore.' },
106
+ { type: 'paragraph', html: 'La <strong>glitch art</strong> è una pratica creativa che sfrutta intenzionalmente errori digitali, dati corrotti e artefatti visivi per produrre risultati estetici. A differenza dell\'arte tradizionale, che cerca la perfezione, il glitch celebra la bellezza inaspettata del guasto tecnologico - colori frammentati e pattern caotici che emergono dall\'errore.' },
107
107
  { type: 'title', text: 'Origini ed Estetica Digitale', level: 3 },
108
108
  { type: 'paragraph', html: 'L\'estetica glitch è emersa all\'inizio degli anni 2000, quando gli artisti digitali hanno iniziato a sperimentare con file corrotti e malfunzionamenti hardware. Artisti come <strong>Rosa Menkman</strong> hanno elevato il glitch a forma d\'arte studiando la poetica degli artefatti digitali. L\'estetica trae ispirazione dal degrado VHS, dagli errori di trasmissione e dal "rumore" dei sistemi digitali.' },
109
109
  { type: 'title', text: 'Tecniche Chiave di Glitch', level: 3 },
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'Wat is Glitch-Art?', level: 2 },
106
- { type: 'paragraph', html: '<strong>Glitch-art</strong> is een creatieve praktijk die opzettelijk gebruik maakt van digitale fouten, gecorrumpeerde gegevens en visuele artefacten om esthetische resultaten te produceren. In tegenstelling tot traditionele kunst die perfectie nastreeft, viert glitch de onverwachte schoonheid van technologische defecten gefragmenteerde kleuren en chaotische patronen die voortkomen uit fouten.' },
106
+ { type: 'paragraph', html: '<strong>Glitch-art</strong> is een creatieve praktijk die opzettelijk gebruik maakt van digitale fouten, gecorrumpeerde gegevens en visuele artefacten om esthetische resultaten te produceren. In tegenstelling tot traditionele kunst die perfectie nastreeft, viert glitch de onverwachte schoonheid van technologische defecten - gefragmenteerde kleuren en chaotische patronen die voortkomen uit fouten.' },
107
107
  { type: 'title', text: 'Oorsprong en Digitale Esthetiek', level: 3 },
108
108
  { type: 'paragraph', html: 'De glitch-esthetiek ontstond begin jaren 2000, toen digitale kunstenaars begonnen te experimenteren met gecorrumpeerde bestanden en hardwarefouten. Kunstenaars als <strong>Rosa Menkman</strong> verhieven glitch-art tot beeldende kunst door de poëzie van digitale artefacten te onderzoeken. De esthetiek put uit VHS-degradatie, transmissiefouten en de zichtbare "ruis" van digitale systemen.' },
109
109
  { type: 'title', text: 'Belangrijke Glitch-technieken', level: 3 },
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'Co to jest Glitch Art?', level: 2 },
106
- { type: 'paragraph', html: '<strong>Glitch art</strong> to praktyka kreatywna celowo wykorzystująca błędy cyfrowe, uszkodzone dane i artefakty wizualne do tworzenia efektów estetycznych. W przeciwieństwie do tradycyjnej sztuki dążącej do perfekcji, glitch celebruje nieoczekiwane piękno technologicznej awarii pofragmentowane kolory i chaotyczne wzory wyłaniające się z błędu.' },
106
+ { type: 'paragraph', html: '<strong>Glitch art</strong> to praktyka kreatywna celowo wykorzystująca błędy cyfrowe, uszkodzone dane i artefakty wizualne do tworzenia efektów estetycznych. W przeciwieństwie do tradycyjnej sztuki dążącej do perfekcji, glitch celebruje nieoczekiwane piękno technologicznej awarii - pofragmentowane kolory i chaotyczne wzory wyłaniające się z błędu.' },
107
107
  { type: 'title', text: 'Pochodzenie i Estetyka Cyfrowa', level: 3 },
108
108
  { type: 'paragraph', html: 'Estetyka glitch wyłoniła się na początku XXI wieku, gdy artyści cyfrowi zaczęli eksperymentować z uszkodzonymi plikami i awariami sprzętu. Artyści tacy jak <strong>Rosa Menkman</strong> podnieśli glitch do rangi sztuki pięknej, badając poetykę cyfrowych artefaktów. Estetyka czerpie z degradacji kaset VHS, błędów transmisji i widocznego "szumu" systemów cyfrowych.' },
109
109
  { type: 'title', text: 'Kluczowe Techniki Glitch', level: 3 },
@@ -103,7 +103,7 @@ export const content: GlitchImageDistorterLocaleContent = {
103
103
  },
104
104
  seo: [
105
105
  { type: 'title', text: 'O que é Arte Glitch?', level: 2 },
106
- { type: 'paragraph', html: 'A <strong>arte glitch</strong> é uma prática criativa que explora intencionalmente erros digitais, dados corrompidos e artefactos visuais para produzir resultados estéticos. Ao contrário da arte tradicional, que procura a perfeição, o glitch celebra a beleza inesperada da falha tecnológica cores fragmentadas e padrões caóticos que surgem do erro.' },
106
+ { type: 'paragraph', html: 'A <strong>arte glitch</strong> é uma prática criativa que explora intencionalmente erros digitais, dados corrompidos e artefactos visuais para produzir resultados estéticos. Ao contrário da arte tradicional, que procura a perfeição, o glitch celebra a beleza inesperada da falha tecnológica - cores fragmentadas e padrões caóticos que surgem do erro.' },
107
107
  { type: 'title', text: 'Origens e Estética Digital', level: 3 },
108
108
  { type: 'paragraph', html: 'Esta estética surgiu no início dos anos 2000, quando artistas digitais começaram a experimentar com ficheiros corrompidos e falhas de hardware. Artistas como <strong>Rosa Menkman</strong> elevaram o glitch à categoria de arte ao investigar a poética dos artefactos digitais. A estética nutre-se da degradação do VHS, dos erros de transmissão e do "ruído" dos sistemas digitais.' },
109
109
  { type: 'title', text: 'Técnicas Chave de Glitch', level: 3 },