@gm-pc/locales 1.24.9-beta.14 → 1.24.9-beta.15

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/lng/en.json +17 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gm-pc/locales",
3
- "version": "1.24.9-beta.14",
3
+ "version": "1.24.9-beta.15",
4
4
  "description": "",
5
5
  "author": "liyatang <liyatang@qq.com>",
6
6
  "homepage": "https://github.com/gmfe/gm-pc#readme",
@@ -20,5 +20,5 @@
20
20
  "bugs": {
21
21
  "url": "https://github.com/gmfe/gm-pc/issues"
22
22
  },
23
- "gitHead": "00c9b30ab0b492a57273126591b003ca2f3dce1b"
23
+ "gitHead": "f14d1b143c889ae2e2bc447893bd88e47af14b77"
24
24
  }
package/src/lng/en.json CHANGED
@@ -11,6 +11,15 @@
11
11
  "10月": "Oct",
12
12
  "11月": "Nov",
13
13
  "12月": "Dec",
14
+ "01月": "Jan",
15
+ "02月": "Feb",
16
+ "03月": "Mar",
17
+ "04月": "Apr",
18
+ "05月": "May",
19
+ "06月": "Jun",
20
+ "07月": "Jul",
21
+ "08月": "Aug",
22
+ "09月": "Sep",
14
23
  "week__日": "Su",
15
24
  "week__一": "Mo",
16
25
  "week__二": "Tu",
@@ -28,8 +37,8 @@
28
37
  "上一页": "Previous",
29
38
  "下一页": "Next",
30
39
  "显示": "Show",
31
- "共": "A total of",
32
- "条": "items",
40
+ "共": "Total ",
41
+ "条": " items",
33
42
  "收拢详细信息": "Collapse details",
34
43
  "展开详细信息": "Expand details",
35
44
  "已选中所有": "",
@@ -76,9 +85,9 @@
76
85
  "收起": "Retract",
77
86
  "昨天": "Yesterday",
78
87
  "今天": "Today",
79
- "近7天": "In the past 7 days",
80
- "近30天": "In the past 30 days",
81
- "上个月": "last month",
88
+ "近7天": "Last 7 days",
89
+ "近30天": "Last 30 days",
90
+ "上个月": "Last month",
82
91
  "开始日期": "Start date",
83
92
  "结束日期": "End Date",
84
93
  "我已阅读以上提示,确认删除": "I have read the above prompts and confirm the deletion",
@@ -93,5 +102,7 @@
93
102
  "注意:rowSelect使用过程中不能修改": "Note: rowSelect cannot be modified during use",
94
103
  "输入sku名称": "Enter SKU name",
95
104
  "添加": "Add",
96
- "序号": "Index"
105
+ "序号": "Index",
106
+ "条记录": " items",
107
+ "每页": "page"
97
108
  }