@jjlmoya/utils-diy 1.3.0 → 1.4.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 (189) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +12 -0
  3. package/src/category/i18n/id.ts +12 -0
  4. package/src/category/i18n/it.ts +12 -0
  5. package/src/category/i18n/ja.ts +12 -0
  6. package/src/category/i18n/ko.ts +12 -0
  7. package/src/category/i18n/nl.ts +12 -0
  8. package/src/category/i18n/pl.ts +12 -0
  9. package/src/category/i18n/pt.ts +12 -0
  10. package/src/category/i18n/ru.ts +12 -0
  11. package/src/category/i18n/sv.ts +12 -0
  12. package/src/category/i18n/tr.ts +12 -0
  13. package/src/category/i18n/zh.ts +12 -0
  14. package/src/category/index.ts +13 -1
  15. package/src/tests/faq_count.test.ts +1 -1
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/locale_completeness.test.ts +2 -2
  18. package/src/tests/seo_length.test.ts +3 -0
  19. package/src/tests/slug_uniqueness.test.ts +58 -0
  20. package/src/tool/balusterCalculator/i18n/de.ts +264 -0
  21. package/src/tool/balusterCalculator/i18n/id.ts +264 -0
  22. package/src/tool/balusterCalculator/i18n/it.ts +264 -0
  23. package/src/tool/balusterCalculator/i18n/ja.ts +264 -0
  24. package/src/tool/balusterCalculator/i18n/ko.ts +264 -0
  25. package/src/tool/balusterCalculator/i18n/nl.ts +264 -0
  26. package/src/tool/balusterCalculator/i18n/pl.ts +264 -0
  27. package/src/tool/balusterCalculator/i18n/pt.ts +264 -0
  28. package/src/tool/balusterCalculator/i18n/ru.ts +264 -0
  29. package/src/tool/balusterCalculator/i18n/sv.ts +264 -0
  30. package/src/tool/balusterCalculator/i18n/tr.ts +264 -0
  31. package/src/tool/balusterCalculator/i18n/zh.ts +264 -0
  32. package/src/tool/balusterCalculator/index.ts +15 -7
  33. package/src/tool/clayCalculator/i18n/de.ts +183 -0
  34. package/src/tool/clayCalculator/i18n/id.ts +183 -0
  35. package/src/tool/clayCalculator/i18n/it.ts +183 -0
  36. package/src/tool/clayCalculator/i18n/ja.ts +182 -0
  37. package/src/tool/clayCalculator/i18n/ko.ts +183 -0
  38. package/src/tool/clayCalculator/i18n/nl.ts +183 -0
  39. package/src/tool/clayCalculator/i18n/pl.ts +183 -0
  40. package/src/tool/clayCalculator/i18n/pt.ts +183 -0
  41. package/src/tool/clayCalculator/i18n/ru.ts +183 -0
  42. package/src/tool/clayCalculator/i18n/sv.ts +183 -0
  43. package/src/tool/clayCalculator/i18n/tr.ts +183 -0
  44. package/src/tool/clayCalculator/i18n/zh.ts +183 -0
  45. package/src/tool/clayCalculator/index.ts +15 -7
  46. package/src/tool/concreteCalculator/i18n/de.ts +201 -0
  47. package/src/tool/concreteCalculator/i18n/id.ts +201 -0
  48. package/src/tool/concreteCalculator/i18n/it.ts +201 -0
  49. package/src/tool/concreteCalculator/i18n/ja.ts +201 -0
  50. package/src/tool/concreteCalculator/i18n/ko.ts +201 -0
  51. package/src/tool/concreteCalculator/i18n/nl.ts +201 -0
  52. package/src/tool/concreteCalculator/i18n/pl.ts +201 -0
  53. package/src/tool/concreteCalculator/i18n/pt.ts +201 -0
  54. package/src/tool/concreteCalculator/i18n/ru.ts +201 -0
  55. package/src/tool/concreteCalculator/i18n/sv.ts +201 -0
  56. package/src/tool/concreteCalculator/i18n/tr.ts +201 -0
  57. package/src/tool/concreteCalculator/i18n/zh.ts +201 -0
  58. package/src/tool/concreteCalculator/index.ts +17 -5
  59. package/src/tool/cutOptimizer/i18n/de.ts +178 -0
  60. package/src/tool/cutOptimizer/i18n/id.ts +178 -0
  61. package/src/tool/cutOptimizer/i18n/it.ts +178 -0
  62. package/src/tool/cutOptimizer/i18n/ja.ts +178 -0
  63. package/src/tool/cutOptimizer/i18n/ko.ts +178 -0
  64. package/src/tool/cutOptimizer/i18n/nl.ts +178 -0
  65. package/src/tool/cutOptimizer/i18n/pl.ts +178 -0
  66. package/src/tool/cutOptimizer/i18n/pt.ts +178 -0
  67. package/src/tool/cutOptimizer/i18n/ru.ts +178 -0
  68. package/src/tool/cutOptimizer/i18n/sv.ts +178 -0
  69. package/src/tool/cutOptimizer/i18n/tr.ts +178 -0
  70. package/src/tool/cutOptimizer/i18n/zh.ts +178 -0
  71. package/src/tool/cutOptimizer/index.ts +17 -5
  72. package/src/tool/drillCalculator/i18n/de.ts +137 -0
  73. package/src/tool/drillCalculator/i18n/id.ts +137 -0
  74. package/src/tool/drillCalculator/i18n/it.ts +137 -0
  75. package/src/tool/drillCalculator/i18n/ja.ts +137 -0
  76. package/src/tool/drillCalculator/i18n/ko.ts +137 -0
  77. package/src/tool/drillCalculator/i18n/nl.ts +137 -0
  78. package/src/tool/drillCalculator/i18n/pl.ts +137 -0
  79. package/src/tool/drillCalculator/i18n/pt.ts +137 -0
  80. package/src/tool/drillCalculator/i18n/ru.ts +137 -0
  81. package/src/tool/drillCalculator/i18n/sv.ts +137 -0
  82. package/src/tool/drillCalculator/i18n/tr.ts +137 -0
  83. package/src/tool/drillCalculator/i18n/zh.ts +137 -0
  84. package/src/tool/drillCalculator/index.ts +17 -5
  85. package/src/tool/drillSharpener/i18n/de.ts +120 -0
  86. package/src/tool/drillSharpener/i18n/id.ts +120 -0
  87. package/src/tool/drillSharpener/i18n/it.ts +120 -0
  88. package/src/tool/drillSharpener/i18n/ja.ts +120 -0
  89. package/src/tool/drillSharpener/i18n/ko.ts +120 -0
  90. package/src/tool/drillSharpener/i18n/nl.ts +120 -0
  91. package/src/tool/drillSharpener/i18n/pl.ts +120 -0
  92. package/src/tool/drillSharpener/i18n/pt.ts +120 -0
  93. package/src/tool/drillSharpener/i18n/ru.ts +120 -0
  94. package/src/tool/drillSharpener/i18n/sv.ts +120 -0
  95. package/src/tool/drillSharpener/i18n/tr.ts +120 -0
  96. package/src/tool/drillSharpener/i18n/zh.ts +120 -0
  97. package/src/tool/drillSharpener/index.ts +17 -5
  98. package/src/tool/epoxyCalculator/i18n/de.ts +118 -0
  99. package/src/tool/epoxyCalculator/i18n/id.ts +118 -0
  100. package/src/tool/epoxyCalculator/i18n/it.ts +118 -0
  101. package/src/tool/epoxyCalculator/i18n/ja.ts +118 -0
  102. package/src/tool/epoxyCalculator/i18n/ko.ts +118 -0
  103. package/src/tool/epoxyCalculator/i18n/nl.ts +118 -0
  104. package/src/tool/epoxyCalculator/i18n/pl.ts +118 -0
  105. package/src/tool/epoxyCalculator/i18n/pt.ts +118 -0
  106. package/src/tool/epoxyCalculator/i18n/ru.ts +118 -0
  107. package/src/tool/epoxyCalculator/i18n/sv.ts +118 -0
  108. package/src/tool/epoxyCalculator/i18n/tr.ts +118 -0
  109. package/src/tool/epoxyCalculator/i18n/zh.ts +118 -0
  110. package/src/tool/epoxyCalculator/index.ts +15 -7
  111. package/src/tool/furnitureFit/i18n/de.ts +113 -0
  112. package/src/tool/furnitureFit/i18n/id.ts +113 -0
  113. package/src/tool/furnitureFit/i18n/it.ts +113 -0
  114. package/src/tool/furnitureFit/i18n/ja.ts +113 -0
  115. package/src/tool/furnitureFit/i18n/ko.ts +113 -0
  116. package/src/tool/furnitureFit/i18n/nl.ts +113 -0
  117. package/src/tool/furnitureFit/i18n/pl.ts +113 -0
  118. package/src/tool/furnitureFit/i18n/pt.ts +113 -0
  119. package/src/tool/furnitureFit/i18n/ru.ts +113 -0
  120. package/src/tool/furnitureFit/i18n/sv.ts +113 -0
  121. package/src/tool/furnitureFit/i18n/tr.ts +113 -0
  122. package/src/tool/furnitureFit/i18n/zh.ts +113 -0
  123. package/src/tool/furnitureFit/index.ts +17 -5
  124. package/src/tool/mortarCalculator/i18n/de.ts +129 -0
  125. package/src/tool/mortarCalculator/i18n/id.ts +129 -0
  126. package/src/tool/mortarCalculator/i18n/it.ts +129 -0
  127. package/src/tool/mortarCalculator/i18n/ja.ts +129 -0
  128. package/src/tool/mortarCalculator/i18n/ko.ts +129 -0
  129. package/src/tool/mortarCalculator/i18n/nl.ts +129 -0
  130. package/src/tool/mortarCalculator/i18n/pl.ts +129 -0
  131. package/src/tool/mortarCalculator/i18n/pt.ts +129 -0
  132. package/src/tool/mortarCalculator/i18n/ru.ts +129 -0
  133. package/src/tool/mortarCalculator/i18n/sv.ts +129 -0
  134. package/src/tool/mortarCalculator/i18n/tr.ts +129 -0
  135. package/src/tool/mortarCalculator/i18n/zh.ts +129 -0
  136. package/src/tool/mortarCalculator/index.ts +17 -5
  137. package/src/tool/passepartoutCalculator/i18n/de.ts +108 -0
  138. package/src/tool/passepartoutCalculator/i18n/id.ts +108 -0
  139. package/src/tool/passepartoutCalculator/i18n/it.ts +108 -0
  140. package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -0
  141. package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -0
  142. package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -0
  143. package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -0
  144. package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -0
  145. package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -0
  146. package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -0
  147. package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -0
  148. package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -0
  149. package/src/tool/passepartoutCalculator/index.ts +17 -5
  150. package/src/tool/stairCalculator/i18n/de.ts +144 -0
  151. package/src/tool/stairCalculator/i18n/id.ts +144 -0
  152. package/src/tool/stairCalculator/i18n/it.ts +144 -0
  153. package/src/tool/stairCalculator/i18n/ja.ts +144 -0
  154. package/src/tool/stairCalculator/i18n/ko.ts +144 -0
  155. package/src/tool/stairCalculator/i18n/nl.ts +144 -0
  156. package/src/tool/stairCalculator/i18n/pl.ts +144 -0
  157. package/src/tool/stairCalculator/i18n/pt.ts +144 -0
  158. package/src/tool/stairCalculator/i18n/ru.ts +144 -0
  159. package/src/tool/stairCalculator/i18n/sv.ts +144 -0
  160. package/src/tool/stairCalculator/i18n/tr.ts +144 -0
  161. package/src/tool/stairCalculator/i18n/zh.ts +144 -0
  162. package/src/tool/stairCalculator/index.ts +17 -5
  163. package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -0
  164. package/src/tool/thermalExpansionCalculator/i18n/id.ts +130 -0
  165. package/src/tool/thermalExpansionCalculator/i18n/it.ts +130 -0
  166. package/src/tool/thermalExpansionCalculator/i18n/ja.ts +130 -0
  167. package/src/tool/thermalExpansionCalculator/i18n/ko.ts +130 -0
  168. package/src/tool/thermalExpansionCalculator/i18n/nl.ts +130 -0
  169. package/src/tool/thermalExpansionCalculator/i18n/pl.ts +130 -0
  170. package/src/tool/thermalExpansionCalculator/i18n/pt.ts +130 -0
  171. package/src/tool/thermalExpansionCalculator/i18n/ru.ts +130 -0
  172. package/src/tool/thermalExpansionCalculator/i18n/sv.ts +130 -0
  173. package/src/tool/thermalExpansionCalculator/i18n/tr.ts +130 -0
  174. package/src/tool/thermalExpansionCalculator/i18n/zh.ts +130 -0
  175. package/src/tool/thermalExpansionCalculator/index.ts +17 -5
  176. package/src/tool/voltageDropCalculator/i18n/de.ts +112 -0
  177. package/src/tool/voltageDropCalculator/i18n/id.ts +110 -0
  178. package/src/tool/voltageDropCalculator/i18n/it.ts +110 -0
  179. package/src/tool/voltageDropCalculator/i18n/ja.ts +110 -0
  180. package/src/tool/voltageDropCalculator/i18n/ko.ts +110 -0
  181. package/src/tool/voltageDropCalculator/i18n/nl.ts +110 -0
  182. package/src/tool/voltageDropCalculator/i18n/pl.ts +110 -0
  183. package/src/tool/voltageDropCalculator/i18n/pt.ts +110 -0
  184. package/src/tool/voltageDropCalculator/i18n/ru.ts +110 -0
  185. package/src/tool/voltageDropCalculator/i18n/sv.ts +110 -0
  186. package/src/tool/voltageDropCalculator/i18n/tr.ts +110 -0
  187. package/src/tool/voltageDropCalculator/i18n/zh.ts +110 -0
  188. package/src/tool/voltageDropCalculator/index.ts +17 -5
  189. package/src/types.ts +1 -1
@@ -0,0 +1,144 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { StairCalculatorUI } from '../ui';
4
+
5
+ const slug = 'calcolatore-scale';
6
+ const title = 'Calcolatore per Scale: Progettazione ed Esecuzione';
7
+ const description = 'Calcola le misure esatte della tua scala: pedata, alzata, angolo e materiali. Rispetta la Legge di Blondel ed evita errori di cantiere.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Cos\'è la Legge di Blondel?',
12
+ answer: 'È una formula che stabilisce che per far sì che una scala sia comoda, la somma di due alzate e una pedata deve essere compresa tra 62 e 64 cm (2A + P = 63). Questa legge si basa sulla lunghezza media del passo umano.',
13
+ },
14
+ {
15
+ question: 'Qual è l\'altezza massima di un gradino?',
16
+ answer: 'Nelle abitazioni si raccomanda di non superare i 18-19 cm. Per gli spazi pubblici, il massimo è solitamente 17,5 cm secondo normativa. Alzate maggiori stancano di più e possono essere pericolose.',
17
+ },
18
+ {
19
+ question: 'Come calcolo se ho poco spazio?',
20
+ answer: 'Se lo spazio orizzontale è limitato, dovrai aumentare il numero di gradini (riducendo l\'alzata) o accettare una pendenza maggiore. Il calcolatore ti aiuta a trovare l\'equilibrio ottimale.',
21
+ },
22
+ {
23
+ question: 'Cosa include il calcolo del calcestruzzo?',
24
+ answer: 'Viene calcolato il volume totale di calcestruzzo considerando i gradini più la soletta inclinata (il piano inclinato che sostiene i gradini). Ignorare questo volume risulterebbe in un ordine insufficiente.',
25
+ },
26
+ {
27
+ question: 'Perché è importante il tracciamento accumulato?',
28
+ answer: 'Misurare ogni gradino separatamente genera errori accumulati. Il tracciamento accumulato garantisce che tutti i gradini abbiano esattamente la stessa altezza, migliorando la sicurezza e il comfort.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: 'Misurare il dislivello', text: 'Misura il dislivello totale (H) dal pavimento finito inferiore al pavimento finito superiore. Questo è il dato fondamentale per tutto il calcolo.' },
34
+ { name: 'Inserire la lunghezza disponibile', text: 'Opzionale: Se hai restrizioni di spazio, inserisci la lunghezza orizzontale disponibile. Usa 0 per il calcolo libero.' },
35
+ { name: 'Regolare il numero di gradini', text: 'Il calcolatore propone un numero iniziale, ma puoi regolarlo. Osserva l\'indicatore di Blondel: deve essere in verde (62-64 cm) per il massimo comfort.' },
36
+ { name: 'Definire i parametri di opera', text: 'Specifica lo spessore della soletta, le finiture finali, la resistenza del calcestruzzo e la larghezza della scala. Questi dati influenzano il volume finale.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'it',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<StairCalculatorUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'Domande Frequenti',
78
+ faq: faqData,
79
+ bibliographyTitle: 'Riferimenti e Normative',
80
+ bibliography: [
81
+ { name: 'Norme per la progettazione delle scale', url: 'https://it.wikipedia.org/wiki/Scala_(architettura)' },
82
+ { name: 'Legge di Blondel - Wikipedia', url: 'https://it.wikipedia.org/wiki/Alzata_e_pedata' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: 'Design Geometrico delle Scale: La Legge di Blondel', level: 2 },
88
+ { type: 'paragraph', html: 'Il comfort di una scala dipende dalla lunghezza del passo umano. La Legge di Blondel stabilisce che 2 alzate + 1 pedata = 62-64 cm è lo standard che garantisce massimo comfort e sicurezza.' },
89
+ { type: 'title', text: 'Controllo Struttura e Materiali', level: 3 },
90
+ { 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.' },
91
+ { type: 'title', text: 'Tracciamento e Errore Accumulato', level: 3 },
92
+ { 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.' },
93
+ ],
94
+ ui: {
95
+ labelGeometry: 'Geometria e Ingombro',
96
+ labelTotalHeight: 'Dislivello Totale (H)',
97
+ labelAvailableLength: 'Lunghezza Disponibile (L)',
98
+ labelAvailableLengthHint: 'Usa 0 per calcolo libero.',
99
+ labelNumSteps: 'Nº Gradini',
100
+ labelOptimize: 'Ottimizza (18cm)',
101
+ labelWork: 'Opera e Installazione',
102
+ labelSlabThickness: 'Soletta (e)',
103
+ labelFinishThickness: 'Finitura',
104
+ labelCeilingHeight: 'Altezza Soffitto',
105
+ labelStairWidth: 'Larghezza Scala',
106
+ labelConcreteStrength: 'Resistenza Calcestruzzo',
107
+ optionH150: 'C12/15 (Magrone)',
108
+ optionH200: 'C16/20 (Civile)',
109
+ optionH250: 'C20/25 (Strutturale)',
110
+ labelRiser: 'Alzata',
111
+ labelTread: 'Pedata',
112
+ labelSlope: 'Pendenza',
113
+ labelRealAdvance: 'Avanzamento Reale',
114
+ labelLayoutTable: 'Tracciamento ed Esecuzione',
115
+ colStep: 'Gradino',
116
+ colConcreteHeight: 'H. Calcestruzzo',
117
+ colFinishedHeight: 'H. Finita',
118
+ colAdvance: 'Avanzamento',
119
+ adjustedNote: 'Regolato',
120
+ labelMaterials: 'Calcolo Materiali',
121
+ labelTotalConcrete: 'Calcestruzzo Totale:',
122
+ labelCement: 'Cemento (sacchi/25kg):',
123
+ labelSand: 'Sabbia necessaria:',
124
+ unitM3: 'm³',
125
+ unitBags: 'sacchi',
126
+ unitLiters: 'L',
127
+ btnShare: 'Condividi',
128
+ btnPrint: 'Stampa PDF',
129
+ statusOptimalComfort: 'Comfort Ottimale',
130
+ statusMarginLimit: 'Margine Limite',
131
+ statusCriticalDesign: 'Design Critico',
132
+ statusRiserError: 'Errore Pedata',
133
+ msgInvalidValues: 'Valori non validi',
134
+ msgInsufficientSpace: 'SPAZIO INSUFFICIENTE',
135
+ msgDangerousTread: 'La pedata di {val}cm è pericolosa.',
136
+ msgBlondelValue: 'Blondel: {val}cm.',
137
+ msgOptimalStep: 'Passo comodo: {val}cm.',
138
+ msgLowCeiling: 'PASSAGGIO BASSO (<2m)',
139
+ msgCalculating: 'Calcolo in corso...',
140
+ msgEnterMeasurements: 'Inserisci misure',
141
+ shareTitle: 'Riepilogo Opera',
142
+ shareMessage: 'Scala: H={h}cm, N={n}, A={ch}cm, Vol={vol}m3',
143
+ },
144
+ };
@@ -0,0 +1,144 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { StairCalculatorUI } from '../ui';
4
+
5
+ const slug = 'stair-calculator';
6
+ const title = '階段計算機:設計と施工';
7
+ const description = '階段の正確な寸法(蹴上げ、踏み面、角度)と材料を計算します。ブロンデルの法則(勾配規則)を遵守し、施工ミスを防ぎます。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'ブロンデルの法則(勾配規則)とは何ですか?',
12
+ answer: '階段を快適にするために、「蹴上げの2倍 + 踏み面 = 62〜64cm(2蹴 + 踏 = 63)」という関係式です。この法則は人間の平均的な歩幅に基づいており、安全で快適な昇降を保証します。',
13
+ },
14
+ {
15
+ question: '1段の高さの最大値は?',
16
+ answer: '住宅用では18〜19cmを超えないことが推奨されます。公共スペースでは、規定により最大17.5cmとされるのが一般的です。これを超えると疲れやすく、また危険を伴う可能性があります。',
17
+ },
18
+ {
19
+ question: '限られたスペースで計算するには?',
20
+ answer: '水平距離が限られている場合は、段数を増やす(蹴上げを低くする)か、あるいは快適さは損なわれますが急な勾配を受け入れる必要があります。この計算機は最適なバランスを見つけるのに役立ちます。',
21
+ },
22
+ {
23
+ question: 'コンクリートの体積計算には何が含まれますか?',
24
+ answer: '階段の段部分に加え、段を支える斜めの底板(スラブ)を考慮した総体積を計算します。このスラブ部分を無視すると、コンクリートの発注量が不足してしまいます。',
25
+ },
26
+ {
27
+ question: '累積墨出しが重要な理由は?',
28
+ answer: '各段を個別に測ると、わずかな誤差が積み重なっていきます。累積墨出しを行うことで、すべての段が正確に同じ高さになり、事故を防ぎ快適性が向上します。',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: '段差を測る', text: '下の仕上げ床から上の仕上げ床までの全高(H)を測ります。これがすべての計算の基本データとなります。' },
34
+ { name: '利用可能な長さを入力', text: '任意:スペースに制約がある場合は、利用可能な水平距離(L)を入力します。制約がない場合は0を入力します。' },
35
+ { name: '段数を調整する', text: '計算機が初期段数を提案しますが、調整可能です。ブロンデル指標が緑色(62-64cm)になるよう調整すると最も快適です。' },
36
+ { name: '施工パラメータを定義', text: 'スラブの厚さ、仕上げ材の厚さ、コンクリート強度、階段幅を指定します。これらのデータが最終的な計算に反映されます。' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'ja',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<StairCalculatorUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'よくある質問',
78
+ faq: faqData,
79
+ bibliographyTitle: 'リファレンスと規定',
80
+ bibliography: [
81
+ { name: '建築基準法(階段の規定)', url: 'https://ja.wikipedia.org/wiki/%E9%9A%8E%E6%AE%B5' },
82
+ { name: 'ブロンデルの法則 - Wikipedia(英語)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: '階段の幾何学設計:ブロンデルの法則', level: 2 },
88
+ { type: 'paragraph', html: '階段の快適さは人間の歩幅に依存します。昇降時、体は予測可能なリズムを求めます。ブロンデルの法則(2蹴上げ + 1踏み面 = 62〜64cm)は、安全性と快適性を保証する標準規格です。' },
89
+ { type: 'title', text: '構造と材料の管理', level: 3 },
90
+ { type: 'paragraph', html: 'プロフェッショナルな施工には、コンクリートスラブ(段を支える斜面)の考慮が不可欠です。この体積を無視すると発注不足や施工不良を招きます。計算機はこの計算を自動で行います。' },
91
+ { type: 'title', text: '墨出しと誤差の蓄積', level: 3 },
92
+ { type: 'paragraph', html: '建設において最大の敵はミリ単位の誤差です。各段を個別に測ると、誤差が蓄積され、最後の段が最初より5cm高くなったり低くなったりすることがあります。' },
93
+ ],
94
+ ui: {
95
+ labelGeometry: '幾何学とスペース',
96
+ labelTotalHeight: '全高 (H)',
97
+ labelAvailableLength: '利用可能な長さ (L)',
98
+ labelAvailableLengthHint: '制約がない場合は0を入力。',
99
+ labelNumSteps: '段数',
100
+ labelOptimize: '最適化 (18cm)',
101
+ labelWork: '施工と設置',
102
+ labelSlabThickness: 'スラブ厚 (e)',
103
+ labelFinishThickness: '仕上げ厚',
104
+ labelCeilingHeight: '天井高',
105
+ labelStairWidth: '階段幅',
106
+ labelConcreteStrength: 'コンクリート強度',
107
+ optionH150: '18N (捨てコン)',
108
+ optionH200: '21N (一般建築)',
109
+ optionH250: '24N (構造用)',
110
+ labelRiser: '蹴上げ',
111
+ labelTread: '踏み面',
112
+ labelSlope: '勾配',
113
+ labelRealAdvance: '実際の全長',
114
+ labelLayoutTable: '墨出しと実行',
115
+ colStep: '段',
116
+ colConcreteHeight: 'H. コンクリート',
117
+ colFinishedHeight: 'H. 仕上げ後',
118
+ colAdvance: '水平距離',
119
+ adjustedNote: '調整済み',
120
+ labelMaterials: '体積と材料',
121
+ labelTotalConcrete: 'コンクリート総量:',
122
+ labelCement: 'セメント (25kg袋):',
123
+ labelSand: '必要な砂量:',
124
+ unitM3: 'm³',
125
+ unitBags: '袋',
126
+ unitLiters: 'L',
127
+ btnShare: '共有',
128
+ btnPrint: 'PDF印刷',
129
+ statusOptimalComfort: '快適な勾配',
130
+ statusMarginLimit: '許容範囲',
131
+ statusCriticalDesign: '厳しい勾配',
132
+ statusRiserError: '踏面エラー',
133
+ msgInvalidValues: '無効な値です',
134
+ msgInsufficientSpace: 'スペース不足',
135
+ msgDangerousTread: '踏み面{val}cmは危険です。',
136
+ msgBlondelValue: 'ブロンデル値: {val}cm。',
137
+ msgOptimalStep: '快適な歩幅: {val}cm。',
138
+ msgLowCeiling: '頭上注意 (<2m)',
139
+ msgCalculating: '計算中...',
140
+ msgEnterMeasurements: '寸法を入力してください',
141
+ shareTitle: '施工概要',
142
+ shareMessage: '階段: H={h}cm, 段数={n}, 蹴上げ={ch}cm, 体積={vol}m3',
143
+ },
144
+ };
@@ -0,0 +1,144 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { StairCalculatorUI } from '../ui';
4
+
5
+ const slug = 'stair-calculator';
6
+ const title = '계단 계산기: 설계 및 시공';
7
+ const description = '계단의 정확한 치수(챌면 높이, 디딤면 너비, 각도)와 자재량을 계산합니다. 블론델의 법칙을 준수하여 시공 오류를 방지하세요.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '블론델의 법칙(경사 법칙)이란 무엇인가요?',
12
+ answer: '계단을 편안하게 만들기 위해 「챌면 높이 × 2 + 디딤면 너비 = 62~64cm (2H + W = 63)」라는 공식을 따르는 것입니다. 이 법칙은 인간의 평균 보폭을 바탕으로 설계되어 안전하고 편안한 보행을 보장합니다.',
13
+ },
14
+ {
15
+ question: '계단 한 단의 최대 높이는 얼마인가요?',
16
+ answer: '주거용 건물에서는 18~19cm를 넘지 않는 것을 권장합니다. 공공 장소의 경우 규정에 따라 보통 최대 17.5cm로 제한됩니다. 이보다 높으면 쉽게 피로해지고 위험할 수 있습니다.',
17
+ },
18
+ {
19
+ question: '공간이 좁은 경우 어떻게 계산하나요?',
20
+ answer: '수평 거리가 제한된 경우 단수를 늘려 챌면 높이를 낮추거나, 편안함은 다소 포기하더라도 더 가파른 경사를 선택해야 합니다. 이 계산기는 최적의 균형을 찾는 데 도움을 줍니다.',
21
+ },
22
+ {
23
+ question: '콘크리트 부피 계산에는 무엇이 포함되나요?',
24
+ answer: '계단 단 부분과 더불어 단을 지지하는 경사 슬래브(기울어진 바닥판)를 고려한 총 부피를 계산합니다. 슬래브 부분을 생략하면 콘크리트 주문량이 부족해질 수 있습니다.',
25
+ },
26
+ {
27
+ question: '누적 먹매김이 중요한 이유는 무엇인가요?',
28
+ answer: '각 단을 개별적으로 측정하면 오차가 누적됩니다. 누적 먹매김을 통해 모든 단의 높이를 정확히 같게 유지함으로써 사고를 예방하고 사용 편의성을 높일 수 있습니다.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: '높이 차이 측정', text: '아래층 마감 바닥부터 위층 마감 바닥까지의 전체 높이(H)를 측정합니다. 이는 모든 계산의 기본 데이터가 됩니다.' },
34
+ { name: '사용 가능한 길이 입력', text: '선택 사항: 공간 제약이 있는 경우 사용 가능한 수평 거리(L)를 입력합니다. 제약이 없으면 0을 입력합니다.' },
35
+ { name: '단수 조정', text: '계산기가 제안하는 기본 단수를 바탕으로 조정할 수 있습니다. 블론델 지표가 초록색(62-64cm)이 되도록 조정하는 것이 가장 편안합니다.' },
36
+ { name: '시공 매개변수 설정', text: '슬래브 두께, 마감재 두께, 콘크리트 강도, 계단 너비를 지정합니다. 이 데이터는 최종 물량 산출에 반영됩니다.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'ko',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<StairCalculatorUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: '자주 묻는 질문',
78
+ faq: faqData,
79
+ bibliographyTitle: '참고 및 규정',
80
+ bibliography: [
81
+ { name: '건축법 계단 규정 관련 자료', url: 'https://ko.wikipedia.org/wiki/%EA%B3%84%EB%8B%A8' },
82
+ { name: '블론델의 법칙 - Wikipedia (영어)', url: 'https://en.wikipedia.org/wiki/Stairs#Blondel\'s_Rule' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: '계단의 기하학적 설계: 블론델의 법칙', level: 2 },
88
+ { type: 'paragraph', html: '계단의 편안함은 인간의 보폭에 달려 있습니다. 승하차 시 우리 몸은 예측 가능한 리듬을 원합니다. 블론델의 법칙(2챌면 높이 + 1디딤면 너비 = 62~64cm)은 안전과 편안함을 보장하는 표준 규격입니다.' },
89
+ { type: 'title', text: '구조 및 자재 관리', level: 3 },
90
+ { type: 'paragraph', html: '전문적인 시공을 위해서는 콘크리트 슬래브(단을 지지하는 경사면)를 반드시 고려해야 합니다. 이 부피를 무시하면 발주 부족이나 부실 시공의 원인이 됩니다. 계산기는 이 과정을 자동으로 처리합니다.' },
91
+ { type: 'title', text: '먹매김과 오차 누적', level: 3 },
92
+ { type: 'paragraph', html: '건설 현장에서 최대의 적은 밀리미터 단위의 오차입니다. 각 단을 따로 측정하면 오차가 쌓여 마지막 단이 처음보다 5cm 높거나 낮아질 수 있습니다.' },
93
+ ],
94
+ ui: {
95
+ labelGeometry: '기하학 및 공간',
96
+ labelTotalHeight: '전체 높이 (H)',
97
+ labelAvailableLength: '사용 가능한 길이 (L)',
98
+ labelAvailableLengthHint: '제약이 없는 경우 0 입력.',
99
+ labelNumSteps: '단수',
100
+ labelOptimize: '최적화 (18cm)',
101
+ labelWork: '시공 및 설치',
102
+ labelSlabThickness: '슬래브 두께 (e)',
103
+ labelFinishThickness: '마감 두께',
104
+ labelCeilingHeight: '천장 높이',
105
+ labelStairWidth: '계단 너비',
106
+ labelConcreteStrength: '콘크리트 강도',
107
+ optionH150: '18MPa (버림용)',
108
+ optionH200: '21MPa (일반건축)',
109
+ optionH250: '24MPa (구조용)',
110
+ labelRiser: '챌면 높이',
111
+ labelTread: '디딤면 너비',
112
+ labelSlope: '경사',
113
+ labelRealAdvance: '실제 총 길이',
114
+ labelLayoutTable: '먹매김 및 실행',
115
+ colStep: '단',
116
+ colConcreteHeight: '콘크리트 높이',
117
+ colFinishedHeight: '마감 후 높이',
118
+ colAdvance: '수평 거리',
119
+ adjustedNote: '조정됨',
120
+ labelMaterials: '부피 및 자재',
121
+ labelTotalConcrete: '총 콘크리트량:',
122
+ labelCement: '시멘트 (25kg 포대):',
123
+ labelSand: '필요 모래량:',
124
+ unitM3: 'm³',
125
+ unitBags: '포대',
126
+ unitLiters: 'L',
127
+ btnShare: '공유',
128
+ btnPrint: 'PDF 인쇄',
129
+ statusOptimalComfort: '최적의 편안함',
130
+ statusMarginLimit: '허용 범위',
131
+ statusCriticalDesign: '가파른 설계',
132
+ statusRiserError: '치수 오류',
133
+ msgInvalidValues: '잘못된 값입니다',
134
+ msgInsufficientSpace: '공간 부족',
135
+ msgDangerousTread: '디딤면 너비 {val}cm은 위험합니다.',
136
+ msgBlondelValue: '블론델 값: {val}cm.',
137
+ msgOptimalStep: '편안한 보폭: {val}cm.',
138
+ msgLowCeiling: '머리 주의 (<2m)',
139
+ msgCalculating: '계산 중...',
140
+ msgEnterMeasurements: '치수를 입력하세요',
141
+ shareTitle: '시공 요약',
142
+ shareMessage: '계단: H={h}cm, 단수={n}, 챌면={ch}cm, 부피={vol}m3',
143
+ },
144
+ };
@@ -0,0 +1,144 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { StairCalculatorUI } from '../ui';
4
+
5
+ const slug = 'trap-calculator';
6
+ const title = 'Trap Calculator: Ontwerp en Uitvoering';
7
+ const description = 'Bereken de exacte maten van je trap: optrede, aantrede, hoek en materialen. Houd je aan de Wet van Blondel en voorkom bouwfouten.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Wat is de Wet van Blondel?',
12
+ answer: 'Het is een formule die stelt dat om een trap comfortabel te maken, de som van twee optreden en één aantrede tussen 62 en 64 cm moet liggen (2 × optrede + aantrede = 63 cm). Deze wet is gebaseerd op de gemiddelde menselijke paslengte.',
13
+ },
14
+ {
15
+ question: 'Wat is de maximale hoogte van een traptrede?',
16
+ answer: 'In woningen wordt aangeraden om niet hoger te gaan dan 18-19 cm. Voor openbare ruimtes is het maximum meestal 17,5 cm volgens de voorschriften. Hogere treden zijn vermoeiender en kunnen gevaarlijk zijn.',
17
+ },
18
+ {
19
+ question: 'Hoe reken ik als ik weinig ruimte heb?',
20
+ answer: 'Als de horizontale ruimte beperkt is, moet je het aantal treden verhogen (de optrede verkleinen) of een steilere helling accepteren. De calculator helpt je de optimale balans te vinden.',
21
+ },
22
+ {
23
+ question: 'Wat omvat de betonberekening?',
24
+ answer: 'Het totale volume beton wordt berekend op basis van de treden plus de schuine trapsteek (de schuine plaat die de treden ondersteunt). Als je dit volume negeert, bestel je te weinig beton.',
25
+ },
26
+ {
27
+ question: 'Waarom is de cumulatieve uitzetting belangrijk?',
28
+ answer: 'Elke trede afzonderlijk meten leidt tot cumulatieve fouten. De cumulatieve uitzetting garandeert dat alle treden exact dezelfde hoogte hebben, wat risico\'s vermijdt en het comfort verhoogt.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: 'Hoogteverschil meten', text: 'Meet het totale hoogteverschil (H) vanaf de afgewerkte vloer beneden tot de afgewerkte vloer boven. Dit is het basisgegeven voor de hele berekening.' },
34
+ { name: 'Beschikbare lengte invoeren', text: 'Optioneel: Als je ruimtebeperkingen hebt, voer dan de beschikbare horizontale lengte in. Gebruik 0 voor een vrije berekening.' },
35
+ { name: 'Aantal treden aanpassen', text: 'De calculator stelt een aantal treden voor, maar je kunt dit aanpassen. Let op de Blondel-indicator: deze moet groen zijn (62-64 cm) voor maximaal comfort.' },
36
+ { name: 'Bouwparameters definiëren', text: 'Geef de dikte van de plaat, afwerkingen, betonsterkte en breedte van de trap op. Deze gegevens beïnvloeden de uiteindelijke materiaalhoeveelheden.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'nl',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<StairCalculatorUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'Veelgestelde Vragen',
78
+ faq: faqData,
79
+ bibliographyTitle: 'Referenties en Normen',
80
+ bibliography: [
81
+ { name: 'NEN 3502: Trappen in woningen', url: 'https://www.nen.nl/nen-3502-1981-nl' },
82
+ { name: 'Wet van Blondel - Wikipedia', url: 'https://nl.wikipedia.org/wiki/Trap_(bouwkunde)#Wet_van_Blondel' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: 'Geometrisch Ontwerp van Trappen: De Wet van Blondel', level: 2 },
88
+ { type: 'paragraph', html: 'Het comfort van een trap hangt af van de menselijke paslengte. Je lichaam verwacht een voorspelbaar ritme bij het traplopen. De Wet van Blondel stelt dat 2 optreden + 1 aantrede = 62-64 cm de standaard is voor maximaal comfort en veiligheid.' },
89
+ { type: 'title', text: 'Controle over Constructie en Materialen', level: 3 },
90
+ { 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.' },
91
+ { type: 'title', text: 'Uitzetten en de Cumulatieve Fout', level: 3 },
92
+ { 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.' },
93
+ ],
94
+ ui: {
95
+ labelGeometry: 'Geometrie en Ruimte',
96
+ labelTotalHeight: 'Totale Hoogte (H)',
97
+ labelAvailableLength: 'Beschikbare Lengte (L)',
98
+ labelAvailableLengthHint: 'Gebruik 0 voor vrije berekening.',
99
+ labelNumSteps: 'Aantal Treden',
100
+ labelOptimize: 'Optimaliseren (18cm)',
101
+ labelWork: 'Bouw en Installatie',
102
+ labelSlabThickness: 'Plaatdikte (e)',
103
+ labelFinishThickness: 'Afwerking',
104
+ labelCeilingHeight: 'Plafondhoogte',
105
+ labelStairWidth: 'Breedte Trap',
106
+ labelConcreteStrength: 'Betonsterkte',
107
+ optionH150: 'C12/15 (Mager)',
108
+ optionH200: 'C16/20 (Woning)',
109
+ optionH250: 'C20/25 (Constructief)',
110
+ labelRiser: 'Optrede',
111
+ labelTread: 'Aantrede',
112
+ labelSlope: 'Helling',
113
+ labelRealAdvance: 'Werkelijke Lengte',
114
+ labelLayoutTable: 'Uitzetten en Uitvoering',
115
+ colStep: 'Trede',
116
+ colConcreteHeight: 'H. Beton',
117
+ colFinishedHeight: 'H. Gereed',
118
+ colAdvance: 'Voortgang',
119
+ adjustedNote: 'Aangepast',
120
+ labelMaterials: 'Materialen en Volume',
121
+ labelTotalConcrete: 'Totaal Beton:',
122
+ labelCement: 'Cement (zakken/25kg):',
123
+ labelSand: 'Zand nodig:',
124
+ unitM3: 'm³',
125
+ unitBags: 'zakken',
126
+ unitLiters: 'L',
127
+ btnShare: 'Delen',
128
+ btnPrint: 'PDF Printen',
129
+ statusOptimalComfort: 'Optimaal Comfort',
130
+ statusMarginLimit: 'Grenswaarde',
131
+ statusCriticalDesign: 'Kritisch Ontwerp',
132
+ statusRiserError: 'Tredenfout',
133
+ msgInvalidValues: 'Ongeldige waarden',
134
+ msgInsufficientSpace: 'ONVOLDOENDE RUIMTE',
135
+ msgDangerousTread: 'Een aantrede van {val}cm is gevaarlijk.',
136
+ msgBlondelValue: 'Blondel-maat: {val}cm.',
137
+ msgOptimalStep: 'Comfortabele pas: {val}cm.',
138
+ msgLowCeiling: 'DOORRIJHOOGTE LAAG (<2m)',
139
+ msgCalculating: 'Berekenen...',
140
+ msgEnterMeasurements: 'Voer maten in',
141
+ shareTitle: 'Bouwoverzicht',
142
+ shareMessage: 'Trap: H={h}cm, N={n}, Opt={ch}cm, Vol={vol}m3',
143
+ },
144
+ };