UNPKG

m2-ui

Version:

The package is provided web components and utilities based on vue and element-ui.

52 lines (51 loc) 1.25 kB
(function (global, factory) { if (typeof define === "function" && define.amd) { define('m2/locale/en-US', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global.M2.lang = global.M2.lang || {}; global.M2.lang.enUS = mod.exports; } })(this, function (module, exports) { 'use strict'; exports.__esModule = true; exports.default = { m2: { backtop: 'Back Top', loading: 'Loading...', modal: { ok: 'OK', cancel: 'Cancel' }, confirm: { title: 'Delete Confirmation', message: 'This will delete the data permanently, continue?' }, toast: 'Toast Message', header: { navigation: 'Navigation', logoText: 'M2 MFE', placeholder: 'Search People, Material, Guideline...', feedback: 'Suggestion & Feedback', exit: 'Exit' }, sidebar: { home: 'Home Page' }, table: { index: 'No.', menu: 'Action' }, queryPanel: { query: 'Query', reset: 'Reset' } } }; module.exports = exports['default']; });