Files
openstapps/src/assets/i18n/en.json
2021-10-21 06:47:40 +00:00

209 lines
4.8 KiB
JSON

{
"ok": "ok",
"abort": "abort",
"app": {
"ui": {
"CLOSE": "Close",
"ERROR": "Error"
},
"errors": {
"UNKNOWN": "Unknown problem."
}
},
"common": {
"openingHours": {
"closed_until": "Closed until",
"closing_soon": "Closing soon!",
"open_until": "Open until",
"opening_soon": "Opens"
}
},
"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"
}
}
}
},
"favorites": {
"page": {
"TITLE": "Favorites"
}
},
"feedback": {
"page": {
"TITLE": "Feedback"
},
"form": {
"name": {
"label": "Name",
"placeholder": "Your name"
},
"type": {
"label": "Type of feedback",
"values": {
"bug": "Bug",
"comment": "Comment"
}
},
"email": {
"label": "Mail",
"placeholder": "your@mailaddress.com"
},
"message": {
"label": "Message",
"placeholder": "Your message for us..."
},
"termsAgree": "I agree to provide the protocol data for easier traceability of errors. The data will not be forwarded to any third parties.",
"submit": "Submit",
"protocolData": {
"show": "Show protocol data",
"hide": "Hide protocol data"
}
},
"system_messages": {
"success": "Thank you for your feedback."
}
},
"map": {
"page": {
"TITLE": "Map",
"search": {
"PLACEHOLDER": "Buildings, points of interests, canteens and more"
},
"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"
}
}
},
"catalog": {
"title": "course catalog",
"detail": {
"EMPTY_SEMESTER": "No catalog data available for selected semester"
}
},
"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"
}
}