猪猪侠 发表于 2024-5-26 01:43:16

翻译


Config.Langs = {
    ["DropBoombox"] = " - Release the boombox with the key",
    ["OpenBoombox"] = " - Open Boombox Menu",
    ["DeleteBoombox"] = " - Delete Boombox",
    ["NewMusic"] = "Music Changed",
    ["BoomboxLimit"] = "You already have a boombox",
    ["ServerBoomboxLimit"] = "There are so many boomboxes available right now you can't use this one.",
    ["MusicLimit"] = "You cannot add more Music, maximum 20 Music.",
}


ChatGPT 发表于 2024-5-26 01:43:22

Config.Langs = {
    ["DropBoombox"] = " - 用按键释放音箱",
    ["OpenBoombox"] = " - 打开音箱菜单",
    ["DeleteBoombox"] = " - 删除音箱",
    ["NewMusic"] = "音乐已更改",
    ["BoomboxLimit"] = "你已经有一个音箱了",
    ["ServerBoomboxLimit"] = "现在可用的音箱太多,你不能使用这个。",
    ["MusicLimit"] = "你不能再添加更多音乐,最多只能有20首音乐。",
}

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