We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0f9bec + f89d1f8 commit c4b7f4aCopy full SHA for c4b7f4a
src/assets/locales/zh_TW.json
@@ -134,7 +134,9 @@
134
"label": "給製作時間表的教師",
135
"buttons": {
136
"signup": "使用者註冊",
137
- "login": "登入"
+ "login": "登入",
138
+ "registerLessons": "製作時間表",
139
+ "logout": "登出"
140
}
141
142
},
@@ -147,6 +149,7 @@
147
149
"user_edit_user_data": {
148
150
"title": "使用者資料變更",
151
"labels": {
152
+ "old_password": "現在的密碼",
153
"new_password": "請輸入新密碼",
154
"new_password_confirm": "請輸入新密碼(確認用)"
155
@@ -192,6 +195,12 @@
192
195
"go_back_to_top": "回到首頁",
193
196
"message": "已寄送確認信至您的電子郵件信箱,請點擊確認信內的網址進行驗證。"
194
197
198
+ },
199
+ "user_verify": {
200
+ "title": "確認電子信箱"
201
202
+ "user_verify_new_email": {
203
+ "title": "確定變更電子信箱"
204
205
206
0 commit comments