36 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
| -- To edit the messages edit the ones on the right side, not the ones inside the square brackets.
 | |
| -- https://docs.fivem.net/docs/game-references/text-formatting/
 | |
| 
 | |
| 
 | |
| Locale = {
 | |
|     ['Roofbox'] = 'Dachbox',
 | |
| 
 | |
|     ['All roof rack slots are occupied'] = 'Alle Dachgepäckträger-Plätze sind belegt',
 | |
|     ['You\'re not near any roof rack'] = 'Du bist in der Nähe keines Dachgepäckträgers',
 | |
|     ['You are not near any vehicle'] = 'Du bist in der Nähe keines Fahrzeugs',
 | |
|     ['You do not have the required item'] = 'Du hast nicht den benötigten Gegenstand',
 | |
|     ['You are not allowed to do this'] = 'Du darfst das nicht tun',
 | |
|     ['This vehicle is locked'] = 'Dieses Fahrzeug ist verschlossen',
 | |
|     ['This vehicle does not have a roofbox'] = 'Dieses Fahrzeug hat keine Dachbox',
 | |
|     ['The roofbox is not empty'] = 'Die Dachbox ist nicht leer',
 | |
| 
 | |
|     ['Removes the roofbox from nearest vehicle'] = 'Entfernt die Dachbox vom nächstgelegenen Fahrzeug',
 | |
|     ['Opens the roofbox from nearest vehicle'] = 'Öffnet die Dachbox vom nächstgelegenen Fahrzeug',
 | |
| 
 | |
|     ['~d~[~w~E~d~]~w~ put on the roof rack'] = '~d~[~w~E~d~]~w~ auf den Dachträger setzen',
 | |
|     ['Put on the roof rack'] = 'Auf den Dachträger setzen',
 | |
| 
 | |
|     ['~d~[~w~E~d~]~w~ take off'] = '~d~[~w~E~d~]~w~ abnehmen',
 | |
|     ['Take off'] = 'Abnehmen',
 | |
| 
 | |
|     ['Remove roofbox'] = 'Dachbox entfernen',
 | |
|     ['Open roofbox'] = 'Dachbox öffnen',
 | |
| 
 | |
|     ['Cancel'] = 'Abbrechen',
 | |
|     ['Place roofbox'] = 'Dachbox platzieren',
 | |
| 
 | |
|     ['Enables color matched roofbox placement mode'] = 'Aktiviert den farblich abgestimmten Dachbox-Platzierungsmodus',
 | |
|     ['Enables carbon roofbox placement mode'] = 'Aktiviert den Carbon-Dachbox-Platzierungsmodus',
 | |
|     ['Enables bike rack placement mode'] = 'Aktiviert den Fahrradträger-Platzierungsmodus',
 | |
| }
 | |
| 
 | 
