#
luxiaotao1123
2024-10-11 b10c0830c11e37ceb6031b7a6dbb526f638a6a59
zy-acs-flow/src/i18n/en.js
@@ -1,3 +1,4 @@
import { settings } from 'pixi.js';
import englishMessages from 'ra-language-english';
const customEnglishMessages = {
@@ -48,6 +49,7 @@
            before: 'Time Before'
        },
        action: {
            reset: 'Reset',
            expand: 'Expand',
            expandAll: 'Expand All',
            collapse: 'Collapse',
@@ -627,6 +629,44 @@
                station: 'STATION',
                direction: 'DIRECTION',
            },
            settings: {
                title: 'Settings',
                map: {
                    title: 'Map Parameters',
                    base: {
                        position: 'Position',
                        scale: 'Scale',
                        rotation: 'Rotation',
                    },
                    copy: {
                        title: 'Copy',
                        direction: 'Direction',
                        left: 'Left',
                        right: 'Right',
                        up: 'Up',
                        down: 'Down',
                        count: 'Count',
                        execute: 'Execute',
                        reverse: 'Reverse',
                    },
                    more: {
                        title: 'More',
                    },
                },
                config: {
                    title: 'Config Parameters',
                    base: {
                        no: 'No',
                    },
                    shelf: {
                        row: 'Row',
                        bay: 'Bay',
                    },
                },
            },
            insight: {
                title: 'Insight',
            },
        },
    }
};