#
luxiaotao1123
2024-09-20 cca3806b5e9072d6736bf2711a5a329fb80855a0
zy-acs-flow/src/i18n/en.js
@@ -520,6 +520,18 @@
            },
            levOffset: 'lev offset',
            bottomOffset: 'bottom offset',
        },
        funcSta: {
            enums: {
                type: {
                    charge: 'Charge',
                    standby: 'Standby',
                },
                state: {
                    idle: 'Idle',
                    occupied: 'Occupied',
                }
            }
        }
    }
};