Config = Config or {}
Config.Locales = {
['givevehicletodatabase'] = "将车辆添加到数据库",
['entertogive'] = "按 ENTER 给予",
['changejob'] = "更改工作",
['entertochangejob'] = "按 ENTER 更改工作",
['additemtoplayer'] = "添加物品给玩家",
['entertoadditem'] = "按 ENTER 添加管理员",
['del'] = "按删除键退出",
['banplayer'] = "禁止玩家",
['entertoban'] = "按 ENTER 禁止",
['addmoneytoplayer'] = "添加金钱给玩家",
['entertoaddmoney'] = "按 ENTER 添加金钱",
['givevehicletome'] = "将车辆给我",
['sendpmto'] = "发送私信",
['entertosendpm'] = "按 ENTER 发送私信",
['announcement'] = "公告",
['entertoannounce'] = "按 ENTER 发布公告",
['kickplayer'] = "踢出玩家",
['entertokick'] = "按 ENTER 踢出",
['playerinfo'] = "玩家信息",
['player'] = "玩家",
['ids'] = "ID",
['moneydata'] = "金钱数据",
['cash'] = "现金",
['bank'] = "银行",
['blackmoney'] = "黑钱",
['coin'] = "金币",
['kick'] = "踢出",
['ban'] = "禁止",
['playerattotal'] = "总玩家数",
['youcannot'] = "你不能自己",
['by'] = "由",
['hello'] = "你好,",
['welcometoadmin'] = "欢迎来到你的管理员菜单。",
['onlineoverviews'] = "在线概览",
['playerdatanotfound'] = "未找到标识符 %s 的玩家数据",
['nopermissionforthis'] = "没有权限进行此操作 %s",
['playerdatanotfoundid'] = "未找到 ID %s 的玩家数据",
['plasewaitbefore'] = "请在重试之前等待。",
['youarenotonadmin'] = "你不是管理员",
['youcannotkick'] = "你不能踢自己",
['youcannotban'] = "你不能禁止自己",
['functionnotfound'] = "未找到函数 %s",
['admindutyisactive'] = "管理员职责已激活。你现在可以使用管理员菜单。",
['admindutisnotactive'] = "管理员职责未激活,你现在不能使用管理员菜单。",
['plsopenadminduty'] = "请开启管理员职责以使用管理员菜单。",
['systemclosed'] = "系统已被所有者关闭",
['typemessage'] = "输入消息",
['youarenotonadminduty'] = "你不是管理员职责。你现在不能使用管理员菜单。",
['banremoved'] = "禁止已移除",
['playerbanned'] = "玩家已被禁止",
['banid'] = "禁止 ID",
['reason'] = "原因",
['entertounban'] = "按 ENTER 解除禁止"
}