@wise/dynamic-flow-client 3.28.8-experimental-5304a6a → 3.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/i18n/zh_CN.json +1 -1
- package/build/main.js +522 -545
- package/build/main.min.js +1 -1
- package/build/main.mjs +522 -545
- package/build/types/legacy/dynamic-flow-types.d.ts +1 -1
- package/build/types/revamp/domain/features/events.d.ts +1 -1
- package/build/types/revamp/domain/mappers/mapStepToComponent.d.ts +1 -3
- package/build/types/revamp/flow/executePoll.d.ts +2 -0
- package/build/types/revamp/flow/executeRefresh.d.ts +1 -0
- package/build/types/revamp/flow/executeSubmission.d.ts +1 -0
- package/build/types/revamp/types.d.ts +0 -2
- package/package.json +11 -10
package/build/i18n/zh_CN.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dynamicFlows.ExternalConfirmation.open": "在新标签页中打开",
|
|
39
39
|
"dynamicFlows.ExternalConfirmation.title": "请确认",
|
|
40
40
|
"dynamicFlows.FileUploadSchema.maxFileSizeError": "抱歉,该文件太大。请上传一个更小的文件。",
|
|
41
|
-
"dynamicFlows.FileUploadSchema.wrongFileTypeError": "
|
|
41
|
+
"dynamicFlows.FileUploadSchema.wrongFileTypeError": "抱歉,不支持该文件格式。请上传其他文件。",
|
|
42
42
|
"dynamicFlows.Help.ariaLabel": "点击此处获取更多信息。",
|
|
43
43
|
"dynamicFlows.MultiSelect.summary": "{first} 和其他 {count} 个",
|
|
44
44
|
"dynamicFlows.MultipleFileUploadSchema.maxFileSizeError": "抱歉,该文件太大。请上传一个更小的文件。",
|