随缘 发表于 2025-3-23 18:31:25

汉化提示词


      ["hud_settings_loaded"] = "HUD Settings Loaded!",
      ["hud_restart"] = "HUD Is Restarting!",
      ["hud_start"] = "HUD Is Now Started!",
      ["hud_command_info"] = "This command resets your current HUD settings!",
      ["load_square_map"] = "Square Map Loading...",
      ["loaded_square_map"] = "Square Map Has Loaded!",
      ["load_circle_map"] = "Circle Map Loading...",
      ["loaded_circle_map"] = "Circle Map Has Loaded!",
      ["cinematic_on"] = "Cinematic Mode On!",
      ["cinematic_off"] = "Cinematic Mode Off!",
      ["engine_on"] = "Engine Started!",
      ["engine_off"] = "Engine Shut Down!",
      ["low_fuel"] = "Fuel Level Low!",
      ["access_denied"] = "You Are Not Authorized!",
      ["stress_gain"] = "Feeling More Stressed!",
      ["stress_removed"] = "Feeling More Relaxed!"
    }


ChatGPT 发表于 2025-3-23 18:31:37

以下是您提供的提示词的汉化翻译:


["hud_settings_loaded"] = "HUD设置已加载!",
["hud_restart"] = "HUD正在重启!",
["hud_start"] = "HUD现在已启动!",
["hud_command_info"] = "此命令重置您当前的HUD设置!",
["load_square_map"] = "平方地图正在加载...",
["loaded_square_map"] = "平方地图已加载!",
["load_circle_map"] = "圆形地图正在加载...",
["loaded_circle_map"] = "圆形地图已加载!",
["cinematic_on"] = "电影模式已开启!",
["cinematic_off"] = "电影模式已关闭!",
["engine_on"] = "引擎已启动!",
["engine_off"] = "引擎已关闭!",
["low_fuel"] = "燃油水平低!",
["access_denied"] = "您没有权限!",
["stress_gain"] = "感到更加紧张!",
["stress_removed"] = "感到更加放松!"


请根据需要将这些翻译放入对应的Lua脚本文件中。通常,这些提示信息应该放在 `client.lua` 文件中,因为它们涉及用户界面和客户端的操作反馈。

随缘 发表于 2025-3-23 18:43:17

ChatGPT 发表于 2025-3-23 18:31
以下是您提供的提示词的汉化翻译:





      not_online                  = 'Player not online',
      wrong_format                = 'Incorrect format',
      missing_args                = 'Not every argument has been entered (x, y, z)',
      missing_args2               = 'All arguments must be filled out!',
      no_access                   = 'No access to this command',
      company_too_poor            = 'Your employer is broke',
      item_not_exist            = 'Item does not exist',
      too_heavy                   = 'Inventory too full',
      location_not_exist          = 'Location does not exist',
      duplicate_license         = ' - Duplicate Rockstar License Found',
      no_valid_license            = ' - No Valid Rockstar License Found',
      not_whitelisted             = ' - You\'re not whitelisted for this server',
      server_already_open         = 'The server is already open',
      server_already_closed       = 'The server is already closed',
      no_permission               = 'You don\'t have permissions for this..',
      no_waypoint               = 'No Waypoint Set.',
      tp_error                  = 'Error While Teleporting.',
      ban_table_not_found         = ' - Unable to find the bans table in the database. Please ensure you have imported the SQL file correctly.',
      connecting_database_error   = ' - An error occurred while connecting to the database. Ensure that the SQL server is running and that the details in the server.cfg file are correct.',
      connecting_database_timeout = ' - The database connection has timed out. Ensure that the SQL server is running and that the details in the server.cfg file are correct.',汉化提示词



ChatGPT 发表于 2025-3-23 18:43:31

随缘 发表于 2025-03-23 18:43
ChatGPT 发表于 2025-3-23 18:31
以下是您提供的提示 ...

以下是您提供的提示词的汉化翻译:


not_online                  = '玩家不在线',
wrong_format                = '格式不正确',
missing_args                = '并非每个参数都已输入(x, y, z)',
missing_args2               = '所有参数必须填写!',
no_access                   = '无权使用此命令',
company_too_poor            = '您的雇主破产了',
item_not_exist            = '物品不存在',
too_heavy                   = '背包太满',
location_not_exist          = '位置不存在',
duplicate_license         = ' - 找到重复的Rockstar许可证',
no_valid_license            = ' - 没有有效的Rockstar许可证',
not_whitelisted             = ' - 您未被列入本服务器白名单',
server_already_open         = '服务器已经打开',
server_already_closed       = '服务器已经关闭',
no_permission               = '您没有权限执行此操作...',
no_waypoint               = '未设置路点。',
tp_error                  = '传送时出错。',
ban_table_not_found         = ' - 无法在数据库中找到禁令表。请确保您已正确导入SQL文件。',
connecting_database_error   = ' - 连接数据库时发生错误。请确保SQL服务器正在运行,并且server.cfg文件中的详细信息正确无误。',
connecting_database_timeout= ' - 数据库连接已超时。请确保SQL服务器正在运行,并且server.cfg文件中的详细信息正确无误。',


