configuration.ts
1.05 KB
export default {
//模板
name: 'Template List', //
add: 'Add Template',
templateName: 'Template Name',
// 组态
centerListName: 'Configuration List',
centerName: 'configuration Name',
centerAdd: 'Add Configuration',
template: 'template',
centerOpen: 'open',
centerClose: 'close',
centerEnable: 'Enable template',
enableTooltip:
'After using the template, the configuration automatically has the preset components and configurations of the template. At the same time, configuration allows for the free addition of new components and configurations. If the template is updated, the configuration will not be updated synchronously.',
placeholderTemplate: 'Please choose template',
placeholderCenterName: 'Please choose configuration name',
centerAddTitle: 'Add Configuration Center',
centerEditTitle: 'Edit Configuration Center',
notTemplate: 'No template selected',
notProduct: 'You have selected a template, but the product or device has not been selected',
devicePlaceholderText: '@:common.chooseText@:business.deviceText',
};