@maxax/ui 1.1.20 → 1.1.21

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/locales.cjs CHANGED
@@ -348,6 +348,10 @@ function requireEnUS$1() {
348
348
  }
349
349
  }
350
350
  },
351
+ calendar: {
352
+ yearLabel: "{0}",
353
+ monthLabel: "{0}"
354
+ },
351
355
  numberInput: {
352
356
  currencySymbol: "$"
353
357
  },
@@ -554,6 +558,9 @@ function requireEnUS$1() {
554
558
  ss: "Second"
555
559
  }
556
560
  },
561
+ contextMenu: {
562
+ loadingText: "Loading"
563
+ },
557
564
  gantt: {
558
565
  tFullFormat: {
559
566
  year: "{yyyy}年",
@@ -953,7 +960,7 @@ function requireZhCN$1() {
953
960
  allChecked: "全选",
954
961
  total: "{0} / {1}",
955
962
  search: "搜索",
956
- loadingText: "加载中",
963
+ loadingText: "加载中...",
957
964
  emptyText: "暂无数据",
958
965
  maxSize: "最大可选择的数量不能超过 {0} 个",
959
966
  overSizeErr: "已超出最大可选数量 {0} 个,超出部分将被忽略!",
@@ -1180,6 +1187,10 @@ function requireZhCN$1() {
1180
1187
  }
1181
1188
  }
1182
1189
  },
1190
+ calendar: {
1191
+ yearLabel: "{0} 年",
1192
+ monthLabel: "{0} 月"
1193
+ },
1183
1194
  numberInput: {
1184
1195
  currencySymbol: "¥"
1185
1196
  },
@@ -1386,6 +1397,9 @@ function requireZhCN$1() {
1386
1397
  ss: "秒"
1387
1398
  }
1388
1399
  },
1400
+ contextMenu: {
1401
+ loadingText: "加载中..."
1402
+ },
1389
1403
  gantt: {
1390
1404
  tFullFormat: {
1391
1405
  year: "{yyyy}年",
@@ -2012,6 +2026,10 @@ function requireEnUS() {
2012
2026
  }
2013
2027
  }
2014
2028
  },
2029
+ calendar: {
2030
+ yearLabel: "{0}",
2031
+ monthLabel: "{0}"
2032
+ },
2015
2033
  numberInput: {
2016
2034
  currencySymbol: "$"
2017
2035
  },
@@ -2218,6 +2236,9 @@ function requireEnUS() {
2218
2236
  ss: "Second"
2219
2237
  }
2220
2238
  },
2239
+ contextMenu: {
2240
+ loadingText: "Loading"
2241
+ },
2221
2242
  gantt: {
2222
2243
  tFullFormat: {
2223
2244
  year: "{yyyy}年",
@@ -2617,7 +2638,7 @@ function requireZhCN() {
2617
2638
  allChecked: "全选",
2618
2639
  total: "{0} / {1}",
2619
2640
  search: "搜索",
2620
- loadingText: "加载中",
2641
+ loadingText: "加载中...",
2621
2642
  emptyText: "暂无数据",
2622
2643
  maxSize: "最大可选择的数量不能超过 {0} 个",
2623
2644
  overSizeErr: "已超出最大可选数量 {0} 个,超出部分将被忽略!",
@@ -2844,6 +2865,10 @@ function requireZhCN() {
2844
2865
  }
2845
2866
  }
2846
2867
  },
2868
+ calendar: {
2869
+ yearLabel: "{0} 年",
2870
+ monthLabel: "{0} 月"
2871
+ },
2847
2872
  numberInput: {
2848
2873
  currencySymbol: "¥"
2849
2874
  },
@@ -3050,6 +3075,9 @@ function requireZhCN() {
3050
3075
  ss: "秒"
3051
3076
  }
3052
3077
  },
3078
+ contextMenu: {
3079
+ loadingText: "加载中..."
3080
+ },
3053
3081
  gantt: {
3054
3082
  tFullFormat: {
3055
3083
  year: "{yyyy}年",