@flexem/fc-gui 3.0.0-alpha.108 → 3.0.0-alpha.109

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/CHANGELOG.md CHANGED
@@ -479,4 +479,9 @@
479
479
  ## 3.0.0-alpha.108(2024-05-15)
480
480
  ### Web端
481
481
  #### Features
482
- 1. FLEXCLOUD-3288 云组态时间元件支持更改时区
482
+ 1. FLEXCLOUD-3288 云组态时间元件支持更改时区
483
+
484
+ ## 3.0.0-alpha.109(2024-07-10)
485
+ ### Web端
486
+ #### Features
487
+ 1. FLEXCLOUD-3389 【海外】组态操作前确认提示信息修改
@@ -22897,7 +22897,7 @@ const DefaultLocalization = {
22897
22897
  canNotBeNegative: 'Can not be negative',
22898
22898
  valueOutOfRange: 'Numerical value is out of range',
22899
22899
  timeout: 'timeout',
22900
- confirmOperationPrompt: 'Sure to do this operation?',
22900
+ confirmOperationPrompt: 'Are you sure you want to perform this operation?',
22901
22901
  confirm: 'Yes',
22902
22902
  cancel: 'Cancel',
22903
22903
  characterInputRequired: 'Character input can\'t be empty',