Files
webapp/i18n/locales/en/clientOfferForm.json
2026-01-07 09:10:35 +07:00

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"
}
}
}