Skip to content

Commit 49133c1

Browse files
feat: added localization for new keys in Display Options (#58)
1 parent 2e9e0dc commit 49133c1

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

localization/en.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,20 @@
156156
"MODAL_WINDOW___FE_SCRIPT_OPTION_CREATE": "Create Script",
157157
"DEFINITIONS___MODEL_DEFINITION_ROOT_ELEMENT_NAME": "components",
158158
"CONTEXT_MENU___CONVERT_TO_DEFINITION": "Convert to Component",
159-
"CONTEXT_MENU___REPLACE_BY_DEFINITION": "Replace by Component"
159+
"CONTEXT_MENU___REPLACE_BY_DEFINITION": "Replace by Component",
160+
161+
"MAIN_MENU___ATTRIBUTES": "Attribute in Request Boxes",
162+
"MAIN_MENU___DESCRIPTIONS": "Description in Request Boxes",
163+
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Request Boxes",
164+
"MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Attributes",
165+
"MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Attributes",
166+
"TOOLBAR___ATTRIBUTES": "Attribute in request boxes",
167+
"TOOLBAR___DESCRIPTIONS": "Description in request boxes",
168+
"TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty request boxes",
169+
"TOOLBAR___REQUIRED_ATTRIBUTES": "Required attributes",
170+
"TOOLBAR___NULLABLE_ATTRIBUTES": "Nullable attributes",
171+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of request box content",
172+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Attributes",
173+
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required attributes",
174+
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable attributes"
160175
}

0 commit comments

Comments
 (0)