请按照需要将这些翻译放入相应的Lua脚本文件中。这些提示信息通常适合放在 `server.lua` 文件中,因为它们涉及服务器端的逻辑和权限控制。

随缘 发表于 2025-3-23 18:59:03

ChatGPT 发表于 2025-3-23 18:43
以下是您提供的提示词的汉化翻译:





      tpm = { help = 'TP To Marker (Admin Only)' },
      togglepvp = { help = 'Toggle PVP on the server (Admin Only)' },
      addpermission = {
            help = 'Give Player Permissions (God Only)',
            params = {
                id = { name = 'id', help = 'ID of player' },
                permission = { name = 'permission', help = 'Permission level' },
            },
      },
      removepermission = {
            help = 'Remove Player Permissions (God Only)',
            params = {
                id = { name = 'id', help = 'ID of player' },
                permission = { name = 'permission', help = 'Permission level' },
            },
      },
      openserver = { help = 'Open the server for everyone (Admin Only)' },
      closeserver = {
            help = 'Close the server for people without permissions (Admin Only)',
            params = {
                reason = { name = 'reason', help = 'Reason for closing (optional)' },
            },
      },
      car = {
            help = 'Spawn Vehicle (Admin Only)',
            params = {
                model = { name = 'model', help = 'Model name of the vehicle' },汉化提示词



ChatGPT 发表于 2025-3-23 18:59:11

随缘 发表于 2025-03-23 18:59
ChatGPT 发表于 2025-3-23 18:43
以下是您提供的提示 ...

以下是您提供的提示词的汉化翻译:


tpm = { help = '传送到标记(仅限管理员)' },
togglepvp = { help = '切换服务器上的PVP(仅限管理员)' },
addpermission = {
    help = '给予玩家权限(仅限神)',
    params = {
      id = { name = 'id', help = '玩家的ID' },
      permission = { name = 'permission', help = '权限等级' },
    },
},
removepermission = {
    help = '移除玩家权限(仅限神)',
    params = {
      id = { name = 'id', help = '玩家的ID' },
      permission = { name = 'permission', help = '权限等级' },
    },
},
openserver = { help = '为所有人开放服务器(仅限管理员)' },
closeserver = {
    help = '关闭没有权限的人的服务器(仅限管理员)',
    params = {
      reason = { name = 'reason', help = '关闭原因(可选)' },
    },
},
car = {
    help = '生成车辆(仅限管理员)',
    params = {
      model = { name = 'model', help = '车辆的模型名称' },
    },
},


请根据需要将这些翻译放入相应的Lua脚本文件中,通常这些提示信息适合放在 `server.lua` 中,因为它们涉及服务器管理和权限控制。

随缘 发表于 2025-3-23 19:01:09

ChatGPT 发表于 2025-3-23 18:59
以下是您提供的提示词的汉化翻译:





      received_paycheck = 'You received your paycheck of $%{value}',
      job_info = 'Job: %{value} | Grade: %{value2} | Duty: %{value3}',
      gang_info = 'Gang: %{value} | Grade: %{value2}',
      on_duty = 'You are now on duty!',
      off_duty = 'You are now off duty!',
      checking_ban = 'Hello %s. We are checking if you are banned.',
      join_server = 'Welcome %s to {Server Name}.',
      checking_whitelisted = 'Hello %s. We are checking your allowance.',
      exploit_banned = 'You have been banned for cheating. Check our Discord for more information: %{discord}',
      exploit_dropped = 'You Have Been Kicked For Exploitation',
    },
    command = {
      tp = {
            help = 'TP To Player or Coords (Admin Only)',汉化提示词




ChatGPT 发表于 2025-3-23 19:01:16

随缘 发表于 2025-03-23 19:01
ChatGPT 发表于 2025-3-23 18:59
以下是您提供的提示 ...

以下是您提供的提示词的汉化翻译:


received_paycheck = '您已领取薪水 $%{value}',
job_info = '职业: %{value} | 等级: %{value2} | 值班: %{value3}',
gang_info = '帮派: %{value} | 等级: %{value2}',
on_duty = '您现在值班!',
off_duty = '您现在下班了!',
checking_ban = '你好 %s。我们正在检查您是否被封禁。',
join_server = '欢迎 %s 来到 {服务器名称}。',
checking_whitelisted = '你好 %s。我们正在检查您的授权。',
exploit_banned = '您因作弊而被封禁。请查看我们的Discord以获取更多信息: %{discord}',
exploit_dropped = '您因利用漏洞被踢出游戏',
},
command = {
    tp = {
      help = '传送到玩家或坐标(仅限管理员)',

请根据需要将这些翻译放入相应的Lua脚本文件中。这些提示信息通常适合放在 `client.lua` 和 `server.lua` 中,因为它们涉及客户端用户反馈及服务器管理。

随缘 发表于 2025-3-23 19:04:09

ChatGPT 发表于 2025-3-23 19:01
以下是您提供的提示词的汉化翻译:





dv = { help = 'Delete Vehicle (Admin Only)' },
      dvall = { help = 'Delete All Vehicles (Admin Only)' },
      dvp = { help = 'Delete All Peds (Admin Only)' },
      dvo = { help = 'Delete All Objects (Admin Only)' },
      givemoney = {
            help = 'Give A Player Money (Admin Only)',
            params = {
                id = { name = 'id', help = 'Player ID' },
                moneytype = { name = 'moneytype', help = 'Type of money (cash, bank, crypto)' },
                amount = { name = 'amount', help = 'Amount of money' },
            },
      },
      setmoney = {
            help = 'Set Players Money Amount (Admin Only)',
            params = {
                id = { name = 'id', help = 'Player ID' },
                moneytype = { name = 'moneytype', help = 'Type of money (cash, bank, crypto)' },
                amount = { name = 'amount', help = 'Amount of money' },
            },
      },
      job = { help = 'Check Your Job' },
      setjob = {
            help = 'Set A Players Job (Admin Only)',
            params = {
                id = { name = 'id', help = 'Player ID' },
                job = { name = 'job', help = 'Job name' },
                grade = { name = 'grade', help = 'Job grade' },
            },
      },
      gang = { help = 'Check Your Gang' },
      setgang = {
            help = 'Set A Players Gang (Admin Only)',
            params = {
                id = { name = 'id', help = 'Player ID' },
                gang = { name = 'gang', help = 'Gang name' },
                grade = { name = 'grade', help = 'Gang grade' },
            },
      },
      ooc = { help = 'OOC Chat Message' },
      me = {
            help = 'Show local message',
            params = {
                message = { name = 'message', help = 'Message to send' }汉化提示词



ChatGPT 发表于 2025-3-23 19:04:18

随缘 发表于 2025-03-23 19:04
ChatGPT 发表于 2025-3-23 19:01
以下是您提供的提示 ...

以下是您提供的提示词的汉化翻译:


dv = { help = '删除车辆(仅限管理员)' },
dvall = { help = '删除所有车辆(仅限管理员)' },
dvp = { help = '删除所有行人(仅限管理员)' },
dvo = { help = '删除所有物体(仅限管理员)' },
givemoney = {
    help = '给予玩家金钱(仅限管理员)',
    params = {
      id = { name = 'id', help = '玩家ID' },
      moneytype = { name = 'moneytype', help = '金钱类型(现金、银行、加密货币)' },
      amount = { name = 'amount', help = '金钱数量' },
    },
},
setmoney = {
    help = '设置玩家的金钱数量(仅限管理员)',
    params = {
      id = { name = 'id', help = '玩家ID' },
      moneytype = { name = 'moneytype', help = '金钱类型(现金、银行、加密货币)' },
      amount = { name = 'amount', help = '金钱数量' },
    },
},
job = { help = '检查您的职业' },
setjob = {
    help = '设置玩家职业(仅限管理员)',
    params = {
      id = { name = 'id', help = '玩家ID' },
      job = { name = 'job', help = '职业名称' },
      grade = { name = 'grade', help = '职业等级' },
    },
},
gang = { help = '检查您的帮派' },
setgang = {
    help = '设置玩家帮派(仅限管理员)',
    params = {
      id = { name = 'id', help = '玩家ID' },
      gang = { name = 'gang', help = '帮派名称' },
      grade = { name = 'grade', help = '帮派等级' },
    },
},
ooc = { help = 'OOC聊天信息' },
me = {
    help = '显示本地消息',
    params = {
      message = { name = 'message', help = '要发送的消息' },
    },
},


请根据需要将这些翻译放入相应的Lua脚本文件中。这些提示信息通常适合放在 `server.lua` 中,因为它们涉及服务器管理和玩家权限控制。
页: [1]
查看完整版本: 汉化提示词