@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.
- package/package.json +1 -1
- package/src/pages/[locale]/[slug].astro +30 -14
- package/src/tests/locale_completeness.test.ts +3 -20
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/asteroid-impact/bibliography.astro +1 -1
- package/src/tool/asteroid-impact/bibliography.ts +24 -0
- package/src/tool/asteroid-impact/i18n/de.ts +4 -24
- package/src/tool/asteroid-impact/i18n/en.ts +4 -24
- package/src/tool/asteroid-impact/i18n/es.ts +4 -24
- package/src/tool/asteroid-impact/i18n/fr.ts +4 -24
- package/src/tool/asteroid-impact/i18n/id.ts +4 -24
- package/src/tool/asteroid-impact/i18n/it.ts +4 -24
- package/src/tool/asteroid-impact/i18n/ja.ts +4 -24
- package/src/tool/asteroid-impact/i18n/ko.ts +4 -24
- package/src/tool/asteroid-impact/i18n/nl.ts +4 -24
- package/src/tool/asteroid-impact/i18n/pl.ts +4 -24
- package/src/tool/asteroid-impact/i18n/pt.ts +4 -24
- package/src/tool/asteroid-impact/i18n/ru.ts +4 -24
- package/src/tool/asteroid-impact/i18n/sv.ts +4 -24
- package/src/tool/asteroid-impact/i18n/tr.ts +4 -24
- package/src/tool/asteroid-impact/i18n/zh.ts +4 -24
- package/src/tool/asteroid-impact/seo.astro +1 -1
- package/src/tool/cellular-renewal/bibliography.astro +1 -1
- package/src/tool/cellular-renewal/bibliography.ts +24 -0
- package/src/tool/cellular-renewal/i18n/de.ts +3 -24
- package/src/tool/cellular-renewal/i18n/en.ts +3 -24
- package/src/tool/cellular-renewal/i18n/es.ts +3 -24
- package/src/tool/cellular-renewal/i18n/fr.ts +3 -24
- package/src/tool/cellular-renewal/i18n/id.ts +3 -24
- package/src/tool/cellular-renewal/i18n/it.ts +3 -24
- package/src/tool/cellular-renewal/i18n/ja.ts +3 -24
- package/src/tool/cellular-renewal/i18n/ko.ts +3 -24
- package/src/tool/cellular-renewal/i18n/nl.ts +3 -24
- package/src/tool/cellular-renewal/i18n/pl.ts +3 -24
- package/src/tool/cellular-renewal/i18n/pt.ts +3 -24
- package/src/tool/cellular-renewal/i18n/ru.ts +3 -24
- package/src/tool/cellular-renewal/i18n/sv.ts +3 -24
- package/src/tool/cellular-renewal/i18n/tr.ts +3 -24
- package/src/tool/cellular-renewal/i18n/zh.ts +3 -24
- package/src/tool/cellular-renewal/seo.astro +2 -1
- package/src/tool/colony-counter/bibliography.astro +1 -1
- package/src/tool/colony-counter/bibliography.ts +12 -0
- package/src/tool/colony-counter/i18n/de.ts +3 -12
- package/src/tool/colony-counter/i18n/en.ts +3 -12
- package/src/tool/colony-counter/i18n/es.ts +3 -12
- package/src/tool/colony-counter/i18n/fr.ts +3 -12
- package/src/tool/colony-counter/i18n/id.ts +3 -12
- package/src/tool/colony-counter/i18n/it.ts +3 -12
- package/src/tool/colony-counter/i18n/ja.ts +3 -12
- package/src/tool/colony-counter/i18n/ko.ts +3 -12
- package/src/tool/colony-counter/i18n/nl.ts +3 -12
- package/src/tool/colony-counter/i18n/pl.ts +3 -12
- package/src/tool/colony-counter/i18n/pt.ts +3 -12
- package/src/tool/colony-counter/i18n/ru.ts +3 -12
- package/src/tool/colony-counter/i18n/sv.ts +3 -12
- package/src/tool/colony-counter/i18n/tr.ts +3 -12
- package/src/tool/colony-counter/i18n/zh.ts +3 -12
- package/src/tool/colony-counter/seo.astro +1 -1
- package/src/tool/microwave-detector/bibliography.astro +1 -1
- package/src/tool/microwave-detector/bibliography.ts +16 -0
- package/src/tool/microwave-detector/i18n/de.ts +3 -16
- package/src/tool/microwave-detector/i18n/en.ts +3 -16
- package/src/tool/microwave-detector/i18n/es.ts +3 -16
- package/src/tool/microwave-detector/i18n/fr.ts +3 -16
- package/src/tool/microwave-detector/i18n/id.ts +3 -16
- package/src/tool/microwave-detector/i18n/it.ts +3 -16
- package/src/tool/microwave-detector/i18n/ja.ts +3 -16
- package/src/tool/microwave-detector/i18n/ko.ts +3 -16
- package/src/tool/microwave-detector/i18n/nl.ts +3 -16
- package/src/tool/microwave-detector/i18n/pl.ts +3 -16
- package/src/tool/microwave-detector/i18n/pt.ts +3 -16
- package/src/tool/microwave-detector/i18n/ru.ts +3 -16
- package/src/tool/microwave-detector/i18n/sv.ts +3 -16
- package/src/tool/microwave-detector/i18n/tr.ts +3 -16
- package/src/tool/microwave-detector/i18n/zh.ts +3 -16
- package/src/tool/microwave-detector/microwave-leak-detector.css +22 -25
- package/src/tool/microwave-detector/seo.astro +2 -1
- package/src/tool/simulation-probability/bibliography.astro +1 -1
- package/src/tool/simulation-probability/bibliography.ts +24 -0
- package/src/tool/simulation-probability/i18n/de.ts +3 -24
- package/src/tool/simulation-probability/i18n/en.ts +3 -24
- package/src/tool/simulation-probability/i18n/es.ts +3 -24
- package/src/tool/simulation-probability/i18n/fr.ts +3 -24
- package/src/tool/simulation-probability/i18n/id.ts +3 -24
- package/src/tool/simulation-probability/i18n/it.ts +3 -24
- package/src/tool/simulation-probability/i18n/ja.ts +3 -24
- package/src/tool/simulation-probability/i18n/ko.ts +3 -24
- package/src/tool/simulation-probability/i18n/nl.ts +3 -24
- package/src/tool/simulation-probability/i18n/pl.ts +3 -24
- package/src/tool/simulation-probability/i18n/pt.ts +3 -24
- package/src/tool/simulation-probability/i18n/ru.ts +3 -24
- package/src/tool/simulation-probability/i18n/sv.ts +3 -24
- package/src/tool/simulation-probability/i18n/tr.ts +3 -24
- package/src/tool/simulation-probability/i18n/zh.ts +3 -24
- package/src/tool/simulation-probability/seo.astro +2 -1
- package/src/types.ts +0 -2
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Lonjakan konstan selama pengoperasian microwave menunjukkan bahwa sinyal elektromagnetik "keluar" dan menjenuhkan udara, mencegah paket data WiFi tiba tepat waktu.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
47
|
-
bibliographyTitle: 'Bibliografi',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Disalin',
|
|
50
49
|
noHistory: 'Tidak ada riwayat',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Kebocoran Oven Microwave: Standar dan Keamanan - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Kompatibilitas Elektromagnetik Oven Microwave dan WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Sangkar Faraday dan Efektivitas Pelindung RF - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Picchi costanti durante il funzionamento del microonde suggeriscono che il segnale elettromagnetico stia "fuggendo" e saturando l\'aria, impedendo ai pacchetti di dati WiFi di arrivare in tempo.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Domande Frequenti',
|
|
47
|
-
bibliographyTitle: 'Bibliografia',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Copiato',
|
|
50
49
|
noHistory: 'Nessuna cronologia',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: '電子レンジの使用中に継続的なスパイクが発生する場合、電磁信号が「漏れ」て空気を飽和させ、WiFiのデータパケットが予定通りに届くのを妨げていることを示唆しています。',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'よくある質問',
|
|
47
|
-
bibliographyTitle: '参考文献',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'コピー済み',
|
|
50
49
|
noHistory: '履歴なし',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: '電子レンジの漏洩:規格と安全性 - 米国食品医薬品局 (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: '電子レンジとWLANの電磁両立性 - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'ファラデーケージとRFシールドの有効性 - NIST (米国国立標準技術研究所)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: '전자레인지 작동 중에 지속적인 급증이 발생한다면 전자기 신호가 외부로 "누설"되어 공기를 포화시키고 WiFi 데이터 패킷이 제시간에 도착하는 것을 방해하고 있음을 시사합니다.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: '자주 묻는 질문',
|
|
47
|
-
bibliographyTitle: '참고 문헌',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: '복사됨',
|
|
50
49
|
noHistory: '내역 없음',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: '전자레인지 누설: 표준 및 안전 - 미국 식품의약국 (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: '전자레인지와 WLAN의 전자기적 호환성 - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: '파라데이 케이지 및 RF 차폐 효율성 - NIST (미국 국립표준기술연구소)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Constante pieken tijdens het gebruik van de magnetron suggereren dat het elektromagnetische signaal "ontsnapt" en de lucht verzadigt, waardoor WiFi-datapakketten niet op tijd kunnen aankomen.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
47
|
-
bibliographyTitle: 'Bibliografie',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Gekopieerd',
|
|
50
49
|
noHistory: 'Geen geschiedenis',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Magnetron Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Ciągłe skoki podczas pracy mikrofalówki sugerują, że sygnał elektromagnetyczny "ucieka" i nasyca pasmo, uniemożliwiając pakietom danych WiFi dotarcie na czas.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Często Zadawane Pytania',
|
|
47
|
-
bibliographyTitle: 'Bibliografia',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Skopiowano',
|
|
50
49
|
noHistory: 'Brak historii',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Picos constantes durante o funcionamento do micro-ondas sugerem que o sinal eletromagnético está a "escapar" e a saturar o ar, impedindo que os pacotes de dados WiFi cheguem a tempo.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Perguntas Frequentes',
|
|
47
|
-
bibliographyTitle: 'Bibliografia',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Copiado',
|
|
50
49
|
noHistory: 'Sem histórico',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Постоянные скачки во время работы микроволновки говорят о том, что электромагнитный сигнал «утекает» наружу и насыщает эфир, не давая пакетам данных WiFi приходить вовремя.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
47
|
-
bibliographyTitle: 'Библиография',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Скопировано',
|
|
50
49
|
noHistory: 'История пуста',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Утечка микроволновых печей: стандарты и безопасность - FDA',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Электромагнитная совместимость микроволновых печей и WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Клетки Фарадея и эффективность РЧ-экранирования - NIST',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Ständiga spikar under mikrovågsugnens drift tyder på att den elektromagnetiska signalen "slipper ut" och mättar luften, vilket förhindrar att WiFi-datapaket kommer fram i tid.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Vanliga frågor',
|
|
47
|
-
bibliographyTitle: 'Bibliografi',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Kopierad',
|
|
50
49
|
noHistory: 'Ingen historik',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: 'Mikrodalga çalışırken sürekli sıçramalar olması, elektromanyetik sinyalin "kaçtığını" ve havayı doyurarak WiFi veri paketlerinin zamanında ulaşmasını engellediğini gösterir.',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
47
|
-
bibliographyTitle: 'Bibliyografya',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: 'Kopyalandı',
|
|
50
49
|
noHistory: 'Geçmiş yok',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: 'Electromagnetic Compatibility of Microwave Ovens and WLAN - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: 'Faraday Cages and RF Shielding Effectiveness - NIST (National Institute of Standards and Technology)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -37,14 +37,13 @@ const faq = [
|
|
|
37
37
|
answer: '微波炉运行期间持续出现的尖峰表明电磁信号正在“逃逸”并使空气饱和,导致 WiFi 数据包无法按时送达。',
|
|
38
38
|
},
|
|
39
39
|
];
|
|
40
|
+
import { bibliography } from '../bibliography';
|
|
40
41
|
import type { ToolLocaleContent } from '../../../types';
|
|
41
42
|
|
|
42
43
|
export const content: ToolLocaleContent = {
|
|
43
44
|
slug,
|
|
44
45
|
title,
|
|
45
46
|
description,
|
|
46
|
-
faqTitle: '常见问题',
|
|
47
|
-
bibliographyTitle: '参考文献',
|
|
48
47
|
ui: {
|
|
49
48
|
copied: '已复制',
|
|
50
49
|
noHistory: '暂无历史记录',
|
|
@@ -153,20 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
153
152
|
},
|
|
154
153
|
],
|
|
155
154
|
faq,
|
|
156
|
-
bibliography
|
|
157
|
-
{
|
|
158
|
-
name: '微波炉泄漏:标准与安全 - 美国食品药品监督管理局 (FDA)',
|
|
159
|
-
url: 'https://www.fda.gov/radiation-emitting-products/resources-you-radiation-emitting-products/microwave-oven-radiation',
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: '微波炉与 WLAN 的电磁兼容性 - IEEE Xplore',
|
|
163
|
-
url: 'https://ieeexplore.ieee.org/document/8444555',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
name: '法拉第笼与射频屏蔽效能 - 美国国家标准与技术研究院 (NIST)',
|
|
167
|
-
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
168
|
-
},
|
|
169
|
-
],
|
|
155
|
+
bibliography,
|
|
170
156
|
howTo,
|
|
171
157
|
|
|
172
158
|
schemas: [
|
|
@@ -202,3 +188,4 @@ export const content: ToolLocaleContent = {
|
|
|
202
188
|
},
|
|
203
189
|
],
|
|
204
190
|
};
|
|
191
|
+
|
|
@@ -36,11 +36,6 @@
|
|
|
36
36
|
max-width: 56rem;
|
|
37
37
|
margin: 0 auto;
|
|
38
38
|
padding: 1rem;
|
|
39
|
-
|
|
40
|
-
@media (min-width: 640px) {
|
|
41
|
-
padding: 2rem;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
39
|
position: relative;
|
|
45
40
|
}
|
|
46
41
|
|
|
@@ -132,11 +127,7 @@
|
|
|
132
127
|
box-shadow: 0 20px 25px -5px var(--microwave-panel-shadow);
|
|
133
128
|
overflow: hidden;
|
|
134
129
|
padding: 1.5rem;
|
|
135
|
-
position: relative
|
|
136
|
-
|
|
137
|
-
@media (min-width: 640px) {
|
|
138
|
-
padding: 2.5rem;
|
|
139
|
-
}
|
|
130
|
+
position: relative
|
|
140
131
|
}
|
|
141
132
|
|
|
142
133
|
.microwave-header {
|
|
@@ -226,11 +217,6 @@
|
|
|
226
217
|
|
|
227
218
|
.microwave-big-value {
|
|
228
219
|
font-size: 120px;
|
|
229
|
-
|
|
230
|
-
@media (min-width: 640px) {
|
|
231
|
-
font-size: 180px;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
220
|
font-weight: 900;
|
|
235
221
|
font-style: italic;
|
|
236
222
|
letter-spacing: -0.02em;
|
|
@@ -252,11 +238,6 @@
|
|
|
252
238
|
.microwave-jitter-value {
|
|
253
239
|
color: var(--microwave-primary);
|
|
254
240
|
font-size: 40px;
|
|
255
|
-
|
|
256
|
-
@media (min-width: 640px) {
|
|
257
|
-
font-size: 60px;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
241
|
font-weight: 900;
|
|
261
242
|
}
|
|
262
243
|
|
|
@@ -281,11 +262,6 @@
|
|
|
281
262
|
.microwave-content-grid {
|
|
282
263
|
display: grid;
|
|
283
264
|
grid-template-columns: 1fr;
|
|
284
|
-
|
|
285
|
-
@media (min-width: 768px) {
|
|
286
|
-
grid-template-columns: 1fr 1fr;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
265
|
gap: 2rem;
|
|
290
266
|
align-items: flex-end;
|
|
291
267
|
}
|
|
@@ -412,4 +388,25 @@
|
|
|
412
388
|
opacity: 1;
|
|
413
389
|
transform: scale(1);
|
|
414
390
|
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
@media (min-width: 640px) {
|
|
394
|
+
.microwave-detector-container {
|
|
395
|
+
padding: 2rem;
|
|
396
|
+
}
|
|
397
|
+
.microwave-detector-panel {
|
|
398
|
+
padding: 2.5rem;
|
|
399
|
+
}
|
|
400
|
+
.microwave-big-value {
|
|
401
|
+
font-size: 180px;
|
|
402
|
+
}
|
|
403
|
+
.microwave-jitter-value {
|
|
404
|
+
font-size: 60px;
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
@media (min-width: 768px) {
|
|
409
|
+
.microwave-content-grid {
|
|
410
|
+
grid-template-columns: 1fr 1fr;
|
|
411
|
+
}
|
|
415
412
|
}
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await microwaveDetector.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ sections: content.seo
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
|
|
|
11
11
|
const content = await simulationProbability.i18n[locale]?.();
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
{content && <Bibliography links={content.bibliography}
|
|
14
|
+
{content && <Bibliography links={content.bibliography} />}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Bostrom, N. (2003). Are You Living in a Computer Simulation? The Philosophical Quarterly, 53(211), 243-255.',
|
|
6
|
+
url: 'https://www.nickbostrom.com/sim.html',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Chalmers, D. J. (2005). The Matrix as Metaphysics. Science Fiction and Philosophy, 132-142.',
|
|
10
|
+
url: 'https://consc.net/papers/matrix.html',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'Gefter, A. (2014). The Man Who Tried to Redeem the World with Logic: The Life and Work of Kurt Gödel. Nautilus Magazine.',
|
|
14
|
+
url: 'https://nautil.us/articles/the-man-who-tried-to-redeem-the-world-with-logic',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: 'Tegmark, M. (2014). Our Mathematical Universe: My Quest for the Ultimate Nature of Reality. Knopf.',
|
|
18
|
+
url: 'https://space.mit.edu/home/tegmark/mathematical-universe.html',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: 'Tyson, N. deG. (2014). Welcome to the Universe: An Astrophysical Tour. Princeton University Press.',
|
|
22
|
+
url: 'https://www.haydenplanetarium.org/',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
@@ -41,14 +41,13 @@ const faq = [
|
|
|
41
41
|
answer: 'Das hängt von Ihren Überzeugungen über die Zukunft der Computertechnik ab. Niedrige Werte (100-1000) gehen von Ressourcenbeschränkungen aus. Hohe Werte (Millionen) setzen praktisch unbegrenzte Rechenleistung voraus. Die meisten wissenschaftlichen Diskussionen verwenden Werte zwischen 1000 und 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: 'Häufig gestellte Fragen',
|
|
51
|
-
bibliographyTitle: 'Bibliografie',
|
|
52
51
|
ui: {
|
|
53
52
|
copied: 'Kopiert',
|
|
54
53
|
noHistory: 'Kein Verlauf',
|
|
@@ -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
|
+
|