fix(amis-saas-8563): 补充国际化语料

Change-Id: I16b4982119517c5b23b7e1dda81e9f7255ec111d
This commit is contained in:
wibetter 2022-12-05 12:28:26 +08:00
parent 7478534774
commit 09702795c1
2 changed files with 4 additions and 2 deletions

View File

@ -3545,5 +3545,6 @@ extendLocale('en-US', {
'a2b62974f4d7564bb68b570116f25a10': 'Minimum width',
'2bd921d0ea7a73b77ee0fcddb1afcc84': 'Minimum height',
'eb7366583485f478e3d8c2b105ea51ff':
'Defines the magnification of the item. If it is set to 0, it will not be magnified even if there is space left in the parent container.'
'Defines the magnification of the item. If it is set to 0, it will not be magnified even if there is space left in the parent container.',
'5d3d48de1ba22368eacdc1c69fb044ce': 'Component inner layer CSS class name'
});

View File

@ -3132,5 +3132,6 @@ extendLocale('zh-CN', {
'a2b62974f4d7564bb68b570116f25a10': '最小宽度',
'2bd921d0ea7a73b77ee0fcddb1afcc84': '最小高度',
'eb7366583485f478e3d8c2b105ea51ff':
'定义项目的放大比例如果设置为0即使父容器存在剩余空间也不放大。'
'定义项目的放大比例如果设置为0即使父容器存在剩余空间也不放大。',
'5d3d48de1ba22368eacdc1c69fb044ce': '组件内层 CSS 类名'
});