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: $",
+ },
+}