feat: Add current timezone and airport description fields to localization files

This commit is contained in:
Sean Morley
2025-02-22 17:00:40 -05:00
parent ea36b104b6
commit d80805a181
11 changed files with 158 additions and 40 deletions

View File

@@ -498,7 +498,10 @@
"transport_type": "Vervoerstype",
"transportation_added": "Vervoer succesvol toegevoegd!",
"transportation_delete_error": "Fout bij verwijderen vervoer",
"transportation_deleted": "Vervoer succesvol verwijderd!"
"transportation_deleted": "Vervoer succesvol verwijderd!",
"ending_airport_desc": "Voer eindigende luchthavencode in (bijv. LAX)",
"fetch_location_information": "Locatie -informatie ophalen",
"starting_airport_desc": "Voer de startende luchthavencode in (bijv. JFK)"
},
"search": {
"adventurelog_results": "AdventureLog-resultaten",
@@ -612,6 +615,7 @@
"resort": "Toevlucht",
"start": "Begin",
"type": "Type",
"villa": "Villa"
"villa": "Villa",
"current_timezone": "Huidige tijdzone"
}
}