amis-saas-6436 国际化翻译更新

Change-Id: Ie5afbf3e26049e2b2c44680f8dd3ee9065bafa3f
This commit is contained in:
qkiroc 2022-09-27 18:41:18 +08:00
parent 9e6a965b71
commit 7ced2e46c4
4 changed files with 6 additions and 6 deletions

View File

@ -97,7 +97,7 @@
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-react-i18n": "0.0.2"
"webpack-react-i18n": "0.0.10"
},
"peerDependencies": {
"amis": "*",

View File

@ -156,8 +156,8 @@ extendLocale('en-US', {
'f66335b5bff0e26fdff2a3303e0f9bb0': 'Error information:',
'966e23b5c1efe8e18fc4f0c326d47314':
')A rendering error occurs. For details about the error, check the console output.',
'44e049d9ecbe2c474100a3424021570e':
'<div class=wrapper-sm b-a b-light m-b-sm>Be dragged into the placeholder area</div>',
'f942c7a6a35c4eb1381d2966462d0489':
'<div class="wrapper-sm b-a b-light m-b-sm">Be dragged into the placeholder area</div>',
'245897371cda2055f5c17c6cf298ed48':
'Tip: No redirection is allowed in the preview mode.',
'e1b7255934e3189b1f5d440fc1aa0230':

View File

@ -187,8 +187,6 @@ extendLocale('zh-CN', {
'f66335b5bff0e26fdff2a3303e0f9bb0': '错误信息:',
'966e23b5c1efe8e18fc4f0c326d47314':
')渲染发生错误,详细错误信息请查看控制台输出。',
'44e049d9ecbe2c474100a3424021570e':
'<div class=wrapper-sm b-a b-light m-b-sm>拖入占位</div>',
'245897371cda2055f5c17c6cf298ed48': '温馨提示:预览模式下禁止跳转',
'e1b7255934e3189b1f5d440fc1aa0230': '注册插件异常,已存在同名插件:',
'979a50681e278dcc0be18f68459e8217': '系统变量',
@ -225,5 +223,7 @@ extendLocale('zh-CN', {
'1dd554cdfc1ddf7dce13453805523c16': '变更',
'a82240ce09faf0b972a8aa5c9e93d209': '插入组件面板',
'eadc8c8d4a8776893672330598babca0': '位置错误,目标位置没有找到',
'f3c057f37fb9a4e7dd44b04919c12578': '请从左侧组件面板中点击添加新的元素。'
'f3c057f37fb9a4e7dd44b04919c12578': '请从左侧组件面板中点击添加新的元素。',
'f942c7a6a35c4eb1381d2966462d0489':
'<div class="wrapper-sm b-a b-light m-b-sm">拖入占位</div>'
});