diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-01 18:52:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 18:52:57 +0800 |
commit | 590a79ff8a7f8f9eab9dc19ea96dae2083449c70 (patch) | |
tree | 00ff6f38a7b363289a73c6aab2eefc967eda5f16 /conf/locale | |
parent | 2343feadd434561d86b1273792d88f609a782114 (diff) | |
download | gitea-590a79ff8a7f8f9eab9dc19ea96dae2083449c70.tar.gz gitea-590a79ff8a7f8f9eab9dc19ea96dae2083449c70.zip |
Resolved #296 (#324)
* resolved #296
* Indentation fixed
Diffstat (limited to 'conf/locale')
-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 30a906a5b6..2852168d3a 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -139,6 +139,9 @@ repos = Repositories users = Users organizations = Organizations search = Search +repo_no_results = There are no matched repositories found. +user_no_results = There are no matched users found. +org_no_results = There are no matched organizations found. [auth] create_new_account = Create New Account diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 4809949cfd..770e6228d6 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -139,6 +139,9 @@ repos=仓库 users=用户 organizations=组织 search=搜索 +repo_no_results = 没有匹配的仓库。 +user_no_results = 没有匹配的用户。 +org_no_results = 没有匹配的组织。 [auth] create_new_account=创建帐户 |