mirror of https://github.com/go-gitea/gitea.git
Fix code search result hint on zh-CN (#18053)
This commit is contained in:
parent
877040e652
commit
9086916eb7
|
@ -630,8 +630,8 @@ last_used=上次使用在
|
|||
no_activity=没有最近活动
|
||||
can_read_info=读取
|
||||
can_write_info=写入
|
||||
key_state_desc=7 天内使用过该密钥
|
||||
token_state_desc=7 天内使用过该密钥
|
||||
key_state_desc=7 天内使用过该密钥
|
||||
token_state_desc=7 天内使用过该密钥
|
||||
principal_state_desc=7 天内使用过该规则
|
||||
show_openid=在个人信息上显示
|
||||
hide_openid=在个人信息上隐藏
|
||||
|
@ -808,7 +808,7 @@ watchers=关注者
|
|||
stargazers=称赞者
|
||||
forks=派生仓库
|
||||
pick_reaction=选择你的表情
|
||||
reactions_more=再加载 %d
|
||||
reactions_more=再加载 %d
|
||||
unit_disabled=站点管理员已禁用此仓库单元。
|
||||
language_other=其它
|
||||
adopt_search=输入用户名以搜索未被收录的仓库... (留空以查找全部)
|
||||
|
@ -1611,7 +1611,7 @@ search=搜索
|
|||
search.search_repo=搜索仓库...
|
||||
search.fuzzy=模糊
|
||||
search.match=匹配
|
||||
search.results=在 <a href="%s"> %s </a> 中搜索 "%s" 的结果
|
||||
search.results=在 <a href="%[2]s"> %[3]s </a> 中搜索 "%[1]s" 的结果
|
||||
|
||||
settings=设置
|
||||
settings.desc=设置是你可以管理仓库设置的地方
|
||||
|
|
Loading…
Reference in New Issue