diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-05 17:28:09 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-05 17:28:09 -0400 |
commit | ab7206d6b787645956b0279f729bd7b22cbed690 (patch) | |
tree | 708566eff3437c25984e7ae91f3c34f254868547 /conf | |
parent | 033a7f022401fb1bd5fdc540f24ba26f5ab64a75 (diff) | |
download | gitea-ab7206d6b787645956b0279f729bd7b22cbed690.tar.gz gitea-ab7206d6b787645956b0279f729bd7b22cbed690.zip |
Fix #348
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 3 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 946d560461..e8329933a4 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -47,6 +47,9 @@ collaborative_repos = Collaborative Repositories my_orgs = My Organizations my_mirrors = My Mirrors +[explore] +repos = Repositories + [auth] create_new_account = Create New Account register_hepler_msg = Already have an account? Sign in now! diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 55d22f23ee..a61a54ceb2 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -47,6 +47,9 @@ collaborative_repos = 参与协作的仓库 my_orgs = 我的组织 my_mirrors = 我的镜像 +[explore] +repos = 探索仓库 + [auth] create_new_account = 创建帐户 register_hepler_msg = 已经注册?立即登录! |