41 lines
1016 B
JSON
41 lines
1016 B
JSON
{
|
|
"clientOfferForm": {
|
|
"header": {
|
|
"title": "Product details"
|
|
},
|
|
"actions": {
|
|
"back": "Back to selection",
|
|
"chooseAnother": "Choose another product",
|
|
"save": "Save",
|
|
"saving": "Saving..."
|
|
},
|
|
"error": {
|
|
"title": "Error",
|
|
"retry": "Try again",
|
|
"load": "Failed to load data",
|
|
"save": "Failed to save data"
|
|
},
|
|
"states": {
|
|
"loading": "Loading data..."
|
|
},
|
|
"noSchema": {
|
|
"title": "Schema not configured",
|
|
"description": "The product \"{name}\" has no characteristics schema in TerminusDB. Contact administrator."
|
|
},
|
|
"errors": {
|
|
"productNotFound": "Product with UUID {uuid} not found",
|
|
"schemaNotFound": "Schema \"{schema}\" not found in TerminusDB"
|
|
},
|
|
"labels": {
|
|
"location": "Location",
|
|
"location_empty": "No locations available"
|
|
},
|
|
"success": {
|
|
"saved": "Data saved!\\n\\n{payload}"
|
|
},
|
|
"debug": {
|
|
"schema_missing": "not specified"
|
|
}
|
|
}
|
|
}
|