1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00
* resolved #296

* Indentation fixed
This commit is contained in:
Lunny Xiao
2016-12-01 18:52:57 +08:00
committed by GitHub
parent 2343feadd4
commit 590a79ff8a
6 changed files with 48 additions and 20 deletions

View File

@@ -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

View File

@@ -139,6 +139,9 @@ repos=仓库
users=用户
organizations=组织
search=搜索
repo_no_results = 没有匹配的仓库。
user_no_results = 没有匹配的用户。
org_no_results = 没有匹配的组织。
[auth]
create_new_account=创建帐户