赴爱 发表于 2025-7-6 22:40:50

汉化

-- ADD THIS CODE IN OX_INVENTORY items.lua

['bandage'] = {
    label = 'Bandage',
    weight = 0,
    description = 'Can be directly used in the inventory, stops bleeding from wounds and increases health',
        stack = true,
},
['ifak'] = {
    label = 'IFAK',
    weight = 200,
    description = 'Can be directly used in the inventory, contains first aid kit',
        stack = true,
        close = true,
},
['painkillers'] = {
    label = 'Painkillers',
    weight = 0,
    description = 'Can be directly used in the inventory to reduce pain and stress',
        stack = true,
        close = true,
},
['temporary_tourniquet'] = {
    label = 'Temporary Tourniquet',
    weight = 10,
    description = 'A temporary tourniquet that can directly be used in the inventory to stop bleeding',
        stack = true,
        close = true,
},
['pager'] = {
    label = 'Pager',
    weight = 10,
    description = 'Used to inform medical staff at the hospital of an incoming patient',
        stack = false,
        close = true,
},
['tourniquet'] = {
    label = 'Tourniquet',
    weight = 10,
        stack = true,
},
['field_dressing'] = {
    label = 'Field Dressing',
    weight = 10,
        stack = true,
},
['elastic_bandage'] = {
    label = 'Elastic Bandage',
    weight = 10,
        stack = true,
},
['quick_clot'] = {
    label = 'Quick Clot',
    weight = 10,
        stack = true,
},
['packing_bandage'] = {
    label = 'Packing Bandage',
    weight = 10,
        stack = true,
},
['sewing_kit'] = {
    label = 'Sewing Kit',
    weight = 10,
        stack = true,
},
['epinephrine'] = {
    label = 'Epinephrine',
    weight = 10,
    description = 'Epinephrine, also known as adrenaline, increases the body\'s pulse as well as suppress pain.',
        stack = true,
},
['morphine'] = {
    label = 'Morphine',
    weight = 10,
    description = 'Morphine decreases the body\'s pulse as well as suppress pain.',
        stack = true,
},
['propofol'] = {
    label = 'Propofol',
    weight = 10,
    description = 'Propofol, is a powerful sedation medication.',
        stack = true,
},
['blood250ml'] = {
    label = 'Blood Pack 250ml',
    weight = 10,
        stack = true,
},
['blood500ml'] = {
    label = 'Blood Pack 500ml',
    weight = 10,
        stack = true,
},
['saline250ml'] = {
    label = 'Saline 250ml',
    weight = 10,
        stack = true,
},
['saline500ml'] = {
    label = 'Saline 500ml',
    weight = 10,
        stack = true,
},
['revivekit'] = {
    label = 'Emergency Revive Kit',
    weight = 10,
        stack = true,
},
['stretcher'] = {
    label = 'Stretcher',
    weight = 1000,
    description = 'A medical stretcher to carry wounded patients',
        stack = true,
},
['wheelchair'] = {
    label = 'Wheelchair',
    weight = 1000,
        stack = true,
},
['crutch'] = {
    label = 'Crutch',
    weight = 1000,
        stack = true,
},
['bodybag'] = {
    label = 'Bodybag',
    weight = 1000,
    description = 'A bag to put dead bodies in',
        stack = true,
},
['ecg'] = {
    label = 'ECG',
    weight = 200,
        stack = false,
        close = true,
    description = 'Electrocardiography is an electrophysiological examination method of the heart where the heart\'s electrical activity is recorded by electrodes connected to an ECG device.',
},
['neckbrace'] = {
      label = 'Neck Brace',
      weight = 1000,
      description = '',
                stack = true,
},
   ['neckcast'] = {
      label = 'Neck Cast',
      weight = 1000,
      description = '',
                stack = true,
},
   ['legsplint'] = {
      label = 'Leg Splint',
      weight = 1000,
      description = '',
                stack = true,
},
   ['legcast'] = {
      label = 'Leg Cast',
      weight = 1000,
      description = '',
                stack = true,
},
   ['armsplint'] = {
      label = 'Arm Splint',
      weight = 1000,
      description = '',
                stack = true,
},
   ['armcast'] = {
      label = 'Arm Cast',
      weight = 1000,
      description = '',
                stack = true,
},
   ['propofol'] = {
      label = 'Propofol',
      weight = 1000,
      description = '',
                stack = true,
},

