Files
dooring/packages/dooringx-lib/src/locale/en.ts

51 lines
2.0 KiB
TypeScript
Raw Normal View History

2021-08-27 16:28:19 +08:00
/*
* @Author: yehuozhili
* @Date: 2021-08-27 10:20:23
* @LastEditors: yehuozhili
2022-01-13 13:59:14 +08:00
* @LastEditTime: 2022-01-13 13:43:20
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',
2022-01-13 13:59:14 +08:00
yes: 'Ok',
no: 'Cancel',
2021-08-27 16:28:19 +08:00
'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',
2022-01-13 13:59:14 +08:00
'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',
2021-08-27 16:28:19 +08:00
};