diff --git a/apps/web/public/locales/de/common.json b/apps/web/public/locales/de/common.json index 84e012f5..3b1efb6d 100644 --- a/apps/web/public/locales/de/common.json +++ b/apps/web/public/locales/de/common.json @@ -18,6 +18,7 @@ "knots": "Knoten", "meters per second": "Meter pro Sekunde", "beaufort": "Beaufort", + "hectopascals": "Hektopascal", "share text": "Checke doch mal diese Seite aus: ", diff --git a/apps/web/public/locales/de/home.json b/apps/web/public/locales/de/home.json index a2baac10..3a49404b 100644 --- a/apps/web/public/locales/de/home.json +++ b/apps/web/public/locales/de/home.json @@ -62,6 +62,7 @@ "visibility card title": "Derzeitige Sichtweite", "wind pressure card title": "Derzeitiger Wind", + "wind pressure card content": "Atmosphärischer Druck auf dem Meeresspiegel.
Auf Meereshöhe ist der atmosphärische Druck die Kraft, die durch das Gewicht der darüber befindlichen Luft ausgeübt wird und im Durchschnitt bei 1013,25 hPa liegt.", "not available": "Nicht verfügbar", diff --git a/apps/web/public/locales/en/common.json b/apps/web/public/locales/en/common.json index 93984d09..e65499ee 100644 --- a/apps/web/public/locales/en/common.json +++ b/apps/web/public/locales/en/common.json @@ -18,6 +18,7 @@ "knots": "Knots", "meters per second": "Meters per second", "beaufort": "Beaufort", + "hectopascals": "Hectopascals", "share text": "Check out this page: ", diff --git a/apps/web/public/locales/en/home.json b/apps/web/public/locales/en/home.json index f16ad08f..c726d258 100644 --- a/apps/web/public/locales/en/home.json +++ b/apps/web/public/locales/en/home.json @@ -62,6 +62,7 @@ "visibility card title": "Current Visibility", "wind pressure card title": "Current Wind & Pressure", + "wind pressure card content": "Atmospheric pressure on the sea level.
At sea level, atmospheric pressure is the force exerted by the weight of the air above, averaging around 1013.25 hPa.", "not available": "Not available", diff --git a/apps/web/src/pages/home/index.tsx b/apps/web/src/pages/home/index.tsx index bc55f626..8e5ea0c8 100644 --- a/apps/web/src/pages/home/index.tsx +++ b/apps/web/src/pages/home/index.tsx @@ -935,10 +935,14 @@ const InternalHome = observer(() => { className="underline" href="https://en.wikipedia.org/wiki/Pascal_(unit)" > - Hectopascal (hPa) + {translationCommon("hectopascals")} (hPa)
+ {ReactHtmlParser( + translationHome("wind pressure card content"), + )} +

{translationHome("speed")}: {" "}