zh-Hans.mjs 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. export default {
  2. badge: '徽章',
  3. open: 'Open',
  4. close: '关闭',
  5. dismiss: 'Dismiss',
  6. confirmEdit: {
  7. ok: 'OK',
  8. cancel: 'Cancel'
  9. },
  10. dataIterator: {
  11. noResultsText: '没有符合条件的结果',
  12. loadingText: '加载中……'
  13. },
  14. dataTable: {
  15. itemsPerPageText: '每页数目:',
  16. ariaLabel: {
  17. sortDescending: ':降序排列。',
  18. sortAscending: ':升序排列。',
  19. sortNone: ':未排序。',
  20. activateNone: '点击以移除排序。',
  21. activateDescending: '点击以降序排列。',
  22. activateAscending: '点击以升序排列。'
  23. },
  24. sortBy: '排序方式'
  25. },
  26. dataFooter: {
  27. itemsPerPageText: '每页数目:',
  28. itemsPerPageAll: '全部',
  29. nextPage: '下一页',
  30. prevPage: '上一页',
  31. firstPage: '首页',
  32. lastPage: '尾页',
  33. pageText: '{0}-{1} 共 {2}'
  34. },
  35. dateRangeInput: {
  36. divider: 'to'
  37. },
  38. datePicker: {
  39. itemsSelected: '{0} selected',
  40. range: {
  41. title: 'Select dates',
  42. header: 'Enter dates'
  43. },
  44. title: 'Select date',
  45. header: 'Enter date',
  46. input: {
  47. placeholder: 'Enter date'
  48. }
  49. },
  50. noDataText: '没有数据',
  51. carousel: {
  52. prev: '上一张',
  53. next: '下一张',
  54. ariaLabel: {
  55. delimiter: 'Carousel slide {0} of {1}'
  56. }
  57. },
  58. calendar: {
  59. moreEvents: '还有 {0} 项',
  60. today: 'Today'
  61. },
  62. input: {
  63. clear: 'Clear {0}',
  64. prependAction: '{0} prepended action',
  65. appendAction: '{0} appended action',
  66. otp: 'Please enter OTP character {0}'
  67. },
  68. fileInput: {
  69. counter: '{0} 个文件',
  70. counterSize: '{0} 个文件(共 {1})'
  71. },
  72. fileUpload: {
  73. title: 'Drag and drop files here',
  74. divider: 'or',
  75. browse: 'Browse Files'
  76. },
  77. timePicker: {
  78. am: 'AM',
  79. pm: 'PM',
  80. title: 'Select Time'
  81. },
  82. pagination: {
  83. ariaLabel: {
  84. root: '分页导航',
  85. next: '下一页',
  86. previous: '上一页',
  87. page: '转到页面 {0}',
  88. currentPage: '当前页 {0}',
  89. first: 'First page',
  90. last: 'Last page'
  91. }
  92. },
  93. stepper: {
  94. next: 'Next',
  95. prev: 'Previous'
  96. },
  97. rating: {
  98. ariaLabel: {
  99. item: 'Rating {0} of {1}'
  100. }
  101. },
  102. loading: 'Loading...',
  103. infiniteScroll: {
  104. loadMore: 'Load more',
  105. empty: 'No more'
  106. }
  107. };
  108. //# sourceMappingURL=zh-Hans.mjs.map