@jjlmoya/utils-diy 1.21.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.
Files changed (118) hide show
  1. package/package.json +2 -2
  2. package/src/entries.ts +4 -1
  3. package/src/tests/locale_completeness.test.ts +2 -2
  4. package/src/tests/seo_parity.test.ts +60 -0
  5. package/src/tests/tool_validation.test.ts +2 -2
  6. package/src/tests/translation_copy.test.ts +124 -0
  7. package/src/tool/drywallCalculator/bibliography.astro +7 -0
  8. package/src/tool/drywallCalculator/bibliography.ts +16 -0
  9. package/src/tool/drywallCalculator/component.astro +324 -0
  10. package/src/tool/drywallCalculator/drywall-calculator.css +426 -0
  11. package/src/tool/drywallCalculator/entry.ts +24 -0
  12. package/src/tool/drywallCalculator/i18n/de.ts +169 -0
  13. package/src/tool/drywallCalculator/i18n/en.ts +169 -0
  14. package/src/tool/drywallCalculator/i18n/es.ts +169 -0
  15. package/src/tool/drywallCalculator/i18n/fr.ts +169 -0
  16. package/src/tool/drywallCalculator/i18n/id.ts +169 -0
  17. package/src/tool/drywallCalculator/i18n/it.ts +169 -0
  18. package/src/tool/drywallCalculator/i18n/ja.ts +169 -0
  19. package/src/tool/drywallCalculator/i18n/ko.ts +169 -0
  20. package/src/tool/drywallCalculator/i18n/nl.ts +169 -0
  21. package/src/tool/drywallCalculator/i18n/pl.ts +169 -0
  22. package/src/tool/drywallCalculator/i18n/pt.ts +169 -0
  23. package/src/tool/drywallCalculator/i18n/ru.ts +169 -0
  24. package/src/tool/drywallCalculator/i18n/sv.ts +169 -0
  25. package/src/tool/drywallCalculator/i18n/tr.ts +169 -0
  26. package/src/tool/drywallCalculator/i18n/zh.ts +169 -0
  27. package/src/tool/drywallCalculator/index.ts +10 -0
  28. package/src/tool/drywallCalculator/logic.test.ts +39 -0
  29. package/src/tool/drywallCalculator/logic.ts +33 -0
  30. package/src/tool/drywallCalculator/seo.astro +14 -0
  31. package/src/tool/drywallCalculator/ui.ts +52 -0
  32. package/src/tool/epoxyCalculator/i18n/de.ts +2 -1
  33. package/src/tool/epoxyCalculator/i18n/id.ts +2 -1
  34. package/src/tool/epoxyCalculator/i18n/it.ts +2 -1
  35. package/src/tool/epoxyCalculator/i18n/ja.ts +2 -1
  36. package/src/tool/epoxyCalculator/i18n/ko.ts +2 -1
  37. package/src/tool/epoxyCalculator/i18n/nl.ts +2 -1
  38. package/src/tool/epoxyCalculator/i18n/pl.ts +2 -1
  39. package/src/tool/epoxyCalculator/i18n/pt.ts +2 -1
  40. package/src/tool/epoxyCalculator/i18n/ru.ts +2 -1
  41. package/src/tool/epoxyCalculator/i18n/sv.ts +2 -1
  42. package/src/tool/epoxyCalculator/i18n/tr.ts +2 -1
  43. package/src/tool/epoxyCalculator/i18n/zh.ts +2 -1
  44. package/src/tool/furnitureFit/i18n/de.ts +2 -1
  45. package/src/tool/furnitureFit/i18n/id.ts +2 -1
  46. package/src/tool/furnitureFit/i18n/it.ts +2 -1
  47. package/src/tool/furnitureFit/i18n/ja.ts +2 -1
  48. package/src/tool/furnitureFit/i18n/ko.ts +2 -1
  49. package/src/tool/furnitureFit/i18n/nl.ts +2 -1
  50. package/src/tool/furnitureFit/i18n/pl.ts +2 -1
  51. package/src/tool/furnitureFit/i18n/pt.ts +2 -1
  52. package/src/tool/furnitureFit/i18n/ru.ts +2 -1
  53. package/src/tool/furnitureFit/i18n/sv.ts +2 -1
  54. package/src/tool/furnitureFit/i18n/tr.ts +2 -1
  55. package/src/tool/furnitureFit/i18n/zh.ts +2 -1
  56. package/src/tool/mortarCalculator/i18n/de.ts +5 -1
  57. package/src/tool/mortarCalculator/i18n/es.ts +2 -6
  58. package/src/tool/mortarCalculator/i18n/id.ts +5 -1
  59. package/src/tool/mortarCalculator/i18n/it.ts +5 -1
  60. package/src/tool/mortarCalculator/i18n/ja.ts +5 -1
  61. package/src/tool/mortarCalculator/i18n/ko.ts +5 -1
  62. package/src/tool/mortarCalculator/i18n/nl.ts +5 -1
  63. package/src/tool/mortarCalculator/i18n/pl.ts +5 -1
  64. package/src/tool/mortarCalculator/i18n/pt.ts +5 -1
  65. package/src/tool/mortarCalculator/i18n/ru.ts +5 -1
  66. package/src/tool/mortarCalculator/i18n/sv.ts +5 -1
  67. package/src/tool/mortarCalculator/i18n/tr.ts +5 -1
  68. package/src/tool/mortarCalculator/i18n/zh.ts +5 -1
  69. package/src/tool/passepartoutCalculator/i18n/de.ts +5 -1
  70. package/src/tool/passepartoutCalculator/i18n/id.ts +5 -1
  71. package/src/tool/passepartoutCalculator/i18n/it.ts +5 -1
  72. package/src/tool/passepartoutCalculator/i18n/ja.ts +5 -1
  73. package/src/tool/passepartoutCalculator/i18n/ko.ts +5 -1
  74. package/src/tool/passepartoutCalculator/i18n/nl.ts +5 -1
  75. package/src/tool/passepartoutCalculator/i18n/pl.ts +5 -1
  76. package/src/tool/passepartoutCalculator/i18n/pt.ts +5 -1
  77. package/src/tool/passepartoutCalculator/i18n/ru.ts +5 -1
  78. package/src/tool/passepartoutCalculator/i18n/sv.ts +5 -1
  79. package/src/tool/passepartoutCalculator/i18n/tr.ts +5 -1
  80. package/src/tool/passepartoutCalculator/i18n/zh.ts +5 -1
  81. package/src/tool/stairCalculator/i18n/de.ts +3 -1
  82. package/src/tool/stairCalculator/i18n/id.ts +3 -1
  83. package/src/tool/stairCalculator/i18n/it.ts +3 -1
  84. package/src/tool/stairCalculator/i18n/ja.ts +3 -1
  85. package/src/tool/stairCalculator/i18n/ko.ts +3 -1
  86. package/src/tool/stairCalculator/i18n/nl.ts +3 -1
  87. package/src/tool/stairCalculator/i18n/pl.ts +3 -1
  88. package/src/tool/stairCalculator/i18n/pt.ts +3 -1
  89. package/src/tool/stairCalculator/i18n/ru.ts +3 -1
  90. package/src/tool/stairCalculator/i18n/sv.ts +3 -1
  91. package/src/tool/stairCalculator/i18n/tr.ts +3 -1
  92. package/src/tool/stairCalculator/i18n/zh.ts +3 -1
  93. package/src/tool/thermalExpansionCalculator/i18n/de.ts +5 -1
  94. package/src/tool/thermalExpansionCalculator/i18n/id.ts +7 -1
  95. package/src/tool/thermalExpansionCalculator/i18n/it.ts +7 -1
  96. package/src/tool/thermalExpansionCalculator/i18n/ja.ts +7 -1
  97. package/src/tool/thermalExpansionCalculator/i18n/ko.ts +7 -1
  98. package/src/tool/thermalExpansionCalculator/i18n/nl.ts +7 -1
  99. package/src/tool/thermalExpansionCalculator/i18n/pl.ts +7 -1
  100. package/src/tool/thermalExpansionCalculator/i18n/pt.ts +7 -1
  101. package/src/tool/thermalExpansionCalculator/i18n/ru.ts +7 -1
  102. package/src/tool/thermalExpansionCalculator/i18n/sv.ts +7 -1
  103. package/src/tool/thermalExpansionCalculator/i18n/tr.ts +7 -1
  104. package/src/tool/thermalExpansionCalculator/i18n/zh.ts +7 -1
  105. package/src/tool/voltageDropCalculator/i18n/de.ts +5 -1
  106. package/src/tool/voltageDropCalculator/i18n/fr.ts +3 -1
  107. package/src/tool/voltageDropCalculator/i18n/id.ts +7 -1
  108. package/src/tool/voltageDropCalculator/i18n/it.ts +7 -1
  109. package/src/tool/voltageDropCalculator/i18n/ja.ts +7 -1
  110. package/src/tool/voltageDropCalculator/i18n/ko.ts +7 -1
  111. package/src/tool/voltageDropCalculator/i18n/nl.ts +7 -1
  112. package/src/tool/voltageDropCalculator/i18n/pl.ts +7 -1
  113. package/src/tool/voltageDropCalculator/i18n/pt.ts +7 -1
  114. package/src/tool/voltageDropCalculator/i18n/ru.ts +7 -1
  115. package/src/tool/voltageDropCalculator/i18n/sv.ts +7 -1
  116. package/src/tool/voltageDropCalculator/i18n/tr.ts +7 -1
  117. package/src/tool/voltageDropCalculator/i18n/zh.ts +7 -1
  118. package/src/tools.ts +2 -1
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:eye-outline', title: 'Złudzenie optyczne środka geometrycznego', html: '<p>Ludzkie oko ma tendencję do postrzegania pionowego środka geometrycznego nieco niżej niż znajduje się on w rzeczywistości. Jeśli oprawisz pracę dokładnie w środku, będzie się wydawać, że "opada".</p><p><strong>Bottom Weighting</strong> koryguje to złudzenie, pozostawiając nieco większy dolny margines, optycznie unosząc dzieło, aby wydawało się idealnie wyśrodkowane.</p>' },
84
84
  { type: 'title', text: 'Materiały Konserwatorskie do Passe-partout', level: 3 },
