猪猪侠 发表于 2024-10-1 06:47:10

翻译成中文 保留源代码


Config = Config or {}
Config.Locales = {
    ['givevehicletodatabase'] = "Give Vehicle To Database",
    ['entertogive'] = "ENTER TO GIVE",
    ['changejob'] = "Change Job",
    ['entertochangejob'] = "ENTER TO CHANGE JOB",
    ['additemtoplayer'] = "Add Item To Player",
    ['entertoadditem'] = "ENTER TO ADD ADMIN",
    ['del'] = "EXIT FROM DELETE KEY",
    ['banplayer'] = "Ban Player",
    ['entertoban'] = "ENTER TO BAN",
    ['addmoneytoplayer'] = "Add Money To Player",
    ['entertoaddmoney'] = "ENTER TO ADD MONEY",
    ['givevehicletome'] = "Give Vehicle To Me",
    ['sendpmto'] = "Send PM",
    ['entertosendpm'] = "ENTER TO SEND PM",
    ['announcement'] = "Announcement",
    ['entertoannounce'] = "ENTER TO ANNOUNCE",
    ['kickplayer'] = "Kick Player",
    ['entertokick'] = "ENTER TO KICK",
    ['playerinfo'] = "Player Info",
    ['player'] = "Player",
    ['ids'] = "ID'S",
    ['moneydata'] = "Money Data",
    ['cash'] = "Cash",
    ['bank'] = "Bank",
    ['blackmoney'] = "Black Money",
    ['coin'] = "Coin",
    ['kick'] = "Kick",
    ['ban'] = "Ban",
    ['playerattotal'] = "Players at total",
    ['youcannot'] = "You cant yourself",
    ['by'] = "by",
    ['hello'] = "Hello,",
    ['welcometoadmin'] = "Welcome to your admin menu.",
    ['onlineoverviews'] = "Online Overviews",
    ['playerdatanotfound'] = "Player data not found for identifier %s",
    ['nopermissionforthis'] = "No permission for this action %s",
    ['playerdatanotfoundid'] = "Player data not found for id %s",
    ['plasewaitbefore'] = "Please wait before trying again.",
    ['youarenotonadmin'] = "You are not on admin duty",
    ['youcannotkick'] = "You can not kick yourself",
    ['youcannotban'] = "You can not ban yourself",
    ['functionnotfound'] = "Function not found %s",
    ['admindutyisactive'] = "Admin duty is active. You can use the admin menu now.",
    ['admindutisnotactive'] = "Admin duty is not active You can not use the admin menu now.",
    ['plsopenadminduty'] = "Pls open admin duty for use admin menu.",
    ['systemclosed'] = "System closed by owner",
    ['typemessage'] = "Type Message",
    ['youarenotonadminduty'] = "You are not on admin duty. You can not use the admin menu now.",
    ['banremoved'] = "Ban Removed",
    ['playerbanned'] = "Player Banned",
    ['banid'] = "Ban ID",
    ['reason'] = "Reason",
    ['entertounban'] = "ENTER TO UNBAN"

}



ChatGPT 发表于 2024-10-1 06:51:05

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 解除禁止"
}
页: [1]
查看完整版本: 翻译成中文 保留源代码