en_GB.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. export default {
  2. common: {
  3. slotEmpty: 'Slot is empty!',
  4. loading: 'Loading...',
  5. noData: 'No data',
  6. noMoreData: 'No more data',
  7. },
  8. actionSheet: {
  9. cancelText: 'Cancel',
  10. },
  11. bottomSheet: {
  12. title: 'Title',
  13. },
  14. dialog: {
  15. title: 'Warning',
  16. content: 'Content',
  17. primaryText: 'OK',
  18. secondaryText: 'Cancel',
  19. },
  20. input: {
  21. pleaseInput: 'Please input',
  22. },
  23. modal: {
  24. title: 'Title',
  25. content: 'Content',
  26. btnText: 'OK',
  27. },
  28. navBar: {
  29. title: 'Title',
  30. },
  31. picker: {
  32. defaultTitle: 'Please select',
  33. defaultCancel: 'Cancel',
  34. defaultConfirm: 'Confirm',
  35. },
  36. asyncPicker: {
  37. defaultTitle: 'Please select',
  38. defaultCancel: 'Cancel',
  39. defaultConfirm: 'Confirm',
  40. defaultNext: 'Next',
  41. defaultPrev: 'Prev',
  42. defaultSelected: 'Selected',
  43. },
  44. rate: {
  45. error1: 'Rating should not be greater than your overall feedback!',
  46. error2: 'Rating should be completed at least once as a whole!',
  47. error3: 'Rating is not high, so the hedgehog is sleeping!',
  48. error4: 'Rating should be an odd number, so that it can develop into a hedgehog!',
  49. error5: 'The height or width of the rating is difficult to touch on the mobile phone!',
  50. },
  51. timePicker: {
  52. defaultTitle: 'Please select',
  53. defaultCancel: 'Cancel',
  54. defaultConfirm: 'Confirm',
  55. defaultYear: 'Year',
  56. defaultMonth: 'Month',
  57. defaultDay: 'Day',
  58. defaultHour: 'Hour',
  59. defaultMinute: 'Minute',
  60. defaultSecond: 'Second',
  61. },
  62. calendar: {
  63. weekTextList: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
  64. weekSundayStartTextList: ['Sa', 'Su', 'Mo', 'Tu', 'We', 'Th', 'Fr'],
  65. monthTextList: [
  66. 'January',
  67. 'February',
  68. 'March',
  69. 'April',
  70. 'May',
  71. 'June',
  72. 'July',
  73. 'August',
  74. 'September',
  75. 'October',
  76. 'November',
  77. 'December',
  78. ],
  79. confirmText: 'Confirm',
  80. selectedText: 'Selected',
  81. dayText: 'day',
  82. beforeText: 'Before',
  83. afterText: 'After',
  84. currentWeekText: 'This week',
  85. currentMonthText: 'This month',
  86. currentQuarterText: 'This quarter',
  87. },
  88. };