mirror of https://github.com/go-gitea/gitea.git
Added some missing strings under the [action] category to german localization
This commit is contained in:
parent
f03b6be8f9
commit
1601b27ad3
|
@ -541,10 +541,11 @@ monitor.start = Startzeit
|
||||||
monitor.execute_time = Ausführungszeit
|
monitor.execute_time = Ausführungszeit
|
||||||
|
|
||||||
[action]
|
[action]
|
||||||
create_repo = Repository erstellen <a href="%s/%s">%s</a>
|
create_repo = hat Repository <a href="%s/%s">%s</a> erstellt
|
||||||
commit_repo = pushed to <a href="%s/%s/src/%s">%s</a> at <a href="%s/%s">%s</a>
|
commit_repo = hat nach <a href="%s/%s/src/%s">%s</a> in <a href="%s/%s">%s</a> gepusht
|
||||||
create_issue = opened issue <a href="%s/%s/issues/%s">%s#%s</a>
|
create_issue = hat Issue <a href="%s/%s/issues/%s">%s#%s</a> eröffnet
|
||||||
comment_issue = commented on issue <a href="%s/%s/issues/%s">%s#%s</a>
|
comment_issue = hat Issue <a href="%s/%s/issues/%s">%s#%s</a> kommentiert
|
||||||
|
transfer_repo = hat Repository <code>%s</code> transferiert an <a href="/%s%s">%s</a>
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
ago = vor
|
ago = vor
|
||||||
|
@ -566,16 +567,3 @@ months = %d Monate %s
|
||||||
years = %d Jahre %s
|
years = %d Jahre %s
|
||||||
raw_seconds = Sekunden
|
raw_seconds = Sekunden
|
||||||
raw_minutes = Minuten
|
raw_minutes = Minuten
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue