update 0.11.9

This commit is contained in:
hufeixiong
2022-01-13 13:59:14 +08:00
parent 0f3a712197
commit 94175c8de7
14 changed files with 217 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
* @Author: yehuozhili
* @Date: 2021-08-27 10:20:23
* @LastEditors: yehuozhili
* @LastEditTime: 2021-09-27 21:11:51
* @LastEditTime: 2022-01-13 13:43:20
* @FilePath: \dooringx\packages\dooringx-lib\src\locale\en.ts
*/
@@ -30,12 +30,21 @@ export const en: typeof zhCN = {
'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',
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',
};

View File

@@ -2,7 +2,7 @@
* @Author: yehuozhili
* @Date: 2021-08-27 10:20:15
* @LastEditors: yehuozhili
* @LastEditTime: 2021-09-27 21:11:43
* @LastEditTime: 2022-01-13 13:42:51
* @FilePath: \dooringx\packages\dooringx-lib\src\locale\zh-CN.ts
*/
export const zhCN = {
@@ -35,4 +35,13 @@ export const zhCN = {
'right.containerColor': '容器底色',
'right.bodyColor': 'body底色',
title: '标题',
'system.setting': '系统设置',
'settings.openabsorb': '开启吸附',
on: '开',
off: '关',
'settings.absorbindent': '吸附间距',
'settings.min': '画布缩放最小值',
'settings.max': '画布缩放最大值',
'settings.autofocus': '动画面板点击自动滚动聚焦',
'error.minmax': '最大值应大于等于最小值',
};