config/locales/blacklight.zh.yml in blacklight-7.1.0 vs config/locales/blacklight.zh.yml in blacklight-7.2.0
- old
+ new
@@ -11,11 +11,14 @@
previous: '« 上一页'
next: '下一页 »'
blacklight:
application_name: 'Blacklight'
-
+ skip_links:
+ main_content: '转到主要内容'
+ search_field: '转到搜索'
+ first_result: '转到第一个搜索结果'
header_links:
login: '登陆'
logout: '注销'
bookmarks: '书签'
search_history: '搜索历史'
@@ -134,15 +137,17 @@
errors:
request_error: "抱歉,我不明白你要找什么。"
invalid_solr_id: "抱歉,你要找的结果不存在。"
per_page:
label: '%{count}<span class="sr-only"> 每页</span>'
- button_label: '%{count} 每页'
+ button_label: '%{count} 每页' # TODO: Remove during major release
+ button_label_html: '%{count}<span class="d-none d-sm-inline"> 每页</span>'
title: '每页显示结果数'
submit: '更新'
sort:
- label: '按 %{field} 排序'
+ label: '按 %{field} 排序' # TODO: Remove during major release
+ label_html: '<span class="d-none d-sm-inline">按 %{field} </span>排序'
submit: '排序'
form:
search_field:
label: '搜索字段'
title: '设定的搜索选项'
@@ -161,10 +166,13 @@
other: '<strong>%{start_num}</strong> - <strong>%{end_num}</strong> 共 <strong>%{total_num}</strong>'
entry_pagination_info:
one: '<strong>1 / 1</strong>'
other: '<strong>%{current}</strong> / <strong>%{total}</strong>'
documents:
+ aria:
+ search_results: '搜索结果'
+ limit_search: '限定搜索'
counter: '%{counter}. '
facets:
title: '限定搜索'
clear: '清除搜索条件'
all: '皆'
@@ -206,7 +214,13 @@
view:
list: "列表"
entry_name:
default: '条目'
+ grouped:
+ default: '分组结果'
did_you_mean: '你是要输入: %{options} 吗?'
+
+ main:
+ aria:
+ main_container: '主要内容'