15 lines
551 B
Python
15 lines
551 B
Python
window.ngGrid.i18n['zh-cn'] = {
|
|
ngAggregateLabel: '条目',
|
|
ngGroupPanelDescription: '拖曳表头到此处以进行分组',
|
|
ngSearchPlaceHolder: '搜索...',
|
|
ngMenuText: '数据分组与选择列:',
|
|
ngShowingItemsLabel: '当前显示条目:',
|
|
ngTotalItemsLabel: '条目总数:',
|
|
ngSelectedItemsLabel: '选中条目:',
|
|
ngPageSizeLabel: '每页显示数:',
|
|
ngPagerFirstTitle: '回到首页',
|
|
ngPagerNextTitle: '下一页',
|
|
ngPagerPrevTitle: '上一页',
|
|
ngPagerLastTitle: '前往尾页'
|
|
};
|