zh-tw.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. export default {
  2. dashboard: {
  3. title: '數據統計',
  4. carrier: {
  5. placeholder: '請選擇',
  6. telecom: '電信',
  7. unicom: '聯通',
  8. mobile: '移動'
  9. },
  10. statistics: {
  11. yesterdayFlow: '昨日流量消耗',
  12. monthFlow: '當月流量消耗',
  13. yearFlow: '本年流量消耗'
  14. },
  15. flowChart: {
  16. title: '流量統計',
  17. buttons: {
  18. yesterday: '昨日',
  19. week: '近一週',
  20. month: '近一月',
  21. year: '近一年'
  22. },
  23. datePicker: {
  24. rangeSeparator: '至',
  25. startPlaceholder: '開始時間',
  26. endPlaceholder: '結束時間'
  27. }
  28. },
  29. top10: {
  30. title: '流量使用TOP10',
  31. datePicker: {
  32. rangeSeparator: '至',
  33. startPlaceholder: '開始日期',
  34. endPlaceholder: '結束日期'
  35. }
  36. },
  37. charts: {
  38. tooltip: {
  39. traffic: '流量'
  40. },
  41. series: {
  42. traffic: '流量'
  43. }
  44. }
  45. },
  46. index: {
  47. search: {
  48. placeholder: '請輸入ICCID或卡號',
  49. query: '查詢',
  50. reset: '重置'
  51. },
  52. table: {
  53. columns: {
  54. cardNumber: '卡號',
  55. iccid: 'ICCID',
  56. bindDevice: '綁定設備',
  57. platform: '平台對接',
  58. operator: '運營商',
  59. type: '類型',
  60. totalFlow: '總流量',
  61. usedFlow: '使用流量',
  62. remainFlow: '剩餘流量',
  63. activationDate: '激活日期',
  64. updateTime: '更新時間',
  65. status: '狀態',
  66. actions: '操作'
  67. },
  68. actions: {
  69. detail: '詳情',
  70. delete: '刪除'
  71. }
  72. },
  73. operators: {
  74. telecom: '電信',
  75. unicom: '聯通',
  76. mobile: '移動'
  77. },
  78. types: {
  79. monthly: '月卡',
  80. quarterly: '季卡',
  81. yearly: '年卡',
  82. other: '其他'
  83. },
  84. status: {
  85. activatable: '可激活',
  86. testActivated: '測試激活',
  87. testDeactivated: '測試去激活',
  88. inUse: '在用',
  89. suspended: '停機',
  90. operatorManaged: '運營商管理狀態'
  91. },
  92. messages: {
  93. deleteConfirm: '此操作將卡號為:「{cardNumber}」進行刪除,是否繼續?',
  94. tip: '提示',
  95. confirm: '確認',
  96. cancel: '取消',
  97. deleteSuccess: '刪除成功'
  98. }
  99. },
  100. detail: {
  101. basicInfo: {
  102. title: '基本信息',
  103. cardNumber: '卡號',
  104. iccid: 'ICCID',
  105. bindDevice: '綁定設備',
  106. platformType: '平台類型',
  107. platformName: '平台名稱',
  108. operator: '運營商',
  109. type: '類型',
  110. activationDate: '激活日期',
  111. updateTime: '更新時間',
  112. totalFlow: '總流量',
  113. usedFlow: '使用流量',
  114. remainFlow: '剩餘流量',
  115. status: '狀態',
  116. description: '說明'
  117. },
  118. flowChart: {
  119. title: '流量統計',
  120. buttons: {
  121. yesterday: '昨日',
  122. week: '近一週',
  123. month: '近一月',
  124. year: '近一年'
  125. },
  126. datePicker: {
  127. rangeSeparator: '至',
  128. startPlaceholder: '開始時間',
  129. endPlaceholder: '結束時間'
  130. }
  131. },
  132. dataStatistics: {
  133. title: '數據統計',
  134. yesterdayFlow: '昨日流量消耗',
  135. monthFlow: '當月流量消耗',
  136. yearFlow: '本年流量消耗'
  137. }
  138. },
  139. platformManage: {
  140. search: {
  141. placeholder: '請輸入關鍵字搜索',
  142. query: '查詢',
  143. reset: '重置',
  144. add: '新增'
  145. },
  146. table: {
  147. columns: {
  148. name: '名稱',
  149. platformType: '平台類型',
  150. appId: 'App ID',
  151. status: '狀態',
  152. description: '說明',
  153. actions: '操作'
  154. },
  155. actions: {
  156. edit: '編輯',
  157. delete: '刪除'
  158. }
  159. },
  160. status: {
  161. disabled: '禁用',
  162. enabled: '開啟'
  163. },
  164. messages: {
  165. deleteConfirm: '此操作將卡號為:「{cardNumber}」,是否繼續?',
  166. tip: '提示',
  167. confirm: '確認',
  168. cancel: '取消',
  169. deleteSuccess: '刪除成功'
  170. },
  171. addOrEdit: {
  172. title: {
  173. add: '新增',
  174. edit: '編輯'
  175. },
  176. form: {
  177. platformType: '平台類型',
  178. name: '名稱',
  179. appId: 'App ID',
  180. secretKey: 'secretKey',
  181. userId: '用戶id',
  182. interfaceUrl: '接口地址',
  183. status: '狀態',
  184. description: '說明'
  185. },
  186. placeholders: {
  187. select: '請選擇',
  188. name: '請輸入名稱',
  189. appId: '請輸入App ID',
  190. secretKey: '請輸入secretKey',
  191. userId: '請輸入用戶id',
  192. interfaceUrl: '請輸入接口地址',
  193. description: '請輸入說明'
  194. },
  195. operators: {
  196. telecom: '電信',
  197. unicom: '聯通',
  198. mobile: '移動'
  199. },
  200. switch: {
  201. enabled: '啟',
  202. disabled: '禁'
  203. },
  204. buttons: {
  205. cancel: '取 消',
  206. confirm: '確定'
  207. },
  208. validation: {
  209. platformType: '請選擇平台類型',
  210. name: '請輸入名稱',
  211. userId: '請輸入用戶id',
  212. secretKey: '請輸入secretKey',
  213. appId: '請輸入App ID',
  214. interfaceUrl: '請輸入接口地址'
  215. },
  216. messages: {
  217. editSuccess: '編輯成功',
  218. addSuccess: '新增成功'
  219. }
  220. }
  221. }
  222. };