@univerjs-pro/sheets-exchange-client 0.2.2 → 0.2.3

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.
@@ -0,0 +1,24 @@
1
+ {
2
+ "exchange": {
3
+ "file": "File",
4
+ "upload": "Open(File)",
5
+ "download": "Save As",
6
+ "uploadJson": "Upload[No Collaboration]",
7
+ "downloadJson": "Download[No Collaboration]",
8
+ "load": "Load remote xlsx file",
9
+ "uploadFile": "Upload xlsx file",
10
+ "uploading": "Uploading",
11
+ "uploadSuccess": "File uploaded successfully",
12
+ "uploadSuccessTip": "{0} file(s) uploaded successfully",
13
+ "downloading": "Downloading",
14
+ "downloadSuccess": "Download success",
15
+ "unknownMistake": "Unknown mistake",
16
+ "networkError": "Network error",
17
+ "tooLarge": "Data is too large",
18
+ "internalError": "Internal unknown error",
19
+ "interrupt": "The network connection was interrupted and the file upload failed.",
20
+ "wait": "Please wait...",
21
+ "cancel": "Cancel",
22
+ "uploadAgain": "Upload again"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "exchange": {
3
+ "file": "File",
4
+ "upload": "Open(File)",
5
+ "download": "Save As",
6
+ "uploadJson": "Upload[No Collaboration]",
7
+ "downloadJson": "Download[No Collaboration]",
8
+ "load": "Load remote xlsx file",
9
+ "uploadFile": "Upload xlsx file",
10
+ "uploading": "Uploading",
11
+ "uploadSuccess": "File uploaded successfully",
12
+ "uploadSuccessTip": "{0} file(s) uploaded successfully",
13
+ "downloading": "Downloading",
14
+ "downloadSuccess": "Download success",
15
+ "unknownMistake": "Unknown mistake",
16
+ "networkError": "Network error",
17
+ "tooLarge": "Data is too large",
18
+ "internalError": "Internal unknown error",
19
+ "interrupt": "The network connection was interrupted and the file upload failed.",
20
+ "wait": "Please wait...",
21
+ "cancel": "Cancel",
22
+ "uploadAgain": "Upload again"
23
+ }
24
+ }
@@ -1,25 +1,4 @@
1
- declare const _default: {
2
- exchange: {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- uploadJson: string;
7
- downloadJson: string;
8
- load: string;
9
- uploadFile: string;
10
- uploading: string;
11
- uploadSuccess: string;
12
- uploadSuccessTip: string;
13
- downloading: string;
14
- downloadSuccess: string;
15
- unknownMistake: string;
16
- networkError: string;
17
- tooLarge: string;
18
- internalError: string;
19
- interrupt: string;
20
- wait: string;
21
- cancel: string;
22
- uploadAgain: string;
23
- };
24
- };
25
- export default _default;
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
@@ -1,25 +1,4 @@
1
- declare const _default: {
2
- exchange: {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- uploadJson: string;
7
- downloadJson: string;
8
- load: string;
9
- uploadFile: string;
10
- uploading: string;
11
- uploadSuccess: string;
12
- uploadSuccessTip: string;
13
- downloading: string;
14
- downloadSuccess: string;
15
- unknownMistake: string;
16
- networkError: string;
17
- tooLarge: string;
18
- internalError: string;
19
- interrupt: string;
20
- wait: string;
21
- cancel: string;
22
- uploadAgain: string;
23
- };
24
- };
25
- export default _default;
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;
@@ -1,4 +1,4 @@
1
- declare const _default: {
1
+ declare const locales: {
2
2
  exchange: {
3
3
  file: string;
4
4
  upload: string;
@@ -22,4 +22,4 @@ declare const _default: {
22
22
  uploadAgain: string;
23
23
  };
24
24
  };
25
- export default _default;
25
+ export default locales;
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const locale: typeof zhCN;
4
+ export default locale;