Skip to content

Commit dff4be0

Browse files
feat: added localization for new keys in Display Options (#51)
1 parent 8f6b7be commit dff4be0

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
@@ -144,5 +144,20 @@
144144
"CONTEXT_MENU___CONVERT_PATTERN_TO_REGULAR_FIELD": "Convert to Regular Column",
145145
"FE_LEVEL_SELECTOR_TITLE": "Schemas",
146146
"FE_LEVEL_SELECTOR_CONTAINER": "Individual",
147-
"FE_LEVEL_SELECTOR_MODEL": "Combined"
147+
"FE_LEVEL_SELECTOR_MODEL": "Combined",
148+
149+
"MAIN_MENU___ATTRIBUTES": "Column in Table Boxes",
150+
"MAIN_MENU___DESCRIPTIONS": "Description in Table Boxes",
151+
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Table Boxes",
152+
"MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Columns",
153+
"MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Columns",
154+
"TOOLBAR___ATTRIBUTES": "Column in table boxes",
155+
"TOOLBAR___DESCRIPTIONS": "Description in table boxes",
156+
"TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty table boxes",
157+
"TOOLBAR___REQUIRED_ATTRIBUTES": "Required columns",
158+
"TOOLBAR___NULLABLE_ATTRIBUTES": "Nullable columns",
159+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of table box content",
160+
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Columns",
161+
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required columns",
162+
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable columns"
148163
}

0 commit comments

Comments
 (0)