Files
openstapps/src/assets/i18n/en.json
2019-01-11 13:47:29 +01:00

19 lines
448 B
JSON

{
"types": {
"dish": {
"detailPage": {
"DESCRIPTION_TITLE": "Description",
"CATEGORY_TITLE": "Category",
"CHARACTERISTICS_TITLE": "Characteristics"
}
}
},
"settings": {
"title": "Settings",
"geoLocation": {
"permission_denied_title": "Location permission not granted",
"permission_denied_message": "Allow this app to use location services to activate this feature."
}
}
}