business.ts 2.66 KB
export default {
  CHARTS: 'Chart',
  TABLES: 'List',
  INFORMATIONS: 'Information',
  PHOTOS: 'Image',
  ICONS: 'Icon',
  DECORATES: 'Widgets',
  chart: {
    BAR: 'Bar chart',
    PIE: 'Pie chart',
    LINE: 'Line chart',
    SCATTER: 'Scatter plot',
    MAP: 'Map',
    COMBINATION: 'Combination diagram',
    MORE: 'More',
  },
  information: {
    TEXT: 'Text',
    TITLE: 'Title',
    INPUTS: 'Control',
    MORE: 'More'
  },
  component: {
    BORDER: 'Border',
    DECORATE: 'Decoration',
    THREE: '3D',
    HEADLINE: 'Headline',
    SUBTITLE: 'Subtitle',
    MORE: 'More',
  },
  image: {
    PRIVATE: 'Private image',
    SHARE: 'Shared image'
  },
  icon: {
    ML: 'Animation',
    COMMON: 'Generic',
    WEATHER: 'Weather',
    DEFAULT: 'Default'
  },
  rightClick: {
    lock: 'Lock',
    unlock: 'Unlock',
    hide: 'Hide',
    show: 'Show',
    copy: 'Copy',
    cut: 'Cut',
    paste: 'paste',
    topping: 'Topping',
    bottomPlacement: 'Bottom placement',
    moveUp: 'Move up',
    moveDown: 'Move down',
    clearClipboard: 'CLear clipboard',
    delete: 'Delete',
    group: 'Group',
    unGroup: 'UnGroup',
  },
  layerMode: {
    thumbnail: 'Thumbnail',
    textList: 'Text list',
  },
  chartMode: {
    singleRow: 'Single-row',
    biserial: 'Biserial',
  },
  notComponent: 'Component not found',
  noLayer: 'There are currently no layers available',
  saveContent: 'Save content',
  saveThumImage: 'Save Thumbnail Image',
  placeEntercorner: 'Please enter the name in the bottom left corner!',
  savingContentContinue: 'Saving the content will synchronize and modify all components that use this interface. Do you want to continue?',
  chartComponent: 'Charting Components',
  layerControl: 'Layer control',
  detailSetting: 'Details Settings',
  retreat: 'Retreat',
  forward: 'Forward',
  workspace: 'Workspace',
  synchronizeContent: 'Synchronize content',
  preview: 'Preview',
  saveThumImageOk: 'Successfully saved thumbnail',
  initDataRefresh: 'Data initialization successful, please refresh the page!',
  components: 'Components',
  layer: 'Layer',
  iconToolTipChart:'Charting components',
  iconToolTipLayer:'Layer control',
  iconToolTipDetail:'Details settings',
  actionForward:'Forward',
  actionBack:'Retreat',
  closeAndExit:'Close on exit',
  animationTimingText:{
    linear:'Linear',
    ease:'Ease',
    easein:'Easein',
    easeout:'Easeout',
    easeinout:'Easeinout',
  },
  animationPlayStateText:{
    paused:'Paused',
    running:'Running',
  },
  animationIterationCountNameText:{
    unlimitedTimes:'Unlimited times',
  },
  requestType:{
    customRequest:'Custom request',
    publicInterface:'Public interface',
  },
  color:'Color',
  threeDModel:'3D model',
}