/* * @Author: yehuozhili * @Date: 2021-08-27 10:20:23 * @LastEditors: yehuozhili * @LastEditTime: 2022-01-13 13:43:20 * @FilePath: \dooringx\packages\dooringx-lib\src\locale\en.ts */ import { zhCN } from './zh-CN'; export const en: typeof zhCN = { 'timeline.name': 'Component name', 'contorl.popup.absolute': 'Are you sure to change to absolutely positioned element', 'contorl.popup.static': 'Are you sure to change to static positioned element', 'contorl.absolute': 'Change to absolute', 'contorl.static': 'Change to static', 'control.popup.delete': 'Are you sure to delete', 'control.delete': 'Delete', 'control.focus': 'Focus', 'control.no-component': 'No components', 'modal.new': 'New modal', 'modal.control': 'Control modal', 'modal.popup.exit': 'Please exit the edit modal and open the configuration again', 'modal.popup.edit': 'Switch to this modal and edit it?', 'modal.popup.save': 'Please save the modal and edit another modal', 'modal.popup.notfond': 'Can not found {name} modal', 'modal.popup.repeat': 'Duplicate name {name} already exists', 'modal.popup.remove': 'Please save the modal before deleting', 'modal.popup.nomodal': 'No modal', 'modal.popup.name': 'Please enter modal name', 'modal.name': 'Modal name', 'modal.control.remove': 'Delete click to delete the effect of the modal', yes: 'Ok', no: 'Cancel', 'right.noprops': 'No properties have been configured', 'right.global': 'Global config', 'right.containerheight': 'Container height', 'right.containerColor': 'Container background color', 'right.bodyColor': 'Body background color', title: 'Title', 'system.setting': 'System Settings', 'settings.openabsorb': 'Turn on adsorption', on: 'on', off: 'off', 'settings.absorbindent': 'Adsorption spacing', 'settings.min': 'Canvas zoom min', 'settings.max': 'Canvas zoom max', 'settings.autofocus': 'Auto scroll focus on the animation panel', 'error.minmax': 'The maximum value should be greater than or equal to the minimum value', };