Files
openstapps/src/assets/i18n/en.json
2021-08-18 10:29:18 +00:00

154 lines
3.5 KiB
JSON

{
"ok": "ok",
"abort": "abort",
"app": {
"ui": {
"CLOSE": "Close"
},
"errors": {
"UNKNOWN": "Unknown problem"
}
},
"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"
}
},
"chips": {
"add_events": {
"ADDED_ALL": "Added",
"ADDED_SOME": "Added Some Events",
"REMOVED_ALL": "Choose Events",
"UNAVAILABLE": "No Associated Events",
"popover": {
"ALL": "All Events",
"AT": "at",
"UNTIL": "until",
"SINGLE": "single"
}
}
},
"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"
}
}
}
},
"map": {
"page": {
"TITLE": "Map",
"search": {
"PLACEHOLDER": "Find buildings, points of interests, canteens and cafes ..."
},
"buttons": {
"SHOW_LIST": "Show list",
"MORE": "More"
},
"geolocation": {
"TITLE": "Location",
"SUBTITLE": "Location not available",
"NOT_ENABLED": "Location service is not enabled on your device",
"NOT_ALLOWED": "The app is not allowed to access your location"
}
},
"modals": {
"single": {
"TITLE": "Place shown"
},
"list": {
"TITLE": "Places shown"
}
}
},
"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"
}
},
"news": {
"title": "News"
},
"search": {
"nothing_found": "No results"
},
"schedule": {
"recurring": "Recurring",
"calendar": "Calendar",
"single": "Single Events",
"addEventModal": {
"close": "close",
"addEvent": "Add Events"
},
"card": {
"forEach": "Every",
"until": "until"
}
},
"chips": {
"addEvent": {
"addEvent": "Add event",
"addedToEvents": "Added to events",
"pastEvent": "Event is over"
}
},
"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",
"resetSettings": "Reset Settings"
}
}