mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 13:01:30 +01:00
27 lines
683 B
JSON
27 lines
683 B
JSON
{
|
|
"title": "Setup of Divlo",
|
|
"description": "The list of all the computer equipment that Divlo has.",
|
|
"configPC": {
|
|
"title": "Hardware PC Configuration",
|
|
"motherboard": "Motherboard",
|
|
"processor": "Processor",
|
|
"graphicCard": "Graphic card",
|
|
"ramMemory": "Ram Memory",
|
|
"hardDrive": "Hard Drive"
|
|
},
|
|
"peripheral": {
|
|
"title": "Computer Peripheral ",
|
|
"keyboard": "Keyboard",
|
|
"mouse": "Mouse",
|
|
"headset": "Micro Headset",
|
|
"mainScreen": "Main Screen",
|
|
"secondScreen": "2nd screen"
|
|
},
|
|
"officeOther": {
|
|
"title": "Office / Other",
|
|
"mousepad": "Mousepad",
|
|
"usb": "USB Key"
|
|
},
|
|
"connexion": "My internet connection"
|
|
}
|