import { defineMessages } from '@edx/frontend-platform/i18n'; const messages = defineMessages({ auditAccessExpired: { id: 'learner-dash.courseCard.banners.auditAccessExpired', description: 'Audit access expiration banner message', defaultMessage: 'Your audit access to this course has expired.', }, findAnotherCourse: { id: 'learner-dash.courseCard.banners.findAnotherCourse', description: 'Action prompt taking learners to course exploration', defaultMessage: 'Find another course', }, certRestricted: { id: 'learner-dash.courseCard.banners.certificateRestricted', description: 'Restricted certificate warning message', defaultMessage: 'Your Certificate of Achievement is being held pending confirmation that the issuance of your Certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria, and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting {supportEmail}.', }, certRestrictedNoEmail: { id: 'learner-dash.courseCard.banners.certificateRestrictedNoEmail', description: 'Restricted certificate warning message', defaultMessage: 'Your Certificate of Achievement is being held pending confirmation that the issuance of your Certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria, and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know.', }, certRefundContactBilling: { id: 'learner-dash.courseCard.banners.certificateRefundContactBilling', description: 'Message to learners to contact billing for certificate refunds', defaultMessage: 'If you would like a refund on your Certificate of Achievement, please contact our billing address {billingEmail}', }, certRefundContactBillingNoEmail: { id: 'learner-dash.courseCard.banners.certificateRefundContactBillingNoEmail', description: 'Message to learners to contact billing for certificate refunds', defaultMessage: 'If you would like a refund on your Certificate of Achievement, please contact us.', }, passingGrade: { id: 'learner-dash.courseCard.banners.passingGrade', description: 'Message to learners with minimum passing grade for the course', defaultMessage: 'Grade required to pass the course: {minPassingGrade}\u200f%', }, notEligibleForCert: { id: 'learner-dash.courseCard.banners.notEligibleForCert', description: 'Certificate inelligibility message', defaultMessage: 'You are not eligible for a certificate.', }, viewGrades: { id: 'learner-dash.courseCard.banners.viewGrades', description: 'Gradses link text', defaultMessage: 'View grades.', }, certReady: { id: 'learner-dash.courseCard.banners.certReady', description: 'Certificate ready message', defaultMessage: 'Congratulations. Your certificate is ready.', }, viewCertificate: { id: 'learner-dash.courseCard.banners.viewCertificate', description: 'Certificate link text', defaultMessage: 'View Certificate.', }, certMinGrade: { id: 'learner-dash.courseCard.banners.certMinGrade', description: 'Passing grade requirement message', defaultMessage: 'Grade required for a certificate: {minPassingGrade}\u200f%', }, downloadCertificate: { id: 'learner-dash.courseCard.banners.downloadCertificate', description: 'Certificate download link text', defaultMessage: 'Download Certificate.', }, gradeAndCertReadyAfter: { id: 'learner-dash.courseCard.banners.gradseAndCertReadyAfter', description: 'Grade and certificate availability date message', defaultMessage: 'Your grade and certificate will be ready after {availableDate}.', }, entitlementUnavailable: { id: 'learner-dash.courseCard.banners.entitlementUnavailable', description: 'Entitlement course message when no sessions are available', defaultMessage: 'There are no sessions available at the moment. The course team will create new sessions soon. If no sessions appear, please contact {emailLink} for information.', }, entitlementExpiringSoon: { id: 'learner-dash.courseCard.banners.entitlementExpiringSoon', description: 'Entitlement course message when the entitlement is expiring soon.', defaultMessage: 'You must {selectSessionButton} by {changeDeadline} to access the course.', }, entitlementExpired: { id: 'learner-dash.courseCard.banners.entitlementExpired', description: 'Entitlement course message when the entitlement is expired.', defaultMessage: 'You can no longer change sessions.', }, selectSession: { id: 'learner-dash.courseCard.banners.selectSession', description: 'Entitlement session selection link text', defaultMessage: 'select a session', }, prerequisitesNotMet: { id: 'learner-dash.courseCard.banners.prerequisitesNotMet', description: 'Message to learners with unmet prerequisites', defaultMessage: 'You can\'t access this course just yet because you have not met the pre-requisites.', }, courseHasNotStarted: { id: 'learner-dash.courseCard.banners.courseHasNotStarted', description: 'Course has not started message', defaultMessage: 'You can\'t access this course just yet because the course hasn\'t started yet. The course will start on {startDate}.', }, }); export default messages;