Skip to content

Commit e929ca2

Browse files
author
Michael Stroucken
committed
Time values displayed are apparently single values, so use singular.
1 parent 36a4663 commit e929ca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conf/locale/locale_de-DE.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,9 +915,9 @@ dashboard.current_goroutine=Aktuelle Goroutines
915915
dashboard.current_memory_usage=Aktuelle Speichernutzung
916916
dashboard.total_memory_allocated=Zugeteilter Gesamtspeicher
917917
dashboard.memory_obtained=Erhaltener Speicher
918-
dashboard.pointer_lookup_times=Zeigerlookup-Dauern
919-
dashboard.memory_allocate_times=Speicheranforderungsdauern
920-
dashboard.memory_free_times=Speicherfreigabedauern
918+
dashboard.pointer_lookup_times=Zeigerlookup-Dauer
919+
dashboard.memory_allocate_times=Speicheranforderungsdauer
920+
dashboard.memory_free_times=Speicherfreigabedauer
921921
dashboard.current_heap_usage=Aktuelle Heap-Auslastung
922922
dashboard.heap_memory_obtained=Erhaltener Heap-Memory
923923
dashboard.heap_memory_idle=Unbenutzter Heap-Memory
@@ -938,7 +938,7 @@ dashboard.last_gc_time=Seit letztem GC-Zyklus
938938
dashboard.total_gc_time=Gesamte GC-Pause
939939
dashboard.total_gc_pause=Gesamte GC-Pause
940940
dashboard.last_gc_pause=Letzte GC-Pause
941-
dashboard.gc_times=GC-Dauern
941+
dashboard.gc_times=GC-Dauer
942942

943943
users.user_manage_panel=Benutzer
944944
users.new_account=Neues Konto erstellen

0 commit comments

Comments
 (0)