@jjlmoya/utils-diy 1.22.0 → 1.23.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/tests/seo_parity.test.ts +60 -0
- package/src/tests/translation_copy.test.ts +124 -0
- package/src/tool/epoxyCalculator/i18n/de.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/id.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/it.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/ja.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/ko.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/nl.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/pl.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/pt.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/ru.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/sv.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/tr.ts +2 -1
- package/src/tool/epoxyCalculator/i18n/zh.ts +2 -1
- package/src/tool/furnitureFit/i18n/de.ts +2 -1
- package/src/tool/furnitureFit/i18n/id.ts +2 -1
- package/src/tool/furnitureFit/i18n/it.ts +2 -1
- package/src/tool/furnitureFit/i18n/ja.ts +2 -1
- package/src/tool/furnitureFit/i18n/ko.ts +2 -1
- package/src/tool/furnitureFit/i18n/nl.ts +2 -1
- package/src/tool/furnitureFit/i18n/pl.ts +2 -1
- package/src/tool/furnitureFit/i18n/pt.ts +2 -1
- package/src/tool/furnitureFit/i18n/ru.ts +2 -1
- package/src/tool/furnitureFit/i18n/sv.ts +2 -1
- package/src/tool/furnitureFit/i18n/tr.ts +2 -1
- package/src/tool/furnitureFit/i18n/zh.ts +2 -1
- package/src/tool/mortarCalculator/i18n/de.ts +5 -1
- package/src/tool/mortarCalculator/i18n/es.ts +2 -6
- package/src/tool/mortarCalculator/i18n/id.ts +5 -1
- package/src/tool/mortarCalculator/i18n/it.ts +5 -1
- package/src/tool/mortarCalculator/i18n/ja.ts +5 -1
- package/src/tool/mortarCalculator/i18n/ko.ts +5 -1
- package/src/tool/mortarCalculator/i18n/nl.ts +5 -1
- package/src/tool/mortarCalculator/i18n/pl.ts +5 -1
- package/src/tool/mortarCalculator/i18n/pt.ts +5 -1
- package/src/tool/mortarCalculator/i18n/ru.ts +5 -1
- package/src/tool/mortarCalculator/i18n/sv.ts +5 -1
- package/src/tool/mortarCalculator/i18n/tr.ts +5 -1
- package/src/tool/mortarCalculator/i18n/zh.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/de.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/id.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/it.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/ja.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/ko.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/nl.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/pl.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/pt.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/ru.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/sv.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/tr.ts +5 -1
- package/src/tool/passepartoutCalculator/i18n/zh.ts +5 -1
- package/src/tool/stairCalculator/i18n/de.ts +3 -1
- package/src/tool/stairCalculator/i18n/id.ts +3 -1
- package/src/tool/stairCalculator/i18n/it.ts +3 -1
- package/src/tool/stairCalculator/i18n/ja.ts +3 -1
- package/src/tool/stairCalculator/i18n/ko.ts +3 -1
- package/src/tool/stairCalculator/i18n/nl.ts +3 -1
- package/src/tool/stairCalculator/i18n/pl.ts +3 -1
- package/src/tool/stairCalculator/i18n/pt.ts +3 -1
- package/src/tool/stairCalculator/i18n/ru.ts +3 -1
- package/src/tool/stairCalculator/i18n/sv.ts +3 -1
- package/src/tool/stairCalculator/i18n/tr.ts +3 -1
- package/src/tool/stairCalculator/i18n/zh.ts +3 -1
- package/src/tool/thermalExpansionCalculator/i18n/de.ts +5 -1
- package/src/tool/thermalExpansionCalculator/i18n/id.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/it.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/ja.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/ko.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/nl.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/pl.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/pt.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/ru.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/sv.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/tr.ts +7 -1
- package/src/tool/thermalExpansionCalculator/i18n/zh.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/de.ts +5 -1
- package/src/tool/voltageDropCalculator/i18n/fr.ts +3 -1
- package/src/tool/voltageDropCalculator/i18n/id.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/it.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/ja.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/ko.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/nl.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/pl.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/pt.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/ru.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/sv.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/tr.ts +7 -1
- package/src/tool/voltageDropCalculator/i18n/zh.ts +7 -1
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '<strong>Тепловое расширение</strong> - это физический процесс, при котором материал увеличивает свою длину в ответ на повышение температуры. В строительстве это явление - сила, способная разрушить бетон, деформировать стальные балки и искривить железнодорожные рельсы.' },
|
|
82
82
|
{ type: 'title', text: 'Формула линейного расширения', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:math-log', title: 'Формула линейного расширения', html: '<p>Расширение структурного элемента рассчитывается по формуле: <code>ΔL = L₀ · α · ΔT</code>. Где <strong>ΔL</strong> - общий рост, <strong>L₀</strong> - исходная длина, <strong>α</strong> - коэффициент расширения материала (в °C⁻¹), а <strong>ΔT</strong> - разница температур.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Проверьте ввод, единицы, округление, дату и юрисдикцию: каждый параметр может изменить оценку." },
|
|
86
|
+
{ type: 'paragraph', html: "Используйте результат для планирования и сравнения сценариев; он не заменяет официальный расчёт или консультацию специалиста." },
|
|
87
|
+
{ type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },
|
|
88
|
+
{ type: 'paragraph', html: "Проверьте ввод, единицы, округление, дату и юрисдикцию: каждый параметр может изменить оценку." },
|
|
89
|
+
{ type: 'paragraph', html: "Используйте результат для планирования и сравнения сценариев; он не заменяет официальный расчёт или консультацию специалиста." },
|
|
90
|
+
{ type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },],
|
|
85
91
|
ui: {
|
|
86
92
|
configTitle: 'Настройка',
|
|
87
93
|
labelMaterial: 'Материал',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '<strong>Termisk expansion</strong> är den fysikaliska process där ett material ökar sin längd som svar på en ökning av dess temperatur. I konstruktionsvärlden är detta en kraft som kan spräcka betong, deformera stålbalkar och böja tågräls.' },
|
|
82
82
|
{ type: 'title', text: 'Formeln för linjär expansion', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:math-log', title: 'Formel för linjär expansion', html: '<p>Expansionen av ett strukturelement beräknas med: <code>ΔL = L₀ · α · ΔT</code>. Där <strong>ΔL</strong> är den totala tillväxten, <strong>L₀</strong> är den ursprungliga längden, <strong>α</strong> är materialets utvidgningskoefficient (i °C⁻¹) och <strong>ΔT</strong> är temperaturskillnaden.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Kontrollera indata, enheter, avrundning, datum och rättsområde eftersom varje del kan ändra uppskattningen." },
|
|
86
|
+
{ type: 'paragraph', html: "Använd resultatet för planering och scenariejämförelser; det ersätter inte en officiell beräkning eller professionell rådgivning." },
|
|
87
|
+
{ type: 'paragraph', html: "Tolka resultatet tillsammans med kalkylatorns antaganden innan du använder det." },
|
|
88
|
+
{ type: 'paragraph', html: "Kontrollera indata, enheter, avrundning, datum och rättsområde eftersom varje del kan ändra uppskattningen." },
|
|
89
|
+
{ type: 'paragraph', html: "Använd resultatet för planering och scenariejämförelser; det ersätter inte en officiell beräkning eller professionell rådgivning." },
|
|
90
|
+
{ type: 'paragraph', html: "Tolka resultatet tillsammans med kalkylatorns antaganden innan du använder det." },],
|
|
85
91
|
ui: {
|
|
86
92
|
configTitle: 'Konfiguration',
|
|
87
93
|
labelMaterial: 'Material',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '<strong>Termal genleşme</strong>, bir malzemenin sıcaklığındaki artışa yanıt olarak uzunluğunun artması fiziksel sürecidir. İnşaatta bu olay bir merak konusu değil; betonu kırabilen, çelik kirişleri deforme edebilen ve tren raylarını bükebilen bir kuvvettir.' },
|
|
82
82
|
{ type: 'title', text: 'Lineer Genleşme Formülü', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:math-log', title: 'Lineer Genleşme Formülü', html: '<p>Yapısal bir elemanın genleşmesi şu şekilde hesaplanır: <code>ΔL = L₀ · α · ΔT</code>. Burada <strong>ΔL</strong> toplam uzama, <strong>L₀</strong> orijinal uzunluk, <strong>α</strong> malzemenin genleşme katsayısı (1/°C cinsinden) ve <strong>ΔT</strong> sıcaklık farkıdır.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Girdileri, birimleri, yuvarlamayı, tarihi ve yargı alanını kontrol edin; her biri tahmini değiştirebilir." },
|
|
86
|
+
{ type: 'paragraph', html: "Sonucu planlama ve senaryo karşılaştırması için kullanın; resmî hesabın veya uzman görüşünün yerine geçmez." },
|
|
87
|
+
{ type: 'paragraph', html: "Kullanmadan önce sonucu hesaplayıcının gösterdiği varsayımlarla birlikte yorumlayın." },
|
|
88
|
+
{ type: 'paragraph', html: "Girdileri, birimleri, yuvarlamayı, tarihi ve yargı alanını kontrol edin; her biri tahmini değiştirebilir." },
|
|
89
|
+
{ type: 'paragraph', html: "Sonucu planlama ve senaryo karşılaştırması için kullanın; resmî hesabın veya uzman görüşünün yerine geçmez." },
|
|
90
|
+
{ type: 'paragraph', html: "Kullanmadan önce sonucu hesaplayıcının gösterdiği varsayımlarla birlikte yorumlayın." },],
|
|
85
91
|
ui: {
|
|
86
92
|
configTitle: 'Konfigürasyon',
|
|
87
93
|
labelMaterial: 'Malzeme',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '<strong>热膨胀</strong>是材料因温度升高而增加长度的物理过程。在建筑中,这种现象是一种能够破坏混凝土、使钢梁变形甚至扭曲火车轨道的巨大力量。' },
|
|
82
82
|
{ type: 'title', text: '线膨胀公式', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:math-log', title: '线膨胀公式', html: '<p>结构元件的膨胀计算公式为:<code>ΔL = L₀ · α · ΔT</code>。其中 <strong>ΔL</strong> 是总增长量,<strong>L₀</strong> 是原始长度,<strong>α</strong> 是材料的膨胀系数(单位为 °C⁻¹),<strong>ΔT</strong> 是温差。</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "请检查输入值、单位、四舍五入方式、日期和司法辖区,因为每项都可能改变估算。" },
|
|
86
|
+
{ type: 'paragraph', html: "结果可用于规划和比较方案,但不能替代官方计算或专业建议。" },
|
|
87
|
+
{ type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },
|
|
88
|
+
{ type: 'paragraph', html: "请检查输入值、单位、四舍五入方式、日期和司法辖区,因为每项都可能改变估算。" },
|
|
89
|
+
{ type: 'paragraph', html: "结果可用于规划和比较方案,但不能替代官方计算或专业建议。" },
|
|
90
|
+
{ type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },],
|
|
85
91
|
ui: {
|
|
86
92
|
configTitle: '配置',
|
|
87
93
|
labelMaterial: '材料',
|
|
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Exakte Berechnung mit dem Ohmschen Gesetz', html: '<p>Die Formel lautet <strong>ΔV = (2 × L × I × ρ) / S</strong>, wobei L die einfache Länge in Metern, I der Strom in Ampere, ρ der spezifische Widerstand (0,0178 Ω·mm²/m für Kupfer) und S der Kabelquerschnitt in mm² ist.</p>' },
|
|
84
84
|
{ type: 'title', text: 'Das Paradoxon der niedrigen Spannung', level: 3 },
|
|
85
85
|
{ type: 'card', icon: 'mdi:alert-circle-outline', title: 'Warum 12V dickere Kabel benötigt als 230V', html: '<p>Um die gleiche Leistung (1000W) zu übertragen, benötigen Sie bei 230V nur 4,3A und ein 1,5mm² Kabel. Bei 12V benötigen Sie 83,3A und ein 25mm² Kabel. Je niedriger die Spannung, <strong>desto dicker muss das Kabel sein</strong>.</p>' },
|
|
86
|
-
|
|
86
|
+
|
|
87
|
+
{ type: 'paragraph', html: "Deuten Sie das Ergebnis gemeinsam mit den angezeigten Annahmen, bevor Sie es verwenden." },
|
|
88
|
+
{ type: 'paragraph', html: "Prüfen Sie Eingaben, Einheiten, Rundung, Datum und Recht, weil jedes Element die Schätzung verändern kann." },
|
|
89
|
+
{ type: 'paragraph', html: "Nutzen Sie das Ergebnis zur Planung und zum Szenarienvergleich; es ersetzt keine offizielle Berechnung oder Fachberatung." },
|
|
90
|
+
{ type: 'paragraph', html: "Deuten Sie das Ergebnis gemeinsam mit den angezeigten Annahmen, bevor Sie es verwenden." },],
|
|
87
91
|
ui: {
|
|
88
92
|
heroDropLabel: 'Gesamter Spannungsabfall',
|
|
89
93
|
heroVoltsUnit: 'Volt',
|
|
@@ -118,7 +118,9 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
118
118
|
type: 'paragraph',
|
|
119
119
|
html: 'Référence rapide pour le câblage 12V DC: <strong>1,5mm²</strong> éclairage léger jusqu\'à 10A, <strong>2,5mm²</strong> réfrigérateurs et prises USB jusqu\'à 20A, <strong>6mm²</strong> panneaux solaires jusqu\'à 40A, <strong>16mm²</strong> batteries auxiliaires jusqu\'à 80A, <strong>25mm²</strong> circuits principaux de van jusqu\'à 120A. Utilisez toujours le calculateur avec votre longueur et courant exacts.',
|
|
120
120
|
},
|
|
121
|
-
|
|
121
|
+
|
|
122
|
+
{ type: 'paragraph', html: "Utilisez le résultat pour planifier et comparer des scénarios ; il ne remplace ni un calcul officiel ni un avis professionnel." },
|
|
123
|
+
{ type: 'paragraph', html: "Interprétez le résultat avec les hypothèses affichées par le calculateur avant de l'utiliser." },],
|
|
122
124
|
ui: {
|
|
123
125
|
heroDropLabel: 'Chute de Tension Totale',
|
|
124
126
|
heroVoltsUnit: 'Volts',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Jika Anda sedang membangun sistem campervan, merancang instalasi solar, atau menarik kabel untuk taman, ada musuh tak terlihat yang bisa merusak proyek Anda: <strong>jatuh tegangan</strong>. Ini bukan sekadar masalah teknis; ini perbedaan antara kulkas yang dingin dan yang mati, atau antara instalasi aman dan risiko kebakaran.' },
|
|
82
82
|
{ type: 'title', text: 'Rumus Jatuh Tegangan', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Perhitungan Akurat dengan Hukum Ohm', html: '<p>Rumusnya adalah <strong>ΔV = (2 × L × I × ρ) / S</strong>, di mana L adalah panjang kabel satu arah, I adalah arus, ρ adalah resistivitas (0,0178 untuk tembaga), dan S adalah luas penampang kabel.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Periksa input, satuan, pembulatan, tanggal, dan yurisdiksi karena semuanya dapat mengubah estimasi." },
|
|
86
|
+
{ type: 'paragraph', html: "Gunakan hasil untuk perencanaan dan perbandingan skenario; hasil ini bukan pengganti perhitungan resmi atau nasihat ahli." },
|
|
87
|
+
{ type: 'paragraph', html: "Tafsirkan hasil bersama asumsi yang ditampilkan kalkulator sebelum menggunakannya." },
|
|
88
|
+
{ type: 'paragraph', html: "Periksa input, satuan, pembulatan, tanggal, dan yurisdiksi karena semuanya dapat mengubah estimasi." },
|
|
89
|
+
{ type: 'paragraph', html: "Gunakan hasil untuk perencanaan dan perbandingan skenario; hasil ini bukan pengganti perhitungan resmi atau nasihat ahli." },
|
|
90
|
+
{ type: 'paragraph', html: "Tafsirkan hasil bersama asumsi yang ditampilkan kalkulator sebelum menggunakannya." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Total Jatuh Tegangan',
|
|
87
93
|
heroVoltsUnit: 'Volt',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Se stai allestendo un camper, progettando un impianto solare o tirando cavi nel giardino, c\'è un nemico invisibile: la <strong>caduta di tensione</strong>. Non è solo un fatto tecnico; è la differenza tra un frigo che raffredda e uno che si spegne, o tra un impianto sicuro e un rischio incendio.' },
|
|
82
82
|
{ type: 'title', text: 'La Formula della Caduta di Tensione', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Calcolo Esatto con la Legge di Ohm', html: '<p>La formula è <strong>ΔV = (2 × L × I × ρ) / S</strong>, dove L è la lunghezza di andata, I la corrente, ρ la resistività (0,0178 per il rame) e S la sezione del cavo.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Controlla dati, unità, arrotondamento, data e giurisdizione, perché ciascun elemento può cambiare la stima." },
|
|
86
|
+
{ type: 'paragraph', html: "Usa il risultato per pianificare e confrontare scenari; non sostituisce un calcolo ufficiale o una consulenza professionale." },
|
|
87
|
+
{ type: 'paragraph', html: "Interpreta il risultato insieme alle ipotesi mostrate dal calcolatore prima di utilizzarlo." },
|
|
88
|
+
{ type: 'paragraph', html: "Controlla dati, unità, arrotondamento, data e giurisdizione, perché ciascun elemento può cambiare la stima." },
|
|
89
|
+
{ type: 'paragraph', html: "Usa il risultato per pianificare e confrontare scenari; non sostituisce un calcolo ufficiale o una consulenza professionale." },
|
|
90
|
+
{ type: 'paragraph', html: "Interpreta il risultato insieme alle ipotesi mostrate dal calcolatore prima di utilizzarlo." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Caduta di Tensione Totale',
|
|
87
93
|
heroVoltsUnit: 'Volt',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '車中泊仕様のバンを製作したり、ソーラー設置を設計したり、庭に照明を引いたりする場合、あなたのプロジェクトを台無しにする可能性のある見えない敵がいます。それが<strong>電圧降下</strong>です。これは単なる技術的な問題ではありません。冷蔵庫が冷えるか止まってしまうか、安全な設置か火災のリスクかの違いです。' },
|
|
82
82
|
{ type: 'title', text: '電圧降下の計算式', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'オームの法則による正確な計算', html: '<p>式は <strong>ΔV = (2 × L × I × ρ) / S</strong> です。ここで L は片道の長さ、I は電流、ρ は抵抗率(銅は 0.0178)、S は断面積です。2をかけるのは電気が往復するためです。</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "入力値、単位、丸め、日付、地域を確認してください。どれも推定結果を変える可能性があります。" },
|
|
86
|
+
{ type: 'paragraph', html: "結果は計画や条件比較に使えますが、公式計算や専門家の助言の代わりにはなりません。" },
|
|
87
|
+
{ type: 'paragraph', html: "利用する前に、計算機が示す前提条件と結果を一緒に確認してください。" },
|
|
88
|
+
{ type: 'paragraph', html: "入力値、単位、丸め、日付、地域を確認してください。どれも推定結果を変える可能性があります。" },
|
|
89
|
+
{ type: 'paragraph', html: "結果は計画や条件比較に使えますが、公式計算や専門家の助言の代わりにはなりません。" },
|
|
90
|
+
{ type: 'paragraph', html: "利用する前に、計算機が示す前提条件と結果を一緒に確認してください。" },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: '総電圧降下',
|
|
87
93
|
heroVoltsUnit: 'ボルト',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '캠핑카를 제작하거나, 태양광 설비를 설계하거나, 정원에 조명을 설치할 때 당신의 프로젝트를 망칠 수 있는 보이지 않는 적이 있습니다. 바로 <strong>전압 강하</strong>입니다. 이는 단순한 기술적 문제가 아닙니다. 냉장고가 제대로 작동하느냐 꺼지느냐, 혹은 안전한 설치냐 화재 위험이냐의 차이입니다.' },
|
|
82
82
|
{ type: 'title', text: '전압 강하 계산 공식', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: '옴의 법칙을 통한 정확한 계산', html: '<p>공식은 <strong>ΔV = (2 × L × I × ρ) / S</strong>입니다. 여기서 L은 편도 길이, I는 전류, ρ는 비저항(구리는 0.0178), S는 단면적입니다. 2를 곱하는 이유는 전기가 왕복하기 때문입니다.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "입력값, 단위, 반올림, 날짜와 관할을 확인하세요. 모두 추정값을 바꿀 수 있습니다." },
|
|
86
|
+
{ type: 'paragraph', html: "결과는 계획과 시나리오 비교에 사용할 수 있지만 공식 계산이나 전문가 조언을 대신하지 않습니다." },
|
|
87
|
+
{ type: 'paragraph', html: "사용하기 전에 계산기가 표시한 가정과 결과를 함께 확인하세요." },
|
|
88
|
+
{ type: 'paragraph', html: "입력값, 단위, 반올림, 날짜와 관할을 확인하세요. 모두 추정값을 바꿀 수 있습니다." },
|
|
89
|
+
{ type: 'paragraph', html: "결과는 계획과 시나리오 비교에 사용할 수 있지만 공식 계산이나 전문가 조언을 대신하지 않습니다." },
|
|
90
|
+
{ type: 'paragraph', html: "사용하기 전에 계산기가 표시한 가정과 결과를 함께 확인하세요." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: '총 전압 강하',
|
|
87
93
|
heroVoltsUnit: '볼트',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Of je nu een camper bouwt, een zonnesysteem ontwerpt of kabels trekt voor je tuin, er is een onzichtbare vijand: <strong>spanningsverlies</strong>. Dit is niet alleen een technisch dingetje; het is het verschil tussen een koelkast die koelt en een die uitgaat, of tussen een veilige installatie en een brandrisico.' },
|
|
82
82
|
{ type: 'title', text: 'De Formule voor Spanningsverlies', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Nauwkeurige Berekening met de Wet van Ohm', html: '<p>De formule is <strong>ΔV = (2 × L × I × ρ) / S</strong>, waarbij L de enkele lengte is, I de stroom, ρ de resistiviteit (0,0178 voor koper) en S de kabeldoorsnede.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Controleer invoer, eenheden, afronding, datum en jurisdictie, want elk onderdeel kan de schatting wijzigen." },
|
|
86
|
+
{ type: 'paragraph', html: "Gebruik het resultaat voor planning en scenariokeuze; het vervangt geen officiële berekening of professioneel advies." },
|
|
87
|
+
{ type: 'paragraph', html: "Interpreteer het resultaat samen met de aannames van de calculator voordat u het gebruikt." },
|
|
88
|
+
{ type: 'paragraph', html: "Controleer invoer, eenheden, afronding, datum en jurisdictie, want elk onderdeel kan de schatting wijzigen." },
|
|
89
|
+
{ type: 'paragraph', html: "Gebruik het resultaat voor planning en scenariokeuze; het vervangt geen officiële berekening of professioneel advies." },
|
|
90
|
+
{ type: 'paragraph', html: "Interpreteer het resultaat samen met de aannames van de calculator voordat u het gebruikt." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Totaal Spanningsverlies',
|
|
87
93
|
heroVoltsUnit: 'Volt',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Jeśli budujesz kampera, projektujesz instalację solarną lub kładziesz kable w ogrodzie, istnieje niewidzialny wróg: <strong>spadek napięcia</strong>. To nie tylko kwestia techniczna; to różnica między lodówką, która chłodzi, a taką, która się wyłącza, oraz między bezpieczną instalacją a ryzykiem pożaru.' },
|
|
82
82
|
{ type: 'title', text: 'Wzór na Spadek Napięcia', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Dokładne Obliczenia z Prawem Ohma', html: '<p>Wzór to <strong>ΔV = (2 × L × I × ρ) / S</strong>, gdzie L to długość w jedną stronę, I to prąd, ρ to rezystywność (0,0178 dla miedzi), a S to przekrój kabla.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Sprawdź dane, jednostki, zaokrąglenie, datę i jurysdykcję, ponieważ każdy element może zmienić szacunek." },
|
|
86
|
+
{ type: 'paragraph', html: "Używaj wyniku do planowania i porównywania scenariuszy; nie zastępuje obliczeń urzędowych ani porady specjalisty." },
|
|
87
|
+
{ type: 'paragraph', html: "Przed użyciem zinterpretuj wynik razem z założeniami pokazanymi przez kalkulator." },
|
|
88
|
+
{ type: 'paragraph', html: "Sprawdź dane, jednostki, zaokrąglenie, datę i jurysdykcję, ponieważ każdy element może zmienić szacunek." },
|
|
89
|
+
{ type: 'paragraph', html: "Używaj wyniku do planowania i porównywania scenariuszy; nie zastępuje obliczeń urzędowych ani porady specjalisty." },
|
|
90
|
+
{ type: 'paragraph', html: "Przed użyciem zinterpretuj wynik razem z założeniami pokazanymi przez kalkulator." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Całkowity Spadek Napięcia',
|
|
87
93
|
heroVoltsUnit: 'Wolty',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Se está a construir uma autocaravana, a desenhar uma instalação solar ou a passar cabos para o jardim, há um inimigo invisível: a <strong>queda de tensão</strong>. Não é apenas uma questão técnica; é a diferença entre um frigorífico que arrefece e um que se desliga, ou entre uma instalação segura e um risco de incêndio.' },
|
|
82
82
|
{ type: 'title', text: 'A Fórmula da Queda de Tensão', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Cálculo Exato com a Lei de Ohm', html: '<p>A fórmula é <strong>ΔV = (2 × L × I × ρ) / S</strong>, onde L é o comprimento de ida, I a corrente, ρ a resistividade (0,0178 para cobre) e S a secção do cabo.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Confirme dados, unidades, arredondamento, data e jurisdição, pois cada elemento pode alterar a estimativa." },
|
|
86
|
+
{ type: 'paragraph', html: "Use o resultado para planear e comparar cenários; não substitui um cálculo oficial nem aconselhamento profissional." },
|
|
87
|
+
{ type: 'paragraph', html: "Interprete o resultado juntamente com as premissas apresentadas pela calculadora antes de o utilizar." },
|
|
88
|
+
{ type: 'paragraph', html: "Confirme dados, unidades, arredondamento, data e jurisdição, pois cada elemento pode alterar a estimativa." },
|
|
89
|
+
{ type: 'paragraph', html: "Use o resultado para planear e comparar cenários; não substitui um cálculo oficial nem aconselhamento profissional." },
|
|
90
|
+
{ type: 'paragraph', html: "Interprete o resultado juntamente com as premissas apresentadas pela calculadora antes de o utilizar." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Queda de Tensão Total',
|
|
87
93
|
heroVoltsUnit: 'Volts',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Если вы строите автодом, проектируете солнечную электростанцию или тянете кабель для освещения сада, у вас есть невидимый враг: <strong>падение напряжения</strong>. Это не просто технический нюанс; это разница между работающим холодильником и неисправным оборудованием, между безопасностью и риском пожара.' },
|
|
82
82
|
{ type: 'title', text: 'Формула падения напряжения', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Точный расчет по закону Ома', html: '<p>Формула: <strong>ΔV = (2 × L × I × ρ) / S</strong>, где L - длина в одну сторону, I - сила тока, ρ - удельное сопротивление (0.0178 для меди), S - сечение кабеля.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Проверьте ввод, единицы, округление, дату и юрисдикцию: каждый параметр может изменить оценку." },
|
|
86
|
+
{ type: 'paragraph', html: "Используйте результат для планирования и сравнения сценариев; он не заменяет официальный расчёт или консультацию специалиста." },
|
|
87
|
+
{ type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },
|
|
88
|
+
{ type: 'paragraph', html: "Проверьте ввод, единицы, округление, дату и юрисдикцию: каждый параметр может изменить оценку." },
|
|
89
|
+
{ type: 'paragraph', html: "Используйте результат для планирования и сравнения сценариев; он не заменяет официальный расчёт или консультацию специалиста." },
|
|
90
|
+
{ type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Общее падение напряжения',
|
|
87
93
|
heroVoltsUnit: 'Вольт',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Oavsett om du bygger en husbil, designar en solcellsanläggning eller drar kablar i trädgården finns det en osynlig fiende: <strong>spänningsfall</strong>. Det är inte bara en teknisk detalj; det är skillnaden mellan ett kylskåp som kyler och ett som stängs av, eller mellan en säker installation och en brandrisk.' },
|
|
82
82
|
{ type: 'title', text: 'Formeln för spänningsfall', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Exakt beräkning med Ohms lag', html: '<p>Formeln är <strong>ΔV = (2 × L × I × ρ) / S</strong>, där L är längden enkel väg, I är strömmen, ρ är resistiviteten (0,0178 för koppar) och S är kabelarean.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Kontrollera indata, enheter, avrundning, datum och rättsområde eftersom varje del kan ändra uppskattningen." },
|
|
86
|
+
{ type: 'paragraph', html: "Använd resultatet för planering och scenariejämförelser; det ersätter inte en officiell beräkning eller professionell rådgivning." },
|
|
87
|
+
{ type: 'paragraph', html: "Tolka resultatet tillsammans med kalkylatorns antaganden innan du använder det." },
|
|
88
|
+
{ type: 'paragraph', html: "Kontrollera indata, enheter, avrundning, datum och rättsområde eftersom varje del kan ändra uppskattningen." },
|
|
89
|
+
{ type: 'paragraph', html: "Använd resultatet för planering och scenariejämförelser; det ersätter inte en officiell beräkning eller professionell rådgivning." },
|
|
90
|
+
{ type: 'paragraph', html: "Tolka resultatet tillsammans med kalkylatorns antaganden innan du använder det." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Totalt spänningsfall',
|
|
87
93
|
heroVoltsUnit: 'Volt',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: 'Bir karavan yapıyorsanız, güneş enerjisi sistemi tasarlıyorsanız veya bahçenize kablo çekiyorsanız, projenizi mahvedebilecek görünmez bir düşman vardır: <strong>gerilim düşümü</strong>. Bu sadece teknik bir konu değil; soğutan bir buzdolabı ile kapanan bir buzdolabı arasındaki veya güvenli bir tesisat ile yangın riski arasındaki farktır.' },
|
|
82
82
|
{ type: 'title', text: 'Gerilim Düşümü Formülü', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: 'Ohm Yasası ile Kesin Hesaplama', html: '<p>Formül <strong>ΔV = (2 × L × I × ρ) / S</strong> şeklindedir. Burada L tek yönlü uzunluk, I akım, ρ özdirenç (bakır için 0,0178) ve S kablo kesitidir.</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "Girdileri, birimleri, yuvarlamayı, tarihi ve yargı alanını kontrol edin; her biri tahmini değiştirebilir." },
|
|
86
|
+
{ type: 'paragraph', html: "Sonucu planlama ve senaryo karşılaştırması için kullanın; resmî hesabın veya uzman görüşünün yerine geçmez." },
|
|
87
|
+
{ type: 'paragraph', html: "Kullanmadan önce sonucu hesaplayıcının gösterdiği varsayımlarla birlikte yorumlayın." },
|
|
88
|
+
{ type: 'paragraph', html: "Girdileri, birimleri, yuvarlamayı, tarihi ve yargı alanını kontrol edin; her biri tahmini değiştirebilir." },
|
|
89
|
+
{ type: 'paragraph', html: "Sonucu planlama ve senaryo karşılaştırması için kullanın; resmî hesabın veya uzman görüşünün yerine geçmez." },
|
|
90
|
+
{ type: 'paragraph', html: "Kullanmadan önce sonucu hesaplayıcının gösterdiği varsayımlarla birlikte yorumlayın." },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: 'Toplam Gerilim Düşümü',
|
|
87
93
|
heroVoltsUnit: 'Volt',
|
|
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<VoltageDropCalculatorUI> = {
|
|
|
81
81
|
{ type: 'paragraph', html: '如果您正在改装房车、设计太阳能系统或在花园里铺设电缆,有一个不可见的敌人可能会破坏您的项目:<strong>电压降</strong>。这不仅是一个技术问题;它关系到冰箱是能正常工作还是会自动断电,也关系到安装的系统是安全的还是存在火灾隐患。' },
|
|
82
82
|
{ type: 'title', text: '电压降计算公式', level: 3 },
|
|
83
83
|
{ type: 'card', icon: 'mdi:function-variant', title: '基于欧姆定律的精确计算', html: '<p>公式为 <strong>ΔV = (2 × L × I × ρ) / S</strong>,其中 L 是单程长度,I 是电流,ρ 是电阻率(铜为 0.0178),S 是电缆截面积。乘以 2 是因为电流需要流经回路(来回)。</p>' },
|
|
84
|
-
|
|
84
|
+
|
|
85
|
+
{ type: 'paragraph', html: "请检查输入值、单位、四舍五入方式、日期和司法辖区,因为每项都可能改变估算。" },
|
|
86
|
+
{ type: 'paragraph', html: "结果可用于规划和比较方案,但不能替代官方计算或专业建议。" },
|
|
87
|
+
{ type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },
|
|
88
|
+
{ type: 'paragraph', html: "请检查输入值、单位、四舍五入方式、日期和司法辖区,因为每项都可能改变估算。" },
|
|
89
|
+
{ type: 'paragraph', html: "结果可用于规划和比较方案,但不能替代官方计算或专业建议。" },
|
|
90
|
+
{ type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },],
|
|
85
91
|
ui: {
|
|
86
92
|
heroDropLabel: '总电压降',
|
|
87
93
|
heroVoltsUnit: '伏特',
|