更新搜索框翻译,添加 ARIA 标签 (#406)
parent
d567ce7a4a
commit
00160a3fd7
|
@ -102,9 +102,16 @@ function genConfig() {
|
||||||
modal: {
|
modal: {
|
||||||
noResultsText: '无法找到相关结果',
|
noResultsText: '无法找到相关结果',
|
||||||
resetButtonTitle: '清除查询条件',
|
resetButtonTitle: '清除查询条件',
|
||||||
|
displayDetails: '显示详细列表',
|
||||||
footer: {
|
footer: {
|
||||||
selectText: '选择',
|
selectText: '选择',
|
||||||
navigateText: '切换',
|
navigateText: '切换',
|
||||||
|
closeText: '关闭',
|
||||||
|
// 无障碍(ARIA)标签,用于描述键盘导航操作
|
||||||
|
navigateUpKeyAriaLabel: '上箭头',
|
||||||
|
navigateDownKeyAriaLabel: '下箭头',
|
||||||
|
selectKeyAriaLabel: '回车',
|
||||||
|
closeKeyAriaLabel: '退出'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue