搜索
开启左侧

[无意义] 翻译

[复制链接]
DarkClouds 发表于 2024-10-27 01:45:08 | 显示全部楼层 |阅读模式
本帖最后由 DarkClouds 于 2024-10-27 01:49 编辑


['user_xp_set'] = {
        title = 'CRAFTING',
        text = 'Your XP was set to ${s1}',
        time = 5000,
        type = 'info'
    },
    ['admin_xp_set'] = {
        title = 'CRAFTING',
        text = 'You set the XP of ${s1} to ${s2} successfully',
        time = 5000,
        type = 'success'
    },
    ['user_xp_set_workbench'] = {
        title = 'CRAFTING',
        text = 'Your XP was set to ${s1} in ${s2}',
        time = 5000,
        type = 'info'
    },
    ['admin_xp_set_workbench'] = {
        title = 'CRAFTING',
        text = 'You set the XP of ${s1} to ${s2} in ${s3} successfully',
        time = 5000,
        type = 'success'
    },
    ['user_level_set'] = {
        title = 'CRAFTING',
        text = 'Your level was set to ${s1}',
        time = 5000,
        type = 'info'
    },
    ['admin_level_set'] = {
        title = 'CRAFTING',
        text = 'You set the level of ${s1} to ${s2} successfully',
        time = 5000,
        type = 'success'
    },
    ['user_level_set_workbench'] = {
        title = 'CRAFTING',
        text = 'Your level was set to ${s1} in ${s2}',
        time = 5000,
        type = 'info'
    },
    ['admin_level_set_workbench'] = {
        title = 'CRAFTING',
        text = 'You set the level of ${s1} to ${s2} in ${s3} successfully',
        time = 5000,
        type = 'success'
    },
    ['admin_level_no_exist'] = {
        title = 'CRAFTING',
        text = 'That level does not exist',
        time = 5000,
        type = 'error'
    },
    ['cant_carry'] = {
        title = 'CRAFTING',
        text = "You can't carry this item",
        time = 5000,
        type = 'error'
    },
    ['added_to_queue'] = {
        title = 'CRAFTING',
        text = '${s1} added to the crafting queue',
        time = 5000,
        type = 'success'
    },
    ['cant_craft'] = {
        title = 'CRAFTING',
        text = "You can't craft ${s1}",
        time = 5000,
        type = 'error'
    },
    ['inside_vehicle'] = {
        title = 'CRAFTING',
        text = "You can't craft inside a vehicle",
        time = 5000,
        type = 'error'
    },
    ['queue_limit'] = {
        title = 'CRAFTING',
        text = 'You have reached the queue limit',
        time = 5000,
        type = 'error'
    },
    ['claimed_item'] = {
        title = 'CRAFTING',
        text = 'You have claimed ${s1}',
        time = 5000,
        type = 'success'
    },
    ['claimed_all_items'] = {
        title = 'CRAFTING',
        text = 'You have claimed all items',
        time = 5000,
        type = 'success'
    },
    ['cancel_item'] = {
        title = 'CRAFTING',
        text = 'You canceled a crafting of ${s1}',
        time = 5000,
        type = 'error'
    },

    -- Chat suggestions
    ['suggestion_xp'] = {
        maintext = 'Set a players crafting XP',
        id = 'id',
        idtext = "Target's id",
        xp = 'XP',
        xptext = 'XP amount',
        workbench = 'workbench',
        workbenchtext = "Workbenche's id",
    },
    ['suggestion_level'] = {
        maintext = 'Set a players crafting Level',
        id = 'id',
        idtext = "Target's id",
        level = 'Level',
        leveltext = 'Level',
        workbench = 'workbench',
        workbenchtext = "Workbenche's id",
    },

    -- okokTextUI
    ['textUI'] = {
        text = '[E] Open crafting table',
        color = 'darkblue',
        side = 'left'
    },

回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-10-27 01:51:18 | 显示全部楼层
以下是翻译后的内容:
= {
                title = '制作',
                text = '您的经验值设置为 ${s1}',
                time = 5000,
                type = '信息'
        },
         = {
                title = '制作',
                text = '您成功将 ${s1} 的经验值设置为 ${s2}',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = '您的经验值在 ${s2} 设置为 ${s1}',
                time = 5000,
                type = '信息'
        },
         = {
                title = '制作',
                text = '您成功将 ${s1} 的经验值在 ${s3} 设置为 ${s2}',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = '您的等级设置为 ${s1}',
                time = 5000,
                type = '信息'
        },
         = {
                title = '制作',
                text = '您成功将 ${s1} 的等级设置为 ${s2}',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = '您的等级在 ${s2} 设置为 ${s1}',
                time = 5000,
                type = '信息'
        },
         = {
                title = '制作',
                text = '您成功将 ${s1} 的等级在 ${s3} 设置为 ${s2}',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = '该等级不存在',
                time = 5000,
                type = '错误'
        },
         = {
                title = '制作',
                text = "您无法携带此物品",
                time = 5000,
                type = '错误'
        },
         = {
                title = '制作',
                text = '${s1} 已添加到制作队列',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = "您无法制作 ${s1}",
                time = 5000,
                type = '错误'
        },
         = {
                title = '制作',
                text = "您无法在车辆内制作",
                time = 5000,
                type = '错误'
        },
         = {
                title = '制作',
                text = '您已达到队列限制',
                time = 5000,
                type = '错误'
        },
         = {
                title = '制作',
                text = '您已领取 ${s1}',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = '您已领取所有物品',
                time = 5000,
                type = '成功'
        },
         = {
                title = '制作',
                text = '您取消了对 ${s1} 的制作',
                time = 5000,
                type = '错误'
        },

        -- 聊天建议
         = {
                maintext = '设置玩家的制作经验值',
                id = 'id',
                idtext = "目标的ID",
                xp = '经验值',
                xptext = '经验值数量',
                workbench = '工作台',
                workbenchtext = "工作台的ID",
        },
         = {
                maintext = '设置玩家的制作等级',
                id = 'id',
                idtext = "目标的ID",
                level = '等级',
                leveltext = '等级',
                workbench = '工作台',
                workbenchtext = "工作台的ID",
        },

        -- okokTextUI
         = {
                text = '打开制作台',
                color = '深蓝',
                side = '左'
        },

如果你需要将这些代码放入 `server.lua` 或 `client.lua`,这些主要是与用户界面和信息提示相关的内容,通常会放在 `client.lua` 中。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-9 00:56 , Processed in 0.075866 second(s), 9 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

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

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