Skip to content

Commit 99494b3

Browse files
feat: added localization for new keys in Display Options (#52)
1 parent fcdab73 commit 99494b3

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
@@ -138,5 +138,20 @@
138138
"CONTEXT_MENU___CONVERT_TO_PATTERN_FIELD": "Convert to Pattern Field",
139139
"CONTEXT_MENU___CONVERT_PATTERN_TO_REGULAR_FIELD": "Convert to Regular Field",
140140
"CENTRAL_PANE___FE_SCRIPT": "Cosmos DB script",
141-
"MAIN_MENU___FORWARD_DB_BUCKETS": "Cosmos DB script"
141+
"MAIN_MENU___FORWARD_DB_BUCKETS": "Cosmos DB script",
142+
143+
"MAIN_MENU___ATTRIBUTES": "Attribute in Item Boxes",
144+
"MAIN_MENU___DESCRIPTIONS": "Description in Item Boxes",
145+
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Item Boxes",
146+
"MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Attributes",
147+
"MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Attributes",
148+
"TOOLBAR___ATTRIBUTES": "Attribute in item boxes",
149+
"TOOLBAR___DESCRIPTIONS": "Description in item boxes",
150+
"TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty item boxes",
151+
"TOOLBAR___REQUIRED_ATTRIBUTES": "Required attributes",
152+
"TOOLBAR___NULLABLE_ATTRIBUTES": "Nullable attributes",
153+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of item box content",
154+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Attributes",
155+
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required attributes",
156+
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable attributes"
142157
}

0 commit comments

Comments
 (0)