UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

57 lines (56 loc) 2.33 kB
{ "init_warning": "The Initialized data is not a JSON string and cannot generate a JSON Schema.", "key_repeat_warning": "Duplicate field name '{{key}}' detected. Please check.", "attr_name_not_null": "Attribute name cannot be empty.", "attr_name": "Attribute Name", "add_adjacent_node": "Add Sibling Node", "add_child_node": "Add Child Node", "root": "Root Node", "reference_model": "Referenced Model", "advanced_setting": "Advanced Settings", "required": "Required", "allow_null": "Allow NULL", "desc": "Description", "delete": "Delete", "delete_node": "Delete Node", "confirm_delete": "Confirm Deletion?", "confirm": "Confirm", "restore_link": "Restore Link", "un_link": "Unlink", "display_field": "Display Field", "hidden_field": "Hide Field", "basic_setting": "Basic Settings", "edit_code": "Edit Source Code", "reference": "Reference", "basic_type": "Basic Type", "is_null": "Is Null ", "element_unique": "Unique Element", "enum": "Enum", "const": "Constant", "sample_value": "Sample Value", "default_value": "Default Value", "min_value": "Min Value", "cannot_equal_min_value": "Cannot be equal to the min value", "max_value": "Max Value", "cannot_equal_max_value": "Cannot be equal to the max value", "multiple": "Multiple Of", "retain_decimal_place": "Retain Decimal Places", "min_element_value": "Minimum Number of Elements", "max_element_value": "Maximum Number of Elements", "min_length": "Minimum Length", "max_length": "Maximum Length", "filed_desc": "Field Description", "schema_generation_rule_tip": "Schema Value Generation Order: Mock > Format > Sample > Default > Constant > Pattern > Enum", "cyclically_referenced_model": "This loop references a data model", "deleted_referenced_model": "The referenced data model does not exist or has been deleted", "will_ignored": "Will be ignored.", "cited_data_model": "Referenced Data Model", "no_set_fields": "No fields set", "not_object_tip": "Not an Object type, will be ignored.", "no_data": "No Data Available", "select_model": "Select Model", "search_name": "Search by Name", "cannot_reference_not_object": "Cannot reference a non-object type data model", "repeat_field": "This field is invalid, a duplicate field exists", "input_key_name": "Field name" }