Commit cc3a951c authored by Sven Franck's avatar Sven Franck

added portal type computer field definitions and translation

parent 91bd1ef3
This diff is collapsed.
......@@ -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