@aws-amplify/ui 3.3.2 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/helpers/authenticator/actor.js +1 -0
- package/dist/esm/helpers/authenticator/constants.js +1 -0
- package/dist/esm/helpers/authenticator/context.js +1 -0
- package/dist/esm/helpers/authenticator/facade.js +1 -0
- package/dist/esm/helpers/authenticator/form.js +1 -0
- package/dist/esm/helpers/authenticator/formFields/defaults.js +1 -0
- package/dist/esm/helpers/authenticator/formFields/formFields.js +1 -0
- package/dist/esm/helpers/authenticator/formFields/util.js +1 -0
- package/dist/esm/helpers/authenticator/utils.js +1 -0
- package/dist/esm/i18n/country-dial-codes.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/de.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/defaultTexts.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/en.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/es.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/fr.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/id.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/ja.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/kr.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/nl.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/pl.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/pt.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/sv.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/tr.js +1 -0
- package/dist/esm/i18n/dictionaries/authenticator/zh.js +1 -0
- package/dist/esm/i18n/dictionaries/index.js +1 -0
- package/dist/esm/i18n/translations.js +1 -0
- package/dist/esm/index.js +1 -37
- package/dist/esm/machines/authenticator/actions.js +1 -0
- package/dist/esm/machines/authenticator/actors/resetPassword.js +1 -0
- package/dist/esm/machines/authenticator/actors/signIn.js +1 -0
- package/dist/esm/machines/authenticator/actors/signOut.js +1 -0
- package/dist/esm/machines/authenticator/defaultServices.js +1 -0
- package/dist/esm/machines/authenticator/index.js +1 -0
- package/dist/esm/machines/authenticator/signUp.js +1 -0
- package/dist/esm/node_modules/tslib/tslib.es6.js +15 -0
- package/dist/esm/theme/baseTheme.js +1 -0
- package/dist/esm/theme/breakpoints.js +1 -0
- package/dist/esm/theme/createTheme.js +1 -0
- package/dist/esm/theme/index.js +1 -0
- package/dist/esm/theme/tokens/borderWidths.js +1 -0
- package/dist/esm/theme/tokens/colors.js +1 -0
- package/dist/esm/theme/tokens/components/alert.js +1 -0
- package/dist/esm/theme/tokens/components/authenticator.js +1 -0
- package/dist/esm/theme/tokens/components/badge.js +1 -0
- package/dist/esm/theme/tokens/components/button.js +1 -0
- package/dist/esm/theme/tokens/components/card.js +1 -0
- package/dist/esm/theme/tokens/components/checkbox.js +1 -0
- package/dist/esm/theme/tokens/components/checkboxField.js +1 -0
- package/dist/esm/theme/tokens/components/copy.js +1 -0
- package/dist/esm/theme/tokens/components/countryCodeSelect.js +1 -0
- package/dist/esm/theme/tokens/components/divider.js +1 -0
- package/dist/esm/theme/tokens/components/expander.js +1 -0
- package/dist/esm/theme/tokens/components/field.js +1 -0
- package/dist/esm/theme/tokens/components/fieldControl.js +1 -0
- package/dist/esm/theme/tokens/components/fieldGroup.js +1 -0
- package/dist/esm/theme/tokens/components/fieldMessages.js +1 -0
- package/dist/esm/theme/tokens/components/flex.js +1 -0
- package/dist/esm/theme/tokens/components/heading.js +1 -0
- package/dist/esm/theme/tokens/components/icon.js +1 -0
- package/dist/esm/theme/tokens/components/image.js +1 -0
- package/dist/esm/theme/tokens/components/index.js +1 -0
- package/dist/esm/theme/tokens/components/link.js +1 -0
- package/dist/esm/theme/tokens/components/loader.js +1 -0
- package/dist/esm/theme/tokens/components/menu.js +1 -0
- package/dist/esm/theme/tokens/components/pagination.js +1 -0
- package/dist/esm/theme/tokens/components/phoneNumberField.js +1 -0
- package/dist/esm/theme/tokens/components/placeholder.js +1 -0
- package/dist/esm/theme/tokens/components/radio.js +1 -0
- package/dist/esm/theme/tokens/components/rating.js +1 -0
- package/dist/esm/theme/tokens/components/select.js +1 -0
- package/dist/esm/theme/tokens/components/selectField.js +1 -0
- package/dist/esm/theme/tokens/components/sliderField.js +1 -0
- package/dist/esm/theme/tokens/components/stepperField.js +1 -0
- package/dist/esm/theme/tokens/components/switchField.js +1 -0
- package/dist/esm/theme/tokens/components/table.js +1 -0
- package/dist/esm/theme/tokens/components/tabs.js +1 -0
- package/dist/esm/theme/tokens/components/text.js +1 -0
- package/dist/esm/theme/tokens/components/toggleButton.js +1 -0
- package/dist/esm/theme/tokens/components/toggleButtonGroup.js +1 -0
- package/dist/esm/theme/tokens/fontSizes.js +1 -0
- package/dist/esm/theme/tokens/fontWeights.js +1 -0
- package/dist/esm/theme/tokens/fonts.js +1 -0
- package/dist/esm/theme/tokens/index.js +1 -0
- package/dist/esm/theme/tokens/lineHeights.js +1 -0
- package/dist/esm/theme/tokens/opacities.js +1 -0
- package/dist/esm/theme/tokens/outlineOffsets.js +1 -0
- package/dist/esm/theme/tokens/outlineWidths.js +1 -0
- package/dist/esm/theme/tokens/radii.js +1 -0
- package/dist/esm/theme/tokens/shadows.js +1 -0
- package/dist/esm/theme/tokens/space.js +1 -0
- package/dist/esm/theme/tokens/time.js +1 -0
- package/dist/esm/theme/tokens/transforms.js +1 -0
- package/dist/esm/theme/tokens/types/designToken.js +1 -0
- package/dist/esm/theme/utils.js +1 -0
- package/dist/esm/types/authenticator/attributes.js +1 -0
- package/dist/esm/types/authenticator/user.js +1 -0
- package/dist/esm/validators/index.js +1 -0
- package/dist/index.js +16 -37
- package/dist/styles.css +18 -6
- package/dist/theme.css +1 -1
- package/dist/types/helpers/authenticator/actor.d.ts +15 -0
- package/dist/types/helpers/authenticator/constants.d.ts +5 -0
- package/dist/types/helpers/authenticator/context.d.ts +10 -0
- package/dist/types/helpers/authenticator/facade.d.ts +66 -0
- package/dist/types/helpers/authenticator/form.d.ts +7 -0
- package/dist/types/helpers/authenticator/formFields/defaults.d.ts +3 -0
- package/dist/types/helpers/authenticator/formFields/formFields.d.ts +11 -0
- package/dist/types/helpers/authenticator/formFields/index.d.ts +3 -0
- package/dist/types/helpers/authenticator/formFields/util.d.ts +7 -0
- package/dist/types/helpers/authenticator/index.d.ts +7 -0
- package/dist/types/helpers/authenticator/utils.d.ts +16 -0
- package/dist/types/helpers/index.d.ts +1 -0
- package/dist/types/i18n/country-dial-codes.d.ts +1 -0
- package/dist/types/i18n/dictionaries/authenticator/de.d.ts +56 -0
- package/dist/types/i18n/dictionaries/authenticator/defaultTexts.d.ts +58 -0
- package/dist/types/i18n/dictionaries/authenticator/en.d.ts +50 -0
- package/dist/types/i18n/dictionaries/authenticator/es.d.ts +55 -0
- package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +65 -0
- package/dist/types/i18n/dictionaries/authenticator/id.d.ts +78 -0
- package/dist/types/i18n/dictionaries/authenticator/index.d.ts +15 -0
- package/dist/types/i18n/dictionaries/authenticator/it.d.ts +49 -0
- package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +52 -0
- package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +56 -0
- package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +50 -0
- package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +57 -0
- package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +50 -0
- package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +51 -0
- package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +65 -0
- package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +32 -0
- package/dist/types/i18n/dictionaries/index.d.ts +824 -0
- package/dist/types/i18n/index.d.ts +2 -0
- package/dist/types/i18n/translations.d.ts +93 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/machines/authenticator/actions.d.ts +60 -0
- package/dist/types/machines/authenticator/actors/index.d.ts +3 -0
- package/dist/types/machines/authenticator/actors/resetPassword.d.ts +29 -0
- package/dist/types/machines/authenticator/actors/signIn.d.ts +29 -0
- package/dist/types/machines/authenticator/actors/signOut.d.ts +25 -0
- package/dist/types/machines/authenticator/defaultServices.d.ts +29 -0
- package/dist/types/machines/authenticator/index.d.ts +28 -0
- package/dist/types/machines/authenticator/signUp.d.ts +29 -0
- package/dist/types/machines/index.d.ts +1 -0
- package/dist/types/theme/baseTheme.d.ts +2 -0
- package/dist/types/theme/breakpoints.d.ts +12 -0
- package/dist/types/theme/createTheme.d.ts +9 -0
- package/dist/types/theme/index.d.ts +4 -0
- package/dist/types/theme/tokens/borderWidths.d.ts +19 -0
- package/dist/types/theme/tokens/colors.d.ts +76 -0
- package/dist/types/theme/tokens/components/alert.d.ts +65 -0
- package/dist/types/theme/tokens/components/authenticator.d.ts +71 -0
- package/dist/types/theme/tokens/components/badge.d.ts +83 -0
- package/dist/types/theme/tokens/components/button.d.ts +328 -0
- package/dist/types/theme/tokens/components/card.d.ts +63 -0
- package/dist/types/theme/tokens/components/checkbox.d.ts +140 -0
- package/dist/types/theme/tokens/components/checkboxField.d.ts +14 -0
- package/dist/types/theme/tokens/components/copy.d.ts +26 -0
- package/dist/types/theme/tokens/components/countryCodeSelect.d.ts +5 -0
- package/dist/types/theme/tokens/components/divider.d.ts +38 -0
- package/dist/types/theme/tokens/components/expander.d.ts +135 -0
- package/dist/types/theme/tokens/components/field.d.ts +29 -0
- package/dist/types/theme/tokens/components/fieldControl.d.ts +174 -0
- package/dist/types/theme/tokens/components/fieldGroup.d.ts +15 -0
- package/dist/types/theme/tokens/components/fieldMessages.d.ts +21 -0
- package/dist/types/theme/tokens/components/flex.d.ts +17 -0
- package/dist/types/theme/tokens/components/heading.d.ts +56 -0
- package/dist/types/theme/tokens/components/icon.d.ts +8 -0
- package/dist/types/theme/tokens/components/image.d.ts +14 -0
- package/dist/types/theme/tokens/components/index.d.ts +2479 -0
- package/dist/types/theme/tokens/components/link.d.ts +35 -0
- package/dist/types/theme/tokens/components/loader.d.ts +78 -0
- package/dist/types/theme/tokens/components/menu.d.ts +59 -0
- package/dist/types/theme/tokens/components/pagination.d.ts +82 -0
- package/dist/types/theme/tokens/components/phoneNumberField.d.ts +1 -0
- package/dist/types/theme/tokens/components/placeholder.d.ts +29 -0
- package/dist/types/theme/tokens/components/radio.d.ts +131 -0
- package/dist/types/theme/tokens/components/rating.d.ts +27 -0
- package/dist/types/theme/tokens/components/select.d.ts +60 -0
- package/dist/types/theme/tokens/components/selectField.d.ts +5 -0
- package/dist/types/theme/tokens/components/sliderField.d.ts +118 -0
- package/dist/types/theme/tokens/components/stepperField.d.ts +10 -0
- package/dist/types/theme/tokens/components/switchField.d.ts +78 -0
- package/dist/types/theme/tokens/components/table.d.ts +197 -0
- package/dist/types/theme/tokens/components/tabs.d.ts +84 -0
- package/dist/types/theme/tokens/components/text.d.ts +40 -0
- package/dist/types/theme/tokens/components/toggleButton.d.ts +154 -0
- package/dist/types/theme/tokens/components/toggleButtonGroup.d.ts +11 -0
- package/dist/types/theme/tokens/fontSizes.d.ts +17 -0
- package/dist/types/theme/tokens/fontWeights.d.ts +16 -0
- package/dist/types/theme/tokens/fonts.d.ts +13 -0
- package/dist/types/theme/tokens/index.d.ts +52 -0
- package/dist/types/theme/tokens/lineHeights.d.ts +10 -0
- package/dist/types/theme/tokens/opacities.d.ts +18 -0
- package/dist/types/theme/tokens/outlineOffsets.d.ts +10 -0
- package/dist/types/theme/tokens/outlineWidths.d.ts +10 -0
- package/dist/types/theme/tokens/radii.d.ts +14 -0
- package/dist/types/theme/tokens/shadows.d.ts +10 -0
- package/dist/types/theme/tokens/space.d.ts +27 -0
- package/dist/types/theme/tokens/time.d.ts +10 -0
- package/dist/types/theme/tokens/transforms.d.ts +14 -0
- package/dist/types/theme/tokens/types/designToken.d.ts +56 -0
- package/dist/types/theme/tokens/types/scales.d.ts +12 -0
- package/dist/types/theme/types.d.ts +110 -0
- package/dist/types/theme/utils.d.ts +8 -0
- package/dist/types/types/authenticator/attributes.d.ts +21 -0
- package/dist/types/types/authenticator/form.d.ts +61 -0
- package/dist/types/types/authenticator/index.d.ts +5 -0
- package/dist/types/types/authenticator/stateMachine/authMachine.d.ts +15 -0
- package/dist/types/types/authenticator/stateMachine/context.d.ts +101 -0
- package/dist/types/types/authenticator/stateMachine/event.d.ts +17 -0
- package/dist/types/types/authenticator/stateMachine/index.d.ts +4 -0
- package/dist/types/types/authenticator/stateMachine/state.d.ts +10 -0
- package/dist/types/types/authenticator/user.d.ts +29 -0
- package/dist/types/types/authenticator/validator.d.ts +17 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/types/util.d.ts +1 -0
- package/dist/types/validators/index.d.ts +2 -0
- package/package.json +11 -5
- package/dist/esm/index.js.map +0 -1
- package/dist/index.d.ts +0 -1044
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1,824 @@
|
|
|
1
|
+
export declare const deDict: {
|
|
2
|
+
'Account recovery requires verified contact information': string;
|
|
3
|
+
'An account with the given email already exists.': string;
|
|
4
|
+
'Back to Sign In': string;
|
|
5
|
+
'Change Password': string;
|
|
6
|
+
Code: string;
|
|
7
|
+
Confirm: string;
|
|
8
|
+
'Confirm Password': string;
|
|
9
|
+
'Confirm a Code': string;
|
|
10
|
+
'Confirm Sign In': string;
|
|
11
|
+
'Confirm Sign Up': string;
|
|
12
|
+
'Confirm SMS Code': string;
|
|
13
|
+
'Confirm TOTP Code': string;
|
|
14
|
+
'Confirmation Code': string;
|
|
15
|
+
'Create a new account': string;
|
|
16
|
+
'Create account': string;
|
|
17
|
+
'Create Account': string;
|
|
18
|
+
'Creating Account': string;
|
|
19
|
+
Email: string;
|
|
20
|
+
'Enter your code': string;
|
|
21
|
+
'Enter your password': string;
|
|
22
|
+
'Enter your username': string;
|
|
23
|
+
'Enter your phone number': string;
|
|
24
|
+
'Enter your email': string;
|
|
25
|
+
'Forgot your password?': string;
|
|
26
|
+
'Forgot Password': string;
|
|
27
|
+
'Hide password': string;
|
|
28
|
+
'Have an account? ': string;
|
|
29
|
+
'Incorrect username or password': string;
|
|
30
|
+
'Invalid password format': string;
|
|
31
|
+
'Invalid phone number format': string;
|
|
32
|
+
'Lost your code? ': string;
|
|
33
|
+
'New Password': string;
|
|
34
|
+
'No account? ': string;
|
|
35
|
+
or: string;
|
|
36
|
+
Password: string;
|
|
37
|
+
'Password attempts exceeded': string;
|
|
38
|
+
'Phone Number': string;
|
|
39
|
+
'Resend Code': string;
|
|
40
|
+
'Reset password': string;
|
|
41
|
+
'Reset your password': string;
|
|
42
|
+
'Send Code': string;
|
|
43
|
+
'Sign in': string;
|
|
44
|
+
'Sign In': string;
|
|
45
|
+
'Sign in to your account': string;
|
|
46
|
+
'Sign Out': string;
|
|
47
|
+
'Sign Up': string;
|
|
48
|
+
Skip: string;
|
|
49
|
+
Submit: string;
|
|
50
|
+
'User already exists': string;
|
|
51
|
+
'User does not exist': string;
|
|
52
|
+
Username: string;
|
|
53
|
+
'Username cannot be empty': string;
|
|
54
|
+
Verify: string;
|
|
55
|
+
'Verify Contact': string;
|
|
56
|
+
};
|
|
57
|
+
export declare const enDict: {
|
|
58
|
+
'Account recovery requires verified contact information': string;
|
|
59
|
+
'Back to Sign In': string;
|
|
60
|
+
'Change Password': string;
|
|
61
|
+
Changing: string;
|
|
62
|
+
Code: string;
|
|
63
|
+
Confirm: string;
|
|
64
|
+
'Confirm Password': string;
|
|
65
|
+
'Confirm Sign Up': string;
|
|
66
|
+
'Confirm SMS Code': string;
|
|
67
|
+
'Confirm TOTP Code': string;
|
|
68
|
+
'Confirmation Code': string;
|
|
69
|
+
Confirming: string;
|
|
70
|
+
'Create Account': string;
|
|
71
|
+
'Creating Account': string;
|
|
72
|
+
Email: string;
|
|
73
|
+
'Enter your code': string;
|
|
74
|
+
'Enter your username': string;
|
|
75
|
+
'Enter your phone number': string;
|
|
76
|
+
'Enter your email': string;
|
|
77
|
+
'Forgot your password?': string;
|
|
78
|
+
'Hide password': string;
|
|
79
|
+
Loading: string;
|
|
80
|
+
Username: string;
|
|
81
|
+
'New password': string;
|
|
82
|
+
Password: string;
|
|
83
|
+
'Phone Number': string;
|
|
84
|
+
'Resend Code': string;
|
|
85
|
+
'Reset your password': string;
|
|
86
|
+
'Reset your Password': string;
|
|
87
|
+
'Send Code': string;
|
|
88
|
+
'Send code': string;
|
|
89
|
+
Sending: string;
|
|
90
|
+
'Setup TOTP': string;
|
|
91
|
+
'Show password': string;
|
|
92
|
+
'Sign in': string;
|
|
93
|
+
'Sign In': string;
|
|
94
|
+
'Sign In with Amazon': string;
|
|
95
|
+
'Sign In with Apple': string;
|
|
96
|
+
'Sign In with Facebook': string;
|
|
97
|
+
'Sign In with Google': string;
|
|
98
|
+
'Sign in to your account': string;
|
|
99
|
+
'Create a new account': string;
|
|
100
|
+
'Signing in': string;
|
|
101
|
+
Skip: string;
|
|
102
|
+
Submit: string;
|
|
103
|
+
Submitting: string;
|
|
104
|
+
'Verify Contact': string;
|
|
105
|
+
Verify: string;
|
|
106
|
+
};
|
|
107
|
+
export declare const esDict: {
|
|
108
|
+
'Account recovery requires verified contact information': string;
|
|
109
|
+
'Back to Sign In': string;
|
|
110
|
+
'Change Password': string;
|
|
111
|
+
Changing: string;
|
|
112
|
+
Code: string;
|
|
113
|
+
Confirm: string;
|
|
114
|
+
'Confirm a Code': string;
|
|
115
|
+
'Confirm Password': string;
|
|
116
|
+
'Confirm Sign In': string;
|
|
117
|
+
'Confirm Sign Up': string;
|
|
118
|
+
'Confirm TOTP Code': string;
|
|
119
|
+
'Confirmation Code': string;
|
|
120
|
+
Confirming: string;
|
|
121
|
+
'Create a new account': string;
|
|
122
|
+
'Creating Account': string;
|
|
123
|
+
Email: string;
|
|
124
|
+
'Forgot Password': string;
|
|
125
|
+
'Incorrect username or password': string;
|
|
126
|
+
'Invalid password format': string;
|
|
127
|
+
'Invalid phone number format': string;
|
|
128
|
+
'Forgot your password?': string;
|
|
129
|
+
'Hide password': string;
|
|
130
|
+
'Loading...': string;
|
|
131
|
+
'New Password': string;
|
|
132
|
+
or: string;
|
|
133
|
+
Password: string;
|
|
134
|
+
'Phone Number': string;
|
|
135
|
+
'Resend a Code': string;
|
|
136
|
+
'Reset your password': string;
|
|
137
|
+
'Reset your Password': string;
|
|
138
|
+
'Resend Code': string;
|
|
139
|
+
'Send Code': string;
|
|
140
|
+
Sending: string;
|
|
141
|
+
'Setup TOTP': string;
|
|
142
|
+
'Show password': string;
|
|
143
|
+
'Sign in': string;
|
|
144
|
+
'Sign In': string;
|
|
145
|
+
'Sign In with Amazon': string;
|
|
146
|
+
'Sign In with Apple': string;
|
|
147
|
+
'Sign In with Facebook': string;
|
|
148
|
+
'Sign In with Google': string;
|
|
149
|
+
'Sign in to your account': string;
|
|
150
|
+
'Sign Out': string;
|
|
151
|
+
'Sign Up': string;
|
|
152
|
+
'Signing in': string;
|
|
153
|
+
Skip: string;
|
|
154
|
+
Submit: string;
|
|
155
|
+
'User already exists': string;
|
|
156
|
+
'User does not exist': string;
|
|
157
|
+
Username: string;
|
|
158
|
+
'Username cannot be empty': string;
|
|
159
|
+
Verify: string;
|
|
160
|
+
'Verify Contact': string;
|
|
161
|
+
};
|
|
162
|
+
export declare const frDict: {
|
|
163
|
+
'Account recovery requires verified contact information': string;
|
|
164
|
+
'An account with the given email already exists.': string;
|
|
165
|
+
'Back to Sign In': string;
|
|
166
|
+
Change: string;
|
|
167
|
+
'Change Password': string;
|
|
168
|
+
Code: string;
|
|
169
|
+
Confirm: string;
|
|
170
|
+
'Confirm a Code': string;
|
|
171
|
+
'Confirm Password': string;
|
|
172
|
+
'Confirm Sign In': string;
|
|
173
|
+
'Confirm Sign Up': string;
|
|
174
|
+
'Confirm SMS Code': string;
|
|
175
|
+
'Confirm TOTP Code': string;
|
|
176
|
+
'Confirmation Code': string;
|
|
177
|
+
'Create a new account': string;
|
|
178
|
+
'Create account': string;
|
|
179
|
+
'Create Account': string;
|
|
180
|
+
Email: string;
|
|
181
|
+
'Enter your code': string;
|
|
182
|
+
'Enter your email': string;
|
|
183
|
+
'Enter your password': string;
|
|
184
|
+
'Enter your phone number': string;
|
|
185
|
+
'Enter your username': string;
|
|
186
|
+
'Forgot Password': string;
|
|
187
|
+
'Forgot your password?': string;
|
|
188
|
+
'Have an account? ': string;
|
|
189
|
+
Hello: string;
|
|
190
|
+
'Incorrect username or password': string;
|
|
191
|
+
'Invalid password format': string;
|
|
192
|
+
'Invalid phone number format': string;
|
|
193
|
+
'Loading...': string;
|
|
194
|
+
'Lost your code? ': string;
|
|
195
|
+
'Network error': string;
|
|
196
|
+
'New Password': string;
|
|
197
|
+
'No account? ': string;
|
|
198
|
+
or: string;
|
|
199
|
+
Password: string;
|
|
200
|
+
'Phone Number': string;
|
|
201
|
+
'Resend a Code': string;
|
|
202
|
+
'Resend Code': string;
|
|
203
|
+
'Reset password': string;
|
|
204
|
+
'Reset your password': string;
|
|
205
|
+
Send: string;
|
|
206
|
+
'Send Code': string;
|
|
207
|
+
'Sign in': string;
|
|
208
|
+
'Sign In': string;
|
|
209
|
+
'Sign in to your account': string;
|
|
210
|
+
'Sign In with Amazon': string;
|
|
211
|
+
'Sign In with AWS': string;
|
|
212
|
+
'Sign In with Facebook': string;
|
|
213
|
+
'Sign In with Google': string;
|
|
214
|
+
'Sign Out': string;
|
|
215
|
+
'Sign Up': string;
|
|
216
|
+
Skip: string;
|
|
217
|
+
SMS: string;
|
|
218
|
+
Submit: string;
|
|
219
|
+
'User already exists': string;
|
|
220
|
+
'User does not exist': string;
|
|
221
|
+
Username: string;
|
|
222
|
+
'Username cannot be empty': string;
|
|
223
|
+
'Username/client id combination not found.': string;
|
|
224
|
+
Verify: string;
|
|
225
|
+
'Verify Contact': string;
|
|
226
|
+
};
|
|
227
|
+
export declare const itDict: {
|
|
228
|
+
'Account recovery requires verified contact information': string;
|
|
229
|
+
'An account with the given email already exists.': string;
|
|
230
|
+
'Back to Sign In': string;
|
|
231
|
+
'Change Password': string;
|
|
232
|
+
Code: string;
|
|
233
|
+
Confirm: string;
|
|
234
|
+
'Confirm a Code': string;
|
|
235
|
+
'Confirm Password': string;
|
|
236
|
+
'Confirm Sign In': string;
|
|
237
|
+
'Confirm Sign Up': string;
|
|
238
|
+
'Confirmation Code': string;
|
|
239
|
+
'Create a new account': string;
|
|
240
|
+
'Create account': string;
|
|
241
|
+
'Create Account': string;
|
|
242
|
+
Email: string;
|
|
243
|
+
'Enter your password': string;
|
|
244
|
+
'Enter your username': string;
|
|
245
|
+
'Forgot Password': string;
|
|
246
|
+
'Forgot your password?': string;
|
|
247
|
+
'Have an account? ': string;
|
|
248
|
+
'Incorrect username or password': string;
|
|
249
|
+
'Invalid password format': string;
|
|
250
|
+
'Invalid phone number format': string;
|
|
251
|
+
'Lost your code?': string;
|
|
252
|
+
'New Password': string;
|
|
253
|
+
or: string;
|
|
254
|
+
'No account? ': string;
|
|
255
|
+
Password: string;
|
|
256
|
+
'Password attempts exceeded': string;
|
|
257
|
+
'Phone Number': string;
|
|
258
|
+
'Resend Code': string;
|
|
259
|
+
'Reset password': string;
|
|
260
|
+
'Reset your password': string;
|
|
261
|
+
'Send Code': string;
|
|
262
|
+
'Sign in': string;
|
|
263
|
+
'Sign In': string;
|
|
264
|
+
'Sign in to your account': string;
|
|
265
|
+
'Sign Out': string;
|
|
266
|
+
'Sign Up': string;
|
|
267
|
+
Skip: string;
|
|
268
|
+
Submit: string;
|
|
269
|
+
'User already exists': string;
|
|
270
|
+
'User does not exist': string;
|
|
271
|
+
Username: string;
|
|
272
|
+
'Username cannot be empty': string;
|
|
273
|
+
Verify: string;
|
|
274
|
+
'Verify Contact': string;
|
|
275
|
+
};
|
|
276
|
+
export declare const jaDict: {
|
|
277
|
+
'Account recovery requires verified contact information': string;
|
|
278
|
+
'An account with the given email already exists.': string;
|
|
279
|
+
'Back to Sign In': string;
|
|
280
|
+
'Change Password': string;
|
|
281
|
+
Code: string;
|
|
282
|
+
Confirm: string;
|
|
283
|
+
'Confirm a Code': string;
|
|
284
|
+
'Confirm Password': string;
|
|
285
|
+
'Confirm Sign In': string;
|
|
286
|
+
'Confirm Sign Up': string;
|
|
287
|
+
'Confirmation Code': string;
|
|
288
|
+
'Create a new account': string;
|
|
289
|
+
'Create account': string;
|
|
290
|
+
'Create Account': string;
|
|
291
|
+
Email: string;
|
|
292
|
+
'Enter your password': string;
|
|
293
|
+
'Enter your username': string;
|
|
294
|
+
'Forgot Password': string;
|
|
295
|
+
'Forgot your password?': string;
|
|
296
|
+
'Have an account? ': string;
|
|
297
|
+
'Incorrect username or password': string;
|
|
298
|
+
'Invalid password format': string;
|
|
299
|
+
'Invalid phone number format': string;
|
|
300
|
+
'Lost your code? ': string;
|
|
301
|
+
'New Password': string;
|
|
302
|
+
'No account? ': string;
|
|
303
|
+
or: string;
|
|
304
|
+
Password: string;
|
|
305
|
+
'Password attempts exceeded': string;
|
|
306
|
+
'Phone Number': string;
|
|
307
|
+
'Resend Code': string;
|
|
308
|
+
'Reset password': string;
|
|
309
|
+
'Reset your password': string;
|
|
310
|
+
'Send Code': string;
|
|
311
|
+
'Sign in': string;
|
|
312
|
+
'Sign In': string;
|
|
313
|
+
'Sign in to your account': string;
|
|
314
|
+
'Sign In with Amazon': string;
|
|
315
|
+
'Sign In with Facebook': string;
|
|
316
|
+
'Sign In with Google': string;
|
|
317
|
+
'Sign Out': string;
|
|
318
|
+
'Sign Up': string;
|
|
319
|
+
Skip: string;
|
|
320
|
+
Submit: string;
|
|
321
|
+
'User already exists': string;
|
|
322
|
+
'User does not exist': string;
|
|
323
|
+
Username: string;
|
|
324
|
+
'Username cannot be empty': string;
|
|
325
|
+
Verify: string;
|
|
326
|
+
'Verify Contact': string;
|
|
327
|
+
};
|
|
328
|
+
export declare const krDict: {
|
|
329
|
+
'Back to Sign In': string;
|
|
330
|
+
Birthdate: string;
|
|
331
|
+
'Change Password': string;
|
|
332
|
+
Changing: string;
|
|
333
|
+
Code: string;
|
|
334
|
+
'Confirm Password': string;
|
|
335
|
+
'Reset your Password': string;
|
|
336
|
+
'Confirm Sign Up': string;
|
|
337
|
+
'Confirm SMS Code': string;
|
|
338
|
+
'Confirm TOTP Code': string;
|
|
339
|
+
Confirm: string;
|
|
340
|
+
'Confirmation Code': string;
|
|
341
|
+
Confirming: string;
|
|
342
|
+
'Create Account': string;
|
|
343
|
+
'Creating Account': string;
|
|
344
|
+
Email: string;
|
|
345
|
+
'Enter your code': string;
|
|
346
|
+
'Enter your username': string;
|
|
347
|
+
'Family Name': string;
|
|
348
|
+
'Given Name': string;
|
|
349
|
+
'Forgot your password?': string;
|
|
350
|
+
'Hide password': string;
|
|
351
|
+
Loading: string;
|
|
352
|
+
Username: string;
|
|
353
|
+
Name: string;
|
|
354
|
+
Nickname: string;
|
|
355
|
+
'New password': string;
|
|
356
|
+
Password: string;
|
|
357
|
+
'Phone Number': string;
|
|
358
|
+
'Preferred Username': string;
|
|
359
|
+
Profile: string;
|
|
360
|
+
'Resend Code': string;
|
|
361
|
+
'Reset your password': string;
|
|
362
|
+
'Reset Password': string;
|
|
363
|
+
'Send code': string;
|
|
364
|
+
Sending: string;
|
|
365
|
+
'Setup TOTP': string;
|
|
366
|
+
'Show password': string;
|
|
367
|
+
'Sign in': string;
|
|
368
|
+
'Sign In': string;
|
|
369
|
+
'Sign In with Amazon': string;
|
|
370
|
+
'Sign In with Apple': string;
|
|
371
|
+
'Sign In with Facebook': string;
|
|
372
|
+
'Sign In with Google': string;
|
|
373
|
+
'Sign in to your account': string;
|
|
374
|
+
'Create a new account': string;
|
|
375
|
+
'Signing in': string;
|
|
376
|
+
Skip: string;
|
|
377
|
+
Submit: string;
|
|
378
|
+
Submitting: string;
|
|
379
|
+
'Verify Contact': string;
|
|
380
|
+
'Account recovery requires verified contact information': string;
|
|
381
|
+
Verify: string;
|
|
382
|
+
Website: string;
|
|
383
|
+
};
|
|
384
|
+
export declare const nlDict: {
|
|
385
|
+
'Back to Sign In': string;
|
|
386
|
+
'Change Password': string;
|
|
387
|
+
Changing: string;
|
|
388
|
+
Code: string;
|
|
389
|
+
'Confirm Password': string;
|
|
390
|
+
'Reset your Password': string;
|
|
391
|
+
'Confirm Sign Up': string;
|
|
392
|
+
'Confirm SMS Code': string;
|
|
393
|
+
'Confirm TOTP Code': string;
|
|
394
|
+
Confirm: string;
|
|
395
|
+
'Confirmation Code': string;
|
|
396
|
+
Confirming: string;
|
|
397
|
+
'Create Account': string;
|
|
398
|
+
'Creating Account': string;
|
|
399
|
+
Email: string;
|
|
400
|
+
'Enter your code': string;
|
|
401
|
+
'Enter your username': string;
|
|
402
|
+
'Enter your phone number': string;
|
|
403
|
+
'Enter your email': string;
|
|
404
|
+
'Forgot your password?': string;
|
|
405
|
+
'Hide password': string;
|
|
406
|
+
Loading: string;
|
|
407
|
+
Username: string;
|
|
408
|
+
'New password': string;
|
|
409
|
+
Password: string;
|
|
410
|
+
'Phone Number': string;
|
|
411
|
+
'Resend Code': string;
|
|
412
|
+
'Reset your password': string;
|
|
413
|
+
'Send Code': string;
|
|
414
|
+
'Send code': string;
|
|
415
|
+
Sending: string;
|
|
416
|
+
'Setup TOTP': string;
|
|
417
|
+
'Show password': string;
|
|
418
|
+
'Sign in': string;
|
|
419
|
+
'Sign In': string;
|
|
420
|
+
'Sign In with Amazon': string;
|
|
421
|
+
'Sign In with Apple': string;
|
|
422
|
+
'Sign In with Facebook': string;
|
|
423
|
+
'Sign In with Google': string;
|
|
424
|
+
'Sign in to your account': string;
|
|
425
|
+
'Create a new account': string;
|
|
426
|
+
'Signing in': string;
|
|
427
|
+
Skip: string;
|
|
428
|
+
Submit: string;
|
|
429
|
+
Submitting: string;
|
|
430
|
+
'Verify Contact': string;
|
|
431
|
+
'Account recovery requires verified contact information': string;
|
|
432
|
+
Verify: string;
|
|
433
|
+
};
|
|
434
|
+
export declare const plDict: {
|
|
435
|
+
'Back to Sign In': string;
|
|
436
|
+
Birthdate: string;
|
|
437
|
+
'Change Password': string;
|
|
438
|
+
Changing: string;
|
|
439
|
+
Code: string;
|
|
440
|
+
'Confirm Password': string;
|
|
441
|
+
'Reset your Password': string;
|
|
442
|
+
'Confirm Sign Up': string;
|
|
443
|
+
'Confirm SMS Code': string;
|
|
444
|
+
'Confirm TOTP Code': string;
|
|
445
|
+
Confirm: string;
|
|
446
|
+
'Confirmation Code': string;
|
|
447
|
+
Confirming: string;
|
|
448
|
+
'Create Account': string;
|
|
449
|
+
'Creating Account': string;
|
|
450
|
+
Email: string;
|
|
451
|
+
'Enter your code': string;
|
|
452
|
+
'Enter your username': string;
|
|
453
|
+
'Family Name': string;
|
|
454
|
+
'Given Name': string;
|
|
455
|
+
'Forgot your password?': string;
|
|
456
|
+
'Hide password': string;
|
|
457
|
+
Loading: string;
|
|
458
|
+
Username: string;
|
|
459
|
+
'Middle Name': string;
|
|
460
|
+
Name: string;
|
|
461
|
+
Nickname: string;
|
|
462
|
+
'New password': string;
|
|
463
|
+
Password: string;
|
|
464
|
+
'Phone Number': string;
|
|
465
|
+
'Preferred Username': string;
|
|
466
|
+
Profile: string;
|
|
467
|
+
'Resend Code': string;
|
|
468
|
+
'Reset your password': string;
|
|
469
|
+
'Send Code': string;
|
|
470
|
+
'Send code': string;
|
|
471
|
+
Sending: string;
|
|
472
|
+
'Setup TOTP': string;
|
|
473
|
+
'Show password': string;
|
|
474
|
+
'Sign in': string;
|
|
475
|
+
'Sign In': string;
|
|
476
|
+
'Sign In with Amazon': string;
|
|
477
|
+
'Sign In with Apple': string;
|
|
478
|
+
'Sign In with Facebook': string;
|
|
479
|
+
'Sign In with Google': string;
|
|
480
|
+
'Sign in to your account': string;
|
|
481
|
+
'Create a new account': string;
|
|
482
|
+
'Signing in': string;
|
|
483
|
+
Skip: string;
|
|
484
|
+
Submit: string;
|
|
485
|
+
Submitting: string;
|
|
486
|
+
'Verify Contact': string;
|
|
487
|
+
'Account recovery requires verified contact information': string;
|
|
488
|
+
Verify: string;
|
|
489
|
+
Website: string;
|
|
490
|
+
};
|
|
491
|
+
export declare const ptDict: {
|
|
492
|
+
'Back to Sign In': string;
|
|
493
|
+
'Change Password': string;
|
|
494
|
+
Changing: string;
|
|
495
|
+
Code: string;
|
|
496
|
+
'Confirm Password': string;
|
|
497
|
+
'Reset your Password': string;
|
|
498
|
+
'Confirm Sign Up': string;
|
|
499
|
+
'Confirm SMS Code': string;
|
|
500
|
+
'Confirm TOTP Code': string;
|
|
501
|
+
Confirm: string;
|
|
502
|
+
'Confirmation Code': string;
|
|
503
|
+
Confirming: string;
|
|
504
|
+
'Create Account': string;
|
|
505
|
+
'Creating Account': string;
|
|
506
|
+
Email: string;
|
|
507
|
+
'Enter your code': string;
|
|
508
|
+
'Enter your username': string;
|
|
509
|
+
'Enter your phone number': string;
|
|
510
|
+
'Enter your email': string;
|
|
511
|
+
'Forgot your password?': string;
|
|
512
|
+
'Hide password': string;
|
|
513
|
+
Loading: string;
|
|
514
|
+
Username: string;
|
|
515
|
+
'New password': string;
|
|
516
|
+
Password: string;
|
|
517
|
+
'Phone Number': string;
|
|
518
|
+
'Resend Code': string;
|
|
519
|
+
'Reset your password': string;
|
|
520
|
+
'Send Code': string;
|
|
521
|
+
'Send code': string;
|
|
522
|
+
Sending: string;
|
|
523
|
+
'Setup TOTP': string;
|
|
524
|
+
'Show password': string;
|
|
525
|
+
'Sign In': string;
|
|
526
|
+
'Sign in': string;
|
|
527
|
+
'Sign In with Amazon': string;
|
|
528
|
+
'Sign In with Apple': string;
|
|
529
|
+
'Sign In with Facebook': string;
|
|
530
|
+
'Sign In with Google': string;
|
|
531
|
+
'Sign in to your account': string;
|
|
532
|
+
'Create a new account': string;
|
|
533
|
+
'Signing in': string;
|
|
534
|
+
Skip: string;
|
|
535
|
+
Submit: string;
|
|
536
|
+
Submitting: string;
|
|
537
|
+
'Verify Contact': string;
|
|
538
|
+
'Account recovery requires verified contact information': string;
|
|
539
|
+
Verify: string;
|
|
540
|
+
};
|
|
541
|
+
export declare const zhDict: {
|
|
542
|
+
'Account recovery requires verified contact information': string;
|
|
543
|
+
'Back to Sign In': string;
|
|
544
|
+
'Change Password': string;
|
|
545
|
+
Code: string;
|
|
546
|
+
Confirm: string;
|
|
547
|
+
'Confirm a Code': string;
|
|
548
|
+
'Confirm Password': string;
|
|
549
|
+
'Confirm Sign In': string;
|
|
550
|
+
'Confirm Sign Up': string;
|
|
551
|
+
Email: string;
|
|
552
|
+
'Forgot Password': string;
|
|
553
|
+
'Incorrect username or password': string;
|
|
554
|
+
'Invalid password format': string;
|
|
555
|
+
'Invalid phone number format': string;
|
|
556
|
+
'New Password': string;
|
|
557
|
+
or: string;
|
|
558
|
+
Password: string;
|
|
559
|
+
'Phone Number': string;
|
|
560
|
+
'Resend a Code': string;
|
|
561
|
+
'Send Code': string;
|
|
562
|
+
'Sign In': string;
|
|
563
|
+
'Sign Out': string;
|
|
564
|
+
'Sign Up': string;
|
|
565
|
+
Skip: string;
|
|
566
|
+
Submit: string;
|
|
567
|
+
'User already exists': string;
|
|
568
|
+
'User does not exist': string;
|
|
569
|
+
Username: string;
|
|
570
|
+
Verify: string;
|
|
571
|
+
'Verify Contact': string;
|
|
572
|
+
};
|
|
573
|
+
export declare const svDict: {
|
|
574
|
+
'Account recovery requires verified contact information': string;
|
|
575
|
+
'An account with the given email already exists.': string;
|
|
576
|
+
'Back to Sign In': string;
|
|
577
|
+
'Change Password': string;
|
|
578
|
+
'Confirm Password': string;
|
|
579
|
+
Code: string;
|
|
580
|
+
Confirm: string;
|
|
581
|
+
'Confirm a Code': string;
|
|
582
|
+
'Confirm Sign In': string;
|
|
583
|
+
'Confirm Sign Up': string;
|
|
584
|
+
'Confirmation Code': string;
|
|
585
|
+
'Create a new account': string;
|
|
586
|
+
'Create account': string;
|
|
587
|
+
'Create Account': string;
|
|
588
|
+
Email: string;
|
|
589
|
+
'Enter your password': string;
|
|
590
|
+
'Enter your username': string;
|
|
591
|
+
'Forgot Password': string;
|
|
592
|
+
'Forgot your password?': string;
|
|
593
|
+
'Have an account? ': string;
|
|
594
|
+
'Incorrect username or password': string;
|
|
595
|
+
'Invalid password format': string;
|
|
596
|
+
'Invalid phone number format': string;
|
|
597
|
+
'Lost your code? ': string;
|
|
598
|
+
'New Password': string;
|
|
599
|
+
'No account? ': string;
|
|
600
|
+
or: string;
|
|
601
|
+
Password: string;
|
|
602
|
+
'Password attempts exceeded': string;
|
|
603
|
+
'Phone Number': string;
|
|
604
|
+
'Resend Code': string;
|
|
605
|
+
'Reset password': string;
|
|
606
|
+
'Reset your password': string;
|
|
607
|
+
'Send code': string;
|
|
608
|
+
'Sign in': string;
|
|
609
|
+
'Sign In': string;
|
|
610
|
+
'Sign in to your account': string;
|
|
611
|
+
'Sign Out': string;
|
|
612
|
+
'Sign Up': string;
|
|
613
|
+
'We Emailed You': string;
|
|
614
|
+
'Enter your code': string;
|
|
615
|
+
Skip: string;
|
|
616
|
+
Submit: string;
|
|
617
|
+
'User already exists': string;
|
|
618
|
+
'User does not exist': string;
|
|
619
|
+
Username: string;
|
|
620
|
+
'Username cannot be empty': string;
|
|
621
|
+
Verify: string;
|
|
622
|
+
'Verify Contact': string;
|
|
623
|
+
};
|
|
624
|
+
export declare const idDict: {
|
|
625
|
+
'Account recovery requires verified contact information': string;
|
|
626
|
+
'An account with the given email already exists.': string;
|
|
627
|
+
'Attempt limit exceeded, please try after some time.': string;
|
|
628
|
+
'Back to Sign In': string;
|
|
629
|
+
'Cannot reset password for the user as there is no registered/verified email or phone_number': string;
|
|
630
|
+
Change: string;
|
|
631
|
+
'Change Password': string;
|
|
632
|
+
Code: string;
|
|
633
|
+
Confirm: string;
|
|
634
|
+
'Confirm a Code': string;
|
|
635
|
+
'Confirm Password': string;
|
|
636
|
+
'Confirmation Code': string;
|
|
637
|
+
'Create a new account': string;
|
|
638
|
+
'Create account': string;
|
|
639
|
+
'Create Account': string;
|
|
640
|
+
'Creating Account': string;
|
|
641
|
+
Confirming: string;
|
|
642
|
+
Email: string;
|
|
643
|
+
'Enter your code': string;
|
|
644
|
+
'Enter your email': string;
|
|
645
|
+
'Enter your password': string;
|
|
646
|
+
'Enter your phone number': string;
|
|
647
|
+
'Enter your username': string;
|
|
648
|
+
'Forgot Password': string;
|
|
649
|
+
'Forgot your password?': string;
|
|
650
|
+
'Have an account? ': string;
|
|
651
|
+
Hello: string;
|
|
652
|
+
'Incorrect username or password.': string;
|
|
653
|
+
'Invalid phone number format': string;
|
|
654
|
+
'Invalid verification code provided, please try again.': string;
|
|
655
|
+
'It may take a minute to arrive.': string;
|
|
656
|
+
'Lost your code? ': string;
|
|
657
|
+
Name: string;
|
|
658
|
+
'Network error': string;
|
|
659
|
+
'New password': string;
|
|
660
|
+
'No account? ': string;
|
|
661
|
+
or: string;
|
|
662
|
+
Password: string;
|
|
663
|
+
'Password did not conform with policy: Password not long enough': string;
|
|
664
|
+
'Phone Number': string;
|
|
665
|
+
'Resend a Code': string;
|
|
666
|
+
'Resend Code': string;
|
|
667
|
+
'Reset password': string;
|
|
668
|
+
'Reset your password': string;
|
|
669
|
+
Send: string;
|
|
670
|
+
'Send Code': string;
|
|
671
|
+
'Send code': string;
|
|
672
|
+
Sending: string;
|
|
673
|
+
'Sign in': string;
|
|
674
|
+
'Sign In': string;
|
|
675
|
+
'Sign in to your account': string;
|
|
676
|
+
'Sign In with Amazon': string;
|
|
677
|
+
'Sign In with AWS': string;
|
|
678
|
+
'Sign In with Facebook': string;
|
|
679
|
+
'Sign In with Google': string;
|
|
680
|
+
'Sign Up with Amazon': string;
|
|
681
|
+
'Sign Up with AWS': string;
|
|
682
|
+
'Sign Up with Facebook': string;
|
|
683
|
+
'Sign Up with Google': string;
|
|
684
|
+
'Signing in': string;
|
|
685
|
+
Skip: string;
|
|
686
|
+
SMS: string;
|
|
687
|
+
Submit: string;
|
|
688
|
+
Submitting: string;
|
|
689
|
+
'User is disabled.': string;
|
|
690
|
+
'User already exists': string;
|
|
691
|
+
'User does not exist.': string;
|
|
692
|
+
Username: string;
|
|
693
|
+
'Username cannot be empty': string;
|
|
694
|
+
'Username/client id combination not found.': string;
|
|
695
|
+
Verify: string;
|
|
696
|
+
'Verify Contact': string;
|
|
697
|
+
'We Emailed You': string;
|
|
698
|
+
'Your code is on the way. To log in, enter the code we emailed to': string;
|
|
699
|
+
'Your code is on the way. To log in, enter the code we texted to': string;
|
|
700
|
+
'Your passwords must match': string;
|
|
701
|
+
};
|
|
702
|
+
export declare const trDict: {
|
|
703
|
+
'Account recovery requires verified contact information': string;
|
|
704
|
+
'An account with the given email already exists.': string;
|
|
705
|
+
'Back to Sign In': string;
|
|
706
|
+
'Change Password': string;
|
|
707
|
+
Changing: string;
|
|
708
|
+
Code: string;
|
|
709
|
+
Confirm: string;
|
|
710
|
+
'Confirm Password': string;
|
|
711
|
+
'Confirm Sign In': string;
|
|
712
|
+
'Confirm Sign Up': string;
|
|
713
|
+
'Confirm SMS Code': string;
|
|
714
|
+
'Confirm TOTP Code': string;
|
|
715
|
+
'Confirmation Code': string;
|
|
716
|
+
Confirming: string;
|
|
717
|
+
'Create Account': string;
|
|
718
|
+
'Creating Account': string;
|
|
719
|
+
Email: string;
|
|
720
|
+
'Enter your code': string;
|
|
721
|
+
'Enter your username': string;
|
|
722
|
+
'Enter your phone number': string;
|
|
723
|
+
'Enter your email': string;
|
|
724
|
+
'Forgot your password?': string;
|
|
725
|
+
'Hide password': string;
|
|
726
|
+
'Have an account? ': string;
|
|
727
|
+
'Incorrect username or password': string;
|
|
728
|
+
'Invalid password format': string;
|
|
729
|
+
'Invalid phone number format': string;
|
|
730
|
+
'Lost your code? ': string;
|
|
731
|
+
Loading: string;
|
|
732
|
+
'New password': string;
|
|
733
|
+
'No account? ': string;
|
|
734
|
+
or: string;
|
|
735
|
+
Password: string;
|
|
736
|
+
'Password attempts exceeded': string;
|
|
737
|
+
'Phone Number': string;
|
|
738
|
+
'Resend Code': string;
|
|
739
|
+
'Reset your password': string;
|
|
740
|
+
'Reset your Password': string;
|
|
741
|
+
'Send Code': string;
|
|
742
|
+
'Send code': string;
|
|
743
|
+
Sending: string;
|
|
744
|
+
'Setup TOTP': string;
|
|
745
|
+
'Show password': string;
|
|
746
|
+
'Sign in': string;
|
|
747
|
+
'Sign In': string;
|
|
748
|
+
'Sign In with Amazon': string;
|
|
749
|
+
'Sign In with Apple': string;
|
|
750
|
+
'Sign In with Facebook': string;
|
|
751
|
+
'Sign In with Google': string;
|
|
752
|
+
'Sign in to your account': string;
|
|
753
|
+
'Create a new account': string;
|
|
754
|
+
'Signing in': string;
|
|
755
|
+
'Sign Out': string;
|
|
756
|
+
'Sign Up': string;
|
|
757
|
+
Skip: string;
|
|
758
|
+
Submit: string;
|
|
759
|
+
Submitting: string;
|
|
760
|
+
'User already exists': string;
|
|
761
|
+
'User does not exist': string;
|
|
762
|
+
Username: string;
|
|
763
|
+
'Username cannot be empty': string;
|
|
764
|
+
'Verify Contact': string;
|
|
765
|
+
Verify: string;
|
|
766
|
+
};
|
|
767
|
+
export declare const defaultTexts: {
|
|
768
|
+
BACK_SIGN_IN: string;
|
|
769
|
+
BIRTHDATE: string;
|
|
770
|
+
CHANGE_PASSWORD: string;
|
|
771
|
+
CHANGING_PASSWORD: string;
|
|
772
|
+
CODE: string;
|
|
773
|
+
CONFIRM_PASSWORD: string;
|
|
774
|
+
CONFIRM_RESET_PASSWORD_HEADING: string;
|
|
775
|
+
CONFIRM_SIGNUP_HEADING: string;
|
|
776
|
+
CONFIRM_SMS: string;
|
|
777
|
+
CONFIRM_TOTP: string;
|
|
778
|
+
CONFIRM: string;
|
|
779
|
+
CONFIRMATION_CODE: string;
|
|
780
|
+
CONFIRMING: string;
|
|
781
|
+
CREATE_ACCOUNT: string;
|
|
782
|
+
CREATING_ACCOUNT: string;
|
|
783
|
+
EMAIL_ADDRESS: string;
|
|
784
|
+
ENTER_CODE: string;
|
|
785
|
+
ENTER_USERNAME: string;
|
|
786
|
+
FAMILY_NAME: string;
|
|
787
|
+
GIVEN_NAME: string;
|
|
788
|
+
FORGOT_YOUR_PASSWORD: string;
|
|
789
|
+
FORGOT_YOUR_PASSWORD_LEGACY: string;
|
|
790
|
+
HIDE_PASSWORD: string;
|
|
791
|
+
LOADING: string;
|
|
792
|
+
LOGIN_NAME: string;
|
|
793
|
+
MIDDLE_NAME: string;
|
|
794
|
+
NAME: string;
|
|
795
|
+
NICKNAME: string;
|
|
796
|
+
NEW_PASSWORD: string;
|
|
797
|
+
PASSWORD: string;
|
|
798
|
+
PHONE_NUMBER: string;
|
|
799
|
+
PREFERRED_USERNAME: string;
|
|
800
|
+
PROFILE: string;
|
|
801
|
+
RESEND_CODE: string;
|
|
802
|
+
RESET_PASSWORD_HEADING: string;
|
|
803
|
+
RESET_PASSWORD: string;
|
|
804
|
+
SEND_CODE: string;
|
|
805
|
+
SENDING: string;
|
|
806
|
+
SETUP_TOTP: string;
|
|
807
|
+
SHOW_PASSWORD: string;
|
|
808
|
+
SIGN_IN_BUTTON: string;
|
|
809
|
+
SIGN_IN_TAB: string;
|
|
810
|
+
SIGN_IN_WITH_AMAZON: string;
|
|
811
|
+
SIGN_IN_WITH_APPLE: string;
|
|
812
|
+
SIGN_IN_WITH_FACEBOOK: string;
|
|
813
|
+
SIGN_IN_WITH_GOOGLE: string;
|
|
814
|
+
SIGN_IN: string;
|
|
815
|
+
SIGN_UP_BUTTON: string;
|
|
816
|
+
SIGNING_IN_BUTTON: string;
|
|
817
|
+
SKIP: string;
|
|
818
|
+
SUBMIT: string;
|
|
819
|
+
SUBMITTING: string;
|
|
820
|
+
VERIFY_CONTACT: string;
|
|
821
|
+
VERIFY_HEADING: string;
|
|
822
|
+
VERIFY: string;
|
|
823
|
+
WEBSITE: string;
|
|
824
|
+
};
|