@nocobase/plugin-data-source-main 2.0.0-alpha.49 → 2.0.0-alpha.50

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.
@@ -8,15 +8,15 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.49",
11
+ "@nocobase/client": "2.0.0-alpha.50",
12
12
  "lodash": "4.17.21",
13
- "@nocobase/database": "2.0.0-alpha.49",
14
- "@nocobase/plugin-error-handler": "2.0.0-alpha.49",
15
- "@nocobase/server": "2.0.0-alpha.49",
13
+ "@nocobase/database": "2.0.0-alpha.50",
14
+ "@nocobase/plugin-error-handler": "2.0.0-alpha.50",
15
+ "@nocobase/server": "2.0.0-alpha.50",
16
16
  "sequelize": "6.35.2",
17
17
  "@formily/json-schema": "2.3.7",
18
- "@nocobase/test": "2.0.0-alpha.49",
19
- "@nocobase/utils": "2.0.0-alpha.49",
20
- "@nocobase/actions": "2.0.0-alpha.49",
18
+ "@nocobase/test": "2.0.0-alpha.50",
19
+ "@nocobase/utils": "2.0.0-alpha.50",
20
+ "@nocobase/actions": "2.0.0-alpha.50",
21
21
  "dayjs": "1.11.13"
22
22
  };
