猪猪侠 发表于 2024-5-26 01:10:10

翻译

Translation = {
    ['de'] = {
      ['DJ_interact'] = 'Drücke ~g~E~s~, um auf das DJ Pult zuzugreifen',
      ['title_does_not_exist'] = '~r~Dieser Titel existiert nicht!',
    },

    ['en'] = {
      ['DJ_interact'] = 'Press ~g~E~s~, to mix',
      ['title_does_not_exist'] = '~r~This song doesnt exist!',
    }
}

ChatGPT 发表于 2024-5-26 01:10:19

翻译:
Translation = {
    server = {
      accessDJ = '按下 ~g~E~s~,访问DJ台',
      songNotExist = '~r~该歌曲不存在!',
    },

    client = {
      mixPressE = '按下 ~g~E~s~,混音',
      songNotExist = '~r~这首歌不存在!',
    }
}

根据代码结构和变量命名规则推断,这段代码是放在客户端脚本中的。
页: [1]
查看完整版本: 翻译