UNPKG

502 BJavaScriptView Raw
1module.exports = {
2 'lang': 'zh-cn',
3 'title': '默认筛选',
4 'resetName': '清空',
5 'searchName': '查询',
6 'down':'展开',
7 'up':'收起',
8 'en-us': {
9 'title': 'screening conditions',
10 'resetName': 'reset',
11 'searchName': 'submit',
12 'down':'open',
13 'up':'close',
14 },
15 'zh-tw': {
16 'title': '默認篩選',
17 'resetName': '清空',
18 'searchName': '查詢',
19 'down':'展開',
20 'up':'收起',
21 },
22}