84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"nav": {
|
|
"courses": "Courses",
|
|
"dashboard": "My space",
|
|
"admin": "Administration",
|
|
"login": "Sign in",
|
|
"logout": "Sign out"
|
|
},
|
|
"home": {
|
|
"hero_title": "Build your skills with OwlCub Academy",
|
|
"hero_sub": "Certified training in governance, cybersecurity and OwlCub.",
|
|
"cta": "Explore courses",
|
|
"categories": {
|
|
"GOVERNANCE": "Governance",
|
|
"CYBER": "Cybersecurity",
|
|
"OWLCUB": "OwlCub",
|
|
"OTHER": "Other"
|
|
},
|
|
"levels": {
|
|
"BEGINNER": "Beginner",
|
|
"INTERMEDIATE": "Intermediate",
|
|
"ADVANCED": "Advanced"
|
|
}
|
|
},
|
|
"auth": {
|
|
"login_title": "Sign in",
|
|
"email_placeholder": "your@email.com",
|
|
"send_link": "Send magic link",
|
|
"verify_title": "Check your email",
|
|
"verify_desc": "A sign-in link has been sent to your email address.",
|
|
"back_login": "Back to sign in"
|
|
},
|
|
"course": {
|
|
"enroll": "Enroll",
|
|
"enrolled": "Enrolled",
|
|
"continue": "Continue",
|
|
"start": "Start",
|
|
"modules": "Modules",
|
|
"lessons": "Lessons",
|
|
"quiz": "Quiz",
|
|
"complete": "Complete",
|
|
"next": "Next",
|
|
"prev": "Previous",
|
|
"pass_mark": "Pass mark",
|
|
"your_score": "Your score",
|
|
"passed": "Passed!",
|
|
"failed": "Failed",
|
|
"retry": "Retry",
|
|
"certificate": "Certificate",
|
|
"download_cert": "Download certificate"
|
|
},
|
|
"dashboard": {
|
|
"title": "My space",
|
|
"in_progress": "In progress",
|
|
"completed": "Completed",
|
|
"certificates": "Certificates",
|
|
"no_enrollments": "You are not enrolled in any course.",
|
|
"browse": "Browse courses"
|
|
},
|
|
"admin": {
|
|
"title": "Administration",
|
|
"courses": "Courses",
|
|
"students": "Students",
|
|
"new_course": "New course",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"published": "Published",
|
|
"draft": "Draft",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"add_module": "Add module",
|
|
"add_lesson": "Add lesson",
|
|
"add_question": "Add question",
|
|
"upload_video": "Upload video",
|
|
"upload_thumbnail": "Upload thumbnail"
|
|
},
|
|
"common": {
|
|
"loading": "Loading…",
|
|
"error": "An error occurred.",
|
|
"save_success": "Saved!",
|
|
"delete_confirm": "Are you sure?"
|
|
}
|
|
}
|