@jjlmoya/utils-cooking 1.12.0 → 1.14.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 (182) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +94 -0
  3. package/src/category/i18n/id.ts +94 -0
  4. package/src/category/i18n/it.ts +94 -0
  5. package/src/category/i18n/ja.ts +94 -0
  6. package/src/category/i18n/ko.ts +94 -0
  7. package/src/category/i18n/nl.ts +94 -0
  8. package/src/category/i18n/pl.ts +94 -0
  9. package/src/category/i18n/pt.ts +94 -0
  10. package/src/category/i18n/ru.ts +94 -0
  11. package/src/category/i18n/sv.ts +94 -0
  12. package/src/category/i18n/tr.ts +94 -0
  13. package/src/category/i18n/zh.ts +94 -0
  14. package/src/category/index.ts +12 -0
  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 +1 -1
  18. package/src/tests/slug_language_code_format.test.ts +23 -0
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tests/title_quality.test.ts +1 -1
  21. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  22. package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
  23. package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
  24. package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
  25. package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
  26. package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
  27. package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
  28. package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
  29. package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
  30. package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
  31. package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
  32. package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
  33. package/src/tool/american-kitchen-converter/index.ts +12 -0
  34. package/src/tool/banana-ripeness/i18n/de.ts +248 -0
  35. package/src/tool/banana-ripeness/i18n/fr.ts +1 -1
  36. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  44. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  45. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  46. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  47. package/src/tool/banana-ripeness/index.ts +12 -0
  48. package/src/tool/brine/i18n/de.ts +253 -0
  49. package/src/tool/brine/i18n/id.ts +253 -0
  50. package/src/tool/brine/i18n/it.ts +253 -0
  51. package/src/tool/brine/i18n/ja.ts +253 -0
  52. package/src/tool/brine/i18n/ko.ts +253 -0
  53. package/src/tool/brine/i18n/nl.ts +253 -0
  54. package/src/tool/brine/i18n/pl.ts +253 -0
  55. package/src/tool/brine/i18n/pt.ts +253 -0
  56. package/src/tool/brine/i18n/ru.ts +253 -0
  57. package/src/tool/brine/i18n/sv.ts +253 -0
  58. package/src/tool/brine/i18n/tr.ts +253 -0
  59. package/src/tool/brine/i18n/zh.ts +253 -0
  60. package/src/tool/brine/index.ts +12 -0
  61. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  62. package/src/tool/cookware-guide/i18n/fr.ts +3 -3
  63. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  64. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  71. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  72. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  73. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  74. package/src/tool/cookware-guide/index.ts +12 -0
  75. package/src/tool/egg-timer/i18n/de.ts +252 -0
  76. package/src/tool/egg-timer/i18n/id.ts +252 -0
  77. package/src/tool/egg-timer/i18n/it.ts +252 -0
  78. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  79. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  80. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  81. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  82. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  83. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  84. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  85. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  86. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  87. package/src/tool/egg-timer/index.ts +12 -0
  88. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  89. package/src/tool/ingredient-rescaler/i18n/es.ts +95 -95
  90. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  91. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  92. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  97. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  98. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  99. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  100. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  101. package/src/tool/ingredient-rescaler/index.ts +12 -0
  102. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  103. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  104. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  105. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  106. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  107. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  108. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  110. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  111. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  112. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  113. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  114. package/src/tool/kitchen-timer/index.ts +12 -0
  115. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  116. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  117. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  118. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  119. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  120. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  123. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  124. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  125. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  126. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  127. package/src/tool/meringue-peak/index.ts +12 -0
  128. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  129. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  130. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  131. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  132. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  133. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  134. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  135. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  136. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  137. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  138. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  139. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  140. package/src/tool/mold-scaler/index.ts +12 -0
  141. package/src/tool/pizza/i18n/de.ts +168 -0
  142. package/src/tool/pizza/i18n/es.ts +228 -228
  143. package/src/tool/pizza/i18n/fr.ts +1 -1
  144. package/src/tool/pizza/i18n/id.ts +125 -0
  145. package/src/tool/pizza/i18n/it.ts +172 -0
  146. package/src/tool/pizza/i18n/ja.ts +125 -0
  147. package/src/tool/pizza/i18n/ko.ts +125 -0
  148. package/src/tool/pizza/i18n/nl.ts +164 -0
  149. package/src/tool/pizza/i18n/pl.ts +125 -0
  150. package/src/tool/pizza/i18n/pt.ts +168 -0
  151. package/src/tool/pizza/i18n/ru.ts +151 -0
  152. package/src/tool/pizza/i18n/sv.ts +164 -0
  153. package/src/tool/pizza/i18n/tr.ts +125 -0
  154. package/src/tool/pizza/i18n/zh.ts +125 -0
  155. package/src/tool/pizza/index.ts +12 -0
  156. package/src/tool/roux-guide/i18n/de.ts +165 -0
  157. package/src/tool/roux-guide/i18n/es.ts +172 -172
  158. package/src/tool/roux-guide/i18n/id.ts +139 -0
  159. package/src/tool/roux-guide/i18n/it.ts +165 -0
  160. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  161. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  162. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  163. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  164. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  165. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  166. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  167. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  168. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  169. package/src/tool/roux-guide/index.ts +12 -0
  170. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  171. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  172. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  173. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  174. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  175. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  176. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  177. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  178. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  179. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  180. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  181. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  182. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,170 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = 'Калькулятор масштабирования форм для выпечки';
