Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update en.lua #8

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 22 additions & 25 deletions locales/en.lua
Original file line number Diff line number Diff line change
@@ -1,40 +1,37 @@
local Translations = {
error = {
["canceled"] = "Canceled",
canceled = "Canceled",
["911_chatmessage"] = "911 MESSAGE",
["take_off"] = "/divingsuit to take off your diving suit",
["not_wearing"] = "You are not wearing a diving gear ..",
["no_coral"] = "You don't have any coral to sell..",
["not_standing_up"] = "You need to be standing up to put on the diving gear",
["need_otube"] = "you need oxygen tube",
["oxygenlevel"] = 'the gear level is %{oxygenlevel} must be 0%'
no_coral = "You don't have any coral to sell...",
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!",
oxygenlevel = "Your air level is %{oxygenlevel}, it must be at 0 to refill!",
},
success = {
["took_out"] = "You took your wetsuit off",
["tube_filled"] = "The tube has been filled successfully"
took_out = "You took your diving gear off.",
tube_filled = "You've successfully refilled your air tank!"
},
info = {
["collecting_coral"] = "Collecting coral",
["diving_area"] = "Diving Area",
["collect_coral"] = "Collect coral",
["collect_coral_dt"] = "[E] - Collect Coral",
["checking_pockets"] = "Checking Pockets To Sell Coral",
["sell_coral"] = "Sell Coral",
["sell_coral_dt"] = "[E] - Sell Coral",
["blip_text"] = "911 - Dive Site",
["put_suit"] = "Put on a diving suit",
["pullout_suit"] = "Pull out a diving suit ..",
["cop_msg"] = "This coral may be stolen",
["cop_title"] = "Illegal diving",
["command_diving"] = "Take off your diving suit",
collecting_coral = "Collecting coral",
diving_area = "Diving Area",
collect_coral = "Collect coral",
collect_coral_dt = "[E] - Collect Coral",
checking_pockets = "Checking Inventory for Coral to Sell...",
sell_coral = "Sell Coral",
sell_coral_dt = "[E] - Sell Coral",
blip_text = "911 - Dive Site",
put_suit = "Putting on your diving suit...",
pullout_suit = "Taking off your diving suit...",
cop_msg = "This coral looks freshly stolen...",
cop_title = "Illegal Diving",
},
warning = {
["oxygen_one_minute"] = "You have less than 1 minute of air remaining",
["oxygen_running_out"] = "Your diving gear is running out of air",
oxygen_one_minute = "You have less than one minute of air remaining!",
oxygen_running_out = "Your air tank is running out of air!",
},
}

Lang = Lang or Locale:new({
phrases = Translations,
warnOnMissing = true
})
})
Loading