@jjlmoya/utils-science 1.19.0 → 1.20.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 +1 -1
  2. package/src/pages/[locale]/[slug].astro +30 -14
  3. package/src/tests/locale_completeness.test.ts +3 -20
  4. package/src/tests/shared-test-helpers.ts +56 -0
  5. package/src/tests/tool_exports.test.ts +34 -0
  6. package/src/tool/asteroid-impact/bibliography.astro +1 -1
  7. package/src/tool/asteroid-impact/bibliography.ts +24 -0
  8. package/src/tool/asteroid-impact/i18n/de.ts +4 -24
  9. package/src/tool/asteroid-impact/i18n/en.ts +4 -24
  10. package/src/tool/asteroid-impact/i18n/es.ts +4 -24
  11. package/src/tool/asteroid-impact/i18n/fr.ts +4 -24
  12. package/src/tool/asteroid-impact/i18n/id.ts +4 -24
  13. package/src/tool/asteroid-impact/i18n/it.ts +4 -24
  14. package/src/tool/asteroid-impact/i18n/ja.ts +4 -24
  15. package/src/tool/asteroid-impact/i18n/ko.ts +4 -24
  16. package/src/tool/asteroid-impact/i18n/nl.ts +4 -24
  17. package/src/tool/asteroid-impact/i18n/pl.ts +4 -24
  18. package/src/tool/asteroid-impact/i18n/pt.ts +4 -24
  19. package/src/tool/asteroid-impact/i18n/ru.ts +4 -24
  20. package/src/tool/asteroid-impact/i18n/sv.ts +4 -24
  21. package/src/tool/asteroid-impact/i18n/tr.ts +4 -24
  22. package/src/tool/asteroid-impact/i18n/zh.ts +4 -24
  23. package/src/tool/asteroid-impact/seo.astro +1 -1
  24. package/src/tool/cellular-renewal/bibliography.astro +1 -1
  25. package/src/tool/cellular-renewal/bibliography.ts +24 -0
  26. package/src/tool/cellular-renewal/i18n/de.ts +3 -24
  27. package/src/tool/cellular-renewal/i18n/en.ts +3 -24
  28. package/src/tool/cellular-renewal/i18n/es.ts +3 -24
  29. package/src/tool/cellular-renewal/i18n/fr.ts +3 -24
  30. package/src/tool/cellular-renewal/i18n/id.ts +3 -24
  31. package/src/tool/cellular-renewal/i18n/it.ts +3 -24
  32. package/src/tool/cellular-renewal/i18n/ja.ts +3 -24
  33. package/src/tool/cellular-renewal/i18n/ko.ts +3 -24
  34. package/src/tool/cellular-renewal/i18n/nl.ts +3 -24
  35. package/src/tool/cellular-renewal/i18n/pl.ts +3 -24
  36. package/src/tool/cellular-renewal/i18n/pt.ts +3 -24
  37. package/src/tool/cellular-renewal/i18n/ru.ts +3 -24
  38. package/src/tool/cellular-renewal/i18n/sv.ts +3 -24
  39. package/src/tool/cellular-renewal/i18n/tr.ts +3 -24
  40. package/src/tool/cellular-renewal/i18n/zh.ts +3 -24
  41. package/src/tool/cellular-renewal/seo.astro +2 -1
  42. package/src/tool/colony-counter/bibliography.astro +1 -1
  43. package/src/tool/colony-counter/bibliography.ts +12 -0
  44. package/src/tool/colony-counter/i18n/de.ts +3 -12
  45. package/src/tool/colony-counter/i18n/en.ts +3 -12
  46. package/src/tool/colony-counter/i18n/es.ts +3 -12
  47. package/src/tool/colony-counter/i18n/fr.ts +3 -12
  48. package/src/tool/colony-counter/i18n/id.ts +3 -12
  49. package/src/tool/colony-counter/i18n/it.ts +3 -12
  50. package/src/tool/colony-counter/i18n/ja.ts +3 -12
  51. package/src/tool/colony-counter/i18n/ko.ts +3 -12
  52. package/src/tool/colony-counter/i18n/nl.ts +3 -12
  53. package/src/tool/colony-counter/i18n/pl.ts +3 -12
  54. package/src/tool/colony-counter/i18n/pt.ts +3 -12
  55. package/src/tool/colony-counter/i18n/ru.ts +3 -12
  56. package/src/tool/colony-counter/i18n/sv.ts +3 -12
  57. package/src/tool/colony-counter/i18n/tr.ts +3 -12
  58. package/src/tool/colony-counter/i18n/zh.ts +3 -12
  59. package/src/tool/colony-counter/seo.astro +1 -1
  60. package/src/tool/microwave-detector/bibliography.astro +1 -1
  61. package/src/tool/microwave-detector/bibliography.ts +16 -0
  62. package/src/tool/microwave-detector/i18n/de.ts +3 -16
  63. package/src/tool/microwave-detector/i18n/en.ts +3 -16
  64. package/src/tool/microwave-detector/i18n/es.ts +3 -16
  65. package/src/tool/microwave-detector/i18n/fr.ts +3 -16
  66. package/src/tool/microwave-detector/i18n/id.ts +3 -16
  67. package/src/tool/microwave-detector/i18n/it.ts +3 -16
  68. package/src/tool/microwave-detector/i18n/ja.ts +3 -16
  69. package/src/tool/microwave-detector/i18n/ko.ts +3 -16
  70. package/src/tool/microwave-detector/i18n/nl.ts +3 -16
  71. package/src/tool/microwave-detector/i18n/pl.ts +3 -16
  72. package/src/tool/microwave-detector/i18n/pt.ts +3 -16
  73. package/src/tool/microwave-detector/i18n/ru.ts +3 -16
  74. package/src/tool/microwave-detector/i18n/sv.ts +3 -16
  75. package/src/tool/microwave-detector/i18n/tr.ts +3 -16
  76. package/src/tool/microwave-detector/i18n/zh.ts +3 -16
  77. package/src/tool/microwave-detector/microwave-leak-detector.css +22 -25
  78. package/src/tool/microwave-detector/seo.astro +2 -1
  79. package/src/tool/simulation-probability/bibliography.astro +1 -1
  80. package/src/tool/simulation-probability/bibliography.ts +24 -0
  81. package/src/tool/simulation-probability/i18n/de.ts +3 -24
  82. package/src/tool/simulation-probability/i18n/en.ts +3 -24
  83. package/src/tool/simulation-probability/i18n/es.ts +3 -24
  84. package/src/tool/simulation-probability/i18n/fr.ts +3 -24
  85. package/src/tool/simulation-probability/i18n/id.ts +3 -24
  86. package/src/tool/simulation-probability/i18n/it.ts +3 -24
  87. package/src/tool/simulation-probability/i18n/ja.ts +3 -24
  88. package/src/tool/simulation-probability/i18n/ko.ts +3 -24
  89. package/src/tool/simulation-probability/i18n/nl.ts +3 -24
  90. package/src/tool/simulation-probability/i18n/pl.ts +3 -24
  91. package/src/tool/simulation-probability/i18n/pt.ts +3 -24
  92. package/src/tool/simulation-probability/i18n/ru.ts +3 -24
  93. package/src/tool/simulation-probability/i18n/sv.ts +3 -24
  94. package/src/tool/simulation-probability/i18n/tr.ts +3 -24
  95. package/src/tool/simulation-probability/i18n/zh.ts +3 -24
  96. package/src/tool/simulation-probability/seo.astro +2 -1
  97. package/src/types.ts +0 -2
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'It depends on your beliefs about the future of computing. Low values (100-1000) assume resource limitations. High values (millions) assume practically unlimited computing power. Most scientific discussions use values between 1000 and 1 trillion.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Frequently Asked Questions',
51
- bibliographyTitle: 'Bibliography',
52
51
  ui: {
53
52
  copied: 'Copied',
54
53
  noHistory: 'No history',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Depende de tus creencias sobre el futuro de la computación. Valores bajos (100-1000) asumen limitaciones de recursos. Valores altos (millones) asumen poder computacional prácticamente ilimitado. La mayoría de discusiones científicas usan valores entre 1000 y 1 billón.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Preguntas Frecuentes',
51
- bibliographyTitle: 'Bibliografía',
52
51
  ui: {
53
52
  copied: 'Copiado',
54
53
  noHistory: 'No historial',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Cela dépend de vos convictions sur l\'avenir de l\'informatique. Des valeurs faibles (100-1000) supposent des limites de ressources. Des valeurs élevées (millions) supposent une puissance de calcul pratiquement illimitée. La plupart des discussions scientifiques utilisent des valeurs entre 1000 et 1 billion.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Questions Fréquemment Posées',
51
- bibliographyTitle: 'Bibliographie',
52
51
  ui: {
53
52
  copied: 'Copié',
54
53
  noHistory: 'Pas d\'historique',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Itu tergantung pada keyakinan Anda tentang masa depan komputasi. Nilai rendah (100-1000) mengasumsikan keterbatasan sumber daya. Nilai tinggi (jutaan) mengasumsikan daya komputasi yang praktis tidak terbatas. Sebagian besar diskusi ilmiah menggunakan nilai antara 1000 dan 1 triliun.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Pertanyaan yang Sering Diajukan',
51
- bibliographyTitle: 'Bibliografi',
52
51
  ui: {
53
52
  copied: 'Disalin',
54
53
  noHistory: 'Tidak ada riwayat',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Dipende dalle tue convinzioni sul futuro dell\'informatica. Valori bassi (100-1000) presuppongono limitazioni delle risorse. Valori alti (milioni) presuppongono una potenza di calcolo praticamente illimitata. La maggior parte delle discussioni scientifiche utilizza valori compresi tra 1000 e 1 trilione.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Domande Frequenti',
51
- bibliographyTitle: 'Bibliografia',
52
51
  ui: {
53
52
  copied: 'Copiato',
54
53
  noHistory: 'Nessuna cronologia',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'コンピュータの未来に対するあなたの信念によります。低い値(100〜1000)はリソースの制限を想定しています。高い値(数百万)は、実質的に無制限の計算能力を想定しています。多くの科学的議論では、1000から1兆の間の値が使用されます。',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'よくある質問',
51
- bibliographyTitle: '参考文献',
52
51
  ui: {
53
52
  copied: 'コピー済み',
54
53
  noHistory: '履歴なし',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: '컴퓨팅의 미래에 대한 당신의 신념에 달려 있습니다. 낮은 값(100~1000)은 자원 제한을 가정한 것이고, 높은 값(수백만 이상)은 사실상 무제한의 컴퓨팅 파워를 가정한 것입니다. 대부분의 과학적 논의에서는 1,000에서 1조 사이의 값을 사용합니다.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: '자주 묻는 질문',
51
- bibliographyTitle: '참고 문헌',
52
51
  ui: {
53
52
  copied: '복사됨',
54
53
  noHistory: '내역 없음',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Het hangt af van je overtuigingen over de toekomst van computing. Lage waarden (100-1000) gaan uit van beperkte middelen. Hoge waarden (miljoenen) gaan uit van praktisch onbeperkte rekenkracht. De meeste wetenschappelijke discussies gebruiken waarden tussen 1000 en 1 biljoen.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Veelgestelde Vragen',
51
- bibliographyTitle: 'Bibliografie',
52
51
  ui: {
53
52
  copied: 'Gekopieerd',
54
53
  noHistory: 'Geen geschiedenis',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'To zależy od Twoich przekonań na temat przyszłości informatyki. Niskie wartości (100-1000) zakładają ograniczenia zasobów. Wysokie wartości (miliony) zakładają praktycznie nieograniczoną moc obliczeniową. Większość dyskusji naukowych operuje na wartościach między 1000 a 1 bilionem.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Często Zadawane Pytania',
51
- bibliographyTitle: 'Bibliografia',
52
51
  ui: {
53
52
  copied: 'Skopiowano',
54
53
  noHistory: 'Brak historii',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Depende das suas crenças sobre o futuro da computação. Valores baixos (100-1000) assumem limitações de recursos. Valores altos (milhões) assumem um poder de computação praticamente ilimitado. A maioria das discussões científicas utiliza valores entre 1000 e 1 bilião.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Perguntas Frequentes',
51
- bibliographyTitle: 'Bibliografia',
52
51
  ui: {
53
52
  copied: 'Copiado',
54
53
  noHistory: 'Sem histórico',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Это зависит от ваших убеждений о будущем вычислительной техники. Низкие значения (100–1000) предполагают ограниченность ресурсов. Высокие значения (миллионы) предполагают практически неограниченную вычислительную мощность. В большинстве научных дискуссий используются значения от 1000 до 1 триллиона.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Часто задаваемые вопросы',
51
- bibliographyTitle: 'Библиография',
52
51
  ui: {
53
52
  copied: 'Скопировано',
54
53
  noHistory: 'История пуста',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Det beror på din övertygelse om datorernas framtid. Låga värden (100-1000) förutsätter resursbegränsningar. Höga värden (miljoner) förutsätter praktiskt taget obegränsad datorkraft. De flesta vetenskapliga diskussioner använder värden mellan 1000 och 1 biljon.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Vanliga frågor',
51
- bibliographyTitle: 'Bibliografi',
52
51
  ui: {
53
52
  copied: 'Kopierad',
54
53
  noHistory: 'Ingen historik',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+
@@ -41,14 +41,13 @@ const faq = [
41
41
  answer: 'Bilgisayarın geleceği hakkındaki inançlarınıza bağlıdır. Düşük değerler (100-1000) kaynak kısıtlamalarını varsayar. Yüksek değerler (milyonlar) pratik olarak sınırsız hesaplama gücü varsayar. Çoğu bilimsel tartışma 1000 ile 1 trilyon arasındaki değerleri kullanır.',
42
42
  },
43
43
  ];
44
+ import { bibliography } from '../bibliography';
44
45
  import type { ToolLocaleContent } from '../../../types';
45
46
 
46
47
  export const content: ToolLocaleContent = {
47
48
  slug,
48
49
  title,
49
50
  description,
50
- faqTitle: 'Sıkça Sorulan Sorular',
51
- bibliographyTitle: 'Kaynakça',
52
51
  ui: {
53
52
  copied: 'Kopyalandı',
54
53
  noHistory: 'Geçmiş yok',
@@ -167,28 +166,7 @@ export const content: ToolLocaleContent = {
167
166
  },
168
167
  ],
169
168
  faq,
170
- bibliography: [
171
- {
172
- name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
173
- url: 'https://www.nickbostrom.com/sim.html',
174
- },
175
- {
176
- name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
177
- url: 'https://consc.net/papers/matrix.html',
178
- },
179
- {
180
- name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
181
- url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
182
- },
183
- {
184
- name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
185
- url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
186
- },
187
- {
188
- name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
189
- url: 'https://www.haydenplanetarium.org/',
190
- },
191
- ],
169
+ bibliography,
192
170
  howTo,
193
171
 
194
172
  schemas: [
@@ -224,3 +202,4 @@ export const content: ToolLocaleContent = {
224
202
  },
225
203
  ],
226
204
  };
205
+