翻译
['garage'] = 'Garage',
['harbor'] = 'Harbor',
['hangar'] = 'Hangar',
['open_garage_1'] = '[E] Quick choose vehicle',
['open_garage_2'] = '[H] Enter garage',
['open_garage_3'] = '[E] Enter harbor',
['open_garage_4'] = '[E] Enter hangar',
['notif_storevehicle'] = '[G] Store your vehicle',
['vehicle_toolarge'] = 'This vehicle is too large for this garage : ',
['car_city_impound'] = 'Car Impound (city)',
['car_sandy_impound'] = 'Car Impound (sandy)',
['boat_impound'] = 'Boat Impound',
['air_impound'] = 'Air Impound',
['job_garage'] = 'Job Garage',
['gang_garage'] = 'Gang Garage',
--server
['saving_cached_data'] = 'Saving all cached data please wait....',
['cached_data_saved'] = 'Saved all cached data.',
['vehicles'] = 'vehicles',
['pay_tax'] = 'You have been taxed on %s vehicles for a total of $%s',
['transfer_vehicle'] = 'You transferred a vehicle [%s] to ID : %s',
['recieve_vehicle'] = 'You have received a vehicle [%s] from ID : %s',
['dont_own_vehicle'] = 'You do not own this vehicle',
['unimpounded_vehicle'] = 'Successfully unimpounded the vehicle - %s',
['impound_fee_return'] = 'Pay a fee to return your vehicle from the impound as a civilian : $',
['transfer_success'] = 'Transferred successfully',
['not_owned_vehicle'] = 'This vehicle is not owned by a player',
['add_garageslot'] = 'You have added 1 more garage slot to %s',
['recieve_garageslot'] = 'You have purchased an extra garage slot. You now have %s',
['not_enough_money'] = 'You don\'t have enough money in your bank',
['garage_full'] = 'Transfer failed! This person does not have enough space in their garage',
['cant_transfer_yourself'] = 'You can not transfer a vehicle to yourself',
['incorrect_id'] = 'Incorrect player ID',
['garage_space_check'] = 'You have %s garage slots',
['no_permissions'] = 'You do not have permission to use this command',
['no_owned_vehicles'] = 'You do not own any vehicles',
['vehmanagment_added'] = '%s has been added to ID %s\'s garage',
['vehmanagment_deleted'] = 'Vehicle has been deleted from the database',
['vehmanagment_noperms'] = 'You do not have permission to use this command',
['vehmanagment_platechanged'] = 'Vehicle plate has been changed from %s to %s',
['owned_vehicle'] = 'The plate %s is already owned by another player',
['garage_title'] = 'Garage Logs',
['logs_exploit_message'] = '@everyone %s tried to spawn a vehicle [%s] with hash: %s. His original vehicle: %s\n```\nIdentifier: %s\n```',
['logs_impound_message'] = '**Plate:** %s\n**Vehicle Name:** %s\n**Impound Id:** %s\n\n**Source:**\nName: *%s*\nID: *%s*\nIdentifier: *%s*',
['logs_unimpound_message'] = '**Plate:** %s\n**Vehicle Name:** %s\n\n**Source:**\nName: *%s*\nID: *%s*\nIdentifier: *%s*',
['logs_transfer_title'] = 'Transfer Vehicle',
['logs_transfer_message'] = '**Plate:** %s\n**Label:** %s\n\n**Source:**\nName: *%s*\nID: *%s*\nIdentifier: *%s*\n\n**Target:**\n Name: *%s*\nID: *%s*\nIdentifier: *%s*',
['logs_vehiclemanagment_add'] = '**Plate:** %s\n**Garage Type:** %s\n\n**SOURCE**\n**Name:** %s\n**ID:** %s\n**Identifier:** %s\n\n**TAGET**\n**Name:** %s\n**ID:** %s\n**Identifier:** %s',
['logs_vehiclemanagment_delete'] = '**Plate:** %s\n\n**SOURCE**\n**Name:** %s\n**ID:** %s\n**Identifier:** %s',
['logs_vehiclemanagment_plate'] = '**Old Plate:** %s\n**New Plate:** %s\n\n**SOURCE**\n**Name:** %s\n**ID:** %s\n**Identifier:** %s',
['logs_vehiclemanagment_title'] = 'Vehicle Managment: %s',
['logs_garagespace_title'] = 'Garage Space',
['logs_garagespace_message'] = '**New Garage Slot Amount:** %s\n**Cost:** $%s\n\n**SOURCE**\n**Name:** %s\n**ID:** %s\n**Identifier:** %s\n\n**TAGET**\n**Name:** %s\n**ID:** %s\n**Identifier:** %s',
['already_has_fakeplate'] = 'This vehicle already has a fake plate attached',
['no_fakeplate'] = 'This vehicle does not have a fake plate attached',
['duplicate_private_garage'] = 'You already have a garage_id with the same name. Please choose another',
['invalid_format'] = 'Invalid format, please read the chat suggestions and try again',
['gave_keys_saved'] = 'You have given %s a saved vehicle key for [%s]',
['recieve_keys_saved'] = 'You have received a vehicle key for [%s]',
['gave_keys_temp'] = 'You have given %s a temporary vehicle key for [%s]',
['recieve_keys_temp'] = 'You have received a vehicle key for [%s]',
['fakeplate_add_success'] = 'Fake plate added successfully',
['fakeplate_remove_success'] = 'Fake plate removed successfully',
|