24 lines
		
	
	
		
			No EOL
		
	
	
		
			881 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			881 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Utils.Lang['de'] = {
 | |
| 	['confirmation_modal_title'] = "Aktion bestätigen",
 | |
| 	['confirmation_modal_body'] = "Sind Sie sicher, dass Sie mit dieser Aktion fortfahren möchten?",
 | |
| 	['confirmation_modal_cancel_button'] = "Abbrechen",
 | |
| 	['confirmation_modal_confirm_button'] = "Bestätigen",
 | |
| 
 | |
| 	['custom_validity'] = {
 | |
| 		['fill_field'] = "Bitte füllen Sie dieses Feld aus",
 | |
| 		['select_fill_field'] = "Bitte wählen Sie einen Eintrag aus der Liste",
 | |
| 		['invalid_value'] = "Ungültiger Wert",
 | |
| 		['more_than'] = "Muss größer oder gleich {0} sein",
 | |
| 		['less_than'] = "Muss kleiner oder gleich {0} sein",
 | |
| 		['pattern_mismatch'] = "Ungültiges Format",
 | |
| 		['too_long'] = "Der Eintrag ist zu lang",
 | |
| 		['too_short'] = "Der Eintrag ist zu kurz"
 | |
| 	},
 | |
| 
 | |
| 	['notification'] = {
 | |
| 		['error'] = "Fehler",
 | |
| 		['success'] = "Erfolg",
 | |
| 		['warning'] = "Warnung",
 | |
| 		['info'] = "Info",
 | |
| 	},
 | |
| } | 