@@ -1,4 +1,48 @@
1
1
  {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Feld \"{{fieldName}}\" in \"{{fieldCollectionName}}\" kann nicht gelöscht werden, es wird von Feld \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" als \"{{dependedFieldAs}}\" verwendet",
2
10
  "field-name-exists": "Feldname \"{{name}}\" existiert bereits in der Sammlung \"{{collectionName}}\"",
3
- "field-is-depended-on-by-other": "Feld \"{{fieldName}}\" in \"{{fieldCollectionName}}\" kann nicht gelöscht werden, es wird von Feld \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" als \"{{dependedFieldAs}}\" verwendet"
4
- }
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -1,48 +1,48 @@
1
1
  {
2
- "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
3
9
  "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
4
- "string.base": "{{label}} must be a string",
5
- "string.empty": "{{label}} is not allowed to be empty",
6
- "string.min": "{{label}} length must be at least {{limit}} characters long",
7
- "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
8
- "string.length": "{{label}} length must be {{limit}} characters long",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
9
24
  "string.alphanum": "{{label}} must only contain alpha-numeric characters",
10
- "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
11
- "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
12
27
  "string.email": "{{label}} email address doesn’t meet the required format",
13
- "string.uri": "{{label}} must be a valid uri",
14
- "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
15
- "string.uriRelativeOnly": "{{label}} must be a valid relative uri",
16
- "string.isoDate": "{{label}} must be a valid ISO 8601 date",
28
+ "string.empty": "{{label}} is not allowed to be empty",
17
29
  "string.guid": "{{label}} must be a valid UUID",
18
30
  "string.hex": "{{label}} must only contain hexadecimal characters",
19
31
  "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
20
34
  "string.lowercase": "{{label}} must only contain lowercase characters",
21
- "string.uppercase": "{{label}} must only contain uppercase characters",
22
- "string.trim": "{{label}} must not have leading or trailing whitespace",
23
- "string.creditCard": "{{label}} must be a credit card",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
24
37
  "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
25
- "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
26
38
  "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
27
39
  "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
28
- "any.required": "{{label}} is required",
29
- "number.base": "{{label}} must be a number",
30
- "number.min": "{{label}} must be greater than or equal to {{limit}}",
31
- "number.max": "{{label}} must be less than or equal to {{limit}}",
32
- "number.less": "{{label}} must be less than {{limit}}",
33
- "number.greater": "{{label}} must be greater than {{limit}}",
34
- "number.float": "{{label}} must be a float or double",
35
- "number.integer": "{{label}} must be an integer",
36
- "number.negative": "{{label}} must be a negative number",
37
- "number.positive": "{{label}} must be a positive number",
38
- "number.precision": "{{label}} must not have more than {{limit}} decimal places",
39
- "number.multiple": "{{label}} must be a multiple of {{multiple}}",
40
- "number.port": "{{label}} must be a valid port",
41
- "number.unsafe": "{{label}} must be a safe number",
42
- "date.base": "{{label}} must be a valid date",
43
- "date.format": "{{label}} must be in {{format}} format",
44
- "date.greater": "{{label}} must be greater than {{limit}}",
45
- "date.less": "{{label}} must be less than {{limit}}",
46
- "date.max": "{{label}} must be less than or equal to {{limit}}",
47
- "date.min": "{{label}} must be greater than or equal to {{limit}}"
48
- }
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "A(z) \"{{fieldName}}\" mező nem törölhető a(z) \"{{fieldCollectionName}}\"-ban, mert a(z) \"{{dependedFieldName}}\" mező használja a(z) \"{{dependedFieldCollectionName}}\"-ban mint \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "A(z) \"{{name}}\" mező neve már létezik a(z) \"{{collectionName}}\" gyűjteményben",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Tidak dapat menghapus bidang \"{{fieldName}}\" di \"{{fieldCollectionName}}\", digunakan oleh bidang \"{{dependedFieldName}}\" di \"{{dependedFieldCollectionName}}\" sebagai \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Nama bidang \"{{name}}\" sudah ada di koleksi \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -1,4 +1,48 @@
1
1
  {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Impossibile eliminare il campo \"{{fieldName}}\" in \"{{fieldCollectionName}}\", è utilizzato dal campo \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" come \"{{dependedFieldAs}}\"",
2
10
  "field-name-exists": "Il nome del campo \"{{name}}\" esiste già nella raccolta \"{{collectionName}}\"",
3
- "field-is-depended-on-by-other": "Impossibile eliminare il campo \"{{fieldName}}\" in \"{{fieldCollectionName}}\", è utilizzato dal campo \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" come \"{{dependedFieldAs}}\""
4
- }
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -1,4 +1,48 @@
1
1
  {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "{{fieldCollectionName}} の \"{{fieldName}}\" フィールドは削除できません",
2
10
  "field-name-exists": "フィールド名 \"{{name}}\" は \"{{collectionName}}\" に既に存在します",
3
- "field-is-depended-on-by-other": "{{fieldCollectionName}} \"{{fieldName}}\" フィールドは削除できません"
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
4
48
  }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "\"{{fieldCollectionName}}\"의 \"{{fieldName}}\" 필드는 \"{{dependedFieldCollectionName}}\"의 \"{{dependedFieldName}}\" 필드에서 \"{{dependedFieldAs}}\"로 사용되고 있으므로 삭제할 수 없습니다.",
10
+ "field-name-exists": "\"{{collectionName}}\" 컬렉션에 \"{{name}}\" 필드 이름이 이미 존재합니다.",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -1,4 +1,48 @@
1
1
  {
2
- "field-name-exists": "De veldnaam \"{{name}}\" bestaat al in de collectie \"{{collectionName}}\"",
3
- "field-is-depended-on-by-other": "Kan de veldnaam \"{{fieldName}}\" niet verwijderen in \"{{fieldCollectionName}}\", het wordt gebruikt door het veld \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" als \"{{dependedFieldAs}}\""
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Kan de veldnaam \"{{fieldName}}\" niet verwijderen in \"{{fieldCollectionName}}\", het wordt gebruikt door het veld \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" als \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "De veldnaam \"{{name}}\" bestaat al in de collectie \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
4
48
  }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -1,4 +1,48 @@
