@jjlmoya/utils-hardware 1.3.0 → 1.6.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 +106 -0
- package/src/category/i18n/id.ts +106 -0
- package/src/category/i18n/it.ts +106 -0
- package/src/category/i18n/ja.ts +106 -0
- package/src/category/i18n/ko.ts +106 -0
- package/src/category/i18n/nl.ts +106 -0
- package/src/category/i18n/pl.ts +106 -0
- package/src/category/i18n/pt.ts +106 -0
- package/src/category/i18n/ru.ts +106 -0
- package/src/category/i18n/sv.ts +106 -0
- package/src/category/i18n/tr.ts +106 -0
- package/src/category/i18n/zh.ts +106 -0
- package/src/category/index.ts +13 -1
- package/src/tests/category_validation.test.ts +73 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tool/batteryHealthEstimator/i18n/de.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/id.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/it.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/ja.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/ko.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/nl.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/pl.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/pt.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/ru.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/sv.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/tr.ts +158 -0
- package/src/tool/batteryHealthEstimator/i18n/zh.ts +158 -0
- package/src/tool/batteryHealthEstimator/index.ts +15 -7
- package/src/tool/deadPixelTest/i18n/de.ts +218 -0
- package/src/tool/deadPixelTest/i18n/id.ts +218 -0
- package/src/tool/deadPixelTest/i18n/it.ts +218 -0
- package/src/tool/deadPixelTest/i18n/ja.ts +218 -0
- package/src/tool/deadPixelTest/i18n/ko.ts +218 -0
- package/src/tool/deadPixelTest/i18n/nl.ts +218 -0
- package/src/tool/deadPixelTest/i18n/pl.ts +218 -0
- package/src/tool/deadPixelTest/i18n/pt.ts +218 -0
- package/src/tool/deadPixelTest/i18n/ru.ts +218 -0
- package/src/tool/deadPixelTest/i18n/sv.ts +218 -0
- package/src/tool/deadPixelTest/i18n/tr.ts +218 -0
- package/src/tool/deadPixelTest/i18n/zh.ts +217 -0
- package/src/tool/deadPixelTest/index.ts +15 -7
- package/src/tool/gamepadTest/i18n/de.ts +186 -0
- package/src/tool/gamepadTest/i18n/id.ts +186 -0
- package/src/tool/gamepadTest/i18n/it.ts +186 -0
- package/src/tool/gamepadTest/i18n/ja.ts +186 -0
- package/src/tool/gamepadTest/i18n/ko.ts +186 -0
- package/src/tool/gamepadTest/i18n/nl.ts +186 -0
- package/src/tool/gamepadTest/i18n/pl.ts +186 -0
- package/src/tool/gamepadTest/i18n/pt.ts +186 -0
- package/src/tool/gamepadTest/i18n/ru.ts +186 -0
- package/src/tool/gamepadTest/i18n/sv.ts +186 -0
- package/src/tool/gamepadTest/i18n/tr.ts +186 -0
- package/src/tool/gamepadTest/i18n/zh.ts +186 -0
- package/src/tool/gamepadTest/index.ts +15 -7
- package/src/tool/gamepadVibrationTester/i18n/de.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/id.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/it.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/ja.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/ko.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/nl.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/pl.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/pt.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/ru.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/sv.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/tr.ts +155 -0
- package/src/tool/gamepadVibrationTester/i18n/zh.ts +155 -0
- package/src/tool/gamepadVibrationTester/index.ts +15 -7
- package/src/tool/keyboardTest/i18n/de.ts +146 -0
- package/src/tool/keyboardTest/i18n/id.ts +146 -0
- package/src/tool/keyboardTest/i18n/it.ts +146 -0
- package/src/tool/keyboardTest/i18n/ja.ts +146 -0
- package/src/tool/keyboardTest/i18n/ko.ts +146 -0
- package/src/tool/keyboardTest/i18n/nl.ts +146 -0
- package/src/tool/keyboardTest/i18n/pl.ts +146 -0
- package/src/tool/keyboardTest/i18n/pt.ts +146 -0
- package/src/tool/keyboardTest/i18n/ru.ts +146 -0
- package/src/tool/keyboardTest/i18n/sv.ts +146 -0
- package/src/tool/keyboardTest/i18n/tr.ts +146 -0
- package/src/tool/keyboardTest/i18n/zh.ts +146 -0
- package/src/tool/keyboardTest/index.ts +15 -7
- package/src/tool/mousePollingTest/i18n/de.ts +135 -0
- package/src/tool/mousePollingTest/i18n/id.ts +135 -0
- package/src/tool/mousePollingTest/i18n/it.ts +135 -0
- package/src/tool/mousePollingTest/i18n/ja.ts +135 -0
- package/src/tool/mousePollingTest/i18n/ko.ts +135 -0
- package/src/tool/mousePollingTest/i18n/nl.ts +135 -0
- package/src/tool/mousePollingTest/i18n/pl.ts +135 -0
- package/src/tool/mousePollingTest/i18n/pt.ts +135 -0
- package/src/tool/mousePollingTest/i18n/ru.ts +135 -0
- package/src/tool/mousePollingTest/i18n/sv.ts +135 -0
- package/src/tool/mousePollingTest/i18n/tr.ts +135 -0
- package/src/tool/mousePollingTest/i18n/zh.ts +135 -0
- package/src/tool/mousePollingTest/index.ts +15 -7
- package/src/tool/toneGenerator/i18n/de.ts +146 -0
- package/src/tool/toneGenerator/i18n/id.ts +146 -0
- package/src/tool/toneGenerator/i18n/it.ts +146 -0
- package/src/tool/toneGenerator/i18n/ja.ts +146 -0
- package/src/tool/toneGenerator/i18n/ko.ts +146 -0
- package/src/tool/toneGenerator/i18n/nl.ts +146 -0
- package/src/tool/toneGenerator/i18n/pl.ts +146 -0
- package/src/tool/toneGenerator/i18n/pt.ts +146 -0
- package/src/tool/toneGenerator/i18n/ru.ts +146 -0
- package/src/tool/toneGenerator/i18n/sv.ts +146 -0
- package/src/tool/toneGenerator/i18n/tr.ts +146 -0
- package/src/tool/toneGenerator/i18n/zh.ts +146 -0
- package/src/tool/toneGenerator/index.ts +15 -7
- package/src/types.ts +1 -1
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'kalkulator-kesehatan-baterai-lithium';
|
|
6
|
+
const title = 'Kalkulator Kesehatan Baterai Lithium';
|
|
7
|
+
const description =
|
|
8
|
+
'Hitung State of Health (SoH) baterai lithium Anda berdasarkan siklus, tegangan, dan suhu. Panduan ilmiah untuk memaksimalkan masa pakai energi.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Apa itu degradasi kimia baterai?',
|
|
13
|
+
answer:
|
|
14
|
+
'Pada setiap siklus pengisian dan pengosongan daya, sel lithium mengalami retakan mikro dan akumulasi sedimen kimia (S.E.I.) yang mengurangi kapasitas penyimpanan energinya. Ini adalah proses yang tidak dapat dihindari tetapi dapat diperlambat dengan kebiasaan baik.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Mengapa disarankan mengisi daya hingga 80%?',
|
|
18
|
+
answer:
|
|
19
|
+
'Baterai lithium mengalami lebih banyak stres pada tegangan ekstrem (0% dan 100%). Menjaga daya antara 20% dan 80% dapat memperpanjang masa pakai sel hingga tiga kali lipat dengan mengurangi panas dan tekanan internal.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Bagaimana panas memengaruhi masa pakai baterai?',
|
|
23
|
+
answer:
|
|
24
|
+
'Panas adalah musuh nomor satu. Untuk setiap kenaikan 10 derajat di atas suhu lingkungan optimal (25 derajat), laju degradasi kimia kira-kira berlipat ganda.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Apa itu siklus pengisian penuh?',
|
|
28
|
+
answer:
|
|
29
|
+
'Satu siklus adalah penggunaan 100% dari kapasitas baterai, tetapi tidak harus sekaligus. Jika Anda menggunakan 50% hari ini, mengisinya, dan menggunakan 50% besok, Anda telah menyelesaikan 1 siklus penuh.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Identifikasi kapasitas asli',
|
|
36
|
+
text: 'Lihatlah kotak perangkat Anda atau situs web produsen untuk mengetahui mAh baterai Anda saat masih baru.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Periksa siklus saat ini',
|
|
40
|
+
text: 'Banyak sistem (seperti iOS atau Android 14) memungkinkan Anda melihat berapa banyak siklus pengisian yang telah dikumpulkan baterai Anda.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Masukkan data teknis',
|
|
44
|
+
text: 'Sesuaikan tegangan saat ini, siklus, dan suhu agar mesin perhitungan kami dapat memperkirakan SoH.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Analisis diagnosis',
|
|
48
|
+
text: 'Periksa persentase kesehatan. Jika Anda berada di bawah 80%, Anda mungkin mulai melihat penurunan performa atau mati mendadak.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'id',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: 'Referensi',
|
|
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
|
+
howTo: howToData,
|
|
104
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: 'Kimia waktu: mengapa baterai lithium mati', level: 2 },
|
|
107
|
+
{
|
|
108
|
+
type: 'paragraph',
|
|
109
|
+
html: 'Baterai lithium-ion bukanlah kotak energi statis melainkan ekosistem kimia dinamis yang terus mengalami degradasi sejak saat pembuatan. Setiap siklus pengisian dan pengosongan, setiap variasi suhu, dan setiap menit pada tegangan ekstrem berkontribusi pada produk sampingan yang menghambat aliran ion.',
|
|
110
|
+
},
|
|
111
|
+
{ type: 'title', text: 'Mekanisme degradasi utama', level: 3 },
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: '<strong>Lapisan SEI:</strong> antarmuka elektrolit padat tumbuh seiring waktu, mengonsumsi lithium aktif dan meningkatkan resistensi internal. <strong>Oksidasi elektrolit:</strong> tegangan di atas 4.1V mempercepat oksidasi dan dapat membengkakkan baterai. <strong>Lithium Plating:</strong> pengisian daya pada suhu rendah mengendapkan lithium dalam bentuk logam, menciptakan dendrit yang dapat menembus pemisah.',
|
|
115
|
+
},
|
|
116
|
+
{ type: 'title', text: 'Mitos 100%: mengapa mengisi daya semalaman adalah kesalahan', level: 3 },
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: 'Bagi ion lithium, berada pada daya 100% (4.2V) adalah kondisi stres tinggi. Penelitian menunjukkan masa pakai siklus berlipat ganda atau tiga kali lipat saat menjaga perangkat antara <strong>20% dan 80%</strong>. Selain itu, untuk setiap kenaikan 10°C di atas 25°C, laju degradasi kimia kira-kira berlipat ganda.',
|
|
120
|
+
},
|
|
121
|
+
{ type: 'title', text: 'Protokol kelangsungan hidup energi', level: 3 },
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'Jangan pernah mengisi daya baterai di bawah 0°C: lithium mengendap pada anoda menyebabkan kerusakan permanen. Pengisian cepat menghasilkan panas lokal dan stres mekanis; gunakan hanya jika benar-benar diperlukan. Untuk penyimpanan jangka panjang, simpan baterai pada daya 50% di tempat yang sejuk.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
ui: {
|
|
128
|
+
badge: 'Baterai Li-Ion',
|
|
129
|
+
title: 'Estimator Kesehatan Baterai',
|
|
130
|
+
description: 'Diagnosis degradasi teknis untuk sel Lithium-Ion.',
|
|
131
|
+
paramsTitle: 'Parameter Sel',
|
|
132
|
+
voltageLabel: 'Tegangan Saat Ini',
|
|
133
|
+
cyclesLabel: 'Siklus Pengisian',
|
|
134
|
+
tempLabel: 'Suhu',
|
|
135
|
+
voltageHint: 'Rentang nominal: 3.0V (kosong) hingga 4.2V (penuh).',
|
|
136
|
+
labelUsefulLife: 'Masa Pakai',
|
|
137
|
+
yearsPrefix: 'Est.',
|
|
138
|
+
yearsSuffix: 'tahun',
|
|
139
|
+
metricThermalStress: 'Stres Termal',
|
|
140
|
+
metricVoltageStress: 'Stres Tegangan',
|
|
141
|
+
metricLithiumPlating: 'Lithium Plating',
|
|
142
|
+
statusExcelente: 'Status Luar Biasa',
|
|
143
|
+
statusBueno: 'Status Baik',
|
|
144
|
+
statusRegular: 'Status Cukup',
|
|
145
|
+
statusCritico: 'Status Kritis',
|
|
146
|
+
indicatorTempNormal: 'Normal',
|
|
147
|
+
indicatorTempCritical: 'Kritis',
|
|
148
|
+
indicatorVoltageHigh: 'Tinggi',
|
|
149
|
+
indicatorVoltageLow: 'Rendah',
|
|
150
|
+
indicatorPlatingRisk: 'Risiko Tinggi',
|
|
151
|
+
indicatorPlatingOk: 'Tanpa Risiko',
|
|
152
|
+
recTemp: 'Kurangi suhu sekitar atau tingkatkan ventilasi untuk menghindari oksidasi elektrolit.',
|
|
153
|
+
recVoltageHigh: 'Hindari menjaga baterai pada daya 100% (4.2V) untuk waktu yang lama.',
|
|
154
|
+
recVoltageLow: 'Hindari pengosongan daya yang dalam; siklus antara 20% dan 80% menggandakan masa pakai baterai.',
|
|
155
|
+
recSohLow: 'Kapasitas telah turun di bawah standar optimal. Pertimbangkan penggantian jika otonomi tidak mencukupi.',
|
|
156
|
+
recDefault: 'Pertahankan kebiasaan Anda saat ini — baterai Anda berada dalam rentang operasi yang ideal.',
|
|
157
|
+
},
|
|
158
|
+
};
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'calcolatore-salute-batteria-litio';
|
|
6
|
+
const title = 'Calcolatore Salute della Batteria al Litio';
|
|
7
|
+
const description =
|
|
8
|
+
"Calcola lo stato di salute (SoH) della tua batteria al litio basato su cicli, tensione e temperatura. Guida scientifica per massimizzare la longevità dell'energia.";
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: "Cos'è la degradazione chimica della batteria?",
|
|
13
|
+
answer:
|
|
14
|
+
"Con ogni ciclo di carica e scarica, le celle al litio subiscono microfratture e l'accumulo di sedimenti chimici (S.E.I.) che riducono la loro capacità di immagazzinare energia. È un processo inevitabile, ma che può essere rallentato con buone abitudini.",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Perché si consiglia di caricare fino all\'80%?',
|
|
18
|
+
answer:
|
|
19
|
+
"Le batterie al litio soffrono di più lo stress a tensioni estreme (0% e 100%). Mantenere la carica tra il 20% e l'80% può triplicare la vita della cella riducendo il calore e la pressione interna.",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'In che modo il calore influisce sulla durata della batteria?',
|
|
23
|
+
answer:
|
|
24
|
+
"Il calore è il nemico numero uno. Per ogni aumento di 10 gradi sopra la temperatura ambiente ottimale (25 gradi), il tasso di degradazione chimica raddoppia approssimativamente.",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: "Cos'è un ciclo di carica completo?",
|
|
28
|
+
answer:
|
|
29
|
+
"Un ciclo è l'uso del 100% della capacità della batteria, ma non deve avvenire necessariamente tutto in una volta. Se usi il 50% oggi, la carichi e usi il 50% domani, avrai completato 1 ciclo completo.",
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Identificare la capacità originale',
|
|
36
|
+
text: "Controlla sulla confezione del tuo dispositivo o sul sito web del produttore i mAh che aveva la tua batteria quando era nuova.",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Verificare i cicli attuali',
|
|
40
|
+
text: 'Molti sistemi (come iOS o Android 14) consentono di vedere quanti cicli di carica ha accumulato la batteria.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Inserire i dati tecnici',
|
|
44
|
+
text: 'Regola la tensione attuale, i cicli e la temperatura in modo che il nostro motore di calcolo possa stimare il SoH.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Analizzare la diagnosi',
|
|
48
|
+
text: 'Controlla la percentuale di salute. Se sei al di sotto dell\'80%, potresti iniziare a notare cali di prestazioni o spegnimenti imprevisti.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'it',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'Domande Frequenti',
|
|
91
|
+
faq: faqData,
|
|
92
|
+
bibliographyTitle: 'Riferimenti',
|
|
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
|
+
howTo: howToData,
|
|
104
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: 'La chimica del tempo: perché le batterie al litio muoiono', level: 2 },
|
|
107
|
+
{
|
|
108
|
+
type: 'paragraph',
|
|
109
|
+
html: "Una batteria agli ioni di litio non è una scatola di energia statica, ma un ecosistema chimico dinamico in costante degradazione dal momento della produzione. Ogni ciclo di carica e scarica, ogni variazione di temperatura e ogni minuto a tensioni estreme contribuisce ai sottoprodotti che ostacolano il flusso di ioni.",
|
|
110
|
+
},
|
|
111
|
+
{ type: 'title', text: 'Principali meccanismi di degradazione', level: 3 },
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: "<strong>Strato SEI:</strong> l'interfaccia dell'elettrolita solido cresce nel tempo, consumando litio attivo e aumentando la resistenza interna. <strong>Ossidazione dell'elettrolito:</strong> tensioni superiori a 4,1 V accelerano l'ossidazione e possono gonfiare la batteria. <strong>Lithium Plating:</strong> la ricarica a basse temperature deposita il litio in forma metallica, creando dendriti che possono perforare il separatore.",
|
|
115
|
+
},
|
|
116
|
+
{ type: 'title', text: 'Il mito del 100%: perché caricare durante la notte è un errore', level: 3 },
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: "Per uno ione di litio, essere al 100% di carica (4,2 V) è uno stato di alto stress. La ricerca mostra che la vita del ciclo raddoppia o triplica quando si mantiene il dispositivo tra il <strong>20% e l'80%</strong>. Inoltre, per ogni 10°C sopra i 25°C, il tasso di degradazione chimica raddoppia approssimativamente.",
|
|
120
|
+
},
|
|
121
|
+
{ type: 'title', text: 'Protocollo di sopravvivenza energetica', level: 3 },
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: "Non caricare mai una batteria sotto gli 0°C: il litio si deposita sull'anodo causando danni permanenti. La ricarica rapida genera calore localizzato e stress meccanico; usala solo quando strettamente necessario. Per la conservazione a lungo termine, mantenere la batteria al 50% in un luogo fresco.",
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
ui: {
|
|
128
|
+
badge: 'Batteria Li-Ion',
|
|
129
|
+
title: 'Stimatore Salute Batteria',
|
|
130
|
+
description: 'Diagnosi tecnica della degradazione per celle agli ioni di litio.',
|
|
131
|
+
paramsTitle: 'Parametri della Cella',
|
|
132
|
+
voltageLabel: 'Tensione Attuale',
|
|
133
|
+
cyclesLabel: 'Cicli di Carica',
|
|
134
|
+
tempLabel: 'Temperatura',
|
|
135
|
+
voltageHint: 'Intervallo nominale: da 3,0 V (vuoto) a 4,2 V (pieno).',
|
|
136
|
+
labelUsefulLife: 'Vita Utile',
|
|
137
|
+
yearsPrefix: 'Stima',
|
|
138
|
+
yearsSuffix: 'anni',
|
|
139
|
+
metricThermalStress: 'Stress Termico',
|
|
140
|
+
metricVoltageStress: 'Stress di Tensione',
|
|
141
|
+
metricLithiumPlating: 'Lithium Plating',
|
|
142
|
+
statusExcelente: 'Stato Eccellente',
|
|
143
|
+
statusBueno: 'Stato Buono',
|
|
144
|
+
statusRegular: 'Stato Discreto',
|
|
145
|
+
statusCritico: 'Stato Critico',
|
|
146
|
+
indicatorTempNormal: 'Normale',
|
|
147
|
+
indicatorTempCritical: 'Critico',
|
|
148
|
+
indicatorVoltageHigh: 'Alta',
|
|
149
|
+
indicatorVoltageLow: 'Bassa',
|
|
150
|
+
indicatorPlatingRisk: 'Alto Rischio',
|
|
151
|
+
indicatorPlatingOk: 'Nessun Rischio',
|
|
152
|
+
recTemp: "Ridurre la temperatura ambiente o migliorare la ventilazione per evitare l'ossidazione dell'elettrolito.",
|
|
153
|
+
recVoltageHigh: 'Evitare di mantenere la batteria al 100% di carica (4,2 V) per periodi prolungati.',
|
|
154
|
+
recVoltageLow: 'Evitare scariche profonde; i cicli tra il 20% e l\'80% raddoppiano la durata della batteria.',
|
|
155
|
+
recSohLow: 'La capacità è scesa al di sotto dello standard ottimale. Considera una sostituzione se l\'autonomia è insufficiente.',
|
|
156
|
+
recDefault: 'Mantieni le tue abitudini attuali: la tua batteria è in un intervallo operativo ideale.',
|
|
157
|
+
},
|
|
158
|
+
};
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'lithium-battery-health-calculator';
|
|
6
|
+
const title = 'リチウムイオン電池寿命診断ツール';
|
|
7
|
+
const description =
|
|
8
|
+
'サイクル数、電圧、温度に基づきリチウム電池の健康状態(SoH)を算出します。エネルギー寿命を最大化するための科学的ガイド。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'バッテリーの化学的劣化とは何ですか?',
|
|
13
|
+
answer:
|
|
14
|
+
'充放電サイクルを繰り返すごとに、リチウムセルには微細な亀裂が生じ、化学堆積物(S.E.I.)が蓄積して、エネルギー蓄電容量が低下します。これは避けられないプロセスですが、良い習慣によって遅らせることができます。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'なぜ80%までの充電が推奨されるのですか?',
|
|
18
|
+
answer:
|
|
19
|
+
'リチウム電池は、極端な電圧(0%および100%)でより大きな負荷がかかります。充電量を20%から80%の間に保つことで、熱と内部圧力が軽減され、セルの寿命を3倍に延ばすことができます。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '熱はバッテリー寿命にどのように影響しますか?',
|
|
23
|
+
answer:
|
|
24
|
+
'熱は最大の敵です。最適な周囲温度(25度)から10度上昇するごとに、化学的劣化の速度はおよそ2倍になります。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'フル充電サイクルとは何ですか?',
|
|
28
|
+
answer:
|
|
29
|
+
'1サイクルとは、バッテリー容量の100%を使用することですが、一度に使い切る必要はありません。今日50%使い、充電し、明日50%使えば、合計で1フルサイクルとなります。',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '製品本来の容量を確認する',
|
|
36
|
+
text: 'デバイスの箱やメーカーのウェブサイトで、新品時のバッテリー容量(mAh)を確認します。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '現在のサイクル数を確認する',
|
|
40
|
+
text: '多くのシステム(iOSやAndroid 14など)では、蓄積された充電サイクル数を確認できます。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'テクニカルデータを入力する',
|
|
44
|
+
text: '現在の電圧、サイクル数、温度を調整することで、当ツールの計算エンジンがSoHを推定します。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '診断を分析する',
|
|
48
|
+
text: '健康状態のパーセンテージを確認してください。80%を下回ると、パフォーマンスの低下や予期せぬシャットダウンに気づき始める可能性があります。',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'ja',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: 'よくある質問',
|
|
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
|
+
howTo: howToData,
|
|
104
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: '時間の化学:リチウム電池が寿命を迎える理由', level: 2 },
|
|
107
|
+
{
|
|
108
|
+
type: 'paragraph',
|
|
109
|
+
html: 'リチウムイオン電池は静的なエネルギーの箱ではなく、製造された瞬間から常に劣化し続ける動的な化学エコシステムです。充放電サイクル、温度変化、極端な電圧下での放置などが、イオンの流れを阻害する副産物の形成につながります。',
|
|
110
|
+
},
|
|
111
|
+
{ type: 'title', text: '主な劣化メカニズム', level: 3 },
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: '<strong>SEI層:</strong> 固体電解質界面が時間の経過とともに成長し、活性リチウムを消費して内部抵抗を増加させます。 <strong>電解質の酸化:</strong> 4.1V以上の電圧は酸化を加速させ、バッテリーの膨張を招くことがあります。 <strong>リチウムプレーティング:</strong> 低温での充電はリチウムを金属形態で析出させ、セパレーターを突き破る可能性のあるデンドライトを形成します。',
|
|
115
|
+
},
|
|
116
|
+
{ type: 'title', text: '「100%充電」の神話:一晩中の充電が間違いである理由', level: 3 },
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: 'リチウムイオンにとって、100%充電状態(4.2V)は非常に大きなストレスがかかる状態です。研究では、デバイスを <strong>20%から80%</strong> の間に保つことでサイクル寿命が2倍から3倍に延びることが示されています。また、25°Cから10°C上昇するごとに、化学的劣化の速度はほぼ2倍になります。',
|
|
120
|
+
},
|
|
121
|
+
{ type: 'title', text: 'エネルギー延命プロトコル', level: 3 },
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '0°C以下の環境でバッテリーを充電しないでください。リチウムが負極に析出し、永久的な損傷を与えます。急速充電は局所的な熱と機械的ストレスを発生させるため、真に必要な場合にのみ使用してください。長期保管の場合は、涼しい場所で50%程度の充電量を維持してください。',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
ui: {
|
|
128
|
+
badge: 'リチウムイオン電池',
|
|
129
|
+
title: 'バッテリー寿命診断',
|
|
130
|
+
description: 'リチウムイオンセルのテクニカルな劣化診断。',
|
|
131
|
+
paramsTitle: 'セルパラメータ',
|
|
132
|
+
voltageLabel: '現在の電圧',
|
|
133
|
+
cyclesLabel: '充電サイクル',
|
|
134
|
+
tempLabel: '温度',
|
|
135
|
+
voltageHint: '公称範囲:3.0V(空)から4.2V(満充電)。',
|
|
136
|
+
labelUsefulLife: '耐用年数',
|
|
137
|
+
yearsPrefix: '約',
|
|
138
|
+
yearsSuffix: '年間',
|
|
139
|
+
metricThermalStress: '熱的ストレス',
|
|
140
|
+
metricVoltageStress: '電圧ストレス',
|
|
141
|
+
metricLithiumPlating: 'リチウム析出',
|
|
142
|
+
statusExcelente: '良好な状態',
|
|
143
|
+
statusBueno: '良い状態',
|
|
144
|
+
statusRegular: '通常の状態',
|
|
145
|
+
statusCritico: '危険な状態',
|
|
146
|
+
indicatorTempNormal: '正常',
|
|
147
|
+
indicatorTempCritical: '危険',
|
|
148
|
+
indicatorVoltageHigh: '高い',
|
|
149
|
+
indicatorVoltageLow: '低い',
|
|
150
|
+
indicatorPlatingRisk: '高リスク',
|
|
151
|
+
indicatorPlatingOk: 'リスクなし',
|
|
152
|
+
recTemp: '電解質の酸化を避けるため、周囲温度を下げるか通気性を改善してください。',
|
|
153
|
+
recVoltageHigh: '100%充電(4.2V)の状態を長時間維持しないでください。',
|
|
154
|
+
recVoltageLow: '深放電を避けてください。20%から80%の間で運用すれば寿命が倍増します。',
|
|
155
|
+
recSohLow: '容量が最適基準を下回っています。駆動時間が不十分な場合は交換を検討してください。',
|
|
156
|
+
recDefault: '現在の習慣を維持してください。理想的な動作範囲内にあります。',
|
|
157
|
+
},
|
|
158
|
+
};
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { EstimadorSaludBateriaUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'lithium-battery-health-calculator';
|
|
6
|
+
const title = '리튬 배터리 수명 진단 계산기';
|
|
7
|
+
const description =
|
|
8
|
+
'충전 횟수, 전압, 온도를 바탕으로 리튬 배터리의 건강 상태(SoH)를 계산합니다. 에너지 보존 수명을 극대화하기 위한 과학적 가이드입니다.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '배터리의 화학적 퇴화란 무엇인가요?',
|
|
13
|
+
answer:
|
|
14
|
+
'충전과 방전 사이클을 반복할 때마다 리튬 셀에는 미세한 균열이 생기고 화학적 퇴적물(S.E.I.)이 쌓여 에너지 저장 용량이 줄어듭니다. 이는 피할 수 없는 과정이지만 좋은 습관을 통해 늦출 수 있습니다.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '왜 80%까지만 충전하는 것을 권장하나요?',
|
|
18
|
+
answer:
|
|
19
|
+
'리튬 배터리는 극단적인 전압(0% 및 100%)에서 더 많은 스트레스를 받습니다. 충전량을 20%에서 80% 사이로 유지하면 열과 내부 압력이 줄어들어 셀 수명을 3배까지 늘릴 수 있습니다.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '열이 배터리 수명에 어떤 영향을 미치나요?',
|
|
23
|
+
answer:
|
|
24
|
+
'열은 배터리의 최대 적입니다. 최적 주변 온도(25도)보다 10도 올라갈 때마다 화학적 퇴화 속도는 대략 두 배로 빨라집니다.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '전체 충전 사이클이란 무엇인가요?',
|
|
28
|
+
answer:
|
|
29
|
+
'사이클은 배터리 용량의 100%를 사용하는 것을 의미하며, 한 번에 다 쓸 필요는 없습니다. 오늘 50%를 쓰고 충전한 뒤 내일 50%를 쓰면 1 전체 사이클을 완료한 것입니다.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '원래 용량 확인하기',
|
|
36
|
+
text: '장치 상자나 제조사 웹사이트에서 배터리가 새 제품이었을 때의 용량(mAh)을 확인하세요.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '현재 사이클 확인하기',
|
|
40
|
+
text: '많은 운영체제(iOS 또는 안드로이드 14 등)에서 배터리의 누적 충전 사이클을 확인할 수 있습니다.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '기술 데이터 입력하기',
|
|
44
|
+
text: '현재 전압, 사이클, 온도를 조정하여 당사의 계산 엔진이 SoH를 추정할 수 있게 하세요.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '진단 결과 분석하기',
|
|
48
|
+
text: '수명 백분율을 확인하세요. 80% 미만이라면 성능 저하나 예기치 않은 종료 현상이 나타나기 시작할 수 있습니다.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowTo> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'ko',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<EstimadorSaludBateriaUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faqTitle: '자주 묻는 질문',
|
|
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
|
+
howTo: howToData,
|
|
104
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
105
|
+
seo: [
|
|
106
|
+
{ type: 'title', text: '시간의 화학: 리튬 배터리가 노화되는 이유', level: 2 },
|
|
107
|
+
{
|
|
108
|
+
type: 'paragraph',
|
|
109
|
+
html: '리튬 이온 배터리는 고정된 에너지 상자가 아니라 제조 순간부터 끊임없이 퇴화하는 역동적인 화학 생태계입니다. 모든 충방전 사이클, 온도 변화, 극단적 전압 상태에서의 시간은 이온 흐름을 방해하는 부산물을 생성합니다.',
|
|
110
|
+
},
|
|
111
|
+
{ type: 'title', text: '주요 퇴화 메커니즘', level: 3 },
|
|
112
|
+
{
|
|
113
|
+
type: 'paragraph',
|
|
114
|
+
html: '<strong>SEI 층:</strong> 고체 전해질 계면이 시간이 지남에 따라 성장하여 활성 리튬을 소비하고 내부 저항을 높입니다. <strong>전해질 산화:</strong> 4.1V 이상의 전압은 산화를 가속화하여 배터리 스웰링(부풀음) 현상을 일으킬 수 있습니다. <strong>리튬 플레이팅:</strong> 저온 충전 시 리튬이 금속 형태로 증착되어 분리막을 뚫을 수 있는 덴드라이트를 형성합니다.',
|
|
115
|
+
},
|
|
116
|
+
{ type: 'title', text: '100% 충전의 오해: 밤샘 충전이 실수인 이유', level: 3 },
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: '리튬 이온에게 100% 충전 상태(4.2V)는 높은 스트레스 상태입니다. 연구에 따르면 기기 충전량을 <strong>20%에서 80%</strong> 사이로 유지할 때 사이클 수명이 2~3배 늘어납니다. 또한 25°C보다 10°C 올라갈 때마다 화학적 퇴화 속도는 거의 두 배씩 빨라집니다.',
|
|
120
|
+
},
|
|
121
|
+
{ type: 'title', text: '에너지 생존 프로토콜', level: 3 },
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '0°C 이하에서는 절대 배터리를 충전하지 마세요. 리튬이 음극에 증착되어 영구적인 손상을 입힙니다. 급속 충전은 국부적인 열과 기계적 스트레스를 유발하므로 꼭 필요한 경우에만 사용하세요. 장기 보관 시에는 배터리를 50% 수준으로 유지하여 서늘한 곳에 두십시오.',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
ui: {
|
|
128
|
+
badge: '리튬 이온 배터리',
|
|
129
|
+
title: '배터리 수명 진단기',
|
|
130
|
+
description: '리튬 이온 셀을 위한 기술적 퇴화 진단.',
|
|
131
|
+
paramsTitle: '셀 매개변수',
|
|
132
|
+
voltageLabel: '현재 전압',
|
|
133
|
+
cyclesLabel: '충전 사이클',
|
|
134
|
+
tempLabel: '온도',
|
|
135
|
+
voltageHint: '공칭 범위: 3.0V(방전) ~ 4.2V(완충).',
|
|
136
|
+
labelUsefulLife: '예상 수명',
|
|
137
|
+
yearsPrefix: '약',
|
|
138
|
+
yearsSuffix: '년',
|
|
139
|
+
metricThermalStress: '열 스트레스',
|
|
140
|
+
metricVoltageStress: '전압 스트레스',
|
|
141
|
+
metricLithiumPlating: '리튬 플레이팅',
|
|
142
|
+
statusExcelente: '최상 상태',
|
|
143
|
+
statusBueno: '양호 상태',
|
|
144
|
+
statusRegular: '보통 상태',
|
|
145
|
+
statusCritico: '교체 권장',
|
|
146
|
+
indicatorTempNormal: '정상',
|
|
147
|
+
indicatorTempCritical: '위험',
|
|
148
|
+
indicatorVoltageHigh: '높음',
|
|
149
|
+
indicatorVoltageLow: '낮음',
|
|
150
|
+
indicatorPlatingRisk: '위험 높음',
|
|
151
|
+
indicatorPlatingOk: '정상',
|
|
152
|
+
recTemp: '전해질 산화를 방지하기 위해 주변 온도를 낮추거나 통풍을 개선하십시오.',
|
|
153
|
+
recVoltageHigh: '배터리를 100% 충전 상태(4.2V)로 오래 방치하지 마세요.',
|
|
154
|
+
recVoltageLow: '완전 방전을 피하세요. 20%에서 80% 사이의 사이클은 배터리 수명을 두 배로 늘립니다.',
|
|
155
|
+
recSohLow: '용량이 최적 표준 아래로 떨어졌습니다. 사용 시간이 부족하다면 교체를 고려하십시오.',
|
|
156
|
+
recDefault: '현재 습관을 유지하세요. 배터리가 이상적인 작동 범위 내에 있습니다.',
|
|
157
|
+
},
|
|
158
|
+
};
|