123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- (function webpackUniversalModuleDefinition(root, factory) {
- if(typeof exports === 'object' && typeof module === 'object')
- module.exports = factory();
- else if(typeof define === 'function' && define.amd)
- define("iview/locale", [], factory);
- else if(typeof exports === 'object')
- exports["iview/locale"] = factory();
- else
- root["iview/locale"] = factory();
- })(this, function() {
- return /******/ (function(modules) { // webpackBootstrap
- /******/ // The module cache
- /******/ var installedModules = {};
- /******/
- /******/ // The require function
- /******/ function __webpack_require__(moduleId) {
- /******/
- /******/ // Check if module is in cache
- /******/ if(installedModules[moduleId]) {
- /******/ return installedModules[moduleId].exports;
- /******/ }
- /******/ // Create a new module (and put it into the cache)
- /******/ var module = installedModules[moduleId] = {
- /******/ i: moduleId,
- /******/ l: false,
- /******/ exports: {}
- /******/ };
- /******/
- /******/ // Execute the module function
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
- /******/
- /******/ // Flag the module as loaded
- /******/ module.l = true;
- /******/
- /******/ // Return the exports of the module
- /******/ return module.exports;
- /******/ }
- /******/
- /******/
- /******/ // expose the modules object (__webpack_modules__)
- /******/ __webpack_require__.m = modules;
- /******/
- /******/ // expose the module cache
- /******/ __webpack_require__.c = installedModules;
- /******/
- /******/ // define getter function for harmony exports
- /******/ __webpack_require__.d = function(exports, name, getter) {
- /******/ if(!__webpack_require__.o(exports, name)) {
- /******/ Object.defineProperty(exports, name, {
- /******/ configurable: false,
- /******/ enumerable: true,
- /******/ get: getter
- /******/ });
- /******/ }
- /******/ };
- /******/
- /******/ // getDefaultExport function for compatibility with non-harmony modules
- /******/ __webpack_require__.n = function(module) {
- /******/ var getter = module && module.__esModule ?
- /******/ function getDefault() { return module['default']; } :
- /******/ function getModuleExports() { return module; };
- /******/ __webpack_require__.d(getter, 'a', getter);
- /******/ return getter;
- /******/ };
- /******/
- /******/ // Object.prototype.hasOwnProperty.call
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
- /******/
- /******/ // __webpack_public_path__
- /******/ __webpack_require__.p = "/dist/locale/";
- /******/
- /******/ // Load entry module and return exports
- /******/ return __webpack_require__(__webpack_require__.s = 13);
- /******/ })
- /************************************************************************/
- /******/ ({
- /***/ 13:
- /***/ (function(module, exports, __webpack_require__) {
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = {
- i: {
- select: {
- placeholder: '请选择',
- noMatch: '无匹配数据',
- loading: '加载中'
- },
- table: {
- noDataText: '暂无数据',
- noFilteredDataText: '暂无筛选结果',
- confirmFilter: '筛选',
- resetFilter: '重置',
- clearFilter: '全部'
- },
- datepicker: {
- selectDate: '选择日期',
- selectTime: '选择时间',
- startTime: '开始时间',
- endTime: '结束时间',
- clear: '清空',
- ok: '确定',
- month: '月',
- month1: '1 月',
- month2: '2 月',
- month3: '3 月',
- month4: '4 月',
- month5: '5 月',
- month6: '6 月',
- month7: '7 月',
- month8: '8 月',
- month9: '9 月',
- month10: '10 月',
- month11: '11 月',
- month12: '12 月',
- year: '年',
- weeks: {
- sun: '日',
- mon: '一',
- tue: '二',
- wed: '三',
- thu: '四',
- fri: '五',
- sat: '六'
- },
- months: {
- m1: '1月',
- m2: '2月',
- m3: '3月',
- m4: '4月',
- m5: '5月',
- m6: '6月',
- m7: '7月',
- m8: '8月',
- m9: '9月',
- m10: '10月',
- m11: '11月',
- m12: '12月'
- }
- },
- transfer: {
- titles: {
- source: '源列表',
- target: '目的列表'
- },
- filterPlaceholder: '请输入搜索内容',
- notFoundText: '列表为空'
- },
- modal: {
- okText: '确定',
- cancelText: '取消'
- },
- poptip: {
- okText: '确定',
- cancelText: '取消'
- },
- page: {
- prev: '上一页',
- next: '下一页',
- total: '共',
- item: '条',
- items: '条',
- prev5: '向前 5 页',
- next5: '向后 5 页',
- page: '条/页',
- goto: '跳至',
- p: '页'
- },
- rate: {
- star: '星',
- stars: '星'
- },
- tree: {
- emptyText: '暂无数据'
- }
- }
- };
- /***/ })
- /******/ });
- });
|