Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}