@nocobase/plugin-client 2.0.0-alpha.4 → 2.0.0-alpha.40

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.
@@ -10,13 +10,13 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/client": "2.0.0-alpha.4",
13
+ "@nocobase/client": "2.0.0-alpha.40",
14
14
  "antd": "5.24.2",
15
15
  "@ant-design/icons": "5.6.1",
16
16
  "@formily/react": "2.3.7",
17
- "@nocobase/utils": "2.0.0-alpha.4",
17
+ "@nocobase/utils": "2.0.0-alpha.40",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/database": "2.0.0-alpha.4",
20
- "@nocobase/plugin-localization": "2.0.0-alpha.4",
21
- "@nocobase/server": "2.0.0-alpha.4"
19
+ "@nocobase/database": "2.0.0-alpha.40",
20
+ "@nocobase/plugin-localization": "2.0.0-alpha.40",
21
+ "@nocobase/server": "2.0.0-alpha.40"
22
22
  };
@@ -0,0 +1,33 @@
1
+ {
2
+ "everyText": "每",
3
+ "emptyMonths": "每月",
4
+ "emptyMonthDays": "每日(月)",
5
+ "emptyMonthDaysShort": "每日",
6
+ "emptyWeekDays": "每天(周)",
7
+ "emptyWeekDaysShort": "每天(周)",
8
+ "emptyHours": "每小时",
9
+ "emptyMinutes": "每分钟",
10
+ "emptyMinutesForHourPeriod": "每",
11
+ "yearOption": "年",
12
+ "monthOption": "月",
13
+ "weekOption": "周",
14
+ "dayOption": "天",
15
+ "hourOption": "小时",
16
+ "minuteOption": "分钟",
17
+ "rebootOption": "重启",
18
+ "prefixPeriod": "每",
19
+ "prefixMonths": "的",
20
+ "prefixMonthDays": "的",
21
+ "prefixWeekDays": "的",
22
+ "prefixWeekDaysForMonthAndYearPeriod": "或者",
23
+ "prefixHours": "的",
24
+ "prefixMinutes": ":",
25
+ "prefixMinutesForHourPeriod": "的",
26
+ "suffixMinutesForHourPeriod": "分钟",
27
+ "errorInvalidCron": "不符合 cron 规则的表达式",
28
+ "clearButtonText": "清空",
29
+ "weekDays": ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
30
+ "months": ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
31
+ "altWeekDays": ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
32
+ "altMonths": ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "everyText": "每",
3
+ "emptyMonths": "每月",
4
+ "emptyMonthDays": "每日(月)",
5
+ "emptyMonthDaysShort": "每日",
6
+ "emptyWeekDays": "每天(週)",
7
+ "emptyWeekDaysShort": "每天(週)",
8
+ "emptyHours": "每小時",
9
+ "emptyMinutes": "每分鐘",
10
+ "emptyMinutesForHourPeriod": "每",
11
+ "yearOption": "年",
12
+ "monthOption": "月",
13
+ "weekOption": "週",
14
+ "dayOption": "天",
15
+ "hourOption": "小時",
16
+ "minuteOption": "分鐘",
17
+ "rebootOption": "重啟",
18
+ "prefixPeriod": "每",
19
+ "prefixMonths": "的",
20
+ "prefixMonthDays": "的",
21
+ "prefixWeekDays": "的",
22
+ "prefixWeekDaysForMonthAndYearPeriod": "或者",
23
+ "prefixHours": "的",
24
+ "prefixMinutes": ":",
25
+ "prefixMinutesForHourPeriod": "的",
26
+ "suffixMinutesForHourPeriod": "分鐘",
27
+ "errorInvalidCron": "不符合 cron 規則的表示式",
28
+ "clearButtonText": "清空",
29
+ "weekDays": ["週日", "週一", "週二", "週三", "週四", "週五", "週六"],
30
+ "months": ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
31
+ "altWeekDays": ["週日", "週一", "週二", "週三", "週四", "週五", "週六"],
32
+ "altMonths": ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
33
+ }