@jjlmoya/utils-science 1.48.0 → 1.49.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 (97) hide show
  1. package/package.json +2 -2
  2. package/src/tests/seo_parity.test.ts +60 -0
  3. package/src/tests/translation_copy.test.ts +122 -0
  4. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
  5. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
  6. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
  7. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
  8. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
  9. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
  10. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
  11. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
  12. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
  13. package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
  14. package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
  15. package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
  16. package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
  17. package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
  18. package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
  19. package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
  20. package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
  21. package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
  22. package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
  23. package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
  24. package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
  25. package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
  26. package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
  27. package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
  28. package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
  29. package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
  30. package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
  31. package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
  32. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
  33. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
  34. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
  35. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
  36. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
  37. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
  38. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
  39. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
  40. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
  41. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
  42. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
  43. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
  44. package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
  45. package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
  46. package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
  47. package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
  48. package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
  49. package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
  50. package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
  51. package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
  52. package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
  53. package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
  54. package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
  55. package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
  56. package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
  57. package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
  58. package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
  59. package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
  60. package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
  61. package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
  62. package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
  63. package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
  64. package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
  65. package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
  66. package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
  67. package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
  68. package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
  69. package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
  70. package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
  71. package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
  72. package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
  73. package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
  74. package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
  75. package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
  76. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
  77. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
  78. package/src/tool/radioactive-decay/i18n/de.ts +112 -5
  79. package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
  80. package/src/tool/radioactive-decay/i18n/id.ts +112 -8
  81. package/src/tool/radioactive-decay/i18n/it.ts +16 -0
  82. package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
  83. package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
  84. package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
  85. package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
  86. package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
  87. package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
  88. package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
  89. package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
  90. package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
  91. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
  92. package/src/tool/temperature-timeline/i18n/de.ts +22 -2
  93. package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
  94. package/src/tool/temperature-timeline/i18n/it.ts +30 -1
  95. package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
  96. package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
  97. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
@@ -1,4 +1,4 @@
1
- import { bibliography } from '../bibliography';
1
+ import { bibliography } from '../bibliography';
2
2
  import type { ToolLocaleContent } from '../../../types';
3
3
 
4
4
  const slug = 'black-hole-event-horizon-simulator';
