|
8 | 8 | "login": "Sign In",
|
9 | 9 | "logout": "Sign Out",
|
10 | 10 | "ok": "OK",
|
11 |
| - "save": "Save" |
| 11 | + "save": "Save", |
| 12 | + "change": "Modify", |
| 13 | + "verify": "Verification" |
12 | 14 | },
|
13 | 15 | "error": {
|
14 | 16 | "default": "An error occurred, please try again later."
|
15 | 17 | }
|
16 | 18 | },
|
| 19 | + "calender": { |
| 20 | + "prev_week": "Previous week", |
| 21 | + "next_week": "Next week", |
| 22 | + "to_today": "Move to today" |
| 23 | + }, |
17 | 24 | "footer": {
|
18 | 25 | "about": "About StayAtHome",
|
19 | 26 | "contact": "Contact Us",
|
|
40 | 47 | "password": "Password",
|
41 | 48 | "password_rules": "Password Must be At Least 6 Characters",
|
42 | 49 | "password_not_acceptable": "The Password Does Not Meet the Password Requirements",
|
43 |
| - "password_not_same": "Inconsistent Passwords" |
| 50 | + "password_not_same": "Inconsistent Passwords", |
| 51 | + "verification_code":"Verification code" |
44 | 52 | }
|
45 | 53 | },
|
46 | 54 | "agree_terms": {
|
|
69 | 77 | "date": "Date Setting",
|
70 | 78 | "time": "Time Setting",
|
71 | 79 | "subject_label_color": "Label Color",
|
72 |
| - "video_keyword": "(Optional function) Video Search", |
| 80 | + "video_keyword": "Optional feature: Video search of {source}", |
73 | 81 | "video_url": "Reference Video URL",
|
74 | 82 | "video_thumbnail": "Video Thumbnail/Caption Display",
|
75 | 83 | "textbook_page": "Textbook Page",
|
76 | 84 | "material_title": "Learning Material Title",
|
77 | 85 | "material_url": "Learning Material URL"
|
78 | 86 | },
|
79 | 87 | "placeholder": {
|
80 |
| - "video_keyword": "EX) Science" |
| 88 | + "video_keyword": "Keyword" |
81 | 89 | },
|
82 | 90 | "required": "*Items Marked with Are Required",
|
83 | 91 | "search_videos": {
|
|
134 | 142 | "label": "To the Teacher Who Made the Timetable",
|
135 | 143 | "buttons": {
|
136 | 144 | "signup": "Register As A User",
|
137 |
| - "login": "Log In" |
| 145 | + "login": "Log In", |
| 146 | + "registerLessons": "Create Timetable", |
| 147 | + "logout": "Sign Out" |
138 | 148 | }
|
139 | 149 | }
|
140 | 150 | },
|
|
145 | 155 | "no_classes": "There Are No Editable Courses. Please Register Your Course."
|
146 | 156 | },
|
147 | 157 | "user_edit_user_data": {
|
148 |
| - "title": "Change User Information", |
| 158 | + "title": "Change User Information" |
| 159 | + }, |
| 160 | + "user_edit_user_name": { |
| 161 | + "title": "Change name (display name)", |
| 162 | + "labels": { |
| 163 | + "current_nickname": "Current name (display name)", |
| 164 | + "new_nickname": "Name to be used (display name)" |
| 165 | + } |
| 166 | + }, |
| 167 | + "user_edit_user_email": { |
| 168 | + "title": "Change email address", |
149 | 169 | "labels": {
|
150 |
| - "new_password": "Change Password", |
151 |
| - "new_password_confirm": "Change Password (for confirmation)" |
| 170 | + "current_email": "Current email address", |
| 171 | + "new_email": "Email address to be used" |
| 172 | + } |
| 173 | + }, |
| 174 | + "user_edit_user_password": { |
| 175 | + "title": "Change password", |
| 176 | + "labels": { |
| 177 | + "current_password": "Please enter your current password", |
| 178 | + "new_password": "New password", |
| 179 | + "new_password_confirm": "Password (for confirmation)" |
152 | 180 | }
|
153 | 181 | },
|
154 | 182 | "user_login": {
|
|
192 | 220 | "go_back_to_top": "Back to Top",
|
193 | 221 | "message": "A Confirmation Email Has Been Sent to the Email Address You Entered. Please Authenticate from the URL Described in the Email."
|
194 | 222 | }
|
| 223 | + }, |
| 224 | + "user_verify": { |
| 225 | + "title": "Confirm email address" |
| 226 | + }, |
| 227 | + "user_verify_new_email": { |
| 228 | + "title": "Confirm changing email address" |
195 | 229 | }
|
196 | 230 | }
|
197 | 231 | }
|
0 commit comments