vi_VN.d.ts 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. };
  63. };
  64. TimePicker: {
  65. placeholder: string;
  66. };
  67. Calendar: {
  68. lang: {
  69. placeholder: string;
  70. yearPlaceholder: string;
  71. quarterPlaceholder: string;
  72. monthPlaceholder: string;
  73. weekPlaceholder: string;
  74. rangePlaceholder: string[];
  75. rangeYearPlaceholder: string[];
  76. rangeMonthPlaceholder: string[];
  77. rangeWeekPlaceholder: string[];
  78. locale: string;
  79. today: string;
  80. now: string;
  81. backToToday: string;
  82. ok: string;
  83. clear: string;
  84. month: string;
  85. year: string;
  86. timeSelect: string;
  87. dateSelect: string;
  88. weekSelect: string;
  89. monthSelect: string;
  90. yearSelect: string;
  91. decadeSelect: string;
  92. yearFormat: string;
  93. dateFormat: string;
  94. dayFormat: string;
  95. dateTimeFormat: string;
  96. monthBeforeYear: boolean;
  97. previousMonth: string;
  98. nextMonth: string;
  99. previousYear: string;
  100. nextYear: string;
  101. previousDecade: string;
  102. nextDecade: string;
  103. previousCentury: string;
  104. nextCentury: string;
  105. };
  106. timePickerLocale: {
  107. placeholder: string;
  108. };
  109. };
  110. Table: {
  111. filterTitle: string;
  112. filterConfirm: string;
  113. filterReset: string;
  114. selectAll: string;
  115. selectInvert: string;
  116. };
  117. Modal: {
  118. okText: string;
  119. cancelText: string;
  120. justOkText: string;
  121. };
  122. Popconfirm: {
  123. okText: string;
  124. cancelText: string;
  125. };
  126. Transfer: {
  127. searchPlaceholder: string;
  128. itemUnit: string;
  129. itemsUnit: string;
  130. };
  131. Upload: {
  132. uploading: string;
  133. removeFile: string;
  134. uploadError: string;
  135. previewFile: string;
  136. downloadFile: string;
  137. };
  138. Empty: {
  139. description: string;
  140. };
  141. };
  142. export default _default;