@@ -106,40 +106,115 @@ export const content: ToolLocaleContent = {
106
106
  seo: [
107
107
  {
108
108
  type: 'title',
109
- text: '黑洞事件视界模拟器:施瓦西半径、光子球与时间膨胀',
109
+ text: '用于史瓦西半径、光子球和时间膨胀的黑洞事件视界模拟器',
110
110
  level: 2,
111
111
  },
112
112
  {
113
113
  type: 'paragraph',
114
- html: '本模拟器将施瓦西黑洞的核心概念转化为交互式视觉模型。通过调整黑洞质量、移动探测器,用户可以直观比较事件视界、光子球、最内层稳定圆形轨道、逃逸速度、引力红移及时间膨胀的响应关系。',
114
+ html: '这个黑洞事件视界模拟器将史瓦西黑洞的核心概念转化为互动式视觉模型。',
115
115
  },
116
116
  {
117
117
  type: 'paragraph',
118
- html: '本工具专为天文爱好者、物理教师及科普探索者设计,通过将数值与空间图表结合,帮助用户理解黑洞的本质:事件视界并非物质表面,为何光子具有特殊的不稳定轨道,以及为何稳定的圆周运动在视界外停止。',
118
+ html: '该模拟器专为天文学学生、物理教师和好奇的探索者设计。',
119
119
  },
120
120
  {
121
121
  type: 'title',
122
- text: '事件视界半径的计算方法',
122
+ text: '如何计算事件视界半径',
123
123
  level: 3,
124
124
  },
125
125
  {
126
126
  type: 'paragraph',
127
- html: '对于非旋转、不带电黑洞,其事件视界半径即为<strong>施瓦西半径</strong>。计算公式为<strong>Rs = 2GM / c^2</strong>,其中G为万有引力常数,M为质量,c为光速。1个太阳质量对应的施瓦西半径约为2.95公里。',
127
+ html: '对于无旋转、无电荷的黑洞,视界半径即为<strong>史瓦西半径</strong>:<strong>Rs = 2GM / c^2</strong>。',
128
128
  },
129
129
  {
130
130
  type: 'paragraph',
131
- html: '施瓦西半径与质量呈线性关系,因此10倍太阳质量的黑洞半径约为29.5公里;而像人马座A*那样400万倍太阳质量的黑洞,其半径约为1180万公里。模拟器采用对数滑块,方便用户同时探索恒星级与超大质量黑洞。',
131
+ html: '由于半径与质量成正比,10倍太阳质量的黑洞半径约为29.5公里。',
132
132
  },
133
133
  {
134
134
  type: 'table',
135
- headers: ['区域', '施瓦西半径倍数', '含义'],
135
+ headers: ['区域', '以史瓦西半径为单位的半径', '物理意义'],
136
136
  rows: [
137
- ['事件视界', '1.0 Rs', '逃逸速度等于光速的单向边界'],
138
- ['光子球', '1.5 Rs', '光线可在此做不稳定的圆周运动'],
139
- ['ISCO', '3.0 Rs', '有质量粒子的最内层稳定圆轨道'],
140
- ['弱引力场', '6 Rs及以上', '引力较弱,轨道易于维持稳定'],
137
+ ['事件视界', '1.0 Rs', '逃逸速度等于光速的单向边界。'],
138
+ ['光子球', '1.5 Rs', '光线的非稳定圆轨道。'],
139
+ ['ISCO', '3.0 Rs', '有质量粒子的最内侧稳定圆轨道。'],
140
+ ['弱场区域', '6 Rs 及以外', '引力依然强劲,但圆轨道更容易维持。'],
141
141
  ],
142
142
  },
143
+ {
144
+ type: 'title',
145
+ text: '逃逸速度与视界作为因果边界的原理',
146
+ level: 3,
147
+ },
148
+ {
149
+ type: 'paragraph',
150
+ html: '逃逸速度是指物体在没有额外推进力的情况下到达无限远处所需的最小速度。',
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: '逃逸速度读数提供了直观参考,但并非完整的相对论描述。',
155
+ },
156
+ {
157
+ type: 'title',
158
+ text: '黑洞附近的时间膨胀与引力红移',
159
+ level: 3,
160
+ },
161
+ {
162
+ type: 'paragraph',
163
+ html: '相比远处的观察者,固定在黑洞外侧特定半径处的时钟走得更慢。简化因子为 <strong>sqrt(1 - Rs / r)</strong>。',
164
+ },
165
+ {
166
+ type: 'paragraph',
167
+ html: '引力红移遵循相同的几何原理。光线从引力深井爬出时会损失能量。',
168
+ },
169
+ {
170
+ type: 'title',
171
+ text: '光子球与ISCO详解',
172
+ level: 3,
173
+ },
174
+ {
175
+ type: 'paragraph',
176
+ html: '1.5 Rs 处的光子球是光线理论上可以围绕史瓦西黑洞运行的非稳定轨道。',
177
+ },
178
+ {
179
+ type: 'paragraph',
180
+ html: '3 Rs 处的 ISCO 代表物质最内侧的稳定圆轨道。',
181
+ },
182
+ {
183
+ type: 'title',
184
+ text: '恒星级黑洞与超大质量黑洞的比较',
185
+ level: 3,
186
+ },
187
+ {
188
+ type: 'paragraph',
189
+ html: '一个出乎意料的规律是,越巨大的黑洞在视界处的潮汐力反而越温和。',
190
+ },
191
+ {
192
+ type: 'paragraph',
193
+ html: '模拟器包含了以每米地球重力加速度表示的潮汐梯度读数。',
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: '本模拟器的局限性',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'list',
202
+ items: [
203
+ '<strong>无自旋:</strong> 采用史瓦西几何。',
204
+ '<strong>吸积物理简化:</strong> 仅显示示意性吸积盘。',
205
+ '<strong>无光线追踪:</strong> 教学示意图。',
206
+ '<strong>静止观察者时钟:</strong> 非自由落体坐标。',
207
+ ],
208
+ },
209
+ {
210
+ type: 'title',
211
+ text: '常见问题',
212
+ level: 3,
213
+ },
214
+ {
215
+ type: 'paragraph',
216
+ html: '使用本工具估算黑洞的相关物理参数。',
217
+ },
143
218
  ],
144
219
  faq,
145
220
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'Verwende B/S-Notation wie B3/S23.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'Conway Spiel des Lebens Simulator mit bearbeitbaren Regeln', level: 2 },
93
- { type: 'paragraph', html: 'Dieses Regellabor lässt dich den klassischen zellulären Automaten ausführen und seine Regeln gezielt verändern und vergleichen. Das Feld unterstützt direktes Zeichnen, Musterpositionen, Zufallssaaten, schrittweise Inspektion, variables Tempo und Live-Messungen für Population, Dichte, Geburten, Tode und Stabilität.' },
94
- { type: 'title', text: 'Wie B/S-Regeln das Spiel verändern', level: 3 },
95
- { type: 'paragraph', html: 'Life-artige zelluläre Automaten werden oft in <strong>B/S-Notation</strong> geschrieben. Die B-Seite definiert, wie viele lebende Nachbarn eine tote Zelle braucht, um zu entstehen; die S-Seite definiert, wie viele Nachbarn eine lebende Zelle zum Überleben braucht. Conways ursprüngliche Regel <strong>B3/S23</strong> ist berühmt, weil sie in einem schmalen Bereich zwischen Aussterben und unkontrolliertem Wachstum liegt.' },
96
- { type: 'title', text: 'Live-Metriken lesen', level: 3 },
97
- { type: 'paragraph', html: 'Population und Dichte zeigen, wie viele Zellen am Leben sind, aber sie erzählen nicht die ganze Geschichte. Geburten und Tode zeigen das aktuelle Aktivitätsniveau, während Stabilität abschätzt, ob die Kolonie sich in einen Oszillator einpendelt, in Stilleben einfriert oder turbulent bleibt.' },
92
+ {
93
+ type: 'title',
94
+ text: 'Conway Spiel des Lebens Simulator mit bearbeitbaren Regeln',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Dieses Regellabor lässt dich den klassischen zellulären Automaten ausführen und seine Regeln gezielt verändern und vergleichen. Das Feld unterstützt direktes Zeichnen, Musterpositionen, Zufallssaaten, schrittweise Inspektion, variables Tempo und Live-Messungen für Population, Dichte, Geburten, Tode und Stabilität.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'Wie B/S-Regeln das Spiel verändern',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'Life-artige zelluläre Automaten werden oft in <strong>B/S-Notation</strong> geschrieben. Die B-Seite definiert, wie viele lebende Nachbarn eine tote Zelle braucht, um zu entstehen; die S-Seite definiert, wie viele Nachbarn eine lebende Zelle zum Überleben braucht. Conways ursprüngliche Regel <strong>B3/S23</strong> ist berühmt, weil sie in einem schmalen Bereich zwischen Aussterben und unkontrolliertem Wachstum liegt.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['Regel', 'Verhalten', 'Gutes Experiment'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'Klassische Gleiter, Blinker und Kanonen.', 'Gosper-Kanone platzieren und Muster beobachten.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife unterstützt Selbstreplikation.', 'Vergleiche den gleichen Seed mit B3/S23.'],
116
+ ['<strong>B2/S</strong>', 'Zellen überleben nie; Wellenfronten entstehen.', 'Starte mit einem kleinen Punkt.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night unterstützt inverse Strukturen.', 'Nutze hohe Dichte zur Beobachtung.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Warum Muster wichtig sind',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Muster sind der Wortschatz von Game of Life. Gleiter zeigen Bewegung, Pulsare zeigen Oszillation.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Live-Metriken lesen',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Population und Dichte zeigen, wie viele Zellen am Leben sind, aber sie erzählen nicht die ganze Geschichte. Geburten und Tode zeigen das aktuelle Aktivitätsniveau, während Stabilität abschätzt, ob die Kolonie sich in einen Oszillator einpendelt, in Stilleben einfriert oder turbulent bleibt.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'Usa notación B/S como B3/S23.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'Simulador del Juego de la Vida de Conway con reglas editables', level: 2 },
93
- { type: 'paragraph', html: 'Este laboratorio de reglas del Juego de la Vida de Conway te permite ejecutar el autómata celular clásico y luego cambiar y comparar sus reglas. El tablero admite dibujo directo, colocación de patrones, semillas aleatorias, inspección paso a paso, tempo variable y mediciones en vivo de población, densidad, nacimientos, muertes y estabilidad.' },
94
- { type: 'title', text: 'Cómo las reglas B/S cambian el juego', level: 3 },
95
- { type: 'paragraph', html: 'Los autómatas celulares tipo Life se escriben a menudo en <strong>notación B/S</strong>. El lado B define cuántos vecinos vivos necesita una célula muerta para nacer; el lado S define cuántos vecinos necesita una célula viva para sobrevivir. La regla original de Conway, <strong>B3/S23</strong>, es famosa porque se sitúa en una región estrecha entre la extinción y el crecimiento descontrolado.' },
96
- { type: 'title', text: 'Leer las métricas en vivo', level: 3 },
97
- { type: 'paragraph', html: 'La población y la densidad muestran cuántas células están vivas, pero no cuentan la historia completa. Los nacimientos y las muertes exponen el nivel de actividad actual, mientras que la estabilidad estima si la colonia está asentándose en un oscilador, congelándose en figuras estáticas o permaneciendo turbulenta.' },
92
+ {
93
+ type: 'title',
94
+ text: 'Simulador del Juego de la Vida de Conway con reglas editables',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Este laboratorio de reglas del Juego de la Vida de Conway te permite ejecutar el autómata celular clásico y deliberadamente modificar, ajustar y comparar sus reglas.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'Cómo cambian el juego las reglas B/S',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'Los autómatas celulares tipo Life a menudo se escriben en <strong>notación B/S</strong>. La regla original de Conway, <strong>B3/S23</strong>, es famosa porque se sitúa en una estrecha franja entre la extinción y el crecimiento descontrolado.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['Regla', 'Comportamiento a observar', 'Buen experimento'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'Planeadores clásicos, osciladores y cañones.', 'Coloca el cañón de Gosper y observa la población.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife soporta autoreplicación.', 'Compara la misma semilla con B3/S23.'],
116
+ ['<strong>B2/S</strong>', 'Las células nunca sobreviven; frentes en expansión.', 'Empieza con una pequeña semilla.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night soporta estructuras inversas.', 'Prueba con una alta densidad inicial.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Por qué importan los patrones',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Los patrones son el vocabulario del Juego de la Vida. Los planeadores muestran movimiento y los pulsares muestran oscilación.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Lectura de las métricas en directo',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'La población y la densidad muestran cuántas células están vivas, pero los nacimientos y muertes exponen el nivel de actividad actual.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'Utilisez une notation B/S comme B3/S23.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'Simulateur du Jeu de la Vie de Conway avec règles modifiables', level: 2 },
93
- { type: 'paragraph', html: 'Ce laboratoire de règles vous permet d\'exécuter l\'automate cellulaire classique et de modifier et comparer ses règles. Le plateau prend en charge le dessin direct, le placement de motifs, les graines aléatoires, l\'inspection pas à pas, le tempo variable et les mesures en direct pour la population, la densité, les naissances, les morts et la stabilité.' },
94
- { type: 'title', text: 'Comment les règles B/S changent le jeu', level: 3 },
95
- { type: 'paragraph', html: 'Les automates cellulaires de type Life sont souvent écrits en <strong>notation B/S</strong>. Le côté B définit combien de voisins vivants une cellule morte a besoin pour naître ; le côté S définit combien de voisins une cellule vivante a besoin pour survivre. La règle originale de Conway, <strong>B3/S23</strong>, est célèbre car elle se situe dans une région étroite entre extinction et croissance incontrôlée.' },
96
- { type: 'title', text: 'Lire les métriques en direct', level: 3 },
97
- { type: 'paragraph', html: 'La population et la densité montrent combien de cellules sont vivantes, mais elles ne racontent pas toute l\'histoire. Les naissances et les morts exposent le niveau d\'activité actuel, tandis que la stabilité estime si la colonie se stabilise dans un oscillateur, se fige dans des structures statiques ou reste turbulente.' },
92
+ {
93
+ type: 'title',
94
+ text: 'Simulateur du Jeu de la vie de Conway avec règles modifiables',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Ce laboratoire de règles du Jeu de la vie de Conway vous permet d\'exécuter l\'automate cellulaire classique et de modifier ou comparer ses règles.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'Comment les règles B/S changent le jeu',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'Les automates cellulaires de type Life s\'écrivent en <strong>notation B/S</strong>. La règle originale de Conway, <strong>B3/S23</strong>, est célèbre pour son équilibre subtil.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['Règle', 'Comportement à observer', 'Bonne expérience'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'Planeurs classiques, oscilleurs et canons.', 'Placez le canon de Gosper et observez la population.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife prend en charge l\'auto-réplication.', 'Comparez la même graine avec B3/S23.'],
116
+ ['<strong>B2/S</strong>', 'Les cellules ne survivent jamais.', 'Commencez avec une petite graine.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night prend en charge des structures inverses.', 'Testez avec une forte densité.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Pourquoi les motifs comptent',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Les motifs forment le vocabulaire du Jeu de la vie. Les planeurs montrent le mouvement et les pulsars l\'oscillation.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Lire les métriques en direct',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'La population et la densité indiquent combien de cellules sont vivantes, mais les naissances et décès révèlent le niveau d\'activité.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'Gunakan notasi B/S seperti B3/S23.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'Simulator Game of Life Conway dengan Aturan yang Dapat Diedit', level: 2 },
93
- { type: 'paragraph', html: 'Lab aturan Game of Life Conway ini memungkinkan Anda menjalankan automata seluler klasik dan kemudian mengubah serta membandingkan aturannya. Papan mendukung penggambaran langsung, penempatan pola, benih acak, inspeksi langkah demi langkah, tempo variabel, dan pengukuran langsung untuk populasi, kepadatan, kelahiran, kematian, dan stabilitas.' },
94
- { type: 'title', text: 'Bagaimana aturan B/S mengubah permainan', level: 3 },
95
- { type: 'paragraph', html: 'Automata seluler seperti Life sering ditulis dalam <strong>notasi B/S</strong>. Sisi B mendefinisikan berapa banyak tetangga hidup yang dibutuhkan sel mati untuk lahir; sisi S mendefinisikan berapa banyak tetangga yang dibutuhkan sel hidup untuk bertahan. Aturan asli Conway, <strong>B3/S23</strong>, terkenal karena berada di wilayah sempit antara kepunahan dan pertumbuhan tak terkendali.' },
96
- { type: 'title', text: 'Membaca metrik langsung', level: 3 },
97
- { type: 'paragraph', html: 'Populasi dan kepadatan menunjukkan berapa banyak sel yang hidup, tetapi mereka tidak menceritakan keseluruhan cerita. Kelahiran dan kematian mengungkapkan tingkat aktivitas saat ini, sementara stabilitas memperkirakan apakah koloni sedang menetap ke osilator, membeku menjadi struktur diam, atau tetap bergejolak.' },
92
+ {
93
+ type: 'title',
94
+ text: 'Simulator Conway Game of Life dengan Aturan yang Dapat Diedit',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Laboratorium aturan Conway Game of Life ini memungkinkan Anda menjalankan automata seluler klasik serta mengubah dan membandingkan aturannya.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'Bagaimana Aturan B/S Mengubah Permainan',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'Automata seluler mirip Life sering ditulis dalam <strong>notasi B/S</strong>. Aturan asli Conway, <strong>B3/S23</strong>, terkenal karena berada di batas antara kepunahan dan pertumbuhan tak terkendali.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['Aturan', 'Perilaku yang Diamati', 'Eksperimen Bagus'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'Glider klasik, osilator, dan meriam.', 'Tempatkan Gosper gun dan amati populasi.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife mendukung replikasi diri.', 'Bandingkan benih yang sama dengan B3/S23.'],
116
+ ['<strong>B2/S</strong>', 'Sel tidak pernah bertahan.', 'Mulai dengan benih kecil.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night mendukung struktur terbalik.', 'Uji dengan kepadatan awal yang tinggi.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Mengapa Pola Penting',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Pola adalah kosakata dari Game of Life. Glider menunjukkan gerakan dan pulsar menunjukkan osilasi.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Membaca Metrik Langsung',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Populasi dan kepadatan menunjukkan berapa banyak sel yang hidup, sementara kelahiran dan kematian menunjukkan tingkat aktivitas saat ini.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'Usa la notazione B/S come B3/S23.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'Simulatore del Gioco della Vita di Conway con regole modificabili', level: 2 },
93
- { type: 'paragraph', html: 'Questo laboratorio di regole ti permette di eseguire il classico automa cellulare e poi modificare e confrontare le sue regole. Il campo supporta il disegno diretto, il posizionamento di pattern, semi casuali, ispezione passo-passo, tempo variabile e misurazioni live per popolazione, densità, nascite, morti e stabilità.' },
94
- { type: 'title', text: 'Come le regole B/S cambiano il gioco', level: 3 },
95
- { type: 'paragraph', html: 'Gli automi cellulari di tipo Life sono spesso scritti in <strong>notazione B/S</strong>. Il lato B definisce quanti vicini vivi servono a una cellula morta per nascere; il lato S definisce quanti vicini servono a una cellula viva per sopravvivere. La regola originale di Conway, <strong>B3/S23</strong>, è famosa perché si trova in una zona stretta tra estinzione e crescita incontrollata.' },
96
- { type: 'title', text: 'Leggere le metriche live', level: 3 },
97
- { type: 'paragraph', html: 'La popolazione e la densità mostrano quante cellule sono vive, ma non raccontano tutta la storia. Le nascite e le morti espongono il livello di attività attuale, mentre la stabilità stima se la colonia si sta stabilizzando in un oscillatore, si sta congelando in strutture statiche o rimane turbolenta.' },
92
+ {
93
+ type: 'title',
94
+ text: 'Simulatore del Gioco della Vita di Conway con regole modificabili',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Questo laboratorio di regole per il Gioco della Vita di Conway consente di eseguire l\'automa cellulare classico e di modificarne e confrontarne le regole.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'Come le regole B/S modificano il gioco',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'Gli automi cellulari di tipo Life sono scritti in <strong>notazione B/S</strong>. La regola originale di Conway, <strong>B3/S23</strong>, è famosa perché si trova in una stretta fascia tra estinzione e crescita incontrollata.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['Regola', 'Comportamento da osservare', 'Esperimento consigliato'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'Alianti classici, oscillatori e cannoni.', 'Posiziona il cannone di Gosper e osserva la popolazione.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife supporta l\'autoreplicazione.', 'Confronta lo stesso seme con B3/S23.'],
116
+ ['<strong>B2/S</strong>', 'Le cellule non sopravvivono mai.', 'Inizia con un piccolo seme.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night supporta strutture inverse.', 'Testa con un\'elevata densità iniziale.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Perché i pattern sono importanti',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'I pattern costituiscono il vocabolario del Gioco della Vita. Gli alianti mostrano il movimento e i pulsar l\'oscillazione.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Lettura delle metriche in tempo reale',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Popolazione e densità indicano quante cellule sono vive, mentre nascite e morti mostrano il livello di attività attuale.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'B3/S23 のような B/S 表記を使ってください。',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'コンウェイのライフゲームシミュレータ(ルール編集可能)', level: 2 },
93
- { type: 'paragraph', html: 'このコンウェイのライフゲーム規則ラボでは、クラシックなセル・オートマトンを実行し、ルールを意図的に変更・比較できます。盤面は直接描画、パターン配置、ランダムシード、ステップごとの検査、可変テンポ、個体数・密度・誕生・死滅・安定度のライブ計測をサポートしています。' },
94
- { type: 'title', text: 'B/Sルールがゲームを変える仕組み', level: 3 },
95
- { type: 'paragraph', html: 'Life系セル・オートマトンはしばしば<strong>B/S記法</strong>で記述されます。B側は死セルが誕生するために必要な生きた隣接数を定義し、S側は生セルが生存するために必要な隣接数を定義します。コンウェイのオリジナルルール<strong>B3/S23</strong>は、絶滅と無制御成長の間の狭い領域に位置することで有名です。' },
96
- { type: 'title', text: 'ライブ指標の読み方', level: 3 },
97
- { type: 'paragraph', html: '個体数と密度は何個のセルが生きているかを示しますが、全体像を伝えるわけではありません。誕生と死滅は現在の活動レベルを示し、安定度は群集がオシレータに落ち着きつつあるか、静的構造に凍りつきつつあるか、乱流状態を保っているかを推定します。' },
92
+ {
93
+ type: 'title',
94
+ text: '編集可能なルールを備えたライフゲームシミュレーター',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'このライフゲームルールラボでは、古典的なセルオートマトンを実行し、そのルールを変更・比較できます。',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'B/Sルールがゲームをどのように変えるか',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'ライフライクなセルオートマトンは<strong>B/S表記</strong>で記述されます。コンウェイの元のルール<strong>B3/S23</strong>は、絶滅と無制限の成長の間の狭い領域に位置することで有名です。',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['ルール', '観察すべき挙動', 'おすすめ実験'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'グライダー、ブリンカー、銃などの古典的構造。', 'ゴスパー銃を配置して個体数を追跡。'],
115
+ ['<strong>B36/S23</strong>', 'HighLifeは自己複製をサポート。', '同じシードでB3/S23と比較。'],
116
+ ['<strong>B2/S</strong>', 'セルは決して生き残らない。', '小さなシードから開始。'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Nightは反転構造をサポート。', '高密度シードで観察。'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'パターンが重要な理由',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'パターンはライフゲームの語彙です。グライダーは移動を示し、パルサーは振動を示します。',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'リアルタイムメトリクスの読み方',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: '個体数と密度は生きているセルの数を示し、出生数と死亡数は現在のアクティビティレベルを示します。',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'B3/S23 같은 B/S 표기를 사용하세요.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: '규칙 편집 가능한 콘웨이 생명 게임 시뮬레이터', level: 2 },
93
- { type: 'paragraph', html: '이 콘웨이 생명 게임 규칙 연구실에서는 클래식 세포 자동자를 실행하고 규칙을 의도적으로 변경 및 비교할 수 있습니다. 보드는 직접 그리기, 패턴 배치, 무작위 시드, 단계별 검사, 가변 템포, 개체 수·밀도·탄생·죽음·안정성의 실시간 측정을 지원합니다.' },
94
- { type: 'title', text: 'B/S 규칙이 게임을 어떻게 바꾸는가', level: 3 },
95
- { type: 'paragraph', html: '생명형 세포 자동자는 흔히 <strong>B/S 표기</strong>로 작성됩니다. B 쪽은 죽은 셀이 탄생하기 위해 필요한 살아있는 이웃 수를 정의하고, S 쪽은 살아있는 셀이 생존하기 위해 필요한 이웃 수를 정의합니다. 콘웨이의 원래 규칙인 <strong>B3/S23</strong>은 멸종과 무제한 성장 사이의 좁은 영역에 위치하기 때문에 유명합니다.' },
96
- { type: 'title', text: '실시간 지표 읽기', level: 3 },
97
- { type: 'paragraph', html: '개체 수와 밀도는 살아있는 셀이 얼마나 되는지 보여주지만 전체 이야기를 전하지는 않습니다. 탄생과 죽음은 현재 활동 수준을 드러내고, 안정성은 군집이 진동자에 안정되고 있는지, 정지 구조에 고정되고 있는지, 아니면 난류 상태를 유지하고 있는지 추정합니다.' },
92
+ {
93
+ type: 'title',
94
+ text: '수정 가능한 규칙을 갖춘 콘웨이 라이프 게임 시뮬레이터',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: '이 콘웨이 라이프 게임 규칙 연구실을 통해 고전적인 세포 자동자를 실행하고 규칙을 변경 및 비교할 수 있습니다.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'B/S 규칙이 게임을 변경하는 방식',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: '라이프 스타일의 세포 자동자는 <strong>B/S 표기법</strong>으로 작성됩니다. 콘웨이의 원래 규칙인 <strong>B3/S23</strong>은 멸종과 무제한 성장 사이의 좁은 영역에 위치하는 것으로 유명합니다.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['규칙', '관찰할 동작', '추천 실험'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', '클래식 글라이더, 블링커 및 총.', '고스퍼 총을 배치하고 개체수를 추적합니다.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife는 자가 복제를 지원합니다.', '동일한 시드로 B3/S23과 비교합니다.'],
116
+ ['<strong>B2/S</strong>', '세포는 결코 살아남지 못합니다.', '작은 시드로 시작합니다.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night는 반전 구조를 지원합니다.', '고밀도 시드로 관찰합니다.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: '패턴이 중요한 이유',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: '패턴은 라이프 게임의 어휘입니다. 글라이더는 이동을 보여주고 펄서는 진동을 보여줍니다.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: '실시간 메트릭 읽기',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: '개체수와 밀도는 살아있는 세포의 수를 보여주고, 탄생과 사망은 현재 활동 수준을 나타냅니다.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,
@@ -89,12 +89,52 @@ export const content: ToolLocaleContent = {
89
89
  invalidRule: 'Gebruik B/S-notatie zoals B3/S23.',
90
90
  },
91
91
  seo: [
92
- { type: 'title', text: 'Conway Game of Life Simulator met bewerkbare regels', level: 2 },
93
- { type: 'paragraph', html: 'Dit regellab laat je het klassieke cellulaire automaton uitvoeren en zijn regels bewust veranderen en vergelijken. Het bord ondersteunt direct tekenen, patroonplaatsing, willekeurige zaden, stapsgewijze inspectie, variabel tempo en live-metingen voor populatie, dichtheid, geboortes, sterftes en stabiliteit.' },
94
- { type: 'title', text: 'Hoe B/S-regels het spel veranderen', level: 3 },
95
- { type: 'paragraph', html: 'Life-achtige cellulaire automaten worden vaak geschreven in <strong>B/S-notatie</strong>. De B-kant definieert hoeveel levende buren een dode cel nodig heeft om geboren te worden; de S-kant definieert hoeveel buren een levende cel nodig heeft om te overleven. Conways originele regel, <strong>B3/S23</strong>, is beroemd omdat het in een smal gebied ligt tussen uitsterven en ongecontroleerde groei.' },
96
- { type: 'title', text: 'De live-metingen lezen', level: 3 },
97
- { type: 'paragraph', html: 'Populatie en dichtheid tonen hoeveel cellen er leven, maar vertellen niet het volledige verhaal. Geboortes en sterftes onthullen het huidige activiteitsniveau, terwijl stabiliteit schat of de kolonie zich stabiliseert in een oscillator, bevriest tot stillevens, of turbulent blijft.' },
92
+ {
93
+ type: 'title',
94
+ text: 'Conway Game of Life Simulator met Bewerkbare Regels',
95
+ level: 2,
96
+ },
97
+ {
98
+ type: 'paragraph',
99
+ html: 'Dit regel-lab laat je de klassieke cellulaire automaat uitvoeren en de regels aanpassen en vergelijken.',
100
+ },
101
+ {
102
+ type: 'title',
103
+ text: 'Hoe B/S-regels het spel veranderen',
104
+ level: 3,
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'Life-achtige cellulaire automaten worden vaak geschreven in <strong>B/S-notatie</strong>. Conway\'s oorspronkelijke regel <strong>B3/S23</strong> is beroemd vanwege het delicate evenwicht.',
109
+ },
110
+ {
111
+ type: 'table',
112
+ headers: ['Regel', 'Gedrag om te observeren', 'Goed experiment'],
113
+ rows: [
114
+ ['<strong>B3/S23</strong>', 'Klassieke zwevers, knipperlichten en kanonnen.', 'Plaats het Gosper-kanon en volg de populatie.'],
115
+ ['<strong>B36/S23</strong>', 'HighLife ondersteunt zelfreplicatie.', 'Vergelijk dezelfde kiem met B3/S23.'],
116
+ ['<strong>B2/S</strong>', 'Cellen overleven nooit.', 'Begin met een kleine kiem.'],
117
+ ['<strong>B3678/S34678</strong>', 'Day & Night ondersteunt omgekeerde structuren.', 'Test met een hoge begindichtheid.'],
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Waarom patronen belangrijk zijn',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Patronen vormen de woordenschat van Game of Life. Zwevers tonen beweging en pulsars tonen oscillatie.',
128
+ },
129
+ {
130
+ type: 'title',
131
+ text: 'Live statistieken lezen',
132
+ level: 3,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Populatie en dichtheid tonen hoeveel cellen in leven zijn, maar geboorten en sterftes tonen het werkelijke activiteitsniveau.',
137
+ },
98
138
  ],
99
139
  faq,
100
140
  bibliography,