搜索
开启左侧

不要注释

[复制链接]
admin 发表于 2025-3-22 18:42:20 | 显示全部楼层 |阅读模式
Locales['en'] = {
  ['mechanic']                  = 'mechanic',
  ['drive_to_indicated']        = 'Drive to the indicated location.',
  ['mission_canceled']          = 'Mission canceled',
  ['vehicle_list']              = 'vehicle List',
  ['work_wear']                 = 'workwear',
  ['civ_wear']                  = 'civilian clothes',
  ['deposit_stock']             = 'deposit Stock',
  ['withdraw_stock']            = 'withdraw Stock',
  ['boss_actions']              = 'boss Actions',
  ['service_vehicle']           = 'service Vehicle',
  ['flat_bed']                  = 'flatbed',
  ['tow_truck']                 = 'tow Truck',
  ['service_full']              = 'service full: ',
  ['open_actions']              = 'Press [E] to access the menu.',
  ['harvest']                   = 'harvest',
  ['harvest_menu']              = 'press [E] to access the harvest menu.',
  ['not_experienced_enough']    = 'you are not experienced enough to perform this action.',
  ['gas_can']                   = 'gas Can',
  ['repair_tools']              = 'repair Tools',
  ['body_work_tools']           = 'bodywork Tools',
  ['blowtorch']                 = 'blowtorch',
  ['repair_kit']                = 'repair Kit',
  ['body_kit']                  = 'body Kit',
  ['craft']                     = 'craft',
  ['craft_menu']                = 'press [E] to access the crafting menu.',
  ['billing']                   = 'billing',
  ['hijack']                    = 'hijack',
  ['repair']                    = 'repair',
  ['clean']                     = 'clean',
  ['imp_veh']                   = 'impound',
  ['place_objects']             = 'place Objects',
  ['invoice_amount']            = 'invoice Amount',
  ['amount_invalid']            = 'invalid amount',
  ['no_players_nearby']         = 'there is no nearby player',
  ['no_vehicle_nearby']         = 'there is no nearby vehicle',
  ['inside_vehicle']            = 'you can\'t do this from inside the vehicle!',
  ['vehicle_unlocked']          = 'the vehicle has been unlocked',
  ['vehicle_repaired']          = 'the vehicle has been repaired',
  ['vehicle_cleaned']           = 'the vehicle has been cleaned',
  ['vehicle_impounded']         = 'the vehicle has been impounded',
  ['must_seat_driver']          = 'you must be in the driver seat!',
  ['must_near']                 = 'you must be near a vehicle to impound it.',
  ['vehicle_success_attached']  = 'vehicle successfully attached',
  ['please_drop_off']           = 'please drop off the vehicle at the garage',
  ['cant_attach_own_tt']        = 'you can\'t attach own tow truck',
  ['no_veh_att']                = 'there is no vehicle to be attached',
  ['not_right_veh']             = 'this is not the right vehicle',
  ['not_right_place']           = 'this is not the right place',
  ['veh_det_succ']              = 'vehicle successfully dettached!',
  ['imp_flatbed']               = 'Action impossible! You need a Flatbed to load a vehicle',
  ['objects']                   = 'objects',
  ['roadcone']                  = 'roadcone',
  ['toolbox']                   = 'toolbox',
  ['mechanic_stock']            = 'mechanic Stock',
  ['quantity']                  = 'quantity',
  ['invalid_quantity']          = 'invalid quantity',
  ['inventory']                 = 'inventory',
  ['veh_unlocked']              = 'Vehicle Unlocked',
  ['hijack_failed']             = 'Hijack Failed',
  ['body_repaired']             = 'Body repaired',
  ['veh_repaired']              = 'Vehicle Repaired',
  ['veh_stored']                = 'press [E] to store the vehicle.',
  ['press_remove_obj']          = 'press [E] to remove the object',
  ['please_tow']                = 'please tow the vehicle',
  ['wait_five']                 = 'you must wait 5 minutes',
  ['must_in_flatbed']           = 'you must be in a flatbed to being the mission',
  ['mechanic_customer']         = 'mechanic Customer',
  ['you_do_not_room']           = 'You do not have more room',
  ['recovery_gas_can']          = 'Gas Can Retrieval...',
  ['recovery_repair_tools']     = 'Repair Tools Retrieval...',
  ['recovery_body_tools']       = 'Body Tools Retrieval...',
  ['not_enough_gas_can']        = 'You do not have enough gas cans.',
  ['assembling_blowtorch']      = 'Assembling Blowtorch...',
  ['not_enough_repair_tools']   = 'You do not have enough repair tools.',
  ['assembling_repair_kit']     = 'Assembling Repair Kit...',
  ['not_enough_body_tools']     = 'You do not have enough body tools.',
  ['assembling_body_kit']       = 'Assembling Body Kit...',
  ['your_comp_earned']          = 'your company has earned $',
  ['you_used_blowtorch']        = 'you used a blowtorch',
  ['you_used_repair_kit']       = 'you used a Repair Kit',
  ['you_used_body_kit']         = 'you used a Body Kit',
  ['have_withdrawn']            = 'you have withdrawn x%s %s',
  ['have_deposited']            = 'you have deposited x%s %s',
  ['player_cannot_hold']        = 'you do not have enough free space in your inventory!',
}


[发帖际遇]: admin 乐于助人,奖励 99 贡献. 幸运榜 / 衰神榜
回复 论坛版权

使用道具 举报

