sl_SI.d.ts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. locale: string;
  23. placeholder: string;
  24. rangePlaceholder: string[];
  25. today: string;
  26. now: string;
  27. backToToday: string;
  28. ok: string;
  29. clear: string;
  30. month: string;
  31. year: string;
  32. timeSelect: string;
  33. dateSelect: string;
  34. monthSelect: string;
  35. yearSelect: string;
  36. decadeSelect: string;
  37. yearFormat: string;
  38. dateFormat: string;
  39. dayFormat: string;
  40. dateTimeFormat: string;
  41. monthFormat: string;
  42. monthBeforeYear: boolean;
  43. previousMonth: string;
  44. nextMonth: string;
  45. previousYear: string;
  46. nextYear: string;
  47. previousDecade: string;
  48. nextDecade: string;
  49. previousCentury: string;
  50. nextCentury: string;
  51. };
  52. timePickerLocale: {
  53. placeholder: string;
  54. };
  55. };
  56. TimePicker: {
  57. placeholder: string;
  58. };
  59. Calendar: {
  60. lang: {
  61. locale: string;
  62. placeholder: string;
  63. rangePlaceholder: string[];
  64. today: string;
  65. now: string;
  66. backToToday: string;
  67. ok: string;
  68. clear: string;
  69. month: string;
  70. year: string;
  71. timeSelect: string;
  72. dateSelect: string;
  73. monthSelect: string;
  74. yearSelect: string;
  75. decadeSelect: string;
  76. yearFormat: string;
  77. dateFormat: string;
  78. dayFormat: string;
  79. dateTimeFormat: string;
  80. monthFormat: string;
  81. monthBeforeYear: boolean;
  82. previousMonth: string;
  83. nextMonth: string;
  84. previousYear: string;
  85. nextYear: string;
  86. previousDecade: string;
  87. nextDecade: string;
  88. previousCentury: string;
  89. nextCentury: string;
  90. };
  91. timePickerLocale: {
  92. placeholder: string;
  93. };
  94. };
  95. Table: {
  96. filterTitle: string;
  97. filterConfirm: string;
  98. filterReset: string;
  99. selectAll: string;
  100. selectInvert: string;
  101. };
  102. Modal: {
  103. okText: string;
  104. cancelText: string;
  105. justOkText: string;
  106. };
  107. Popconfirm: {
  108. okText: string;
  109. cancelText: string;
  110. };
  111. Transfer: {
  112. searchPlaceholder: string;
  113. itemUnit: string;
  114. itemsUnit: string;
  115. };
  116. Upload: {
  117. uploading: string;
  118. removeFile: string;
  119. uploadError: string;
  120. previewFile: string;
  121. downloadFile: string;
  122. };
  123. Empty: {
  124. description: string;
  125. };
  126. };
  127. export default _default;