export const ZH_LOCALE = {
  package_name: '插件包名',
  plugin_type: {
    self: '插件类型',
    extend: '扩展',
    custom: '自定义',
  },
  key: '插件关键字',
  name: '插件展示名称',
  base: '插件基础类型',
  solution: {
    custom: '自定义',
  },
};
