summaryrefslogtreecommitdiffstats
path: root/rba.tool.editor/src/rba/tool/editor/messages/messages.properties
blob: e1e6962877297793884f9ff02d4b31861df12cc4 (plain)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
CONDITION_BOOLEAN_TYPE_CHECK=[IfStatement]: condition expression type is not BOOLEAN type.
CONDITION_TPYE_EQUAL_CHECK=[IfStatement]: The types of the then and else expressions do not match. Please define same type for then and else expressions.
PACKAGE_CHILD_EXISTENCE_CHECK=[Package '%s']: Child element is not defined
DISPLAY_AREA_SIZE_CHECK=[Display '%s' ]: A size exceeding the size of Display is defined in the Area below.
DISPLAY_ROOT_CHECK=[Display '%s']: Route area is not defined. Please describe CompositeArea.
COMPOSITE_AREA_CHECK=[CompositeArea '%s']: Layout is not defined. Please describe the layout
VERTICAL_LAYOUT_CHECK=[VerticalLayout]: Sub-Area is not defined. Please describe Sub-Area.
HORIZONTAL_LAYOUT_CHECK=[HorizontalLayout]: Sub-Area is not defined. Please describe subarea.
FIXEDPOSITION_LAYOUT_CHECK=[FixedPositionLayout]: Sub-Area is not defined. Please describe PositionContainer.
POSITION_CONTAINER_COORDINATE_CHECK=[PositionContainer]: The definition of PositionContainer's coordinates exceeds the size of Display.
AREA_VISIBILITY_TYPE=[Area '%s']: The type of constraint expression of visibility is invalid. Please return the value.
AREA_ZORDER_TYPE=[Area '%s']: The type of constraint expression of Z order is invalid. Please return the value.
CONTENT_ALLOCATABLE_SIZE=[ViewContent '%s']: \u00a0\u00a0 Displayable area is not defined. Please describe allocatable.
CONTENT_ALLOCATABLE_INVALID_TYPE=[ViewContent '%s']: The allocatable in allocatables is not a Area/AreaSet.
CONTENT_ALLOCATABLE_DUPLICATE=[ViewContent '%s']: The area in allocatables is duplicated.
CONTENT_DISPLAY_SIZE_CHECK=[ViewContent '%s']: A size exceeding the size of Display is defined.
VISIBILITY_IS_REQUIRED=[%s '%s']: visibility is required.
HAS_AT_LEAST_ONE_STATE=[%s '%s']: Must define at least one State.
ZORDER_IS_REQUIRED=[%s '%s]: zorder is required.
HAS_AT_LEAST_ONE_SIZE=[%s '%s']: Size or sizeReference must be defined at least one.
ORDER_IS_REQUIRED=[%s '%s']: order is required.
QUEUE_IS_REQUIRED=[%s '%s']: queue is required.
MESSAGEAPP_ALLOCATABLE_SIZE=[MessageApp '%s']: \u00a0 Displayable area is not defined. Please describe allocatable.
MESSAGEAPP_STATES_SIZE=[MessageApp '%s']: Content state is not defined. Please describe ContentState.
CONTENTSTATE_TYPE=[ContentState '%s']: Value type constraint expression is illegal. Please return the value.
CONSTRAINT_EXPRESSION_TYPE=[Constraint]: Constraint expression type is not BOOLEAN type.
THATOF_OPERAND_SIZE=[ThatOfOperator]: The number of operands is invalid. Only one operand can be defined.
THATOF_OPERAND_OBJECTREFERENCE=[ThatOfOperator]: The type of the operand is not an ObjectReference.
THATOF_OPERAND_OBJECTREFERENCE_EQUAL=[ThatOfOperator]: Operand type is invalid. Please specify the same type as the parent model element.
THATOF_OPERAND_EXPRESSIONTYPE=[ThatOfOperator]: You can only define[AREA / CONTENT_STATE\u300das the operand constraint expression type.
EQUALTO_OPERAND_SIZE_NULL=[EqualToOperator]: Operand is not defined.
EQUALTO_OPERAND_SIZE=[EqualToOperator]: The number of operands is invalid. Only one operand can be defined.
EQUALTO_OPERAND_TYPE=[EqualToOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns a value.
GREATERTHAN_OPERAND_SIZE_NULL=[GreaterThanOperator]: Operand is not defined
GREATERTHAN_OPERAND_SIZE=[GreaterThanOperator]: The number of operands is invalid. Only one operand can be defined.
GREATERTHAN_OPERAND_TYPE=[GreaterThanOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns a value.
MUCHGREATERTHAN_OPERAND_SIZE_NULL=[MuchGreaterThanOperator]: Operand is not defined.
MUCHGREATERTHAN_OPERAND_SIZE=[MuchGreaterThanOperator]: The number of operands is invalid. Only one operand can be defined.
MUCHGREATERTHAN_OPERAND_TYPE=[MuchGreaterThanOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns a value.
LOWERTHAN_OPERAND_SIZE_NULL=[LowerThanOperator]: Operand is not defined.
LOWERTHAN_OPERAND_SIZE=[LowerThanOperator]: The number of operands is invalid. Only one operand can be defined.
LOWERTHAN_OPERAND_TYPE=[LowerThanOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns a value.
COMPARISONAND_OPERAND_SIZE=[ComparisonAnd]: The number of operands is invalid. Define two or more operands.
COMPARISONAND_OPERAND_TYPE=[ComparisonAnd]: The type of the operand is invalid. Please use the comparison operator.
PLUS_OPERAND_SIZE=[PlusOperator]: The number of operands is invalid. Define two or more operands.
PLUS_OPERAND_TYPE=[PlusOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns a value.
PLUS_OPERAND_TYPE_NOT_OPERATOR=[PlusOperator]: The operand constraint expression type is invalid.The operator can not be use. Please describe a constraint expression that returns a value.
AND_OPERAND_SIZE=[AndOperator]: The number of operands is invalid. Define two or more operands.
AND_OPERAND_TYPE=[AndOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns BOOLEAN type.
OR_OPERAND_SIZE=[OrOperator]: The number of operands is invalid. Define two or more operands.
OR_OPERAND_TYPE=[OrOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns BOOLEAN type.
IMPLIES_OPERAND_SIZE=[ImpliesOperator]: The number of operands is invalid. Define two or more operands.
IMPLIES_OPERAND_TYPE=[ImpliesOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns BOOLEAN type.
NOT_OPERAND_SIZE=[NotOperator]: The number of operands is invalid. Only one operand can be defined.
NOT_OPERAND_TYPE=[NotOperator]: The operand constraint expression type is invalid. Please describe a constraint expression that returns BOOLEAN type.
OPERANDS_MUST_BE_OBJECT=[%s]: You can only define [AREA / CONTENT / ZONE / SOUND / CONTENT_STATE] as the operand constraint expression type.
FIRST_OPERAND_MUST_BE_OBJECT=[%s]: You can not compare values.Please use '=' to compare values.
ISDISPLAYED_SIZE=[IsDisplayed]: The number of operands is invalid. Only one operand can be defined.
ISDISPLAYED_TYPE=[IsDisplayed]: The operand constraint expression type is invalid. describe a constraint expression that returns Area.
DISPLAYINGCONTENT_SIZE=[DisplayingContent]: The number of operands is invalid. Only one operand can be defined.
DISPLAYINGCONTENT_TYPE=[DisplayingContent]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Area.
GETCONTENTSLIST_SIZE= [GetContentsList]: The number of operands is invalid. Only one operand can be defined.
GETCONTENTSLIST_TYPE=[GetContentsList]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Area, Zone.
ISACTIVE_SIZE=[IsActive]: The number of operands is invalid. Only one operand can be defined.
ISACTIVE_TYPE=[IsActive]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Content.
ISVISIBLE_SIZE=[IsVisible]: The number of operands is invalid. Only one operand can be defined.
ISVISIBLE_TYPE=[IsVisible]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Content
GETALLOCATABLES_SIZE=[GetAllocatables]: The number of operands is invalid. Only one operand can be defined.
GETALLOCATABLES_TYPE=[GetAllocatables]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Content
LAMBDAEXPRESSION_TYPE=[LambdaExpression]: Variable constraint expression type and context constraint expression type: do not match.
FORALL_OPERAND_SIZE=[ForAllOperator]: The number of operands is invalid. Only one operand can be defined.
FORALL_OPERAND_TYPE=[ForAllOperator]: The operand type is invalid. Please describe a Set(AreaSet, ViewContentSet, ZoneSet, SoundContentSet), or set of Areas, Contents, Zones, SoundContents.
FORALL_LAMBDA_TYPE=[ForAllOperator]: Type of The lambda's body expression must be Boolean or Action Expression.
EXISTS_OPERAND_SIZE=[ExistsOperator]: The number of operands is invalid. Only one operand can be defined.
EXISTS_OPERAND_TYPE=[ExistsOperator]: The operand type is invalid. Please describe a Set(AreaSet, ViewContentSet, ZoneSet, SoundContentSet), or set of Areas, Contents, Zones, SoundContents.
NAMEDELEMENT_NAME_DUPLICATE=Duplicate name '%s'
CIRCULAR_CONTAINMENT_DETECTE=A cycle was detected in the target of '%s'. %s
ISEQUALTO_OPERAND_SIZE=[IsEqualToOperator]: The number of operands is invalid. Please define two operands.
ISEQUALTO_OPERAND_TYPE=[IsEqualToOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns a value. Please use '==' to compare objects.
ISGREATERTHAN_OPERAND_SIZE=[IsGreaterThanOperator]: The number of operands is invalid. Please define two operands.
ISGREATERTHAN_OPERAND_TYPE=[IsGreaterThanOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns a value.
ISGREATERTHANEQUAL_OPERAND_SIZE=[IsGreaterThanEqualOperator]: The number of operands is invalid. Please define two operands.
ISGREATERTHANEQUAL_OPERAND_TYPE=[IsGreaterThanEqualOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns a value.
ISLOWERTHAN_OPERAND_SIZE=[IsLowerThanOperator]: The number of operands is invalid. Please define two operands.
ISLOWERTHAN_OPERAND_TYPE=[IsLowerThanOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns a value.
ISLOWERTHANEQUAL_OPERAND_SIZE=[IsLowerThanEqualOperator]: The number of operands is invalid. Please define two operands.
ISLOWERTHANEQUAL_OPERAND_TYPE=[IsLowerThanEqualOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns a value.
EXCLUSIVEOR_OPERAND_SIZE=[ExclusiveOrOperator]: The number of operands is invalid. Define two or more operands.
EXCLUSIVEOR_OPERAND_TYPE=[ExclusiveOrOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns BOOLEAN type.
ISHIDDEN_SIZE=[IsHidden]: The number of operands is invalid. Only one operand can be defined.
ISHIDDEN_TYPE=[IsHidden]: The operand constraint expression type is invalid. Write a constraint expression that returns Area.
CONTENTVALUE_SIZE=[ContentValue]: The number of operands is invalid. Only one operand can be defined.
CONTENTVALUE_TYPE=[ContentValue]: The operand constraint expression type is invalid. Write a constraint expression that returns Area, Zone.
SET_OF_OPERAND_TYPE=[SetOfOperator]: The operand constraint expression type is invalid. Write a constraint expression that returns same elements.
SET_OF_OPERAND_DUPLICATE=[SetOfOperator]: The element in the target is duplicated.
ISON_TYPE=[IsOn]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Scene.
ISDEFEATEDBY_OEPRAND_SIZE=[IsDefeatedBy]: The number of operands is invalid. Please define two operands.
ISDEFEATEDBY_OEPRAND_0_TYPE=[IsDefeatedBy]: The operand constraint expression type is invalid. Write a constraint expression that returns Content.
ISDEFEATEDBY_OPERAND_0_CHECK=[IsDefeatedBy]: (pre)can not be used.
ISDEFEATEDBY_OPERAND_1_CHECK=[IsDefeatedBy]: You can not use (pre) as an argument.
DEFEATS_OPERAND_SIZE=[Defeats]: The number of operands is invalid. Please define two operands.
DEFEATS_OPERAND_0_TYPE=[Defeats]: The operand constraint expression type is invalid. Write a constraint expression that returns Content.
DEFEATS_OPERAND_0_CHECK=[Defeats]: (pre) can not be used.
DEFEATS_OPERAND_1_CHECK=[Defeats]: You can not use (pre) as an argument.
ISDISAPPEARED_OPERAND_SIZE=[IsDisappeared]: The number of operands is invalid. Please define one operand.
ISDISAPPEARED_OPERAND_0_TYPE=[IsDisappeared]: The operand constraint expression type is invalid. Write a constraint expression that returns Content.
ISDISAPPEARED_OPERAND_0_CHECK=[IsDisappeared]: (pre) can not be used.
ISCANCELED_OPERAND_SIZE=[IsCanceled]: The number of operands is invalid. Please define one operand.
ISCANCELED_OPERAND_0_TYPE=[IsCanceled]: The operand constraint expression type is invalid. Write a constraint expression that returns Content.
ISCANCELED_OPERAND_0_CHECK=[IsCanceled]: (pre) can not be used.
OFFSET_SIZE_DUPLICATE=[Offset]: The sizeReference has already been referenced from another Offset. Same size can not be used multiple.
OFFSET_SIZE_AREA_REF=[Offset]: The sizeReference using the Offset is not being referenced from the Area. Please refer to Size between the Offset and the Area.
AREASET_TARGET_SIZE=[AreaSet '%s']: \u00a0\u00a0 Includes area is not defined. Please describe target.
AREASET_TARGET_DUPLICATE=[AreaSet '%s']: The area in the target is duplicated.
AREASET_TARGET_INCLUDE_SELF=[AreaSet '%s']: The target contains iteself.
ALLOCATEDCONTENT_TYPE=[AllocatedContent]: The operand constraint expression type is invalid. Please describe a constraint expression that returns Area, Zone.
ONSCENE_OPERAND_SIZE_CHECK=[OnScene]: Please define one operand.
ONSCENE_OPERAND_TYPE_CHECK=[OnScene]: Describe the scene in the operand.
ONSCENE_ISGLOBALSCENE=[OnScene]: Please use the global scene.
OFFSCENE_OPERAND_SIZE_CHECK=[OffScene]: Please define one operand.
OFFSCENE_OPERAND_TYPE_CHECK=[OffScene]: Describe the scene in the operand.
OFFSCENE_ISGLOBALSCENE=[OffScene]: Please use the global scene.
SETPROPERTY_OPERAND_SIZE_CHECK=[SetProperty]: Please specify operand and argument.
SETPROPERTY_OPERAND_0_TYPE_CHECK=[SetProperty]: Write the scene property in the operand.
SETPROPERTY_OPERAND_ISGLOBALSCENE=[SetProperty]: Please use the global scene.
SETPROPERTY_OPERAND_1_TYPE_CHECK=[SetProperty]: Please write a numeric value for the argument.
SETPROPERTY_PROPERTY_NEGATIVE=[SetProperty]: The property is invalid. Please use a value greater than or equal to 0.
GETPROPERTY_OPERAND_SIZE_CHECK=[GetProperty]: Please define one operand.
GETPROPERTY_OPERAND_TYPE_CHECK=[GetProperty]: Describe the scene property in the operand.
GETPROPERTY_OPERAND_ISGLOBALSCENE=[GetProperty]: Use the global scene.
SCENE_GLOBAL=[Scene]: To define properties, set global: true.
SCENE_PROPERTY_NEGATIVE=[Scene]: The property is invalid. Please use a value greater than or equal to 0.
SOUND_ALLOCATABLE_SIZE=[SoundContent '%s']: \u00a0\u00a0 Displayable zone is not defined. Please describe allocatable.
SOUND_ALLOCATABLE_INVALID_TYPE=[SoundContent '%s']: The allocatable in allocatables is not a Zone/ZoneSet.
SOUND_ALLOCATABLE_DUPLICATE=[SoundContent '%s']: The zone in allocatables is duplicated.
ZONESET_TARGET_SIZE=[ZoneSet '%s']: \u00a0\u00a0 Includes zone is not defined. Please describe target.
ZONESET_TARGET_INCLUDE_SELF=[ZoneSet '%s']: The target contains iteself.
ZONESET_TARGET_DUPLICATE=[ZoneSet '%s']: The zone in the target is duplicated.
ISSOUNDING_SIZE=[IsSounding]: The number of operands is invalid. Only one operand can be defined.
ISSOUNDING_TYPE=[IsSounding]: The operand constraint expression type is invalid. Write a constraint expression that returns Sound.
ISOUTPUTTED_SIZE=[IsOutputted]: The number of operands is invalid. Only one operand can be defined.
ISOUTPUTTED_TYPE=[IsOutputted]: The operand constraint expression type is invalid. Write a constraint expression that returns Zone.
ISMUTED_SIZE=[IsMuted]: The number of operands is invalid. Only one operand can be defined.
ISMUTED_TYPE=[IsMuted]: The operand constraint expression type is invalid. Write a constraint expression that returns Zone.
ISATTENUATED_SIZE=[IsAttenuated]: The number of operands is invalid. Only one operand can be defined.
ISATTENUATED_TYPE=[IsAttenuated]: The operand constraint expression type is invalid. Write a constraint expression that returns Zone.
OUTPUTTINGSOUND_SIZE=[OutputtingSound]: The number of operands is invalid. Only one operand can be defined.
OUTPUTTINGSOUND_TYPE=[OutputtingSound]: The operand constraint expression type is invalid. Write a constraint expression that returns Zone.
ISON_SIZE=[IsOn]: The number of operands is invalid. Only one operand can be defined.
VIEWCONTENTSET_TARGET_SIZE=[ViewContentSet '%s']: \u00a0\u00a0 Includes view content is not defined. Please describe target.
VIEWCONTENTSET_TARGET_DUPLICATE=[ViewContentSet '%s']: The view content in the target is duplicated.
VIEWCONTENTSET_TARGET_INCLUDE_SELF=[ViewContentSet '%s']: The target contains iteself.
VIEWCONTENTSET_ALLOCATABLE_INVALID_TYPE=[ViewContentSet '%s']: The allocatable in allocatables is not a Area/AreaSet.
VIEWCONTENTSET_ALLOCATABLE_DUPLICATE=[ViewContentSet '%s']: The area in allocatables is duplicated.
SOUNDCONTENTSET_TARGET_SIZE=[SoundContentSet '%s']: \u00a0\u00a0 Includes sound content is not defined. Please describe target.
SOUNDCONTENTSET_TARGET_DUPLICATE=[SoundContentSet '%s']: The sound content in the target is duplicated.
SOUNDCONTENTSET_TARGET_INCLUDE_SELF=[SoundContentSet '%s']: The target contains iteself.
SOUNDCONTENTSET_ALLOCATABLE_INVALID_TYPE=[SoundContentSet '%s']: The allocatable in allocatables is not a Zone/ZoneSet.
SOUNDCONTENTSET_ALLOCATABLE_DUPLICATE=[SoundContentSet '%s']: The zone in allocatables is duplicated.
AREASET_TARGET_INVALID_TYPE=[AreaSet '%s']: The area in target is not a Area/AreaSet.
VIEWCONTENTSET_TARGET_INVALID_TYPE=[ViewContentSet '%s']: The content in target is not a ViewContent/ViewContentSet.
ZONESET_TARGET_INVALID_TYPE=[ZoneSet '%s']: The zone in target is not a Zone/ZoneSet.
SOUNDCONTENTSET_TARGET_INVALID_TYPE=[SoundContentSet '%s']: The content in target is not a SoundContent/SoundContentSet.
OPERAND_SIZE_ONE=[%s]: The number of operands is invalid. The argument can not be specified.
OPERAND_SIZE_TWO=[%s]: The number of operands is invalid. Please define two operands.
FIRST_OPERAND_MUST_CONTENT=[%s]: The first operand is invalid. Specify a ViewContent, SoundContent.
ARGUMENT_MUST_CONTENT=[%s]: The argument operand is invalid. Specify a ViewContent, SoundContent.
OPERAND_CANNOT_USE_PRE=[%s]: (pre) can not be used to first operand.
ARGUMENT_CANNOT_USE_PRE=[%s]: (pre) can not be used to the argument.
ARGUMENT_MUST_ALLOCATABLE=[%s]: The argument operand is invalid. Specify a Area, a Zone.
COMBINATION_OPERAND_ARGUMENT=[%s]: The operand and the argument are invalid combination. Specify together an Area and a ViewContent, or a Zone and a SoundContent.
FIRST_OPERAND_MUST_ALLOCATABLE=[%s]: The first operand is invalid. Specify a Area, a Zone.
FIRST_OPERAND_MUST_VIEWCONTENT=[%s]: The first operand is invalid. Specify a ViewContent.
ARGUMENT_MUST_AREA=[%s]: The argument operand is invalid. Specify a Area.
FIRST_OPERAND_MUST_AREA=[%s]: The first operand is invalid. Specify a Area.
ARGUMENT_MUST_VIEWCONTENT=[%s]: The argument operand is invalid. Specify a ViewContent.
FIRST_OPERAND_MUST_SOUNDCONTENT=[%s]: The first operand is invalid. Specify a SoundContent.
ARGUMENT_MUST_ZONE=[%s]: The argument operand is invalid. Specify a Zone.
FIRST_OPERAND_MUST_ZONE=[%s]: The first operand is invalid. Specify a Zone.
ARGUMENT_MUST_SOUNDCONTENT=[%s]: The argument operand is invalid. Specify a SoundContent.
ALLOCATABLE_SIZE=[%s]: allocatable is not defined. Please describe allocatable.
MIN_OP_OPERAND_SIZE=[MinOperator]: The number of operands is invalid. Only one operand can be defined.
MIN_OP_OPERAND_TYPE=[MinOperator]: The operand type is invalid. Please describe a Set(AreaSet, ViewContentSet, ZoneSet, SoundContentSet), or set of Areas, Contents, Zones.
MAX_OP_OPERAND_SIZE=[MaxOperator]: The number of operands is invalid. Only one operand can be defined.
MAX_OP_OPERAND_TYPE=[MaxOperator]: The operand type is invalid. Please describe a Set(AreaSet, ViewContentSet, ZoneSet, SoundContentSet), or set of Areas, Contents, Zones.
SELECT_OPERAND_SIZE=[SelectOperator]: The number of operands is invalid. Only one operand can be defined.
SELECT_OPERAND_TYPE=[SelectOperator]: The operand type is invalid. Please describe a Set(AreaSet, ViewContentSet, ZoneSet, SoundContentSet), or set of Areas, Contents, Zones.
FIRST_OPERAND_MUST_FOR_ISTYPEOF=[%s]: The first operand is invalid. Specify any of them [ViewContent,SoundContent,Area,Zone].
SIZE_OPERAND_TYPE=[SizeOperator]: The operand type is invalid. Please describe a Set(AreaSet, ViewContentSet, ZoneSet, SoundContentSet), or set of Areas, Contents, Zones.
TARGET_MODEL_NAME_MISMATCH=[%s]: [%s] is expected.
NAME_RESTRICTION=[%s '%s']: This name has been reserved.
PROJECT_SIZE_CHECK=[Project]: Only one Project can be defined.
PROJECT_NAME_CHECK=[Project]: No need to define a project name.
FIRST_OPERAND_MUST_CONTENT_OR_CONTENTSTATE=[%s]: The first operand is invalid. Specify a ViewContent, SoundContent or ContentState.
BODY_MUST_OBJECT=[%s]: The body statement is invalid. Specify below.\nValue\nBoolean\nArea\nContent\nSet_of_Area\nSet_of_Content\nScene\nZone\nSet_of_Zone\nSound\nSet_of_Sound\nContentState\nTimer
OPERANDS_CANNOT_USE_PRE=[%s]: (pre) can not be used to operands.
MUST_BE_USE_IN=[%s]: must be use in %s.
SIZE_NEGATIVE=[Size]: The width or height is invalid. Please use a value greater than or equal to 0.
ZONE_VISIBILITY_NEGATIVE=[Zone]: The visibility is invalid. Please use a value greater than or equal to 0.
ZONE_ATTENUATE_NEGATIVE=[Zone]: The attenuate is invalid. Please use a value greater than or equal to 0.