Skip to content

Commit 9c78a45

Browse files
authored
Merge branch 'development' into feature/fix-terms
2 parents 7029b38 + 614821b commit 9c78a45

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

src/assets/locales/en.json

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@
88
"login": "Sign In",
99
"logout": "Sign Out",
1010
"ok": "OK",
11-
"save": "Save"
11+
"save": "Save",
12+
"change": "Modify",
13+
"verify": "Verification"
1214
},
1315
"error": {
1416
"default": "An error occurred, please try again later."
1517
}
1618
},
19+
"calender": {
20+
"prev_week": "Previous week",
21+
"next_week": "Next week",
22+
"to_today": "Move to today"
23+
},
1724
"footer": {
1825
"about": "About StayAtHome",
1926
"contact": "Contact Us",
@@ -40,7 +47,8 @@
4047
"password": "Password",
4148
"password_rules": "Password Must be At Least 6 Characters",
4249
"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"
4452
}
4553
},
4654
"agree_terms": {
@@ -69,15 +77,15 @@
6977
"date": "Date Setting",
7078
"time": "Time Setting",
7179
"subject_label_color": "Label Color",
72-
"video_keyword": "(Optional function) Video Search",
80+
"video_keyword": "Optional feature: Video search of {source}",
7381
"video_url": "Reference Video URL",
7482
"video_thumbnail": "Video Thumbnail/Caption Display",
7583
"textbook_page": "Textbook Page",
7684
"material_title": "Learning Material Title",
7785
"material_url": "Learning Material URL"
7886
},
7987
"placeholder": {
80-
"video_keyword": "EX) Science"
88+
"video_keyword": "Keyword"
8189
},
8290
"required": "*Items Marked with Are Required",
8391
"search_videos": {
@@ -134,7 +142,9 @@
134142
"label": "To the Teacher Who Made the Timetable",
135143
"buttons": {
136144
"signup": "Register As A User",
137-
"login": "Log In"
145+
"login": "Log In",
146+
"registerLessons": "Create Timetable",
147+
"logout": "Sign Out"
138148
}
139149
}
140150
},
@@ -145,10 +155,28 @@
145155
"no_classes": "There Are No Editable Courses. Please Register Your Course."
146156
},
147157
"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",
149169
"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)"
152180
}
153181
},
154182
"user_login": {
@@ -192,6 +220,12 @@
192220
"go_back_to_top": "Back to Top",
193221
"message": "A Confirmation Email Has Been Sent to the Email Address You Entered. Please Authenticate from the URL Described in the Email."
194222
}
223+
},
224+
"user_verify": {
225+
"title": "Confirm email address"
226+
},
227+
"user_verify_new_email": {
228+
"title": "Confirm changing email address"
195229
}
196230
}
197231
}

src/assets/locales/zh_TW.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"date": "設定日期",
7878
"time": "設定時間",
7979
"subject_label_color": "標籤顏色",
80-
"video_keyword": "可選功能:搜尋參考影片",
80+
"video_keyword": "可選功能:{source}的影片搜尋",
8181
"video_url": "參考影片 URL",
8282
"video_thumbnail": "顯示影片縮圖",
8383
"textbook_page": "教科書頁",

0 commit comments

Comments
 (0)