mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Merge pull request #318 from stroucki/20161128locale
Suggested de locale fix
This commit is contained in:
		@@ -915,9 +915,9 @@ dashboard.current_goroutine=Aktuelle Goroutines
 | 
				
			|||||||
dashboard.current_memory_usage=Aktuelle Speichernutzung
 | 
					dashboard.current_memory_usage=Aktuelle Speichernutzung
 | 
				
			||||||
dashboard.total_memory_allocated=Zugeteilter Gesamtspeicher
 | 
					dashboard.total_memory_allocated=Zugeteilter Gesamtspeicher
 | 
				
			||||||
dashboard.memory_obtained=Erhaltener Speicher
 | 
					dashboard.memory_obtained=Erhaltener Speicher
 | 
				
			||||||
dashboard.pointer_lookup_times=Zeigerlookup-Dauer
 | 
					dashboard.pointer_lookup_times=Anzahl Zeigerlookups
 | 
				
			||||||
dashboard.memory_allocate_times=Speicheranforderungsdauer
 | 
					dashboard.memory_allocate_times=Anzahl Speicheranforderungen
 | 
				
			||||||
dashboard.memory_free_times=Speicherfreigabedauer
 | 
					dashboard.memory_free_times=Anzahl Speicherfreigaben
 | 
				
			||||||
dashboard.current_heap_usage=Aktuelle Heap-Auslastung
 | 
					dashboard.current_heap_usage=Aktuelle Heap-Auslastung
 | 
				
			||||||
dashboard.heap_memory_obtained=Erhaltener Heap-Memory
 | 
					dashboard.heap_memory_obtained=Erhaltener Heap-Memory
 | 
				
			||||||
dashboard.heap_memory_idle=Unbenutzter Heap-Memory
 | 
					dashboard.heap_memory_idle=Unbenutzter Heap-Memory
 | 
				
			||||||
@@ -938,7 +938,7 @@ dashboard.last_gc_time=Seit letztem GC-Zyklus
 | 
				
			|||||||
dashboard.total_gc_time=Gesamte GC-Pause
 | 
					dashboard.total_gc_time=Gesamte GC-Pause
 | 
				
			||||||
dashboard.total_gc_pause=Gesamte GC-Pause
 | 
					dashboard.total_gc_pause=Gesamte GC-Pause
 | 
				
			||||||
dashboard.last_gc_pause=Letzte GC-Pause
 | 
					dashboard.last_gc_pause=Letzte GC-Pause
 | 
				
			||||||
dashboard.gc_times=GC-Dauer
 | 
					dashboard.gc_times=Anzahl GC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
users.user_manage_panel=Benutzer
 | 
					users.user_manage_panel=Benutzer
 | 
				
			||||||
users.new_account=Neues Konto erstellen
 | 
					users.new_account=Neues Konto erstellen
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user