12 lines
421 B
JavaScript
12 lines
421 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: 'Find Password',
|
|
findPassword: 'Find Password',
|
|
accountPlaceholder: 'Please enter mobile number',
|
|
captchaPlaceholder: 'Please enter verification code',
|
|
dynacodePlaceholder: 'Please enter dynamic code',
|
|
passwordPlaceholder: 'Please enter new password',
|
|
rePasswordPlaceholder: 'Please confirm new password',
|
|
next: 'Next',
|
|
save: 'Confirm Modification'
|
|
} |