4
+ const description =
5
+ 'Адаптируйте любой рецепт под ваши формы. Автоматический расчет коэффициента конверсии для круглых, квадратных и прямоугольных форм с профессиональной точностью.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'Как именно работает коэффициент масштабирования?',
10
+ answer:
11
+ 'Коэффициент получается путем деления площади вашей целевой формы на площадь формы из оригинального рецепта. Если результат 1.5, значит, нужно умножить количество каждого ингредиента на это число.',
12
+ },
13
+ {
14
+ question: 'Можно ли пересчитать круглую форму в квадратную?',
15
+ answer:
16
+ 'Да, инструмент использует точные геометрические формулы для сравнения площадей независимо от формы. Просто введите размеры, и система сама сделает расчет.',
17
+ },
18
+ {
19
+ question: 'Что делать с высотой форм?',
20
+ answer:
21
+ 'Этот инструмент ориентирован на площадь дна. Если ваша форма значительно выше или ниже оригинала, вам может потребоваться небольшая корректировка времени выпечки.',
22
+ },
23
+ {
24
+ question: 'Как добавить ингредиенты в список?',
25
+ answer:
26
+ 'Нажмите кнопку внизу, чтобы добавить новую строку. Введите название и оригинальный вес; итоговое количество обновится мгновенно.',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: 'Определите форму из рецепта',
33
+ text: 'Выберите форму и размеры емкости, для которой изначально написан рецепт.',
34
+ },
35
+ {
36
+ name: 'Настройте свою форму',
37
+ text: 'Введите размеры формы, которая есть у вас дома. Система мгновенно рассчитает коэффициент.',
38
+ },
39
+ {
40
+ name: 'Используйте калькулятор ингредиентов',
41
+ text: 'Добавьте ингредиенты вашего рецепта, чтобы увидеть точные количества для вашей формы.',
42
+ },
43
+ {
44
+ name: 'Скорректируйте выпечку',
45
+ text: 'Помните, что изменение размера обычно влечет за собой изменение времени выпечки, даже если температура остается прежней.',
46
+ },
47
+ ];
48
+
49
+ const faqSchema = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'FAQPage',
52
+ mainEntity: faq.map((item) => ({
53
+ '@type': 'Question',
54
+ name: item.question,
55
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
56
+ })),
57
+ };
58
+
59
+ const howToSchema = {
60
+ '@context': 'https://schema.org',
61
+ '@type': 'HowTo',
62
+ name: title,
63
+ description,
64
+ step: howTo.map((step) => ({
65
+ '@type': 'HowToStep',
66
+ name: step.name,
67
+ text: step.text,
68
+ })),
69
+ };
70
+
71
+ const appSchema = {
72
+ '@context': 'https://schema.org',
73
+ '@type': 'SoftwareApplication',
74
+ name: title,
75
+ description,
76
+ applicationCategory: 'UtilitiesApplication',
77
+ operatingSystem: 'All',
78
+ };
79
+
80
+ export const content: ToolLocaleContent = {
81
+ slug: 'formi-dlya-vipechki',
82
+ title,
83
+ description,
84
+ faqTitle: 'Часто задаваемые вопросы о масштабировании',
85
+ bibliographyTitle: 'Источники и рекомендации',
86
+
87
+ ui: {
88
+ originalRecipe: 'Оригинальный рецепт',
89
+ yourMold: 'Ваша форма',
90
+ round: 'Круглая',
91
+ square: 'Квадратная',
92
+ rectangular: 'Прямоугольная',
93
+ diameter: 'Диаметр (см)',
94
+ side: 'Сторона (см)',
95
+ width: 'Ширина (см)',
96
+ length: 'Длина (см)',
97
+ multiplyingFactor: 'Коэффициент умножения',
98
+ equivalentMolds: 'Формы эквивалентны. Используйте те же количества.',
99
+ smallerMold: 'Ваша форма меньше. Умножьте ингредиенты на',
100
+ largerMold: 'Ваша форма больше. Умножьте ингредиенты на',
101
+ ingredientCalculator: 'Калькулятор ингредиентов',
102
+ addIngredient: 'Добавить ингредиент',
103
+ ingredient: 'Ингредиент',
104
+ original: 'Оригинал',
105
+ final: 'Итог',
106
+ exampleIngredient: 'Напр. Мука',
107
+ delete: 'Удалить',
108
+ originalVisualization: 'Оригинал',
109
+ yourVisualization: 'Ваша',
110
+ defaultIngredient1: 'Мука',
111
+ defaultIngredient2: 'Сахар',
112
+ reduce: 'Уменьшить',
113
+ increase: 'Увеличить',
114
+ },
115
+
116
+ faq,
117
+ bibliography: [
118
+ {
119
+ name: 'Baking Science and Technology - E.J. Pyler',
120
+ url: 'https://www.bakingbusiness.com/',
121
+ },
122
+ {
123
+ name: 'The Professional Pastry Chef - Bo Friberg',
124
+ url: 'https://www.wiley.com/',
125
+ },
126
+ ],
127
+ howTo,
128
+ seo: [
129
+ {
130
+ type: 'title',
131
+ text: 'Руководство по пересчету рецептов под разные формы',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Пересчет ингредиентов для другой формы требует соблюдения <strong>геометрических пропорций</strong> для сохранения идеальной текстуры.',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: 'С 20см на 25см',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: 'Площадь круга',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: 'С 25см на 20см',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: 'Макс. заполнение',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'tip',
166
+ html: 'Никогда не заполняйте форму более чем на 2/3 объема, независимо от расчетов.',
167
+ },
168
+ ],
169
+ schemas: [appSchema, faqSchema, howToSchema],
170
+ };
@@ -0,0 +1,170 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = 'Beräkna och Skala Bakformar';
4
+ const description =
5
+ 'Anpassa alla bakrecept till dina formar. Beräkna automatiskt omräkningsfaktorn för runda, kvadratiska och rektangulära formar med professionell precision.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'Hur fungerar multiplikationsfaktorn exakt?',
10
+ answer:
11
+ 'Faktorn får man genom att dela arean på din målform med arean på formen i originalreceptet. Om resultatet är 1.5 betyder det att du ska multiplicera varje ingrediens med den siffran.',
12
+ },
13
+ {
14
+ question: 'Kan jag konvertera en rund form till en kvadratisk?',
15
+ answer:
16
+ 'Ja, verktyget använder exakta geometriska formler för att jämföra ytor oavsett form. Ange bara måtten så sköter systemet beräkningen automatiskt.',
17
+ },
18
+ {
19
+ question: 'Vad händer med höjden på formarna?',
20
+ answer:
21
+ 'Detta verktyg fokuserar på bottenarean. Om din form är betydligt högre eller lägre än originalet kan du behöva justera gräddningstiden något.',
22
+ },
23
+ {
24
+ question: 'Hur lägger jag till ingredienser i listan?',
25
+ answer:
26
+ 'Klicka på knappen längst ner för att lägga till en ny rad. Skriv in namnet och ursprungsvikten; den skalade mängden beräknas direkt.',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: 'Definiera receptets form',
33
+ text: 'Välj form och mått på den bakform som receptet ursprungligen är skapat för.',
34
+ },
35
+ {
36
+ name: 'Ställ in din egen form',
37
+ text: 'Ange måtten på den form du har hemma. Systemet beräknar direkt omräkningsfaktorn.',
38
+ },
39
+ {
40
+ name: 'Använd ingredienskalkylatorn',
41
+ text: 'Lägg till ingredienserna i ditt recept för att se de exakta mängderna du behöver för din form.',
42
+ },
43
+ {
44
+ name: 'Justera gräddningen',
45
+ text: 'Kom ihåg att en ändrad storlek ofta innebär ändrad gräddningstid, även om temperaturen är densamma.',
46
+ },
47
+ ];
48
+
49
+ const faqSchema = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'FAQPage',
52
+ mainEntity: faq.map((item) => ({
53
+ '@type': 'Question',
54
+ name: item.question,
55
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
56
+ })),
57
+ };
58
+
59
+ const howToSchema = {
60
+ '@context': 'https://schema.org',
61
+ '@type': 'HowTo',
62
+ name: title,
63
+ description,
64
+ step: howTo.map((step) => ({
65
+ '@type': 'HowToStep',
66
+ name: step.name,
67
+ text: step.text,
68
+ })),
69
+ };
70
+
71
+ const appSchema = {
72
+ '@context': 'https://schema.org',
73
+ '@type': 'SoftwareApplication',
74
+ name: title,
75
+ description,
76
+ applicationCategory: 'UtilitiesApplication',
77
+ operatingSystem: 'All',
78
+ };
79
+
80
+ export const content: ToolLocaleContent = {
81
+ slug: 'bakformar',
82
+ title,
83
+ description,
84
+ faqTitle: 'Vanliga frågor om Skalning',
85
+ bibliographyTitle: 'Källor och Referenser',
86
+
87
+ ui: {
88
+ originalRecipe: 'Originalrecept',
89
+ yourMold: 'Din Form',
90
+ round: 'Rund',
91
+ square: 'Kvadratisk',
92
+ rectangular: 'Rektangulär',
93
+ diameter: 'Diameter (cm)',
94
+ side: 'Sida (cm)',
95
+ width: 'Bredd (cm)',
96
+ length: 'Längd (cm)',
97
+ multiplyingFactor: 'Omräkningsfaktor',
98
+ equivalentMolds: 'Formarna är likvärdiga. Använd samma mängder.',
99
+ smallerMold: 'Din form är mindre. Multiplicera ingredienserna med',
100
+ largerMold: 'Din form är större. Multiplicera ingredienserna med',
101
+ ingredientCalculator: 'Ingredienskalkylator',
102
+ addIngredient: 'Lägg till Ingrediens',
103
+ ingredient: 'Ingrediens',
104
+ original: 'Original',
105
+ final: 'Slutlig',
106
+ exampleIngredient: 'Ex. Mjöl',
107
+ delete: 'Ta bort',
108
+ originalVisualization: 'Original',
109
+ yourVisualization: 'Din',
110
+ defaultIngredient1: 'Mjöl',
111
+ defaultIngredient2: 'Socker',
112
+ reduce: 'Minska',
113
+ increase: 'Öka',
114
+ },
115
+
116
+ faq,
117
+ bibliography: [
118
+ {
119
+ name: 'Baking Science and Technology - E.J. Pyler',
120
+ url: 'https://www.bakingbusiness.com/',
121
+ },
122
+ {
123
+ name: 'The Professional Pastry Chef - Bo Friberg',
124
+ url: 'https://www.wiley.com/',
125
+ },
126
+ ],
127
+ howTo,
128
+ seo: [
129
+ {
130
+ type: 'title',
131
+ text: 'Guide för att Skala Recept efter Bakform',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Att konvertera mängder för en annan form kräver att man respekterar <strong>geometriska proportioner</strong> för att behålla rätt konsistens och gräddningsgrad.',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: 'Faktor 20cm till 25cm',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: 'Cirkelns area',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: 'Faktor 25cm till 20cm',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: 'Max Fyllnadsnivå',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'tip',
166
+ html: 'Fyll aldrig en form till mer än 2/3, oavsett den beräknade faktorn.',
167
+ },
168
+ ],
169
+ schemas: [appSchema, faqSchema, howToSchema],
170
+ };
@@ -0,0 +1,170 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = 'Pasta Kalıbı Ölçeklendirme Hesaplayıcı';
4
+ const description =
5
+ 'Her türlü pasta tarifini kendi kalıplarınıza uyarlayın. Yuvarlak, kare ve dikdörtgen kalıplar için dönüşüm faktörünü profesyonel hassasiyetle otomatik olarak hesaplayın.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'Çoğaltma faktörü tam olarak nasıl çalışır?',
10
+ answer:
11
+ 'Faktör, hedef kalıbınızın alanının orijinal tarifteki kalıbın alanına bölünmesiyle elde edilir. Sonuç 1.5 ise, her malzemeyi bu rakamla çarpmanız gerektiği anlamına gelir.',
12
+ },
13
+ {
14
+ question: 'Yuvarlak bir kalıbı kare bir kalıba dönüştürebilir miyim?',
15
+ answer:
16
+ 'Evet, araç şekli ne olursa olsun yüzeyleri karşılaştırmak için hassas geometrik formüller kullanır. Sadece ölçüleri girin, sistem eşdeğerliği otomatik olarak yapacaktır.',
17
+ },
18
+ {
19
+ question: 'Kalıpların yüksekliği ne olacak?',
20
+ answer:
21
+ 'Bu araç en kritik faktör olan taban alanına odaklanır. Kalıbınız orijinalinden önemli ölçüde daha yüksek veya alçaksa, pişirme süresinde küçük bir ayarlama yapmanız gerekebilir.',
22
+ },
23
+ {
24
+ question: 'Listeye nasıl malzeme eklerim?',
25
+ answer:
26
+ 'Yeni bir satır eklemek için alttaki düğmeye tıklayın. Malzeme adını ve orijinal ağırlığını yazın; ölçeklenen miktar anında güncellenecektir.',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: 'Tarif kalıbını tanımlayın',
33
+ text: 'Hazırlamak istediğiniz orijinal tarifin tasarlandığı kalıbın şeklini ve boyutlarını seçin.',
34
+ },
35
+ {
36
+ name: 'Kendi kalıbınızı ayarlayın',
37
+ text: 'Evinizdeki kalıbın ölçülerini girin. Sistem dönüşüm faktörünü hemen hesaplayacaktır.',
38
+ },
39
+ {
40
+ name: 'Malzeme hesaplayıcıyı kullanın',
41
+ text: 'Kendi kalıbınız için ihtiyacınız olan tam miktarları görmek için tarifteki malzemeleri ekleyin.',
42
+ },
43
+ {
44
+ name: 'Pişirmeyi ayarlayın',
45
+ text: 'Boyut değişikliğinin, sıcaklık aynı kalsa bile genellikle pişirme süresinde bir değişiklik gerektirdiğini unutmayın.',
46
+ },
47
+ ];
48
+
49
+ const faqSchema = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'FAQPage',
52
+ mainEntity: faq.map((item) => ({
53
+ '@type': 'Question',
54
+ name: item.question,
55
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
56
+ })),
57
+ };
58
+
59
+ const howToSchema = {
60
+ '@context': 'https://schema.org',
61
+ '@type': 'HowTo',
62
+ name: title,
63
+ description,
64
+ step: howTo.map((step) => ({
65
+ '@type': 'HowToStep',
66
+ name: step.name,
67
+ text: step.text,
68
+ })),
69
+ };
70
+
71
+ const appSchema = {
72
+ '@context': 'https://schema.org',
73
+ '@type': 'SoftwareApplication',
74
+ name: title,
75
+ description,
76
+ applicationCategory: 'UtilitiesApplication',
77
+ operatingSystem: 'All',
78
+ };
79
+
80
+ export const content: ToolLocaleContent = {
81
+ slug: 'kalip-olceklendirme',
82
+ title,
83
+ description,
84
+ faqTitle: 'Ölçeklendirme Hakkında Sıkça Sorulan Sorular',
85
+ bibliographyTitle: 'Bilimsel Kaynaklar ve Referanslar',
86
+
87
+ ui: {
88
+ originalRecipe: 'Orijinal Tarif',
89
+ yourMold: 'Sizin Kalıbınız',
90
+ round: 'Yuvarlak',
91
+ square: 'Kare',
92
+ rectangular: 'Dikdörtgen',
93
+ diameter: 'Çap (cm)',
94
+ side: 'Kenar (cm)',
95
+ width: 'Genişlik (cm)',
96
+ length: 'Uzunluk (cm)',
97
+ multiplyingFactor: 'Çarpan Faktörü',
98
+ equivalentMolds: 'Kalıplar eşdeğerdir. Aynı miktarları kullanın.',
99
+ smallerMold: 'Kalıbınız daha küçük. Malzemeleri şununla çarparak azaltın:',
100
+ largerMold: 'Kalıbınız daha büyük. Malzemeleri şununla çarparak artırın:',
101
+ ingredientCalculator: 'Malzeme Hesaplayıcı',
102
+ addIngredient: 'Malzeme Ekle',
103
+ ingredient: 'Malzeme',
104
+ original: 'Orijinal',
105
+ final: 'Final',
106
+ exampleIngredient: 'Örn. Un',
107
+ delete: 'Sil',
108
+ originalVisualization: 'Orijinal',
109
+ yourVisualization: 'Sizin',
110
+ defaultIngredient1: 'Un',
111
+ defaultIngredient2: 'Şeker',
112
+ reduce: 'Azalt',
113
+ increase: 'Artır',
114
+ },
115
+
116
+ faq,
117
+ bibliography: [
118
+ {
119
+ name: 'Baking Science and Technology - E.J. Pyler',
120
+ url: 'https://www.bakingbusiness.com/',
121
+ },
122
+ {
123
+ name: 'The Professional Pastry Chef - Bo Friberg',
124
+ url: 'https://www.wiley.com/',
125
+ },
126
+ ],
127
+ howTo,
128
+ seo: [
129
+ {
130
+ type: 'title',
131
+ text: 'Kalıba Göre Tarif Ölçeklendirme Kılavuzu',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Bir tarifin miktarlarını farklı bir kalıba dönüştürmek, ideal doku ve pişme noktasını korumak için <strong>geometrik oranlara</strong> saygı duymayı gerektirir.',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: '20cm\'den 25cm\'ye Faktör',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: 'Daire Alan Formülü',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: '25cm\'den 20cm\'ye Faktör',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: 'Maks. Doluluk',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'tip',
166
+ html: 'Hesaplanan faktör ne olursa olsun, bir kalıbı asla kapasitesinin 2/3\'ünden fazla doldurmayın.',
167
+ },
168
+ ],
169
+ schemas: [appSchema, faqSchema, howToSchema],
170
+ };
@@ -0,0 +1,170 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = '烘焙模具换算计算器';
4
+ const description =
5
+ '将任何烘焙食谱适配到你的模具中。自动计算圆形、方形和长方形模具的转换系数,确保专业级的精准度。';
6
+
7
+ const faq = [
8
+ {
9
+ question: '转换系数的具体工作原理是什么?',
10
+ answer:
11
+ '系数是通过你的目标模具面积除以原食谱模具面积得出的。如果结果是 1.5,意味着你需要将每种原料乘以这个数值。',
12
+ },
13
+ {
14
+ question: '我可以将圆形模具换算成方形模具吗?',
15
+ answer:
16
+ '可以,本工具使用精确的几何公式来对比面积,无论形状如何。只需输入尺寸,系统就会自动进行面积等效换算。',
17
+ },
18
+ {
19
+ question: '模具的高度会如何影响换算?',
20
+ answer:
21
+ '本工具专注于底面积,这是最关键的因素。如果你的模具明显比原模具高或矮,你可能需要在烘烤时间上进行微调。',
22
+ },
23
+ {
24
+ question: '如何向列表中添加配料?',
25
+ answer:
26
+ '点击底部的按钮添加新行。输入配料名称和原始重量,换算后的重量将立即实时更新。',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: '定义原食谱模具',
33
+ text: '选择原食谱设计的模具形状和尺寸。',
34
+ },
35
+ {
36
+ name: '设置你的自有模具',
37
+ text: '输入你家中模具的尺寸。系统将立即计算出转换系数。',
38
+ },
39
+ {
40
+ name: '使用配料计算器',
41
+ text: '添加食谱中的配料,查看适配你现有模具的精确分量。',
42
+ },
43
+ {
44
+ name: '调整烘烤设置',
45
+ text: '请记住,即使温度保持一致,尺寸的改变通常也意味着烘烤时间的变化。',
46
+ },
47
+ ];
48
+
49
+ const faqSchema = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'FAQPage',
52
+ mainEntity: faq.map((item) => ({
53
+ '@type': 'Question',
54
+ name: item.question,
55
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
56
+ })),
57
+ };
58
+
59
+ const howToSchema = {
60
+ '@context': 'https://schema.org',
61
+ '@type': 'HowTo',
62
+ name: title,
63
+ description,
64
+ step: howTo.map((step) => ({
65
+ '@type': 'HowToStep',
66
+ name: step.name,
67
+ text: step.text,
68
+ })),
69
+ };
70
+
71
+ const appSchema = {
72
+ '@context': 'https://schema.org',
73
+ '@type': 'SoftwareApplication',
74
+ name: title,
75
+ description,
76
+ applicationCategory: 'UtilitiesApplication',
77
+ operatingSystem: 'All',
78
+ };
79
+
80
+ export const content: ToolLocaleContent = {
81
+ slug: 'cake-pan-size-converter-calculator',
82
+ title,
83
+ description,
84
+ faqTitle: '关于换算的常见问题',
85
+ bibliographyTitle: '参考资料',
86
+
87
+ ui: {
88
+ originalRecipe: '原食谱',
89
+ yourMold: '你的模具',
90
+ round: '圆形',
91
+ square: '方形',
92
+ rectangular: '长方形',
93
+ diameter: '直径 (cm)',
94
+ side: '边长 (cm)',
95
+ width: '宽度 (cm)',
96
+ length: '长度 (cm)',
97
+ multiplyingFactor: '转换系数',
98
+ equivalentMolds: '模具大小相同。使用原配方分量即可。',
99
+ smallerMold: '你的模具较小。请将原料分量乘以',
100
+ largerMold: '你的模具较大。请将原料分量乘以',
101
+ ingredientCalculator: '配料计算器',
102
+ addIngredient: '添加配料',
103
+ ingredient: '配料',
104
+ original: '原重量',
105
+ final: '换算后',
106
+ exampleIngredient: '例:面粉',
107
+ delete: '删除',
108
+ originalVisualization: '原规格',
109
+ yourVisualization: '你的',
110
+ defaultIngredient1: '面粉',
111
+ defaultIngredient2: '砂糖',
112
+ reduce: '减少',
113
+ increase: '增加',
114
+ },
115
+
116
+ faq,
117
+ bibliography: [
118
+ {
119
+ name: 'Baking Science and Technology - E.J. Pyler',
120
+ url: 'https://www.bakingbusiness.com/',
121
+ },
122
+ {
123
+ name: 'The Professional Pastry Chef - Bo Friberg',
124
+ url: 'https://www.wiley.com/',
125
+ },
126
+ ],
127
+ howTo,
128
+ seo: [
129
+ {
130
+ type: 'title',
131
+ text: '根据模具规格科学换算食谱指南',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: '在专业烘焙中,将食谱适配到不同的模具必须遵循<strong>几何比例</strong>,以此来保持理想的质地和成熟度。',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: '20cm换算至25cm系数',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: '圆面积公式',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: '25cm换算至20cm系数',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: '最高建议盛放量',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'tip',
166
+ html: '无论计算出的系数如何,请务必确保面糊注入量不超过模具容量的 2/3。',
167
+ },
168
+ ],
169
+ schemas: [appSchema, faqSchema, howToSchema],
170
+ };
@@ -13,6 +13,18 @@ export const moldScaler: CookingToolEntry = {
13
13
  es: () => import('./i18n/es').then((m) => m.content),
14
14
  en: () => import('./i18n/en').then((m) => m.content),
15
15
  fr: () => import('./i18n/fr').then((m) => m.content),
16
+ de: () => import('./i18n/de').then((m) => m.content),
17
+ it: () => import('./i18n/it').then((m) => m.content),
18
+ pt: () => import('./i18n/pt').then((m) => m.content),
19
+ nl: () => import('./i18n/nl').then((m) => m.content),
20
+ sv: () => import('./i18n/sv').then((m) => m.content),
21
+ ru: () => import('./i18n/ru').then((m) => m.content),
22
+ tr: () => import('./i18n/tr').then((m) => m.content),
23
+ pl: () => import('./i18n/pl').then((m) => m.content),
24
+ id: () => import('./i18n/id').then((m) => m.content),
25
+ ja: () => import('./i18n/ja').then((m) => m.content),
26
+ zh: () => import('./i18n/zh').then((m) => m.content),
27
+ ko: () => import('./i18n/ko').then((m) => m.content),
16
28
  },
17
29
  };
18
30