diff --git a/localization/en.json b/localization/en.json index 708f7d4..8a6c681 100644 --- a/localization/en.json +++ b/localization/en.json @@ -146,5 +146,20 @@ "HELP__RE_CONNECTION_CLOUD_AZURE_BLOB_STORAGE": "https://hackolade.com/help/Protobufschemafileorregistry.html#Azure%20Blob%20Storage", "HELP__RE_CONNECTION_CLOUD_GOOGLE_CLOUD_STORAGE": "https://hackolade.com/help/Protobufschemafileorregistry.html#Google%20Cloud%20Storage", "HELP__RE_CONNECTION_CLOUD_AZURE_SCHEMA_REGISTRY": "https://hackolade.com/help/Protobufschemafileorregistry.html#Azure%20Schema%20Registry%20for%20Event%20Hubs", - "HELP__RE_CONNECTION_CLOUD_PULSAR_SCHEMA_REGISTRY": "https://hackolade.com/help/Protobufschemafileorregistry.html#Pulsar%20Schema%20Registry" + "HELP__RE_CONNECTION_CLOUD_PULSAR_SCHEMA_REGISTRY": "https://hackolade.com/help/Protobufschemafileorregistry.html#Pulsar%20Schema%20Registry", + + "MAIN_MENU___ATTRIBUTES": "Column in Message Boxes", + "MAIN_MENU___DESCRIPTIONS": "Description in Message Boxes", + "MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Message Boxes", + "MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Columns", + "MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Columns", + "TOOLBAR___ATTRIBUTES": "Column in message boxes", + "TOOLBAR___DESCRIPTIONS": "Description in message boxes", + "TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty message boxes", + "TOOLBAR___REQUIRED_ATTRIBUTES": "Required columns", + "TOOLBAR___NULLABLE_ATTRIBUTES": "Nullable columns", + "MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of message box content", + "MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Columns", + "MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required columns", + "MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable columns" }