Skip to content

Commit 5280617

Browse files
feat: added localization for new keys in Display Options
1 parent 3e4812c commit 5280617

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

localization/en.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,20 @@
162162
"CONTEXT_MENU___CONVERT_TO_PATTERN_FIELD": "Convert to Pattern Property Key",
163163
"CONTEXT_MENU___CONVERT_PATTERN_TO_REGULAR_FIELD": "Convert to Regular Property Key",
164164
"CENTRAL_PANE___FE_SCRIPT": "Gremlin script",
165-
"MAIN_MENU___FORWARD_DB_BUCKETS": "Gremlin script..."
165+
"MAIN_MENU___FORWARD_DB_BUCKETS": "Gremlin script...",
166+
167+
"MAIN_MENU___ATTRIBUTES": "Property in Vertex Boxes",
168+
"MAIN_MENU___DESCRIPTIONS": "Description in Vertex Boxes",
169+
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Vertex Boxes",
170+
"MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Properties",
171+
"MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Properties",
172+
"TOOLBAR___ATTRIBUTES": "Property in vertex boxes",
173+
"TOOLBAR___DESCRIPTIONS": "Description in vertex boxes",
174+
"TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty vertex boxes",
175+
"TOOLBAR___REQUIRED_ATTRIBUTES": "Required properties",
176+
"TOOLBAR___NULLABLE_ATTRIBUTES": "Nullable properties",
177+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of vertex box content",
178+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Properties",
179+
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required properties",
180+
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable properties"
166181
}

0 commit comments

Comments
 (0)