UNPKG

iztech-design-system-neo

Version:

Design System of project IZtech

38 lines (34 loc) 896 B
const LIST = { NEWEST_SECTION: { DEFAULT_TITLE: "Direct course at the centre", DEFAULT_SUBTITLE: "Are you ready for your new learning roadmap? Let's explore newest direct courses.", }, FILTER_SECTION: { DEFAULT_TITLE: "Find all direct courses at the centre", DEFAULT_SUBTITLE: "Don't find any course fulfilled your needss? Let's check all direct courses below.", }, } const SECTION = { DEFAULT_TITLE: "Direct course at the centre", DEFAULT_SUBTITLE: "Are you ready for your new learning roadmap?", } const DETAIL = { SCHEDULE_SECTION: { TAB_TITLE: "Schedule", TITLE: "Schedule and Class", OPENING_AT: "Opening at {0}", TOTAL_CLASS: "{0} classes", }, FREQUENCY: { NUMBER_OF_CLASSES_PER_WEEK: "{0} classes / week", }, } export default { LIST, SECTION, DETAIL, TITLE: "Direct Course", TITLE_SHORT: "Offline Course", }