export const EN_LOCALE = {
  package_name: 'Plugin Package Name',
  plugin_type: {
    self: 'Plugin Type',
    extend: 'Extend',
    custom: 'Custom',
  },
  key: 'Plugin Key',
  name: 'Plugin Show Name',
  base: 'Plugin Base Type',
  solution: {
    custom: 'Custom',
  },
};
