summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-25 16:36:19 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-25 16:36:19 -0400
commitf69761563b7a4fe9ace2a1643391cbcf9b92b372 (patch)
tree23d5bf522788895c4659c55f1e8275d9b9ab9e0b /conf
parent57d48fb6a2fb34f5da1aa702c33bc9c268e29f71 (diff)
downloadgitea-f69761563b7a4fe9ace2a1643391cbcf9b92b372.tar.gz
gitea-f69761563b7a4fe9ace2a1643391cbcf9b92b372.zip
Fix bug on transfer repo
Diffstat (limited to 'conf')
-rw-r--r--conf/locale/locale_en-US.ini1
-rw-r--r--conf/locale/locale_zh-CN.ini1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 15d8028c4f..13be2fbd00 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -565,6 +565,7 @@ create_repo = created repository <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>
+transfer_repo = transfered repository <code>%s</code> to <a href="%s%s">%s</a>
[tool]
ago = ago
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini
index e479f5cdf7..7d65abd30b 100644
--- a/conf/locale/locale_zh-CN.ini
+++ b/conf/locale/locale_zh-CN.ini
@@ -563,6 +563,7 @@ create_repo = 创建了仓库 <a href="%s/%s">%s</a>
commit_repo = 推送了 <a href="%s/%s/src/%s">%s</a> 分支的代码到 <a href="%s/%s">%s</a>
create_issue = 创建了工单 <a href="%s/%s/issues/%s">%s#%s</a>
comment_issue = 评论了工单 <a href="%s/%s/issues/%s">%s#%s</a>
+transfer_repo = 将仓库 <code>%s</code> 转移至 <a href="%s%s">%s</a>
[tool]
ago = 之前