mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 01:11:15 +08:00
[amis-saas-7667]:国际化补充
Change-Id: Ia5bbd8b55d99e86da4155876c82b5bf98e599a51
This commit is contained in:
parent
b5bf21baf0
commit
afde5391a5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amis-editor",
|
||||
"version": "5.2.0-beta.84",
|
||||
"version": "5.2.0-beta.86",
|
||||
"description": "amis 可视化编辑器",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
|
@ -3300,5 +3300,9 @@ extendLocale('en-US', {
|
||||
'd2e930293da37452638759e17d771adf': 'Component Status',
|
||||
'b535bea11c97ec5588b1494799de4d60': 'Form Input',
|
||||
'f7784642f42d33f506ba05f3daefc3c4': 'Form Static',
|
||||
'a8797a840f3c0bbb5297aada95f9b13a': 'Form Item Static'
|
||||
'a8797a840f3c0bbb5297aada95f9b13a': 'Form Item Static',
|
||||
'7bb3e24cc54f4b8ee0a65d14fa4c067c': 'Modify activation tab value',
|
||||
'fd951a59a7c635d5330bc1aeec22c813': 'Custom Data',
|
||||
'b62ce3df3c0d5772006c525b60d5eeab':
|
||||
'The data defaults to the data field where the source component is located, you can select "Custom" to customize the required data'
|
||||
});
|
||||
|
@ -2068,7 +2068,7 @@ extendLocale('zh-CN', {
|
||||
'9769ee568100b0c530a06ec3f0c0044d': '内容1',
|
||||
'4be268145385303e8ebeb480458a380e': '选项卡2',
|
||||
'c50159e2acff0f4ffdce4c67ec3513a3': '内容2',
|
||||
'c8794c58d0eb020ca40905d1904d88b2': '修改激活tab值',
|
||||
'c8794c58d0eb020ca40905d1904d88b2': '激活指定选项卡',
|
||||
'fcd3abb110aab48ebd0ac2a1d7040d6d': '修改当前激活tab项的key',
|
||||
'9d000284174ff09642502803887f28ed': '激活第',
|
||||
'29645b509093191cad34c673c1b3efb7': '项',
|
||||
@ -2916,5 +2916,9 @@ extendLocale('zh-CN', {
|
||||
'd2e930293da37452638759e17d771adf': '组件状态',
|
||||
'b535bea11c97ec5588b1494799de4d60': '表单输入',
|
||||
'f7784642f42d33f506ba05f3daefc3c4': '表单静态',
|
||||
'a8797a840f3c0bbb5297aada95f9b13a': '表单项静态'
|
||||
'a8797a840f3c0bbb5297aada95f9b13a': '表单项静态',
|
||||
'7bb3e24cc54f4b8ee0a65d14fa4c067c': '激活指定选项卡',
|
||||
'fd951a59a7c635d5330bc1aeec22c813': '自定义数据',
|
||||
'b62ce3df3c0d5772006c525b60d5eeab':
|
||||
'数据默认为源组件所在数据域,开启“自定义”可以定制所需数据'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user