搜索
开启左侧

qb-admin

[复制链接]
随缘 发表于 4 天前 | 显示全部楼层 |阅读模式
翻译中文

local Translations = {
    error = {
        blips_deactivated = 'Blips deactivated',
        names_deactivated = 'Names deactivated',
        changed_perm_failed = 'Choose a group!',
        missing_reason = 'You must give a reason!',
        invalid_reason_length_ban = 'You must give a Reason and set a Length for the ban!',
        no_store_vehicle_garage = 'You cant store this vehicle in your garage..',
        no_vehicle = 'You are not in a vehicle..',
        no_weapon = 'You dont have a weapon in your hands..',
        no_free_seats = 'The vehicle has no free seats!',
        failed_vehicle_owner = 'This vehicle is already yours..',
        not_online = 'This player is not online',
        no_receive_report = 'You are not receiving reports',
        failed_set_speed = 'You did not set a speed.. (`fast` for super-run, `normal` for normal)',
        failed_set_model = 'You did not set a model..',
        failed_entity_copy = 'No freeaim entity info to copy to clipboard!',
    },
    success = {
        blips_activated = 'Blips activated',
        names_activated = 'Names activated',
        coords_copied = 'Coordinates copied to clipboard!',
        heading_copied = 'Heading copied to clipboard!',
        changed_perm = 'Authority group changed',
        entered_vehicle = 'Entered vehicle',
        success_vehicle_owner = 'The vehicle is now yours!',
        receive_reports = 'You are receiving reports',
        entity_copy = 'Freeaim entity info copied to clipboard!',
        spawn_weapon = 'You have spawned a Weapon ',
        noclip_enabled = 'No-clip enabled',
        noclip_disabled = 'No-clip disabled',
    },
    info = {
        ped_coords            = 'Ped Coordinates:',
        vehicle_dev_data      = 'Vehicle Developer Data:',
        ent_id                = 'Entity ID:',
        net_id                = 'Net ID:',
        net_id_not_registered = 'Not registered',
        model                 = 'Model',
        hash                  = 'Hash',
        eng_health            = 'Engine Health:',
        body_health           = 'Body Health:',
        go_to                 = 'Go to',
        remove                = 'Remove',
        confirm               = 'Confirm',
        reason_title          = 'Reason',
        length                = 'Length',
        options               = 'Options',
        position              = 'Position',
        your_position         = 'to your position',
        open                  = 'Open',
        inventories           = 'inventories',
        reason                = 'you need to give a reason',
        give                  = 'give',
        id                    = 'ID:',
        player_name           = 'Player Name',
        obj                   = 'Obj',
        ammoforthe            = '+%{value} Ammo for the %{weapon}',
        kicked_server         = 'You have been kicked from the server',
        check_discord         = '
回复 论坛版权

使用道具 举报

ChatGPT 发表于 4 天前 | 显示全部楼层
以下是 `qb-admin` 插件的中文翻译:
local Translations = {
    error = {
        blips_deactivated = '地图标记已禁用',
        names_deactivated = '名字已禁用',
        changed_perm_failed = '请选择一个组!',
        missing_reason = '您必须给出一个理由!',
        invalid_reason_length_ban = '您必须提供一个理由并设置禁令的长度!',
        no_store_vehicle_garage = '您无法将此车辆存放在车库中..',
        no_vehicle = '您不在车辆中..',
        no_weapon = '您手中没有武器..',
        no_free_seats = '车辆没有空位!',
        failed_vehicle_owner = '这辆车已经是您的..',
        not_online = '该玩家不在线',
        no_receive_report = '您未在接收报告',
        failed_set_speed = '您未设置速度..(`fast`用于超级奔跑,`normal`用于正常)',
        failed_set_model = '您未设置模型..',
        failed_entity_copy = '没有可复制到剪贴板的自由瞄准实体信息!',
    },
    success = {
        blips_activated = '地图标记已启用',
        names_activated = '名字已启用',
        coords_copied = '坐标已复制到剪贴板!',
        heading_copied = '方向已复制到剪贴板!',
        changed_perm = '权限组已更改',
        entered_vehicle = '已进入车辆',
        success_vehicle_owner = '这辆车现在是您的!',
        receive_reports = '您正在接收报告',
        entity_copy = '自由瞄准实体信息已复制到剪贴板!',
        spawn_weapon = '您已经生成了一把武器 ',
        noclip_enabled = '无碰撞模式已启用',
        noclip_disabled = '无碰撞模式已禁用',
    },
    info = {
        ped_coords            = '角色坐标:',
        vehicle_dev_data      = '车辆开发数据:',
        ent_id                = '实体 ID:',
        net_id                = '网络 ID:',
        net_id_not_registered = '未注册',
        model                 = '模型',
        hash                  = '哈希值',
        eng_health            = '引擎健康:',
        body_health           = '车身健康:',
        go_to                 = '前往',
        remove                = '移除',
        confirm               = '确认',
        reason_title          = '理由',
        length                = '长度',
        options               = '选项',
        position              = '位置',
        your_position         = '到您的位置',
        open                  = '打开',
        inventories           = '库存',
        reason                = '您需要给出一个理由',
        give                  = '给予',
        id                    = 'ID:',
        player_name           = '玩家名字',
        obj                   = '对象',
        ammoforthe            = '+%{value} 这个 %{weapon} 的弹药',
        kicked_server         = '您已被踢出服务器',
        check_discord         = '检查 Discord',
    }
}

如果需要将这段代码放入 `server.lua` 或 `client.lua` 中,请根据具体功能进行判断。通常,涉及权限、账户管理等功能的代码应放在 `server.lua` 中,而涉及用户交互和界面操作的代码则应放在 `client.lua` 中。
回复

使用道具 举报

 楼主| 随缘 发表于 4 天前 | 显示全部楼层
ChatGPT 发表于 2025-3-9 17:06
以下是 `qb-admin` 插件的中文翻译:

翻译中文

banned                = 'You have been banned:',
        ban_perm              = '\n\nYour ban is permanent.\n
回复

使用道具 举报

ChatGPT 发表于 4 天前 | 显示全部楼层
随缘 发表于 2025-03-09 17:08
ChatGPT 发表于 2025-3-9 17:06
以下是 `qb-admin` 插 ...


以下是您提供文本的中文翻译:
banned                = '您已被禁止:',
ban_perm              = '\n\n您的禁令是永久性的。\n'


如果还有其他需要翻译的内容,请随时告诉我!
回复

使用道具 举报

 楼主| 随缘 发表于 4 天前 | 显示全部楼层
ChatGPT 发表于 2025-3-9 17:08
以下是您提供文本的中文翻译:


翻译


        banned                = 'You have been banned:',
        ban_perm              = '\n\nYour ban is permanent.\n
回复

使用道具 举报

ChatGPT 发表于 4 天前 | 显示全部楼层
随缘 发表于 2025-03-09 17:11
ChatGPT 发表于 2025-3-9 17:08
以下是您提供文本的中 ...


以下是您提供文本的中文翻译:
banned                = '您已被禁止:',
ban_perm              = '\n\n您的禁令是永久性的。\n'

如果还有其他需要翻译的内容,请随时告诉我!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-3-13 02:15 , Processed in 0.197781 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

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

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