Main/resources/[Developer]/[Anna]/ngd-bahama/translate.lua

133 lines
4.7 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
Config.Lang = {
MixDrinksT = '🍹 Mix Drinks 🍹',
MixDrinksMenu = {
ngd_bhes = 'Emerald Sunrise',
ngd_bhbs = 'Blackberry Sour',
ngd_bhgh = 'Grasshopper',
ngd_bhyb = 'Yellow Bird',
ngd_bhss = 'Scooby Snak',
ngd_bhpr = 'Purple Rain',
ngd_bhbh = 'Blue Hawaiian',
ngd_bhhb = 'Hawaiian Bonfire',
ngd_bhts = 'Tequila Sunrise',
ngd_bhpk = 'Painkiller',
ngd_bhbama = 'Bahama Mama',
ngd_bhjf = 'Jellyfish',
ngd_bhfb = 'Frostbite',
ngd_bhba = 'Blue Angel',
ngd_bhtt = 'Tokyo Tea',
ngd_bhgf = 'Gin Fizz',
ngd_bhgat = 'Appletini',
ngd_bhhm = 'Hpnotiq Martini',
ngd_bhmar = 'Martini',
ngd_bhav = 'Aviation',
ngd_bhwhiskey = 'Whiskey',
ngd_bhgnt = 'Gin and Tonic',
CloseHeader = '❌ Close Menu',
Closetxt = 'Closes the Menu',
required = 'Required: ',
--Blending = 'Mixing Drinks'
},
PourWineT = '🍾 Pour Wine 🍾',
WineDrinksMenu = {
ngd_bhredwine = 'Red Wine',
ngd_bhwhitewine = 'White Wine',
ngd_bhcham = 'Champagne Wine',
CloseHeader = '❌ Close Menu',
Closetxt = 'Closes the Menu',
required = 'Required: ',
--Blending = 'Pouring Wine'
},
PourBeerT = '🍺 Pour Beer 🍺',
PourBeerMenu = {
ngd_bhlb = 'IPA',
ngd_bhlager = 'Lager',
ngd_bhstout = 'Stout',
CloseHeader = '❌ Close Menu',
Closetxt = 'Closes the Menu',
required = 'Required: ',
},
ProgBarDrink = 'Drinking a ',
ProgBarEat = 'Eating a ',
MakeCoffee = 'Making Coffee',
WashHands = 'Washing Hands',
MixerTarget = 'Mix Drinks',
ShakingDrinks = 'Mixing A Drink!',
PouringWine = 'Pouring Wine',
PouringBeer = 'Pouring Beer',
Chair = 'Sit',
StoreAmount = 'How many to list?',
StoreAmountToBuy = 'How many to buy?',
SellDrinksT = "Sell Drinks",
SalesPrice = "Sale Price: $",
PackageHeader = "Package Quantity",
StoreInputHeader = "Amount To Sell",
StoreIconBuyer = "fa-solid fa-martini-glass-citrus",
StoreLabelBuyer = "Buy Drinks",
StoreIconSeller = "fa-solid fa-cash-register",
StoreLabelSeller = "Sell Drinks",
PedVendor = "Drinks For Sale",
PedVendorOwner = "Drinks In Stock",
StoreItemPrice = "Price: $",
StoreItemAvailable = " - Available: ",
StoreIconStock = "fa-solid fa-boxes-stacked",
StoreLabelStock = "Check item stock",
--Billing--
BillingT = 'NGD Billing System',
BillingInputT = 'Bill',
BillingFor = 'Reason for bill:',
BillingAmount = 'Amount to bill:',
ReceivedBill = 'Pay Bill?',
ReceivedBillH = 'Pay bill for: ',
DeclineBill = 'Don\'t pay!',
BillAmountT = 'Bill amount $',
BillLogAmount = 'Bill Amount: $',
BillReason = 'Bill Notes:',
ClearLogsMenu = 'Delete Logs',
BillLog = 'Bahama Billing Log',
}
Config.Notifications = {
NoItemsT = 'You don\'t have the required items to make this.',
NoItemsM = 'No Items',
ItemMadeT = 'You have made a ',
ItemMadeM = 'Drink Complete',
NoMoneyT = 'No Money',
NoMoneyM = 'You Don\'t have enough money to do this.',
WrongInputT = 'Numbers Only',
WrongInputM = 'Please enter only valid #s.',
NoStoreItemsT = "No Items",
NoStoreItemsM = "You don\'t have the items or quantity you selected",
InventoryFullT = "No Room",
InventoryFullM = "Your inventory is full",
InsufficientFundsT = 'No Money',
InsufficientFundsM = 'You don\'t have enough money to buy this!',
NoStockT = "Oops",
NoStockM = "Apparently we don\'t have that item in stock",
NothingInStock = "You don\'t have anything in stock.",
SitT = 'Sitting',
SitM = 'Press [BACKSPACE] To Stand Back Up!',
--Billing--
NoPlayersT = 'No Players',
NoPlayersM = 'There are no players nearby to bill!',
BillSentT = 'Bill Sent',
BillSentM = 'Bill sent to ',
BillSentFor = ' For $',
BillRejectedT = 'Bill Rejected',
BillRejectedM = 'Bill was rejected that was sent to ',
RejectBillT = 'Bill Rejected',
RejectBillM = 'You rejected the bill!',
BillPaidT = 'Payment Received',
BillPaidM = 'You received a payment in the amount of $',
NoMoneyRT = 'Bill Not Paid',
NoMoneyRM = 'The recipient didn\'t have enough money to pay the bill!',
NoLogsT = 'No Logs',
NoLogsM = 'There aren\'t any billing logs to view!',
LogsDeleteT = 'Logs Cleared',
LogsDeleteM = 'The billing logs have been cleared',
CommissionPaymentT = "Pacific Commission",
CommissionPaymentM = "You've received a commission of $",
}