pt-PT.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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 = 8);
  74. /******/ })
  75. /************************************************************************/
  76. /******/ ({
  77. /***/ 8:
  78. /***/ (function(module, exports, __webpack_require__) {
  79. "use strict";
  80. Object.defineProperty(exports, "__esModule", {
  81. value: true
  82. });
  83. exports.default = {
  84. i: {
  85. select: {
  86. placeholder: 'Selecionar',
  87. noMatch: 'Não encontrado',
  88. loading: 'A carregar'
  89. },
  90. table: {
  91. noDataText: 'Sem dados',
  92. noFilteredDataText: 'Sem dados filtrados',
  93. confirmFilter: 'Confirmar',
  94. resetFilter: 'Limpar',
  95. clearFilter: 'Todos'
  96. },
  97. datepicker: {
  98. selectDate: 'Selecione a data',
  99. selectTime: 'Selecione a hora',
  100. startTime: 'Hora inicial',
  101. endTime: 'Hora final',
  102. clear: 'Limpar',
  103. ok: 'Confirmar',
  104. month: 'Mês',
  105. month1: 'Janeiro',
  106. month2: 'Fevereiro',
  107. month3: 'Março',
  108. month4: 'Abril',
  109. month5: 'Maio',
  110. month6: 'Junho',
  111. month7: 'Julho',
  112. month8: 'Agosto',
  113. month9: 'Setembro',
  114. month10: 'Outubro',
  115. month11: 'Novembro',
  116. month12: 'Dezembro',
  117. year: 'Ano',
  118. weeks: {
  119. sun: 'Dom',
  120. mon: 'Seg',
  121. tue: 'Ter',
  122. wed: 'Qua',
  123. thu: 'Qui',
  124. fri: 'Sex',
  125. sat: 'Sáb'
  126. },
  127. months: {
  128. m1: 'Jan',
  129. m2: 'Fev',
  130. m3: 'Mar',
  131. m4: 'Abr',
  132. m5: 'Mai',
  133. m6: 'Jun',
  134. m7: 'Jul',
  135. m8: 'Ago',
  136. m9: 'Set',
  137. m10: 'Out',
  138. m11: 'Nov',
  139. m12: 'Dez'
  140. }
  141. },
  142. transfer: {
  143. titles: {
  144. source: 'Origem',
  145. target: 'Destino'
  146. },
  147. filterPlaceholder: 'Pesquise aqui',
  148. notFoundText: 'Não encontrado'
  149. },
  150. modal: {
  151. okText: 'Confirmar',
  152. cancelText: 'Cancelar'
  153. },
  154. poptip: {
  155. okText: 'Confirmar',
  156. cancelText: 'Cancelar'
  157. },
  158. page: {
  159. prev: 'Página anterior',
  160. next: 'Próxima página',
  161. total: 'Total',
  162. item: 'item',
  163. items: 'itens',
  164. prev5: 'Voltar 5 páginas',
  165. next5: 'Avançar 5 páginas',
  166. page: '/page',
  167. goto: 'Ir para',
  168. p: ''
  169. },
  170. rate: {
  171. star: 'Estrela',
  172. stars: 'Estrelas'
  173. },
  174. tree: {
  175. emptyText: 'Sem dados'
  176. }
  177. }
  178. };
  179. /***/ })
  180. /******/ });
  181. });