-
Notifications
You must be signed in to change notification settings - Fork 127
/
en.json
57 lines (57 loc) · 2.15 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"sign_up": {
"email_label": "Email address",
"password_label": "Create a Password",
"email_input_placeholder": "Your email address",
"password_input_placeholder": "Your password",
"button_label": "Sign up",
"loading_button_label": "Signing up ...",
"social_provider_text": "Sign in with {{provider}}",
"link_text": "Don't have an account? Sign up",
"confirmation_text": "Check your email for the confirmation link"
},
"sign_in": {
"email_label": "Email address",
"password_label": "Your Password",
"email_input_placeholder": "Your email address",
"password_input_placeholder": "Your password",
"button_label": "Sign in",
"loading_button_label": "Signing in ...",
"social_provider_text": "Sign in with {{provider}}",
"link_text": "Already have an account? Sign in"
},
"magic_link": {
"email_input_label": "Email address",
"email_input_placeholder": "Your email address",
"button_label": "Send Magic Link",
"loading_button_label": "Sending Magic Link ...",
"link_text": "Send a magic link email",
"confirmation_text": "Check your email for the magic link"
},
"forgotten_password": {
"email_label": "Email address",
"password_label": "Your Password",
"email_input_placeholder": "Your email address",
"button_label": "Send reset password instructions",
"loading_button_label": "Sending reset instructions ...",
"link_text": "Forgot your password?",
"confirmation_text": "Check your email for the password reset link"
},
"update_password": {
"password_label": "New password",
"password_input_placeholder": "Your new password",
"button_label": "Update password",
"loading_button_label": "Updating password ...",
"confirmation_text": "Your password has been updated"
},
"verify_otp": {
"email_input_label": "Email address",
"email_input_placeholder": "Your email address",
"phone_input_label": "Phone number",
"phone_input_placeholder": "Your phone number",
"token_input_label": "Token",
"token_input_placeholder": "Your Otp token",
"button_label": "Verify token",
"loading_button_label": "Signing in ..."
}
}