update lifeboat station preset (#382)

This commit is contained in:
Kyℓe Hensel 2022-02-02 09:23:55 +13:00 committed by GitHub
parent 258e9372f0
commit 16c276b190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"key": "seamark:rescue_station:category",
"type": "semiCombo",
"label": "Life Saving Equipment",
"strings": {
"options": {
"lifeboat": "Lifeboat (on Land)",
"lifeboat_on_mooring": "Lifeboat (at a Mooring)",
"seaplane": "Seaplane",
"aircraft": "Aircraft",
"hovercraft": "Hovercraft",
"radio": "Radio Station",
"first_aid": "First aid",
"refuge_shipwrecked": "Shipwreck Refuge",
"refuge_intertidal": " Intertidal Refuge",
"tug": "Salvage tug"
}
}
}