-
-
-
-
-
-
+ {!tanksCollapsed && (
+
+ {/* Freshwater card */}
+
+
+
+
{t('logs.freshwater')}
+
+
+
+
+
+
+
+
+
+
-
-
-
+ {/* Fuel card */}
+
+
+
+
{t('logs.fuel')}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* Greywater card */}
+
+
+
+
{t('logs.greywater')}
+
+
+
+
-
-
- {/* Greywater card */}
-
-
-
-
{t('logs.greywater')}
-
-
-
-
-
+ )}
{/* Section 3: Event Journal Entries */}
diff --git a/client/src/i18n/locales/da.json b/client/src/i18n/locales/da.json
index 33f63a6..bbbebfa 100644
--- a/client/src/i18n/locales/da.json
+++ b/client/src/i18n/locales/da.json
@@ -186,6 +186,7 @@
"departure": "Starthavn (rejse fra)",
"destination": "Destinationsport (til)",
"route": "Rejse fra/til",
+ "tanks": "Tanke",
"freshwater": "Ferskvand (liter)",
"fuel": "Treibstoff / Brændstof (liter)",
"greywater": "Gråt vand (liter)",
diff --git a/client/src/i18n/locales/de.json b/client/src/i18n/locales/de.json
index c0bd62a..666fec4 100644
--- a/client/src/i18n/locales/de.json
+++ b/client/src/i18n/locales/de.json
@@ -186,6 +186,7 @@
"departure": "Start-Hafen (Reise von)",
"destination": "Ziel-Hafen (nach)",
"route": "Reise von/nach",
+ "tanks": "Tanks",
"freshwater": "Frischwasser (Liter)",
"fuel": "Treibstoff / Fuel (Liter)",
"greywater": "Grauwasser (Liter)",
diff --git a/client/src/i18n/locales/en.json b/client/src/i18n/locales/en.json
index 0f6acad..0536bd5 100644
--- a/client/src/i18n/locales/en.json
+++ b/client/src/i18n/locales/en.json
@@ -186,6 +186,7 @@
"departure": "Departure Port (von)",
"destination": "Destination Port (nach)",
"route": "Route / Journey",
+ "tanks": "Tanks",
"freshwater": "Freshwater (Liters)",
"fuel": "Fuel (Liters)",
"greywater": "Greywater (Liters)",
diff --git a/client/src/i18n/locales/nb.json b/client/src/i18n/locales/nb.json
index 7d72a44..5026fa0 100644
--- a/client/src/i18n/locales/nb.json
+++ b/client/src/i18n/locales/nb.json
@@ -186,6 +186,7 @@
"departure": "Starthavn (reise fra)",
"destination": "Destinasjonsport (til)",
"route": "Reise fra/til",
+ "tanks": "Tanker",
"freshwater": "Ferskvann (liter)",
"fuel": "Drivstoff / Drivstoff (liter)",
"greywater": "Gråvann (liter)",
diff --git a/client/src/i18n/locales/sv.json b/client/src/i18n/locales/sv.json
index 3088929..127bbc7 100644
--- a/client/src/i18n/locales/sv.json
+++ b/client/src/i18n/locales/sv.json
@@ -186,6 +186,7 @@
"departure": "Starthamn (resa från)",
"destination": "Destinationsport (till)",
"route": "Resa från/till",
+ "tanks": "Tankar",
"freshwater": "Färskvatten (liter)",
"fuel": "Treibstoff / Bränsle (liter)",
"greywater": "Gråvatten (liter)",