Loc["zh"] = {
error = {
["cancel"] = "取消",
["no_one"] = "附近无人可收费",
["not_onduty"] = "未打卡上班!",
["no_job"] = "你没有所需的工作",
["no_ticket"] = "你没有任何交易票据",
["bank_low"] = "银行余额不足",
["no_cash"] = "现金不足",
["saving_low"] = "储蓄余额不足",
["soc_low"] = "社会账户余额不足",
["nomoney_bank"] = "银行账户里的钱不足",
["error_start"] = "错误:账号 '",
["error_end"] = "' 未找到",
["not_enough"] = "你没有足够的现金给出",
["zero"] = "你不能给 $0",
["charge_zero"] = "你不能收费 $0",
["no_ticket_to"] = "没有票据可交易",
["customer_nocash"] = "客户没有足够的现金支付",
["you_nocash"] = "你没有足够的现金支付",
["decline_pay"] = "拒绝了 $",
["declined_payment"] = "你拒绝了支付",
},
success = {
["draw"] = "取出 $",
["from_bank"] = " 从银行",
["deposited"] = "存入 $",
["into_bank"] = " 到银行",
["draw_save"] = " 从储蓄账号取出到银行账户",
["depos_save"] = " 从银行账户存入到储蓄账号",
["fromthe"] = " 从 ",
["into"] = " 到 ",
["account"] = " 账户",
["sent"] = "发送 $",
["recieved"] = "收到 $",
["to"] = " 给 ",
["from"] = " 从 ",
["you_gave"] = "你给了 ",
["you_got"] = "你得到了 $",
["invoice_start"] = " 支付了他们的 $",
["invoice_end"] = " 发票",
["rec_rec"] = "收据已收到",
["commission"] = " 的佣金",
["trade_ticket_start"] = "交易票据:",
["trade_ticket_end"] = " 总计:$",
["inv_succ"] = "发票成功发送",
["inv_recieved"] = "收到新发票",
["declined"] = "你拒绝了支付",
["accepted_pay"] = " 接受了 $",
["payment"] = " 支付",
["charged"] = " 被收费 $",
["you_charged"] = "你被收费了 $",
["charge_end"] = " 收费",
},
blip = {
["blip_atm"] = "自动取款机",
["blip_bank"] = "银行",
},
command = {
["pay_user"] = "支付附近的用户",
["cash_reg"] = "使用移动收银机",
["charge"] = "向他人收费",
},
target = {
["atm"] = "使用自动取款机",
["bank"] = "使用银行",
["transfer"] = "转账",
["saving"] = "访问存款",
["soc_saving"] = "访问社会账户",
["soc_trans"] = "社会资金转账",
["gang_acct"] = "帮派账户",
["gang_trans"] = "帮派资金转账",
["charge"] = "向客户收费",
["cashin_boss"] = "现金交易回收",
["cashin_gang"] = "帮派现金交易回收",
},
menu = {
["close"] = "关闭",
["withdraw"] = "取款",
["deposit"] = "存款",
["transfer"] = "转账",
["transfer_money"] = "转账",
["header_atm"] = "自动取款机"
}
}