@steedos/i18n 2.7.1-beta.9 → 2.7.1
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.7.1
|
|
4
|
+
"version": "2.7.1",
|
|
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.7.1
|
|
14
|
+
"@steedos/cachers": "2.7.1",
|
|
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": "5485c0bd811776f2ffde988c0a9394d778a2dc90"
|
|
26
26
|
}
|
|
@@ -1107,6 +1107,7 @@ CustomLabels:
|
|
|
1107
1107
|
objects_amis_limitation_rule: Restriction Rules
|
|
1108
1108
|
objects_amis_sharing_rule: Sharing Rules
|
|
1109
1109
|
objects_amis_object_workflows: Object Synchronization Rule
|
|
1110
|
+
objects_amis_functions: Object Functions
|
|
1110
1111
|
object_fields: 字段
|
|
1111
1112
|
object_fields_name: 字段名
|
|
1112
1113
|
object_fields_label: 显示名称
|
|
@@ -1022,6 +1022,7 @@ CustomLabels:
|
|
|
1022
1022
|
objects_amis_limitation_rule: 限制规则
|
|
1023
1023
|
objects_amis_sharing_rule: 共享规则
|
|
1024
1024
|
objects_amis_object_workflows: 流程映射
|
|
1025
|
+
objects_amis_functions: 函数
|
|
1025
1026
|
object_fields: 字段
|
|
1026
1027
|
object_fields_name: 字段名
|
|
1027
1028
|
object_fields_label: 显示名称
|