85
85
  { type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Bezkwasowy karton do konserwacji', html: '<p>Wybierając karton, zawsze szukaj terminów takich jak <strong>"Acid-Free"</strong> lub <strong>"Museum Quality"</strong>. Tanie kartony z miazgi drzewnej mogą z czasem żółknąć i uwalniać kwasy, które "przypalą" Twoje dzieło (foxing), nieodwracalnie je niszcząc.</p>' },
86
- ],
86
+
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." },],
87
91
  ui: {
88
92
  sectionTitle: 'Wymiary',
89
93
  sectionDesc: 'Wprowadź wymiary w centymetrach.',
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:eye-outline', title: 'A ilusão ótica do centro geométrico', html: '<p>O olho humano tende a perceber o centro vertical geométrico como se estivesse ligeiramente mais baixo do que realmente está. Se emoldurar uma obra exatamente no centro, parecerá que se está "a cair".</p><p>O <strong>Bottom Weighting</strong> corrige esta ilusão ótica deixando uma margem inferior ligeiramente maior, elevando a obra visualmente para que pareça perfeitamente centrada.</p>' },
84
84
  { type: 'title', text: 'Materiais de Conservação para Passepartout', level: 3 },
85
85
  { type: 'card', icon: 'mdi:palette-swatch-outline', title: 'O cartão sem ácido para conservação', html: '<p>Ao escolher o seu cartão, procure sempre termos como <strong>"Acid-Free"</strong> ou <strong>"Museum Quality"</strong>. Os cartões baratos de polpa de madeira podem amarelecer com o tempo e libertar ácidos que queimarão a sua obra de arte (foxing), arruinando-a irreversivelmente.</p>' },
86
- ],
86
+
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." },],
87
91
  ui: {
88
92
  sectionTitle: 'Dimensões',
89
93
  sectionDesc: 'Introduza as medidas em centímetros.',
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:eye-outline', title: 'Оптическая иллюзия геометрического центра', html: '<p>Человеческий глаз склонен воспринимать вертикальный геометрический центр чуть ниже, чем он есть на самом деле. Если вы оформите работу точно по центру, будет казаться, что она "падает".</p><p><strong>Bottom Weighting</strong> корректирует эту иллюзию, оставляя нижнее поле чуть больше, визуально приподнимая работу, чтобы она казалась идеально центрированной.</p>' },
84
84
  { type: 'title', text: 'Материалы для консервационного оформления', level: 3 },
85
85
  { type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Безкислотный картон для консервации', html: '<p>При выборе картона всегда ищите пометки <strong>"Acid-Free"</strong> или <strong>"Museum Quality"</strong>. Дешевый картон из древесной массы может со временем пожелтеть и выделять кислоты, которые "прожгут" ваше произведение искусства (фоксинг), непоправимо испортив его.</p>' },
86
- ],
86
+
87
+ { type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },
88
+ { type: 'paragraph', html: "Проверьте ввод, единицы, округление, дату и юрисдикцию: каждый параметр может изменить оценку." },
89
+ { type: 'paragraph', html: "Используйте результат для планирования и сравнения сценариев; он не заменяет официальный расчёт или консультацию специалиста." },
90
+ { type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },],
87
91
  ui: {
88
92
  sectionTitle: 'Размеры',
89
93
  sectionDesc: 'Введите размеры в сантиметрах.',
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:eye-outline', title: 'Den optiska illusionen av det geometriska centrumet', html: '<p>Det mänskliga ögat tenderar att uppfatta det vertikala geometriska centrumet som något lägre än det faktiskt är. Om du ramar in ett verk exakt i mitten ser det ut som om det "sjunker".</p><p><strong>Bottom Weighting</strong> korrigerar denna illusion genom att lämna en något större nedre marginal, vilket lyfter verket visuellt så att det ser perfekt centrerat ut.</p>' },
84
84
  { type: 'title', text: 'Konserveringsmaterial för passepartouter', level: 3 },
85
85
  { type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Syrafri kartong för konservering', html: '<p>När du väljer kartong ska du alltid leta efter termer som <strong>"Acid-Free"</strong> eller <strong>"Museum Quality"</strong>. Billig kartong av trämassa kan gulna med tiden och frigöra syror som "bränner" ditt konstverk (foxing), vilket förstör det oåterkalleligt.</p>' },
86
- ],
86
+
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." },],
87
91
  ui: {
88
92
  sectionTitle: 'Dimensioner',
89
93
  sectionDesc: 'Ange måtten i centimeter.',
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:eye-outline', title: 'Geometrik merkezin optik illüzyonu', html: '<p>İnsan gözü, dikey geometrik merkezi gerçekte olduğundan biraz daha aşağıda algılama eğilimindedir. Bir eseri tam merkeze çerçevelerseniz, "aşağı düşüyormuş" gibi görünecektir.</p><p><strong>Bottom Weighting</strong>, alt kenar boşluğunu biraz daha geniş bırakarak bu illüzyonu düzeltir ve eseri görsel olarak yükselterek mükemmel bir şekilde ortalanmış görünmesini sağlar.</p>' },
84
84
  { type: 'title', text: 'Paspartu İçin Koruma Malzemeleri', level: 3 },
85
85
  { type: 'card', icon: 'mdi:palette-swatch-outline', title: 'Koruma için asitsiz karton', html: '<p>Kartonunuzu seçerken daima <strong>"Acid-Free"</strong> (asitsiz) veya <strong>"Museum Quality"</strong> (müze kalitesi) gibi terimleri arayın. Ucuz odun hamuru kartonlar zamanla sararabilir ve sanat eserinizi irreversibl şekilde bozacak asitler salabilir.</p>' },
86
- ],
86
+
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." },],
87
91
  ui: {
88
92
  sectionTitle: 'Boyutlar',
89
93
  sectionDesc: 'Ölçüleri santimetre cinsinden girin.',
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<PassepartoutCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:eye-outline', title: '几何中心的视觉错觉', html: '<p>人类的眼睛往往会将垂直几何中心感知为比实际位置略低一点。如果您将作品完全放在正中心,它看起来会像是在"下坠"。</p><p><strong>底部加权</strong>通过多预留一点底部边距来修正这种错觉,从而在视觉上提升作品,使其看起来完美居中。</p>' },
84
84
  { type: 'title', text: '卡纸的保护材料', level: 3 },
85
85
  { type: 'card', icon: 'mdi:palette-swatch-outline', title: '用于保存的无酸卡纸', html: '<p>选择卡纸时,请始终寻找 <strong>"Acid-Free"</strong>(无酸)或 <strong>"Museum Quality"</strong>(博物馆品质)等术语。廉价的木浆卡纸会随时间变黄,并释放酸性物质,从而"烧坏"您的艺术品(产生狐斑),造成不可逆转的损坏。</p>' },
86
- ],
86
+
87
+ { type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },
88
+ { type: 'paragraph', html: "请检查输入值、单位、四舍五入方式、日期和司法辖区,因为每项都可能改变估算。" },
89
+ { type: 'paragraph', html: "结果可用于规划和比较方案,但不能替代官方计算或专业建议。" },
90
+ { type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },],
87
91
  ui: {
88
92
  sectionTitle: '尺寸',
89
93
  sectionDesc: '以厘米为单位输入尺寸。',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Für eine professionelle Ausführung ist es wichtig, die Betonlaufplatte zu berücksichtigen. Ein Ignorieren dieses Volumens führt zu Fehlbestellungen beim Beton. Der Rechner integriert diese Berechnung automatisch.' },
88
88
  { type: 'title', text: 'Vermeidung kumulierter Fehler', level: 3 },
89
89
  { type: 'paragraph', html: 'Im Bauwesen ist der Millimeterfehler der größte Feind. Wenn Sie jede Stufe einzeln messen, können sich kleine Fehler so summieren, dass die letzte Stufe 5 cm höher oder niedriger als die erste ist.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Deuten Sie das Ergebnis gemeinsam mit den angezeigten Annahmen, bevor Sie es verwenden." },
92
+ { type: 'paragraph', html: "Prüfen Sie Eingaben, Einheiten, Rundung, Datum und Recht, weil jedes Element die Schätzung verändern kann." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometrie und Platzbedarf',
93
95
  labelTotalHeight: 'Gesamthöhe (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Untuk pelaksanaan profesional, penting untuk mempertimbangkan pelat beton. Mengabaikan volume ini akan menghasilkan pemesanan beton yang tidak mencukupi. Kalkulator mengintegrasikan perhitungan ini secara otomatis.' },
88
88
  { type: 'title', text: 'Kesalahan Kumulatif dalam Pengukuran', level: 3 },
89
89
  { type: 'paragraph', html: 'Dalam konstruksi, musuh terbesar adalah kesalahan milimeter. Jika Anda mengukur setiap anak tangga secara terpisah, total kesalahan kecil dapat membuat anak tangga terakhir jauh lebih tinggi atau lebih rendah dari yang pertama.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Tafsirkan hasil bersama asumsi yang ditampilkan kalkulator sebelum menggunakannya." },
92
+ { type: 'paragraph', html: "Periksa input, satuan, pembulatan, tanggal, dan yurisdiksi karena semuanya dapat mengubah estimasi." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometri dan Ruang',
93
95
  labelTotalHeight: 'Tinggi Total (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Per un\'esecuzione professionale, è vitale considerare la soletta di calcestruzzo. Ignorare questo volume risulterebbe in un ordine di materiale insufficiente. Il calcolatore integra automaticamente questo calcolo.' },
88
88
  { type: 'title', text: 'Tracciamento e Errore Accumulato', level: 3 },
89
89
  { type: 'paragraph', html: 'In costruzione, il peggior nemico è l\'errore millimetrico. Se misuri ogni gradino separatamente, la somma di piccoli errori può lasciare l\'ultimo gradino 5 cm più alto o più basso del previsto.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Interpreta il risultato insieme alle ipotesi mostrate dal calcolatore prima di utilizzarlo." },
92
+ { type: 'paragraph', html: "Controlla dati, unità, arrotondamento, data e giurisdizione, perché ciascun elemento può cambiare la stima." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometria e Ingombro',
93
95
  labelTotalHeight: 'Dislivello Totale (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'プロフェッショナルな施工には、コンクリートスラブ(段を支える斜面)の考慮が不可欠です。この体積を無視すると発注不足や施工不良を招きます。計算機はこの計算を自動で行います。' },
88
88
  { type: 'title', text: '墨出しと誤差の蓄積', level: 3 },
89
89
  { type: 'paragraph', html: '建設において最大の敵はミリ単位の誤差です。各段を個別に測ると、誤差が蓄積され、最後の段が最初より5cm高くなったり低くなったりすることがあります。' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "利用する前に、計算機が示す前提条件と結果を一緒に確認してください。" },
92
+ { type: 'paragraph', html: "入力値、単位、丸め、日付、地域を確認してください。どれも推定結果を変える可能性があります。" },],
91
93
  ui: {
92
94
  labelGeometry: '幾何学とスペース',
93
95
  labelTotalHeight: '全高 (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: '전문적인 시공을 위해서는 콘크리트 슬래브(단을 지지하는 경사면)를 반드시 고려해야 합니다. 이 부피를 무시하면 발주 부족이나 부실 시공의 원인이 됩니다. 계산기는 이 과정을 자동으로 처리합니다.' },
88
88
  { type: 'title', text: '먹매김과 오차 누적', level: 3 },
89
89
  { type: 'paragraph', html: '건설 현장에서 최대의 적은 밀리미터 단위의 오차입니다. 각 단을 따로 측정하면 오차가 쌓여 마지막 단이 처음보다 5cm 높거나 낮아질 수 있습니다.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "사용하기 전에 계산기가 표시한 가정과 결과를 함께 확인하세요." },
92
+ { type: 'paragraph', html: "입력값, 단위, 반올림, 날짜와 관할을 확인하세요. 모두 추정값을 바꿀 수 있습니다." },],
91
93
  ui: {
92
94
  labelGeometry: '기하학 및 공간',
93
95
  labelTotalHeight: '전체 높이 (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Voor een professionele uitvoering is het essentieel om de betonplaat (het schuine vlak dat de treden draagt) mee te nemen. Het negeren van dit volume leidt tot onvoldoende beton en slechte uitvoering. De calculator integreert deze berekening automatisch.' },
88
88
  { type: 'title', text: 'Uitzetten en de Cumulatieve Fout', level: 3 },
89
89
  { type: 'paragraph', html: 'In de bouw is de millimeterfout de grootste vijand. Als je elke trede afzonderlijk meet, kan de som van kleine foutjes ervoor zorgen dat de laatste trede 5 cm hoger of lager uitvalt dan de eerste.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Interpreteer het resultaat samen met de aannames van de calculator voordat u het gebruikt." },
92
+ { type: 'paragraph', html: "Controleer invoer, eenheden, afronding, datum en jurisdictie, want elk onderdeel kan de schatting wijzigen." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometrie en Ruimte',
93
95
  labelTotalHeight: 'Totale Hoogte (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Do profesjonalnego wykonania niezbędne jest uwzględnienie płyty betonowej. Zignorowanie tej objętości skutkowałoby niedoborem betonu i wadliwym wykonaniem. Kalkulator automatycznie integruje te obliczenia.' },
88
88
  { type: 'title', text: 'Tyczenie i Błąd Skumulowany', level: 3 },
89
89
  { type: 'paragraph', html: 'W budownictwie największym wrogiem jest błąd milimetrowy. Jeśli mierzysz każdy stopień oddzielnie, suma małych błędów może sprawić, że ostatni stopień będzie o 5 cm wyższy lub niższy od pierwszego.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Przed użyciem zinterpretuj wynik razem z założeniami pokazanymi przez kalkulator." },
92
+ { type: 'paragraph', html: "Sprawdź dane, jednostki, zaokrąglenie, datę i jurysdykcję, ponieważ każdy element może zmienić szacunek." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometria i Miejsce',
93
95
  labelTotalHeight: 'Wysokość całkowita (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Para uma execução profissional, é vital considerar a laje de betão. Ignorar este volume resultaria num pedido de betão insuficiente. A calculadora integra automaticamente este cálculo.' },
88
88
  { type: 'title', text: 'Marcação e Erro Acumulado', level: 3 },
89
89
  { type: 'paragraph', html: 'Na construção, o maior inimigo é o erro milimétrico. Se medir cada degrau separadamente, a soma de pequenos erros pode deixar o último degrau 5 cm mais alto ou mais baixo que o primeiro.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Interprete o resultado juntamente com as premissas apresentadas pela calculadora antes de o utilizar." },
92
+ { type: 'paragraph', html: "Confirme dados, unidades, arredondamento, data e jurisdição, pois cada elemento pode alterar a estimativa." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometria e Espaço',
93
95
  labelTotalHeight: 'Desnível Total (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Для профессионального исполнения жизненно важно учитывать бетонную плиту основания. Игнорирование этого объема приведет к нехватке материала при заказе. Калькулятор автоматически включает этот расчет.' },
88
88
  { type: 'title', text: 'Разметка и накопленная ошибка', level: 3 },
89
89
  { type: 'paragraph', html: 'В строительстве главный враг - миллиметровая ошибка. Если вы измеряете каждую ступень отдельно, сумма маленьких погрешностей может привести к тому, что последняя ступень окажется на 5 см выше или ниже первой.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Перед использованием интерпретируйте результат вместе с допущениями, указанными калькулятором." },
92
+ { type: 'paragraph', html: "Проверьте ввод, единицы, округление, дату и юрисдикцию: каждый параметр может изменить оценку." },],
91
93
  ui: {
92
94
  labelGeometry: 'Геометрия и габариты',
93
95
  labelTotalHeight: 'Общая высота (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'För ett professionellt utförande är det viktigt att räkna med betongplattan (den sneda ytan som bär upp stegen). Om den volymen glöms bort blir betongbeställningen för liten.' },
88
88
  { type: 'title', text: 'Utsättning och kumulativa fel', level: 3 },
89
89
  { type: 'paragraph', html: 'I byggbranschen är millimeterfel den största fienden. Om man mäter varje steg separat kan småfel summeras så att sista steget blir 5 cm för högt eller för lågt.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Tolka resultatet tillsammans med kalkylatorns antaganden innan du använder det." },
92
+ { type: 'paragraph', html: "Kontrollera indata, enheter, avrundning, datum och rättsområde eftersom varje del kan ändra uppskattningen." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometri och utrymme',
93
95
  labelTotalHeight: 'Total höjdskillnad (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: 'Profesyonel bir uygulama için beton plağı (basamakları taşıyan eğim) dikkate almak hayati önem taşır. Bu hacmin ihmal edilmesi eksik beton siparişi ve kötü uygulamaya yol açar.' },
88
88
  { type: 'title', text: 'Aplikasyon ve Kümülatif Hata', level: 3 },
89
89
  { type: 'paragraph', html: 'İnşaatta en büyük düşman milimetrik hatadır. Her basamağı ayrı ölçerseniz, küçük hataların toplamı son basamağı ilkinden 5 cm yüksek veya alçak bırakabilir.' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "Kullanmadan önce sonucu hesaplayıcının gösterdiği varsayımlarla birlikte yorumlayın." },
92
+ { type: 'paragraph', html: "Girdileri, birimleri, yuvarlamayı, tarihi ve yargı alanını kontrol edin; her biri tahmini değiştirebilir." },],
91
93
  ui: {
92
94
  labelGeometry: 'Geometri ve Alan',
93
95
  labelTotalHeight: 'Toplam Yükseklik (H)',
@@ -87,7 +87,9 @@ export const content: ToolLocaleContent<StairCalculatorUI> = {
87
87
  { type: 'paragraph', html: '对于专业施工,考虑混凝土斜板(支撑台阶的斜面)至关重要。忽略这部分体积会导致混凝土订购不足。计算器已自动整合此项计算。' },
88
88
  { type: 'title', text: '放样与累积误差', level: 3 },
89
89
  { type: 'paragraph', html: '在建筑施工中,最大的敌人是毫米级的误差。如果分开测量每个台阶,微小误差的累积可能会导致最后一步比第一步高或低 5 厘米。' },
90
- ],
90
+
91
+ { type: 'paragraph', html: "使用前请结合计算器显示的假设一起解读结果。" },
92
+ { type: 'paragraph', html: "请检查输入值、单位、四舍五入方式、日期和司法辖区,因为每项都可能改变估算。" },],
91
93
  ui: {
92
94
  labelGeometry: '几何形状与空间',
93
95
  labelTotalHeight: '总落差 (H)',
@@ -83,7 +83,11 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
83
83
  { type: 'card', icon: 'mdi:math-log', title: 'Formel für die lineare Ausdehnung', html: '<p>Die Ausdehnung eines Bauteils berechnet sich mit: <code>ΔL = L₀ · α · ΔT</code>. Dabei ist <strong>ΔL</strong> die Gesamtausdehnung, <strong>L₀</strong> die ursprüngliche Länge, <strong>α</strong> der Ausdehnungskoeffizient des Materials (in °C⁻¹) und <strong>ΔT</strong> die Temperaturdifferenz. Dies ist die Basis für das Design von Dehnungsfugen.</p>' },
84
84
  { type: 'title', text: 'Ausdehnungskoeffizienten nach Material', level: 3 },
85
85
  { type: 'card', icon: 'mdi:table', title: 'Tabelle gängiger Koeffizienten', html: '<p>Nicht alle Materialien dehnen sich gleich aus. <strong>Aluminium</strong> (23 ppm/°C) dehnt sich fast doppelt so stark aus wie <strong>Stahl</strong> (12 ppm/°C). <strong>Beton</strong> hat fast den gleichen Koeffizienten wie Stahl (12 ppm/°C), weshalb Stahlbeton stabil ist.</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
  configTitle: 'Konfiguration',
89
93
  labelMaterial: 'Material',
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
81
81
  { type: 'paragraph', html: '<strong>Pemuaian panas</strong> adalah proses fisik di mana suatu material bertambah panjang sebagai respons terhadap kenaikan suhunya. Pada tingkat mikroskopis, partikel bergetar dengan lebih banyak energi dan membutuhkan ruang rata-rata yang lebih besar antar partikel. Dalam konstruksi, fenomena ini adalah kekuatan yang dapat merusak beton, merusak balok baja, dan membengkokkan rel kereta api.' },
82
82
  { type: 'title', text: 'Rumus Pemuaian Linier', level: 3 },
83
83
  { type: 'card', icon: 'mdi:math-log', title: 'Rumus Pemuaian Linier', html: '<p>Ekspansi dari suatu elemen struktural dihitung dengan: <code>ΔL = L₀ · α · ΔT</code>. Di mana <strong>ΔL</strong> adalah total pemuaian, <strong>L₀</strong> adalah panjang asli, <strong>α</strong> adalah koefisien ekspansi material (dalam °C⁻¹), dan <strong>ΔT</strong> adalah perbedaan suhu.</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
  configTitle: 'Konfigurasi',
87
93
  labelMaterial: 'Material',
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
81
81
  { type: 'paragraph', html: 'La <strong>dilatazione termica</strong> è il processo fisico per cui un materiale aumenta la propria lunghezza come risposta a un incremento della temperatura. A livello microscopico, le particelle vibrano con più energia e necessitano di maggiore spazio medio tra di esse. In edilizia, questo fenomeno è una forza che può rompere il calcestruzzo, deformare travi d\'acciaio e torcere i binari del treno.' },
82
82
  { type: 'title', text: 'La Formula della Dilatazione Lineare', level: 3 },
83
83
  { type: 'card', icon: 'mdi:math-log', title: 'Formula della Dilatazione Lineare', html: '<p>L\'espansione di un elemento strutturale si calcola con: <code>ΔL = L₀ · α · ΔT</code>. Dove <strong>ΔL</strong> è la crescita totale, <strong>L₀</strong> è la lunghezza originale, <strong>α</strong> è il coefficiente di espansione del materiale (in °C⁻¹) e <strong>ΔT</strong> è la differenza di temperatura.</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
  configTitle: 'Configurazione',
87
93
  labelMaterial: 'Materiale',
@@ -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>は材料の膨張係数(単位:℃⁻¹)、<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>열팽창</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>는 재료의 팽창 계수(단위: ℃⁻¹), <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>Thermische expansie</strong> is het fysieke proces waarbij een materiaal langer wordt als reactie op een temperatuurstijging. In de bouw is dit fenomeen geen curiositeit: het is een kracht die beton kan breken, stalen balken kan vervormen en treinrails kan doen verbuigen.' },
82
82
  { type: 'title', text: 'De Formule voor Lineaire Uitzetting', level: 3 },
83
83
  { type: 'card', icon: 'mdi:math-log', title: 'Formule voor Lineaire Uitzetting', html: '<p>De uitzetting van een structureel element wordt berekend met: <code>ΔL = L₀ · α · ΔT</code>. Waar <strong>ΔL</strong> de totale groei is, <strong>L₀</strong> de oorspronkelijke lengte, <strong>α</strong> de uitzettingscoëfficiënt van het materiaal (in °C⁻¹) en <strong>ΔT</strong> het temperatuurverschil.</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
  configTitle: 'Configuratie',
87
93
  labelMaterial: 'Materiaal',
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
81
81
  { type: 'paragraph', html: '<strong>Rozszerzalność cieplna</strong> to proces fizyczny, w którym materiał zwiększa swoją długość w odpowiedzi na wzrost temperatury. W budownictwie zjawisko to jest siłą, która może kruszyć beton, deformować stalowe belki i wyginać szyny kolejowe.' },
82
82
  { type: 'title', text: 'Wzór na Rozszerzalność Liniową', level: 3 },
83
83
  { type: 'card', icon: 'mdi:math-log', title: 'Wzór na Rozszerzalność Liniową', html: '<p>Rozszerzenie elementu strukturalnego oblicza się ze wzoru: <code>ΔL = L₀ · α · ΔT</code>. Gdzie <strong>ΔL</strong> to całkowity przyrost, <strong>L₀</strong> to długość początkowa, <strong>α</strong> to współczynnik rozszerzalności materiału (w °C⁻¹) a <strong>ΔT</strong> to różnica temperatur.</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
  configTitle: 'Konfiguracja',
87
93
  labelMaterial: 'Materiał',
@@ -81,7 +81,13 @@ export const content: ToolLocaleContent<ThermalExpansionCalculatorUI> = {
81
81
  { type: 'paragraph', html: 'A <strong>dilatação térmica</strong> é o processo físico pelo qual um material aumenta o seu comprimento como resposta a um incremento na sua temperatura. Na construção, este fenómeno é uma força que pode quebrar o betão, deformar vigas de aço e retorcer as vias de um comboio.' },
82
82
  { type: 'title', text: 'A Fórmula da Dilatação Linear', level: 3 },
83
83
  { type: 'card', icon: 'mdi:math-log', title: 'Fórmula da Dilatação Linear', html: '<p>A expansão de um elemento estrutural calcula-se com: <code>ΔL = L₀ · α · ΔT</code>. Onde <strong>ΔL</strong> é o crescimento total, <strong>L₀</strong> é o comprimento original, <strong>α</strong> é o coeficiente de expansão do material (em °C⁻¹) e <strong>ΔT</strong> é a diferença de temperatura.</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
  configTitle: 'Configuração',
87
93
  labelMaterial: 'Material',
@@ -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',