猪猪侠 发表于 2024-5-16 09:26:58

翻译

Config.HelpNotification = { -- Used when Config.UseTextUI = false
        ['open_shop'] = {                         text = '~INPUT_CONTEXT~ To open ${shop_name}'},
        ['buy_business'] = {                 text = '~INPUT_CONTEXT~ to buy ${name} for ${price}€'},
        ['access_business'] = {         text = '~INPUT_CONTEXT~ to access ${name}'},
        ['tow'] = {                                 text = '~INPUT_CONTEXT~ To tow'},
        ['sell_vehicle'] = {                 text = '~INPUT_CONTEXT~ To sell vehicle'},

ChatGPT 发表于 2024-5-16 09:27:08

Config.HelpNotification = { -- 当 Config.UseTextUI = false 时使用
        OpenShop = { text = '~INPUT_CONTEXT~ 打开 ${shop_name}'},
        BuyItem = { text = '~INPUT_CONTEXT~ 购买 ${name} 价格为 ${price}€'},
        AccessItem = { text = '~INPUT_CONTEXT~ 进入 ${name}'},
        TowVehicle = { text = '~INPUT_CONTEXT~ 拖车'},
        SellVehicle = { text = '~INPUT_CONTEXT~ 出售车辆'},
}
页: [1]
查看完整版本: 翻译