@jjlmoya/utils-nautical 1.6.0 → 1.7.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 +72 -71
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +42 -0
- package/src/tests/no_h1_in_components.test.ts +48 -0
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/endurance/i18n/de.ts +249 -0
- package/src/tool/endurance/i18n/id.ts +249 -0
- package/src/tool/endurance/i18n/it.ts +249 -0
- package/src/tool/endurance/i18n/ja.ts +249 -0
- package/src/tool/endurance/i18n/ko.ts +249 -0
- package/src/tool/endurance/i18n/nl.ts +249 -0
- package/src/tool/endurance/i18n/pl.ts +249 -0
- package/src/tool/endurance/i18n/pt.ts +249 -0
- package/src/tool/endurance/i18n/ru.ts +249 -0
- package/src/tool/endurance/i18n/sv.ts +249 -0
- package/src/tool/endurance/i18n/tr.ts +249 -0
- package/src/tool/endurance/i18n/zh.ts +249 -0
- package/src/tool/endurance/index.ts +12 -0
- package/src/tool/nauticalConverter/i18n/de.ts +239 -0
- package/src/tool/nauticalConverter/i18n/id.ts +239 -0
- package/src/tool/nauticalConverter/i18n/it.ts +239 -0
- package/src/tool/nauticalConverter/i18n/ja.ts +239 -0
- package/src/tool/nauticalConverter/i18n/ko.ts +239 -0
- package/src/tool/nauticalConverter/i18n/nl.ts +239 -0
- package/src/tool/nauticalConverter/i18n/pl.ts +239 -0
- package/src/tool/nauticalConverter/i18n/pt.ts +239 -0
- package/src/tool/nauticalConverter/i18n/ru.ts +239 -0
- package/src/tool/nauticalConverter/i18n/sv.ts +239 -0
- package/src/tool/nauticalConverter/i18n/tr.ts +239 -0
- package/src/tool/nauticalConverter/i18n/zh.ts +239 -0
- package/src/tool/nauticalConverter/index.ts +12 -0
- package/src/tool/sailArea/component.astro +1 -1
- package/src/tool/sailArea/i18n/de.ts +275 -0
- package/src/tool/sailArea/i18n/id.ts +275 -0
- package/src/tool/sailArea/i18n/it.ts +275 -0
- package/src/tool/sailArea/i18n/ja.ts +275 -0
- package/src/tool/sailArea/i18n/ko.ts +275 -0
- package/src/tool/sailArea/i18n/nl.ts +275 -0
- package/src/tool/sailArea/i18n/pl.ts +275 -0
- package/src/tool/sailArea/i18n/pt.ts +275 -0
- package/src/tool/sailArea/i18n/ru.ts +275 -0
- package/src/tool/sailArea/i18n/sv.ts +275 -0
- package/src/tool/sailArea/i18n/tr.ts +275 -0
- package/src/tool/sailArea/i18n/zh.ts +275 -0
- package/src/tool/sailArea/index.ts +12 -0
- package/src/tool/speedConverter/i18n/de.ts +271 -0
- package/src/tool/speedConverter/i18n/id.ts +271 -0
- package/src/tool/speedConverter/i18n/it.ts +271 -0
- package/src/tool/speedConverter/i18n/ja.ts +271 -0
- package/src/tool/speedConverter/i18n/ko.ts +271 -0
- package/src/tool/speedConverter/i18n/nl.ts +271 -0
- package/src/tool/speedConverter/i18n/pl.ts +271 -0
- package/src/tool/speedConverter/i18n/pt.ts +271 -0
- package/src/tool/speedConverter/i18n/ru.ts +194 -0
- package/src/tool/speedConverter/i18n/sv.ts +271 -0
- package/src/tool/speedConverter/i18n/tr.ts +225 -0
- package/src/tool/speedConverter/i18n/zh.ts +271 -0
- package/src/tool/speedConverter/index.ts +12 -0
- package/src/tool/tideCalculator/i18n/de.ts +203 -0
- package/src/tool/tideCalculator/i18n/id.ts +203 -0
- package/src/tool/tideCalculator/i18n/it.ts +203 -0
- package/src/tool/tideCalculator/i18n/ja.ts +203 -0
- package/src/tool/tideCalculator/i18n/ko.ts +203 -0
- package/src/tool/tideCalculator/i18n/nl.ts +203 -0
- package/src/tool/tideCalculator/i18n/pl.ts +203 -0
- package/src/tool/tideCalculator/i18n/pt.ts +203 -0
- package/src/tool/tideCalculator/i18n/ru.ts +203 -0
- package/src/tool/tideCalculator/i18n/sv.ts +203 -0
- package/src/tool/tideCalculator/i18n/tr.ts +203 -0
- package/src/tool/tideCalculator/i18n/zh.ts +203 -0
- package/src/tool/tideCalculator/index.ts +12 -0
- package/src/tool/underKeel/i18n/de.ts +189 -0
- package/src/tool/underKeel/i18n/en.ts +2 -2
- package/src/tool/underKeel/i18n/fr.ts +2 -2
- package/src/tool/underKeel/i18n/id.ts +189 -0
- package/src/tool/underKeel/i18n/it.ts +176 -0
- package/src/tool/underKeel/i18n/ja.ts +185 -0
- package/src/tool/underKeel/i18n/ko.ts +185 -0
- package/src/tool/underKeel/i18n/nl.ts +176 -0
- package/src/tool/underKeel/i18n/pl.ts +176 -0
- package/src/tool/underKeel/i18n/pt.ts +176 -0
- package/src/tool/underKeel/i18n/ru.ts +176 -0
- package/src/tool/underKeel/i18n/sv.ts +176 -0
- package/src/tool/underKeel/i18n/tr.ts +185 -0
- package/src/tool/underKeel/i18n/zh.ts +185 -0
- package/src/tool/underKeel/index.ts +12 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { EnduranceUI, EnduranceLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-autonomia-it';
|
|
5
|
+
const title = 'Calcolatore Autonomia Nautica';
|
|
6
|
+
const description =
|
|
7
|
+
'Calcola la tua autonomia massima e la distanza di sicurezza in base al consumo di carburante, alla capacità del serbatoio e alla velocità di crociera. Gestione del carburante per barche a motore.';
|
|
8
|
+
|
|
9
|
+
const ui: EnduranceUI = {
|
|
10
|
+
tankCapacityLabel: 'Capacità Serbatoio',
|
|
11
|
+
mainTankLabel: 'Principale',
|
|
12
|
+
auxTankLabel: 'Ausiliario',
|
|
13
|
+
currentFuelLabel: 'Carburante Attuale',
|
|
14
|
+
seaConditionsLabel: 'Condizioni Mare / Vento',
|
|
15
|
+
consumptionLabel: 'Consumo Teorico',
|
|
16
|
+
cruiseSpeedLabel: 'Velocità di Crociera',
|
|
17
|
+
reserveLabel: 'Riserva',
|
|
18
|
+
fuelPriceLabel: 'Prezzo al Litro',
|
|
19
|
+
maxRangeLabel: 'Autonomia Massima',
|
|
20
|
+
realPerformanceLabel: 'Rendimento Reale',
|
|
21
|
+
hoursLabel: 'Ore di Autonomia',
|
|
22
|
+
safeMilesLabel: 'Miglia Sicure',
|
|
23
|
+
tankValueLabel: 'Valore Serbatoio',
|
|
24
|
+
inverseCalcLabel: 'Calcolo Inverso: Quanto devo rifornire?',
|
|
25
|
+
desiredDistLabel: 'Distanza Desiderata',
|
|
26
|
+
minFuelLabel: 'Carburante Minimo Richiesto',
|
|
27
|
+
warningLabel: 'Promemoria: Una riserva del 20% è il minimo assoluto raccomandato per la sicurezza nautica.',
|
|
28
|
+
seaCalm: 'Calmo (1.0x)',
|
|
29
|
+
seaLight: 'Poco mosso (+15%)',
|
|
30
|
+
seaModerate: 'Mosso (+30%)',
|
|
31
|
+
seaStorm: 'Burrasca (+60%)',
|
|
32
|
+
faqTitle: 'Domande Frequenti',
|
|
33
|
+
bibliographyTitle: 'Bibliografia',
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
const faq: EnduranceLocaleContent['faq'] = [
|
|
37
|
+
{
|
|
38
|
+
question: 'Come si calcola l\'autonomia di una barca a motore?',
|
|
39
|
+
answer: 'L\'autonomia si calcola dividendo il carburante disponibile per il consumo orario per ottenere le ore totali, e moltiplicando poi questo tempo per la velocità di crociera. Lo strumento applica anche un fattore relativo allo stato del mare per riflettere le reali condizioni di navigazione.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: 'Perché è raccomandata una riserva del 20% nella navigazione nautica?',
|
|
43
|
+
answer: 'La riserva del 20% è uno standard di sicurezza nautica che garantisce carburante a sufficienza in caso di imprevisti: correnti contrarie, deviazioni per maltempo, errori nelle stime dei consumi o necessità di assistere un\'altra imbarcazione. Molte assicurazioni e autorità portuali lo considerano obbligatorio.',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: 'Cos\'è il rendimento L/NM e come influisce sulla pianificazione?',
|
|
47
|
+
answer: 'Il rendimento in litri per miglio nautico (L/NM) rappresenta l\'efficienza reale del motore alle condizioni del mare. A differenza del consumo orario, ti permette di calcolare esattamente quanto carburante ti serve per coprire una distanza specifica, indipendentemente dalla velocità.',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
question: 'In che modo lo stato del mare influisce sul consumo reale?',
|
|
51
|
+
answer: 'Lo stato del mare aumenta il consumo perché lo scafo lavora di più contro la resistenza dell\'acqua e del vento. Con mare poco mosso il consumo sale del 15%, con mare mosso del 30% e in caso di burrasca può impennarsi del 60% o più. Ignorare questo fattore può lasciare un\'imbarcazione senza carburante prima di raggiungere il porto.',
|
|
52
|
+
},
|
|
53
|
+
];
|
|
54
|
+
|
|
55
|
+
const howTo: EnduranceLocaleContent['howTo'] = [
|
|
56
|
+
{
|
|
57
|
+
name: 'Inserisci la capacità del serbatoio',
|
|
58
|
+
text: 'Inserisci i litri del serbatoio principale e di quello ausiliario, se presente. Lo strumento calcolerà la percentuale di riempimento attuale.',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: 'Inserisci il livello di carburante attuale',
|
|
62
|
+
text: 'Inserisci i litri effettivi che hai al momento. Puoi misurarli con l\'indicatore di livello della barca o stimarli dall\'ultimo rifornimento.',
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
name: 'Regola le condizioni di navigazione',
|
|
66
|
+
text: 'Seleziona lo stato del mare previsto per la tua traversata. Il fattore mare corregge il consumo teorico trasformandolo nel consumo reale stimato.',
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: 'Inserisci consumo e velocità di crociera',
|
|
70
|
+
text: 'Usa i dati del produttore o i tuoi record personali per il consumo orario e la velocità a cui navighi abitualmente.',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: 'Controlla la distanza sicura e il calcolo inverso',
|
|
74
|
+
text: 'Lo strumento mostra quante miglia puoi coprire in sicurezza e quanto carburante ti serve per raggiungere una destinazione specifica.',
|
|
75
|
+
},
|
|
76
|
+
];
|
|
77
|
+
|
|
78
|
+
const bibliography: EnduranceLocaleContent['bibliography'] = [
|
|
79
|
+
{
|
|
80
|
+
name: 'UK Maritime and Coastguard Agency',
|
|
81
|
+
url: 'https://www.gov.uk/government/organisations/maritime-and-coastguard-agency',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: 'RYA - Royal Yachting Association',
|
|
85
|
+
url: 'https://www.rya.org.uk/',
|
|
86
|
+
},
|
|
87
|
+
];
|
|
88
|
+
|
|
89
|
+
const seo: EnduranceLocaleContent['seo'] = [
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'Gestione del Carburante e Autonomia nella Navigazione a Motore',
|
|
93
|
+
level: 2,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'L\'<strong>autonomia nautica</strong> è uno dei calcoli più critici prima di prendere il mare con una barca a motore. Sapere con precisione quante miglia puoi coprire con il carburante disponibile fa la differenza tra una traversata pianificata e un\'emergenza in mare.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'Questo calcolatore di autonomia integra il <strong>fattore condizioni del mare</strong>, la percentuale di riserva di sicurezza e il calcolo inverso del carburante affinché la gestione del combustibile sia completa e affidabile in ogni situazione.',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'title',
|
|
105
|
+
text: 'La Regola d\'Oro: La Regola dei Terzi',
|
|
106
|
+
level: 3,
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: 'La classica regola di gestione del carburante nella navigazione nautica divide il serbatoio in tre parti uguali per garantire sempre un margine di sicurezza:',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'list',
|
|
114
|
+
items: [
|
|
115
|
+
'<strong>Un terzo per l\'andata:</strong> Il carburante necessario per raggiungere la destinazione pianificata.',
|
|
116
|
+
'<strong>Un terzo per il ritorno:</strong> Il carburante per tornare al porto di partenza o a quello più vicino.',
|
|
117
|
+
'<strong>Un terzo come riserva:</strong> Il margine di sicurezza per imprevisti, correnti o condizioni avverse.',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: 'Nel calcolatore puoi impostare la percentuale di riserva secondo i tuoi criteri, anche se <strong>scendere sotto il 20% non è mai raccomandato</strong>. Con serbatoi più grandi o lunghe traversate, molti skipper esperti portano questo margine al 30% o addirittura al 33%.',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'Fattori che influenzano il Consumo (l/h)',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: 'Il consumo teorico del produttore è calcolato in condizioni ideali di laboratorio. In pratica, molteplici fattori alterano il <strong>consumo reale di carburante</strong>. La velocità dello scafo è il fattore più decisivo: navigare sopra la velocità economica può raddoppiare o triplicare il consumo per miglio percorso.',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'table',
|
|
135
|
+
headers: ['Stato di Navigazione', 'Effetto sull\'Autonomia', 'Consiglio'],
|
|
136
|
+
rows: [
|
|
137
|
+
['<strong>Scafo Sporco</strong>', 'Riduce l\'autonomia fino al 20%', 'Pulisci lo scafo prima della stagione'],
|
|
138
|
+
['<strong>Corrente Contraria</strong>', 'Può ridurre la velocità effettiva del 30%', 'Calcola sempre con la velocità al suolo (SOG)'],
|
|
139
|
+
['<strong>Vento Contrario</strong>', 'Aumenta la resistenza e il consumo del 10-25%', 'Usa il fattore mare poco mosso o mosso'],
|
|
140
|
+
['<strong>Sovraccarico</strong>', 'Aumenta il pescaggio e la resistenza', 'Pesa l\'attrezzatura e le provviste prima di calcolare'],
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'title',
|
|
145
|
+
text: 'Glossario Tecnico dell\'Autonomia',
|
|
146
|
+
level: 3,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'glossary',
|
|
150
|
+
items: [
|
|
151
|
+
{ term: 'Rendimento (L/NM)', definition: 'Litri di carburante consumati per miglio nautico percorso. L\'indicatore più utile per pianificare le traversate perché lega il consumo alla distanza effettiva.' },
|
|
152
|
+
{ term: 'Velocità di Crociera', definition: 'La velocità ottimale alla quale il motore offre il miglior equilibrio tra velocità e consumo. Generalmente tra il 70% e l\'80% della potenza massima.' },
|
|
153
|
+
{ term: 'Riserva Critica', definition: 'La percentuale del serbatoio che non deve mai essere consumata. Si raccomanda un minimo del 20% per coprire imprevisti ed evitare che entri aria nel circuito del carburante.' },
|
|
154
|
+
{ term: 'Consumo Specifico', definition: 'Grammi di carburante per chilowattora di potenza prodotta (g/kWh). Misura tecnica del motore che permette di confrontare l\'efficienza tra diversi sistemi di propulsione.' },
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'title',
|
|
159
|
+
text: 'Il Pericolo delle Morchie e del Movimento',
|
|
160
|
+
level: 3,
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'paragraph',
|
|
164
|
+
html: 'Una fonte comune di problemi sulle imbarcazioni con bassi livelli di carburante sono le <strong>morchie sul fondo del serbatoio</strong>. Quando il livello scende troppo, i sedimenti accumulati negli anni possono raggiungere il filtro e ostruirlo, lasciando il motore senza alimentazione anche se l\'indicatore segna ancora alcuni litri.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'paragraph',
|
|
168
|
+
html: 'Il movimento della barca in mare con poco carburante può causare problemi: il liquido oscilla con le onde e può lasciare momentaneamente a secco la pompa del carburante. Mantenere la riserva garantisce che questo non accada in un momento critico come una manovra di ingresso in porto.',
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
type: 'tip',
|
|
172
|
+
title: 'Consiglio per il Risparmio di Carburante',
|
|
173
|
+
html: 'Ridurre la velocità del 10-15% al di sotto della solita velocità di crociera può migliorare l\'efficienza fino al 30%. Se hai tempo e il meteo è favorevole, andare più piano è sempre la decisione più economica e sicura.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'Differenza tra Miglia Nautiche (NM) e Chilometri',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'paragraph',
|
|
182
|
+
html: 'Un <strong>miglio nautico</strong> equivale a 1.852 metri (1,852 km) ed è l\'unità di distanza universale nella navigazione marittima e aeronautica. Si basa su un minuto d\'arco di un grado geografico, il che lo rende ideale per la navigazione con carte in coordinate geografiche. La velocità in miglia nautiche orarie è chiamata nodo (kn).',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'comparative',
|
|
186
|
+
items: [
|
|
187
|
+
{
|
|
188
|
+
title: 'Indicatore Analogico a Lancetta',
|
|
189
|
+
description: 'Sistema a galleggiante tradizionale',
|
|
190
|
+
points: [
|
|
191
|
+
'Basso costo e installazione semplice',
|
|
192
|
+
'Non richiede elettricità per funzionare',
|
|
193
|
+
'Impreciso con mare mosso a causa del movimento del carburante',
|
|
194
|
+
'Non mostra il consumo né l\'autonomia stimata',
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
title: 'Calcolatore di Flusso Digitale',
|
|
199
|
+
description: 'Sensori di flusso elettronici',
|
|
200
|
+
highlight: true,
|
|
201
|
+
points: [
|
|
202
|
+
'Precisione dell\'1-2% sul consumo reale',
|
|
203
|
+
'Mostra autonomia, consumo e costi in tempo reale',
|
|
204
|
+
'Integrabile con chartplotter e NMEA 2000',
|
|
205
|
+
'Richiede calibrazione iniziale e manutenzione',
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
],
|
|
209
|
+
},
|
|
210
|
+
];
|
|
211
|
+
|
|
212
|
+
const schemas: EnduranceLocaleContent['schemas'] = [
|
|
213
|
+
{
|
|
214
|
+
'@context': 'https://schema.org',
|
|
215
|
+
'@type': 'SoftwareApplication',
|
|
216
|
+
name: title,
|
|
217
|
+
description,
|
|
218
|
+
applicationCategory: 'UtilityApplication',
|
|
219
|
+
operatingSystem: 'Web',
|
|
220
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
221
|
+
} as WithContext<SoftwareApplication>,
|
|
222
|
+
{
|
|
223
|
+
'@context': 'https://schema.org',
|
|
224
|
+
'@type': 'FAQPage',
|
|
225
|
+
mainEntity: faq.map((item) => ({
|
|
226
|
+
'@type': 'Question',
|
|
227
|
+
name: item.question,
|
|
228
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
229
|
+
})),
|
|
230
|
+
} as WithContext<FAQPage>,
|
|
231
|
+
{
|
|
232
|
+
'@context': 'https://schema.org',
|
|
233
|
+
'@type': 'HowTo',
|
|
234
|
+
name: `Come usare: ${title}`,
|
|
235
|
+
step: howTo.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
236
|
+
} as WithContext<HowTo>,
|
|
237
|
+
];
|
|
238
|
+
|
|
239
|
+
export const content: EnduranceLocaleContent = {
|
|
240
|
+
slug,
|
|
241
|
+
title,
|
|
242
|
+
description,
|
|
243
|
+
ui,
|
|
244
|
+
seo,
|
|
245
|
+
faq,
|
|
246
|
+
bibliography,
|
|
247
|
+
howTo,
|
|
248
|
+
schemas,
|
|
249
|
+
};
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { EnduranceUI, EnduranceLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'nautical-endurance-calculator';
|
|
5
|
+
const title = '航続距離計算ツール';
|
|
6
|
+
const description =
|
|
7
|
+
'燃料消費量、タンク容量、巡航速度に基づいて、最大航続距離と安全距離を計算します。モーターボート向けの燃料管理ツールです。';
|
|
8
|
+
|
|
9
|
+
const ui: EnduranceUI = {
|
|
10
|
+
tankCapacityLabel: 'タンク容量',
|
|
11
|
+
mainTankLabel: 'メイン',
|
|
12
|
+
auxTankLabel: 'サブ',
|
|
13
|
+
currentFuelLabel: '現在の燃料',
|
|
14
|
+
seaConditionsLabel: '海況・風況',
|
|
15
|
+
consumptionLabel: '理論上の消費量',
|
|
16
|
+
cruiseSpeedLabel: '巡航速度',
|
|
17
|
+
reserveLabel: '予備燃料',
|
|
18
|
+
fuelPriceLabel: 'リッターあたりの価格',
|
|
19
|
+
maxRangeLabel: '最大航続距離',
|
|
20
|
+
realPerformanceLabel: '実際のパフォーマンス',
|
|
21
|
+
hoursLabel: '航続時間',
|
|
22
|
+
safeMilesLabel: '安全航行距離',
|
|
23
|
+
tankValueLabel: 'タンク値',
|
|
24
|
+
inverseCalcLabel: '逆算:必要な給油量は?',
|
|
25
|
+
desiredDistLabel: '目標距離',
|
|
26
|
+
minFuelLabel: '最低必要燃料',
|
|
27
|
+
warningLabel: '注意:海上の安全のため、予備燃料は最低20%確保することを強く推奨します。',
|
|
28
|
+
seaCalm: '穏やか (1.0x)',
|
|
29
|
+
seaLight: '軽いうねり (+15%)',
|
|
30
|
+
seaModerate: '中程度のうねり (+30%)',
|
|
31
|
+
seaStorm: '荒天 (+60%)',
|
|
32
|
+
faqTitle: 'よくある質問',
|
|
33
|
+
bibliographyTitle: '参考文献',
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
const faq: EnduranceLocaleContent['faq'] = [
|
|
37
|
+
{
|
|
38
|
+
question: 'モーターボートの航続距離はどのように計算されますか?',
|
|
39
|
+
answer: '航続距離は、使用可能な燃料を時間あたりの消費量で割って総時間を求め、その時間に巡航速度を掛けて算出します。このツールでは、実際の航行条件を反映するために海況係数も適用されます。',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: 'なぜ海上航行では20%の予備燃料が推奨されるのですか?',
|
|
43
|
+
answer: '20%の予備燃料は、逆潮、悪天候による迂回、消費見積もりの誤差、または他船の救助が必要になった場合など、予期せぬ事態に備えて燃料を確保するための海上安全基準です。多くの保険会社や港湾当局がこれを義務と考えています。',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: 'L/NMパフォーマンスとは何ですか?また、計画にどのように影響しますか?',
|
|
47
|
+
answer: '1海里あたりのリットル数(L/NM)で表されるパフォーマンスは、海況におけるエンジンの実際の効率を示します。時間あたりの消費量とは異なり、速度に関係なく、特定の距離をカバーするために正確にどれだけの燃料が必要かを計算できます。',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
question: '海況は実際の燃料消費量にどのように影響しますか?',
|
|
51
|
+
answer: '海況が悪化すると、船体が水や風の抵抗に対してより強く働く必要があるため、消費量が増加します。軽いうねりでは消費量は15%増加し、中程度のうねりでは30%、荒天時には60%以上に跳ね上がることがあります。この要因を無視すると、入港前に燃料切れになる危険があります。',
|
|
52
|
+
},
|
|
53
|
+
];
|
|
54
|
+
|
|
55
|
+
const howTo: EnduranceLocaleContent['howTo'] = [
|
|
56
|
+
{
|
|
57
|
+
name: 'タンク容量を入力する',
|
|
58
|
+
text: 'メインタンクのリットル数を入力し、サブタンクがある場合はその容量も入力します。ツールが現在の充填率を計算します。',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: '現在の燃料レベルを入力する',
|
|
62
|
+
text: '現在持っている実際の燃料量を入力します。燃料計で測定するか、前回の給油量から推定してください。',
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
name: '航行条件を調整する',
|
|
66
|
+
text: '予定している航路の予想海況を選択します。海況係数が理論上の消費量を予想される実際の消費量に補正します。',
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: '消費量と巡航速度を入力する',
|
|
70
|
+
text: 'メーカーのデータ、またはご自身の記録から時間あたりの消費量と、普段航行する速度を入力してください。',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: '安全距離と逆算結果を確認する',
|
|
74
|
+
text: '安全に走行できる海里数と、特定の目的地に到達するために必要な燃料量が表示されます。',
|
|
75
|
+
},
|
|
76
|
+
];
|
|
77
|
+
|
|
78
|
+
const bibliography: EnduranceLocaleContent['bibliography'] = [
|
|
79
|
+
{
|
|
80
|
+
name: 'UK Maritime and Coastguard Agency',
|
|
81
|
+
url: 'https://www.gov.uk/government/organisations/maritime-and-coastguard-agency',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: 'RYA - Royal Yachting Association',
|
|
85
|
+
url: 'https://www.rya.org.uk/',
|
|
86
|
+
},
|
|
87
|
+
];
|
|
88
|
+
|
|
89
|
+
const seo: EnduranceLocaleContent['seo'] = [
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'モーターボート航行における燃料管理と航続距離',
|
|
93
|
+
level: 2,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: '<strong>海上航続距離</strong>は、モーターボートで出航する前に最も重要な計算の一つです。利用可能な燃料で正確に何海里走行できるかを知ることは、計画的な航行か、海上での緊急事態かの分かれ目となります。',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'paragraph',
|
|
101
|
+
html: 'この航続距離計算ツールは、<strong>海況要因</strong>、安全予備燃料の割合、燃料の逆算機能を統合しており、あらゆる状況において完全で信頼性の高い燃料管理を可能にします。',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
type: 'title',
|
|
105
|
+
text: '黄金律:3分の1の法則',
|
|
106
|
+
level: 3,
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'paragraph',
|
|
110
|
+
html: '海上航行における古典的な燃料管理ルールでは、常に安全マージンを確保するためにタンクを3つの等分に分けます:',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'list',
|
|
114
|
+
items: [
|
|
115
|
+
'<strong>3分の1を行きに:</strong> 予定の目的地に到達するために必要な燃料。',
|
|
116
|
+
'<strong>3分の1を帰りに:</strong> 出発港または最寄りの港に戻るための燃料。',
|
|
117
|
+
'<strong>3分の1を予備に:</strong> 予期せぬ事態、潮流、悪条件のための安全マージン。',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: '計算ツールでは予備燃料の割合をご自身の基準に合わせて設定できますが、<strong>20%を下回ることは推奨されません</strong>。大型タンクや長距離航行の場合、経験豊富な船長は、このマージンを30%または33%まで引き上げることがよくあります。',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: '消費量(l/h)に影響を与える要因',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: 'メーカーの理論上の消費量は、理想的な実験室条件下で計算されています。実際には、複数の要因が<strong>実際の燃料消費量</strong>を変化させます。船体速度が最も決定的です:経済速度以上で航行すると、走行海里あたりの消費量が2倍から3倍になることがあります。',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'table',
|
|
135
|
+
headers: ['航行状態', '航続距離への影響', 'アドバイス'],
|
|
136
|
+
rows: [
|
|
137
|
+
['<strong>汚れた船体</strong>', '航続距離を最大20%低下させる', 'シーズン前に船体を清掃してください'],
|
|
138
|
+
['<strong>逆潮</strong>', '有効速度を30%低下させることがある', '常に対地速度で計算してください'],
|
|
139
|
+
['<strong>向かい風</strong>', '抵抗と消費量を10-25%増加させる', '軽度または中程度のうねり係数を使用してください'],
|
|
140
|
+
['<strong>過積載</strong>', '喫水と抵抗を増加させる', '計算前に装備品と備蓄品の重量を確認してください'],
|
|
141
|
+
],
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
type: 'title',
|
|
145
|
+
text: '航続距離に関するテクニカル用語集',
|
|
146
|
+
level: 3,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'glossary',
|
|
150
|
+
items: [
|
|
151
|
+
{ term: 'パフォーマンス (L/NM)', definition: '走行した1海里あたりの消費燃料リットル数。消費量と実際の距離を結びつけるため、航路計画に最も役立つ指標です。' },
|
|
152
|
+
{ term: '巡航速度', definition: 'エンジンが速度と消費量のバランスを最も良く保てる最適な速度。通常、最大出力の70%〜80%の間です。' },
|
|
153
|
+
{ term: '限界予備燃料', definition: '決して消費してはならないタンクの割合。不測の事態への対応と、燃料回路への空気混入を防ぐため、最低20%が推奨されます。' },
|
|
154
|
+
{ term: '比燃料消費量', definition: '発生した1キロワット時あたりの燃料グラム数(g/kWh)。異なる推進システム間での効率比較を可能にするエンジンの技術的尺度。' },
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'title',
|
|
159
|
+
text: '沈殿物と揺れの危険性',
|
|
160
|
+
level: 3,
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'paragraph',
|
|
164
|
+
html: '燃料レベルが低い船でよくある問題の原因は、<strong>タンクの底の沈殿物(スラッジ)</strong>です。レベルが下がりすぎると、長年蓄積された堆積物がフィルターに達して目詰まりを起こし、ゲージに数リットル残っていてもエンジンが停止してしまうことがあります。',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'paragraph',
|
|
168
|
+
html: '燃料が少ない状態での海上の揺れも問題を引き起こします。液体が波に合わせて揺れるため、燃料ポンプが一瞬空になることがあります。予備燃料を維持することで、入港時の操船といった重要な瞬間にこれが起こらないようにします。',
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
type: 'tip',
|
|
172
|
+
title: '燃料節約のコツ',
|
|
173
|
+
html: '通常の巡航速度より10〜15%速度を落とすだけで、効率が最大30%向上します。時間に余裕があり、天候が良い場合は、ゆっくり行くことが常に最も経済的で安全な決断です。',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: '海里 (NM) とキロメートルの違い',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'paragraph',
|
|
182
|
+
html: '<strong>海里 (Nautical Mile)</strong> は1,852メートル (1.852 km) であり、海上および航空航法における世界共通の距離単位です。これは地球の緯度1分の弧に基づいているため、地理座標による海図を用いた航法に理想的です。1時間あたりの海里数による速度はノット (kn) と呼ばれます。',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'comparative',
|
|
186
|
+
items: [
|
|
187
|
+
{
|
|
188
|
+
title: 'アナログ式燃料計',
|
|
189
|
+
description: '伝統的なフロート方式',
|
|
190
|
+
points: [
|
|
191
|
+
'低コストで取り付けが簡単',
|
|
192
|
+
'動作に電力を必要としない',
|
|
193
|
+
'燃料の揺れにより、荒れた海では不正確になる',
|
|
194
|
+
'消費量や推定航続距離を表示しない',
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
title: 'デジタル式流量計',
|
|
199
|
+
description: '電子流量センサー',
|
|
200
|
+
highlight: true,
|
|
201
|
+
points: [
|
|
202
|
+
'実際の消費量に対して1〜2%の精度',
|
|
203
|
+
'航続可能距離、消費量、総コストをリアルタイムで表示',
|
|
204
|
+
'チャートプロッターやNMEA 2000と統合可能',
|
|
205
|
+
'初回校正とメンテナンスが必要',
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
],
|
|
209
|
+
},
|
|
210
|
+
];
|
|
211
|
+
|
|
212
|
+
const schemas: EnduranceLocaleContent['schemas'] = [
|
|
213
|
+
{
|
|
214
|
+
'@context': 'https://schema.org',
|
|
215
|
+
'@type': 'SoftwareApplication',
|
|
216
|
+
name: title,
|
|
217
|
+
description,
|
|
218
|
+
applicationCategory: 'UtilityApplication',
|
|
219
|
+
operatingSystem: 'Web',
|
|
220
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
221
|
+
} as WithContext<SoftwareApplication>,
|
|
222
|
+
{
|
|
223
|
+
'@context': 'https://schema.org',
|
|
224
|
+
'@type': 'FAQPage',
|
|
225
|
+
mainEntity: faq.map((item) => ({
|
|
226
|
+
'@type': 'Question',
|
|
227
|
+
name: item.question,
|
|
228
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
229
|
+
})),
|
|
230
|
+
} as WithContext<FAQPage>,
|
|
231
|
+
{
|
|
232
|
+
'@context': 'https://schema.org',
|
|
233
|
+
'@type': 'HowTo',
|
|
234
|
+
name: `使い方: ${title}`,
|
|
235
|
+
step: howTo.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
236
|
+
} as WithContext<HowTo>,
|
|
237
|
+
];
|
|
238
|
+
|
|
239
|
+
export const content: EnduranceLocaleContent = {
|
|
240
|
+
slug,
|
|
241
|
+
title,
|
|
242
|
+
description,
|
|
243
|
+
ui,
|
|
244
|
+
seo,
|
|
245
|
+
faq,
|
|
246
|
+
bibliography,
|
|
247
|
+
howTo,
|
|
248
|
+
schemas,
|
|
249
|
+
};
|