|
| 1 | +{ |
| 2 | + "common": { |
| 3 | + "general": { |
| 4 | + "buttons": { |
| 5 | + "cancel": "Cancel", |
| 6 | + "close": "Close", |
| 7 | + "go_back": "Back", |
| 8 | + "login": "Sign In", |
| 9 | + "logout": "Sign Out", |
| 10 | + "ok": "OK", |
| 11 | + "save": "Save" |
| 12 | + }, |
| 13 | + "error": { |
| 14 | + "default": "An error occurred, please try again later." |
| 15 | + } |
| 16 | + }, |
| 17 | + "footer": { |
| 18 | + "about": "About StayAtHome", |
| 19 | + "contact": "Contact Us", |
| 20 | + "terms": "Terms of Use" |
| 21 | + }, |
| 22 | + "lesson_data": { |
| 23 | + "labels": { |
| 24 | + "title": "Tittle", |
| 25 | + "subject_name": "Course Tittle", |
| 26 | + "textbook": "Course Book", |
| 27 | + "goal": "Objective of Learning", |
| 28 | + "description": "Detail", |
| 29 | + "videos": "Reference Video", |
| 30 | + "materials": "Learning Materials" |
| 31 | + }, |
| 32 | + "tags": { |
| 33 | + "video": "Video" |
| 34 | + } |
| 35 | + }, |
| 36 | + "user_data": { |
| 37 | + "labels": { |
| 38 | + "nickname": "Name (Display Name)", |
| 39 | + "email": "E-mail", |
| 40 | + "password": "Password", |
| 41 | + "password_rules": "Password Must be At Least 6 Characters", |
| 42 | + "password_not_acceptable": "The Password Does Not Meet the Password Requirements", |
| 43 | + "password_not_same": "Inconsistent Passwords" |
| 44 | + } |
| 45 | + }, |
| 46 | + "agree_terms": { |
| 47 | + "checkbox": { |
| 48 | + "agree": "I agree Terms of Use" |
| 49 | + }, |
| 50 | + "buttons": { |
| 51 | + "agree": "Go to Register", |
| 52 | + "disagree": "Disagree" |
| 53 | + } |
| 54 | + }, |
| 55 | + "class_id_dialog": { |
| 56 | + "title": "Course Currently Logged in", |
| 57 | + "label": { |
| 58 | + "class_id": "Course ID" |
| 59 | + } |
| 60 | + } |
| 61 | + }, |
| 62 | + "components": { |
| 63 | + "editing_screen": { |
| 64 | + "title": "Create Timetable", |
| 65 | + "error": { |
| 66 | + "could_not_add_lesson": "Failed to Add Course Due to Error. Please Try Again Later." |
| 67 | + }, |
| 68 | + "labels": { |
| 69 | + "date": "Date Setting", |
| 70 | + "time": "Time Setting", |
| 71 | + "subject_label_color": "Label Color", |
| 72 | + "description": "Detailed Description", |
| 73 | + "video_url": "Reference Video URL", |
| 74 | + "video_thumbnail": "Video Thumbnail/Caption Display", |
| 75 | + "textbook_page": "Textbook Page", |
| 76 | + "material_title": "Learning Material Title", |
| 77 | + "material_url": "Learning Material URL" |
| 78 | + }, |
| 79 | + "required": "*Items Marked with Are Required" |
| 80 | + }, |
| 81 | + "editing_visibility_dialog": { |
| 82 | + "title": { |
| 83 | + "show": "Make Timetable Public", |
| 84 | + "hide": "Make Timetable Private" |
| 85 | + }, |
| 86 | + "buttons": { |
| 87 | + "show": "Publish", |
| 88 | + "hide": "Keep Private" |
| 89 | + }, |
| 90 | + "error": { |
| 91 | + "could_not_change_visibility": "Failed to Change the Publishing Status Due to An Error. Please Try Again Later." |
| 92 | + }, |
| 93 | + "success": { |
| 94 | + "message": "Changed the Open Status of the Course." |
| 95 | + } |
| 96 | + } |
| 97 | + }, |
| 98 | + "layouts": { |
| 99 | + "protected": { |
| 100 | + "class_id_dialog": { |
| 101 | + "buttons": { |
| 102 | + "switch_to_or_create_class": "Course Switching/Registration" |
| 103 | + } |
| 104 | + } |
| 105 | + } |
| 106 | + }, |
| 107 | + "pages": { |
| 108 | + "classes_index": { |
| 109 | + "no_lessons": "{date}'s Timetable Has Not Started Yet", |
| 110 | + "no_lessons_today": "Today's Timetable Has Not Started Yet" |
| 111 | + }, |
| 112 | + "edit_index": { |
| 113 | + "add_or_edit_lesson": "Add/Edit Course of {className}", |
| 114 | + "no_lessons": "There Is No {date} Timetable Yet", |
| 115 | + "no_lessons_today": "There Is No Timetable for Today" |
| 116 | + }, |
| 117 | + "index": { |
| 118 | + "error": { |
| 119 | + "invalid_class_id": "Course ID Is Incorrect" |
| 120 | + }, |
| 121 | + "students": { |
| 122 | + "label": "For Students In Course", |
| 123 | + "class_id": "Course ID" |
| 124 | + }, |
| 125 | + "teachers": { |
| 126 | + "label": "To the Teacher Who Made the Timetable", |
| 127 | + "buttons": { |
| 128 | + "signup": "Register As A User", |
| 129 | + "login": "Log In" |
| 130 | + } |
| 131 | + } |
| 132 | + }, |
| 133 | + "user_classlist": { |
| 134 | + "add_class": "Register Course", |
| 135 | + "login_to_class": "Login With Selected Course", |
| 136 | + "no_classes": "There Are No Editable Courses. Please Register Your Course." |
| 137 | + }, |
| 138 | + "user_edit_user_data": { |
| 139 | + "title": "Change User Information", |
| 140 | + "labels":{ |
| 141 | + "new_password": "Change Password", |
| 142 | + "new_password_confirm": "Change Password (for confirmation)" |
| 143 | + } |
| 144 | + }, |
| 145 | + "user_login": { |
| 146 | + "title": "Please Login", |
| 147 | + "error": { |
| 148 | + "invalid": "Incorrect Email Address or Password" |
| 149 | + } |
| 150 | + }, |
| 151 | + "user_register_class": { |
| 152 | + "title": "Course Registration", |
| 153 | + "buttons": { |
| 154 | + "register": "Complete Registration" |
| 155 | + }, |
| 156 | + "error": { |
| 157 | + "default": "Failed to Add the Course. Please Register Again." |
| 158 | + }, |
| 159 | + "labels": { |
| 160 | + "school_name": "School Name", |
| 161 | + "class_name": "Course Name", |
| 162 | + "class_name_visible": "Please Note that the Class Name Is Displayed" |
| 163 | + } |
| 164 | + }, |
| 165 | + "user_registered": { |
| 166 | + "title": "Registered!", |
| 167 | + "buttons": { |
| 168 | + "add_or_edit_lessons": "Add/Edit Course" |
| 169 | + }, |
| 170 | + "labels": { |
| 171 | + "new_class_id": "Your Course ID" |
| 172 | + } |
| 173 | + }, |
| 174 | + "user_signup": { |
| 175 | + "title": "User Registration", |
| 176 | + "buttons": { |
| 177 | + "signup": "Registration" |
| 178 | + }, |
| 179 | + "labels": { |
| 180 | + "password_confirm": "Password (for confirmation)" |
| 181 | + }, |
| 182 | + "success": { |
| 183 | + "go_back_to_top": "Back to Top", |
| 184 | + "message": "A Confirmation Email Has Been Sent to the Email Address You Entered. Please Authenticate from the URL Described in the Email." |
| 185 | + } |
| 186 | + } |
| 187 | + } |
| 188 | +} |
0 commit comments