@jjlmoya/utils-cooking 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +94 -0
- package/src/category/i18n/id.ts +94 -0
- package/src/category/i18n/it.ts +94 -0
- package/src/category/i18n/ja.ts +94 -0
- package/src/category/i18n/ko.ts +94 -0
- package/src/category/i18n/nl.ts +94 -0
- package/src/category/i18n/pl.ts +94 -0
- package/src/category/i18n/pt.ts +94 -0
- package/src/category/i18n/ru.ts +94 -0
- package/src/category/i18n/sv.ts +94 -0
- package/src/category/i18n/tr.ts +94 -0
- package/src/category/i18n/zh.ts +94 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
- package/src/tool/american-kitchen-converter/index.ts +12 -0
- package/src/tool/banana-ripeness/i18n/de.ts +248 -0
- package/src/tool/banana-ripeness/i18n/id.ts +248 -0
- package/src/tool/banana-ripeness/i18n/it.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
- package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
- package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
- package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
- package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
- package/src/tool/banana-ripeness/index.ts +12 -0
- package/src/tool/brine/i18n/de.ts +253 -0
- package/src/tool/brine/i18n/id.ts +253 -0
- package/src/tool/brine/i18n/it.ts +253 -0
- package/src/tool/brine/i18n/ja.ts +253 -0
- package/src/tool/brine/i18n/ko.ts +253 -0
- package/src/tool/brine/i18n/nl.ts +253 -0
- package/src/tool/brine/i18n/pl.ts +253 -0
- package/src/tool/brine/i18n/pt.ts +253 -0
- package/src/tool/brine/i18n/ru.ts +253 -0
- package/src/tool/brine/i18n/sv.ts +253 -0
- package/src/tool/brine/i18n/tr.ts +253 -0
- package/src/tool/brine/i18n/zh.ts +253 -0
- package/src/tool/brine/index.ts +12 -0
- package/src/tool/cookware-guide/i18n/de.ts +200 -0
- package/src/tool/cookware-guide/i18n/fr.ts +2 -2
- package/src/tool/cookware-guide/i18n/id.ts +200 -0
- package/src/tool/cookware-guide/i18n/it.ts +200 -0
- package/src/tool/cookware-guide/i18n/ja.ts +200 -0
- package/src/tool/cookware-guide/i18n/ko.ts +200 -0
- package/src/tool/cookware-guide/i18n/nl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pt.ts +200 -0
- package/src/tool/cookware-guide/i18n/ru.ts +200 -0
- package/src/tool/cookware-guide/i18n/sv.ts +200 -0
- package/src/tool/cookware-guide/i18n/tr.ts +200 -0
- package/src/tool/cookware-guide/i18n/zh.ts +200 -0
- package/src/tool/cookware-guide/index.ts +12 -0
- package/src/tool/egg-timer/i18n/de.ts +252 -0
- package/src/tool/egg-timer/i18n/id.ts +252 -0
- package/src/tool/egg-timer/i18n/it.ts +252 -0
- package/src/tool/egg-timer/i18n/ja.ts +252 -0
- package/src/tool/egg-timer/i18n/ko.ts +252 -0
- package/src/tool/egg-timer/i18n/nl.ts +252 -0
- package/src/tool/egg-timer/i18n/pl.ts +252 -0
- package/src/tool/egg-timer/i18n/pt.ts +252 -0
- package/src/tool/egg-timer/i18n/ru.ts +252 -0
- package/src/tool/egg-timer/i18n/sv.ts +252 -0
- package/src/tool/egg-timer/i18n/tr.ts +252 -0
- package/src/tool/egg-timer/i18n/zh.ts +252 -0
- package/src/tool/egg-timer/index.ts +12 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
- package/src/tool/ingredient-rescaler/index.ts +12 -0
- package/src/tool/kitchen-timer/i18n/de.ts +174 -0
- package/src/tool/kitchen-timer/i18n/id.ts +170 -0
- package/src/tool/kitchen-timer/i18n/it.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
- package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
- package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
- package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
- package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
- package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
- package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
- package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
- package/src/tool/kitchen-timer/index.ts +12 -0
- package/src/tool/meringue-peak/i18n/de.ts +221 -0
- package/src/tool/meringue-peak/i18n/id.ts +209 -0
- package/src/tool/meringue-peak/i18n/it.ts +210 -0
- package/src/tool/meringue-peak/i18n/ja.ts +210 -0
- package/src/tool/meringue-peak/i18n/ko.ts +210 -0
- package/src/tool/meringue-peak/i18n/nl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pt.ts +210 -0
- package/src/tool/meringue-peak/i18n/ru.ts +210 -0
- package/src/tool/meringue-peak/i18n/sv.ts +210 -0
- package/src/tool/meringue-peak/i18n/tr.ts +210 -0
- package/src/tool/meringue-peak/i18n/zh.ts +210 -0
- package/src/tool/meringue-peak/index.ts +12 -0
- package/src/tool/mold-scaler/i18n/de.ts +183 -0
- package/src/tool/mold-scaler/i18n/id.ts +169 -0
- package/src/tool/mold-scaler/i18n/it.ts +170 -0
- package/src/tool/mold-scaler/i18n/ja.ts +170 -0
- package/src/tool/mold-scaler/i18n/ko.ts +170 -0
- package/src/tool/mold-scaler/i18n/nl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pt.ts +170 -0
- package/src/tool/mold-scaler/i18n/ru.ts +170 -0
- package/src/tool/mold-scaler/i18n/sv.ts +170 -0
- package/src/tool/mold-scaler/i18n/tr.ts +170 -0
- package/src/tool/mold-scaler/i18n/zh.ts +170 -0
- package/src/tool/mold-scaler/index.ts +12 -0
- package/src/tool/pizza/i18n/de.ts +168 -0
- package/src/tool/pizza/i18n/id.ts +125 -0
- package/src/tool/pizza/i18n/it.ts +172 -0
- package/src/tool/pizza/i18n/ja.ts +125 -0
- package/src/tool/pizza/i18n/ko.ts +125 -0
- package/src/tool/pizza/i18n/nl.ts +164 -0
- package/src/tool/pizza/i18n/pl.ts +125 -0
- package/src/tool/pizza/i18n/pt.ts +168 -0
- package/src/tool/pizza/i18n/ru.ts +151 -0
- package/src/tool/pizza/i18n/sv.ts +164 -0
- package/src/tool/pizza/i18n/tr.ts +125 -0
- package/src/tool/pizza/i18n/zh.ts +125 -0
- package/src/tool/pizza/index.ts +12 -0
- package/src/tool/roux-guide/i18n/de.ts +165 -0
- package/src/tool/roux-guide/i18n/id.ts +139 -0
- package/src/tool/roux-guide/i18n/it.ts +165 -0
- package/src/tool/roux-guide/i18n/ja.ts +139 -0
- package/src/tool/roux-guide/i18n/ko.ts +139 -0
- package/src/tool/roux-guide/i18n/nl.ts +165 -0
- package/src/tool/roux-guide/i18n/pl.ts +139 -0
- package/src/tool/roux-guide/i18n/pt.ts +165 -0
- package/src/tool/roux-guide/i18n/ru.ts +139 -0
- package/src/tool/roux-guide/i18n/sv.ts +139 -0
- package/src/tool/roux-guide/i18n/tr.ts +139 -0
- package/src/tool/roux-guide/i18n/zh.ts +139 -0
- package/src/tool/roux-guide/index.ts +12 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
- package/src/tool/sourdough-calculator/index.ts +12 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Timer da Cucina Multiplo";
|
|
4
|
+
const description = "Gestisci più tempi di cottura contemporaneamente. Allarmi indipendenti, ideale per chef e per l'organizzazione in cucina (Mise en Place).";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Quanti timer posso creare?',
|
|
8
|
+
answer: 'Illimitati. Aggiungine quanti ne vuoi con il pulsante "+". Ideale per cucinare più piatti contemporaneamente: pasta che bolle, salsa che restringe, carne che riposa e forno acceso, tutto insieme.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Perché è importante il tempo di riposo per la carne?',
|
|
12
|
+
answer: 'Quando tagli la carne appena tolta dal fuoco, i succhi fuoriescono nel piatto. Se la lasci riposare 5-10 minuti, le fibre si rilassano e i succhi si ridistribuiscono. Risultato: carne succosa invece che secca. Il riposo è cottura passiva.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Funziona con lo schermo bloccato?',
|
|
16
|
+
answer: 'Sì, ma devi concedere i permessi per le notifiche. I timer continuano a scorrere in background e ti avviseranno con un suono e una notifica del browser anche se cambi scheda o blocchi il cellulare.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Cos\'è la "Zona di Pericolo" alimentare?',
|
|
20
|
+
answer: 'Tra i 5°C e i 65°C i batteri si moltiplicano rapidamente. Gli alimenti cotti non dovrebbero stare in questa zona per più di 2 ore (1 ora se la temperatura è >30°C). Usa un timer per controllare il raffreddamento prima di refrigerare.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Crea più timer',
|
|
26
|
+
text: 'Usa il pulsante "+" per aggiungere tutti i timer di cui hai bisogno. Ideale per coordinare più piatti contemporaneamente.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Personalizza ogni timer',
|
|
30
|
+
text: 'Cambia il nome di ogni timer per identificare cosa stai cucinando: "Forno", "Riso", "Salsa", ecc.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Controlla dal dock mobile',
|
|
34
|
+
text: 'Sui dispositivi mobili, i timer attivi appaiono in un dock scorrevole nella parte inferiore. Metti in pausa o riavvia direttamente da lì.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Ricevi notifiche',
|
|
38
|
+
text: 'Autorizza le notifiche affinché il browser ti avvisi quando scade il tempo, anche se cambi scheda.',
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
const faqSchema = {
|
|
43
|
+
'@context': 'https://schema.org',
|
|
44
|
+
'@type': 'FAQPage',
|
|
45
|
+
mainEntity: faq.map((item) => ({
|
|
46
|
+
'@type': 'Question',
|
|
47
|
+
name: item.question,
|
|
48
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
49
|
+
})),
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const howToSchema = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'HowTo',
|
|
55
|
+
name: title,
|
|
56
|
+
description,
|
|
57
|
+
step: howTo.map((step) => ({
|
|
58
|
+
'@type': 'HowToStep',
|
|
59
|
+
name: step.name,
|
|
60
|
+
text: step.text,
|
|
61
|
+
})),
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const appSchema = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: 'timer-cucina',
|
|
76
|
+
title: 'Timer da Cucina Multiplo',
|
|
77
|
+
description: 'Gestisci più tempi di cottura contemporaneamente. Allarmi indipendenti, ideale per chef e per l\'organizzazione in cucina (Mise en Place).',
|
|
78
|
+
faqTitle: 'Domande Frequenti',
|
|
79
|
+
bibliographyTitle: 'Riferimenti',
|
|
80
|
+
ui: {
|
|
81
|
+
addTimer: 'Aggiungi Timer',
|
|
82
|
+
stopAll: 'Ferma Tutti',
|
|
83
|
+
defaultName: 'Timer',
|
|
84
|
+
newTimerName: 'Nuovo Timer',
|
|
85
|
+
timerDefault1: 'Timer 1',
|
|
86
|
+
timerDefault2: 'Timer 2',
|
|
87
|
+
timerDefault3: 'Timer 3',
|
|
88
|
+
label: 'Etichetta',
|
|
89
|
+
hours: 'Ore',
|
|
90
|
+
minutes: 'Min',
|
|
91
|
+
seconds: 'Sec',
|
|
92
|
+
ready: 'Pronto',
|
|
93
|
+
start: 'Avvia',
|
|
94
|
+
pause: 'Pausa',
|
|
95
|
+
reset: 'Reset',
|
|
96
|
+
addOneMin: '+1 min',
|
|
97
|
+
addFiveMin: '+5 min',
|
|
98
|
+
statusReady: 'Pronto',
|
|
99
|
+
statusRunning: 'In corso',
|
|
100
|
+
statusPaused: 'In pausa',
|
|
101
|
+
statusFinished: 'TEMPO!',
|
|
102
|
+
finishNotification: 'Timer terminato per',
|
|
103
|
+
},
|
|
104
|
+
faq,
|
|
105
|
+
bibliography: [
|
|
106
|
+
{
|
|
107
|
+
name: 'Sicurezza Alimentare: USDA Guidelines',
|
|
108
|
+
url: 'https://www.fsis.usda.gov/',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'Mise en Place - La Cucina Professionale',
|
|
112
|
+
url: 'https://www.escoffier.edu/',
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
howTo,
|
|
116
|
+
seo: [
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'Maestria Temporale in Cucina',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'La cucina professionale non si basa solo su ricette, ma sulla <strong>gestione precisa del tempo</strong>. Il concetto francese <em>"Mise en Place"</em> (ogni cosa al suo posto) include il tempo come un ingrediente fondamentale.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'paragraph',
|
|
128
|
+
html: 'Questo strumento <strong>Timer Multiplo</strong> è stato progettato per chef amatoriali e professionisti che devono coordinare una sinfonia di piatti contemporaneamente.',
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'title',
|
|
132
|
+
text: 'Il Ruolo di Temperatura e Tempo',
|
|
133
|
+
level: 3,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'table',
|
|
137
|
+
headers: ['Alimento', 'Punto di Cottura', 'Tempo', 'Vantaggio'],
|
|
138
|
+
rows: [
|
|
139
|
+
['Uovo alla coque', 'Tuorlo liquido', '3-4 min', 'Proteina morbida, digeribile'],
|
|
140
|
+
['Uovo Barzotto', 'Tuorlo denso', '5-6 min', 'Equilibrio di consistenza'],
|
|
141
|
+
['Uovo Sodo', 'Sodo', '9-11 min', 'Massima densità'],
|
|
142
|
+
['Carne - Rosolatura', 'Alta temperatura', '1-2 min/lato', 'Reazione di Maillard'],
|
|
143
|
+
['Carne - Riposo', 'Riposo', '5-20 min', 'Ridistribuzione succhi'],
|
|
144
|
+
],
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
type: 'title',
|
|
148
|
+
text: 'Sicurezza Alimentare: La Zona di Pericolo',
|
|
149
|
+
level: 3,
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'paragraph',
|
|
153
|
+
html: 'Il tempo influisce anche sulla sicurezza. La "Zona di Pericolo" batterica è tra i 5°C e i 65°C. Gli alimenti non dovrebbero restare in questo intervallo per più di <strong>2 ore</strong>.',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'title',
|
|
157
|
+
text: 'Consigli Professionali di Organizzazione',
|
|
158
|
+
level: 3,
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
type: 'list',
|
|
162
|
+
items: [
|
|
163
|
+
'<strong>Scagliona i tempi:</strong> se tutto finisce insieme, sarà difficile impiattare con cura.',
|
|
164
|
+
'<strong>Usa il calore residuo:</strong> spegni il fuoco 1-2 minuti prima della fine del timer.',
|
|
165
|
+
'<strong>Nomina i timer:</strong> usa le etichette per "Forno", "Riso" o "Salsa".',
|
|
166
|
+
],
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'tip',
|
|
170
|
+
html: '<strong>Consiglio professionale:</strong> la precisione del tempo distingue uno chef da un cuoco amatoriale. Affidati allo strumento per garantire costanza nei tuoi piatti.',
|
|
171
|
+
},
|
|
172
|
+
],
|
|
173
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
174
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "マルチキッチンタイマー";
|
|
4
|
+
const description = "複数の調理時間を同時に管理。独立したアラーム機能を備え、シェフや調理の段取り(ミザンプラス)に最適です。";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'タイマーはいくつまで作成できますか?',
|
|
8
|
+
answer: '無制限に作成可能です。「+」ボタンで必要な分だけ追加してください。パスタを茹でながら、ソースを煮詰め、肉を休ませ、さらにオーブンを使うといった、複数の同時調理の管理に最適です。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '肉の「休ませ時間」が重要なのはなぜですか?',
|
|
12
|
+
answer: '火から下ろした直後に肉を切ると、肉汁がすべて皿に溢れ出してしまいます。5〜10分間休ませることで、繊維がリラックスして肉汁が全体に再分配されます。結果として、パサつかずジューシーに仕上がります。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '画面がロックされていても機能しますか?',
|
|
16
|
+
answer: 'はい、ただし通知の許可が必要です。タイマーはバックグラウンドで動作し続け、タブを切り替えたりスマホをロックしたりしても、サウンドとブラウザ通知でお知らせします。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '食品衛生上の「危険温度帯」とは何ですか?',
|
|
20
|
+
answer: '5°Cから65°Cの間は細菌が急速に増殖する範囲です。調理後の食品は、この温度帯に2時間以上(周囲温度が30°C以上の場合は1時間)留めてはいけません。タイマーを使って、冷却時間を厳密に管理しましょう。',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: '複数のタイマーを作成する',
|
|
26
|
+
text: '「+」ボタンを使用して、各料理の工程に合わせて必要な数のタイマーを追加します。',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'タイマーをカスタマイズする',
|
|
30
|
+
text: '「オーブン」「ライス」「ソース」など、名前を変更してどの工程のタイマーか一目でわかるようにします。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'モバイルドックで管理する',
|
|
34
|
+
text: 'モバイル端末では、アクティブなタイマーが画面下部のスライド式ドックに表示されます。そこから直接一時停止やリセットが可能です。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: '通知をオンにする',
|
|
38
|
+
text: '時間になったらブラウザが通知してくれるよう、通知設定を許可してください。',
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
const faqSchema = {
|
|
43
|
+
'@context': 'https://schema.org',
|
|
44
|
+
'@type': 'FAQPage',
|
|
45
|
+
mainEntity: faq.map((item) => ({
|
|
46
|
+
'@type': 'Question',
|
|
47
|
+
name: item.question,
|
|
48
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
49
|
+
})),
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const howToSchema = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'HowTo',
|
|
55
|
+
name: title,
|
|
56
|
+
description,
|
|
57
|
+
step: howTo.map((step) => ({
|
|
58
|
+
'@type': 'HowToStep',
|
|
59
|
+
name: step.name,
|
|
60
|
+
text: step.text,
|
|
61
|
+
})),
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const appSchema = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: 'kitchen-timer',
|
|
76
|
+
title: 'マルチキッチンタイマー',
|
|
77
|
+
description: '複数の調理時間を同時に管理。独立したアラーム機能を備え、シェフや調理の段取り(ミザンプラス)に最適です。',
|
|
78
|
+
faqTitle: 'よくある質問',
|
|
79
|
+
bibliographyTitle: '参考文献',
|
|
80
|
+
ui: {
|
|
81
|
+
addTimer: 'タイマーを追加',
|
|
82
|
+
stopAll: 'すべて停止',
|
|
83
|
+
defaultName: 'タイマー',
|
|
84
|
+
newTimerName: '新規タイマー',
|
|
85
|
+
timerDefault1: 'タイマー 1',
|
|
86
|
+
timerDefault2: 'タイマー 2',
|
|
87
|
+
timerDefault3: 'タイマー 3',
|
|
88
|
+
label: 'ラベル',
|
|
89
|
+
hours: '時間',
|
|
90
|
+
minutes: '分',
|
|
91
|
+
seconds: '秒',
|
|
92
|
+
ready: '準備完了',
|
|
93
|
+
start: '開始',
|
|
94
|
+
pause: '一時停止',
|
|
95
|
+
reset: 'リセット',
|
|
96
|
+
addOneMin: '+1 分',
|
|
97
|
+
addFiveMin: '+5 分',
|
|
98
|
+
statusReady: '準備完了',
|
|
99
|
+
statusRunning: '計測中',
|
|
100
|
+
statusPaused: '一時停止中',
|
|
101
|
+
statusFinished: '時間です!',
|
|
102
|
+
finishNotification: 'タイマーが終了しました:',
|
|
103
|
+
},
|
|
104
|
+
faq,
|
|
105
|
+
bibliography: [
|
|
106
|
+
{
|
|
107
|
+
name: '食品安全基準: USDA ガイドライン',
|
|
108
|
+
url: 'https://www.fsis.usda.gov/',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'ミザンプラス - プロの厨房管理',
|
|
112
|
+
url: 'https://www.escoffier.edu/',
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
howTo,
|
|
116
|
+
seo: [
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: '厨房における時間管理の技術',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'プロの料理の世界は、単なるレシピの集まりではありません。それは<strong>正確な時間管理</strong>の賜物です。フランス料理の概念である <em>"Mise en Place"</em>(ミザンプラス:全ての準備が整っていること)には、時間も一つの重要な材料として含まれます。',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'title',
|
|
128
|
+
text: '温度と時間の関係性',
|
|
129
|
+
level: 3,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'table',
|
|
133
|
+
headers: ['食品', '調理状態', '目安時間', '利点'],
|
|
134
|
+
rows: [
|
|
135
|
+
['半熟卵', '黄身がトロトロ', '3-4 分', 'タンパク質が柔らかい'],
|
|
136
|
+
['モレ卵', '黄身が濃厚なクリーム状', '5-6 分', '食感の絶妙なバランス'],
|
|
137
|
+
['固ゆで卵', '完全に凝固', '9-11 分', '保存性が高くしっかりした食感'],
|
|
138
|
+
['肉の焼き付け', '高温調理', '1-2 分/面', 'メイラード反応による旨味'],
|
|
139
|
+
['肉の休ませ', '余熱調理', '5-20 分', '肉汁の均一な再分配'],
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'title',
|
|
144
|
+
text: '食品安全:危険温度帯への意識',
|
|
145
|
+
level: 3,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'paragraph',
|
|
149
|
+
html: '時間は料理の質だけでなく、安全性にも直結します。細菌が繁殖しやすい「危険温度帯」は 5°Cから65°Cです。調理済みの食品をこの温度帯に放置するのは、最大 <strong>2時間</strong> までに留めてください。',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'title',
|
|
153
|
+
text: 'プロの組織化テクニック',
|
|
154
|
+
level: 3,
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'list',
|
|
158
|
+
items: [
|
|
159
|
+
'<strong>終了時間をずらす:</strong> 全ての料理が一斉に仕上がると、盛り付けでパニックになります。意図的に数分の差をつけましょう。',
|
|
160
|
+
'<strong>余熱を味方につける:</strong> タイマーが鳴る1〜2分前に火を止めてみてください。余熱で優しく熱が通ります。',
|
|
161
|
+
'<strong>タイマーに名前をつける:</strong> 忙しい厨房ではどのアラームが何か忘れがちです。「オーブン」「ライス」などのラベルを活用しましょう。',
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'tip',
|
|
166
|
+
html: '<strong>プロのコツ:</strong> 時間の正確さは、シェフと素人を分ける大きな境界線です。感覚に頼りすぎず、正確なツールを使って一貫した美味しさを保証しましょう。',
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
170
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "멀티 주방 타이머";
|
|
4
|
+
const description = "여러 요리 시간을 동시에 관리하세요. 독립적인 알람 기능으로 셰프와 전문적인 주방 관리(Mise en Place)에 적합합니다.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: '타이머를 몇 개까지 만들 수 있나요?',
|
|
8
|
+
answer: '제한이 없습니다. "+" 버튼으로 필요한 만큼 추가하세요. 파스타를 삶으면서 소스를 졸이고, 고기를 레스팅하며 오븐을 확인하는 등 여러 작업을 동시에 관리할 때 필수적입니다.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '고기의 레스팅(Resting) 시간이 왜 중요한가요?',
|
|
12
|
+
answer: '불에서 막 꺼낸 고기를 바로 자르면 육즙이 밖으로 다 빠져나갑니다. 5~10분 정도 레스팅하면 섬유질이 이완되고 육즙이 전체적으로 골고루 퍼집니다. 결과적으로 퍽퍽하지 않고 촉촉한 고기를 얻을 수 있습니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '화면이 잠겨 있어도 작동하나요?',
|
|
16
|
+
answer: '네, 하지만 알림 권한을 승인해야 합니다. 타이머는 백그라운드에서 계속 실행되며, 탭을 바꾸거나 폰을 잠궈도 사운드와 브라우저 알림으로 시간을 알려줍니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '식품 위생의 "위험 온도대"란 무엇인가요?',
|
|
20
|
+
answer: '5°C에서 65°C 사이는 박테리아가 빠르게 증식하는 구간입니다. 조리된 음식은 이 온도대에 2시간 이상(주변 온도가 30°C 이상일 경우 1시간) 머물러서는 안 됩니다. 타이머로 냉각 시간을 관리하세요.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: '다중 타이머 생성',
|
|
26
|
+
text: '"+" 버튼을 사용하여 여러 요리 과정을 한꺼번에 관리할 수 있는 타이머들을 추가하세요.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: '각 타이머 이름 설정',
|
|
30
|
+
text: '어떤 요리인지 식별할 수 있도록 타이머 이름을 "오븐", "쌀", "소스" 등으로 변경하세요.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: '모바일 도크 컨트롤',
|
|
34
|
+
text: '모바일에서는 진행 중인 타이머가 하단의 슬라이드 도크에 표시됩니다. 바로 일시정지하거나 리셋할 수 있습니다.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: '알림 받기',
|
|
38
|
+
text: '시간이 종료되었을 때 브라우저가 경고를 줄 수 있도록 알림 설정을 승인하세요.',
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
const faqSchema = {
|
|
43
|
+
'@context': 'https://schema.org',
|
|
44
|
+
'@type': 'FAQPage',
|
|
45
|
+
mainEntity: faq.map((item) => ({
|
|
46
|
+
'@type': 'Question',
|
|
47
|
+
name: item.question,
|
|
48
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
49
|
+
})),
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const howToSchema = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'HowTo',
|
|
55
|
+
name: title,
|
|
56
|
+
description,
|
|
57
|
+
step: howTo.map((step) => ({
|
|
58
|
+
'@type': 'HowToStep',
|
|
59
|
+
name: step.name,
|
|
60
|
+
text: step.text,
|
|
61
|
+
})),
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const appSchema = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: 'kitchen-timer',
|
|
76
|
+
title: '멀티 주방 타이머',
|
|
77
|
+
description: '여러 요리 시간을 동시에 관리하세요. 독립적인 알람 기능으로 셰프와 전문적인 주방 관리(Mise en Place)에 적합합니다.',
|
|
78
|
+
faqTitle: '자주 묻는 질문',
|
|
79
|
+
bibliographyTitle: '참고 문헌',
|
|
80
|
+
ui: {
|
|
81
|
+
addTimer: '타이머 추가',
|
|
82
|
+
stopAll: '모두 중지',
|
|
83
|
+
defaultName: '타이머',
|
|
84
|
+
newTimerName: '새 타이머',
|
|
85
|
+
timerDefault1: '타이머 1',
|
|
86
|
+
timerDefault2: '타이머 2',
|
|
87
|
+
timerDefault3: '타이머 3',
|
|
88
|
+
label: '라벨',
|
|
89
|
+
hours: '시간',
|
|
90
|
+
minutes: '분',
|
|
91
|
+
seconds: '초',
|
|
92
|
+
ready: '준비 완료',
|
|
93
|
+
start: '시작',
|
|
94
|
+
pause: '일시정지',
|
|
95
|
+
reset: '리셋',
|
|
96
|
+
addOneMin: '+1 분',
|
|
97
|
+
addFiveMin: '+5 분',
|
|
98
|
+
statusReady: '대기',
|
|
99
|
+
statusRunning: '진행 중',
|
|
100
|
+
statusPaused: '일시정지',
|
|
101
|
+
statusFinished: '시간 종료!',
|
|
102
|
+
finishNotification: '타이머가 완료되었습니다: ',
|
|
103
|
+
},
|
|
104
|
+
faq,
|
|
105
|
+
bibliography: [
|
|
106
|
+
{
|
|
107
|
+
name: '식품 안전: USDA 가이드라인',
|
|
108
|
+
url: 'https://www.fsis.usda.gov/',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: '미장플라스(Mise en Place) - 전문 주방 이론',
|
|
112
|
+
url: 'https://www.escoffier.edu/',
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
howTo,
|
|
116
|
+
seo: [
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: '주방에서의 시간 관리 예술',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '전문적인 요리는 단순한 레시피가 아니라 <strong>정확한 시간 관리</strong>의 결과물입니다. 프랑스 요리 개념인 <em>"Mise en Place"</em>(미장플라스: 준비 완료)에는 시간도 중요한 재료로 포함됩니다. 5분간 레스팅한 스테이크는 육즙을 품고 부드러워지지만, 기다림 없는 고기는 육즙을 잃게 됩니다.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'title',
|
|
128
|
+
text: '온도와 시간의 상관관계',
|
|
129
|
+
level: 3,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'table',
|
|
133
|
+
headers: ['식재료', '조리 상태', '권장 시간', '효과'],
|
|
134
|
+
rows: [
|
|
135
|
+
['반숙 계란', '주르륵 흐르는 노른자', '3-4 분', '매우 부드러운 단백질 질감'],
|
|
136
|
+
['몰레 계란 (Mollet)', '진한 크림 노른자', '5-6 분', '식감과 농도의 완벽한 균형'],
|
|
137
|
+
['완숙 계란', '완전히 익음', '9-11 분', '최상의 고형 질감'],
|
|
138
|
+
['고기 - 시어링', '강한 불', '면당 1-2 분', '마야르 반응을 통한 풍미 생성'],
|
|
139
|
+
['고기 - 레스팅', '잔열 관리', '5-20 분', '육즙의 균일한 재배치'],
|
|
140
|
+
],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'title',
|
|
144
|
+
text: '식품 안전: 위험 온도대 관리',
|
|
145
|
+
level: 3,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'paragraph',
|
|
149
|
+
html: '시간은 맛뿐만 아니라 안전에도 직결됩니다. 박테리아가 가장 활발히 증식하는 "위험 온도대"는 5°C에서 65°C 사이입니다. 조리된 음식은 이 온도에서 <strong>2시간</strong> 이상 방치해서는 안 됩니다. 타이머를 활용해 냉각 및 보관 시간을 철저히 관리하세요.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'title',
|
|
153
|
+
text: '전문적인 주방 조직 팁',
|
|
154
|
+
level: 3,
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'list',
|
|
158
|
+
items: [
|
|
159
|
+
'<strong>완료 시간을 엇갈리게 설정하세요:</strong> 모든 요리가 동시에 끝나면 플레이팅할 때 당황하게 됩니다. 부재료가 메인 요리보다 5분 일찍 준비되도록 맞춰보세요.',
|
|
160
|
+
'<strong>잔열을 활용하세요:</strong> 타이머 종료 1~2분 전에 불을 꺼보세요. 잔열이 요리를 부드럽게 마무리해줍니다.',
|
|
161
|
+
'<strong>타이머에 이름을 붙이세요:</strong> 바쁜 주방에서는 어떤 알람이 울리는지 잊기 쉽습니다. "오븐", "밥", "소스" 등의 라벨 기능을 활용하세요.',
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'tip',
|
|
166
|
+
html: '<strong>전문가 제언:</strong> 시간의 정밀함은 전문 셰프와 일반 요리사를 가르는 차이점입니다. 감각에만 의존하지 말고 정확한 도구를 사용하여 일관성 있는 맛을 유지하세요.',
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
170
|
+
};
|