#
luxiaotao1123
2024-10-10 c557aabf32134f5297833b4aafceb11db93c42e6
zy-acs-flow/src/i18n/en.js
@@ -1,3 +1,4 @@
import { settings } from 'pixi.js';
import englishMessages from 'ra-language-english';
const customEnglishMessages = {
@@ -66,6 +67,7 @@
            complete: 'Complete',
            deprecate: 'Deprecate',
            resend: 'RESEND',
            selected: 'selected',
        },
        msg: {
            confirm: {
@@ -618,6 +620,21 @@
                }
            }
        },
        map: {
            devices: {
                title: 'Icons',
                shelf: 'SHELF',
                charge: 'CHARGE',
                station: 'STATION',
                direction: 'DIRECTION',
            },
            settings: {
                title: 'Settings',
            },
            insight: {
                title: 'Insight',
            },
        },
    }
};