ChatGPT 发表于 2025-7-6 22:41:17

以下是您提供代码的汉化版本:


-- 将此代码添加到 OX_INVENTORY 的 items.lua 文件中

{
    label = '绷带',
    weight = 0,
    description = '可以在背包中直接使用,止血并增加生命值',
    stack = true,
},
{
    label = 'IFAK',
    weight = 200,
    description = '可以在背包中直接使用,包含急救包',
    stack = true,
    close = true,
},
{
    label = '止痛药',
    weight = 0,
    description = '可以在背包中直接使用以减轻疼痛和压力',
    stack = true,
    close = true,
},
{
    label = '临时止血带',
    weight = 10,
    description = '可以在背包中直接使用的临时止血带,用于止血',
    stack = true,
    close = true,
},
{
    label = '寻呼机',
    weight = 10,
    description = '用于通知医院的医务人员有病人到达',
    stack = false,
    close = true,
},
{
    label = '止血带',
    weight = 10,
    stack = true,
},
{
    label = '田野敷料',
    weight = 10,
    stack = true,
},
{
    label = '弹性绷带',
    weight = 10,
    stack = true,
},
{
    label = '快速止血剂',
    weight = 10,
    stack = true,
},
{
    label = '包装绷带',
    weight = 10,
    stack = true,
},
{
    label = '缝合包',
    weight = 10,
    stack = true,
},
{
    label = '肾上腺素',
    weight = 10,
    description = '肾上腺素,也称为阿德名,能提高身体的脉搏并抑制疼痛。',
    stack = true,
},
{
    label = '吗啡',
    weight = 10,
    description = '吗啡会降低身体的脉搏并抑制疼痛。',
    stack = true,
},
{
    label = '丙泊酚',
    weight = 10,
    description = '丙泊酚是一种强效镇静剂。',
    stack = true,
},
{
    label = '250ml 输血包',
    weight = 10,
    stack = true,
},
{
    label = '500ml 输血包',
    weight = 10,
    stack = true,
},
{
    label = '250ml 生理盐水',
    weight = 10,
    stack = true,
},
{
    label = '500ml 生理盐水',
    weight = 10,
    stack = true,
},
{
    label = '紧急复苏包',
    weight = 10,
    stack = true,
},
{
    label = '担架',
    weight = 1000,
    description = '用于搬运受伤患者的医疗担架',
    stack = true,
},
{
    label = '轮椅',
    weight = 1000,
    stack = true,
},
{
    label = '拐杖',
    weight = 1000,
    stack = true,
},
{
    label = '尸袋',
    weight = 1000,
    description = '用于放置尸体的袋子',
    stack = true,
},
{
    label = '心电图',
    weight = 200,
    stack = false,
    close = true,
    description = '心电图是一种心脏电生理检查方法,通过连接到心电图设备的电极记录心脏的电活动。',
},
{
    label = '颈托',
    weight = 1000,
    description = '',
    stack = true,
},
{
    label = '颈部铸型',
    weight = 1000,
    description = '',
    stack = true,
},
{
    label = '腿部夹板',
    weight = 1000,
    description = '',
    stack = true,
},
{
    label = '腿部铸型',
    weight = 1000,
    description = '',
    stack = true,
},
{
    label = '臂部夹板',
    weight = 1000,
    description = '',
    stack = true,
},
{
    label = '臂部铸型',
    weight = 1000,
    description = '',
    stack = true,
},
{
    label = '丙泊酚',
    weight = 1000,
    description = '',
    stack = true,
},


请根据需要将对应的标签和描述替换为您想要的内容。
页: [1]
查看完整版本: 汉化