en_GB.ts 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. import { enGB } from 'date-fns/locale';
  2. import { Locale } from '../interface';
  3. const local: Locale = {
  4. code: 'en-GB',
  5. dateFnsLocale: enGB,
  6. currency: 'GBP',
  7. Pagination: {
  8. pageSize: 'Items per page: ${pageSize}',
  9. total: 'Total pages: ${total}',
  10. jumpTo: 'Jump to',
  11. page: ' page',
  12. },
  13. Modal: {
  14. confirm: 'Confirm',
  15. cancel: 'Cancel',
  16. },
  17. Tabs: {
  18. more: "More"
  19. },
  20. TimePicker: {
  21. placeholder: {
  22. time: 'Select time',
  23. timeRange: 'Select a time range',
  24. },
  25. begin: 'Start Time',
  26. end: 'End Time',
  27. hour: '',
  28. minute: '',
  29. second: '',
  30. AM: 'AM',
  31. PM: 'PM',
  32. },
  33. DatePicker: {
  34. placeholder: {
  35. date: 'Select date',
  36. dateTime: 'Select date and time',
  37. dateRange: ['Start date', 'End date'],
  38. dateTimeRange: ['Start date', 'End date'],
  39. monthRange: ['Start month', 'End month'],
  40. },
  41. presets: 'Presets',
  42. footer: {
  43. confirm: 'Confirm',
  44. cancel: 'Cancel',
  45. },
  46. selectDate: 'Select Date',
  47. selectTime: 'Select Time',
  48. year: 'year',
  49. month: 'month',
  50. day: 'day',
  51. monthText: '${month} ${year}',
  52. months: {
  53. 1: 'Jan',
  54. 2: 'Feb',
  55. 3: 'Mar',
  56. 4: 'Apr',
  57. 5: 'May',
  58. 6: 'Jun',
  59. 7: 'Jul',
  60. 8: 'Aug',
  61. 9: 'Sep',
  62. 10: 'Oct',
  63. 11: 'Nov',
  64. 12: 'Dec',
  65. },
  66. fullMonths: {
  67. 1: 'January',
  68. 2: 'February',
  69. 3: 'March',
  70. 4: 'April',
  71. 5: 'May',
  72. 6: 'June',
  73. 7: 'July',
  74. 8: 'August',
  75. 9: 'September',
  76. 10: 'October',
  77. 11: 'November',
  78. 12: 'December',
  79. },
  80. weeks: {
  81. Mon: 'Mon',
  82. Tue: 'Tue',
  83. Wed: 'Wed',
  84. Thu: 'Thu',
  85. Fri: 'Fri',
  86. Sat: 'Sat',
  87. Sun: 'Sun',
  88. },
  89. localeFormatToken: {
  90. FORMAT_SWITCH_DATE: 'MM/dd/yyyy',
  91. },
  92. },
  93. Popconfirm: {
  94. confirm: 'Confirm',
  95. cancel: 'Cancel',
  96. },
  97. Navigation: {
  98. collapseText: 'Collapse Sidebar',
  99. expandText: 'Expand Sidebar',
  100. },
  101. Table: {
  102. emptyText: 'No Result',
  103. pageText: 'Showing ${currentStart} to ${currentEnd} of ${total}',
  104. descend: 'Click to descend',
  105. ascend: 'Click to ascend',
  106. cancelSort: 'Cancel sorting',
  107. },
  108. Select: {
  109. emptyText: 'No Result',
  110. createText: 'Create',
  111. },
  112. Tree: {
  113. emptyText: 'No Result',
  114. searchPlaceholder: 'Search',
  115. },
  116. Cascader: {
  117. emptyText: 'No Result',
  118. },
  119. List: {
  120. emptyText: 'No Result',
  121. },
  122. Calendar: {
  123. allDay: 'All Day',
  124. AM: '${time} AM',
  125. PM: '${time} PM',
  126. datestring: '',
  127. remaining: '${remained} more',
  128. },
  129. Upload: {
  130. mainText: 'Click to Upload File or Drag File to here',
  131. illegalTips: 'This type of file is not supported',
  132. legalTips: 'Release and start uploading',
  133. retry: 'Retry',
  134. replace: 'Replace File',
  135. clear: 'Clear',
  136. selectedFiles: 'Selected Files',
  137. illegalSize: 'Illegal file size',
  138. fail: 'Upload fail',
  139. },
  140. TreeSelect: {
  141. searchPlaceholder: 'Search',
  142. },
  143. Typography: {
  144. copy: 'Copy',
  145. copied: 'Copied',
  146. expand: 'Expand',
  147. collapse: 'Collapse',
  148. },
  149. Transfer: {
  150. emptyLeft: 'No Data',
  151. emptySearch: 'No search results',
  152. emptyRight: 'No content, check from the left',
  153. placeholder: 'Search',
  154. clear: 'Clear',
  155. selectAll: 'Select all',
  156. clearSelectAll: 'Unselect all',
  157. total: 'Total items: ${total}',
  158. selected: 'Items selected: ${total}',
  159. },
  160. Form: {
  161. optional: '(optional)',
  162. },
  163. Image: {
  164. preview: 'Preview',
  165. loading: 'Loading',
  166. loadError: 'Failed to load',
  167. prevTip: 'Previous',
  168. nextTip: 'Next',
  169. zoomInTip: 'Zoom in',
  170. zoomOutTip: 'Zoom out',
  171. rotateTip: 'Rotate',
  172. downloadTip: 'Download',
  173. adaptiveTip: 'Adapt to the page',
  174. originTip: 'Original size',
  175. },
  176. Chat: {
  177. deleteConfirm: 'Are you sure you want to delete this session?',
  178. clearContext: 'Context cleared',
  179. copySuccess: 'Copy successful.',
  180. stop: 'Stop',
  181. copy: 'Copy',
  182. copied: 'Copied',
  183. dropAreaText: 'Put the file here',
  184. },
  185. UserGuide: {
  186. skip: 'Skip',
  187. next: 'Next',
  188. prev: 'Prev',
  189. finish: 'Finish',
  190. },
  191. InputNumber: {}
  192. };
  193. // [i18n-English(GB)]
  194. export default local;