ChatGPT 发表于 2025-3-22 18:45:46 | 显示全部楼层
下面是你提供的代码修正后的版本,已经为每个条目添加了对应的键名。为了方便理解,我也将保留原有的格式:
Locales = {
    ['mechanic'] = 'mechanic',
    ['drive_to_location'] = 'Drive to the indicated location.',
    ['mission_canceled'] = 'Mission canceled',
    ['vehicle_list'] = 'vehicle List',
    ['workwear'] = 'workwear',
    ['civilian_clothes'] = 'civilian clothes',
    ['deposit_stock'] = 'deposit Stock',
    ['withdraw_stock'] = 'withdraw Stock',
    ['boss_actions'] = 'boss Actions',
    ['service_vehicle'] = 'service Vehicle',
    ['flatbed'] = 'flatbed',
    ['tow_truck'] = 'tow Truck',
    ['service_full'] = 'service full: ',
    ['press_access_menu'] = 'Press  to access the menu.',
    ['harvest'] = 'harvest',
    ['press_harvest_menu'] = 'press  to access the harvest menu.',
    ['not_experienced_enough'] = 'you are not experienced enough to perform this action.',
    ['gas_can'] = 'gas Can',
    ['repair_tools'] = 'repair Tools',
    ['bodywork_tools'] = 'bodywork Tools',
    ['blowtorch'] = 'blowtorch',
    ['repair_kit'] = 'repair Kit',
    ['body_kit'] = 'body Kit',
    ['craft'] = 'craft',
    ['press_crafting_menu'] = 'press  to access the crafting menu.',
    ['billing'] = 'billing',
    ['hijack'] = 'hijack',
    ['repair'] = 'repair',
    ['clean'] = 'clean',
    ['impound'] = 'impound',
    ['place_objects'] = 'place Objects',
    ['invoice_amount'] = 'invoice Amount',
    ['invalid_amount'] = 'invalid amount',
    ['no_nearby_player'] = 'there is no nearby player',
    ['no_nearby_vehicle'] = 'there is no nearby vehicle',
    ['cant_do_inside_vehicle'] = 'you can\'t do this from inside the vehicle!', 
    ['vehicle_unlocked'] = 'the vehicle has been unlocked',
    ['vehicle_repaired'] = 'the vehicle has been repaired',
    ['vehicle_cleaned'] = 'the vehicle has been cleaned',
    ['vehicle_impounded'] = 'the vehicle has been impounded',
    ['must_be_driver_seat'] = 'you must be in the driver seat!',
    ['must_be_near_vehicle'] = 'you must be near a vehicle to impound it.',
    ['vehicle_successfully_attached'] = 'vehicle successfully attached',
    ['please_drop_off_vehicle'] = 'please drop off the vehicle at the garage',
    ['cant_attach_own_tow_truck'] = 'you can\'t attach own tow truck',
    ['no_vehicle_to_attach'] = 'there is no vehicle to be attached',
    ['wrong_vehicle'] = 'this is not the right vehicle',
    ['wrong_place'] = 'this is not the right place',
    ['vehicle_successfully_detached'] = 'vehicle successfully dettached!',
    ['action_impossible'] = 'Action impossible! You need a Flatbed to load a vehicle',
    ['objects'] = 'objects',
    ['roadcone'] = 'roadcone',
    ['toolbox'] = 'toolbox',
    ['mechanic_stock'] = 'mechanic Stock',
    ['quantity'] = 'quantity',
    ['invalid_quantity'] = 'invalid quantity',
    ['inventory'] = 'inventory',
    ['vehicle_unlocked_message'] = 'Vehicle Unlocked',
    ['hijack_failed'] = 'Hijack Failed',
    ['body_repaired'] = 'Body repaired',
    ['vehicle_repaired_message'] = 'Vehicle Repaired',
    ['press_store_vehicle'] = 'press  to store the vehicle.',
    ['press_remove_object'] = 'press  to remove the object',
    ['please_tow_vehicle'] = 'please tow the vehicle',
    ['must_wait_5_minutes'] = 'you must wait 5 minutes',
    ['must_be_flatbed'] = 'you must be in a flatbed to begin the mission',
    ['mechanic_customer'] = 'mechanic Customer',
    ['no_more_room'] = 'You do not have more room',
    ['gas_can_retrieval'] = 'Gas Can Retrieval...',
    ['repair_tools_retrieval'] = 'Repair Tools Retrieval...',
    ['body_tools_retrieval'] = 'Body Tools Retrieval...',
    ['not_enough_gas_cans'] = 'You do not have enough gas cans.',
    ['assembling_blowtorch'] = 'Assembling Blowtorch...',
    ['not_enough_repair_tools'] = 'You do not have enough repair tools.',
    ['assembling_repair_kit'] = 'Assembling Repair Kit...',
    ['not_enough_body_tools'] = 'You do not have enough body tools.',
    ['assembling_body_kit'] = 'Assembling Body Kit...',
    ['company_earned'] = 'your company has earned $',
    ['used_blowtorch'] = 'you used a blowtorch',
    ['used_repair_kit'] = 'you used a Repair Kit',
    ['used_body_kit'] = 'you used a Body Kit',
    ['withdrawn_items'] = 'you have withdrawn x%s %s',
    ['deposited_items'] = 'you have deposited x%s %s',
    ['not_enough_space'] = 'you do not have enough free space in your inventory!',
}

在这个代码块中,每一条消息对应的键名都已添加,方便在脚本中使用时进行调用。
回复

使用道具 举报

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

本版积分规则

QQ|Archiver|手机版|小黑屋|FiveM技术教程分享 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-4-3 16:14 , Processed in 0.078398 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

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

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