diff options
author | Unknwon <u@gogs.io> | 2015-08-15 16:30:24 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-15 16:30:24 +0800 |
commit | c7d5e1f182c35bdf8e57c5c605cf8c0970255f40 (patch) | |
tree | 4e856d4a92ba9a7e8d50ea73880cdb2974e059e7 /conf | |
parent | e633425f276a0b95702e2a12b3d5f0d217e76f6d (diff) | |
download | gitea-c7d5e1f182c35bdf8e57c5c605cf8c0970255f40.tar.gz gitea-c7d5e1f182c35bdf8e57c5c605cf8c0970255f40.zip |
clean file and update locales
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 10 | ||||
-rwxr-xr-x | conf/locale/locale_zh-CN.ini | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1a8d07b904..c1578b543b 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -402,12 +402,12 @@ issues.filter_type.assigned_to_you = Assigned to you issues.filter_type.created_by_you = Created by you issues.filter_type.mentioning_you = Mentioning you issues.filter_sort = Sort -issues.filter_sort.latest = Latest +issues.filter_sort.latest = Newest issues.filter_sort.oldest = Oldest -issues.filter_sort.recentupdate = Recent updated -issues.filter_sort.leastupdate = Least updated -issues.filter_sort.mostcomment = Most comments -issues.filter_sort.leastcomment = Least comments +issues.filter_sort.recentupdate = Recently updated +issues.filter_sort.leastupdate = Least recently updated +issues.filter_sort.mostcomment = Most commented +issues.filter_sort.leastcomment = Least commented issues.opened_by = opened %[1]s by <a href="/%[2]s">%[2]s</a> issues.opened_by_fake = opened %[1]s by %[2]s issues.previous = Previous diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index e3596c3614..343526546f 100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -324,9 +324,10 @@ form.name_pattern_not_allowed=仓库名称不允许 '%s' 的格式。 need_auth=需要授权验证
migrate_type=迁移类型
-migrate_type_helper=本仓库将是 <span class="label label-blue label-radius">镜像</span>
+migrate_type_helper=该仓库将是一个 <span class="text blue">镜像</span>
migrate_repo=迁移仓库
migrate.clone_address=克隆地址
+migrate.clone_address_desc=该地址可以是 HTTP/HTTPS/GIT URL 或本地服务器路径。
migrate.invalid_local_path=无效的本地路径,不存在或不是一个目录!
forked_from=派生自
|