en-US.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. (function webpackUniversalModuleDefinition(root, factory) {
  2. if(typeof exports === 'object' && typeof module === 'object')
  3. module.exports = factory();
  4. else if(typeof define === 'function' && define.amd)
  5. define("iview/locale", [], factory);
  6. else if(typeof exports === 'object')
  7. exports["iview/locale"] = factory();
  8. else
  9. root["iview/locale"] = factory();
  10. })(this, function() {
  11. return /******/ (function(modules) { // webpackBootstrap
  12. /******/ // The module cache
  13. /******/ var installedModules = {};
  14. /******/
  15. /******/ // The require function
  16. /******/ function __webpack_require__(moduleId) {
  17. /******/
  18. /******/ // Check if module is in cache
  19. /******/ if(installedModules[moduleId]) {
  20. /******/ return installedModules[moduleId].exports;
  21. /******/ }
  22. /******/ // Create a new module (and put it into the cache)
  23. /******/ var module = installedModules[moduleId] = {
  24. /******/ i: moduleId,
  25. /******/ l: false,
  26. /******/ exports: {}
  27. /******/ };
  28. /******/
  29. /******/ // Execute the module function
  30. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  31. /******/
  32. /******/ // Flag the module as loaded
  33. /******/ module.l = true;
  34. /******/
  35. /******/ // Return the exports of the module
  36. /******/ return module.exports;
  37. /******/ }
  38. /******/
  39. /******/
  40. /******/ // expose the modules object (__webpack_modules__)
  41. /******/ __webpack_require__.m = modules;
  42. /******/
  43. /******/ // expose the module cache
  44. /******/ __webpack_require__.c = installedModules;
  45. /******/
  46. /******/ // define getter function for harmony exports
  47. /******/ __webpack_require__.d = function(exports, name, getter) {
  48. /******/ if(!__webpack_require__.o(exports, name)) {
  49. /******/ Object.defineProperty(exports, name, {
  50. /******/ configurable: false,
  51. /******/ enumerable: true,
  52. /******/ get: getter
  53. /******/ });
  54. /******/ }
  55. /******/ };
  56. /******/
  57. /******/ // getDefaultExport function for compatibility with non-harmony modules
  58. /******/ __webpack_require__.n = function(module) {
  59. /******/ var getter = module && module.__esModule ?
  60. /******/ function getDefault() { return module['default']; } :
  61. /******/ function getModuleExports() { return module; };
  62. /******/ __webpack_require__.d(getter, 'a', getter);
  63. /******/ return getter;
  64. /******/ };
  65. /******/
  66. /******/ // Object.prototype.hasOwnProperty.call
  67. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  68. /******/
  69. /******/ // __webpack_public_path__
  70. /******/ __webpack_require__.p = "/dist/locale/";
  71. /******/
  72. /******/ // Load entry module and return exports
  73. /******/ return __webpack_require__(__webpack_require__.s = 1);
  74. /******/ })
  75. /************************************************************************/
  76. /******/ ([
  77. /* 0 */,
  78. /* 1 */
  79. /***/ (function(module, exports, __webpack_require__) {
  80. "use strict";
  81. Object.defineProperty(exports, "__esModule", {
  82. value: true
  83. });
  84. exports.default = {
  85. i: {
  86. select: {
  87. placeholder: 'Select',
  88. noMatch: 'No matching data',
  89. loading: 'Loading'
  90. },
  91. table: {
  92. noDataText: 'No Data',
  93. noFilteredDataText: 'No filter data',
  94. confirmFilter: 'Confirm',
  95. resetFilter: 'Reset',
  96. clearFilter: 'All'
  97. },
  98. datepicker: {
  99. selectDate: 'Select date',
  100. selectTime: 'Select time',
  101. startTime: 'Start Time',
  102. endTime: 'End Time',
  103. clear: 'Clear',
  104. ok: 'OK',
  105. month: '',
  106. month1: 'January',
  107. month2: 'February',
  108. month3: 'March',
  109. month4: 'April',
  110. month5: 'May',
  111. month6: 'June',
  112. month7: 'July',
  113. month8: 'August',
  114. month9: 'September',
  115. month10: 'October',
  116. month11: 'November',
  117. month12: 'December',
  118. year: '',
  119. weeks: {
  120. sun: 'Sun',
  121. mon: 'Mon',
  122. tue: 'Tue',
  123. wed: 'Wed',
  124. thu: 'Thu',
  125. fri: 'Fri',
  126. sat: 'Sat'
  127. },
  128. months: {
  129. m1: 'Jan',
  130. m2: 'Feb',
  131. m3: 'Mar',
  132. m4: 'Apr',
  133. m5: 'May',
  134. m6: 'Jun',
  135. m7: 'Jul',
  136. m8: 'Aug',
  137. m9: 'Sep',
  138. m10: 'Oct',
  139. m11: 'Nov',
  140. m12: 'Dec'
  141. }
  142. },
  143. transfer: {
  144. titles: {
  145. source: 'Source',
  146. target: 'Target'
  147. },
  148. filterPlaceholder: 'Search here',
  149. notFoundText: 'Not Found'
  150. },
  151. modal: {
  152. okText: 'OK',
  153. cancelText: 'Cancel'
  154. },
  155. poptip: {
  156. okText: 'OK',
  157. cancelText: 'Cancel'
  158. },
  159. page: {
  160. prev: 'Previous Page',
  161. next: 'Next Page',
  162. total: 'Total',
  163. item: 'item',
  164. items: 'items',
  165. prev5: 'Previous 5 Pages',
  166. next5: 'Next 5 Pages',
  167. page: '/page',
  168. goto: 'Goto',
  169. p: ''
  170. },
  171. rate: {
  172. star: 'Star',
  173. stars: 'Stars'
  174. },
  175. tree: {
  176. emptyText: 'No Data'
  177. }
  178. }
  179. };
  180. /***/ })
  181. /******/ ]);
  182. });