@jjlmoya/utils-science 1.10.0 → 1.11.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 +2 -1
- package/src/category/i18n/de.ts +96 -0
- package/src/category/i18n/id.ts +96 -0
- package/src/category/i18n/it.ts +96 -0
- package/src/category/i18n/ja.ts +96 -0
- package/src/category/i18n/ko.ts +96 -0
- package/src/category/i18n/nl.ts +96 -0
- package/src/category/i18n/pl.ts +96 -0
- package/src/category/i18n/pt.ts +96 -0
- package/src/category/i18n/ru.ts +96 -0
- package/src/category/i18n/sv.ts +96 -0
- package/src/category/i18n/tr.ts +96 -0
- package/src/category/i18n/zh.ts +96 -0
- package/src/category/index.ts +12 -0
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +1 -1
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tool/asteroid-impact/i18n/de.ts +194 -0
- package/src/tool/asteroid-impact/i18n/en.ts +75 -38
- package/src/tool/asteroid-impact/i18n/es.ts +75 -38
- package/src/tool/asteroid-impact/i18n/fr.ts +75 -38
- package/src/tool/asteroid-impact/i18n/id.ts +194 -0
- package/src/tool/asteroid-impact/i18n/it.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ja.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ko.ts +194 -0
- package/src/tool/asteroid-impact/i18n/nl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pl.ts +194 -0
- package/src/tool/asteroid-impact/i18n/pt.ts +194 -0
- package/src/tool/asteroid-impact/i18n/ru.ts +194 -0
- package/src/tool/asteroid-impact/i18n/sv.ts +194 -0
- package/src/tool/asteroid-impact/i18n/tr.ts +194 -0
- package/src/tool/asteroid-impact/i18n/zh.ts +194 -0
- package/src/tool/asteroid-impact/index.ts +13 -1
- package/src/tool/cellular-renewal/i18n/de.ts +207 -0
- package/src/tool/cellular-renewal/i18n/en.ts +83 -46
- package/src/tool/cellular-renewal/i18n/es.ts +83 -46
- package/src/tool/cellular-renewal/i18n/fr.ts +83 -46
- package/src/tool/cellular-renewal/i18n/id.ts +207 -0
- package/src/tool/cellular-renewal/i18n/it.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ja.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ko.ts +207 -0
- package/src/tool/cellular-renewal/i18n/nl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pl.ts +207 -0
- package/src/tool/cellular-renewal/i18n/pt.ts +207 -0
- package/src/tool/cellular-renewal/i18n/ru.ts +207 -0
- package/src/tool/cellular-renewal/i18n/sv.ts +207 -0
- package/src/tool/cellular-renewal/i18n/tr.ts +207 -0
- package/src/tool/cellular-renewal/i18n/zh.ts +207 -0
- package/src/tool/cellular-renewal/index.ts +13 -1
- package/src/tool/colony-counter/i18n/de.ts +185 -0
- package/src/tool/colony-counter/i18n/en.ts +69 -35
- package/src/tool/colony-counter/i18n/es.ts +69 -35
- package/src/tool/colony-counter/i18n/fr.ts +69 -35
- package/src/tool/colony-counter/i18n/id.ts +185 -0
- package/src/tool/colony-counter/i18n/it.ts +185 -0
- package/src/tool/colony-counter/i18n/ja.ts +185 -0
- package/src/tool/colony-counter/i18n/ko.ts +185 -0
- package/src/tool/colony-counter/i18n/nl.ts +185 -0
- package/src/tool/colony-counter/i18n/pl.ts +185 -0
- package/src/tool/colony-counter/i18n/pt.ts +185 -0
- package/src/tool/colony-counter/i18n/ru.ts +185 -0
- package/src/tool/colony-counter/i18n/sv.ts +185 -0
- package/src/tool/colony-counter/i18n/tr.ts +185 -0
- package/src/tool/colony-counter/i18n/zh.ts +185 -0
- package/src/tool/colony-counter/index.ts +12 -0
- package/src/tool/microwave-detector/i18n/de.ts +204 -0
- package/src/tool/microwave-detector/i18n/en.ts +75 -38
- package/src/tool/microwave-detector/i18n/es.ts +75 -38
- package/src/tool/microwave-detector/i18n/fr.ts +75 -38
- package/src/tool/microwave-detector/i18n/id.ts +204 -0
- package/src/tool/microwave-detector/i18n/it.ts +204 -0
- package/src/tool/microwave-detector/i18n/ja.ts +204 -0
- package/src/tool/microwave-detector/i18n/ko.ts +204 -0
- package/src/tool/microwave-detector/i18n/nl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pl.ts +204 -0
- package/src/tool/microwave-detector/i18n/pt.ts +204 -0
- package/src/tool/microwave-detector/i18n/ru.ts +204 -0
- package/src/tool/microwave-detector/i18n/sv.ts +204 -0
- package/src/tool/microwave-detector/i18n/tr.ts +204 -0
- package/src/tool/microwave-detector/i18n/zh.ts +204 -0
- package/src/tool/microwave-detector/index.ts +13 -1
- package/src/tool/simulation-probability/i18n/de.ts +226 -0
- package/src/tool/simulation-probability/i18n/en.ts +79 -42
- package/src/tool/simulation-probability/i18n/es.ts +79 -42
- package/src/tool/simulation-probability/i18n/fr.ts +79 -42
- package/src/tool/simulation-probability/i18n/id.ts +226 -0
- package/src/tool/simulation-probability/i18n/it.ts +226 -0
- package/src/tool/simulation-probability/i18n/ja.ts +226 -0
- package/src/tool/simulation-probability/i18n/ko.ts +226 -0
- package/src/tool/simulation-probability/i18n/nl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pl.ts +226 -0
- package/src/tool/simulation-probability/i18n/pt.ts +226 -0
- package/src/tool/simulation-probability/i18n/ru.ts +226 -0
- package/src/tool/simulation-probability/i18n/sv.ts +226 -0
- package/src/tool/simulation-probability/i18n/tr.ts +226 -0
- package/src/tool/simulation-probability/i18n/zh.ts +227 -0
- package/src/tool/simulation-probability/index.ts +13 -1
|
@@ -1,9 +1,48 @@
|
|
|
1
|
+
const slug = 'microwave-leak-detector';
|
|
2
|
+
const description = 'Analyze if your microwave is leaking radiation by measuring real-time interference on your WiFi network. A scientific safety tool.';
|
|
3
|
+
const title = 'Microwave Leak Detector: WiFi Interference Visualizer';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Connect to 2.4GHz WiFi network',
|
|
7
|
+
text: 'Ensure your mobile or laptop is NOT connected to the 5GHz band so that interference is measurable.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Start base latency test',
|
|
11
|
+
text: 'Press the start button with the microwave off to establish a stable connection baseline.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Turn on the microwave',
|
|
15
|
+
text: 'Heat a glass of water for 30-60 seconds and stand near the appliance with your device.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analyze real-time graph',
|
|
19
|
+
text: 'Observe if latency rises above 100-200ms or if packet loss occurs while the device is running.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'How can a website detect my microwave?',
|
|
25
|
+
answer: 'We don\'t use magic sensors, but network latency. Both 2.4GHz WiFi and microwave ovens operate at the same frequency (approx. 2450 MHz). If the microwave shielding fails, it generates "noise" that collides with the WiFi, drastically increasing latency (ping).',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Is it dangerous if my microwave leaks?',
|
|
29
|
+
answer: 'Small WiFi interference is normal and does not imply an immediate health risk, as power decays quickly with distance. However, a massive leak indicates poor sealing of the door or mesh, which should be checked for technical safety.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Why doesn\'t the test work with 5GHz WiFi?',
|
|
33
|
+
answer: 'Because 5GHz WiFi operates on a much higher frequency band than a microwave. For the test to be effective, your device must be connected to the router\'s 2.4GHz network.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'What do the latency spikes on the graph mean?',
|
|
37
|
+
answer: 'Constant spikes during microwave operation suggest that the electromagnetic signal is "escaping" and saturating the air, preventing WiFi data packets from arriving on time.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
1
40
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
41
|
|
|
3
42
|
export const content: ToolLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
7
46
|
faqTitle: 'Frequently Asked Questions',
|
|
8
47
|
bibliographyTitle: 'Bibliography',
|
|
9
48
|
ui: {
|
|
@@ -113,24 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
152
|
],
|
|
114
153
|
},
|
|
115
154
|
],
|
|
116
|
-
faq
|
|
117
|
-
{
|
|
118
|
-
question: 'How can a website detect my microwave?',
|
|
119
|
-
answer: 'We don\'t use magic sensors, but network latency. Both 2.4GHz WiFi and microwave ovens operate at the same frequency (approx. 2450 MHz). If the microwave shielding fails, it generates "noise" that collides with the WiFi, drastically increasing latency (ping).',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
question: 'Is it dangerous if my microwave leaks?',
|
|
123
|
-
answer: 'Small WiFi interference is normal and does not imply an immediate health risk, as power decays quickly with distance. However, a massive leak indicates poor sealing of the door or mesh, which should be checked for technical safety.',
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
question: 'Why doesn\'t the test work with 5GHz WiFi?',
|
|
127
|
-
answer: 'Because 5GHz WiFi operates on a much higher frequency band than a microwave. For the test to be effective, your device must be connected to the router\'s 2.4GHz network.',
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
question: 'What do the latency spikes on the graph mean?',
|
|
131
|
-
answer: 'Constant spikes during microwave operation suggest that the electromagnetic signal is "escaping" and saturating the air, preventing WiFi data packets from arriving on time.',
|
|
132
|
-
},
|
|
133
|
-
],
|
|
155
|
+
faq,
|
|
134
156
|
bibliography: [
|
|
135
157
|
{
|
|
136
158
|
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
@@ -145,23 +167,38 @@ export const content: ToolLocaleContent = {
|
|
|
145
167
|
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
146
168
|
},
|
|
147
169
|
],
|
|
148
|
-
howTo
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
name:
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
164
202
|
},
|
|
165
203
|
],
|
|
166
|
-
schemas: [],
|
|
167
204
|
};
|
|
@@ -1,9 +1,48 @@
|
|
|
1
|
+
const slug = 'detector-microondas';
|
|
2
|
+
const description = 'Analiza si tu microondas pierde radiación midiendo la interferencia en tiempo real sobre tu red WiFi. Herramienta científica de seguridad.';
|
|
3
|
+
const title = 'Detector de Fugas de Microondas: Visualizador de Interferencias WiFi';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Conectar a red WiFi de 2.4GHz',
|
|
7
|
+
text: 'Asegúrate de que tu móvil o portátil NO esté conectado a la banda de 5GHz para que la interferencia sea medible.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Iniciar el test de latencia base',
|
|
11
|
+
text: 'Pulsa el botón de inicio con el microondas apagado para establecer una línea base de conexión estable.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Encender el microondas',
|
|
15
|
+
text: 'Pon a calentar un vaso de agua durante 30-60 segundos y sitúate cerca del electrodoméstico con tu dispositivo.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analizar el gráfico en tiempo real',
|
|
19
|
+
text: 'Observa si la latencia sube por encima de los 100-200ms o si se producen pérdidas de paquetes mientras el aparato está en funcionamiento.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: '¿Cómo puede una web detectar mi microondas?',
|
|
25
|
+
answer: 'No usamos sensores mágicos, sino la latencia de red. Tanto el WiFi de 2.4GHz como los hornos microondas operan en la misma frecuencia (aprox. 2450 MHz). Si el blindaje del microondas falla, genera "ruido" que colisiona con el WiFi, aumentando drásticamente la latencia (ping).',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: '¿Es peligroso que mi microondas sufra fugas?',
|
|
29
|
+
answer: 'Una pequeña interferencia en el WiFi es normal y no implica un riesgo inmediato para la salud, ya que la potencia decae rápido con la distancia. Sin embargo, una fuga masiva indica un mal sellado de la puerta o de la rejilla, lo cual debería revisarse por seguridad técnica.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: '¿Por qué el test no funciona con WiFi de 5GHz?',
|
|
33
|
+
answer: 'Porque el WiFi de 5GHz opera en una banda de frecuencia mucho más alta que un microondas. Para que el test sea efectivo, tu dispositivo debe estar conectado a la red de 2.4GHz del router.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: '¿Qué significan los picos de latencia en el gráfico?',
|
|
37
|
+
answer: 'Los picos constantes durante el funcionamiento del microondas sugieren que la señal electromagnética está "escapando" y saturando el aire, impidiendo que los paquetes de datos WiFi lleguen a tiempo.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
1
40
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
41
|
|
|
3
42
|
export const content: ToolLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
7
46
|
faqTitle: 'Preguntas Frecuentes',
|
|
8
47
|
bibliographyTitle: 'Bibliografía',
|
|
9
48
|
ui: {
|
|
@@ -113,24 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
152
|
],
|
|
114
153
|
},
|
|
115
154
|
],
|
|
116
|
-
faq
|
|
117
|
-
{
|
|
118
|
-
question: '¿Cómo puede una web detectar mi microondas?',
|
|
119
|
-
answer: 'No usamos sensores mágicos, sino la latencia de red. Tanto el WiFi de 2.4GHz como los hornos microondas operan en la misma frecuencia (aprox. 2450 MHz). Si el blindaje del microondas falla, genera "ruido" que colisiona con el WiFi, aumentando drásticamente la latencia (ping).',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
question: '¿Es peligroso que mi microondas sufra fugas?',
|
|
123
|
-
answer: 'Una pequeña interferencia en el WiFi es normal y no implica un riesgo inmediato para la salud, ya que la potencia decae rápido con la distancia. Sin embargo, una fuga masiva indica un mal sellado de la puerta o de la rejilla, lo cual debería revisarse por seguridad técnica.',
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
question: '¿Por qué el test no funciona con WiFi de 5GHz?',
|
|
127
|
-
answer: 'Porque el WiFi de 5GHz opera en una banda de frecuencia mucho más alta que un microondas. Para que el test sea efectivo, tu dispositivo debe estar conectado a la red de 2.4GHz del router.',
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
question: '¿Qué significan los picos de latencia en el gráfico?',
|
|
131
|
-
answer: 'Los picos constantes durante el funcionamiento del microondas sugieren que la señal electromagnética está "escapando" y saturando el aire, impidiendo que los paquetes de datos WiFi lleguen a tiempo.',
|
|
132
|
-
},
|
|
133
|
-
],
|
|
155
|
+
faq,
|
|
134
156
|
bibliography: [
|
|
135
157
|
{
|
|
136
158
|
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
@@ -145,23 +167,38 @@ export const content: ToolLocaleContent = {
|
|
|
145
167
|
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
146
168
|
},
|
|
147
169
|
],
|
|
148
|
-
howTo
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
name:
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
164
202
|
},
|
|
165
203
|
],
|
|
166
|
-
schemas: [],
|
|
167
204
|
};
|
|
@@ -1,9 +1,48 @@
|
|
|
1
|
+
const description = 'Analysez si votre micro-ondes perd des radiations en mesurant l\'interférence en temps réel sur votre réseau WiFi. Outil de sécurité scientifique.';
|
|
2
|
+
const title = 'Détecteur de Fuites Micro ondes : Visualiseur d\'Interférences WiFi';
|
|
3
|
+
const slug = 'detecteur-fuites-micro-ondes';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Se connecter au réseau WiFi 2,4 GHz',
|
|
7
|
+
text: 'Assurez-vous que votre mobile ou portable n\'est PAS connecté à la bande 5 GHz pour que l\'interférence soit mesurable.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Lancer le test de latence de base',
|
|
11
|
+
text: 'Appuyez sur le bouton de démarrage avec le micro-ondes éteint pour établir une ligne de base de connexion stable.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Allumer le micro-ondes',
|
|
15
|
+
text: 'Faites chauffer un verre d\'eau pendant 30 à 60 secondes et placez-vous près de l\'appareil avec votre smartphone.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analyser le graphique en temps réel',
|
|
19
|
+
text: 'Observez si la latence monte au-dessus de 100-200 ms ou si des pertes de paquets se produisent pendant que l\'appareil fonctionne.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Comment un site web peut-il détecter mon micro-ondes ?',
|
|
25
|
+
answer: 'Nous n\'utilisons pas de capteurs magiques, mais la latence du réseau. Le WiFi 2,4 GHz et les fours à micro-ondes fonctionnent sur la même fréquence (env. 2450 MHz). Si le blindage du micro-ondes échoue, il génère du "bruit" qui entre en collision avec le WiFi, augmentant considérablement la latence (ping).',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Est-il dangereux que mon micro-ondes ait des fuites ?',
|
|
29
|
+
answer: 'Une petite interférence sur le WiFi est normale et n\'implique pas de risque immédiat pour la santé, car la puissance décroît rapidement avec la distance. Cependant, une fuite massive indique une mauvaise étanchéité de la porte ou de la grille, ce qui devrait être vérifié pour des raisons de sécurité technique.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Pourquoi le test ne fonctionne-t-il pas avec le WiFi 5 GHz ?',
|
|
33
|
+
answer: 'Parce que le WiFi 5 GHz fonctionne sur une bande de fréquence beaucoup plus élevée qu\'un micro-ondes. Pour que le test soit efficace, votre appareil doit être connecté au réseau 2,4 GHz du routeur.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Que signifient les pics de latence sur le graphique ?',
|
|
37
|
+
answer: 'Des pics constants pendant le fonctionnement du micro-ondes suggèrent que le signal électromagnétique "s\'échappe" et sature l\'air, empêchant les paquets de données WiFi d\'arriver à temps.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
1
40
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
41
|
|
|
3
42
|
export const content: ToolLocaleContent = {
|
|
4
|
-
slug
|
|
5
|
-
title
|
|
6
|
-
description
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
7
46
|
faqTitle: 'Questions Fréquemment Posées',
|
|
8
47
|
bibliographyTitle: 'Bibliographie',
|
|
9
48
|
ui: {
|
|
@@ -113,24 +152,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
152
|
],
|
|
114
153
|
},
|
|
115
154
|
],
|
|
116
|
-
faq
|
|
117
|
-
{
|
|
118
|
-
question: 'Comment un site web peut-il détecter mon micro-ondes ?',
|
|
119
|
-
answer: 'Nous n\'utilisons pas de capteurs magiques, mais la latence du réseau. Le WiFi 2,4 GHz et les fours à micro-ondes fonctionnent sur la même fréquence (env. 2450 MHz). Si le blindage du micro-ondes échoue, il génère du "bruit" qui entre en collision avec le WiFi, augmentant considérablement la latence (ping).',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
question: 'Est-il dangereux que mon micro-ondes ait des fuites ?',
|
|
123
|
-
answer: 'Une petite interférence sur le WiFi est normale et n\'implique pas de risque immédiat pour la santé, car la puissance décroît rapidement avec la distance. Cependant, une fuite massive indique une mauvaise étanchéité de la porte ou de la grille, ce qui devrait être vérifié pour des raisons de sécurité technique.',
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
question: 'Pourquoi le test ne fonctionne-t-il pas avec le WiFi 5 GHz ?',
|
|
127
|
-
answer: 'Parce que le WiFi 5 GHz fonctionne sur une bande de fréquence beaucoup plus élevée qu\'un micro-ondes. Pour que le test soit efficace, votre appareil doit être connecté au réseau 2,4 GHz du routeur.',
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
question: 'Que signifient les pics de latence sur le graphique ?',
|
|
131
|
-
answer: 'Des pics constants pendant le fonctionnement du micro-ondes suggèrent que le signal électromagnétique "s\'échappe" et sature l\'air, empêchant les paquets de données WiFi d\'arriver à temps.',
|
|
132
|
-
},
|
|
133
|
-
],
|
|
155
|
+
faq,
|
|
134
156
|
bibliography: [
|
|
135
157
|
{
|
|
136
158
|
name: 'Microwave Oven Leakage: Standards and Safety - Food and Drug Administration (FDA)',
|
|
@@ -145,23 +167,38 @@ export const content: ToolLocaleContent = {
|
|
|
145
167
|
url: 'https://www.nist.gov/topics/electromagnetic-fields',
|
|
146
168
|
},
|
|
147
169
|
],
|
|
148
|
-
howTo
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
name:
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
164
202
|
},
|
|
165
203
|
],
|
|
166
|
-
schemas: [],
|
|
167
204
|
};
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
const slug = 'detektor-kebocoran-microwave';
|
|
2
|
+
const description = 'Analisis apakah microwave Anda membocorkan radiasi dengan mengukur interferensi waktu nyata pada jaringan WiFi Anda. Alat keselamatan ilmiah.';
|
|
3
|
+
const title = 'Detektor Kebocoran Microwave: Visualisator Interferensi WiFi';
|
|
4
|
+
const howTo = [
|
|
5
|
+
{
|
|
6
|
+
name: 'Hubungkan ke jaringan WiFi 2,4GHz',
|
|
7
|
+
text: 'Pastikan ponsel atau laptop Anda TIDAK terhubung ke pita 5GHz sehingga interferensi dapat diukur.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
name: 'Mulai tes latensi dasar',
|
|
11
|
+
text: 'Tekan tombol mulai dengan microwave mati untuk menetapkan garis dasar koneksi yang stabil.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'Nyalakan microwave',
|
|
15
|
+
text: 'Panaskan segelas air selama 30-60 detik dan berdirilah di dekat peralatan dengan perangkat Anda.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: 'Analisis grafik waktu nyata',
|
|
19
|
+
text: 'Amati apakah latensi naik di atas 100-200ms atau jika paket hilang terjadi saat perangkat sedang berjalan.',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
const faq = [
|
|
23
|
+
{
|
|
24
|
+
question: 'Bagaimana sebuah website bisa mendeteksi microwave saya?',
|
|
25
|
+
answer: 'Kami tidak menggunakan sensor ajaib, tetapi latensi jaringan. Baik WiFi 2,4GHz maupun oven microwave beroperasi pada frekuensi yang sama (sekitar 2450 MHz). Jika pelindung microwave gagal, ia menghasilkan "noise" yang bertabrakan dengan WiFi, secara drastis meningkatkan latensi (ping).',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Apakah berbahaya jika microwave saya bocor?',
|
|
29
|
+
answer: 'Interferensi WiFi kecil adalah normal dan tidak menyiratkan risiko kesehatan segera, karena daya meluruh dengan cepat seiring jarak. Namun, kebocoran masif menunjukkan penyegelan pintu atau jaring yang buruk, yang harus diperiksa untuk keamanan teknis.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Mengapa tes tidak berfungsi dengan WiFi 5GHz?',
|
|
33
|
+
answer: 'Karena WiFi 5GHz beroperasi pada pita frekuensi yang jauh lebih tinggi daripada microwave. Agar tes efektif, perangkat Anda harus terhubung ke jaringan 2,4GHz router.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
question: 'Apa arti lonjakan latensi pada grafik?',
|
|
37
|
+
answer: 'Lonjakan konstan selama pengoperasian microwave menunjukkan bahwa sinyal elektromagnetik "keluar" dan menjenuhkan udara, mencegah paket data WiFi tiba tepat waktu.',
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
47
|
+
bibliographyTitle: 'Bibliografi',
|
|
48
|
+
ui: {
|
|
49
|
+
copied: 'Disalin',
|
|
50
|
+
noHistory: 'Tidak ada riwayat',
|
|
51
|
+
load: 'Muat',
|
|
52
|
+
delete: 'Hapus',
|
|
53
|
+
microwaveDetection: 'Deteksi Microwave',
|
|
54
|
+
shieldingAnalysis: 'Analisis Pelindung',
|
|
55
|
+
startTest: 'Mulai Tes',
|
|
56
|
+
stopTest: 'Hentikan Tes',
|
|
57
|
+
waitingForStart: 'Menunggu untuk memulai...',
|
|
58
|
+
detectingInterference: 'Mendeteksi interferensi...',
|
|
59
|
+
baseLevel: 'Level Dasar',
|
|
60
|
+
activeLevel: 'Level Aktif',
|
|
61
|
+
leakProbability: 'Probabilitas Kebocoran',
|
|
62
|
+
lowLeak: 'Rendah',
|
|
63
|
+
mediumLeak: 'Sedang',
|
|
64
|
+
highLeak: 'Tinggi',
|
|
65
|
+
pingLabel: 'Latensi (ms)',
|
|
66
|
+
packetLossLabel: 'Paket Hilang (%)',
|
|
67
|
+
rfInterferenceMonitor: 'Monitor Interferensi RF',
|
|
68
|
+
mwLeakDetector: 'MW LEAK DETECTOR v2.0',
|
|
69
|
+
jitterUnit: 'ms / jitter',
|
|
70
|
+
systemReady: 'Sistem Siap',
|
|
71
|
+
physicalRequirement: 'Persyaratan Fisik',
|
|
72
|
+
physicalDesc: 'Detektor ini menggunakan interferensi pada pita 2,4GHz (frekuensi microwave). Agar berfungsi dengan baik, pastikan Anda terhubung ke jaringan WiFi 2,4GHz (bukan 5GHz/6GHz) atau gunakan ponsel Anda di dekat perangkat.',
|
|
73
|
+
understandStart: 'Mengerti, Mulai Pemindaian',
|
|
74
|
+
rfInterferenceTitle: 'Monitor Interferensi',
|
|
75
|
+
connectToAnalyze: 'Hubungkan untuk memulai analisis interferensi termal.',
|
|
76
|
+
audioFeedback: 'Umpan Balik Audio',
|
|
77
|
+
muteUnmute: 'MUTE / UNMUTE',
|
|
78
|
+
static: 'Statis',
|
|
79
|
+
},
|
|
80
|
+
seo: [
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'FISIKA GELOMBANG: Apakah Microwave Anda Benar-benar Membocorkan Radiasi?',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'Microwave adalah peralatan yang paling disalahpahami di dapur modern. Dibenci oleh kaum murni dan dicintai oleh kaum pragmatis, ia menyembunyikan pertempuran konstan antara energi yang terkandung dan dunia luar.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Dari sudut pandang fisika murni, oven microwave adalah <strong>resonator rongga</strong> yang dirancang untuk membombardir molekul air dengan radiasi elektromagnetik pada frekuensi yang sangat spesifik: <strong>2,45 GHz</strong>. Frekuensi ini tidak sembarangan; diperlukan untuk menyebabkan osilasi dipol partikel air, menghasilkan panas melalui gesekan. Masalahnya adalah ini adalah frekuensi yang sama persis dengan yang digunakan oleh standar WiFi 802.11b/g/n.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'title',
|
|
96
|
+
text: 'Interferensi Elektromagnetik (EMI)',
|
|
97
|
+
level: 3,
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'Setiap perangkat WiFi yang beroperasi di pita 2,4GHz bersaing untuk "udara" yang sama dengan microwave Anda. Dalam oven yang sempurna, <strong>Sangkar Faraday</strong> (jaring logam yang Anda lihat di pintu dan dinding dalam) harus mengandung 100% energi.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Namun, tidak ada sangkar yang sempurna dalam jangka panjang. Segel pintu, kait magnetik, dan keausan logam dapat memungkinkan sejumlah kecil energi keluar. Meskipun level ini biasanya jauh di bawah batas aman bagi manusia, mereka <strong>sangat besar</strong> bagi kartu jaringan WiFi, menyebabkan latensi, paket hilang, dan "jitter" karakteristik yang diukur oleh alat kami.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'title',
|
|
109
|
+
text: 'Tes Sangkar Faraday Buatan Sendiri',
|
|
110
|
+
level: 3,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: 'Ada cara analog yang sangat sederhana untuk memeriksa kondisi dasar pelindung oven Anda, meskipun kurang akurat dibandingkan pengukuran jitter digital kami:',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
type: 'list',
|
|
118
|
+
items: [
|
|
119
|
+
'<strong>Langkah 1 - Telepon:</strong> Letakkan ponsel Anda di dalam microwave (<strong>DALAM KEADAAN APA PUN JANGAN NYALAKAN OVEN!</strong> Cukup tutup pintunya).',
|
|
120
|
+
'<strong>Langkah 2 - Panggilan:</strong> Coba panggil ponsel tersebut dari perangkat lain. Jika ponsel berdering, sangkar Faraday rusak atau tidak selaras untuk frekuensi seluler. Jika memberikan "di luar jangkauan," pelindung berfungsi dengan benar.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'title',
|
|
125
|
+
text: 'Mitos vs Realitas Ilmiah',
|
|
126
|
+
level: 3,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'list',
|
|
130
|
+
items: [
|
|
131
|
+
'<strong>"Microwave mengubah struktur molekul air"</strong> - SALAH. Radiasi microwave bersifat <em>non-ionisasi</em>. Ia tidak memiliki cukup energi untuk memutus ikatan kimia atau mengubah DNA. Ia hanya menggetarkan molekul air, meningkatkan energi kinetiknya (suhu).',
|
|
132
|
+
'<strong>"Radiasi menumpuk di makanan"</strong> - SALAH. Microwave seperti cahaya: begitu Anda mematikan saklar, mereka hilang. Makanan panas tidak memancarkan radiasi microwave, hanya radiasi inframerah (panas) seperti api unggun atau wajan.',
|
|
133
|
+
'<strong>"Menonton piring berputar merusak mata Anda"</strong> - SEBAGIAN BENAR. Kaca pintu dirancang dengan jaring yang memblokir panjang gelombang 2,45GHz. Namun, jika jaring tersebut rusak, kaca tidak akan menghentikan microwave. Lensa mata sangat sensitif terhadap panas dan memiliki sirkulasi darah yang buruk, sehingga paparan langsung yang lama (di dekat kebocoran) dapat menyebabkan katarak termal.',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'title',
|
|
138
|
+
text: 'Bagaimana detektor digital ini bekerja?',
|
|
139
|
+
level: 3,
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: 'Alat kami tidak mengukur radiasi secara langsung (smartphone tidak memiliki sensor untuk ini), tetapi mengukur <strong>gejala utama</strong>. Ketika molekul radiasi 2,45GHz keluar dari oven, ia "bertabrakan" dengan sinyal WiFi perangkat Anda. Ini menyebabkan:',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
items: [
|
|
148
|
+
'<strong>Retransmisi Paket:</strong> Router mendeteksi bahwa pesan tiba dalam keadaan rusak dan harus mengirimnya kembali, sehingga meningkatkan latensi.',
|
|
149
|
+
'<strong>Variasi Jitter:</strong> Ini adalah ukuran ketidakstabilan dalam waktu respons. Jitter yang tinggi adalah tanda yang jelas dari interferensi eksternal yang masif.',
|
|
150
|
+
'<strong>Penurunan Performa:</strong> Kecepatan transfer anjlok karena saturasi spektrum radio.',
|
|
151
|
+
'<strong>Noise Latar Belakang:</strong> Microwave menyuntikkan noise yang menaikkan "noise floor," sehingga menyulitkan perangkat untuk membedakan antara data nyata dan kekacauan radioaktif.',
|
|
152
|
+
],
|
|
153
|
+
},
|
|
154
|
+
],
|
|
155
|
+
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
|
+
],
|
|
170
|
+
howTo,
|
|
171
|
+
|
|
172
|
+
schemas: [
|
|
173
|
+
{
|
|
174
|
+
'@context': 'https://schema.org',
|
|
175
|
+
'@type': 'SoftwareApplication',
|
|
176
|
+
name: title,
|
|
177
|
+
description: description,
|
|
178
|
+
applicationCategory: 'ScientificApplication',
|
|
179
|
+
operatingSystem: 'Any',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
'@context': 'https://schema.org',
|
|
183
|
+
'@type': 'FAQPage',
|
|
184
|
+
mainEntity: faq.map((item) => ({
|
|
185
|
+
'@type': 'Question',
|
|
186
|
+
name: item.question,
|
|
187
|
+
acceptedAnswer: {
|
|
188
|
+
'@type': 'Answer',
|
|
189
|
+
text: item.answer,
|
|
190
|
+
},
|
|
191
|
+
})),
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
'@context': 'https://schema.org',
|
|
195
|
+
'@type': 'HowTo',
|
|
196
|
+
name: title,
|
|
197
|
+
step: howTo.map((step) => ({
|
|
198
|
+
'@type': 'HowToStep',
|
|
199
|
+
name: step.name,
|
|
200
|
+
text: step.text,
|
|
201
|
+
})),
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
};
|