@steedos/i18n 2.2.55-beta.6 → 2.2.55-beta.7
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/i18n",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.2.55-beta.
|
|
4
|
+
"version": "2.2.55-beta.7",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"author": "",
|
|
12
12
|
"license": "ISC",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@steedos/cachers": "2.2.55-beta.
|
|
14
|
+
"@steedos/cachers": "2.2.55-beta.7",
|
|
15
15
|
"i18next": "^19.3.4",
|
|
16
16
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
|
17
17
|
"underscore": "1.13.4"
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "b1b7e6baca92332ddd815ec6869461751d1d6778"
|
|
26
26
|
}
|
|
@@ -671,7 +671,7 @@ CustomLabels:
|
|
|
671
671
|
creator_list_matching_all_filters: 匹配所有筛选条件
|
|
672
672
|
creator_list_view_controls: 列表视图设置
|
|
673
673
|
creator_list_export_list_view: 导出Excel
|
|
674
|
-
creator_list_copy_list_view:
|
|
674
|
+
creator_list_copy_list_view: 复制列表视图
|
|
675
675
|
reset_column_width: 重置列宽
|
|
676
676
|
creator_list_edit: 编辑视图
|
|
677
677
|
creator_filter_option_field: 字段
|