#
luxiaotao1123
2024-10-18 c6230b5765eb0b8ac69f8a17c191cc5757d42b18
zy-acs-flow/src/i18n/en.js
@@ -1,8 +1,9 @@
import { settings } from 'pixi.js';
import englishMessages from 'ra-language-english';
import enMap from './core/enMap';
const customEnglishMessages = {
    ...englishMessages,
    ...enMap,
    hello: 'Hello World',
    common: {
        response: {
@@ -75,6 +76,7 @@
                tip: 'Tip',
                desc: 'Are you sure you want to proceed?',
            },
            placeholder: 'Please enter your search content',
        },
    },
    filters: {
@@ -394,8 +396,10 @@
                bootTime: "boot time",
                workTime: "work time",
                workDistance: "mileage",
                tempQua: "temp",
                backpack: "backpack",
                password: "password",
                online: 'online',
                task: 'task',
            },
            actionSts: {
                uuid: "uuid",
@@ -629,6 +633,8 @@
                charge: 'CHARGE',
                station: 'STATION',
                direction: 'DIRECTION',
                agv: 'AGV',
                point: 'POINT',
            },
            action: {
                startup: 'Startup',
@@ -637,11 +643,24 @@
                save: 'Save Map',
                clear: 'Clear Map',
                adapt: 'ADAPT',
                disable: 'DISABLE',
                enable: 'ENABLE',
                reset: 'RESET',
            },
            mode: {
                observer: 'OBSERVER',
                movable: 'MOVABLE',
                settings: 'SETTINGS',
            },
            insight: {
                title: 'Insight',
                tabs: {
                    control: 'Control',
                },
                shelf: {
                    outbound: 'Outbound',
                    updateStatus: 'Update Status',
                },
            },
            settings: {
                title: 'Settings',
@@ -689,9 +708,6 @@
                        bay: 'Bay',
                    },
                },
            },
            insight: {
                title: 'Insight',
            },
        },
    }