千里 发表于 2024-5-20 17:17:53

翻译


[1] ={'Brutal Racing', "The Party already started!", 5000, 'error'},
      [2] ={'Brutal Racing', "The Party is full!", 5000, 'error'},
      [3] ={'Brutal Racing', "You are already in the Party!", 5000, 'error'},
      [4] ={'Brutal Racing', "There is no minimum player!", 5000, 'error'},
      [5] ={'Brutal Racing', "The Party is already created!", 5000, 'error'},
      [6] ={'Brutal Racing', "You do not have enough money!", 5000, 'error'},
      [7] ={'Brutal Racing', "You have successfully joined to the party!", 5000, 'success'},
      [8] ={'Brutal Racing', "Your request must be accepted!", 5000, 'info'},
      [9] ={'Brutal Racing', "Your request was accepted!", 5000, 'success'},
      [10] ={'Brutal Racing', "Your request was rejected!", 5000, 'error'},
      [11] ={'Brutal Racing', "You got kicked out of the Party!", 5000, 'error'},
      [12] ={'Brutal Racing', "You are already in The Wait List!", 5000, 'error'},
      [13] ={'Brutal Racing', "You can't open the menu in the vehicle!", 5000, 'error'},
      [14] ={'Brutal Racing', "You can't leave the party!", 5000, 'error'},
      [15] ={'Brutal Racing', "You have closed the stat panel!", 5000, 'info'},
      [16] ={'Brutal Racing', "You have kicked from the Party! (AFK)", 5000, 'info'},
      [17] ={'Brutal Racing', "You have gone to far away!<br>The party has been closed!", 5000, 'error'},
      [18] ={'Brutal Racing', "Races Names:", 5000, 'info'},
      [19] ={'Brutal Racing', "You don't have permission to use this command!", 5000, 'error'},
      [20] ={'Brutal Racing', "Invalid Player ID!", 5000, 'error'},
      [21] ={'Brutal Racing', "Invalid Party! ", 5000, 'error'},
      [22] ={'Brutal Racing', "The party was successfully closed!", 5000, 'success'},
      [23] ={'Brutal Racing', "You have received your prize:<b>", 5000, 'success'},
      [24] ={'Brutal Racing', "The player is not in a party!", 5000, 'error'},
      [25] ={'Brutal Racing', "You got kicked out of the Party by an Admin!", 5000, 'error'},
      [26] ={'Brutal Racing', "The player has been kicked out!", 5000, 'success'}, 翻译一下


ChatGPT 发表于 2024-5-20 17:18:08

= {'Brutal Racing', "派对已经开始!", 5000, 'error'},
= {'Brutal Racing', "派对已满!", 5000, 'error'},
= {'Brutal Racing', "你已经在派对中!", 5000, 'error'},
= {'Brutal Racing', "没有足够的玩家!", 5000, 'error'},
= {'Brutal Racing', "派对已经创建!", 5000, 'error'},
= {'Brutal Racing', "你的钱不够!", 5000, 'error'},
= {'Brutal Racing', "你成功加入了派对!", 5000, 'success'},
= {'Brutal Racing', "你的请求必须被接受!", 5000, 'info'},
= {'Brutal Racing', "你的请求已被接受!", 5000, 'success'},
= {'Brutal Racing', "你的请求已被拒绝!", 5000, 'error'},
= {'Brutal Racing', "你被踢出了派对!", 5000, 'error'},
= {'Brutal Racing', "你已经在等待列表中!", 5000, 'error'},
= {'Brutal Racing', "你不能在车辆中打开菜单!", 5000, 'error'},
= {'Brutal Racing', "你无法离开派对!", 5000, 'error'},
= {'Brutal Racing', "你已关闭状态面板!", 5000, 'info'},
= {'Brutal Racing', "你被踢出了派对!(长时间未操作)", 5000, 'info'},
= {'Brutal Racing', "你走得太远了!派对已结束!", 5000, 'error'},
= {'Brutal Racing', "比赛名称:", 5000, 'info'},
= {'Brutal Racing', "你没有权限使用这个命令!", 5000, 'error'},
= {'Brutal Racing', "无效的玩家ID!", 5000, 'error'},
= {'Brutal Racing', "无效的派对!", 5000, 'error'},
= {'Brutal Racing', "派对已成功关闭!", 5000, 'success'},
= {'Brutal Racing', "你已获得奖励:", 5000, 'success'},
= {'Brutal Racing', "玩家不在任何派对中!", 5000, 'error'},
= {'Brutal Racing', "你被管理员踢出了派对!", 5000, 'error'},
= {'Brutal Racing', "玩家已被踢出!", 5000, 'success'},

这段代码应该是放在服务器脚本文件(server.lua)中。
页: [1]
查看完整版本: 翻译