From 1eca05a818d424bc0cd6341da5e81ca8dd06cfff Mon Sep 17 00:00:00 2001 From: chulanovskyi Date: Thu, 2 Oct 2025 18:21:35 +0300 Subject: [PATCH] feat: added localization for new keys in Display Options --- localization/en.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/localization/en.json b/localization/en.json index 8b95958..62126cd 100644 --- a/localization/en.json +++ b/localization/en.json @@ -165,5 +165,20 @@ "DEFINITIONS___MODEL_DEFINITION_ROOT_ELEMENT_NAME": "types", "CONTEXT_MENU___CONVERT_TO_DEFINITION": "Convert to Type", "CONTEXT_MENU___REPLACE_BY_DEFINITION": "Replace by Type", - "RE_INVALID_SCHEMA_ERROR_MESSAGE": "The file contains unexpected syntax that could not be parsed. This may be due to syntax errors or keywords that are not yet supported.\nPlease verify your GraphQL Schema file. If it doesn’t contain any syntax error, please contact our support team to enhance parsing to better accommodate this syntax." + "RE_INVALID_SCHEMA_ERROR_MESSAGE": "The file contains unexpected syntax that could not be parsed. This may be due to syntax errors or keywords that are not yet supported.\nPlease verify your GraphQL Schema file. If it doesn’t contain any syntax error, please contact our support team to enhance parsing to better accommodate this syntax.", + + "MAIN_MENU___ATTRIBUTES": "Field in Operation Boxes", + "MAIN_MENU___DESCRIPTIONS": "Description in Operation Boxes", + "MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Operation Boxes", + "MAIN_MENU___REQUIRED_ATTRIBUTES": "Required Fields", + "MAIN_MENU___NULLABLE_ATTRIBUTES": "Nullable Fields", + "TOOLBAR___ATTRIBUTES": "Field in operation boxes", + "TOOLBAR___DESCRIPTIONS": "Description in operation boxes", + "TOOLBAR___HIDE_ALL_ATTRIBUTES": "Empty operation boxes", + "TOOLBAR___REQUIRED_ATTRIBUTES": "Required fields", + "TOOLBAR___NULLABLE_ATTRIBUTES": "Nullable fields", + "MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of operation box content", + "MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Fields", + "MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required fields", + "MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable fields" }