refactor: split config

This commit is contained in:
Matthew
2023-11-17 22:11:02 -08:00
committed by GitHub
parent d4c5857316
commit b50550abd5
4 changed files with 33 additions and 46 deletions
+3 -3
View File
@@ -2,17 +2,17 @@ local Translations = {
error = {
canceled = "Canceled",
not_standing_up = "You need to be on solid ground to put this on...",
need_otube = "you need to refill your oxygen! Get a replacement air supply!",
need_otube = "You need to refill your oxygen! Get a replacement air supply!",
underwater = "Cannot do this underwater",
},
success = {
took_out = "You took your diving gear off.",
took_out = "You took your diving gear off",
tube_filled = "You've successfully refilled your air tank!"
},
info = {
put_suit = "Putting on your diving suit...",
pullout_suit = "Taking off your diving suit...",
filling_air = "Filling air"
filling_air = "Filling air..."
},
warning = {
oxygen_one_minute = "You have less than one minute of air remaining!",