1234567891011121314151617181920212223242526 |
- export default {
- name: 'Offline License',
- sq: 'License',
- pldr: 'Batch Import',
- pldrsuccess: 'Import successful',
- pldrtips: 'Download Batch Import Template',
- customerName: 'End User Email Address',
- endCustomer: 'End User Name',
- useTypeStr: 'Usage Type',
- authorizeKey: 'License Code',
- cameraSn: 'Camera Sn',
- authorize: 'License Code',
- authorizeTime: 'License Duration',
- remark: 'License Description',
- agentName: 'Sub-Distributor Email Address',
- authorizeStartTime: 'Start Date',
- authorizeEndTime: 'End Date',
- agentId: 'Sub-Distributor Email Address',
- addName: 'Local Algorithm License',
- list: 'Algorithm License List',
- deltTips: 'Are you sure you want to delete this license?',
- addtTips: 'Are you sure you want to add this license?',
- editTips: 'Are you sure you want to edit this license?',
- remarks: 'remark',
- placeholder: 'Please enter the remarks information',
- };
|