Files
openstapps/src/assets/i18n/en.json
2021-04-07 10:05:20 +02:00

88 lines
2.2 KiB
JSON

{
"data": {
"REFRESH_ACTION": "Refresh",
"REFRESHING": "Refreshing...",
"detail": {
"TITLE": "Details",
"NOT_FOUND": "Not found",
"COULD_NOT_CONNECT": "Couldn't connect",
"address": {
"TITLE": "address",
"STREET": "street",
"POSTCODE": "postcode",
"CITY": "city",
"REGION": "region",
"Country": "country",
"POST_OFFICE_BOX": "post office box"
},
"offers": {
"TITLE": "offers"
}
},
"types": {
"dish": {
"detail": {
"AVG_NUTRITION_INFO": "Average Nutrition Facts",
"CALORIES": "Calories",
"FAT_TOTAL": "Fat",
"FAT_SATURATED": "Saturated Fat",
"CARBOHYDRATE" : "Carbohydrate",
"SALT": "Salt",
"SUGAR": "Sugars",
"PROTEIN": "Protein"
}
},
"origin": {
"TITLE": "origin",
"USER": "user",
"REMOTE": "remote",
"detail": {
"CREATED": "created at",
"UPDATED": "updated at",
"MODIFIED": "modified at",
"INDEXED": "indexed",
"MAINTAINER": "maintainer",
"RESPONSIBLE": "responsible entity"
}
}
}
},
"news": {
"title": "News"
},
"menu": {
"context": {
"title": "context menu",
"sort": {
"title": "sort",
"relevance": "relevance",
"name": "name",
"date": "date",
"type": "type"
},
"filter": {
"title": "filter",
"options": "options",
"showAll": "show all"
},
"settings": "settings"
}
},
"search": {
"nothing_found": "No results"
},
"settings": {
"resetAlert.title": "Reset all settings?",
"resetAlert.message": "Are you sure to reset all settings to their default values?",
"resetAlert.buttonYes": "yes",
"resetAlert.buttonCancel": "cancel",
"resetToast.message": "Settings reset",
"title": "Settings",
"geoLocation": {
"permission_denied_title": "Location permission not granted",
"permission_denied_message": "Allow this app to use location services to activate this feature."
},
"resetSettings": "Reset Settings"
}
}