|
@@ -101,8 +101,8 @@ export function init() {
|
|
|
|
|
|
Ext.define("Ext.locale.zh_CN.grid.filters.filter.Boolean", {
|
|
|
override: "Ext.grid.filters.filter.Boolean",
|
|
|
- yesText: "已钩",
|
|
|
- noText: "未勾"
|
|
|
+ yesText: "已钩选",
|
|
|
+ noText: "未勾选"
|
|
|
});
|
|
|
|
|
|
Ext.define("Ext.locale.zh_CN.grid.filters.filter.String", {
|