zh_HK.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. export default {
  2. common: {
  3. slotEmpty: '插槽內容為空!',
  4. loading: '載入中...',
  5. noData: '暫無數據',
  6. noMoreData: '沒有更多數據了',
  7. },
  8. actionSheet: {
  9. cancelText: '取消',
  10. },
  11. bottomSheet: {
  12. title: '標題',
  13. },
  14. dialog: {
  15. title: '提示',
  16. content: '內容',
  17. primaryText: '確定',
  18. secondaryText: '取消',
  19. },
  20. input: {
  21. pleaseInput: '請輸入',
  22. },
  23. modal: {
  24. title: '標題',
  25. content: '內容',
  26. btnText: '我知道了',
  27. },
  28. navBar: {
  29. title: '標題',
  30. },
  31. picker: {
  32. defaultTitle: '請選擇',
  33. defaultCancel: '取消',
  34. defaultConfirm: '確定',
  35. },
  36. asyncPicker: {
  37. defaultTitle: '請選擇',
  38. defaultCancel: '取消',
  39. defaultConfirm: '確定',
  40. defaultNext: '下一步',
  41. defaultPrev: '上一步',
  42. defaultSelected: '已選',
  43. },
  44. rate: {
  45. error1: 'value 不能大於 total !',
  46. error2: 'total 必須能被 1 整除!',
  47. error3: '非半選時 value 必須能被 1 整除!',
  48. error4: '半選時 value 必須能被 0.5 整除!',
  49. error5: 'width 或 height 小於 20 會使移動端點擊困難!',
  50. },
  51. timePicker: {
  52. defaultTitle: '請選擇',
  53. defaultCancel: '取消',
  54. defaultConfirm: '確定',
  55. defaultYear: '年',
  56. defaultMonth: '月',
  57. defaultDay: '日',
  58. defaultHour: '時',
  59. defaultMinute: '分',
  60. defaultSecond: '秒',
  61. },
  62. calendar: {
  63. weekTextList: ['一', '二', '三', '四', '五', '六', '日'],
  64. weekSundayStartTextList: ['日', '一', '二', '三', '四', '五', '六'],
  65. monthTextList: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
  66. confirmText: '確認',
  67. selectedText: '已選',
  68. dayText: '天',
  69. beforeText: '最近',
  70. afterText: '未來',
  71. currentWeekText: '本週',
  72. currentMonthText: '本月',
  73. currentQuarterText: '本季度',
  74. },
  75. };