搜索
开启左侧

[有效回答] 汉化文本保留原代码

[复制链接]
CrazyGhost 发表于 2024-11-18 19:43:12 | 显示全部楼层 |阅读模式
                ['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-11-26 10:14:56 | 显示全部楼层
= { -- Make sure not already a medikit
                        label = '急救包', -- Medikit
                        weight = 165,
                        stack = true,
                        close = true,
                },
                 = {
                        label = '医疗包', -- Medical Bag
                        weight = 165,
                        stack = false,
                        close = true,
                },
        
                 = {
                        label = '镊子', -- Tweezers
                        weight = 2,
                        stack = true,
                        close = true,
                },
        
                 = {
                        label = '缝合包', -- Suture Kit
                        weight = 15,
                        stack = true,
                        close = true,
                },
        
                 = {
                        label = '冰袋', -- Ice Pack
                        weight = 29,
                        stack = true,
                        close = true,
                },
        
                 = {
                        label = '烧伤药膏', -- Burn Cream
                        weight = 19,
                        stack = true,
                        close = true,
                },
        
                 = {
                        label = '除颤器', -- Defibrillator
                        weight = 225,
                        stack = false,
                        close = true,
                },
        
                 = {
                        label = '镇静剂', -- Sedative
                        weight = 15,
                        stack = true,
                        close = true,
                },

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

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

                 = {
                        label = '百痛定 30MG', -- Percocet 30MG
                        weight = 2,
                        stack = true,
                        close = true,
                },

                 = {
                        label = '百痛定 10MG', -- Percocet 10MG
                        weight = 2,
                        stack = true,
                        close = true,
                },

                 = {
                        label = '百痛定 5MG', -- Percocet 5MG
                        weight = 2,
                        stack = true,
                        close = true,
                },

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

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

在这个代码片段中,我保留了原代码的结构,只对文本进行汉化。如果你需要进一步的帮助或有其他问题,请告诉我!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-9 02:14 , Processed in 0.103169 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

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

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