@jjlmoya/utils-hardware 1.15.0 → 1.17.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/category/i18n/ru.ts +5 -5
- package/src/category/index.ts +3 -1
- package/src/entries.ts +7 -1
- package/src/index.ts +2 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +7 -21
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/batteryHealthEstimator/bibliography.ts +13 -0
- package/src/tool/batteryHealthEstimator/i18n/de.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/en.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/es.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/fr.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/id.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/it.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/ja.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/ko.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/nl.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/pl.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/pt.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/ru.ts +7 -17
- package/src/tool/batteryHealthEstimator/i18n/sv.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/tr.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/zh.ts +3 -13
- package/src/tool/batteryHealthEstimator/seo.astro +3 -2
- package/src/tool/colorAccuracyTest/bibliography.astro +14 -0
- package/src/tool/colorAccuracyTest/bibliography.ts +16 -0
- package/src/tool/colorAccuracyTest/color-accuracy-test.css +728 -0
- package/src/tool/colorAccuracyTest/component.astro +157 -0
- package/src/tool/colorAccuracyTest/entry.ts +29 -0
- package/src/tool/colorAccuracyTest/i18n/de.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/en.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/es.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/fr.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/id.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/it.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ja.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ko.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/nl.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/pl.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/pt.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ru.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/sv.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/tr.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/zh.ts +284 -0
- package/src/tool/colorAccuracyTest/index.ts +9 -0
- package/src/tool/colorAccuracyTest/logic.ts +226 -0
- package/src/tool/colorAccuracyTest/seo.astro +15 -0
- package/src/tool/colorAccuracyTest/ui.ts +27 -0
- package/src/tool/deadPixelTest/bibliography.ts +13 -0
- package/src/tool/deadPixelTest/i18n/de.ts +2 -12
- package/src/tool/deadPixelTest/i18n/en.ts +2 -12
- package/src/tool/deadPixelTest/i18n/es.ts +2 -12
- package/src/tool/deadPixelTest/i18n/fr.ts +2 -12
- package/src/tool/deadPixelTest/i18n/id.ts +2 -12
- package/src/tool/deadPixelTest/i18n/it.ts +2 -12
- package/src/tool/deadPixelTest/i18n/ja.ts +2 -12
- package/src/tool/deadPixelTest/i18n/ko.ts +2 -12
- package/src/tool/deadPixelTest/i18n/nl.ts +2 -12
- package/src/tool/deadPixelTest/i18n/pl.ts +2 -12
- package/src/tool/deadPixelTest/i18n/pt.ts +2 -12
- package/src/tool/deadPixelTest/i18n/ru.ts +2 -12
- package/src/tool/deadPixelTest/i18n/sv.ts +2 -12
- package/src/tool/deadPixelTest/i18n/tr.ts +2 -12
- package/src/tool/deadPixelTest/i18n/zh.ts +2 -12
- package/src/tool/deadPixelTest/seo.astro +3 -2
- package/src/tool/gamepadTest/bibliography.ts +12 -0
- package/src/tool/gamepadTest/i18n/de.ts +2 -12
- package/src/tool/gamepadTest/i18n/en.ts +2 -12
- package/src/tool/gamepadTest/i18n/es.ts +2 -12
- package/src/tool/gamepadTest/i18n/fr.ts +2 -12
- package/src/tool/gamepadTest/i18n/id.ts +2 -12
- package/src/tool/gamepadTest/i18n/it.ts +2 -12
- package/src/tool/gamepadTest/i18n/ja.ts +2 -12
- package/src/tool/gamepadTest/i18n/ko.ts +2 -12
- package/src/tool/gamepadTest/i18n/nl.ts +2 -12
- package/src/tool/gamepadTest/i18n/pl.ts +2 -12
- package/src/tool/gamepadTest/i18n/pt.ts +2 -12
- package/src/tool/gamepadTest/i18n/ru.ts +3 -13
- package/src/tool/gamepadTest/i18n/sv.ts +2 -12
- package/src/tool/gamepadTest/i18n/tr.ts +2 -12
- package/src/tool/gamepadTest/i18n/zh.ts +2 -12
- package/src/tool/gamepadTest/seo.astro +3 -2
- package/src/tool/gamepadVibrationTester/bibliography.ts +13 -0
- package/src/tool/gamepadVibrationTester/i18n/de.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/en.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/es.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/fr.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/id.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/it.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/ja.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/ko.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/nl.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/pl.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/pt.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/ru.ts +5 -15
- package/src/tool/gamepadVibrationTester/i18n/sv.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/tr.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/zh.ts +2 -12
- package/src/tool/gamepadVibrationTester/seo.astro +3 -2
- package/src/tool/keyboardTest/bibliography.ts +13 -0
- package/src/tool/keyboardTest/i18n/de.ts +2 -12
- package/src/tool/keyboardTest/i18n/en.ts +2 -12
- package/src/tool/keyboardTest/i18n/es.ts +2 -12
- package/src/tool/keyboardTest/i18n/fr.ts +2 -12
- package/src/tool/keyboardTest/i18n/id.ts +2 -12
- package/src/tool/keyboardTest/i18n/it.ts +2 -12
- package/src/tool/keyboardTest/i18n/ja.ts +2 -12
- package/src/tool/keyboardTest/i18n/ko.ts +2 -12
- package/src/tool/keyboardTest/i18n/nl.ts +2 -12
- package/src/tool/keyboardTest/i18n/pl.ts +2 -12
- package/src/tool/keyboardTest/i18n/pt.ts +2 -12
- package/src/tool/keyboardTest/i18n/ru.ts +2 -12
- package/src/tool/keyboardTest/i18n/sv.ts +2 -12
- package/src/tool/keyboardTest/i18n/tr.ts +2 -12
- package/src/tool/keyboardTest/i18n/zh.ts +2 -12
- package/src/tool/keyboardTest/seo.astro +3 -2
- package/src/tool/mousePollingTest/bibliography.ts +13 -0
- package/src/tool/mousePollingTest/i18n/de.ts +3 -13
- package/src/tool/mousePollingTest/i18n/en.ts +3 -13
- package/src/tool/mousePollingTest/i18n/es.ts +3 -13
- package/src/tool/mousePollingTest/i18n/fr.ts +3 -13
- package/src/tool/mousePollingTest/i18n/id.ts +3 -13
- package/src/tool/mousePollingTest/i18n/it.ts +3 -13
- package/src/tool/mousePollingTest/i18n/ja.ts +3 -13
- package/src/tool/mousePollingTest/i18n/ko.ts +3 -13
- package/src/tool/mousePollingTest/i18n/nl.ts +3 -13
- package/src/tool/mousePollingTest/i18n/pl.ts +3 -13
- package/src/tool/mousePollingTest/i18n/pt.ts +3 -13
- package/src/tool/mousePollingTest/i18n/ru.ts +5 -15
- package/src/tool/mousePollingTest/i18n/sv.ts +3 -13
- package/src/tool/mousePollingTest/i18n/tr.ts +3 -13
- package/src/tool/mousePollingTest/i18n/zh.ts +3 -13
- package/src/tool/mousePollingTest/seo.astro +3 -2
- package/src/tool/refreshRateDetector/bibliography.astro +14 -0
- package/src/tool/refreshRateDetector/bibliography.ts +12 -0
- package/src/tool/refreshRateDetector/component.astro +206 -0
- package/src/tool/refreshRateDetector/entry.ts +29 -0
- package/src/tool/refreshRateDetector/i18n/de.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/en.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/es.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/fr.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/id.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/it.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/ja.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/ko.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/nl.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/pl.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/pt.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/ru.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/sv.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/tr.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/zh.ts +196 -0
- package/src/tool/refreshRateDetector/index.ts +11 -0
- package/src/tool/refreshRateDetector/monitor-refresh-rate-detector.css +342 -0
- package/src/tool/refreshRateDetector/seo.astro +15 -0
- package/src/tool/refreshRateDetector/ui.ts +24 -0
- package/src/tool/toneGenerator/bibliography.ts +13 -0
- package/src/tool/toneGenerator/i18n/de.ts +3 -13
- package/src/tool/toneGenerator/i18n/en.ts +3 -13
- package/src/tool/toneGenerator/i18n/es.ts +2 -12
- package/src/tool/toneGenerator/i18n/fr.ts +3 -13
- package/src/tool/toneGenerator/i18n/id.ts +3 -13
- package/src/tool/toneGenerator/i18n/it.ts +3 -13
- package/src/tool/toneGenerator/i18n/ja.ts +2 -12
- package/src/tool/toneGenerator/i18n/ko.ts +2 -12
- package/src/tool/toneGenerator/i18n/nl.ts +3 -13
- package/src/tool/toneGenerator/i18n/pl.ts +3 -13
- package/src/tool/toneGenerator/i18n/pt.ts +3 -13
- package/src/tool/toneGenerator/i18n/ru.ts +6 -16
- package/src/tool/toneGenerator/i18n/sv.ts +3 -13
- package/src/tool/toneGenerator/i18n/tr.ts +2 -12
- package/src/tool/toneGenerator/i18n/zh.ts +2 -12
- package/src/tool/toneGenerator/seo.astro +3 -2
- package/src/tools.ts +3 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'lithium-batterij-gezondheidscalculator';
|
|
6
7
|
const title = 'Lithium Batterij Gezondheidscalculator';
|
|
@@ -87,21 +88,10 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: 'Referenties',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: 'De chemie van tijd: waarom lithiumbatterijen doodgaan', level: 2 },
|
|
107
97
|
{
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: 'Vermijd het langdurig op 100% lading (4,2 V) houden van de batterij.',
|
|
154
144
|
recVoltageLow: 'Vermijd diepe ontladingen; cycli tussen 20% en 80% verdubbelen de levensduur van de batterij.',
|
|
155
145
|
recSohLow: 'De capaciteit is onder de optimale standaard gezakt. Overweeg vervanging als de autonomie onvoldoende is.',
|
|
156
|
-
recDefault: 'Houd uw huidige gewoonten aan
|
|
146
|
+
recDefault: 'Houd uw huidige gewoonten aan -uw batterij bevindt zich in een ideaal werkingsbereik.',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-stanu-baterii-litowej';
|
|
6
7
|
const title = 'Kalkulator Stanu Baterii Litowej';
|
|
@@ -87,21 +88,10 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: 'Często Zadawane Pytania',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: 'Referencje',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: 'Chemia czasu: dlaczego baterie litowe umierają', level: 2 },
|
|
107
97
|
{
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: 'Unikaj trzymania baterii naładowanej w 100% (4.2V) przez dłuższy czas.',
|
|
154
144
|
recVoltageLow: 'Unikaj głębokich rozładowań; cykle między 20% a 80% podwajają żywotność baterii.',
|
|
155
145
|
recSohLow: 'Pojemność spadła poniżej optymalnego standardu. Rozważ wymianę, jeśli czas pracy jest niewystarczający.',
|
|
156
|
-
recDefault: 'Utrzymuj obecne nawyki
|
|
146
|
+
recDefault: 'Utrzymuj obecne nawyki -Twoja bateria pracuje w idealnym zakresie.',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-saude-bateria-litio';
|
|
6
7
|
const title = 'Calculadora de Saúde da Bateria de Lítio';
|
|
@@ -87,21 +88,10 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: 'Perguntas Frequentes',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: 'Referências',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: 'A química do tempo: por que as baterias de lítio morrem', level: 2 },
|
|
107
97
|
{
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: 'Evite manter a bateria com 100% de carga (4.2V) por períodos prolongados.',
|
|
154
144
|
recVoltageLow: 'Evite descargas profundas; ciclos entre 20% e 80% duplicam a vida útil da bateria.',
|
|
155
145
|
recSohLow: 'A capacidade caiu abaixo do padrão ideal. Considere uma substituição se a autonomia for insuficiente.',
|
|
156
|
-
recDefault: 'Mantenha os seus hábitos atuais
|
|
146
|
+
recDefault: 'Mantenha os seus hábitos atuais -a sua bateria está numa gama de funcionamento ideal.',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-sostoyaniya-litievoj-batarei';
|
|
6
7
|
const title = 'Калькулятор Состояния Литиевой Батареи';
|
|
@@ -21,12 +22,12 @@ const faqData = [
|
|
|
21
22
|
{
|
|
22
23
|
question: 'Как тепло влияет на срок службы батареи?',
|
|
23
24
|
answer:
|
|
24
|
-
'Тепло
|
|
25
|
+
'Тепло -враг номер один. На каждые 10 градусов повышения выше оптимальной температуры окружающей среды (25 градусов) скорость химической деградации примерно удваивается.',
|
|
25
26
|
},
|
|
26
27
|
{
|
|
27
28
|
question: 'Что такое полный цикл зарядки?',
|
|
28
29
|
answer:
|
|
29
|
-
'Цикл
|
|
30
|
+
'Цикл -это использование 100% емкости батареи, но это не обязательно должно происходить за один раз. Если вы используете 50% сегодня, зарядите ее и используете 50% завтра, вы завершите 1 полный цикл.',
|
|
30
31
|
},
|
|
31
32
|
];
|
|
32
33
|
|
|
@@ -87,33 +88,22 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: 'Ссылки',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: 'Химия времени: почему умирают литиевые батареи', level: 2 },
|
|
107
97
|
{
|
|
108
98
|
type: 'paragraph',
|
|
109
|
-
html: 'Литий-ионный аккумулятор
|
|
99
|
+
html: 'Литий-ионный аккумулятор -это не статичная коробка с энергией, а динамичная химическая экосистема, находящаяся в состоянии постоянной деградации с момента изготовления. Каждый цикл заряда и разряда, каждое колебание температуры и каждая минута при экстремальном напряжении способствуют образованию побочных продуктов, препятствующих потоку ионов.',
|
|
110
100
|
},
|
|
111
101
|
{ type: 'title', text: 'Основные механизмы деградации', level: 3 },
|
|
112
102
|
{
|
|
113
103
|
type: 'paragraph',
|
|
114
104
|
html: '<strong>Слой SEI:</strong> межфазный слой твердого электролита растет со временем, потребляя активный литий и увеличивая внутреннее сопротивление. <strong>Окисление электролита:</strong> напряжение выше 4,1 В ускоряет окисление и может привести к вздутию батареи. <strong>Lithium Plating:</strong> зарядка при низких температурах осаждает литий в металлической форме, создавая дендриты, которые могут проколоть сепаратор.',
|
|
115
105
|
},
|
|
116
|
-
{ type: 'title', text: 'Миф о 100%: почему зарядка на ночь
|
|
106
|
+
{ type: 'title', text: 'Миф о 100%: почему зарядка на ночь -это ошибка', level: 3 },
|
|
117
107
|
{
|
|
118
108
|
type: 'paragraph',
|
|
119
109
|
html: 'Для иона лития пребывание при 100% заряде (4,2 В) является состоянием высокого стресса. Исследования показывают, что срок службы увеличивается в два или три раза, если держать устройство в диапазоне <strong>от 20% до 80%</strong>. Кроме того, на каждые 10°C выше 25°C скорость химической деградации примерно удваивается.',
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: 'Избегайте длительного удержания аккумулятора при 100% заряде (4,2 В).',
|
|
154
144
|
recVoltageLow: 'Избегайте глубоких разрядов; циклы между 20% и 80% удваивают срок службы.',
|
|
155
145
|
recSohLow: 'Емкость упала ниже оптимального стандарта. Рассмотрите возможность замены, если автономности недостаточно.',
|
|
156
|
-
recDefault: 'Придерживайтесь текущих привычек
|
|
146
|
+
recDefault: 'Придерживайтесь текущих привычек -ваша батарея находится в идеальном рабочем диапазоне.',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'litiumbatteri-halsokalkylator';
|
|
6
7
|
const title = 'Kalkylator för Litiumbatteriers Hälsa';
|
|
@@ -87,21 +88,10 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: 'Vanliga Frågor',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: 'Referenser',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: 'Tidens kemi: varför litiumbatterier dör', level: 2 },
|
|
107
97
|
{
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: 'Undvik att hålla batteriet vid 100 % laddning (4,2 V) under längre perioder.',
|
|
154
144
|
recVoltageLow: 'Undvik djupa urladdningar; cykler mellan 20 % och 80 % fördubblar batteriets livslängd.',
|
|
155
145
|
recSohLow: 'Kapaciteten har sjunkit under den optimala nivån. Överväg ett byte om batteritiden är otillräcklig.',
|
|
156
|
-
recDefault: 'Behåll dina nuvarande vanor
|
|
146
|
+
recDefault: 'Behåll dina nuvarande vanor -ditt batteri är i ett idealiskt driftintervall.',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'lityum-pil-sagligi-hesaplayici';
|
|
6
7
|
const title = 'Lityum Pil Sağlığı Hesaplayıcı';
|
|
@@ -87,21 +88,10 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: 'Referanslar',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: 'Zamanın kimyası: lityum piller neden ölür', level: 2 },
|
|
107
97
|
{
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: 'Pili uzun süre %100 şarjda (4.2V) tutmaktan kaçının.',
|
|
154
144
|
recVoltageLow: 'Derin deşarjlardan kaçının; %20 ile %80 arasındaki döngüler pil ömrünü iki katına çıkarır.',
|
|
155
145
|
recSohLow: 'Kapasite optimal standardın altına düştü. Otonomi yetersizse değişim yapmayı düşünün.',
|
|
156
|
-
recDefault: 'Mevcut alışkanlıklarınızı koruyun
|
|
146
|
+
recDefault: 'Mevcut alışkanlıklarınızı koruyun -piliniz ideal çalışma aralığında.',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
4
5
|
|
|
5
6
|
const slug = 'lithium-battery-health-calculator';
|
|
6
7
|
const title = '锂电池寿命健康度在线计算器';
|
|
@@ -87,21 +88,10 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
87
88
|
slug,
|
|
88
89
|
title,
|
|
89
90
|
description,
|
|
90
|
-
faqTitle: '常见问题',
|
|
91
91
|
faq: faqData,
|
|
92
|
-
bibliographyTitle: '参考资料',
|
|
93
|
-
bibliography: [
|
|
94
|
-
{
|
|
95
|
-
name: 'Journal of Power Sources',
|
|
96
|
-
url: 'https://www.sciencedirect.com/journal/journal-of-power-sources',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'IEEE Xplore — Lithium-Ion Battery Life Prediction',
|
|
100
|
-
url: 'https://ieeexplore.ieee.org/abstract/document/11090151',
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
92
|
howTo: howToData,
|
|
104
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
bibliography,
|
|
105
95
|
seo: [
|
|
106
96
|
{ type: 'title', text: '时间的化学:锂电池为何会老化', level: 2 },
|
|
107
97
|
{
|
|
@@ -153,6 +143,6 @@ export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
|
153
143
|
recVoltageHigh: '避免让电池长时间保持 100% 电量 (4.2V)。',
|
|
154
144
|
recVoltageLow: '避免深度放电;将电量保持在 20% 到 80% 之间可使电池寿命翻倍。',
|
|
155
145
|
recSohLow: '容量已降至最佳标准以下。如果续航不足,请考虑更换电池。',
|
|
156
|
-
recDefault: '保持当前习惯
|
|
146
|
+
recDefault: '保持当前习惯 -你的电池处于理想的工作范围内。',
|
|
157
147
|
},
|
|
158
148
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
-
import type { KnownLocale } from '../../types';
|
|
4
3
|
import { estimadorSaludBateria } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
5
5
|
|
|
6
6
|
interface Props {
|
|
7
7
|
locale?: KnownLocale;
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await estimadorSaludBateria.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
+
import type { KnownLocale } from '../../types';
|
|
4
|
+
import { spectrumCanvas } from './index';
|
|
5
|
+
|
|
6
|
+
interface Props {
|
|
7
|
+
locale?: KnownLocale;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const { locale = 'es' } = Astro.props;
|
|
11
|
+
const content = await spectrumCanvas.i18n[locale]?.();
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
{content && content.bibliography.length > 0 && <SharedBibliography links={content.bibliography} />}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'CIE 1931 Color Space and Tristimulus Values',
|
|
6
|
+
url: 'https://en.wikipedia.org/wiki/CIE_1931_color_space',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'sRGB: IEC 61966-2-1 Standard Color Space',
|
|
10
|
+
url: 'https://en.wikipedia.org/wiki/SRGB',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'DCI-P3 Digital Cinema Initiatives Color Space',
|
|
14
|
+
url: 'https://en.wikipedia.org/wiki/DCI-P3',
|
|
15
|
+
}
|
|
16
|
+
];
|