wx363880556 发表于 2024-8-19 11:27:23

翻译成中文,保留源代码


["mechanic_tools"]            = {["name"] = "mechanic_tools",             ["label"] = "Mechanic tools",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "mechanic_tools.png",       ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Needed for vehicle repairs"},
["toolbox"]                     = {["name"] = "toolbox",                  ["label"] = "Toolbox",                  ["weight"] = 0,         ["type"] = "item",      ["image"] = "toolbox.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Needed for Performance part removal"},
["ducttape"]                  = {["name"] = "ducttape",                   ["label"] = "Duct Tape",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "bodyrepair.png",         ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Good for quick fixes"},
["mechboard"]                   = {["name"] = "mechboard",                  ["label"] = "Mechanic Sheet",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "mechboard.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

--Performance
["turbo"]                     = {["name"] = "turbo",                      ["label"] = "Supercharger Turbo",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "turbo.png",                ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Who doesn't need a 65mm Turbo??"},
["car_armor"]                   = {["name"] = "car_armor",                  ["label"] = "Vehicle Armor",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "armour.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["nos"]                         = {["name"] = "nos",                        ["label"] = "NOS Bottle",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "nos.png",                  ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "A full bottle of NOS"},
["noscan"]                      = {["name"] = "noscan",                     ["label"] = "Empty NOS Bottle",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "noscan.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,["combinable"] = nil,   ["description"] = "An Empty bottle of NOS"},
["noscolour"]                   = {["name"] = "noscolour",                  ["label"] = "NOS Colour Injector",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "noscolour.png",            ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,["combinable"] = nil,   ["description"] = "Make that purge spray"},

["engine1"]                     = {["name"] = "engine1",                  ["label"] = "Shonen Engine",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "shonen.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["engine2"]                     = {["name"] = "engine2",                  ["label"] = "V8 Engine",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "v8engine.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["engine3"]                     = {["name"] = "engine3",                  ["label"] = "V10 Engine",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "v10engine.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["engine4"]                     = {["name"] = "engine4",                  ["label"] = "V12 Engine",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "v12engine.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["transmission1"]               = {["name"] = "transmission1",            ["label"] = "Transmission Lvl 1",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "transmission1.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["transmission2"]               = {["name"] = "transmission2",            ["label"] = "Transmission Lvl 2",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "transmission2.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["transmission3"]               = {["name"] = "transmission3",            ["label"] = "Transmission Lvl 3",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "transmission3.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["brakes1"]                     = {["name"] = "brakes1",                  ["label"] = "Performance Brakes",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "brakes1.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["brakes2"]                     = {["name"] = "brakes2",                  ["label"] = "GT Big Brakes",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "brakes2.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["brakes3"]                     = {["name"] = "brakes3",                  ["label"] = "Competition Brakes",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "brakes3.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["suspension1"]               = {["name"] = "suspension1",                ["label"] = "Lowered Suspension",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension1.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["suspension2"]               = {["name"] = "suspension2",                ["label"] = "Street Suspension",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension2.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Street Racing level Suspension"},
["suspension3"]               = {["name"] = "suspension3",                ["label"] = "Racing Suspension",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension3.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Street Racing level Suspension"},
["suspension4"]               = {["name"] = "suspension4",                ["label"] = "Rally Suspension",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension4.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "Street Racing level Suspension"},

["bprooftires"]               = {["name"] = "bprooftires",                ["label"] = "Bulletproof Tires",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "bprooftires.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["drifttires"]                  = {["name"] = "drifttires",               ["label"] = "Drift Tires",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "drifttires.png",         ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

--Cosmetics
["underglow_controller"]         = {["name"] = "underglow_controller",      ["label"] = "Neon Controller",          ["weight"] = 0,         ["type"] = "item",      ["image"] = "underglow_controller.png", ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,    ["description"] = "RGB LED Vehicle Remote"},
["headlights"]                   = {["name"] = "headlights",                ["label"] = "Xenon Headlights",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "headlights.png",         ["unique"] = true,["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,    ["description"] = "8k HID headlights"},

["tint_supplies"]                = {["name"] = "tint_supplies",             ["label"] = "Tint Supplies",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "tint_supplies.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,    ["description"] = "Supplies for window tinting"},

["customplate"]                  = {["name"] = "customplate",               ["label"] = "Customized Plates",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "plate.png",                ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["hood"]                         = {["name"] = "hood",                      ["label"] = "Vehicle Hood",             ["weight"] = 0,         ["type"] = "item",      ["image"] = "hood.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["roof"]                         = {["name"] = "roof",                      ["label"] = "Vehicle Roof",             ["weight"] = 0,         ["type"] = "item",      ["image"] = "roof.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["spoiler"]                      = {["name"] = "spoiler",                   ["label"] = "Vehicle Spoiler",          ["weight"] = 0,         ["type"] = "item",      ["image"] = "spoiler.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["bumper"]                     = {["name"] = "bumper",                  ["label"] = "Vehicle Bumper",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "bumper.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["skirts"]                     = {["name"] = "skirts",                  ["label"] = "Vehicle Skirts",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "skirts.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["exhaust"]                      = {["name"] = "exhaust",                   ["label"] = "Vehicle Exhaust",          ["weight"] = 0,         ["type"] = "item",      ["image"] = "exhaust.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["seat"]                         = {["name"] = "seat",                      ["label"] = "Seat Cosmetics",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "seat.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["rollcage"]                     = {["name"] = "rollcage",                  ["label"] = "Roll Cage",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "rollcage.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["rims"]                         = {["name"] = "rims",                      ["label"] = "Custom Wheel Rims",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "rims.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["livery"]                     = {["name"] = "livery",                  ["label"] = "Livery Roll",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "livery.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["paintcan"]                     = {["name"] = "paintcan",                  ["label"] = "Vehicle Spray Can",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "spraycan.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["tires"]                        = {["name"] = "tires",                     ["label"] = "Drift Smoke Tires",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "tires.png",                ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["horn"]                         = {["name"] = "horn",                      ["label"] = "Custom Vehicle Horn",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "horn.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["internals"]                  = {["name"] = "internals",               ["label"] = "Internal Cosmetics",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "internals.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["externals"]                  = {["name"] = "externals",               ["label"] = "Exterior Cosmetics",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "mirror.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},



ChatGPT 发表于 2024-8-19 11:28:24

```lua
["mechanic_tools"]            = {["name"] = "mechanic_tools",             ["label"] = "机械工具",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "mechanic_tools.png",       ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "车辆维修所需"},
["toolbox"]                     = {["name"] = "toolbox",                  ["label"] = "工具箱",                  ["weight"] = 0,         ["type"] = "item",      ["image"] = "toolbox.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "移除性能部件所需"},
["ducttape"]                  = {["name"] = "ducttape",                   ["label"] = "胶带",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "bodyrepair.png",         ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "适合快速修理"},
["mechboard"]                   = {["name"] = "mechboard",                  ["label"] = "机械板",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "mechboard.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

-- 性能
["turbo"]                     = {["name"] = "turbo",                      ["label"] = "增压涡轮",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "turbo.png",                ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "谁不需要一个65mm的涡轮?"},
["car_armor"]                   = {["name"] = "car_armor",                  ["label"] = "车用装甲",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "armour.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["nos"]                         = {["name"] = "nos",                        ["label"] = "NOS瓶",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "nos.png",                  ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "一瓶满满的NOS"},
["noscan"]                      = {["name"] = "noscan",                     ["label"] = "空的NOS瓶",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "noscan.png",               ["unique"] = false,   ["useable"] = false,    ["shouldClose"] = false,["combinable"] = nil,   ["description"] = "一个空的NOS瓶"},
["noscolour"]                   = {["name"] = "noscolour",                  ["label"] = "NOS颜色喷射器",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "noscolour.png",            ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = false,["combinable"] = nil,   ["description"] = "让那喷射雾彩色"},

["engine1"]                     = {["name"] = "engine1",                  ["label"] = "Shonen 发动机",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "shonen.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["engine2"]                     = {["name"] = "engine2",                  ["label"] = "V8发动机",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "v8engine.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["engine3"]                     = {["name"] = "engine3",                  ["label"] = "V10发动机",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "v10engine.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["engine4"]                     = {["name"] = "engine4",                  ["label"] = "V12发动机",               ["weight"] = 0,         ["type"] = "item",      ["image"] = "v12engine.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["transmission1"]               = {["name"] = "transmission1",            ["label"] = "变速器Lv1",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "transmission1.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["transmission2"]               = {["name"] = "transmission2",            ["label"] = "变速器Lv2",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "transmission2.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["transmission3"]               = {["name"] = "transmission3",            ["label"] = "变速器Lv3",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "transmission3.png",      ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["brakes1"]                     = {["name"] = "brakes1",                  ["label"] = "高性能刹车",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "brakes1.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["brakes2"]                     = {["name"] = "brakes2",                  ["label"] = "GT大刹车",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "brakes2.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["brakes3"]                     = {["name"] = "brakes3",                  ["label"] = "竞赛刹车",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "brakes3.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["suspension1"]               = {["name"] = "suspension1",                ["label"] = "降低悬挂",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension1.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["suspension2"]               = {["name"] = "suspension2",                ["label"] = "街道悬挂",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension2.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "街头赛车级别悬挂"},
["suspension3"]               = {["name"] = "suspension3",                ["label"] = "赛车悬挂",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension3.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "街头赛车级别悬挂"},
["suspension4"]               = {["name"] = "suspension4",                ["label"] = "拉力悬挂",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "suspension4.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = "街头赛车级别悬挂"},

["bprooftires"]               = {["name"] = "bprooftires",                ["label"] = "防弹轮胎",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "bprooftires.png",          ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["drifttires"]                  = {["name"] = "drifttires",               ["label"] = "漂移轮胎",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "drifttires.png",         ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

-- 外观
["underglow_controller"]         = {["name"] = "underglow_controller",      ["label"] = "霓虹控制器",          ["weight"] = 0,         ["type"] = "item",      ["image"] = "underglow_controller.png", ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,    ["description"] = "RGB LED车辆遥控器"},
["headlights"]                   = {["name"] = "headlights",                ["label"] = "氙气大灯",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "headlights.png",         ["unique"] = true,["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,    ["description"] = "8k HID大灯"},

["tint_supplies"]                = {["name"] = "tint_supplies",             ["label"] = "染色工具",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "tint_supplies.png",      ["unique"] = false,   ["useable"] = true,   ["shouldClose"] = true,    ["combinable"] = nil,    ["description"] = "窗户染色工具"},

["customplate"]                  = {["name"] = "customplate",               ["label"] = "定制车牌",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "plate.png",                ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["hood"]                         = {["name"] = "hood",                      ["label"] = "车用引擎盖",             ["weight"] = 0,         ["type"] = "item",      ["image"] = "hood.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["roof"]                         = {["name"] = "roof",                      ["label"] = "车顶",             ["weight"] = 0,         ["type"] = "item",      ["image"] = "roof.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["spoiler"]                      = {["name"] = "spoiler",                   ["label"] = "车用尾翼",          ["weight"] = 0,         ["type"] = "item",      ["image"] = "spoiler.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["bumper"]                     = {["name"] = "bumper",                  ["label"] = "车用保险杠",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "bumper.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["skirts"]                     = {["name"] = "skirts",                  ["label"] = "车用裙边",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "skirts.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["exhaust"]                      = {["name"] = "exhaust",                   ["label"] = "车用排气管",          ["weight"] = 0,         ["type"] = "item",      ["image"] = "exhaust.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["seat"]                         = {["name"] = "seat",                      ["label"] = "座椅外观",         ["weight"] = 0,         ["type"] = "item",      ["image"] = "seat.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["rollcage"]                     = {["name"] = "rollcage",                  ["label"] = "防滚架",                ["weight"] = 0,         ["type"] = "item",      ["image"] = "rollcage.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["rims"]                         = {["name"] = "rims",                      ["label"] = "定制轮辋",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "rims.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["livery"]                     = {["name"] = "livery",                  ["label"] = "涂装卷",            ["weight"] = 0,         ["type"] = "item",      ["image"] = "livery.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["paintcan"]                     = {["name"] = "paintcan",                  ["label"] = "车用喷漆罐",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "spraycan.png",             ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["tires"]                        = {["name"] = "tires",                     ["label"] = "漂移烟轮胎",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "tires.png",                ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["horn"]                         = {["name"] = "horn",                      ["label"] = "定制车喇叭",      ["weight"] = 0,         ["type"] = "item",      ["image"] = "horn.png",               ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},

["internals"]                  = {["name"] = "internals",               ["label"] = "内饰",       ["weight"] = 0,         ["type"] = "item",      ["image"] = "internals.png",            ["unique"] = true,      ["useable"] = true,   ["shouldClose"] = true,   ["combinable"] = nil,   ["description"] = ""},
["externals"]                  = {["name"] = "externals",               ["label"] = "外饰",       ["weight"] =
页: [1]
查看完整版本: 翻译成中文,保留源代码