-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathtranslation-map.json
82 lines (82 loc) · 5.75 KB
/
translation-map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"eventespresso-editor-hocs": [],
"eventespresso-value-objects": [],
"eventespresso-hocs": [],
"eventespresso-validators": [],
"eventespresso-helpers": [],
"eventespresso-model": [
"The provided entity (%s) does not have the given property (%s)",
"The provided immutable object (%s) does not have the given path (%s)",
"The provided value is not an array.",
"The provided items must not be empty",
"The provided item must be a Map object",
"The provided array of entities must not be empty",
"The provided object of entities must be a Map object",
"The given \"%s\" fieldName does not have a defined schema for the model \"%s\"",
"The schema for the field %s on the model %s is of type \"object\" but does not have a properties property.",
"The schema for the field %s on the model %s is of type \"object\" but does not have a raw property in it's \"properties\" property.",
"The schema for the field %s on the model %s is of type \"object\" and has a properties.raw property, however there is no \"type\" defined for the raw property.",
"The given \"%1$s\" field is not valid for the defined schema. It's `raw` property Value (%2$s) is not the correct expected type (%3$s).",
"The given \"%1$s\" field's Value (%2$s) is not valid for the defined schema type (%3$s).",
"The given \"%1$s\" value is not valid for the defined schema. It must be an object and it must have a `%2$s` key.",
"The given \"%1$s\" value is not valid for the defined schema. It's `%2$s` property value (%3$s) is not the correct expected type (%4$s).",
"The given \"%1$s\" field's value (%2$s) is not valid for the defined schema type (%3$s).",
"The given \"%s\" fieldName is not valid for the defined schema. It must be a \"%s\" and it must be one of \"%s\". The fieldValue given was \"%s\""
],
"eventespresso-components": [
"The provided entity (%s) does not have the given property (%s)",
"The provided immutable object (%s) does not have the given path (%s)",
"The provided value is not an array.",
"The provided items must not be empty",
"The provided item must be a Map object",
"The provided array of entities must not be empty",
"The provided object of entities must be a Map object",
"The given \"%s\" fieldName does not have a defined schema for the model \"%s\"",
"The schema for the field %s on the model %s is of type \"object\" but does not have a properties property.",
"The schema for the field %s on the model %s is of type \"object\" but does not have a raw property in it's \"properties\" property.",
"The schema for the field %s on the model %s is of type \"object\" and has a properties.raw property, however there is no \"type\" defined for the raw property.",
"The given \"%1$s\" field is not valid for the defined schema. It's `raw` property Value (%2$s) is not the correct expected type (%3$s).",
"The given \"%1$s\" field's Value (%2$s) is not valid for the defined schema type (%3$s).",
"The given \"%1$s\" value is not valid for the defined schema. It must be an object and it must have a `%2$s` key.",
"The given \"%1$s\" value is not valid for the defined schema. It's `%2$s` property value (%3$s) is not the correct expected type (%4$s).",
"The given \"%1$s\" field's value (%2$s) is not valid for the defined schema type (%3$s).",
"The given \"%s\" fieldName is not valid for the defined schema. It must be a \"%s\" and it must be one of \"%s\". The fieldValue given was \"%s\"",
"Select…",
"contact avatar"
],
"ee-wp-plugins-page": [
"Do you have a moment to share why you are deactivating Event Espresso?",
"Sure I'll help",
"Skip"
],
"eventespresso-data-stores": [
"There is no relation resource for the given model (%s) and requested relation (%s)",
"Toggling the checkin failed. Usually this is due to the checkin not having access",
"The given identifier (%s) does not exist in the state.",
"The provided entity (%s) does not have the given property (%s)",
"The provided immutable object (%s) does not have the given path (%s)",
"The provided value is not an array.",
"The provided items must not be empty",
"The provided item must be a Map object",
"The provided array of entities must not be empty",
"The provided object of entities must be a Map object",
"The given \"%s\" fieldName does not have a defined schema for the model \"%s\"",
"The schema for the field %s on the model %s is of type \"object\" but does not have a properties property.",
"The schema for the field %s on the model %s is of type \"object\" but does not have a raw property in it's \"properties\" property.",
"The schema for the field %s on the model %s is of type \"object\" and has a properties.raw property, however there is no \"type\" defined for the raw property.",
"The given \"%1$s\" field is not valid for the defined schema. It's `raw` property Value (%2$s) is not the correct expected type (%3$s).",
"The given \"%1$s\" field's Value (%2$s) is not valid for the defined schema type (%3$s).",
"The given \"%1$s\" value is not valid for the defined schema. It must be an object and it must have a `%2$s` key.",
"The given \"%1$s\" value is not valid for the defined schema. It's `%2$s` property value (%3$s) is not the correct expected type (%4$s).",
"The given \"%1$s\" field's value (%2$s) is not valid for the defined schema type (%3$s).",
"The given \"%s\" fieldName is not valid for the defined schema. It must be a \"%s\" and it must be one of \"%s\". The fieldValue given was \"%s\""
],
"eventespresso-core-blocks": [
"Event Attendees",
"Displays a list of people that have registered for the specified event",
"event",
"attendees",
"list"
],
"eventespresso-core-blocks-frontend": []
}