en-US.js 2.58 KB
export default {
  app: {
    title: 'Ebus station'
  },
  header: {
    chineseDocument: '中文文档',
    englishDocument: 'Document(En)',
    chat: 'Discussion Group', //
    logout: 'Logout'
  },
  sidebar: {
    myWorks: 'My Works',
    dataCenter: 'Data Center',
    basicData: 'Basic Data',
    templateCenter: 'Templates',
    freeTemplates: 'Templates List',
    accountCenter: 'Account'
  },
  workCard: {
    description: 'Desc',
    createTime: 'Time',
    useNow: 'Use it Now',
    preview: 'Preview',
    edit: 'Edit',
    delete: 'Delete',
    createNewWork: 'Create New',
    view: 'View Work',
    confirmDeleteTip: 'Confirm Delete {tip}?'
  },
  basicData: {
    viewData: 'View Data'
  },
  editor: {
    sidebar: {
      components: 'Components',
      pages: 'Pages',
      templates: 'Templates',
      tree: 'Tree',
      preferences: 'Preferences'
    },
    pageManager: {
      title: 'Page {index}',
      action: {
        add: 'Add Page',
        copy: 'Copy Page',
        delete: 'Delete Page'
      }
    },
    header: {
      preview: 'Preview',
      save: 'Save',
      publish: 'Publish',
      setAsTemplate: 'Set As Template'
    },

    centerPanel: {
      mode: {
        edit: 'Edit',
        preview: 'Preview'
      },
      contextMenu: {
        copy: 'Copy',
        delete: 'Delete',
        moveToTop: 'Move To Top',
        moveToBottom: 'Move To Bottom',
        moveUp: 'Move Up',
        moveDown: 'Move Down',
        showOnlyButton: 'showOnlyButton',
        showExcludePicture: 'showExcludePicture'
      }
    },
    fixedTool: {
      undo: 'Undo{hotkey}',
      redo: 'Redo{hotkey}',
      preview: 'Preview',
      copyCurrentPage: 'CopyCurrentPage',
      copyCurrentElement: 'copyCurrentElement',
      importPSD: 'Import PSD',
      zoomIn: 'Zoom In{hotkey}',
      zoomOut: 'Zoom Out{hotkey}',
      issues: 'Issues',
      poster: 'Screenshot'
    },
    editPanel: {
      tab: {
        prop: 'Prop',
        animation: 'Animation',
        action: 'Action',
        script: 'Script',
        page: 'Page'
      },
      animation: {
        add: 'Add',
        run: 'Run',
        type: 'Type',
        duration: 'Duration',
        delay: 'Delay',
        iteration: 'Iteration',
        inifinite: 'Inifinite',
        list: 'Select Animation',
        title: 'Animation {index}'
      },
      common: {
        empty: 'Select an element first please!',
        ConfigProps: 'Props',
        commonStyle: 'CommonStyle',
        pageMode: 'PageMode'
      }
    },
    tip: {
      componentUsage: 'Tip: just {0} on component',
      click: 'click/drag'
    }
  }
}