Commit cc3a951c authored by Sven Franck's avatar Sven Franck

added portal type computer field definitions and translation

parent 91bd1ef3
{
"computer_title": {
"type": "StringField",
"widget": {
"id": "computer_title",
"title": "Title",
"title_i18n": "portal_type_dict.computer_dict.field_list.title.title",
"description": "The name of the computer.",
"description_i18n": "portal_type_dict.computer_dict.field_list.title.description",
"alternate_name": "computer_title",
"default_value": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_long": {
"message":"Too much input given.",
"i18n": "validation_dict.too_much_input"
}
}
},
"computer_reference": {
"type": "StringField",
"widget": {
"id": "computer_reference",
"title": "Reference",
"title_i18n": "portal_type_dict.computer_dict.field_list.reference.title",
"description": "The reference number for this computer.",
"description_i18n": "portal_type_dict.computer_dict.field_list.reference.description",
"alternate_name": "computer_reference",
"default_value": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_long": {
"message":"Too much input given.",
"i18n": "validation_dict.too_much_input"
}
}
},
"computer_group": {
"type": "ListField",
"widget": {
"id": "computer_group",
"title": "Group",
"title_i18n": "portal_type_dict.invoice_dict.field_list.group.title",
"description": "The group this computer is associated to.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.group.description",
"alternate_name": "computer_group",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": null,
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_cpu_core": {
"type": "ListField",
"widget": {
"id": "computer_cpu_core",
"title": "CPU",
"title_i18n": "portal_type_dict.invoice_dict.field_list.cpu_core.title",
"description": "The CPU to be used for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.cpu_core.description",
"alternate_name": "computer_cpu_core",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerCPUCore",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_cpu_frequency": {
"type": "ListField",
"widget": {
"id": "computer_cpu_frequency",
"title": "CPU Frequency",
"title_i18n": "portal_type_dict.invoice_dict.field_list.cpu_frequency.title",
"description": "The CPU frequency to be used for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.cpu_frequency.description",
"alternate_name": "computer_cpu_frequency",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerCPUFrequency",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_cpu_type": {
"type": "ListField",
"widget": {
"id": "computer_cpu_type",
"title": "CPU Type",
"title_i18n": "portal_type_dict.invoice_dict.field_list.cpu_type.title",
"description": "The CPU type to be used for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.cpu_type.description",
"alternate_name": "computer_cpu_type",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerCPUType",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_memory_size": {
"type": "ListField",
"widget": {
"id": "computer_memory_size",
"title": "Memory",
"title_i18n": "portal_type_dict.invoice_dict.field_list.memory.title",
"description": "The memory to be used for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.memory.description",
"alternate_name": "computer_memory_size",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerMemorySize",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_memory_type": {
"type": "ListField",
"widget": {
"id": "computer_memory_type",
"title": "Memory Type",
"title_i18n": "portal_type_dict.invoice_dict.field_list.memory_type.title",
"description": "The memory type to be used for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.memory_type.description",
"alternate_name": "computer_memory_type",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerMemoryType",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_region": {
"type": "ListField",
"widget": {
"id": "computer_region",
"title": "Region",
"title_i18n": "portal_type_dict.invoice_dict.field_list.region.title",
"description": "The region this computer should be setup in.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.region.description",
"alternate_name": "computer_region",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerRegion",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_storage_capacity": {
"type": "ListField",
"widget": {
"id": "computer_storage_capacity",
"title": "Storage Capacity",
"title_i18n": "portal_type_dict.invoice_dict.field_list.storage_capacity.title",
"description": "The storage capacity for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.storage_capacity.description",
"alternate_name": "computer_storage_capacity",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerStorageCapacity",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_storage_interface": {
"type": "ListField",
"widget": {
"id": "computer_storage_interface",
"title": "Storage Interface",
"title_i18n": "portal_type_dict.invoice_dict.field_list.storage_interface.title",
"description": "The storage interface for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.storage_interface.description",
"alternate_name": "computer_storage_interface",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerStorageInterface",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_storage_redundancy": {
"type": "ListField",
"widget": {
"id": "computer_storage_redundancy",
"title": "Storage Redundancy",
"title_i18n": "portal_type_dict.invoice_dict.field_list.storage_redundancy.title",
"description": "The storage redundancy for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.storage_redundancy.description",
"alternate_name": "computer_storage_redundancy",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerStorageRedundancy",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_wide_area_network_type": {
"type": "ListField",
"widget": {
"id": "computer_wide_area_network_type",
"title": "WAN Type",
"title_i18n": "portal_type_dict.invoice_dict.field_list.wan.title",
"description": "The wide area network type for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.wan.description",
"alternate_name": "computer_wide_area_network_type",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerNetwork",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_local_area_network_type": {
"type": "ListField",
"widget": {
"id": "computer_local_area_network_type",
"title": "LAN Type",
"title_i18n": "portal_type_dict.invoice_dict.field_list.lan.title",
"description": "The local area network type for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.lan.description",
"alternate_name": "computer_local_area_network_type",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getComputerLANType",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_storage_technology": {
"type": "ListField",
"widget": {
"id": "computer_storage_technology",
"title": "Storage Technology",
"title_i18n": "portal_type_dict.invoice_dict.field_list.storage_technology.title",
"description": "The storage technology for this computer.",
"description_i18n": "portal_type_dict.invoice_dict.field_list.storage_technology.description",
"alternate_name": "computer_storage_technology",
"default_value": null,
"css_class": null,
"hidden": false,
"size": 1,
"items": "getStorageTechnology",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"computer_description": {
"type": "TextareaField",
"widget": {
"id": "computer_description",
"title": "Description",
"title_i18n": "portal_type_dict.person_dict.field_list.description.title",
"description": "The description for this computer.",
"description_i18n": "portal_type_dict.person_dict.field_list.description.description",
"alternate_name": "computer_description",
"css_class": null,
"hidden": null,
"width":null,
"height":null,
"extra":null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_lines": null,
"maximum_length_of_line": null,
"maximum_characters": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"too_many_lines": {
"message": "You have entered too many lines.",
"i18n": "validation_dict.too_many_lines"
},
"line_too_long": {
"message": "One or more lines you have entered are too long.",
"i18n": "validation_dict.too_long_lines"
},
"too_long": {
"message": "You have entered too many characters.",
"i18n": "validation_dict.too_many_chars"
}
}
},
"computer_translated_validation_state_title": {
"type": "StringField",
"widget": {
"id": "computer_translated_validation_state_title",
"title": "Status",
"title_i18n": "portal_type_dict.computer_dict.field_list.status.title",
"description": "The current status of this computer.",
"description_i18n": "portal_type_dict.computer_dict.field_list.status.description",
"alternate_name": "computer_translated_validation_state_title",
"default_value": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_long": {
"message":"Too much input given.",
"i18n": "validation_dict.too_much_input"
}
}
},
"computer_default_network_address_netmask": {
"type": "StringField",
"widget": {
"id": "computer_default_network_address_netmask",
"title": "Network Address",
"title_i18n": "portal_type_dict.computer_dict.field_list.netmask.title",
"description": "The network address of this computer.",
"description_i18n": "portal_type_dict.computer_dict.field_list.netmask.description",
"alternate_name": "computer_default_network_address_netmask",
"default_value": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_long": {
"message":"Too much input given.",
"i18n": "validation_dict.too_much_input"
}
}
},
"computer_default_network_address_ip_address": {
"type": "StringField",
"widget": {
"id": "computer_default_network_address_ip_address",
"title": "IP Address",
"title_i18n": "portal_type_dict.computer_dict.field_list.ip_address.title",
"description": "The IP address of this computer.",
"description_i18n": "portal_type_dict.computer_dict.field_list.ip_address.description",
"alternate_name": "computer_default_network_address_ip_address",
"default_value": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_long": {
"message":"Too much input given.",
"i18n": "validation_dict.too_much_input"
}
}
},
"computer_default_network_address_host_name": {
"type": "StringField",
"widget": {
"id": "computer_default_network_address_host_name",
"title": "Hostname",
"title_i18n": "portal_type_dict.computer_dict.field_list.hostname.title",
"description": "The hostname for this computer.",
"description_i18n": "portal_type_dict.computer_dict.field_list.hostname.description",
"alternate_name": "computer_default_network_address_host_name",
"default_value": null,
"css_class": null,
"hidden": false,
"display_width": 30,
"maximum_input": null,
"extra": {"data-clear-btn":"true"}
},
"validator": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_length": null,
"truncate": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_long": {
"message":"Too much input given.",
"i18n": "validation_dict.too_much_input"
}
}
}
}
\ No newline at end of file
......@@ -141,6 +141,90 @@
"english": "English"
},
"portal_type_dict": {
"computer_dict": {
"field_list": {
"title": {
"title": "Computer",
"description": "The name of a computer."
},
"reference": {
"title": "Reference",
"description": "The reference (ID) of this computer."
},
"group": {
"title": "Group",
"description": "The group (network) this computer is associated to."
},
"cpu_core": {
"title": "CPU",
"description": "The CPU core to be used for this computer."
},
"cpu_frequency": {
"title": "CPU Frequency",
"description": "The CPU frequency to be used for this computer."
},
"cpu_type": {
"title": "CPU Type",
"description": "The CPU type to be used for this computer."
},
"memory": {
"title": "Memory",
"description": "The memory to be allocated to this computer."
},
"memory_type": {
"title": "Memory Type",
"description": "The memory type to be used for this computer."
},
"region": {
"title": "Region",
"description": "The region this computer should be setup in."
},
"storage_capacity": {
"title": "Storage Capacity",
"description": "The storage capacity for this computer."
},
"storage_interface": {
"title": "Storage Interface",
"description": "The storage interface for this computer."
},
"storage_redundancy": {
"title": "Storage Redundancy",
"description": "The storage redundancy for this computer."
},
"wan": {
"title": "WAN Type",
"description": "The wide area network type for this computer."
},
"lan": {
"title": "LAN Type",
"description": "The local area network type for this computer."
},
"storage_technology": {
"title": "Storage Technology",
"description": "The storage technology to be used for this computer."
},
"description": {
"title": "Description",
"description": "The description for this computer."
},
"status": {
"title": "Status",
"description": "The current status of this computer."
},
"netmask": {
"title": "Network Address",
"description": "The current network address of this computer."
},
"ip_address": {
"title": "IP Address",
"description": "The IP address of this computer."
},
"hostname": {
"title": "Hostname",
"description": "The hostname for this computer."
}
}
},
"person_dict": {
"field_list": {
"confirm_password": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment