@jjlmoya/utils-diy 1.2.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,113 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FurnitureFitUI } from '../ui';
4
+
5
+ const slug = 'moebel-platz-rechner';
6
+ const title = 'Platzrechner für Umzüge und Möbel';
7
+ const description = 'Prüfen Sie, ob Ihr Sofa, Schrank oder Tisch in den Aufzug oder durch die Tür passt. Nutzen Sie den 3D-Pythagoras, um Neigungen zu berechnen.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Warum kann ein Sofa nicht passen, obwohl es kleiner als die Tür ist?',
12
+ answer: 'Wegen des Drehwinkels. Wenn der Flur schmal ist, muss das Sofa seitlich oder schräg eingeführt werden. Der limitierende Faktor ist nicht nur die Türbreite, sondern der verfügbare Schwenkradius im Flur.',
13
+ },
14
+ {
15
+ question: 'Was ist die Diagonale eines Möbelstücks und warum ist sie wichtig?',
16
+ answer: 'Es ist der längste Abstand zwischen zwei gegenüberliegenden Ecken. Dies ist entscheidend, um zu wissen, ob ein hohes Möbelstück in einem Raum mit niedriger Decke aufgestellt werden kann, nachdem es am Boden montiert wurde.',
17
+ },
18
+ {
19
+ question: 'Wie misst man einen Aufzug korrekt?',
20
+ answer: 'Messen Sie nicht nur den Boden. Messen Sie die Breite der offenen Tür, die lichte Tiefe und die Gesamthöhe. Die Diagonale von der Basis der Tür bis zur oberen hinteren Ecke ist der wichtigste Wert.',
21
+ },
22
+ {
23
+ question: 'Welche Teile sollten zuerst demontiert werden?',
24
+ answer: 'Sofafüße, Schrankgriffe und Kühlschranktüren bringen oft die entscheidenden 5 bis 10 cm, die den Unterschied ausmachen, ob ein Möbelstück passt oder draußen bleiben muss.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Möbel messen (Länge, Breite, Höhe)', text: 'Nehmen Sie die maximalen Maße des Objekts, einschließlich aller Vorsprünge wie Armlehnen oder Griffe.' },
30
+ { name: 'Kritische Durchgänge messen', text: 'Messen Sie die lichte Weite der Tür (von Rahmen zu Rahmen), das Innere des Aufzugs und die Breite der Flure.' },
31
+ { name: 'Daten in den Simulator eingeben', text: 'Geben Sie die Abmessungen in das Tool ein, um zu sehen, ob das Volumen des Möbels mit dem Durchgangsbereich kompatibel ist.' },
32
+ { name: 'Neigungen berechnen', text: 'Wenn das Möbelstück sehr hoch ist, verwenden Sie die berechnete Diagonale, um zu prüfen, ob Sie es im Treppenhaus oder im Aufzug drehen können.' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'de',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<FurnitureFitUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Häufig gestellte Fragen',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Technische Referenzen',
76
+ bibliography: [
77
+ { name: 'Geometric Fit in Confined Spaces (MDPI Buildings)', url: 'https://www.mdpi.com/2075-5309/15/2/157' },
78
+ { name: 'Moving Sofa Problem: Wolfram MathWorld', url: 'https://mathworld.wolfram.com/MovingSofaProblem.html' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Die Wissenschaft der Umzüge und der Satz des Pythagoras', level: 2 },
84
+ { type: 'paragraph', html: 'Umzüge sind nicht nur eine Prüfung der körperlichen Kraft; sie sind ein komplexes geometrisches Puzzle. Der scheinbare Raum eines Zimmers oder Aufzugs täuscht das menschliche Auge, besonders wenn wir die dritte Dimension ignorieren. Mathematik kann Ihnen Hunderte von Euro für Rücksendungen und fehlgeschlagene Transporte sparen.' },
85
+ { type: 'title', text: 'Der Trick mit der 3D-Diagonalen', level: 3 },
86
+ { type: 'card', icon: 'mdi:math-log', title: 'Goldene Regel', html: '<p>Messen Sie nie nur das Möbelstück. Messen Sie immer die <strong>kritischen Zugangspunkte</strong>: die Breite des Türrahmens, den niedrigsten Punkt der Decke im Treppenhaus und die tatsächliche Tiefe des Aufzugs bei geschlossenen Türen. Die Formel <code>d = √(w² + h² + z²)</code> verrät Ihnen, ob es schräg passt.</p>' },
87
+ { type: 'title', text: 'Das Sofa-Problem im Flur', level: 3 },
88
+ { type: 'card', icon: 'mdi:sofa', title: 'Manövrierspielraum', html: '<p>Ein häufiger Fehler ist die Annahme, dass das Möbelstück passt, wenn es 80 cm misst und die Öffnung ebenfalls 80 cm beträgt. Das ist nicht der Fall. Die Hände der Träger, die Elastizität des Stoffes und Unebenheiten der Wände erfordern eine Mindestmarge von <strong>2 bis 5 cm</strong>. Ohne diese Marge wird das Möbelstück zerkratzt oder verkeilt sich.</p>' },
89
+ { type: 'title', text: '3 Fehler, die einen Umzug ruinieren', level: 3 },
90
+ { type: 'paragraph', html: 'Selbst mit korrekten Maßen verursachen diese unsichtbaren Faktoren oft Katastrophen: <strong>Die Deckenlampe</strong> — oft vergessen bei diagonalen Drehungen; <strong>Der Schwenkradius</strong> — ein starres Möbelstück biegt sich nicht; <strong>Die Verpackung</strong> — Luftpolsterfolie kann auf jeder Seite 1 bis 3 cm hinzufügen.' },
91
+ ],
92
+ ui: {
93
+ conTitle: 'Abmessungen des Raums',
94
+ conHint: 'Z.B. Standardaufzug, Türrahmen oder Lieferwagen.',
95
+ objTitle: 'Abmessungen des Möbels',
96
+ labelWidth: 'Breite (cm)',
97
+ labelHeight: 'Höhe (cm)',
98
+ labelDepth: 'Tiefe (cm)',
99
+ labelLength: 'Länge (cm)',
100
+ labelMargin: 'Fehlermarge (cm)',
101
+ vizLabel: 'Vereinfachte räumliche Ansicht',
102
+ verdictDefault: 'Passt es?',
103
+ verdictHint: 'Geben Sie die Maße ein, um die räumliche Kompatibilität zu prüfen.',
104
+ verdictYes: 'JA, ES PASST!',
105
+ verdictNo: 'PASST NICHT',
106
+ fitDirect: 'Das Möbelstück passt perfekt auf direktem Weg.',
107
+ fitDiagonal3d: 'Passt schräg/diagonal (3D-Pythagoras).',
108
+ fitDiagonalPlane: 'Passt schräg in einer der Seitenebenen.',
109
+ fitNope: 'Das Möbelstück ist zu groß, selbst für den diagonalen Weg.',
110
+ diagLabel: 'Maximale Diagonale (3D-Pythagoras):',
111
+ objLabel: 'Möbelstück',
112
+ },
113
+ };
@@ -0,0 +1,113 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FurnitureFitUI } from '../ui';
4
+
5
+ const slug = 'kalkulator-ruang-furnitur';
6
+ const title = 'Kalkulator Ruang untuk Pindahan dan Furnitur';
7
+ const description = 'Periksa apakah sofa, lemari, atau meja Anda muat di lift atau melalui pintu. Gunakan teorema Pythagoras 3D untuk menghitung kemiringan.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Mengapa sofa mungkin tidak muat padahal lebih kecil dari pintu?',
12
+ answer: 'Karena sudut putar. Jika lorong sempit, sofa harus masuk menyamping atau miring. Faktor pembatas bukan hanya lebar pintu, tetapi radius putar yang tersedia di ruangan.',
13
+ },
14
+ {
15
+ question: 'Apa itu diagonal furnitur dan mengapa itu penting?',
16
+ answer: 'Adalah jarak terjauh antara dua sudut yang berlawanan. Sangat penting untuk mengetahui apakah furnitur tinggi dapat ditegakkan di ruangan dengan langit-langit rendah setelah dirakit di lantai.',
17
+ },
18
+ {
19
+ question: 'Bagaimana cara mengukur lift dengan benar?',
20
+ answer: 'Jangan hanya mengukur lantai. Ukur lebar pintu yang terbuka, kedalaman bersih, dan tinggi total. Diagonal dari dasar pintu hingga sudut belakang atas adalah data yang paling penting.',
21
+ },
22
+ {
23
+ question: 'Bagian apa yang harus dilepas terlebih dahulu?',
24
+ answer: 'Kaki sofa, pegangan lemari, dan pintu kulkas seringkali menambah ruang kritis 5 hingga 10 cm yang membuat perbedaan antara furnitur muat atau tertahan di luar.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Ukur furnitur (Panjang, Lebar, Tinggi)', text: 'Ambil ukuran maksimal objek, termasuk bagian yang menonjol seperti sandaran tangan atau pegangan.' },
30
+ { name: 'Ukur akses kritis', text: 'Ukur celah bebas pintu (dari kusen ke kusen), bagian dalam lift, dan lebar lorong.' },
31
+ { name: 'Masukkan data ke simulator', text: 'Tulis dimensi di alat ini untuk melihat apakah volume furnitur kompatibel dengan ruang akses.' },
32
+ { name: 'Hitung kemiringan', text: 'Jika furnitur sangat tinggi, gunakan diagonal yang dihitung untuk memverifikasi apakah Anda dapat memutarnya di tangga atau di dalam lift.' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'id',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<FurnitureFitUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Pertanyaan Umum',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Referensi Teknis',
76
+ bibliography: [
77
+ { name: 'Geometric Fit in Confined Spaces (MDPI Buildings)', url: 'https://www.mdpi.com/2075-5309/15/2/157' },
78
+ { name: 'Moving Sofa Problem: Wolfram MathWorld', url: 'https://mathworld.wolfram.com/MovingSofaProblem.html' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Sains dalam Pindahan dan Teorema Pythagoras', level: 2 },
84
+ { type: 'paragraph', html: 'Pindahan bukan hanya ujian kekuatan fisik; ini adalah teka-teki geometris yang kompleks. Ruang yang terlihat di sebuah ruangan atau lift seringkali menipu mata manusia, terutama ketika kita mengabaikan dimensi ketiga. Matematika dapat menyelamatkan Anda dari kerugian jutaan rupiah akibat pengembalian barang dan transportasi yang gagal.' },
85
+ { type: 'title', text: 'Trik Diagonal 3D', level: 3 },
86
+ { type: 'card', icon: 'mdi:math-log', title: 'Aturan Emas', html: '<p>Jangan pernah hanya mengukur furniturnya saja. Selalu ukur <strong>titik akses kritis</strong>: lebar kusen pintu (dikurangi ketebalan pintu jika tidak terbuka 180°), titik terendah langit-langit di tangga, dan kedalaman nyata lift dengan pintu tertutup. Rumus <code>d = √(w² + h² + z²)</code> menunjukkan apakah barang muat jika dimiringkan.</p>' },
87
+ { type: 'title', text: 'Masalah Sofa di Lorong', level: 3 },
88
+ { type: 'card', icon: 'mdi:sofa', title: 'Margin Manuver', html: '<p>Kesalahan umum adalah mengasumsikan jika furnitur berukuran 80cm dan celahnya 80cm, maka akan muat. Tidak seperti itu. Tangan pengangkut, elastisitas kain, dan ketidaksempurnaan dinding memerlukan margin minimal <strong>2 hingga 5 cm</strong>. Tanpa margin ini, furnitur akan tergores atau terjepit karena tekanan.</p>' },
89
+ { type: 'title', text: '3 Kesalahan yang Merusak Pindahan', level: 3 },
90
+ { type: 'paragraph', html: 'Meskipun dengan ukuran yang benar, faktor tak kasat mata ini sering menyebabkan bencana: <strong>Lampu Langit-langit</strong> — terlupakan saat pemutaran diagonal; <strong>Radius Putar Furnitur</strong> — furnitur yang kaku tidak bisa ditekuk; <strong>Kemasan</strong> — bubble wrap dan kardus pelindung dapat menambah 1 hingga 3 cm di setiap sisi.' },
91
+ ],
92
+ ui: {
93
+ conTitle: 'Dimensi Ruang',
94
+ conHint: 'Contoh: Lift standar, kusen pintu, atau mobil boks.',
95
+ objTitle: 'Dimensi Furnitur',
96
+ labelWidth: 'Lebar (cm)',
97
+ labelHeight: 'Tinggi (cm)',
98
+ labelDepth: 'Kedalaman (cm)',
99
+ labelLength: 'Panjang (cm)',
100
+ labelMargin: 'Margin Kesalahan (cm)',
101
+ vizLabel: 'Tampilan Ruang Sederhana',
102
+ verdictDefault: 'Apakah muat?',
103
+ verdictHint: 'Masukkan ukuran untuk mengecek kompatibilitas ruang.',
104
+ verdictYes: 'YA, MUAT!',
105
+ verdictNo: 'TIDAK MUAT',
106
+ fitDirect: 'Furnitur muat secara langsung dengan sempurna.',
107
+ fitDiagonal3d: 'Muat jika dimiringkan secara diagonal (Pythagoras 3D).',
108
+ fitDiagonalPlane: 'Muat jika dimiringkan pada salah satu sisi.',
109
+ fitNope: 'Furnitur terlalu besar bahkan untuk masuk secara diagonal.',
110
+ diagLabel: 'Diagonal Maksimal (Pythagoras 3D):',
111
+ objLabel: 'Furnitur',
112
+ },
113
+ };
@@ -0,0 +1,113 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FurnitureFitUI } from '../ui';
4
+
5
+ const slug = 'calcolatore-spazio-mobili';
6
+ const title = 'Calcolatore di Spazio per Traslochi e Mobili';
7
+ const description = 'Verifica se il tuo divano, armadio o tavolo entra in ascensore o dalla porta. Usa il teorema di Pitagora 3D per calcolare le inclinazioni.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Perché un divano può non entrare anche se è più piccolo della porta?',
12
+ answer: 'A causa dell\'angolo di rotazione. Se il corridoio è stretto, il divano deve entrare di lato o inclinato. Il fattore limitante non è solo la larghezza della porta, ma il raggio di rotazione disponibile nel locale.',
13
+ },
14
+ {
15
+ question: 'Cos\'è la diagonale di un mobile e perché è importante?',
16
+ answer: 'È la distanza più lunga tra due angoli opposti. È fondamentale per sapere se un mobile alto può essere sollevato in una stanza con soffitto basso dopo essere stato montato a terra.',
17
+ },
18
+ {
19
+ question: 'Come misurare correttamente un ascensore?',
20
+ answer: 'Non misurare solo il pavimento. Misura la larghezza della porta aperta, la profondità libera e l\'altezza totale. La diagonale dalla base della porta all\'angolo posteriore superiore è il dato più importante.',
21
+ },
22
+ {
23
+ question: 'Quali pezzi devono essere smontati per primi?',
24
+ answer: 'Piedini dei divani, maniglie degli armadi e porte dei frigoriferi spesso fanno guadagnare tra i 5 e i 10 cm critici che fanno la differenza tra un mobile che entra o che resta fuori.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Misurare il mobile (Lungo, Largo, Alto)', text: 'Prendi le misure massime dell\'oggetto, inclusa qualsiasi sporgenza come braccioli o maniglie.' },
30
+ { name: 'Misurare i passaggi critici', text: 'Misura il vano libero della porta (da telaio a telaio), l\'interno dell\'ascensore e la larghezza dei corridoi.' },
31
+ { name: 'Inserire i dati nel simulatore', text: 'Scrivi le dimensioni nello strumento per vedere se il volume del mobile è compatibile con lo spazio di passaggio.' },
32
+ { name: 'Calcolare le inclinazioni', text: 'Se il mobile è molto alto, usa la diagonale calcolata per verificare se potrai ruotarlo nel pianerottolo o dentro l\'ascensore.' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'it',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<FurnitureFitUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Domande Frequenti',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Riferimenti Tecnici',
76
+ bibliography: [
77
+ { name: 'Geometric Fit in Confined Spaces (MDPI Buildings)', url: 'https://www.mdpi.com/2075-5309/15/2/157' },
78
+ { name: 'Moving Sofa Problem: Wolfram MathWorld', url: 'https://mathworld.wolfram.com/MovingSofaProblem.html' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'La Scienza dei Traslochi e il Teorema di Pitagora', level: 2 },
84
+ { type: 'paragraph', html: 'I traslochi non sono solo una prova di forza fisica; sono un complesso puzzle geometrico. Lo spazio apparente di una stanza o di un ascensore inganna l\'occhio umano, specialmente quando ignoriamo la terza dimensione. La matematica può farti risparmiare centinaia di euro in resi e trasporti falliti.' },
85
+ { type: 'title', text: 'Il Trucco della Diagonale 3D', level: 3 },
86
+ { type: 'card', icon: 'mdi:math-log', title: 'Regola d\'Oro', html: '<p>Non misurare mai solo il mobile. Misura sempre i <strong>punti critici di accesso</strong>: la larghezza del telaio della porta, il punto più basso del soffitto sul pianerottolo e la profondità reale dell\'ascensore con le porte chiuse. La formula <code>d = √(w² + h² + z²)</code> ti rivela se entra inclinato.</p>' },
87
+ { type: 'title', text: 'Il Problema del Divano nel Corridoio', level: 3 },
88
+ { type: 'card', icon: 'mdi:sofa', title: 'Margine di Manovra', html: '<p>Un errore comune è assumere che se il mobile misura 80cm e il vano 80cm, passerà. Non è così. Le mani dei trasportatori, l\'elasticità del tessuto e le imperfezioni delle pareti richiedono un margine minimo di <strong>2-5 cm</strong>. Senza questo margine, il mobile si graffierà o rimarrà incastrato per pressione.</p>' },
89
+ { type: 'title', text: 'I 3 Errori che Rovinano un Traslocco', level: 3 },
90
+ { type: 'paragraph', html: 'Anche con misure corrette, questi fattori invisibili causano spesso disastri: <strong>La Lampada a Soffitto</strong> — dimenticata durante la rotazione diagonale; <strong>Il Raggio di Rotazione del Mobile</strong> — un mobile rigido non si piega; <strong>L\'Imballaggio</strong> — il pluriball può aggiungere da 1 a 3 cm per lato.' },
91
+ ],
92
+ ui: {
93
+ conTitle: 'Dimensioni dello Spazio',
94
+ conHint: 'Es: Ascensore standard, telaio porta o furgone.',
95
+ objTitle: 'Dimensioni del Mobile',
96
+ labelWidth: 'Larghezza (cm)',
97
+ labelHeight: 'Altezza (cm)',
98
+ labelDepth: 'Profondità (cm)',
99
+ labelLength: 'Lunghezza (cm)',
100
+ labelMargin: 'Margine di Errore (cm)',
101
+ vizLabel: 'Vista Spaziale Semplificata',
102
+ verdictDefault: 'Entra?',
103
+ verdictHint: 'Inserisci le misure per verificare la compatibilità spaziale.',
104
+ verdictYes: 'SÌ, ENTRA!',
105
+ verdictNo: 'NON ENTRA',
106
+ fitDirect: 'Il mobile entra perfettamente in modo diretto.',
107
+ fitDiagonal3d: 'Entra inclinato diagonalmente (Pitagora 3D).',
108
+ fitDiagonalPlane: 'Entra inclinato in uno dei piani laterali.',
109
+ fitNope: 'Il mobile è troppo grande anche per entrare in diagonale.',
110
+ diagLabel: 'Diagonale Massima (Pitagora 3D):',
111
+ objLabel: 'Mobile',
112
+ },
113
+ };
@@ -0,0 +1,113 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FurnitureFitUI } from '../ui';
4
+
5
+ const slug = 'furniture-fit-calculator';
6
+ const title = '引越し・家具スペース計算機';
7
+ const description = 'ソファ、タンス、テーブルがエレベーターやドアを通るか確認します。3Dピタゴラスの定理を使用して、傾けた時のサイズを計算し、引越しの失敗を防ぎます。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'ドアよりも小さいのにソファが入らないことがあるのはなぜですか?',
12
+ answer: '回転角度のためです。廊下が狭い場合、ソファを横向きや斜めに入れる必要があります。制限要因はドアの幅だけでなく、部屋で利用可能な回転半径も含まれます。',
13
+ },
14
+ {
15
+ question: '家具の対角線とは何ですか?なぜ重要なのですか?',
16
+ answer: '2つの対極にある角の間の最も長い距離のことです。床で組み立てた後の背の高い家具を、天井の低い部屋で立て直すことができるかどうかを知るために不可欠です。',
17
+ },
18
+ {
19
+ question: 'エレベーターの正しい測り方は?',
20
+ answer: '床だけを測らないでください。開いたドアの幅、有効奥行き、全高を測ります。ドアの付け根から後方の天井の角までの対角線が最も重要なデータです。',
21
+ },
22
+ {
23
+ question: 'まずどの部品を分解すべきですか?',
24
+ answer: 'ソファの脚、タンスの取っ手、冷蔵庫のドアなどは、数センチから10センチほどの余裕を生むことが多く、家具が入るか入らないかの分かれ目になります。',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '家具を測る(長さ、幅、高さ)', text: '肘掛けや取っ手などの突起部を含めた、オブジェクトの最大寸法を測ります。' },
30
+ { name: '重要箇所を測る', text: 'ドアの有効開口幅(枠から枠まで)、エレベーターの内部、廊下の幅を測ります。' },
31
+ { name: 'シミュレーターにデータを入力', text: 'ツールに寸法を入力して、家具の体積が搬入経路のスペースと適合するか確認します。' },
32
+ { name: '傾斜を計算する', text: '家具が非常に高い場合は、計算された対角線を使用して、階段の踊り場やエレベーター内で回転できるか確認します。' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'ja',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<FurnitureFitUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'よくある質問',
74
+ faq: faqData,
75
+ bibliographyTitle: '技術リファレンス',
76
+ bibliography: [
77
+ { name: 'Geometric Fit in Confined Spaces (MDPI Buildings)', url: 'https://www.mdpi.com/2075-5309/15/2/157' },
78
+ { name: 'Moving Sofa Problem: Wolfram MathWorld', url: 'https://mathworld.wolfram.com/MovingSofaProblem.html' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: '引越しの科学とピタゴラスの定理', level: 2 },
84
+ { type: 'paragraph', html: '引越しは単なる体力のテストではありません。複雑な幾何学的パズルです。部屋やエレベーターの見かけのスペースは、特に3次元を無視すると人の目を欺きます。数学を利用することで、返品や搬送の失敗による多額の損失を防ぐことができます。' },
85
+ { type: 'title', text: '3D対角線のコツ', level: 3 },
86
+ { type: 'card', icon: 'mdi:math-log', title: '黄金律', html: '<p>家具だけを測ってはいけません。常に<strong>重要なアクセスポイント</strong>を測ってください:ドア枠の幅(ドアが180度開かない場合はドアの厚みを引く)、踊り場の天井の最も低い地点、そしてドアを閉めた時のエレベーターの実際の奥行きです。公式 <code>d = √(w² + h² + z²)</code> が、斜めにして入るかどうかを教えてくれます。</p>' },
87
+ { type: 'title', text: '廊下のソファ問題', level: 3 },
88
+ { type: 'card', icon: 'mdi:sofa', title: '操作の余裕', html: '<p>家具が80cmで開口部が80cmなら通ると思い込むのはよくある間違いです。そうではありません。作業員の手、生地の弾力性、壁の凹凸などを考慮すると、最低 <strong>2〜5 cm</strong> の余裕が必要です。この余裕がないと、家具が傷ついたり圧迫されて動かなくなったりします。</p>' },
89
+ { type: 'title', text: '引越しを台無しにする3つの間違い', level: 3 },
90
+ { type: 'paragraph', html: '正しい採寸をしていても、これら見えない要因が災いをもたらすことがあります:<strong>天井の照明</strong> — 対角線回転中に忘れられがちです。<strong>家具の回転半径</strong> — 固い家具は曲がりません。<strong>梱包</strong> — プチプチや保護用ダンボールは各辺に1〜3cm加わります。' },
91
+ ],
92
+ ui: {
93
+ conTitle: 'スペースの寸法',
94
+ conHint: '例:標準エレベーター、ドア枠、トラックなど。',
95
+ objTitle: '家具の寸法',
96
+ labelWidth: '幅 (cm)',
97
+ labelHeight: '高さ (cm)',
98
+ labelDepth: '奥行き (cm)',
99
+ labelLength: '長さ (cm)',
100
+ labelMargin: '許容誤差 (cm)',
101
+ vizLabel: '簡易スペースビュー',
102
+ verdictDefault: '入る?',
103
+ verdictHint: '寸法を入力してスペースの適合性を確認してください。',
104
+ verdictYes: 'はい、入ります!',
105
+ verdictNo: '入りません',
106
+ fitDirect: '家具はそのまま完璧に入ります。',
107
+ fitDiagonal3d: '対角線上に傾ければ入ります(3Dピタゴラス)。',
108
+ fitDiagonalPlane: '側面のいずれかの平面で傾ければ入ります。',
109
+ fitNope: '家具が大きすぎて、斜めにしても入りません。',
110
+ diagLabel: '最大対角線(3Dピタゴラス):',
111
+ objLabel: '家具',
112
+ },
113
+ };
@@ -0,0 +1,113 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { FurnitureFitUI } from '../ui';
4
+
5
+ const slug = 'furniture-fit-calculator';
6
+ const title = '이사 및 가구 공간 계산기';
7
+ const description = '소파, 옷장 또는 테이블이 엘리베이터나 문을 통과할 수 있는지 확인하세요. 3D 피타고라스 정리를 사용하여 기울였을 때의 크기를 계산하고 이사 실수를 방지합니다.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '문보다 작은데 소파가 들어가지 않을 수 있는 이유는 무엇인가요?',
12
+ answer: '회전 각도 때문입니다. 복도가 좁은 경우 소파를 옆으로 눕히거나 기울여서 넣어야 합니다. 제한 요인은 문 너비뿐만 아니라 방에서 회전할 수 있는 반경도 포함됩니다.',
13
+ },
14
+ {
15
+ question: '가구의 대각선이란 무엇이며 왜 중요한가요?',
16
+ answer: '서로 마주 보는 두 모서리 사이의 가장 긴 거리입니다. 바닥에서 조립한 키 큰 가구를 천장이 낮은 방에서 다시 세울 수 있는지 확인하는 데 필수적입니다.',
17
+ },
18
+ {
19
+ question: '엘리베이터를 올바르게 측정하는 방법은 무엇인가요?',
20
+ answer: '바닥만 측정하지 마세요. 열린 문 너비, 유효 깊이, 전체 높이를 측정하십시오. 문 바닥에서 후면 상단 모서리까지의 대각선이 가장 중요한 데이터입니다.',
21
+ },
22
+ {
23
+ question: '어떤 부품을 먼저 분해해야 하나요?',
24
+ answer: '소파 다리, 옷장 손잡이, 냉장고 문 등은 종종 5~10cm의 중요한 여유 공간을 만들어 가구가 들어갈 수 있는지 여부를 결정짓습니다.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '가구 측정 (길이, 너비, 높이)', text: '팔걸이나 손잡이 등 돌출된 부분을 포함하여 물체의 최대 치수를 측정합니다.' },
30
+ { name: '주요 통로 측정', text: '문 통과 유효 너비(프레임 사이), 엘리베이터 내부, 복도 너비를 측정합니다.' },
31
+ { name: '시뮬레이터에 데이터 입력', text: '도구에 치수를 입력하여 가구 부피가 통로 공간과 호환되는지 확인합니다.' },
32
+ { name: '기울기 계산', text: '가구가 매우 높을 경우, 계산된 대각선을 사용하여 계단참이나 엘리베이터 내부에서 회전할 수 있는지 확인합니다.' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'ko',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<FurnitureFitUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: '자주 묻는 질문',
74
+ faq: faqData,
75
+ bibliographyTitle: '기술 참고 자료',
76
+ bibliography: [
77
+ { name: 'Geometric Fit in Confined Spaces (MDPI Buildings)', url: 'https://www.mdpi.com/2075-5309/15/2/157' },
78
+ { name: 'Moving Sofa Problem: Wolfram MathWorld', url: 'https://mathworld.wolfram.com/MovingSofaProblem.html' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: '이사의 과학과 피타고라스 정리', level: 2 },
84
+ { type: 'paragraph', html: '이사는 단순히 체력 테스트가 아닙니다. 복잡한 기하학적 퍼즐입니다. 방이나 엘리베이터의 겉보기 공간은 특히 3차원을 무시할 때 사람의 눈을 속입니다. 수학을 활용하면 반품이나 운송 실패로 인한 막대한 비용 손실을 막을 수 있습니다.' },
85
+ { type: 'title', text: '3D 대각선의 요령', level: 3 },
86
+ { type: 'card', icon: 'mdi:math-log', title: '황금률', html: '<p>가구만 측정하지 마세요. 항상 <strong>주요 접근 포인트</strong>를 측정하십시오: 문틀 너비(문이 180도 열리지 않는다면 문 두께를 뺄 것), 계단참의 가장 낮은 천장 지점, 문을 닫았을 때의 엘리베이터 실제 깊이입니다. 공식 <code>d = √(w² + h² + z²)</code>가 기울였을 때 들어가는지 알려줍니다.</p>' },
87
+ { type: 'title', text: '복도의 소파 문제', level: 3 },
88
+ { type: 'card', icon: 'mdi:sofa', title: '조작 여유 공간', html: '<p>가구가 80cm이고 입구가 80cm라면 들어갈 것이라고 생각하는 것은 흔한 실수입니다. 그렇지 않습니다. 작업자의 손, 원단의 탄성, 벽의 미세한 굴곡 등을 고려하면 최소 <strong>2~5cm</strong>의 여유가 필요합니다. 이 여유가 없으면 가구가 긁히거나 끼어버릴 수 있습니다.</p>' },
89
+ { type: 'title', text: '이사를 망치는 3가지 실수', level: 3 },
90
+ { type: 'paragraph', html: '치수를 정확히 쟀더라도 이러한 보이지 않는 요인이 종종 문제를 일으킵니다: <strong>천장 조명</strong> — 대각선 회전 중에 잊어버리기 쉽습니다. <strong>가구의 회전 반경</strong> — 딱딱한 가구는 구부러지지 않습니다. <strong>포장</strong> — 뽁뽁이(에어캡)나 보호용 박스는 각 면에 1~3cm를 추가합니다.' },
91
+ ],
92
+ ui: {
93
+ conTitle: '공간 치수',
94
+ conHint: '예: 표준 엘리베이터, 문틀 또는 트럭.',
95
+ objTitle: '가구 치수',
96
+ labelWidth: '너비 (cm)',
97
+ labelHeight: '높이 (cm)',
98
+ labelDepth: '깊이 (cm)',
99
+ labelLength: '길이 (cm)',
100
+ labelMargin: '허용 오차 (cm)',
101
+ vizLabel: '단순화된 공간 뷰',
102
+ verdictDefault: '들어갈까요?',
103
+ verdictHint: '공간 호환성을 확인하려면 치수를 입력하세요.',
104
+ verdictYes: '네, 들어갑니다!',
105
+ verdictNo: '안 들어갑니다',
106
+ fitDirect: '가구가 그대로 완벽하게 들어갑니다.',
107
+ fitDiagonal3d: '대각선으로 기울이면 들어갑니다 (3D 피타고라스).',
108
+ fitDiagonalPlane: '측면 평면 중 하나로 기울이면 들어갑니다.',
109
+ fitNope: '가구가 너무 커서 대각선으로도 들어가지 않습니다.',
110
+ diagLabel: '최대 대각선 (3D 피타고라스):',
111
+ objLabel: '가구',
112
+ },
113
+ };