Rebase branch onto go-gitea/gitea
This commit is contained in:
@@ -76,7 +76,7 @@ domain_helper=Dies hat Auswirkung auf die SSH Klon-URLs.
|
||||
ssh_port=SSH Port
|
||||
ssh_port_helper=Der Port Ihres SSH-Servers. Leer lassen um SSH zu deaktivieren.
|
||||
http_port=HTTP Port
|
||||
http_port_helper=Auf dieser Port Nummer wird Gitea erreichbar sein.
|
||||
http_port_helper=Auf diesem Port wird Gitea erreichbar sein.
|
||||
app_url=Anwendungs-URL
|
||||
app_url_helper=Dies hat Auswirkung auf die HTTP/HTTPS Klon-URLs und den Inhalt der E-Mails.
|
||||
log_root_path=Logdateipfad
|
||||
@@ -593,7 +593,7 @@ milestones.title=Titel
|
||||
milestones.desc=Beschreibung
|
||||
milestones.due_date=Fälligkeitsdatum (optional)
|
||||
milestones.clear=Feld leeren
|
||||
milestones.invalid_due_date_format=Format des Fälligkeitsdatums ist ungültig. Es muss das Format 'JJJJ-mm-dd' haben.
|
||||
milestones.invalid_due_date_format=Format des Fälligkeitsdatums ist ungültig. Es muss das Format 'JJJJ-MM-TT' haben.
|
||||
milestones.create_success=Meilenstein '%s' wurde erfolgreich erstellt!
|
||||
milestones.edit=Meilenstein bearbeiten
|
||||
milestones.edit_subheader=Verwenden Sie eine aussagekräftige Beschreibung für Meilensteine, um Missverständnisse zu vermeiden.
|
||||
@@ -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=Pointer Lookup Times
|
||||
dashboard.memory_allocate_times=Memory Allocate Times
|
||||
dashboard.memory_free_times=Memory Free Times
|
||||
dashboard.pointer_lookup_times=Zeigerlookup-Dauern
|
||||
dashboard.memory_allocate_times=Speicheranforderungsdauern
|
||||
dashboard.memory_free_times=Speicherfreigabedauern
|
||||
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-Takt
|
||||
dashboard.gc_times=GC-Dauern
|
||||
|
||||
users.user_manage_panel=Benutzer
|
||||
users.new_account=Neues Konto erstellen
|
||||
|
||||
Reference in New Issue
Block a user