搜索
查看: 133|回复: 1
收起左侧

翻译成中文 保留源代码

[复制链接]

升级进度: 81%

猪猪侠 发表于 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,
                },

请注意,代码中的变量名未提供,因此在翻译时保留了原样。如果需要具体的变量名,请提供相关信息。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 20:57 , Processed in 0.054819 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

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

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