Skip to content

Commit 019186f

Browse files
HCK-12920: display options localization (#36)
<!--do not remove this marker, its needed to replace info when ticket title is updated --> <!--jira-description-action-hidden-marker-start--> <table> <td> <a href="https://hackolade.atlassian.net/browse/HCK-12920" title="HCK-12920" target="_blank"><img alt="Sub-task" src="https://hackolade.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10316?size=medium" />HCK-12920</a> Make labels adapted by target </td></table> <br /> <!--jira-description-action-hidden-marker-end--> ## Technical details * added localization for new keys in Display Options
1 parent 0e2a21d commit 019186f

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
@@ -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": "MongoDB script",
141-
"MAIN_MENU___FORWARD_DB_BUCKETS": "MongoDB script"
141+
"MAIN_MENU___FORWARD_DB_BUCKETS": "MongoDB script",
142+
143+
"MAIN_MENU___ATTRIBUTES": "Attribute in Collection Boxes",
144+
"MAIN_MENU___DESCRIPTIONS": "Description in Collection Boxes",
145+
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Collection Boxes",
146+
"MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Attributes",
147+
"MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Attributes",
148+
"TOOLBAR___ATTRIBUTES": "Attribute in collection boxes",
149+
"TOOLBAR___DESCRIPTIONS": "Description in collection boxes",
150+
"TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty collection 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 collection 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)