ja_JP.d.ts 3.8 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. monthPlaceholder: string;
  25. weekPlaceholder: string;
  26. rangePlaceholder: string[];
  27. rangeYearPlaceholder: string[];
  28. rangeMonthPlaceholder: string[];
  29. rangeWeekPlaceholder: string[];
  30. locale: string;
  31. today: string;
  32. now: string;
  33. backToToday: string;
  34. ok: string;
  35. timeSelect: string;
  36. dateSelect: string;
  37. weekSelect: string;
  38. clear: string;
  39. month: string;
  40. year: string;
  41. previousMonth: string;
  42. nextMonth: string;
  43. monthSelect: string;
  44. yearSelect: string;
  45. decadeSelect: string;
  46. yearFormat: string;
  47. dayFormat: string;
  48. dateFormat: string;
  49. dateTimeFormat: string;
  50. previousYear: string;
  51. nextYear: string;
  52. previousDecade: string;
  53. nextDecade: string;
  54. previousCentury: string;
  55. nextCentury: string;
  56. };
  57. timePickerLocale: {
  58. placeholder: string;
  59. rangePlaceholder: string[];
  60. };
  61. };
  62. TimePicker: {
  63. placeholder: string;
  64. rangePlaceholder: string[];
  65. };
  66. Calendar: {
  67. lang: {
  68. placeholder: string;
  69. rangePlaceholder: string[];
  70. locale: string;
  71. today: string;
  72. now: string;
  73. backToToday: string;
  74. ok: string;
  75. timeSelect: string;
  76. dateSelect: string;
  77. weekSelect: string;
  78. clear: string;
  79. month: string;
  80. year: string;
  81. previousMonth: string;
  82. nextMonth: string;
  83. monthSelect: string;
  84. yearSelect: string;
  85. decadeSelect: string;
  86. yearFormat: string;
  87. dayFormat: string;
  88. dateFormat: string;
  89. dateTimeFormat: string;
  90. previousYear: string;
  91. nextYear: string;
  92. previousDecade: string;
  93. nextDecade: string;
  94. previousCentury: string;
  95. nextCentury: string;
  96. };
  97. timePickerLocale: {
  98. placeholder: string;
  99. rangePlaceholder: string[];
  100. };
  101. };
  102. Table: {
  103. filterTitle: string;
  104. filterConfirm: string;
  105. filterReset: string;
  106. filterEmptyText: string;
  107. selectAll: string;
  108. selectInvert: string;
  109. selectionAll: string;
  110. sortTitle: string;
  111. expand: string;
  112. collapse: string;
  113. triggerDesc: string;
  114. triggerAsc: string;
  115. cancelSort: 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;