20 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
| locales["de"] = {
 | |
|     ["lost_signal"] = "Signal vom Tracker ~r~Verloren~s~ , drücke ~y~H~s~ in den nächsten ~y~%d~s~ um ein Wegpunkt zu setzen",
 | |
|     ["panic_button"] = "Tracker panic button",
 | |
|     ["press_again_to_confirm_panic_button"] = "Zum Bestätigen nochmal den  ~r~panic button~s~ drücken",
 | |
|     ["panic_button_pressed"] = "~r~PANIC MODE~s~ ~g~AKTIVIERT~s~",
 | |
|     ["has_pressed_panic_button"] = "~y~%s~s~ hat den  ~r~panic button~s~ gedrückt",
 | |
|     ["panic_button_location"] = "~y~Panic button standort~s~",
 | |
|     ["insert_new_frequency"] = "Neue Frequenz (0 = deaktivieren)",
 | |
|     ["maximum_frequency_is"] = "Die maximale Frequenz ~y~%d~s~",
 | |
|     ["frequency_not_valid"] = "Frequenz nicht verfügbar",
 | |
|     
 | |
|     -- [[ Logs ]]
 | |
|     ['log:generic'] = "Nickname: %s\nIdentifier: %s\n\n%s",
 | |
|     ["logs:signal_lost"] = "Signal Verloren",
 | |
|     ["logs:signal_lost:description"] = "Signal von  **%s** (ID **%d**) verloren",
 | |
|     ["logs:panic_button"] = "Panic button gedrückt",
 | |
|     ["logs:panic_button:description"] = "Hat den panic button gedrückt **%s** (ID **%d**) Koordinaten **%s**",
 | |
|     ["logs:private_frequency_set"] = "Private Frequenz einstellen",
 | |
|     ["logs:private_frequency_set:description"] = "neue Frequenz einstellen **%d**",
 | |
| }
 | 
