@univerjs-pro/exchange-client 0.3.0-nightly.202410101606 → 0.3.0-nightly.202410111606
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/cjs/index.js +2 -2
- package/lib/es/index.js +2 -2
- package/lib/locale/fa-IR.json +20 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/umd/index.js +2 -2
- package/package.json +13 -13
@@ -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
|
+
}
|