@univerjs-pro/exchange-client 0.3.0 → 0.4.0-alpha.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.
@@ -0,0 +1,20 @@
1
+ {
2
+ "exchange": {
3
+ "file": "فایل",
4
+ "upload": "بازکردن(فایل)",
5
+ "download": "ذخیره به عنوان",
6
+ "uploading": "در حال بارگذاری",
7
+ "uploadSuccess": "فایل با موفقیت بارگذاری شد",
8
+ "uploadSuccessTip": "{0} فایل با موفقیت بارگذاری شد",
9
+ "downloading": "در حال دانلود",
10
+ "downloadSuccess": "دانلود موفقیت آمیز",
11
+ "unknownMistake": "خطای ناشناخته",
12
+ "networkError": "خطای شبکه",
13
+ "tooLarge": "داده خیلی بزرگ است",
14
+ "internalError": "خطای داخلی ناشناخته",
15
+ "interrupt": "اتصال شبکه قطع شد و بارگذاری فایل ناموفق بود.",
16
+ "wait": "لطفا صبر کنید...",
17
+ "cancel": "لغو",
18
+ "uploadAgain": "بارگذاری مجدد"
19
+ }
20
+ }
@@ -0,0 +1,3 @@
1
+ import { default as zhCN } from './zh-CN';
2
+ declare const locale: typeof zhCN;
3
+ export default locale;
@@ -6,6 +6,6 @@ export declare class UniverExchangeClientPlugin extends Plugin {
6
6
  private readonly _configService;
7
7
  static pluginName: string;
8
8
  constructor(_config: IUniverExchangeClientConfig | undefined, _injector: Injector, _configService: IConfigService);
9
- initialize(): void;
9
+ onStarting(): void;
10
10
  onReady(): void;
11
11
  }