38 lines
1,000 B
JSON
38 lines
1,000 B
JSON
{
|
|
"ATTRIBUTES_MGMT": {
|
|
"HEADER": "Attributes",
|
|
"HEADER_BTN_TXT": "Add Attribute",
|
|
"ADD": {
|
|
"TITLE": "Add attribute",
|
|
"SUBMIT": "Aanmaken",
|
|
"CANCEL_BUTTON_TEXT": "Annuleren",
|
|
"FORM": {
|
|
"NAME": {
|
|
"LABEL": "Display Name",
|
|
"PLACEHOLDER": "Enter attribute display name"
|
|
},
|
|
"DESC": {
|
|
"LABEL": "Beschrijving",
|
|
"PLACEHOLDER": "Enter attribute description"
|
|
},
|
|
"MODEL": {
|
|
"LABEL": "Model",
|
|
"PLACEHOLDER": "Please select a model",
|
|
"ERROR": "Model is required"
|
|
},
|
|
"TYPE": {
|
|
"LABEL": "Type",
|
|
"PLACEHOLDER": "Selecteer een type",
|
|
"ERROR": "Type is required"
|
|
},
|
|
"KEY": {
|
|
"LABEL": "Key"
|
|
}
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Attribute added successfully",
|
|
"ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
|
|
}
|
|
}
|
|
}
|
|
}
|