Language File
{ "InvalidAmount": "Invalid amount.", "PlayerNotFound": "Unable to find player.", "AddBalUsage": "Usage: /addabal <amount> <player name> ", "AddBankUsage": "Usage: /addbank <amount> <player name> ", "RemoveBalUsage": "Usage: /removebal <amount> <player name>", "RemoveBankUsage": "Usage: /removebank <amount> <player name>", "BankDepoUsage": "Usage: /depo <amount> e.g. /depo 50 or /depo all", "BankWithdrawUsage": "Usage: /take <amount> e.g. /take 50 or /take all", "BankTransferUsage": "Usage: /send <amount> <player name> e.g. /send 50 <player name> or /send all <player name>", "BankBalance": "You have {0} in your wallet and {1} in your bank.", "WalletBalance": "You have {0} in your wallet. Use the command near your tool cupboard to check your bank balance.", "SuccessAddedToCurrentBalance": "Successfully added {0} to {1}'s current wallet balance. Their current wallet balance is {2}.", "SuccessAddedToBankBalance": "Successfully added {0} to {1}'s bank balance. Their current bank balance is {2}.", "SuccessRemovedFromCurrentBalance": "Successfully removed {0} from {1}'s current wallet balance. Their current wallet balance is {2}.", "SuccessRemovedFromBankBalance": "Successfully removed {0} from {1}'s bank balance. Their current bank balance is {2}.", "InsufficientDeposit": "You don't have enough to deposit that amount.", "InsufficientWithdraw": "You don't have enough in your bank to withdraw that amount.", "InsufficientTransfer": "You don't have enough in your bank to transfer that amount.", "DelayedInsufficientDeposit": "Your request to deposit from {0} seconds ago failed. You don't have enough to deposit that amount.", "DelayedInsufficientWithdraw": "Your request to withdraw from {0} seconds ago failed. You don't have enough in your bank to withdraw that amount.", "DelayedInsufficientTransfer": "Your request to transfer from {0} seconds ago failed. You don't have enough in your bank to transfer that amount.", "RequestToDeposit": "Your request to deposit {0} to your bank will be completed in {1} seconds.", "RequestToWithdraw": "Your request to withdraw {0} from your bank will be completed in {1} seconds.", "RequestToTransfer": "Your request to transfer {0} to {1} will be completed in {2} seconds.", "SuccessfulDeposit": "Successfully deposited {0} to bank.", "SuccessfulWithdraw": "Successfully withdrew {0} from bank.", "SuccessfulTransfer": "Successfully transferred {0} to {1}.", "DelayedSuccessfulDeposit": "Successfully deposited {0} to bank. (Requested {1} seconds ago).", "DelayedSuccessfulWithdraw": "Successfully withdrew {0} from bank. (Requested {1} seconds ago).", "DelayedSuccessfulTransfer": "Successfully transferred {0} to {1}. (Requested {2} seconds ago).", "DepositRequiresToolCupboard": "You must be within your tool cupboard range to deposit.", "WithdrawRequiresToolCupboard": "You must be within your tool cupboard range to withdraw.", "TransferRequiresToolCupboard": "You must be within your tool cupboard range to transfer.", "OpenBankGUIRequiresToolCupboard": "You are not inside of your tool cupboard range and will not be able to open your bank.", "BankStatusWelcomeMessage": "Hello {0}, welcome to the {1}. How can I help you today?", "BankStatusToolCupboardRangeMessage": "Warning: You are not inside of your tool cupboard range and will not be able to {0}.", "TransferReceived": "You received a transfer of {0} from {1}.", "TransferErrorSendToSelf": "You can not send a transfer to yourself.", "UnableToSendOfflineTransfer": "The player you tried sending a transfer to is offline.", "UnableToTransferDuringRaidBlock": "Unable to send transfer. You are raid blocked!", "AddToBankCommandUnavailable": "The /addbank command is unavailable when using the tool cupboard raiding feature. Use /addbal instead.", "RemoveFromBankCommandUnavailable": "The /removebank command is unavailable when using the tool cupboard raiding feature.", "RaidPayout": "You just raided a tool cupboard and found {0} inside!", "BankTitle": "TC Banking System" }