1
1
  {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Невозможно удалить поле \"{{fieldName}}\" в \"{{fieldCollectionName}}\", оно используется полем \"{{dependedFieldName}}\" в \"{{dependedFieldCollectionName}}\" как \"{{dependedFieldAs}}\"",
2
10
  "field-name-exists": "Имя поля \"{{name}}\" уже существует в коллекции \"{{collectionName}}\"",
3
- "field-is-depended-on-by-other": "Нельзя удалить поле \"{{fieldName}}\" в \"{{fieldCollectionName}}\", оно используется полем \"{{dependedFieldName}}\" в \"{{dependedFieldCollectionName}}\" как \"{{dependedFieldAs}}\""
4
- }
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
@@ -1,48 +1,48 @@
1
1
  {
2
- "field-name-exists": "字段标识 \"{{name}}\" 已存在",
2
+ "any.required": "{{label}} 是必填项",
3
+ "date.base": "{{label}} 必须是有效日期",
4
+ "date.format": "{{label}} 必须是 {{format}} 格式",
5
+ "date.greater": "{{label}} 必须大于 {{limit}}",
6
+ "date.less": "{{label}} 必须小于 {{limit}}",
7
+ "date.max": "{{label}} 必须小于或等于 {{limit}}",
8
+ "date.min": "{{label}} 必须大于或等于 {{limit}}",
3
9
  "field-is-depended-on-by-other": "无法删除 \"{{fieldCollectionName}}\" 中的 \"{{fieldName}}\" 字段,它被 \"{{dependedFieldCollectionName}}\" 中的 \"{{dependedFieldName}}\" 字段用作 \"{{dependedFieldAs}}\"",
4
- "string.base": "{{label}} 必须是字符串",
5
- "string.empty": "{{label}} 不能为空字符串",
6
- "string.min": "{{label}} 长度不能少于 {{limit}} 个字符",
7
- "string.max": "{{label}} 长度不能超过 {{limit}} 个字符",
8
- "string.length": "{{label}} 长度必须为 {{limit}} 个字符",
10
+ "field-name-exists": "字段标识 \"{{name}}\" 已存在",
11
+ "number.base": "{{label}} 必须是数字",
12
+ "number.float": "{{label}} 必须是浮点数",
13
+ "number.greater": "{{label}} 必须大于 {{limit}}",
14
+ "number.integer": "{{label}} 必须是整数",
15
+ "number.less": "{{label}} 必须小于 {{limit}}",
16
+ "number.max": "{{label}} 必须小于或等于 {{limit}}",
17
+ "number.min": "{{label}} 必须大于或等于 {{limit}}",
18
+ "number.multiple": "{{label}} 必须是 {{multiple}} 的倍数",
19
+ "number.negative": "{{label}} 必须是负数",
20
+ "number.port": "{{label}} 必须是有效的端口号",
21
+ "number.positive": "{{label}} 必须是正数",
22
+ "number.precision": "{{label}} 精度不能超过 {{limit}} 位小数",
23
+ "number.unsafe": "{{label}} 必须是安全整数",
9
24
  "string.alphanum": "{{label}} 只能包含字母和数字",
10
- "string.token": "{{label}} 只能包含字母、数字和下划线",
11
- "string.regex": "{{label}} 值 {{value}} 格式不正确",
25
+ "string.base": "{{label}} 必须是字符串",
26
+ "string.creditCard": "{{label}} 必须是有效的信用卡号",
12
27
  "string.email": "{{label}} 邮箱地址不符合要求的格式",
13
- "string.uri": "{{label}} 必须是有效的URI",
14
- "string.uriRelativeOnly": "{{label}} 必须是有效的相对路径",
15
- "string.uriCustomScheme": "{{label}} 必须是符合 {{scheme}} 模式的有效URI",
16
- "string.isoDate": "{{label}} 必须是有效的ISO日期",
28
+ "string.empty": "{{label}} 不能为空字符串",
17
29
  "string.guid": "{{label}} 必须是有效的UUID",
18
30
  "string.hex": "{{label}} 必须是有效的十六进制字符串",
19
31
  "string.hostname": "{{label}} 必须是有效的主机名",
32
+ "string.isoDate": "{{label}} 必须是有效的ISO日期",
33
+ "string.length": "{{label}} 长度必须为 {{limit}} 个字符",
20
34
  "string.lowercase": "{{label}} 必须是小写",
21
- "string.uppercase": "{{label}} 必须是大写",
22
- "string.trim": "{{label}} 不能包含前后空白字符",
23
- "string.creditCard": "{{label}} 必须是有效的信用卡号",
35
+ "string.max": "{{label}} 长度不能超过 {{limit}} 个字符",
36
+ "string.min": "{{label}} 长度不能少于 {{limit}} 个字符",
24
37
  "string.pattern.base": "{{label}} 值 \"{{value}}\" 格式不符合要求:{{regex}}",
25
- "string.pattern.name": "{{label}} 值 \"{{value}}\" 不符合 {{name}} 格式",
26
38
  "string.pattern.invert.base": "{{label}} 值 \"{{value}}\" 包含不允许的字符",
27
39
  "string.pattern.invert.name": "{{label}} 值 \"{{value}}\" 不能符合 {{name}} 格式",
28
- "any.required": "{{label}} 是必填项",
29
- "number.base": "{{label}} 必须是数字",
30
- "number.min": "{{label}} 必须大于或等于 {{limit}}",
31
- "number.max": "{{label}} 必须小于或等于 {{limit}}",
32
- "number.less": "{{label}} 必须小于 {{limit}}",
33
- "number.greater": "{{label}} 必须大于 {{limit}}",
34
- "number.float": "{{label}} 必须是浮点数",
35
- "number.integer": "{{label}} 必须是整数",
36
- "number.negative": "{{label}} 必须是负数",
37
- "number.positive": "{{label}} 必须是正数",
38
- "number.precision": "{{label}} 精度不能超过 {{limit}} 位小数",
39
- "number.multiple": "{{label}} 必须是 {{multiple}} 的倍数",
40
- "number.port": "{{label}} 必须是有效的端口号",
41
- "number.unsafe": "{{label}} 必须是安全整数",
42
- "date.base": "{{label}} 必须是有效日期",
43
- "date.format": "{{label}} 必须是 {{format}} 格式",
44
- "date.greater": "{{label}} 必须大于 {{limit}}",
45
- "date.less": "{{label}} 必须小于 {{limit}}",
46
- "date.max": "{{label}} 必须小于或等于 {{limit}}",
47
- "date.min": "{{label}} 必须大于或等于 {{limit}}"
48
- }
40
+ "string.pattern.name": "{{label}} 值 \"{{value}}\" 不符合 {{name}} 格式",
41
+ "string.regex": "{{label}} 值 {{value}} 格式不正确",
42
+ "string.token": "{{label}} 只能包含字母、数字和下划线",
43
+ "string.trim": "{{label}} 不能包含前后空白字符",
44
+ "string.uppercase": "{{label}} 必须是大写",
45
+ "string.uri": "{{label}} 必须是有效的URI",
46
+ "string.uriCustomScheme": "{{label}} 必须是符合 {{scheme}} 模式的有效URI",
47
+ "string.uriRelativeOnly": "{{label}} 必须是有效的相对路径"
48
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "any.required": "{{label}} is required",
3
+ "date.base": "{{label}} must be a valid date",
4
+ "date.format": "{{label}} must be in {{format}} format",
5
+ "date.greater": "{{label}} must be greater than {{limit}}",
6
+ "date.less": "{{label}} must be less than {{limit}}",
7
+ "date.max": "{{label}} must be less than or equal to {{limit}}",
8
+ "date.min": "{{label}} must be greater than or equal to {{limit}}",
9
+ "field-is-depended-on-by-other": "Can not delete field \"{{fieldName}}\" in \"{{fieldCollectionName}}\", it is used by field \"{{dependedFieldName}}\" in \"{{dependedFieldCollectionName}}\" as \"{{dependedFieldAs}}\"",
10
+ "field-name-exists": "Field name \"{{name}}\" already exists in collection \"{{collectionName}}\"",
11
+ "number.base": "{{label}} must be a number",
12
+ "number.float": "{{label}} must be a float or double",
13
+ "number.greater": "{{label}} must be greater than {{limit}}",
14
+ "number.integer": "{{label}} must be an integer",
15
+ "number.less": "{{label}} must be less than {{limit}}",
16
+ "number.max": "{{label}} must be less than or equal to {{limit}}",
17
+ "number.min": "{{label}} must be greater than or equal to {{limit}}",
18
+ "number.multiple": "{{label}} must be a multiple of {{multiple}}",
19
+ "number.negative": "{{label}} must be a negative number",
20
+ "number.port": "{{label}} must be a valid port",
21
+ "number.positive": "{{label}} must be a positive number",
22
+ "number.precision": "{{label}} must not have more than {{limit}} decimal places",
23
+ "number.unsafe": "{{label}} must be a safe number",
24
+ "string.alphanum": "{{label}} must only contain alpha-numeric characters",
25
+ "string.base": "{{label}} must be a string",
26
+ "string.creditCard": "{{label}} must be a credit card",
27
+ "string.email": "{{label}} email address doesn’t meet the required format",
28
+ "string.empty": "{{label}} is not allowed to be empty",
29
+ "string.guid": "{{label}} must be a valid UUID",
30
+ "string.hex": "{{label}} must only contain hexadecimal characters",
31
+ "string.hostname": "{{label}} must be a valid hostname",
32
+ "string.isoDate": "{{label}} must be a valid ISO 8601 date",
33
+ "string.length": "{{label}} length must be {{limit}} characters long",
34
+ "string.lowercase": "{{label}} must only contain lowercase characters",
35
+ "string.max": "{{label}} length must be less than or equal to {{limit}} characters long",
36
+ "string.min": "{{label}} length must be at least {{limit}} characters long",
37
+ "string.pattern.base": "{{label}} with value \"{{value}}\" fails to match the required pattern: {{regex}}",
38
+ "string.pattern.invert.base": "{{label}} with value \"{{value}}\" matches the inverted pattern",
39
+ "string.pattern.invert.name": "{{label}} with value \"{{value}}\" matches the inverted {{name}} pattern",
40
+ "string.pattern.name": "{{label}} with value \"{{value}}\" fails to match the {{name}} pattern",
41
+ "string.regex": "{{label}} with value {{value}} fails to match the required pattern",
42
+ "string.token": "{{label}} must only contain alpha-numeric and underscore characters",
43
+ "string.trim": "{{label}} must not have leading or trailing whitespace",
44
+ "string.uppercase": "{{label}} must only contain uppercase characters",
45
+ "string.uri": "{{label}} must be a valid uri",
46
+ "string.uriCustomScheme": "{{label}} must be a valid uri with a scheme matching the {{scheme}} pattern",
47
+ "string.uriRelativeOnly": "{{label}} must be a valid relative uri"
48
+ }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "NocoBase main database, supports relational databases such as PostgreSQL, MySQL, MariaDB and so on.",
7
7
  "description.ru-RU": "Основная база данных NocoBase: поддерживает реляционные СУБД, включая PostgreSQL, MySQL, MariaDB и другие.",
8
8
  "description.zh-CN": "NocoBase 主数据库,支持 PostgreSQL、MySQL、MariaDB 等关系型数据库。",
9
- "version": "2.0.0-alpha.49",
9
+ "version": "2.0.0-alpha.50",
10
10
  "main": "./dist/server/index.js",
11
11
  "homepage": "https://docs.nocobase.com/handbook/data-source-main",
12
12
  "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/data-source-main",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/test": "2.x",
26
26
  "@nocobase/utils": "2.x"
27
27
  },
28
- "gitHead": "99f71bc8961da62a761630b3eae11092a4372e3e",
28
+ "gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1",
29
29
  "keywords": [
30
30
  "Data sources"
31
31
  ]