wx363880556 发表于 2024-8-19 15:02:26

翻译成中文,保留原有代码


-- // METH SHIT //
["acetone"]                      = {["name"] = "acetone",                     ["label"] = "Acetone",                  ["weight"] = 1000,      ["type"] = "item",      ["image"] = "acetone_ethyl.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["ammonia"]                      = {["name"] = "ammonia",                     ["label"] = "Pure Ammonia",             ["weight"] = 1000,      ["type"] = "item",      ["image"] = "ammonia.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["pseudoephedrine"]            = {["name"] = "pseudoephedrine",               ["label"] = "Pseudoephedrine",          ["weight"] = 1000,      ["type"] = "item",      ["image"] = "pseudoephedrine.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["hydroacid"]                  = {["name"] = "hydroacid",                     ["label"] = "Hydrochloric Acid",      ["weight"] = 1000,      ["type"] = "item",      ["image"] = "hydroacid.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["iodine_crystals"]            = {["name"] = "iodine_crystals",               ["label"] = "Iodine Crystals",          ["weight"] = 1000,      ["type"] = "item",      ["image"] = "iodine_crystals.png",      ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["sulfuricacid"]               = {["name"] = "sulfuricacid",                  ["label"] = "Sulfuric Acid",            ["weight"] = 1000,      ["type"] = "item",      ["image"] = "sulfuricacid.png",         ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["glucose"]                      = {["name"] = "glucose",                     ["label"] = "500g Glucose",             ["weight"] = 1000,      ["type"] = "item",      ["image"] = "glucose.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Mmmm Glucose."},
["rawmeth"]                      = {["name"] = "rawmeth",                     ["label"] = "Batch of Raw Methamphetamine", ["weight"] = 5000,["type"] = "item",      ["image"] = "rawmeth.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Shit's still crystal, needs to be dried."},
["drymeth"]                      = {["name"] = "drymeth",                     ["label"] = "Batch of Dried Methamphetamine", ["weight"] = 1000,["type"] = "item",      ["image"] = "drymeth.png",            ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Dried Amp waiting to be packaged."},
["methbag"]                      = {["name"] = "methbag",                     ["label"] = "Methamphetamine (1g)",   ["weight"] = 1000,      ["type"] = "item",      ["image"] = "methbag.png",            ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Speed is the name of the game."},
["meth10g"]                      = {["name"] = "meth10g",                     ["label"] = "10g Methamphetamine",      ["weight"] = 1000,      ["type"] = "item",      ["image"] = "meth10g.png",            ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["methbrick"]                  = {["name"] = "methbrick",                     ["label"] = "Methamphetamine Brick (100g)", ["weight"] = 10000, ["type"] = "item",      ["image"] = "methbrick.png",            ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Increases your Stamina and Movement Speed, Breaks down into product."},

    -- LowGrade
    ['marijuana_crop_low']               = {['name'] = 'marijuana_crop_low',                ['label'] = 'Harvested Crop',         ['weight'] = 5500,      ['type'] = 'item',      ['image'] = 'marijuana_crop_low.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,      ['combinable'] = nil,   ['description'] = 'low grade harvested marijuana crop'},   
    ['marijuana_3.5_low']                = {['name'] = 'marijuana_3.5_low',               ['label'] = '3.5g marijuana',         ['weight'] = 2800,      ['type'] = 'item',      ['image'] = 'marijuana_3.5_low.png',                ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = '3.5g low grade marijuana'},
    ['marijuana_1oz_low']                = {['name'] = 'marijuana_1oz_low',               ['label'] = '1oz marijuana',            ['weight'] = 2800,      ['type'] = 'item',      ['image'] = 'marijuana_1oz_low.png',                ['unique'] = true,      ['useable'] = false,    ['shouldClose'] = false,      ['combinable'] = nil,   ['description'] = '1oz low grade marijuana'},   
   
    --Mid Grade
    ['marijuana_crop_mid']               = {['name'] = 'marijuana_crop_mid',                ['label'] = 'Harvested Crop',         ['weight'] = 5500,      ['type'] = 'item',      ['image'] = 'marijuana_crop_mid.png',               ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,      ['combinable'] = nil,   ['description'] = 'mid grade harvested marijuana crop'},   
    ['marijuana_3.5_mid']                = {['name'] = 'marijuana_3.5_mid',               ['label'] = 'marijuana Mid',            ['weight'] = 2800,      ['type'] = 'item',      ['image'] = 'marijuana_3.5_mid.png',                ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = '3.5g mid grade marijuana'},
    ['marijuana_1oz_mid']                = {['name'] = 'marijuana_1oz_mid',               ['label'] = '1oz marijuana',            ['weight'] = 2800,      ['type'] = 'item',      ['image'] = 'marijuana_1oz_mid.png',                ['unique'] = true,      ['useable'] = false,    ['shouldClose'] = false,      ['combinable'] = nil,   ['description'] = '1oz mid grade marijuana'},   
   
    --High Grade
    ['marijuana_crop_high']            = {['name'] = 'marijuana_crop_high',               ['label'] = 'Harvested Crop',         ['weight'] = 5500,      ['type'] = 'item',      ['image'] = 'marijuana_crop_high.png',            ['unique'] = false,   ['useable'] = false,    ['shouldClose'] = false,      ['combinable'] = nil,   ['description'] = 'high grade harvested marijuana crop'},   
    ['marijuana_3.5_high']               = {['name'] = 'marijuana_3.5_high',                ['label'] = '3.5g marijuana',         ['weight'] = 2800,      ['type'] = 'item',      ['image'] = 'marijuana_3.5_high.png',               ['unique'] = true,      ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = '3.5g high grade marijuana'},
    ['marijuana_1oz_high']               = {['name'] = 'marijuana_1oz_high',                ['label'] = '1oz marijuana',            ['weight'] = 2800,      ['type'] = 'item',      ['image'] = 'marijuana_1oz_high.png',               ['unique'] = true,      ['useable'] = false,    ['shouldClose'] = false,      ['combinable'] = nil,   ['description'] = '1oz high grade marijuana'},
   
    -- marijuana items
    ['marijuana_seeds']                  = {['name'] = 'marijuana_seeds',                   ['label'] = 'Marijuana Seeds',          ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'marijuana_seeds.png',                  ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = 'marijuana seeds'},   
    ['marijuana_joint']                  = {['name'] = 'marijuana_joint',                   ['label'] = 'Joint',                  ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'marijuana_joint.png',                  ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = 'Use effects: Armor %5+ ・ Sales: Corner or Drug Lord'},   
    ['marijuana_joint3g']                = {['name'] = 'marijuana_joint3g',               ['label'] = 'Joint 3g',                     ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'marijuana_joint3g.png',                ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = '3g joint'},
   
    -- Shop Items
    ['marijuana_phone']                  = {['name'] = 'marijuana_phone',                   ['label'] = 'Burner Phone',             ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'marijuana_phone.png',                  ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = 'Burner phone used to sell eights'},
    ['marijuana_trowel']               = {['name'] = 'marijuana_trowel',                  ['label'] = 'Trowel',                   ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'marijuana_trowel.png',               ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = 'Small handheld garden shovel'},
    ["marijuana_lighter"]                = {["name"] = "marijuana_lighter",               ["label"] = "Zippo lighter",                  ["weight"] = 0,         ["type"] = "item",      ["image"] = "marijuana_lighter.png",                ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,         ["combinable"] = nil,   ["description"] = "Cheap tweaker lighter, Still does the job"},
    ["marijuana_rollingpapers"]                  = {["name"] = "marijuana_rollingpapers",         ["label"] = "MRJ RollingPapers",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "marijuana_rollingpapers.png",          ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = true,         ["combinable"] = nil,   ["description"] = "These aint Raw Rolling Papers!!?"},
    ["marijuana_baggies"]                = {["name"] = "marijuana_baggies",               ["label"] = "MRJ Baggies",                  ["weight"] = 0,         ["type"] = "item",      ["image"] = "marijuana_baggies.png",                ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,         ["combinable"] = nil,   ["description"] = "Need some baggies? i got some baggies"},
    ["marijuana_scale"]                      = {["name"] = "marijuana_scale",                   ["label"] = "Scale",                  ["weight"] = 0,         ["type"] = "item",      ["image"] = "marijuana_scale.png",                  ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,      ["combinable"] = nil,   ["description"] = "This is not what it looks like"},
    ['marijuana_nutrition']            = {['name'] = 'marijuana_nutrition',               ['label'] = 'Plant Fertilizer',         ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'marijuana_nutrition.png',            ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = 'Plant nutrition'},
    ['marijuana_water']                  = {['name'] = 'marijuana_water',                   ['label'] = 'Plant Water',            ['weight'] = 0,         ['type'] = 'item',      ['image'] = 'marijuana_water.png',                  ['unique'] = false,   ['useable'] = true,   ['shouldClose'] = true,         ['combinable'] = nil,   ['description'] = 'Plant water'},



ChatGPT 发表于 2024-8-19 15:03:44

-- // 制毒相关物品 //
["acetone"] = {["name"] = "acetone", ["label"] = "丙酮", ["weight"] = 1000, ["type"] = "item", ["image"] = "acetone_ethyl.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ammonia"] = {["name"] = "ammonia", ["label"] = "纯氨", ["weight"] = 1000, ["type"] = "item", ["image"] = "ammonia.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["pseudoephedrine"] = {["name"] = "pseudoephedrine", ["label"] = "伪麻黄碱", ["weight"] = 1000, ["type"] = "item", ["image"] = "pseudoephedrine.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["hydroacid"] = {["name"] = "hydroacid", ["label"] = "盐酸", ["weight"] = 1000, ["type"] = "item", ["image"] = "hydroacid.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["iodine_crystals"] = {["name"] = "iodine_crystals", ["label"] = "碘晶体", ["weight"] = 1000, ["type"] = "item", ["image"] = "iodine_crystals.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sulfuricacid"] = {["name"] = "sulfuricacid", ["label"] = "硫酸", ["weight"] = 1000, ["type"] = "item", ["image"] = "sulfuricacid.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["glucose"] = {["name"] = "glucose", ["label"] = "500克葡萄糖", ["weight"] = 1000, ["type"] = "item", ["image"] = "glucose.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "美味的葡萄糖。"},
["rawmeth"] = {["name"] = "rawmeth", ["label"] = "一批生甲基苯丙胺", ["weight"] = 5000, ["type"] = "item", ["image"] = "rawmeth.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "药品仍然是晶体形态,需要干燥。"},
["drymeth"] = {["name"] = "drymeth", ["label"] = "一批干燥的甲基苯丙胺", ["weight"] = 1000, ["type"] = "item", ["image"] = "drymeth.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "干燥的安非他命,等待包装。"},
["methbag"] = {["name"] = "methbag", ["label"] = "甲基苯丙胺(1克)", ["weight"] = 1000, ["type"] = "item", ["image"] = "methbag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "速度是关键。"},
["meth10g"] = {["name"] = "meth10g", ["label"] = "10克甲基苯丙胺", ["weight"] = 1000, ["type"] = "item", ["image"] = "meth10g.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["methbrick"] = {["name"] = "methbrick", ["label"] = "甲基苯丙胺砖(100克)", ["weight"] = 10000, ["type"] = "item", ["image"] = "methbrick.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "增加耐力和移动速度,可拆分成产品。"},

-- 低质量大麻
['marijuana_crop_low'] = {['name'] = 'marijuana_crop_low', ['label'] = '收获的作物', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_low.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '低质量收获的大麻作物'},   
['marijuana_3.5_low'] = {['name'] = 'marijuana_3.5_low', ['label'] = '3.5克大麻', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_low.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5克低质量大麻'},
['marijuana_1oz_low'] = {['name'] = 'marijuana_1oz_low', ['label'] = '1盎司大麻', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_low.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1盎司低质量大麻'},   

-- 中质量大麻
['marijuana_crop_mid'] = {['name'] = 'marijuana_crop_mid', ['label'] = '收获的作物', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_mid.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '中质量收获的大麻作物'},   
['marijuana_3.5_mid'] = {['name'] = 'marijuana_3.5_mid', ['label'] = '中等大麻', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_mid.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5克中质量大麻'},
['marijuana_1oz_mid'] = {['name'] = 'marijuana_1oz_mid', ['label'] = '1盎司大麻', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_mid.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1盎司中质量大麻'},   

-- 高质量大麻
['marijuana_crop_high'] = {['name'] = 'marijuana_crop_high', ['label'] = '收获的作物', ['weight'] = 5500, ['type'] = 'item', ['image'] = 'marijuana_crop_high.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '高质量收获的大麻作物'},   
['marijuana_3.5_high'] = {['name'] = 'marijuana_3.5_high', ['label'] = '3.5克大麻', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_3.5_high.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3.5克高质量大麻'},
['marijuana_1oz_high'] = {['name'] = 'marijuana_1oz_high', ['label'] = '1盎司大麻', ['weight'] = 2800, ['type'] = 'item', ['image'] = 'marijuana_1oz_high.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '1盎司高质量大麻'},

-- 大麻用品
['marijuana_seeds'] = {['name'] = 'marijuana_seeds', ['label'] = '大麻种子', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_seeds.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '大麻种子'},   
['marijuana_joint'] = {['name'] = 'marijuana_joint', ['label'] = '大麻烟卷', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_joint.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '使用效果: 护甲+5% ・ 销售: 街头或毒枭'},   
['marijuana_joint3g'] = {['name'] = 'marijuana_joint3g', ['label'] = '3克大麻烟卷', ['weight'] = 500, ['type'] = 'item', ['image'] = 'marijuana_joint3g.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '3克大麻烟卷'},

-- 商店物品
['marijuana_phone'] = {['name'] = 'marijuana_phone', ['label'] = '一次性电话', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_phone.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '用于出售八分之一盎司的大麻的一次性电话'},
['marijuana_trowel'] = {['name'] = 'marijuana_trowel', ['label'] = '小铲子', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_trowel.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '小型手持园艺铲'},
["marijuana_lighter"] = {["name"] = "marijuana_lighter", ["label"] = "打火机", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_lighter.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "便宜的吸毒者打火机,但仍能完成任务"},
["marijuana_rollingpapers"] = {["name"] = "marijuana_rollingpapers", ["label"] = "卷烟纸", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_rollingpapers.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "这些不是原始的卷烟纸!!?"},
["marijuana_baggies"] = {["name"] = "marijuana_baggies", ["label"] = "大麻袋", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_baggies.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "需要一些袋子吗?我有一些袋子"},
["marijuana_scale"] = {["name"] = "marijuana_scale", ["label"] = "天平", ["weight"] = 0, ["type"] = "item", ["image"] = "marijuana_scale.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "这看起来不像你想的那样"},
['marijuana_nutrition'] = {['name'] = 'marijuana_nutrition', ['label'] = '植物肥料', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_nutrition.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '植物营养'},
['marijuana_water'] = {['name'] = 'marijuana_water', ['label'] = '植物用水', ['weight'] = 0, ['type'] = 'item', ['image'] = 'marijuana_water.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '植物用水'},

以上为初步翻译,保留了所有的原始代码结构,并添加了合适的中文翻译,以确保对FiveM插件开发人员和用户保持一致的理解。
页: [1]
查看完整版本: 翻译成中文,保留原有代码