esx_garage: added de.lua

This commit is contained in:
RoadToSix
2022-09-20 12:02:44 +02:00
parent e6b083a92c
commit 1576bab862
+25
View File
@@ -0,0 +1,25 @@
Locales["de"] = {
["parking_blip_name"] = 'Garage',
["Impound_blip_name"] = 'Abschlepphof',
["access_parking"] = 'Drücke [E] to access the car park.',
["access_Impound"] = 'Drücke [E] um den Abschlepphof zu öffnen.',
["park_veh"] = 'Drücke [E] um das Fahrzeug zu parken.',
["not_owning_veh"] = 'Du besitzt dieses Fahrzeug nicht!',
['veh_released'] = 'Du hast dein Fahrzeug erfolgreich abgeholt.',
['veh_Impound_released'] = 'Du hast dein Fahrzeug erfolgreich zurückgeholt.',
['veh_stored'] = 'Erfolgreich gelagertes Fahrzeug',
['veh_impounded'] = 'Beschlagnahmtes Fahrzeug',
['no_veh_parking'] = 'Kein Fahrzeug von dir ist hier eingelagert.',
['no_veh_impounded'] = 'Kein Fahrzeug von dir ist hier beschlagnahmt.',
['no_veh_Impound'] = 'Du hast keine beschlagnahmten Fahrzeuge.',
['veh_model'] = 'Model',
['veh_plate'] = 'Plate',
['veh_condition'] = 'Zustand',
['veh_action'] = 'Aktion',
['impound_action'] = 'Beschlagnahme',
['veh_exit'] = 'Fahrzeug zurückholen',
['pay_impound'] = 'Beschlagnahme bezahlen',
['veh_block'] = 'Fahrzeug kann nicht zurückgeholt werden da der Spawn blockiert ist.',
['pay_Impound_bill'] = 'Du hast $%s zum Abschlepphof bezahlt.',
['missing_money'] = 'Du hast nicht genug Geld.'
}