import vectorMenuTemplate from '!!raw-loader!../includes/templates/VectorMenu.mustache'; import { htmluserlangattributes } from './utils'; export { vectorMenuTemplate }; export const moreData = { 'empty-portlet': '', 'msg-label': 'More', 'menu-id': 'p-cactions', 'menu-label-id': 'p-cactions-label', 'html-userlangattributes': htmluserlangattributes, 'html-items': `
  • Delete
  • Move
  • Protect
  • ` }; export const variantsData = { 'msg-label': '新加坡简体', 'menu-id': 'p-variants', 'menu-label-id': 'p-variants-label', 'html-userlangattributes': htmluserlangattributes, 'html-items': `
  • 不转换
  • 简体
  • 繁體
  • 大陆简体
  • 香港繁體
  • 澳門繁體
  • 新加坡简体
  • 臺灣正體
  • ` };