ci-plus 1.7.5 → 1.7.6
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/README.md +2 -0
- package/package.json +1 -1
- package/src/utils/lang/en.js +17 -17
package/README.md
CHANGED
package/package.json
CHANGED
package/src/utils/lang/en.js
CHANGED
|
@@ -19,24 +19,24 @@ const en = {
|
|
|
19
19
|
aweekAgo: 'A week ago', // 前一周
|
|
20
20
|
lastMonth: 'Last Month', // 前一月,
|
|
21
21
|
last3Month: 'Last 3 Month' // 最近3个月
|
|
22
|
-
},
|
|
23
|
-
public: {
|
|
24
|
-
placeholders: 'Please choose', // 请选择
|
|
25
|
-
placeholderi: 'Please fill in', // 请填写
|
|
26
|
-
loading: 'Loading in progress ...', // 加载中···
|
|
27
|
-
confirm: 'Confirm', // 确定
|
|
28
|
-
clear: 'clear', // '清空',
|
|
29
|
-
cancel: 'Cancel', // 取消
|
|
30
|
-
search: 'Search', // 搜索
|
|
31
|
-
reset: 'Reset', // 重置
|
|
32
|
-
add: 'Add', // 新增
|
|
33
|
-
edit: 'Edit', // 编辑
|
|
34
|
-
delete: 'Delete', // 删除
|
|
35
|
-
save: 'Save', // 保存
|
|
36
|
-
close: 'Close', // 关闭
|
|
37
|
-
submit: 'Submit', // 提交
|
|
38
|
-
selectAll: 'Select All' // 全选
|
|
39
22
|
}
|
|
23
|
+
},
|
|
24
|
+
public: {
|
|
25
|
+
placeholders: 'Please choose', // 请选择
|
|
26
|
+
placeholderi: 'Please fill in', // 请填写
|
|
27
|
+
loading: 'Loading in progress ...', // 加载中···
|
|
28
|
+
confirm: 'Confirm', // 确定
|
|
29
|
+
clear: 'clear', // '清空',
|
|
30
|
+
cancel: 'Cancel', // 取消
|
|
31
|
+
search: 'Search', // 搜索
|
|
32
|
+
reset: 'Reset', // 重置
|
|
33
|
+
add: 'Add', // 新增
|
|
34
|
+
edit: 'Edit', // 编辑
|
|
35
|
+
delete: 'Delete', // 删除
|
|
36
|
+
save: 'Save', // 保存
|
|
37
|
+
close: 'Close', // 关闭
|
|
38
|
+
submit: 'Submit', // 提交
|
|
39
|
+
selectAll: 'Select All' // 全选
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
export default en
|