wx363880556 发表于 2024-8-19 15:13:35

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


-- Submachine Guns
    [`weapon_microsmg`]            = {['name'] = 'weapon_microsmg',               ['label'] = 'Micro SMG',                ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_microsmg.png',      ['unique'] = true,      ['useable'] = false,    ['description'] = 'A handheld lightweight machine gun'},
    [`weapon_smg`]                   = {['name'] = 'weapon_smg',                  ['label'] = 'SMG',                      ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_smg.png',         ['unique'] = true,      ['useable'] = false,    ['description'] = 'A handheld lightweight machine gun'},
    [`weapon_smg_mk2`]               = {['name'] = 'weapon_smg_mk2',                ['label'] = 'PD MP5 2',               ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'smg.png',                  ['unique'] = true,      ['useable'] = true,   ['description'] = 'SMG MK2'},
    [`weapon_assaultsmg`]            = {['name'] = 'weapon_assaultsmg',             ['label'] = 'Assault SMG',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_assaultsmg.png',    ['unique'] = true,      ['useable'] = false,    ['description'] = 'An assault version of a handheld lightweight machine gun'},
    [`weapon_combatpdw`]             = {['name'] = 'weapon_combatpdw',            ['label'] = 'Combat PDW',               ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_combatpdw.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = 'A combat version of a handheld lightweight machine gun'},
    [`weapon_machinepistol`]         = {['name'] = 'weapon_machinepistol',          ['label'] = 'Tec-9',                  ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_PISTOL',         ['image'] = 'weapon_machinepistol.png', ['unique'] = true,      ['useable'] = false,    ['description'] = 'A self-loading pistol capable of burst or fully automatic fire'},
    [`weapon_minismg`]               = {['name'] = 'weapon_minismg',                ['label'] = 'Mini SMG',               ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_minismg.png',       ['unique'] = true,      ['useable'] = false,    ['description'] = 'A mini handheld lightweight machine gun'},
    [`weapon_raycarbine`]            = {['name'] = 'weapon_raycarbine',             ['label'] = 'Weapon Raycarbine',      ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_raycarbine.png',    ['unique'] = true,      ['useable'] = true,   ['description'] = 'Weapon Raycarbine'},

    -- Shotguns
    [`weapon_pumpshotgun`]         = {['name'] = 'weapon_pumpshotgun',            ['label'] = 'Pump Shotgun',             ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_pumpshotgun.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = 'A pump-action smoothbore gun for firing small shot at short range'},
    [`weapon_sawnoffshotgun`]      = {['name'] = 'weapon_sawnoffshotgun',         ['label'] = 'Sawn-off Shotgun',         ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_sawnoffshotgun.png', ['unique'] = true,   ['useable'] = false,    ['description'] = 'A sawn-off smoothbore gun for firing small shot at short range'},
    [`weapon_assaultshotgun`]      = {['name'] = 'weapon_assaultshotgun',         ['label'] = 'Assault Shotgun',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_assaultshotgun.png', ['unique'] = true,   ['useable'] = false,    ['description'] = 'An assault version of asmoothbore gun for firing small shot at short range'},
    [`weapon_bullpupshotgun`]      = {['name'] = 'weapon_bullpupshotgun',         ['label'] = 'Bullpup Shotgun',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_bullpupshotgun.png', ['unique'] = true,   ['useable'] = false,    ['description'] = 'A compact smoothbore gun for firing small shot at short range'},
    [`weapon_musket`]                = {['name'] = 'weapon_musket',               ['label'] = 'Musket',                   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_musket.png',      ['unique'] = true,      ['useable'] = false,    ['description'] = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder'},
    [`weapon_heavyshotgun`]          = {['name'] = 'weapon_heavyshotgun',         ['label'] = 'Heavy Shotgun',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_heavyshotgun.png',['unique'] = true,      ['useable'] = false,    ['description'] = 'A large smoothbore gun for firing small shot at short range'},
    [`weapon_dbshotgun`]             = {['name'] = 'weapon_dbshotgun',            ['label'] = 'Double-barrel Shotgun',    ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_dbshotgun.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession'},
    [`weapon_autoshotgun`]         = {['name'] = 'weapon_autoshotgun',            ['label'] = 'Auto Shotgun',             ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_autoshotgun.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = 'A shotgun capable of rapid continous fire'},
    [`weapon_pumpshotgun_mk2`]       = {['name'] = 'weapon_pumpshotgun_mk2',      ['label'] = 'Pumpshotgun MK2',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'pumpshotgun_mk2.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = 'Pumpshotgun MK2'},
    [`weapon_combatshotgun`]         = {['name'] = 'weapon_combatshotgun',          ['label'] = 'Weapon Combatshotgun',   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'combatshotgun.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = 'Weapon Combatshotgun'},

    -- Assault Rifles
    [`weapon_assaultrifle`]          = {['name'] = 'weapon_assaultrifle',         ['label'] = 'Assault Rifle',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_assaultrifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = 'A rapid-fire, magazine-fed automatic rifle designed for infantry use'},
    [`weapon_assaultrifle_mk2`]      = {['name'] = 'weapon_assaultrifle_mk2',       ['label'] = 'AK-47 MK2',                ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'assaultriflemk2.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = 'Assault Rifle MK2'},
    [`weapon_carbinerifle`]          = {['name'] = 'weapon_carbinerifle',         ['label'] = 'Carbine Rifle',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_carbinerifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = 'A lightweight automatic rifle'},
    [`weapon_carbinerifle_mk2`]      = {['name'] = 'weapon_carbinerifle_mk2',       ['label'] = 'PD 762',                   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'carbineriflemk2.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = 'Carbine Rifle MK2'},
    [`weapon_advancedrifle`]         = {['name'] = 'weapon_advancedrifle',          ['label'] = 'Advanced Rifle',         ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_advancedrifle.png', ['unique'] = true,      ['useable'] = false,    ['description'] = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use'},
    [`weapon_specialcarbine`]      = {['name'] = 'weapon_specialcarbine',         ['label'] = 'Special Carbine',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_specialcarbine.png', ['unique'] = true,   ['useable'] = false,    ['description'] = 'An extremely versatile assault rifle for any combat situation'},
    [`weapon_bullpuprifle`]          = {['name'] = 'weapon_bullpuprifle',         ['label'] = 'Bullpup Rifle',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_bullpuprifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = 'A compact automatic assault rifle'},
    [`weapon_compactrifle`]          = {['name'] = 'weapon_compactrifle',         ['label'] = 'Compact Rifle',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_compactrifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = 'A compact version of an assault rifle'},
    [`weapon_specialcarbine_mk2`]    = {['name'] = 'weapon_specialcarbine_mk2',   ['label'] = 'Weapon Wpecialcarbine MK2',['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'specialcarbine_mk2.png',   ['unique'] = true,      ['useable'] = true,   ['description'] = 'Weapon Wpecialcarbine MK2'},
    [`weapon_bullpuprifle_mk2`]      = {['name'] = 'weapon_bullpuprifle_mk2',       ['label'] = 'Bull Puprifle MK2',      ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'bullpuprifle_mk2.png',   ['unique'] = true,      ['useable'] = true,   ['description'] = 'Bull Puprifle MK2'},
    [`weapon_militaryrifle`]         = {['name'] = 'weapon_militaryrifle',          ['label'] = 'Weapon Militaryrifle',   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'militaryrifle.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = 'Weapon Militaryrifle'},



ChatGPT 发表于 2024-8-19 15:14:31

-- 冲锋枪
[`weapon_microsmg`]            = {['name'] = 'weapon_microsmg',               ['label'] = '微型冲锋枪',                ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_microsmg.png',      ['unique'] = true,      ['useable'] = false,    ['description'] = '一种手持轻量级机枪'},
[`weapon_smg`]                   = {['name'] = 'weapon_smg',                  ['label'] = '冲锋枪',                      ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_smg.png',         ['unique'] = true,      ['useable'] = false,    ['description'] = '一种手持轻量级机枪'},
[`weapon_smg_mk2`]               = {['name'] = 'weapon_smg_mk2',                ['label'] = 'PD MP5 2',               ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'smg.png',                  ['unique'] = true,      ['useable'] = true,   ['description'] = 'SMG MK2'},
[`weapon_assaultsmg`]            = {['name'] = 'weapon_assaultsmg',             ['label'] = '突击冲锋枪',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_assaultsmg.png',    ['unique'] = true,      ['useable'] = false,    ['description'] = '一款突击版的手持轻量级机枪'},
[`weapon_combatpdw`]             = {['name'] = 'weapon_combatpdw',            ['label'] = '战斗PDW',               ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_combatpdw.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = '一款战斗版的手持轻量级机枪'},
[`weapon_machinepistol`]         = {['name'] = 'weapon_machinepistol',          ['label'] = 'Tec-9',                  ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_PISTOL',         ['image'] = 'weapon_machinepistol.png', ['unique'] = true,      ['useable'] = false,    ['description'] = '一种可进行连发或全自动射击的半自动手枪'},
[`weapon_minismg`]               = {['name'] = 'weapon_minismg',                ['label'] = '迷你冲锋枪',               ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_minismg.png',       ['unique'] = true,      ['useable'] = false,    ['description'] = '一款迷你手持轻量级机枪'},
[`weapon_raycarbine`]            = {['name'] = 'weapon_raycarbine',             ['label'] = '光线卡宾枪',      ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SMG',            ['image'] = 'weapon_raycarbine.png',    ['unique'] = true,      ['useable'] = true,   ['description'] = '光线卡宾枪'},

-- 霰弹枪
[`weapon_pumpshotgun`]         = {['name'] = 'weapon_pumpshotgun',            ['label'] = '泵动霰弹枪',             ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_pumpshotgun.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = '一种短距离射击的小口径滑膛枪'},
[`weapon_sawnoffshotgun`]      = {['name'] = 'weapon_sawnoffshotgun',         ['label'] = '锯短霰弹枪',         ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_sawnoffshotgun.png', ['unique'] = true,   ['useable'] = false,    ['description'] = '一种短距离射击的锯短滑膛枪'},
[`weapon_assaultshotgun`]      = {['name'] = 'weapon_assaultshotgun',         ['label'] = '突击霰弹枪',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_assaultshotgun.png', ['unique'] = true,   ['useable'] = false,    ['description'] = '一款突击版的短距离射击滑膛枪'},
[`weapon_bullpupshotgun`]      = {['name'] = 'weapon_bullpupshotgun',         ['label'] = '牛犊霰弹枪',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_bullpupshotgun.png', ['unique'] = true,   ['useable'] = false,    ['description'] = '一款紧凑型的短距离射击滑膛枪'},
[`weapon_musket`]                = {['name'] = 'weapon_musket',               ['label'] = '火枪',                   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_musket.png',      ['unique'] = true,      ['useable'] = false,    ['description'] = '一种轻步兵用的轻火器,通常为滑膛、填装和肩射'},
[`weapon_heavyshotgun`]          = {['name'] = 'weapon_heavyshotgun',         ['label'] = '重型霰弹枪',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_heavyshotgun.png',['unique'] = true,      ['useable'] = false,    ['description'] = '一款短距离射击的大口径滑膛枪'},
[`weapon_dbshotgun`]             = {['name'] = 'weapon_dbshotgun',            ['label'] = '双管霰弹枪',    ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_dbshotgun.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = '一款具有两根平行枪管的霰弹枪,允许快速连续射击两发单发子弹'},
[`weapon_autoshotgun`]         = {['name'] = 'weapon_autoshotgun',            ['label'] = '自动霰弹枪',             ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'weapon_autoshotgun.png',   ['unique'] = true,      ['useable'] = false,    ['description'] = '一款能够快速连续射击的霰弹枪'},
[`weapon_pumpshotgun_mk2`]       = {['name'] = 'weapon_pumpshotgun_mk2',      ['label'] = '泵动霰弹枪 MK2',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'pumpshotgun_mk2.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = '泵动霰弹枪 MK2'},
[`weapon_combatshotgun`]         = {['name'] = 'weapon_combatshotgun',          ['label'] = '战斗霰弹枪',   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_SHOTGUN',          ['image'] = 'combatshotgun.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = '战斗霰弹枪'},

-- 突击步枪
[`weapon_assaultrifle`]          = {['name'] = 'weapon_assaultrifle',         ['label'] = '突击步枪',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_assaultrifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = '一种为步兵设计的快速射击、弹匣供弹的自动步枪'},
[`weapon_assaultrifle_mk2`]      = {['name'] = 'weapon_assaultrifle_mk2',       ['label'] = 'AK-47 MK2',                ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'assaultriflemk2.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = '突击步枪 MK2'},
[`weapon_carbinerifle`]          = {['name'] = 'weapon_carbinerifle',         ['label'] = '卡宾枪',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_carbinerifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = '一款轻量级自动步枪'},
[`weapon_carbinerifle_mk2`]      = {['name'] = 'weapon_carbinerifle_mk2',       ['label'] = 'PD 762',                   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'carbineriflemk2.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = '卡宾枪 MK2'},
[`weapon_advancedrifle`]         = {['name'] = 'weapon_advancedrifle',          ['label'] = '高级步枪',         ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_advancedrifle.png', ['unique'] = true,      ['useable'] = false,    ['description'] = '突击版的快速射击、弹匣供弹的自动步枪'},
[`weapon_specialcarbine`]      = {['name'] = 'weapon_specialcarbine',         ['label'] = '特种卡宾枪',          ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_specialcarbine.png', ['unique'] = true,   ['useable'] = false,    ['description'] = '适用于任何战斗情况的多功能突击步枪'},
[`weapon_bullpuprifle`]          = {['name'] = 'weapon_bullpuprifle',         ['label'] = '牛犊步枪',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_bullpuprifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = '一款紧凑型自动突击步枪'},
[`weapon_compactrifle`]          = {['name'] = 'weapon_compactrifle',         ['label'] = '紧凑型步枪',            ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'weapon_compactrifle.png',['unique'] = true,      ['useable'] = false,    ['description'] = '突击步枪的紧凑型版本'},
[`weapon_specialcarbine_mk2`]    = {['name'] = 'weapon_specialcarbine_mk2',   ['label'] = '特种卡宾枪 MK2',['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'specialcarbine_mk2.png',   ['unique'] = true,      ['useable'] = true,   ['description'] = '特种卡宾枪 MK2'},
[`weapon_bullpuprifle_mk2`]      = {['name'] = 'weapon_bullpuprifle_mk2',       ['label'] = '牛犊步枪 MK2',      ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'bullpuprifle_mk2.png',   ['unique'] = true,      ['useable'] = true,   ['description'] = '牛犊步枪 MK2'},
[`weapon_militaryrifle`]         = {['name'] = 'weapon_militaryrifle',          ['label'] = '军用步枪',   ['weight'] = 1000,      ['type'] = 'weapon',    ['ammotype'] = 'AMMO_RIFLE',            ['image'] = 'militaryrifle.png',      ['unique'] = true,      ['useable'] = true,   ['description'] = '军用步枪'},
页: [1]
查看完整版本: 翻译成中文,保留原有代码