summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-10-01 10:42:46 -0400
committer无闻 <joe2010xtmf@163.com>2014-10-01 10:42:46 -0400
commit1126522a99e42039dcf3f3a1f6473797dd84b31f (patch)
tree3578e729997576582d690b4e37eb69b7657397ab
parentf03b6be8f997efbcfea45326629e532e834b998b (diff)
parent1601b27ad3e2eb6654375d1ea549e55d08184844 (diff)
downloadgitea-1126522a99e42039dcf3f3a1f6473797dd84b31f.tar.gz
gitea-1126522a99e42039dcf3f3a1f6473797dd84b31f.zip
Merge pull request #521 from DerDackel/dev
Added some missing strings under the [action] category to german localization
-rw-r--r--conf/locale/locale_de-DE.ini22
1 files changed, 5 insertions, 17 deletions
diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini
index 95253a4397..cc8b0b5d52 100644
--- a/conf/locale/locale_de-DE.ini
+++ b/conf/locale/locale_de-DE.ini
@@ -541,10 +541,11 @@ monitor.start = Startzeit
monitor.execute_time = Ausführungszeit
[action]
-create_repo = Repository erstellen <a href="%s/%s">%s</a>
-commit_repo = pushed to <a href="%s/%s/src/%s">%s</a> at <a href="%s/%s">%s</a>
-create_issue = opened issue <a href="%s/%s/issues/%s">%s#%s</a>
-comment_issue = commented on issue <a href="%s/%s/issues/%s">%s#%s</a>
+create_repo = hat Repository <a href="%s/%s">%s</a> erstellt
+commit_repo = hat nach <a href="%s/%s/src/%s">%s</a> in <a href="%s/%s">%s</a> gepusht
+create_issue = hat Issue <a href="%s/%s/issues/%s">%s#%s</a> eröffnet
+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]
ago = vor
@@ -566,16 +567,3 @@ months = %d Monate %s
years = %d Jahre %s
raw_seconds = Sekunden
raw_minutes = Minuten
-
-
-
-
-
-
-
-
-
-
-
-
-