nb_NO.d.ts 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. declare const _default: {
  6. locale: string;
  7. Pagination: {
  8. items_per_page: string;
  9. jump_to: string;
  10. jump_to_confirm: string;
  11. page: string;
  12. prev_page: string;
  13. next_page: string;
  14. prev_5: string;
  15. next_5: string;
  16. prev_3: string;
  17. next_3: string;
  18. page_size: string;
  19. };
  20. DatePicker: {
  21. lang: {
  22. placeholder: string;
  23. yearPlaceholder: string;
  24. quarterPlaceholder: string;
  25. monthPlaceholder: string;
  26. weekPlaceholder: string;
  27. rangePlaceholder: string[];
  28. rangeYearPlaceholder: string[];
  29. rangeQuarterPlaceholder: string[];
  30. rangeMonthPlaceholder: string[];
  31. rangeWeekPlaceholder: string[];
  32. locale: string;
  33. today: string;
  34. now: string;
  35. backToToday: string;
  36. ok: string;
  37. clear: string;
  38. month: string;
  39. year: string;
  40. timeSelect: string;
  41. dateSelect: string;
  42. weekSelect: string;
  43. monthSelect: string;
  44. yearSelect: string;
  45. decadeSelect: string;
  46. yearFormat: string;
  47. dateFormat: string;
  48. dayFormat: string;
  49. dateTimeFormat: string;
  50. monthBeforeYear: boolean;
  51. previousMonth: string;
  52. nextMonth: string;
  53. previousYear: string;
  54. nextYear: string;
  55. previousDecade: string;
  56. nextDecade: string;
  57. previousCentury: string;
  58. nextCentury: string;
  59. };
  60. timePickerLocale: {
  61. placeholder: string;
  62. rangePlaceholder: string[];
  63. };
  64. };
  65. TimePicker: {
  66. placeholder: string;
  67. rangePlaceholder: string[];
  68. };
  69. Calendar: {
  70. lang: {
  71. placeholder: string;
  72. yearPlaceholder: string;
  73. quarterPlaceholder: string;
  74. monthPlaceholder: string;
  75. weekPlaceholder: string;
  76. rangePlaceholder: string[];
  77. rangeYearPlaceholder: string[];
  78. rangeMonthPlaceholder: string[];
  79. rangeWeekPlaceholder: string[];
  80. locale: string;
  81. today: string;
  82. now: string;
  83. backToToday: string;
  84. ok: string;
  85. clear: string;
  86. month: string;
  87. year: string;
  88. timeSelect: string;
  89. dateSelect: string;
  90. weekSelect: string;
  91. monthSelect: string;
  92. yearSelect: string;
  93. decadeSelect: string;
  94. yearFormat: string;
  95. dateFormat: string;
  96. dayFormat: string;
  97. dateTimeFormat: string;
  98. monthBeforeYear: boolean;
  99. previousMonth: string;
  100. nextMonth: string;
  101. previousYear: string;
  102. nextYear: string;
  103. previousDecade: string;
  104. nextDecade: string;
  105. previousCentury: string;
  106. nextCentury: string;
  107. };
  108. timePickerLocale: {
  109. placeholder: string;
  110. rangePlaceholder: string[];
  111. };
  112. };
  113. global: {
  114. placeholder: string;
  115. };
  116. Table: {
  117. filterTitle: string;
  118. filterConfirm: string;
  119. filterReset: string;
  120. filterEmptyText: string;
  121. emptyText: string;
  122. selectAll: string;
  123. selectInvert: string;
  124. selectionAll: string;
  125. sortTitle: string;
  126. expand: string;
  127. collapse: string;
  128. triggerDesc: string;
  129. triggerAsc: string;
  130. cancelSort: string;
  131. filterCheckall: string;
  132. filterSearchPlaceholder: string;
  133. selectNone: string;
  134. };
  135. Modal: {
  136. okText: string;
  137. cancelText: string;
  138. justOkText: string;
  139. };
  140. Popconfirm: {
  141. okText: string;
  142. cancelText: string;
  143. };
  144. Transfer: {
  145. titles: string[];
  146. searchPlaceholder: string;
  147. itemUnit: string;
  148. itemsUnit: string;
  149. remove: string;
  150. selectCurrent: string;
  151. removeCurrent: string;
  152. selectAll: string;
  153. removeAll: string;
  154. selectInvert: string;
  155. };
  156. Upload: {
  157. uploading: string;
  158. removeFile: string;
  159. uploadError: string;
  160. previewFile: string;
  161. downloadFile: string;
  162. };
  163. Empty: {
  164. description: string;
  165. };
  166. Icon: {
  167. icon: string;
  168. };
  169. Text: {
  170. edit: string;
  171. copy: string;
  172. copied: string;
  173. expand: string;
  174. };
  175. PageHeader: {
  176. back: string;
  177. };
  178. Image: {
  179. preview: string;
  180. };
  181. CronExpression: {
  182. cronError: string;
  183. second: string;
  184. minute: string;
  185. hour: string;
  186. day: string;
  187. month: string;
  188. week: string;
  189. };
  190. QRCode: {
  191. expired: string;
  192. refresh: string;
  193. scanned: string;
  194. };
  195. };
  196. export default _default;