#
luxiaotao1123
2024-10-10 cbd9fde3a2f8d4f5c45bea1a5215ad843e8dabc6
zy-acs-flow/src/i18n/en.js
@@ -1,3 +1,4 @@
import { settings } from 'pixi.js';
import englishMessages from 'ra-language-english';
const customEnglishMessages = {
@@ -624,8 +625,21 @@
                title: 'Icons',
                shelf: 'SHELF',
                charge: 'CHARGE',
                station: 'STATION',
                direction: 'DIRECTION',
            },
            settings: {
                title: 'Settings',
                map: {
                    title: 'Map Parameters',
                },
                config: {
                    title: 'Config Parameters',
                },
            },
            insight: {
                title: 'Insight',
            },
        },
    }
};