123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- export default {
- dashboard: {
- title: '數據統計',
- carrier: {
- placeholder: '請選擇',
- telecom: '電信',
- unicom: '聯通',
- mobile: '移動'
- },
- statistics: {
- yesterdayFlow: '昨日流量消耗',
- monthFlow: '當月流量消耗',
- yearFlow: '本年流量消耗'
- },
- flowChart: {
- title: '流量統計',
- buttons: {
- yesterday: '昨日',
- week: '近一週',
- month: '近一月',
- year: '近一年'
- },
- datePicker: {
- rangeSeparator: '至',
- startPlaceholder: '開始時間',
- endPlaceholder: '結束時間'
- }
- },
- top10: {
- title: '流量使用TOP10',
- datePicker: {
- rangeSeparator: '至',
- startPlaceholder: '開始日期',
- endPlaceholder: '結束日期'
- }
- },
- charts: {
- tooltip: {
- traffic: '流量'
- },
- series: {
- traffic: '流量'
- }
- }
- },
- index: {
- search: {
- placeholder: '請輸入ICCID或卡號',
- query: '查詢',
- reset: '重置'
- },
- table: {
- columns: {
- cardNumber: '卡號',
- iccid: 'ICCID',
- bindDevice: '綁定設備',
- platform: '平台對接',
- operator: '運營商',
- type: '類型',
- totalFlow: '總流量',
- usedFlow: '使用流量',
- remainFlow: '剩餘流量',
- activationDate: '激活日期',
- updateTime: '更新時間',
- status: '狀態',
- actions: '操作'
- },
- actions: {
- detail: '詳情',
- delete: '刪除'
- }
- },
- operators: {
- telecom: '電信',
- unicom: '聯通',
- mobile: '移動'
- },
- types: {
- monthly: '月卡',
- quarterly: '季卡',
- yearly: '年卡',
- other: '其他'
- },
- status: {
- activatable: '可激活',
- testActivated: '測試激活',
- testDeactivated: '測試去激活',
- inUse: '在用',
- suspended: '停機',
- operatorManaged: '運營商管理狀態'
- },
- messages: {
- deleteConfirm: '此操作將卡號為:「{cardNumber}」進行刪除,是否繼續?',
- tip: '提示',
- confirm: '確認',
- cancel: '取消',
- deleteSuccess: '刪除成功'
- }
- },
- detail: {
- basicInfo: {
- title: '基本信息',
- cardNumber: '卡號',
- iccid: 'ICCID',
- bindDevice: '綁定設備',
- platformType: '平台類型',
- platformName: '平台名稱',
- operator: '運營商',
- type: '類型',
- activationDate: '激活日期',
- updateTime: '更新時間',
- totalFlow: '總流量',
- usedFlow: '使用流量',
- remainFlow: '剩餘流量',
- status: '狀態',
- description: '說明'
- },
- flowChart: {
- title: '流量統計',
- buttons: {
- yesterday: '昨日',
- week: '近一週',
- month: '近一月',
- year: '近一年'
- },
- datePicker: {
- rangeSeparator: '至',
- startPlaceholder: '開始時間',
- endPlaceholder: '結束時間'
- }
- },
- dataStatistics: {
- title: '數據統計',
- yesterdayFlow: '昨日流量消耗',
- monthFlow: '當月流量消耗',
- yearFlow: '本年流量消耗'
- }
- },
- platformManage: {
- search: {
- placeholder: '請輸入關鍵字搜索',
- query: '查詢',
- reset: '重置',
- add: '新增'
- },
- table: {
- columns: {
- name: '名稱',
- platformType: '平台類型',
- appId: 'App ID',
- status: '狀態',
- description: '說明',
- actions: '操作'
- },
- actions: {
- edit: '編輯',
- delete: '刪除'
- }
- },
- status: {
- disabled: '禁用',
- enabled: '開啟'
- },
- messages: {
- deleteConfirm: '此操作將卡號為:「{cardNumber}」,是否繼續?',
- tip: '提示',
- confirm: '確認',
- cancel: '取消',
- deleteSuccess: '刪除成功'
- },
- addOrEdit: {
- title: {
- add: '新增',
- edit: '編輯'
- },
- form: {
- platformType: '平台類型',
- name: '名稱',
- appId: 'App ID',
- secretKey: 'secretKey',
- userId: '用戶id',
- interfaceUrl: '接口地址',
- status: '狀態',
- description: '說明'
- },
- placeholders: {
- select: '請選擇',
- name: '請輸入名稱',
- appId: '請輸入App ID',
- secretKey: '請輸入secretKey',
- userId: '請輸入用戶id',
- interfaceUrl: '請輸入接口地址',
- description: '請輸入說明'
- },
- operators: {
- telecom: '電信',
- unicom: '聯通',
- mobile: '移動'
- },
- switch: {
- enabled: '啟',
- disabled: '禁'
- },
- buttons: {
- cancel: '取 消',
- confirm: '確定'
- },
- validation: {
- platformType: '請選擇平台類型',
- name: '請輸入名稱',
- userId: '請輸入用戶id',
- secretKey: '請輸入secretKey',
- appId: '請輸入App ID',
- interfaceUrl: '請輸入接口地址'
- },
- messages: {
- editSuccess: '編輯成功',
- addSuccess: '新增成功'
- }
- }
- }
- };
|