猪猪侠 发表于 2024-9-30 00:13:15

翻译成中文 保留源代码

                ['medikit'] = { -- Make sure not already a medikit
                        label = 'Medikit',
                        weight = 165,
                        stack = true,
                        close = true,
                },
                ['medbag'] = {
                        label = 'Medical Bag',
                        weight = 165,
                        stack = false,
                        close = true,
                },
       
                ['tweezers'] = {
                        label = 'Tweezers',
                        weight = 2,
                        stack = true,
                        close = true,
                },
       
                ['suturekit'] = {
                        label = 'Suture Kit',
                        weight = 15,
                        stack = true,
                        close = true,
                },
       
                ['icepack'] = {
                        label = 'Ice Pack',
                        weight = 29,
                        stack = true,
                        close = true,
                },
       
                ['burncream'] = {
                        label = 'Burn Cream',
                        weight = 19,
                        stack = true,
                        close = true,
                },
       
                ['defib'] = {
                        label = 'Defibrillator',
                        weight = 225,
                        stack = false,
                        close = true,
                },
       
                ['sedative'] = {
                        label = 'Sedative',
                        weight = 15,
                        stack = true,
                        close = true,
                },

                ['morphine30'] = {
                        label = 'Morphine 30MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

                ['morphine15'] = {
                        label = 'Morphine 15MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

                ['perc30'] = {
                        label = 'Percocet 30MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

                ['perc10'] = {
                        label = 'Percocet 10MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

                ['perc5'] = {
                        label = 'Percocet 5MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

                ['vic10'] = {
                        label = 'Vicodin 10MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

                ['vic5'] = {
                        label = 'Vicodin 5MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },
       
                ['recoveredbullet'] = {
                        label = 'Recovered Bullet',
                        weight = 1,
                        stack = true,
                        close = false,
                },

ChatGPT 发表于 2024-9-30 00:17:34

以下是翻译成中文的代码,保留了源代码格式:

= { -- 确保不是已经存在的急救包
                        label = '急救包',
                        weight = 165,
                        stack = true,
                        close = true,
                },
               = {
                        label = '医疗包',
                        weight = 165,
                        stack = false,
                        close = true,
                },
       
               = {
                        label = '镊子',
                        weight = 2,
                        stack = true,
                        close = true,
                },
       
               = {
                        label = '缝合包',
                        weight = 15,
                        stack = true,
                        close = true,
                },
       
               = {
                        label = '冰袋',
                        weight = 29,
                        stack = true,
                        close = true,
                },
       
               = {
                        label = '烧伤膏',
                        weight = 19,
                        stack = true,
                        close = true,
                },
       
               = {
                        label = '除颤器',
                        weight = 225,
                        stack = false,
                        close = true,
                },
       
               = {
                        label = '镇静剂',
                        weight = 15,
                        stack = true,
                        close = true,
                },

               = {
                        label = '吗啡 30MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

               = {
                        label = '吗啡 15MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

               = {
                        label = '帕克西汀 30MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

               = {
                        label = '帕克西汀 10MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

               = {
                        label = '帕克西汀 5MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

               = {
                        label = '维可丁 10MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },

               = {
                        label = '维可丁 5MG',
                        weight = 2,
                        stack = true,
                        close = true,
                },
       
               = {
                        label = '回收子弹',
                        weight = 1,
                        stack = true,
                        close = false,
                },

请注意,代码中的变量名未提供,因此在翻译时保留了原样。如果需要具体的变量名,请提供相关信息。
页: [1]
查看完整版本: 翻译成中文 保留源代码