fix(布局容器amis-saas-8224): 更新国际化语料

Change-Id: Ied828661eff1b8e8062b6cdaea525709cd98a67e
This commit is contained in:
wibetter 2022-11-21 22:11:06 +08:00
parent 5ce7185135
commit 3985ba963d
2 changed files with 4 additions and 2 deletions

View File

@ -3539,5 +3539,6 @@ extendLocale('en-US', {
'When the number of options exceeds the threshold, the virtual list is opened to optimize performance',
'02b9880e1d2df8a07e90e9878080c739': 'Option Height',
'a3f66655c3d2bcfecc6afba0e4424460':
'Height of each option when virtual list is turned on'
'Height of each option when virtual list is turned on',
'183f00df0922a6be371fea58cd46a60a': 'Elastic height'
});

View File

@ -3128,5 +3128,6 @@ extendLocale('zh-CN', {
'50437e080edc71ab624c93d419472919':
'当选项数量超过阈值后,会开启虚拟列表以优化性能',
'02b9880e1d2df8a07e90e9878080c739': '选项高度',
'a3f66655c3d2bcfecc6afba0e4424460': '开启虚拟列表时每个选项的高度'
'a3f66655c3d2bcfecc6afba0e4424460': '开启虚拟列表时每个选项的高度',
'183f00df0922a6be371fea58cd46a60a': '弹性高度'
});