@univerjs-pro/drill-down-extraction 0.4.1-nightly.202410291304 → 0.4.2-nightly.202410301606
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/lib/es/index.js +1 -1
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +28 -26
- package/lib/cjs/index.js +0 -1
- package/lib/locale/en-US.json +0 -45
- package/lib/locale/fa-IR.json +0 -45
- package/lib/locale/ru-RU.json +0 -45
- package/lib/locale/vi-VN.json +0 -45
- package/lib/locale/zh-CN.json +0 -45
- package/lib/locale/zh-TW.json +0 -45
package/lib/locale/zh-TW.json
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"drill-down-extraction": {
|
3
|
-
"message": {
|
4
|
-
"failed": "Extraction data has been cancelled: {0}",
|
5
|
-
"success": " Fields extract data successfully",
|
6
|
-
"drop": "The result has been discarded"
|
7
|
-
},
|
8
|
-
"config": {
|
9
|
-
"title": "Fields extraction Process",
|
10
|
-
"helper": " Fields extraction process",
|
11
|
-
"dataSource": "Hyperlink in the column",
|
12
|
-
"dataSourcePlaceholder": "Select the link to the data source",
|
13
|
-
"dataSourceError": "Please select a link",
|
14
|
-
"column": "Extraction Fields",
|
15
|
-
"columnPlaceholder": "Select the fields",
|
16
|
-
"columnError": "Please select the field to be extracted",
|
17
|
-
"columnItemTitle": " Fields",
|
18
|
-
"optionsBlank": "No options available",
|
19
|
-
"gettingData": "Extracting Fields...",
|
20
|
-
"gettingDataError": "Failed to extract data.",
|
21
|
-
"stopMessage": "Fields extraction has been stopped.",
|
22
|
-
"gettingDataSuccess": "Fields extraction is successful. Check whether the data is correct.",
|
23
|
-
"startCompletion": "Begin Extracting Fields",
|
24
|
-
"drop": "Drop",
|
25
|
-
"retry": "Retry",
|
26
|
-
"confirm": "Confirm",
|
27
|
-
"stop": "Stop",
|
28
|
-
"cancel": "Cancel",
|
29
|
-
"subscribe": "Subscribe",
|
30
|
-
"toInstall": "To Install",
|
31
|
-
"SuccessMessage": " Fields extraction successfully",
|
32
|
-
"cancelMessage": "Fields extraction has been cancelled",
|
33
|
-
"dropMessage": "The result has been discarded",
|
34
|
-
"stayTuned": "Feature under development. Stay tuned!",
|
35
|
-
"limitDialogTitle": "Limited per extraction",
|
36
|
-
"limitDialogContent": "{0} rows extraction limit reached. To extract more rows, please subscribe.",
|
37
|
-
"extensionDialogTitle": "No extension installed",
|
38
|
-
"extensionDialogContent": "The field extraction process requires the Clipsheet extension to be installed."
|
39
|
-
},
|
40
|
-
"hyperLink": {
|
41
|
-
"optionLabel": "Extraction field",
|
42
|
-
"placeholder": "Please get the extraction field by ClipSheet extension"
|
43
|
-
}
|
44
|
-
}
|
45
|
-
}
|