@steedos/i18n 2.6.2-beta.13 → 2.6.2-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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/i18n",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.6.2-beta.
|
|
4
|
+
"version": "2.6.2-beta.15",
|
|
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.6.2-beta.
|
|
14
|
+
"@steedos/cachers": "2.6.2-beta.15",
|
|
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": "848eb6cdf895971f0ea6638795e8be4e0b7d2b3b"
|
|
26
26
|
}
|
|
@@ -1007,7 +1007,7 @@ CustomLabels:
|
|
|
1007
1007
|
object_fields_error_option_color_not_valid: >-
|
|
1008
1008
|
The incorrectly formatted option color value is defined in the field
|
|
1009
1009
|
'Options' attribute. Enter the correct hexadecimal color value, such as
|
|
1010
|
-
FFFFFF.
|
|
1010
|
+
FFFFFF or #FFFFFF.
|
|
1011
1011
|
picklist_options_error_color_not_valid: >-
|
|
1012
1012
|
Background color format incorrect, please enter the correct hexadecimal
|
|
1013
1013
|
color code, such as FFFFFF.
|
|
@@ -942,7 +942,7 @@ CustomLabels:
|
|
|
942
942
|
web_forms_select_option_none: '--无--'
|
|
943
943
|
object_fields_error_option_label_required: 选择项属性中每个选项的显示名不能为空。
|
|
944
944
|
object_fields_error_option_value_required: 选择项属性中每个选项的选项值不能为空。
|
|
945
|
-
object_fields_error_option_color_not_valid: 该字段选择项属性中定义了错误格式的选项颜色值,请输入正确的16进制颜色值,如ffffff。
|
|
945
|
+
object_fields_error_option_color_not_valid: 该字段选择项属性中定义了错误格式的选项颜色值,请输入正确的16进制颜色值,如ffffff或#ffffff。
|
|
946
946
|
picklist_options_error_color_not_valid: 选项背景色格式不对,请输入正确的16进制颜色代码,如#ffffff。
|
|
947
947
|
space_users_method_disable_success: 已成功停用该用户。
|
|
948
948
|
space_users_method_disable_error: 停用用户失败,%s
|