@fileverse-dev/fortune-core 1.0.2-mod-20-patch-2 → 1.0.2-mod-24

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/dist/index.esm.js CHANGED
@@ -10145,15 +10145,15 @@ var en = {
10145
10145
  locationExample: "Location",
10146
10146
  lessTwoRowTip: "Please select at least two rows",
10147
10147
  lessTwoColumnTip: "Please select at least two columns",
10148
- findTextbox: "Find Content",
10149
- replaceTextbox: "Replace Content",
10148
+ findTextbox: "Find",
10149
+ replaceTextbox: "Replace with",
10150
10150
  regexTextbox: "Regular Expression",
10151
10151
  wholeTextbox: "Whole word",
10152
10152
  distinguishTextbox: "Case sensitive",
10153
- allReplaceBtn: "Replace All",
10153
+ allReplaceBtn: "Replace all",
10154
10154
  replaceBtn: "Replace",
10155
- allFindBtn: "Find All",
10156
- findBtn: "Find next",
10155
+ allFindBtn: "Find all",
10156
+ findBtn: "Find",
10157
10157
  noFindTip: "The content was not found",
10158
10158
  modeTip: "This operation is not available in this mode",
10159
10159
  searchTargetSheet: "Sheet",
package/dist/index.js CHANGED
@@ -10155,15 +10155,15 @@ var en = {
10155
10155
  locationExample: "Location",
10156
10156
  lessTwoRowTip: "Please select at least two rows",
10157
10157
  lessTwoColumnTip: "Please select at least two columns",
10158
- findTextbox: "Find Content",
10159
- replaceTextbox: "Replace Content",
10158
+ findTextbox: "Find",
10159
+ replaceTextbox: "Replace with",
10160
10160
  regexTextbox: "Regular Expression",
10161
10161
  wholeTextbox: "Whole word",
10162
10162
  distinguishTextbox: "Case sensitive",
10163
- allReplaceBtn: "Replace All",
10163
+ allReplaceBtn: "Replace all",
10164
10164
  replaceBtn: "Replace",
10165
- allFindBtn: "Find All",
10166
- findBtn: "Find next",
10165
+ allFindBtn: "Find all",
10166
+ findBtn: "Find",
10167
10167
  noFindTip: "The content was not found",
10168
10168
  modeTip: "This operation is not available in this mode",
10169
10169
  searchTargetSheet: "Sheet",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-20-patch-2",
3
+ "version": "1.0.2-mod-24",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",