Initial commit from monorepo
This commit is contained in:
40
i18n/locales/en/clientOfferForm.json
Normal file
40
i18n/locales/en/clientOfferForm.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user