diff options
author | Michael Stroucken <mxs@cmu.edu> | 2016-11-29 14:54:10 -0500 |
---|---|---|
committer | Michael Stroucken <mxs@cmu.edu> | 2016-11-29 14:54:10 -0500 |
commit | e929ca2c411115db734f473cde24262ba2f1984c (patch) | |
tree | 20a78503c995f7053580b29a5efed176e1fb00a1 /conf | |
parent | 36a4663393c30476bbc0fd1bb03e6a56d3aa4295 (diff) | |
download | gitea-e929ca2c411115db734f473cde24262ba2f1984c.tar.gz gitea-e929ca2c411115db734f473cde24262ba2f1984c.zip |
Time values displayed are apparently single values, so use singular.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_de-DE.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index f86bfc0261..7f8a18ea84 100644 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -915,9 +915,9 @@ dashboard.current_goroutine=Aktuelle Goroutines dashboard.current_memory_usage=Aktuelle Speichernutzung dashboard.total_memory_allocated=Zugeteilter Gesamtspeicher dashboard.memory_obtained=Erhaltener Speicher -dashboard.pointer_lookup_times=Zeigerlookup-Dauern -dashboard.memory_allocate_times=Speicheranforderungsdauern -dashboard.memory_free_times=Speicherfreigabedauern +dashboard.pointer_lookup_times=Zeigerlookup-Dauer +dashboard.memory_allocate_times=Speicheranforderungsdauer +dashboard.memory_free_times=Speicherfreigabedauer dashboard.current_heap_usage=Aktuelle Heap-Auslastung dashboard.heap_memory_obtained=Erhaltener 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_pause=Gesamte GC-Pause dashboard.last_gc_pause=Letzte GC-Pause -dashboard.gc_times=GC-Dauern +dashboard.gc_times=GC-Dauer users.user_manage_panel=Benutzer users.new_account=Neues Konto erstellen |