From fadb40e66d090ff33f62de6d0e3a6b811f533619 Mon Sep 17 00:00:00 2001 From: Vosscat <63515989+vosscat@users.noreply.github.com> Date: Fri, 2 Sep 2022 21:02:26 +0800 Subject: [PATCH] Locale Support --- locales/en.lua | 133 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 locales/en.lua diff --git a/locales/en.lua b/locales/en.lua new file mode 100644 index 0000000..34c9cf6 --- /dev/null +++ b/locales/en.lua @@ -0,0 +1,133 @@ +Loc["en"] = { + error = { + ["cancel"] = "Cancelled", + ["no_one"] = "No one near by to charge", + ["not_onduty"] = "Not Clocked in!", + ["no_job"] = "You don't have the required job", + ["no_ticket"] = "You don't have any tickets to trade", + ["bank_low"] = "Bank Balance too low", + ["no_cash"] = "Not enough cash", + ["saving_low"] = "Savings Balance too low", + ["soc_low"] = "Society balance too low", + ["nomoney_bank"] = "Not enough money in your bank", + ["error_start"] = "Error: Account '", + ["error_end"] = "' not found", + ["not_enough"] = "You don't have enough cash to give", + ["zero"] = "You can't give $0", + ["charge_zero"] = "You can't charge $0", + ["no_ticket_to"] = "No tickets to trade", + ["customer_nocash"] = "Customer doesn't have enough cash to pay", + ["you_nocash"] = "You don't have enough cash to pay", + ["decline_pay"] = " declined the $", + ["declined_payment"] = "You declined the payment", + }, + success = { + ["draw"] = "Withdrew $", + ["from_bank"] = " from the bank", + ["deposited"] = "Deposited $", + ["into_bank"] = " into the Bank", + ["draw_save"] = " Withdrawn from savings into bank account", + ["depos_save"] = " Deposited from bank account into savings", + ["fromthe"] = " from the ", + ["into"] = " into the ", + ["account"] = " account", + ["sent"] = "Sent $", + ["recieved"] = "Recieved $", + ["to"] = " to ", + ["from"] = " from ", + ["you_gave"] = "You gave ", + ["you_got"] = "You got $", + ["invoice_start"] = " Paid their $", + ["invoice_end"] = " invoice", + ["rec_rec"] = "Receipt received", + ["commission"] = " in Commission", + ["trade_ticket_start"] = "Tickets traded: ", + ["trade_ticket_end"] = " Total: $", + ["inv_succ"] = "Invoice Successfully Sent", + ["inv_recieved"] = "New Invoice Received", + ["declined"] = "You declined the payment", + ["accepted_pay"] = " accepted the $", + ["payment"] = " payment", + ["charged"] = " was charged for $", + ["you_charged"] = "You were charged for $", + ["charge_end"] = " charge", + }, + blip = { + ["blip_atm"] = "ATM", + ["blip_bank"] = "Bank", + }, + command = { + ["pay_user"] = "Pay a user nearby", + ["cash_reg"] = "Use mobile cash register", + ["charge"] = "Charge another person", + }, + target = { + ["atm"] = "Use ATM", + ["bank"] = "Use Bank", + ["transfer"] = "Transfer Money", + ["saving"] = "Access Savings", + ["soc_saving"] = "Access Society Account", + ["soc_trans"] = "Society Money Transfer", + ["gang_acct"] = "Gang Society Account", + ["gang_trans"] = "Gang Money Transfer", + ["charge"] = "Charge Customer", + ["cashin_boss"] = "Cash in Job Receipts", + ["cashin_gang"] = "Cash in Gang Receipts", + }, + menu = { + ["close"] = "Close", + ["withdraw"] = "Withdrawl", + ["deposit"] = "Deposit", + ["transfer"] = "Transfer", + ["transfer_money"] = "Transfer Money", + ["header_atm"] = "๐Ÿ’ต ATM Banking ๐Ÿ’ต", + ["header_trans_amount"] = "๐Ÿ’ต Amount to transfer", + ["header_bank"] = "๐Ÿฆ Banking ๐Ÿฆ", + ["header_trans"] = "๐Ÿ”€ Transfer Services ๐Ÿ”€", + ["header_account_no"] = "๐Ÿฆ Account no.", + ["header_saving"] = "๐Ÿ’ฐ Savings ๐Ÿ’ฐ", + ["acc_atm"] = "Accessing ATM", + ["acc_bank"] = "Accessing Bank", + ["acc_trans"] = "Accessing Transfers", + ["acc_saving"] = "Accessing Savings", + ["acc_boss"] = "Accessing Society Account", + ["acc_boss_trans"] = "Accessing Society Transfers", + ["acc_gang"] = "Accessing Gang Society Account", + ["acc_gang_trans"] = "Accessing Gang Transfers", + ["header_soc"] = "

- Society Account -
", + ["header_balance"] = "

- Balances -
๐Ÿข", + ["header_soc_bank"] = "๐Ÿข Society Banking ๐Ÿข", + ["amount_pay"] = "๐Ÿ’ต Amount to Pay'", + ["give_cash"] = "Give someone cash", + ["give"] = "Give", + ["welcome"] = "Welcome back, ", + ["citizenid"] = "

- Citizen ID -
", + ["header_acc"] = "

- Account -
", + ["header_info"] = "

- Account Info -
Savings ID: ", + ["header_balance_bank"] = "

- Balances -
๐ŸฆBank - $", + ["header_option"] = "

- Options -", + ["cash_balance"] = "
๐Ÿ’ตCash - $", + ["bank_balance"] = "
๐ŸฆBank - $", + ["saving_balance"] = "

- Balances -
๐Ÿ’ฐSavings - $", + ["cus_id"] = "# Customer ID #", + ["type"] = "Payment Type", + ["amount_charge"] = "๐Ÿ’ต Amount to Charge", + ["cash_reg"] = " Cash Register", + ["person_id"] = "# Person's ID #", + ["charge"] = " Charge", + ["send"] = "Send", + ["receipt"] = " Receipts ๐Ÿงพ", + ["payment"] = " Payment ๐Ÿงพ", + ["trade_confirm"] = "Do you want trade your receipts for payment?", + ["accept_payment"] = "Do you want accept the payment?", + ["accept_charge"] = "Do you want accept the charge?", + ["ticket_amount"] = "Amount of Tickets: ", + ["total_pay"] = "
Total Payment: $", + ["yes"] = "Yes", + ["no"] = "No", + ["cash"] = "Cash", + ["card"] = "Card", + ["payment_amount"] = " Payment: $", + ["bank_charge"] = "Bank Charge: $", + }, +}