搜索
开启左侧

翻译

[复制链接]
猪猪侠 发表于 2024-5-31 12:33:25 | 显示全部楼层 |阅读模式

['open_garage'] = {
        text = '[E] Open Garage',
        color = 'darkblue',
        side = 'left'
    },
    ['garage_info'] = {
        text = '<div>Name: ${name}</div><div>Price: ${price}€</div><div>Type: ${type}</div>',
        color = 'darkblue',
        side = 'left'
    },
    ['open_impound'] = {
        text = '[E] Access Impound',
        color = 'darkblue',
        side = 'left'
    },
    ['open_recover'] = {
        text = '[E] Access Vehicle Recover',
        color = 'darkblue',
        side = 'left'
    },
    ['store_vehicle'] = {
        text = '[E] Store Vehicle',
        color = 'darkblue',
        side = 'left'
    },
    ['purchase_company'] = {
        text = '[E] Purchase company',
        color = 'darkblue',
        side = 'left'
    },
    ['access_company'] = {
        text = '[E] Access company',
        color = 'darkblue',
        side = 'left'
    },
    ['request_sent'] = {
        title = 'Business',
        text = 'You have sent a request to sell the garage',
        time = 5000,
        type = 'success'
    },
    ['max_owners_hit'] = {
        title = 'Business',
        text = 'This garage has too many owners',
        time = 5000,
        type = 'error'
    },
    ['garage_exists'] = {
        title = 'Business',
        text = 'A garage with this name already exists',
        time = 5000,
        type = 'error'


回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-5-31 12:33:40 | 显示全部楼层
['open_garage'] = {
    text = '打开车库',
    color = '深蓝色',
    side = '左侧'
},
['garage_info'] = {
    text = '名称: ${name}价格: ${price}€类型: ${type}',
    color = '深蓝色',
    side = '左侧'
},
['open_impound'] = {
    text = '进入扣押车辆处',
    color = '深蓝色',
    side = '左侧'
},
['open_recover'] = {
    text = '进入车辆恢复处',
    color = '深蓝色',
    side = '左侧'
},
['store_vehicle'] = {
    text = '存放车辆',
    color = '深蓝色',
    side = '左侧'
},
['purchase_company'] = {
    text = '购买公司',
    color = '深蓝色',
    side = '左侧'
},
['access_company'] = {
    text = '进入公司',
    color = '深蓝色',
    side = '左侧'
},
['request_sent'] = {
    title = '业务',
    text = '您已发送请求出售车库',
    time = 5000,
    type = '成功'
},
['max_owners_hit'] = {
    title = '业务',
    text = '该车库拥有者太多',
    time = 5000,
    type = '错误'
},
['garage_exists'] = {
    title = '业务',
    text = '已存在同名车库',
    time = 5000,
    type = '错误'
}

这段代码应该是放在服务器的脚本文件server.lua中。
回复

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-2-9 04:52 , Processed in 0.099091 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

快速回复 返回顶部 返回列表