@aws-amplify/ui 3.12.3 → 3.13.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/facade.js +1 -1
- package/dist/esm/helpers/authenticator/form.js +1 -1
- package/dist/esm/helpers/authenticator/formFields/defaults.js +1 -1
- package/dist/esm/helpers/authenticator/formFields/util.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/de.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/en.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/es.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/fr.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/id.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/it.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/ja.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/kr.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/nl.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/pl.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/pt.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/ru.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/sv.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/tr.js +1 -1
- package/dist/esm/i18n/dictionaries/authenticator/zh.js +1 -1
- package/dist/esm/i18n/dictionaries/index.js +1 -1
- package/dist/esm/i18n/translations.js +1 -1
- package/dist/esm/machines/authenticator/actions.js +1 -1
- package/dist/esm/machines/authenticator/actors/resetPassword.js +1 -1
- package/dist/esm/machines/authenticator/actors/signIn.js +1 -1
- package/dist/esm/machines/authenticator/defaultServices.js +1 -1
- package/dist/esm/machines/authenticator/index.js +1 -1
- package/dist/esm/machines/authenticator/signUp.js +1 -1
- package/dist/esm/theme/createTheme.js +1 -1
- package/dist/esm/theme/tokens/components/checkbox.js +1 -1
- package/dist/esm/theme/tokens/components/searchField.js +1 -1
- package/dist/esm/theme/tokens/components/select.js +1 -1
- package/dist/esm/theme/tokens/components/stepperField.js +1 -1
- package/dist/esm/theme/tokens/components/switchField.js +1 -1
- package/dist/esm/theme/utils.js +1 -1
- package/dist/esm/types/authenticator/attributes.js +1 -1
- package/dist/esm/validators/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +37 -13
- package/dist/theme.css +8 -2
- package/dist/types/i18n/dictionaries/authenticator/de.d.ts +2 -61
- package/dist/types/i18n/dictionaries/authenticator/en.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/es.d.ts +2 -63
- package/dist/types/i18n/dictionaries/authenticator/fr.d.ts +2 -65
- package/dist/types/i18n/dictionaries/authenticator/id.d.ts +2 -78
- package/dist/types/i18n/dictionaries/authenticator/it.d.ts +2 -49
- package/dist/types/i18n/dictionaries/authenticator/ja.d.ts +2 -52
- package/dist/types/i18n/dictionaries/authenticator/kr.d.ts +2 -56
- package/dist/types/i18n/dictionaries/authenticator/nl.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/pl.d.ts +2 -57
- package/dist/types/i18n/dictionaries/authenticator/pt.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/ru.d.ts +2 -50
- package/dist/types/i18n/dictionaries/authenticator/sv.d.ts +2 -51
- package/dist/types/i18n/dictionaries/authenticator/tr.d.ts +2 -65
- package/dist/types/i18n/dictionaries/authenticator/types.d.ts +3 -0
- package/dist/types/i18n/dictionaries/authenticator/zh.d.ts +2 -32
- package/dist/types/i18n/dictionaries/index.d.ts +610 -659
- package/dist/types/theme/tokens/components/checkbox.d.ts +6 -0
- package/dist/types/theme/tokens/components/searchField.d.ts +2 -1
- package/dist/types/theme/tokens/components/select.d.ts +3 -0
- package/dist/types/theme/tokens/components/switchField.d.ts +1 -0
- package/package.json +4 -4
- package/dist/esm/node_modules/tslib/tslib.es6.js +0 -1
|
@@ -1,56 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Birthdate: string;
|
|
4
|
-
'Change Password': string;
|
|
5
|
-
Changing: string;
|
|
6
|
-
Code: string;
|
|
7
|
-
'Confirm Password': string;
|
|
8
|
-
'Reset your Password': string;
|
|
9
|
-
'Confirm Sign Up': string;
|
|
10
|
-
'Confirm SMS Code': string;
|
|
11
|
-
'Confirm TOTP Code': string;
|
|
12
|
-
Confirm: string;
|
|
13
|
-
'Confirmation Code': string;
|
|
14
|
-
Confirming: string;
|
|
15
|
-
'Create Account': string;
|
|
16
|
-
'Creating Account': string;
|
|
17
|
-
Email: string;
|
|
18
|
-
'Enter your code': string;
|
|
19
|
-
'Enter your username': string;
|
|
20
|
-
'Family Name': string;
|
|
21
|
-
'Given Name': string;
|
|
22
|
-
'Forgot your password?': string;
|
|
23
|
-
'Hide password': string;
|
|
24
|
-
Loading: string;
|
|
25
|
-
Username: string;
|
|
26
|
-
Name: string;
|
|
27
|
-
Nickname: string;
|
|
28
|
-
'New password': string;
|
|
29
|
-
Password: string;
|
|
30
|
-
'Phone Number': string;
|
|
31
|
-
'Preferred Username': string;
|
|
32
|
-
Profile: string;
|
|
33
|
-
'Resend Code': string;
|
|
34
|
-
'Reset your password': string;
|
|
35
|
-
'Reset Password': string;
|
|
36
|
-
'Send code': string;
|
|
37
|
-
Sending: string;
|
|
38
|
-
'Setup TOTP': string;
|
|
39
|
-
'Show password': string;
|
|
40
|
-
'Sign in': string;
|
|
41
|
-
'Sign In': string;
|
|
42
|
-
'Sign In with Amazon': string;
|
|
43
|
-
'Sign In with Apple': string;
|
|
44
|
-
'Sign In with Facebook': string;
|
|
45
|
-
'Sign In with Google': string;
|
|
46
|
-
'Sign in to your account': string;
|
|
47
|
-
'Create a new account': string;
|
|
48
|
-
'Signing in': string;
|
|
49
|
-
Skip: string;
|
|
50
|
-
Submit: string;
|
|
51
|
-
Submitting: string;
|
|
52
|
-
'Verify Contact': string;
|
|
53
|
-
'Account recovery requires verified contact information': string;
|
|
54
|
-
Verify: string;
|
|
55
|
-
Website: string;
|
|
56
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const krDict: AuthenticatorDictionary;
|
|
@@ -1,50 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'Change Password': string;
|
|
4
|
-
Changing: string;
|
|
5
|
-
Code: string;
|
|
6
|
-
'Confirm Password': string;
|
|
7
|
-
'Reset your Password': string;
|
|
8
|
-
'Confirm Sign Up': string;
|
|
9
|
-
'Confirm SMS Code': string;
|
|
10
|
-
'Confirm TOTP Code': string;
|
|
11
|
-
Confirm: string;
|
|
12
|
-
'Confirmation Code': string;
|
|
13
|
-
Confirming: string;
|
|
14
|
-
'Create Account': string;
|
|
15
|
-
'Creating Account': string;
|
|
16
|
-
Email: string;
|
|
17
|
-
'Enter your code': string;
|
|
18
|
-
'Enter your username': string;
|
|
19
|
-
'Enter your phone number': string;
|
|
20
|
-
'Enter your email': string;
|
|
21
|
-
'Forgot your password?': string;
|
|
22
|
-
'Hide password': string;
|
|
23
|
-
Loading: string;
|
|
24
|
-
Username: string;
|
|
25
|
-
'New password': string;
|
|
26
|
-
Password: string;
|
|
27
|
-
'Phone Number': string;
|
|
28
|
-
'Resend Code': string;
|
|
29
|
-
'Reset your password': string;
|
|
30
|
-
'Send Code': string;
|
|
31
|
-
'Send code': string;
|
|
32
|
-
Sending: string;
|
|
33
|
-
'Setup TOTP': string;
|
|
34
|
-
'Show password': string;
|
|
35
|
-
'Sign in': string;
|
|
36
|
-
'Sign In': string;
|
|
37
|
-
'Sign In with Amazon': string;
|
|
38
|
-
'Sign In with Apple': string;
|
|
39
|
-
'Sign In with Facebook': string;
|
|
40
|
-
'Sign In with Google': string;
|
|
41
|
-
'Sign in to your account': string;
|
|
42
|
-
'Create a new account': string;
|
|
43
|
-
'Signing in': string;
|
|
44
|
-
Skip: string;
|
|
45
|
-
Submit: string;
|
|
46
|
-
Submitting: string;
|
|
47
|
-
'Verify Contact': string;
|
|
48
|
-
'Account recovery requires verified contact information': string;
|
|
49
|
-
Verify: string;
|
|
50
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const nlDict: AuthenticatorDictionary;
|
|
@@ -1,57 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Birthdate: string;
|
|
4
|
-
'Change Password': string;
|
|
5
|
-
Changing: string;
|
|
6
|
-
Code: string;
|
|
7
|
-
'Confirm Password': string;
|
|
8
|
-
'Reset your Password': string;
|
|
9
|
-
'Confirm Sign Up': string;
|
|
10
|
-
'Confirm SMS Code': string;
|
|
11
|
-
'Confirm TOTP Code': string;
|
|
12
|
-
Confirm: string;
|
|
13
|
-
'Confirmation Code': string;
|
|
14
|
-
Confirming: string;
|
|
15
|
-
'Create Account': string;
|
|
16
|
-
'Creating Account': string;
|
|
17
|
-
Email: string;
|
|
18
|
-
'Enter your code': string;
|
|
19
|
-
'Enter your username': string;
|
|
20
|
-
'Family Name': string;
|
|
21
|
-
'Given Name': string;
|
|
22
|
-
'Forgot your password?': string;
|
|
23
|
-
'Hide password': string;
|
|
24
|
-
Loading: string;
|
|
25
|
-
Username: string;
|
|
26
|
-
'Middle Name': string;
|
|
27
|
-
Name: string;
|
|
28
|
-
Nickname: string;
|
|
29
|
-
'New password': string;
|
|
30
|
-
Password: string;
|
|
31
|
-
'Phone Number': string;
|
|
32
|
-
'Preferred Username': string;
|
|
33
|
-
Profile: string;
|
|
34
|
-
'Resend Code': string;
|
|
35
|
-
'Reset your password': string;
|
|
36
|
-
'Send Code': string;
|
|
37
|
-
'Send code': string;
|
|
38
|
-
Sending: string;
|
|
39
|
-
'Setup TOTP': string;
|
|
40
|
-
'Show password': string;
|
|
41
|
-
'Sign in': string;
|
|
42
|
-
'Sign In': string;
|
|
43
|
-
'Sign In with Amazon': string;
|
|
44
|
-
'Sign In with Apple': string;
|
|
45
|
-
'Sign In with Facebook': string;
|
|
46
|
-
'Sign In with Google': string;
|
|
47
|
-
'Sign in to your account': string;
|
|
48
|
-
'Create a new account': string;
|
|
49
|
-
'Signing in': string;
|
|
50
|
-
Skip: string;
|
|
51
|
-
Submit: string;
|
|
52
|
-
Submitting: string;
|
|
53
|
-
'Verify Contact': string;
|
|
54
|
-
'Account recovery requires verified contact information': string;
|
|
55
|
-
Verify: string;
|
|
56
|
-
Website: string;
|
|
57
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const plDict: AuthenticatorDictionary;
|
|
@@ -1,50 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'Change Password': string;
|
|
4
|
-
Changing: string;
|
|
5
|
-
Code: string;
|
|
6
|
-
'Confirm Password': string;
|
|
7
|
-
'Reset your Password': string;
|
|
8
|
-
'Confirm Sign Up': string;
|
|
9
|
-
'Confirm SMS Code': string;
|
|
10
|
-
'Confirm TOTP Code': string;
|
|
11
|
-
Confirm: string;
|
|
12
|
-
'Confirmation Code': string;
|
|
13
|
-
Confirming: string;
|
|
14
|
-
'Create Account': string;
|
|
15
|
-
'Creating Account': string;
|
|
16
|
-
Email: string;
|
|
17
|
-
'Enter your code': string;
|
|
18
|
-
'Enter your username': string;
|
|
19
|
-
'Enter your phone number': string;
|
|
20
|
-
'Enter your email': string;
|
|
21
|
-
'Forgot your password?': string;
|
|
22
|
-
'Hide password': string;
|
|
23
|
-
Loading: string;
|
|
24
|
-
Username: string;
|
|
25
|
-
'New password': string;
|
|
26
|
-
Password: string;
|
|
27
|
-
'Phone Number': string;
|
|
28
|
-
'Resend Code': string;
|
|
29
|
-
'Reset your password': string;
|
|
30
|
-
'Send Code': string;
|
|
31
|
-
'Send code': string;
|
|
32
|
-
Sending: string;
|
|
33
|
-
'Setup TOTP': string;
|
|
34
|
-
'Show password': string;
|
|
35
|
-
'Sign In': string;
|
|
36
|
-
'Sign in': string;
|
|
37
|
-
'Sign In with Amazon': string;
|
|
38
|
-
'Sign In with Apple': string;
|
|
39
|
-
'Sign In with Facebook': string;
|
|
40
|
-
'Sign In with Google': string;
|
|
41
|
-
'Sign in to your account': string;
|
|
42
|
-
'Create a new account': string;
|
|
43
|
-
'Signing in': string;
|
|
44
|
-
Skip: string;
|
|
45
|
-
Submit: string;
|
|
46
|
-
Submitting: string;
|
|
47
|
-
'Verify Contact': string;
|
|
48
|
-
'Account recovery requires verified contact information': string;
|
|
49
|
-
Verify: string;
|
|
50
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const ptDict: AuthenticatorDictionary;
|
|
@@ -1,50 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'Back to Sign In': string;
|
|
4
|
-
'Change Password': string;
|
|
5
|
-
Changing: string;
|
|
6
|
-
Code: string;
|
|
7
|
-
Confirm: string;
|
|
8
|
-
'Confirm Password': string;
|
|
9
|
-
'Confirm Sign Up': string;
|
|
10
|
-
'Confirm SMS Code': string;
|
|
11
|
-
'Confirm TOTP Code': string;
|
|
12
|
-
'Confirmation Code': string;
|
|
13
|
-
Confirming: string;
|
|
14
|
-
'Create Account': string;
|
|
15
|
-
'Creating Account': string;
|
|
16
|
-
Email: string;
|
|
17
|
-
'Enter your code': string;
|
|
18
|
-
'Enter your username': string;
|
|
19
|
-
'Enter your phone number': string;
|
|
20
|
-
'Enter your email': string;
|
|
21
|
-
'Forgot your password?': string;
|
|
22
|
-
'Hide password': string;
|
|
23
|
-
Loading: string;
|
|
24
|
-
Username: string;
|
|
25
|
-
'New password': string;
|
|
26
|
-
Password: string;
|
|
27
|
-
'Phone Number': string;
|
|
28
|
-
'Resend Code': string;
|
|
29
|
-
'Reset your password': string;
|
|
30
|
-
'Reset your Password': string;
|
|
31
|
-
'Send Code': string;
|
|
32
|
-
'Send code': string;
|
|
33
|
-
Sending: string;
|
|
34
|
-
'Setup TOTP': string;
|
|
35
|
-
'Show password': string;
|
|
36
|
-
'Sign in': string;
|
|
37
|
-
'Sign In': string;
|
|
38
|
-
'Sign In with Amazon': string;
|
|
39
|
-
'Sign In with Apple': string;
|
|
40
|
-
'Sign In with Facebook': string;
|
|
41
|
-
'Sign In with Google': string;
|
|
42
|
-
'Sign in to your account': string;
|
|
43
|
-
'Create a new account': string;
|
|
44
|
-
'Signing in': string;
|
|
45
|
-
Skip: string;
|
|
46
|
-
Submit: string;
|
|
47
|
-
Submitting: string;
|
|
48
|
-
'Verify Contact': string;
|
|
49
|
-
Verify: string;
|
|
50
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const ruDict: AuthenticatorDictionary;
|
|
@@ -1,51 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'An account with the given email already exists.': string;
|
|
4
|
-
'Back to Sign In': string;
|
|
5
|
-
'Change Password': string;
|
|
6
|
-
'Confirm Password': string;
|
|
7
|
-
Code: string;
|
|
8
|
-
Confirm: string;
|
|
9
|
-
'Confirm a Code': string;
|
|
10
|
-
'Confirm Sign In': string;
|
|
11
|
-
'Confirm Sign Up': string;
|
|
12
|
-
'Confirmation Code': string;
|
|
13
|
-
'Create a new account': string;
|
|
14
|
-
'Create account': string;
|
|
15
|
-
'Create Account': string;
|
|
16
|
-
Email: string;
|
|
17
|
-
'Enter your password': string;
|
|
18
|
-
'Enter your username': string;
|
|
19
|
-
'Forgot Password': string;
|
|
20
|
-
'Forgot your password?': string;
|
|
21
|
-
'Have an account? ': string;
|
|
22
|
-
'Incorrect username or password': string;
|
|
23
|
-
'Invalid password format': string;
|
|
24
|
-
'Invalid phone number format': string;
|
|
25
|
-
'Lost your code? ': string;
|
|
26
|
-
'New Password': string;
|
|
27
|
-
'No account? ': string;
|
|
28
|
-
or: string;
|
|
29
|
-
Password: string;
|
|
30
|
-
'Password attempts exceeded': string;
|
|
31
|
-
'Phone Number': string;
|
|
32
|
-
'Resend Code': string;
|
|
33
|
-
'Reset password': string;
|
|
34
|
-
'Reset your password': string;
|
|
35
|
-
'Send code': string;
|
|
36
|
-
'Sign in': string;
|
|
37
|
-
'Sign In': string;
|
|
38
|
-
'Sign in to your account': string;
|
|
39
|
-
'Sign Out': string;
|
|
40
|
-
'Sign Up': string;
|
|
41
|
-
'We Emailed You': string;
|
|
42
|
-
'Enter your code': string;
|
|
43
|
-
Skip: string;
|
|
44
|
-
Submit: string;
|
|
45
|
-
'User already exists': string;
|
|
46
|
-
'User does not exist': string;
|
|
47
|
-
Username: string;
|
|
48
|
-
'Username cannot be empty': string;
|
|
49
|
-
Verify: string;
|
|
50
|
-
'Verify Contact': string;
|
|
51
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const svDict: AuthenticatorDictionary;
|
|
@@ -1,65 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'An account with the given email already exists.': string;
|
|
4
|
-
'Back to Sign In': string;
|
|
5
|
-
'Change Password': string;
|
|
6
|
-
Changing: string;
|
|
7
|
-
Code: string;
|
|
8
|
-
Confirm: string;
|
|
9
|
-
'Confirm Password': 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
|
-
Confirming: string;
|
|
16
|
-
'Create Account': string;
|
|
17
|
-
'Creating Account': string;
|
|
18
|
-
Email: string;
|
|
19
|
-
'Enter your code': string;
|
|
20
|
-
'Enter your username': string;
|
|
21
|
-
'Enter your phone number': string;
|
|
22
|
-
'Enter your email': string;
|
|
23
|
-
'Forgot your password?': string;
|
|
24
|
-
'Hide password': string;
|
|
25
|
-
'Have an account? ': string;
|
|
26
|
-
'Incorrect username or password': string;
|
|
27
|
-
'Invalid password format': string;
|
|
28
|
-
'Invalid phone number format': string;
|
|
29
|
-
'Lost your code? ': string;
|
|
30
|
-
Loading: string;
|
|
31
|
-
'New password': string;
|
|
32
|
-
'No account? ': string;
|
|
33
|
-
or: string;
|
|
34
|
-
Password: string;
|
|
35
|
-
'Password attempts exceeded': string;
|
|
36
|
-
'Phone Number': string;
|
|
37
|
-
'Resend Code': string;
|
|
38
|
-
'Reset your password': string;
|
|
39
|
-
'Reset your Password': string;
|
|
40
|
-
'Send Code': string;
|
|
41
|
-
'Send code': string;
|
|
42
|
-
Sending: string;
|
|
43
|
-
'Setup TOTP': string;
|
|
44
|
-
'Show password': string;
|
|
45
|
-
'Sign in': string;
|
|
46
|
-
'Sign In': string;
|
|
47
|
-
'Sign In with Amazon': string;
|
|
48
|
-
'Sign In with Apple': string;
|
|
49
|
-
'Sign In with Facebook': string;
|
|
50
|
-
'Sign In with Google': string;
|
|
51
|
-
'Sign in to your account': string;
|
|
52
|
-
'Create a new account': string;
|
|
53
|
-
'Signing in': string;
|
|
54
|
-
'Sign Out': string;
|
|
55
|
-
'Sign Up': string;
|
|
56
|
-
Skip: string;
|
|
57
|
-
Submit: string;
|
|
58
|
-
Submitting: string;
|
|
59
|
-
'User already exists': string;
|
|
60
|
-
'User does not exist': string;
|
|
61
|
-
Username: string;
|
|
62
|
-
'Username cannot be empty': string;
|
|
63
|
-
'Verify Contact': string;
|
|
64
|
-
Verify: string;
|
|
65
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const trDict: AuthenticatorDictionary;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare type AuthenticatorText = 'Account recovery requires verified contact information' | 'Back to Sign In' | 'Change Password' | 'Changing' | 'Code' | 'Confirm Password' | 'Confirm Sign Up' | 'Confirm SMS Code' | 'Confirm TOTP Code' | 'Confirm' | 'Confirmation Code' | 'Confirming' | 'Create a new account' | 'Create Account' | 'Creating Account' | 'Dismiss alert' | 'Email' | 'Enter your code' | 'Enter your email' | 'Enter your phone number' | 'Enter your username' | 'Forgot your password?' | 'Hide password' | 'Loading' | 'New password' | 'Password' | 'Phone Number' | 'Resend Code' | 'Reset your password' | 'Reset your Password' | 'Send code' | 'Send Code' | 'Sending' | 'Setup TOTP' | 'Show password' | 'Sign in to your account' | 'Sign In with Amazon' | 'Sign In with Apple' | 'Sign In with Facebook' | 'Sign In with Google' | 'Sign in' | 'Sign In' | 'Signing in' | 'Skip' | 'Submit' | 'Submitting' | 'Username' | 'Verify Contact' | 'Verify';
|
|
2
|
+
export declare type AuthenticatorDictionary = Record<AuthenticatorText, string> & Record<string, string>;
|
|
3
|
+
export {};
|
|
@@ -1,32 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'Back to Sign In': string;
|
|
4
|
-
'Change Password': string;
|
|
5
|
-
Code: string;
|
|
6
|
-
Confirm: string;
|
|
7
|
-
'Confirm a Code': string;
|
|
8
|
-
'Confirm Password': string;
|
|
9
|
-
'Confirm Sign In': string;
|
|
10
|
-
'Confirm Sign Up': string;
|
|
11
|
-
Email: string;
|
|
12
|
-
'Forgot Password': string;
|
|
13
|
-
'Incorrect username or password': string;
|
|
14
|
-
'Invalid password format': string;
|
|
15
|
-
'Invalid phone number format': string;
|
|
16
|
-
'New Password': string;
|
|
17
|
-
or: string;
|
|
18
|
-
Password: string;
|
|
19
|
-
'Phone Number': string;
|
|
20
|
-
'Resend a Code': string;
|
|
21
|
-
'Send Code': string;
|
|
22
|
-
'Sign In': string;
|
|
23
|
-
'Sign Out': string;
|
|
24
|
-
'Sign Up': string;
|
|
25
|
-
Skip: string;
|
|
26
|
-
Submit: string;
|
|
27
|
-
'User already exists': string;
|
|
28
|
-
'User does not exist': string;
|
|
29
|
-
Username: string;
|
|
30
|
-
Verify: string;
|
|
31
|
-
'Verify Contact': string;
|
|
32
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const zhDict: AuthenticatorDictionary;
|