@jjlmoya/utils-nautical 1.14.0 → 1.16.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 +1 -1
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +1 -31
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/endurance/bibliography.astro +1 -1
- package/src/tool/endurance/bibliography.ts +12 -0
- package/src/tool/endurance/entry.ts +2 -2
- package/src/tool/endurance/i18n/de.ts +1 -13
- package/src/tool/endurance/i18n/en.ts +1 -12
- package/src/tool/endurance/i18n/es.ts +1 -13
- package/src/tool/endurance/i18n/fr.ts +1 -13
- package/src/tool/endurance/i18n/id.ts +1 -13
- package/src/tool/endurance/i18n/it.ts +1 -13
- package/src/tool/endurance/i18n/ja.ts +1 -13
- package/src/tool/endurance/i18n/ko.ts +1 -13
- package/src/tool/endurance/i18n/nl.ts +1 -13
- package/src/tool/endurance/i18n/pl.ts +1 -13
- package/src/tool/endurance/i18n/pt.ts +1 -13
- package/src/tool/endurance/i18n/ru.ts +1 -13
- package/src/tool/endurance/i18n/sv.ts +1 -13
- package/src/tool/endurance/i18n/tr.ts +1 -13
- package/src/tool/endurance/i18n/zh.ts +1 -13
- package/src/tool/endurance/nautical-endurance-calculator.css +1 -1
- package/src/tool/endurance/seo.astro +2 -42
- package/src/tool/nauticalConverter/bibliography.astro +1 -1
- package/src/tool/nauticalConverter/bibliography.ts +12 -0
- package/src/tool/nauticalConverter/entry.ts +2 -2
- package/src/tool/nauticalConverter/i18n/de.ts +1 -13
- package/src/tool/nauticalConverter/i18n/en.ts +1 -13
- package/src/tool/nauticalConverter/i18n/es.ts +1 -13
- package/src/tool/nauticalConverter/i18n/fr.ts +1 -13
- package/src/tool/nauticalConverter/i18n/id.ts +1 -13
- package/src/tool/nauticalConverter/i18n/it.ts +1 -13
- package/src/tool/nauticalConverter/i18n/ja.ts +1 -13
- package/src/tool/nauticalConverter/i18n/ko.ts +1 -13
- package/src/tool/nauticalConverter/i18n/nl.ts +1 -13
- package/src/tool/nauticalConverter/i18n/pl.ts +1 -13
- package/src/tool/nauticalConverter/i18n/pt.ts +1 -13
- package/src/tool/nauticalConverter/i18n/ru.ts +1 -13
- package/src/tool/nauticalConverter/i18n/sv.ts +1 -13
- package/src/tool/nauticalConverter/i18n/tr.ts +1 -13
- package/src/tool/nauticalConverter/i18n/zh.ts +1 -13
- package/src/tool/nauticalConverter/nautical-units-converter.css +1 -1
- package/src/tool/nauticalConverter/seo.astro +2 -39
- package/src/tool/sailArea/bibliography.astro +1 -1
- package/src/tool/sailArea/bibliography.ts +16 -0
- package/src/tool/sailArea/entry.ts +2 -2
- package/src/tool/sailArea/i18n/de.ts +1 -17
- package/src/tool/sailArea/i18n/en.ts +1 -17
- package/src/tool/sailArea/i18n/es.ts +1 -17
- package/src/tool/sailArea/i18n/fr.ts +1 -17
- package/src/tool/sailArea/i18n/id.ts +1 -17
- package/src/tool/sailArea/i18n/it.ts +1 -17
- package/src/tool/sailArea/i18n/ja.ts +1 -17
- package/src/tool/sailArea/i18n/ko.ts +1 -17
- package/src/tool/sailArea/i18n/nl.ts +1 -17
- package/src/tool/sailArea/i18n/pl.ts +1 -17
- package/src/tool/sailArea/i18n/pt.ts +1 -17
- package/src/tool/sailArea/i18n/ru.ts +1 -17
- package/src/tool/sailArea/i18n/sv.ts +1 -17
- package/src/tool/sailArea/i18n/tr.ts +1 -17
- package/src/tool/sailArea/i18n/zh.ts +1 -17
- package/src/tool/sailArea/sail-area-calculator.css +2 -2
- package/src/tool/sailArea/seo.astro +2 -39
- package/src/tool/speedConverter/bibliography.astro +1 -1
- package/src/tool/speedConverter/bibliography.ts +12 -0
- package/src/tool/speedConverter/entry.ts +2 -2
- package/src/tool/speedConverter/i18n/de.ts +1 -13
- package/src/tool/speedConverter/i18n/en.ts +1 -13
- package/src/tool/speedConverter/i18n/es.ts +1 -13
- package/src/tool/speedConverter/i18n/fr.ts +1 -13
- package/src/tool/speedConverter/i18n/id.ts +1 -13
- package/src/tool/speedConverter/i18n/it.ts +1 -13
- package/src/tool/speedConverter/i18n/ja.ts +1 -13
- package/src/tool/speedConverter/i18n/ko.ts +1 -13
- package/src/tool/speedConverter/i18n/nl.ts +1 -13
- package/src/tool/speedConverter/i18n/pl.ts +1 -13
- package/src/tool/speedConverter/i18n/pt.ts +1 -13
- package/src/tool/speedConverter/i18n/ru.ts +1 -13
- package/src/tool/speedConverter/i18n/sv.ts +1 -13
- package/src/tool/speedConverter/i18n/tr.ts +1 -13
- package/src/tool/speedConverter/i18n/zh.ts +1 -13
- package/src/tool/speedConverter/nautical-speed-converter.css +1 -1
- package/src/tool/speedConverter/seo.astro +2 -30
- package/src/tool/tideCalculator/bibliography.astro +1 -1
- package/src/tool/tideCalculator/bibliography.ts +12 -0
- package/src/tool/tideCalculator/entry.ts +2 -2
- package/src/tool/tideCalculator/i18n/de.ts +1 -13
- package/src/tool/tideCalculator/i18n/en.ts +1 -13
- package/src/tool/tideCalculator/i18n/es.ts +1 -13
- package/src/tool/tideCalculator/i18n/fr.ts +1 -13
- package/src/tool/tideCalculator/i18n/id.ts +1 -13
- package/src/tool/tideCalculator/i18n/it.ts +1 -13
- package/src/tool/tideCalculator/i18n/ja.ts +1 -13
- package/src/tool/tideCalculator/i18n/ko.ts +1 -13
- package/src/tool/tideCalculator/i18n/nl.ts +1 -13
- package/src/tool/tideCalculator/i18n/pl.ts +1 -13
- package/src/tool/tideCalculator/i18n/pt.ts +1 -13
- package/src/tool/tideCalculator/i18n/ru.ts +1 -13
- package/src/tool/tideCalculator/i18n/sv.ts +1 -13
- package/src/tool/tideCalculator/i18n/tr.ts +1 -13
- package/src/tool/tideCalculator/i18n/zh.ts +1 -13
- package/src/tool/tideCalculator/seo.astro +2 -48
- package/src/tool/tideCalculator/tide-height-calculator.css +4 -4
- package/src/tool/underKeel/bibliography.astro +1 -1
- package/src/tool/underKeel/bibliography.ts +12 -0
- package/src/tool/underKeel/entry.ts +2 -2
- package/src/tool/underKeel/i18n/de.ts +1 -13
- package/src/tool/underKeel/i18n/en.ts +1 -13
- package/src/tool/underKeel/i18n/es.ts +1 -13
- package/src/tool/underKeel/i18n/fr.ts +1 -13
- package/src/tool/underKeel/i18n/id.ts +2 -14
- package/src/tool/underKeel/i18n/it.ts +2 -14
- package/src/tool/underKeel/i18n/ja.ts +2 -14
- package/src/tool/underKeel/i18n/ko.ts +2 -14
- package/src/tool/underKeel/i18n/nl.ts +2 -14
- package/src/tool/underKeel/i18n/pl.ts +2 -14
- package/src/tool/underKeel/i18n/pt.ts +2 -14
- package/src/tool/underKeel/i18n/ru.ts +2 -14
- package/src/tool/underKeel/i18n/sv.ts +2 -14
- package/src/tool/underKeel/i18n/tr.ts +2 -14
- package/src/tool/underKeel/i18n/zh.ts +2 -14
- package/src/tool/underKeel/seo.astro +2 -33
- package/src/tool/underKeel/under-keel-clearance-calculator.css +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { EnduranceUI, EnduranceLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -29,8 +30,6 @@ const ui: EnduranceUI = {
|
|
|
29
30
|
seaLight: 'Hafif Çalkantılı (+%15)',
|
|
30
31
|
seaModerate: 'Orta Çalkantılı (+%30)',
|
|
31
32
|
seaStorm: 'Fırtınalı (+%60)',
|
|
32
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
33
|
-
bibliographyTitle: 'Kaynakça',
|
|
34
33
|
};
|
|
35
34
|
|
|
36
35
|
const faq: EnduranceLocaleContent['faq'] = [
|
|
@@ -75,17 +74,6 @@ const howTo: EnduranceLocaleContent['howTo'] = [
|
|
|
75
74
|
},
|
|
76
75
|
];
|
|
77
76
|
|
|
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
77
|
const seo: EnduranceLocaleContent['seo'] = [
|
|
90
78
|
{
|
|
91
79
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { EnduranceUI, EnduranceLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -29,8 +30,6 @@ const ui: EnduranceUI = {
|
|
|
29
30
|
seaLight: '轻微涌浪 (+15%)',
|
|
30
31
|
seaModerate: '中等涌浪 (+30%)',
|
|
31
32
|
seaStorm: '风暴 (+60%)',
|
|
32
|
-
faqTitle: '常见问题',
|
|
33
|
-
bibliographyTitle: '参考文献',
|
|
34
33
|
};
|
|
35
34
|
|
|
36
35
|
const faq: EnduranceLocaleContent['faq'] = [
|
|
@@ -75,17 +74,6 @@ const howTo: EnduranceLocaleContent['howTo'] = [
|
|
|
75
74
|
},
|
|
76
75
|
];
|
|
77
76
|
|
|
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
77
|
const seo: EnduranceLocaleContent['seo'] = [
|
|
90
78
|
{
|
|
91
79
|
type: 'title',
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOTable,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOGlossary,
|
|
7
|
-
SEOArticle,
|
|
8
|
-
SEOList,
|
|
9
|
-
SEOStats,
|
|
10
|
-
SEOComparative,
|
|
11
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
12
3
|
import { endurance } from './index';
|
|
13
4
|
import type { KnownLocale } from '../../types';
|
|
14
5
|
|
|
@@ -19,37 +10,6 @@ interface Props {
|
|
|
19
10
|
const { locale = 'es' } = Astro.props;
|
|
20
11
|
const content = await endurance.i18n[locale]?.();
|
|
21
12
|
if (!content) return null;
|
|
22
|
-
|
|
23
|
-
const { seo } = content;
|
|
24
13
|
---
|
|
25
14
|
|
|
26
|
-
<
|
|
27
|
-
{seo.map((section: any) => {
|
|
28
|
-
switch (section.type) {
|
|
29
|
-
case 'title':
|
|
30
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
31
|
-
case 'paragraph':
|
|
32
|
-
return <p set:html={section.html} />;
|
|
33
|
-
case 'list':
|
|
34
|
-
return <SEOList items={section.items} />;
|
|
35
|
-
case 'tip':
|
|
36
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
37
|
-
case 'table':
|
|
38
|
-
return (
|
|
39
|
-
<SEOTable headers={section.headers}>
|
|
40
|
-
{section.rows.map((row: string[]) => (
|
|
41
|
-
<tr>{row.map((cell: string) => <td set:html={cell} />)}</tr>
|
|
42
|
-
))}
|
|
43
|
-
</SEOTable>
|
|
44
|
-
);
|
|
45
|
-
case 'glossary':
|
|
46
|
-
return <SEOGlossary items={section.items} />;
|
|
47
|
-
case 'stats':
|
|
48
|
-
return <SEOStats items={section.items} columns={section.columns} />;
|
|
49
|
-
case 'comparative':
|
|
50
|
-
return <SEOComparative items={section.items} columns={section.columns} />;
|
|
51
|
-
default:
|
|
52
|
-
return null;
|
|
53
|
-
}
|
|
54
|
-
})}
|
|
55
|
-
</SEOArticle>
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -11,4 +11,4 @@ const { locale = 'es' } = Astro.props;
|
|
|
11
11
|
const content = await nauticalConverter.i18n[locale]?.();
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
{content && <SharedBibliography links={content.bibliography}
|
|
14
|
+
{content && <SharedBibliography links={content.bibliography} />}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Instituto Hidrografico de la Marina',
|
|
6
|
+
url: 'https://armada.defensa.gob.es/ihm/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'NOAA - National Weather Service',
|
|
10
|
+
url: 'https://www.weather.gov/mfl/beaufort',
|
|
11
|
+
},
|
|
12
|
+
];
|
|
@@ -25,8 +25,6 @@ export interface NauticalConverterUI {
|
|
|
25
25
|
forceLabel: string;
|
|
26
26
|
effectLabel: string;
|
|
27
27
|
copyLabel: string;
|
|
28
|
-
faqTitle: string;
|
|
29
|
-
bibliographyTitle: string;
|
|
30
28
|
}
|
|
31
29
|
|
|
32
30
|
export type NauticalConverterLocaleContent = ToolLocaleContent<NauticalConverterUI>;
|
|
@@ -55,3 +53,5 @@ export const nauticalConverter: NauticalToolEntry<NauticalConverterUI> = {
|
|
|
55
53
|
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
56
54
|
},
|
|
57
55
|
};
|
|
56
|
+
|
|
57
|
+
export { bibliography } from './bibliography';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Stärke',
|
|
31
32
|
effectLabel: 'Auswirkung',
|
|
32
33
|
copyLabel: 'Wert kopieren',
|
|
33
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
34
|
-
bibliographyTitle: 'Bibliografie',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Force',
|
|
31
32
|
effectLabel: 'Effect',
|
|
32
33
|
copyLabel: 'Copy value',
|
|
33
|
-
faqTitle: 'Frequently Asked Questions',
|
|
34
|
-
bibliographyTitle: 'Bibliography',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Fuerza',
|
|
31
32
|
effectLabel: 'Efecto',
|
|
32
33
|
copyLabel: 'Copiar valor',
|
|
33
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
34
|
-
bibliographyTitle: 'Referencias',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Force',
|
|
31
32
|
effectLabel: 'Effet',
|
|
32
33
|
copyLabel: 'Copier la valeur',
|
|
33
|
-
faqTitle: 'Questions Frequentes',
|
|
34
|
-
bibliographyTitle: 'Bibliographie',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Kekuatan',
|
|
31
32
|
effectLabel: 'Efek',
|
|
32
33
|
copyLabel: 'Salin nilai',
|
|
33
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
34
|
-
bibliographyTitle: 'Bibliografi',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Forza',
|
|
31
32
|
effectLabel: 'Effetto',
|
|
32
33
|
copyLabel: 'Copia valore',
|
|
33
|
-
faqTitle: 'Domande Frequenti',
|
|
34
|
-
bibliographyTitle: 'Bibliografia',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: '風力',
|
|
31
32
|
effectLabel: '影響',
|
|
32
33
|
copyLabel: '値をコピー',
|
|
33
|
-
faqTitle: 'よくある質問',
|
|
34
|
-
bibliographyTitle: '参考文献',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: '풍력',
|
|
31
32
|
effectLabel: '영향',
|
|
32
33
|
copyLabel: '값 복사',
|
|
33
|
-
faqTitle: '자주 묻는 질문',
|
|
34
|
-
bibliographyTitle: '참고 문헌',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Kracht',
|
|
31
32
|
effectLabel: 'Effect',
|
|
32
33
|
copyLabel: 'Waarde kopiëren',
|
|
33
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
34
|
-
bibliographyTitle: 'Bibliografie',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Siła',
|
|
31
32
|
effectLabel: 'Efekt',
|
|
32
33
|
copyLabel: 'Kopiuj wartość',
|
|
33
|
-
faqTitle: 'Często Zadawane Pytania',
|
|
34
|
-
bibliographyTitle: 'Bibliografia',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Força',
|
|
31
32
|
effectLabel: 'Efeito',
|
|
32
33
|
copyLabel: 'Copiar valor',
|
|
33
|
-
faqTitle: 'Perguntas Frequentes',
|
|
34
|
-
bibliographyTitle: 'Bibliografia',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Сила',
|
|
31
32
|
effectLabel: 'Эффект',
|
|
32
33
|
copyLabel: 'Копировать значение',
|
|
33
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
34
|
-
bibliographyTitle: 'Библиография',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Styrka',
|
|
31
32
|
effectLabel: 'Effekt',
|
|
32
33
|
copyLabel: 'Kopiera värde',
|
|
33
|
-
faqTitle: 'Vanliga Frågor',
|
|
34
|
-
bibliographyTitle: 'Bibliografi',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: 'Kuvvet',
|
|
31
32
|
effectLabel: 'Etki',
|
|
32
33
|
copyLabel: 'Değeri kopyala',
|
|
33
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
34
|
-
bibliographyTitle: 'Kaynakça',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { NauticalConverterUI, NauticalConverterLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -30,8 +31,6 @@ const ui: NauticalConverterUI = {
|
|
|
30
31
|
forceLabel: '风力',
|
|
31
32
|
effectLabel: '影响',
|
|
32
33
|
copyLabel: '复制数值',
|
|
33
|
-
faqTitle: '常见问题',
|
|
34
|
-
bibliographyTitle: '参考文献',
|
|
35
34
|
};
|
|
36
35
|
|
|
37
36
|
const faq: NauticalConverterLocaleContent['faq'] = [
|
|
@@ -80,17 +79,6 @@ const howTo: NauticalConverterLocaleContent['howTo'] = [
|
|
|
80
79
|
},
|
|
81
80
|
];
|
|
82
81
|
|
|
83
|
-
const bibliography: NauticalConverterLocaleContent['bibliography'] = [
|
|
84
|
-
{
|
|
85
|
-
name: 'Instituto Hidrografico de la Marina',
|
|
86
|
-
url: 'https://armada.defensa.gob.es/ihm/',
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: 'NOAA - National Weather Service',
|
|
90
|
-
url: 'https://www.weather.gov/mfl/beaufort',
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
|
|
94
82
|
const seo: NauticalConverterLocaleContent['seo'] = [
|
|
95
83
|
{
|
|
96
84
|
type: 'title',
|