mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
esx_garage: added de.lua
This commit is contained in:
@@ -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.'
|
||||
}
|
||||
Reference in New Issue
Block a user