2021-08-27 16:28:19 +08:00
|
|
|
/*
|
|
|
|
* @Author: yehuozhili
|
|
|
|
* @Date: 2021-08-27 10:20:23
|
|
|
|
* @LastEditors: yehuozhili
|
2021-09-27 21:52:16 +08:00
|
|
|
* @LastEditTime: 2021-09-27 21:11:51
|
2021-08-27 16:28:19 +08:00
|
|
|
* @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: 'yes',
|
|
|
|
no: 'no',
|
|
|
|
'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',
|
2021-09-27 21:52:16 +08:00
|
|
|
title: 'Title',
|
2021-08-27 16:28:19 +08:00
|
|
|
};
|