@aws-amplify/ui 3.12.4 → 3.12.5
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/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/index.js +1 -1
- package/dist/styles.css +7 -1
- package/dist/theme.css +1 -1
- 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 -56
- 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 -663
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Wed, 03 Aug 2022 17:04:38 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -1373,6 +1373,11 @@ strong.amplify-text {
|
|
|
1373
1373
|
line-height: var(--amplify-components-heading-line-height);
|
|
1374
1374
|
display: block;
|
|
1375
1375
|
}
|
|
1376
|
+
.amplify-heading--truncated {
|
|
1377
|
+
overflow: hidden;
|
|
1378
|
+
text-overflow: ellipsis;
|
|
1379
|
+
white-space: nowrap;
|
|
1380
|
+
}
|
|
1376
1381
|
|
|
1377
1382
|
.amplify-heading--1 {
|
|
1378
1383
|
font-size: var(--amplify-components-heading-1-font-size);
|
|
@@ -1533,6 +1538,7 @@ strong.amplify-text {
|
|
|
1533
1538
|
-moz-user-select: text;
|
|
1534
1539
|
-ms-user-select: text;
|
|
1535
1540
|
user-select: text;
|
|
1541
|
+
white-space: pre-wrap;
|
|
1536
1542
|
}
|
|
1537
1543
|
.amplify-textarea:focus {
|
|
1538
1544
|
border-color: var(--amplify-components-fieldcontrol-focus-border-color);
|
package/dist/theme.css
CHANGED
|
@@ -1,61 +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
|
-
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
|
-
'Send code': string;
|
|
44
|
-
'Sign in': string;
|
|
45
|
-
'Sign In': string;
|
|
46
|
-
'Sign in to your account': string;
|
|
47
|
-
'Sign Out': string;
|
|
48
|
-
'Sign Up': string;
|
|
49
|
-
Skip: string;
|
|
50
|
-
Submit: string;
|
|
51
|
-
'User already exists': string;
|
|
52
|
-
'User does not exist': string;
|
|
53
|
-
Username: string;
|
|
54
|
-
'Username cannot be empty': string;
|
|
55
|
-
Verify: string;
|
|
56
|
-
'Verify Contact': string;
|
|
57
|
-
'We Emailed You': string;
|
|
58
|
-
'Your code is on the way. To log in, enter the code we emailed to': string;
|
|
59
|
-
'Your code is on the way. To log in, enter the code we texted to': string;
|
|
60
|
-
'It may take a minute to arrive.': string;
|
|
61
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const deDict: 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 enDict: AuthenticatorDictionary;
|
|
@@ -1,63 +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 a Code': string;
|
|
10
|
-
'Confirm Password': string;
|
|
11
|
-
'Confirm Sign In': string;
|
|
12
|
-
'Confirm Sign Up': string;
|
|
13
|
-
'Confirm TOTP Code': string;
|
|
14
|
-
'Confirmation Code': string;
|
|
15
|
-
Confirming: string;
|
|
16
|
-
'Create a new account': string;
|
|
17
|
-
'Create Account': string;
|
|
18
|
-
'Creating Account': string;
|
|
19
|
-
Email: string;
|
|
20
|
-
'Enter your email': string;
|
|
21
|
-
'Forgot Password': string;
|
|
22
|
-
'Incorrect username or password.': string;
|
|
23
|
-
'Invalid password format': string;
|
|
24
|
-
'Invalid phone number format': string;
|
|
25
|
-
'Forgot your password?': string;
|
|
26
|
-
'Hide password': string;
|
|
27
|
-
'Loading...': string;
|
|
28
|
-
'New Password': string;
|
|
29
|
-
or: string;
|
|
30
|
-
Password: string;
|
|
31
|
-
'Phone Number': string;
|
|
32
|
-
'Resend a Code': string;
|
|
33
|
-
'Reset your password': string;
|
|
34
|
-
'Reset your Password': string;
|
|
35
|
-
'Resend Code': 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
|
-
'Sign Out': string;
|
|
48
|
-
'Sign Up': string;
|
|
49
|
-
'Sign Up with Amazon': string;
|
|
50
|
-
'Sign Up with Apple': string;
|
|
51
|
-
'Sign Up with Facebook': string;
|
|
52
|
-
'Sign Up with Google': string;
|
|
53
|
-
'Signing in': string;
|
|
54
|
-
Skip: string;
|
|
55
|
-
Submit: string;
|
|
56
|
-
'User already exists': string;
|
|
57
|
-
'User does not exist': string;
|
|
58
|
-
Username: string;
|
|
59
|
-
'Username cannot be empty': string;
|
|
60
|
-
Verify: string;
|
|
61
|
-
'Verify Contact': string;
|
|
62
|
-
'Your passwords must match': string;
|
|
63
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const esDict: 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: string;
|
|
6
|
-
'Change Password': string;
|
|
7
|
-
Code: string;
|
|
8
|
-
Confirm: string;
|
|
9
|
-
'Confirm a Code': string;
|
|
10
|
-
'Confirm Password': string;
|
|
11
|
-
'Confirm Sign In': string;
|
|
12
|
-
'Confirm Sign Up': string;
|
|
13
|
-
'Confirm SMS Code': string;
|
|
14
|
-
'Confirm TOTP Code': string;
|
|
15
|
-
'Confirmation Code': string;
|
|
16
|
-
'Create a new account': string;
|
|
17
|
-
'Create account': string;
|
|
18
|
-
'Create Account': string;
|
|
19
|
-
Email: string;
|
|
20
|
-
'Enter your code': string;
|
|
21
|
-
'Enter your email': string;
|
|
22
|
-
'Enter your password': string;
|
|
23
|
-
'Enter your phone number': string;
|
|
24
|
-
'Enter your username': string;
|
|
25
|
-
'Forgot Password': string;
|
|
26
|
-
'Forgot your password?': string;
|
|
27
|
-
'Have an account? ': string;
|
|
28
|
-
Hello: string;
|
|
29
|
-
'Incorrect username or password': string;
|
|
30
|
-
'Invalid password format': string;
|
|
31
|
-
'Invalid phone number format': string;
|
|
32
|
-
'Loading...': string;
|
|
33
|
-
'Lost your code? ': string;
|
|
34
|
-
'Network error': string;
|
|
35
|
-
'New Password': string;
|
|
36
|
-
'No account? ': string;
|
|
37
|
-
or: string;
|
|
38
|
-
Password: string;
|
|
39
|
-
'Phone Number': string;
|
|
40
|
-
'Resend a Code': string;
|
|
41
|
-
'Resend Code': string;
|
|
42
|
-
'Reset password': string;
|
|
43
|
-
'Reset your password': string;
|
|
44
|
-
Send: string;
|
|
45
|
-
'Send Code': string;
|
|
46
|
-
'Sign in': string;
|
|
47
|
-
'Sign In': string;
|
|
48
|
-
'Sign in to your account': string;
|
|
49
|
-
'Sign In with Amazon': string;
|
|
50
|
-
'Sign In with AWS': string;
|
|
51
|
-
'Sign In with Facebook': string;
|
|
52
|
-
'Sign In with Google': string;
|
|
53
|
-
'Sign Out': string;
|
|
54
|
-
'Sign Up': string;
|
|
55
|
-
Skip: string;
|
|
56
|
-
SMS: string;
|
|
57
|
-
Submit: string;
|
|
58
|
-
'User already exists': string;
|
|
59
|
-
'User does not exist': string;
|
|
60
|
-
Username: string;
|
|
61
|
-
'Username cannot be empty': string;
|
|
62
|
-
'Username/client id combination not found.': string;
|
|
63
|
-
Verify: string;
|
|
64
|
-
'Verify Contact': string;
|
|
65
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const frDict: AuthenticatorDictionary;
|
|
@@ -1,78 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
'An account with the given email already exists.': string;
|
|
4
|
-
'Attempt limit exceeded, please try after some time.': string;
|
|
5
|
-
'Back to Sign In': string;
|
|
6
|
-
'Cannot reset password for the user as there is no registered/verified email or phone_number': string;
|
|
7
|
-
Change: string;
|
|
8
|
-
'Change Password': string;
|
|
9
|
-
Code: string;
|
|
10
|
-
Confirm: string;
|
|
11
|
-
'Confirm a Code': string;
|
|
12
|
-
'Confirm Password': string;
|
|
13
|
-
'Confirmation Code': string;
|
|
14
|
-
'Create a new account': string;
|
|
15
|
-
'Create account': string;
|
|
16
|
-
'Create Account': string;
|
|
17
|
-
'Creating Account': string;
|
|
18
|
-
Confirming: string;
|
|
19
|
-
Email: string;
|
|
20
|
-
'Enter your code': string;
|
|
21
|
-
'Enter your email': string;
|
|
22
|
-
'Enter your password': string;
|
|
23
|
-
'Enter your phone number': string;
|
|
24
|
-
'Enter your username': string;
|
|
25
|
-
'Forgot Password': string;
|
|
26
|
-
'Forgot your password?': string;
|
|
27
|
-
'Have an account? ': string;
|
|
28
|
-
Hello: string;
|
|
29
|
-
'Incorrect username or password.': string;
|
|
30
|
-
'Invalid phone number format': string;
|
|
31
|
-
'Invalid verification code provided, please try again.': string;
|
|
32
|
-
'It may take a minute to arrive.': string;
|
|
33
|
-
'Lost your code? ': string;
|
|
34
|
-
Name: string;
|
|
35
|
-
'Network error': string;
|
|
36
|
-
'New password': string;
|
|
37
|
-
'No account? ': string;
|
|
38
|
-
or: string;
|
|
39
|
-
Password: string;
|
|
40
|
-
'Password did not conform with policy: Password not long enough': string;
|
|
41
|
-
'Phone Number': string;
|
|
42
|
-
'Resend a Code': string;
|
|
43
|
-
'Resend Code': string;
|
|
44
|
-
'Reset password': string;
|
|
45
|
-
'Reset your password': string;
|
|
46
|
-
Send: string;
|
|
47
|
-
'Send Code': string;
|
|
48
|
-
'Send code': string;
|
|
49
|
-
Sending: string;
|
|
50
|
-
'Sign in': string;
|
|
51
|
-
'Sign In': string;
|
|
52
|
-
'Sign in to your account': string;
|
|
53
|
-
'Sign In with Amazon': string;
|
|
54
|
-
'Sign In with AWS': string;
|
|
55
|
-
'Sign In with Facebook': string;
|
|
56
|
-
'Sign In with Google': string;
|
|
57
|
-
'Sign Up with Amazon': string;
|
|
58
|
-
'Sign Up with AWS': string;
|
|
59
|
-
'Sign Up with Facebook': string;
|
|
60
|
-
'Sign Up with Google': string;
|
|
61
|
-
'Signing in': string;
|
|
62
|
-
Skip: string;
|
|
63
|
-
SMS: string;
|
|
64
|
-
Submit: string;
|
|
65
|
-
Submitting: string;
|
|
66
|
-
'User is disabled.': string;
|
|
67
|
-
'User already exists': string;
|
|
68
|
-
'User does not exist.': string;
|
|
69
|
-
Username: string;
|
|
70
|
-
'Username cannot be empty': string;
|
|
71
|
-
'Username/client id combination not found.': string;
|
|
72
|
-
Verify: string;
|
|
73
|
-
'Verify Contact': string;
|
|
74
|
-
'We Emailed You': string;
|
|
75
|
-
'Your code is on the way. To log in, enter the code we emailed to': string;
|
|
76
|
-
'Your code is on the way. To log in, enter the code we texted to': string;
|
|
77
|
-
'Your passwords must match': string;
|
|
78
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const idDict: AuthenticatorDictionary;
|
|
@@ -1,49 +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
|
-
Code: string;
|
|
7
|
-
Confirm: string;
|
|
8
|
-
'Confirm a Code': string;
|
|
9
|
-
'Confirm Password': 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
|
-
or: string;
|
|
28
|
-
'No account? ': 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
|
-
Skip: string;
|
|
42
|
-
Submit: string;
|
|
43
|
-
'User already exists': string;
|
|
44
|
-
'User does not exist': string;
|
|
45
|
-
Username: string;
|
|
46
|
-
'Username cannot be empty': string;
|
|
47
|
-
Verify: string;
|
|
48
|
-
'Verify Contact': string;
|
|
49
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const itDict: AuthenticatorDictionary;
|
|
@@ -1,56 +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
|
-
Code: string;
|
|
7
|
-
Confirm: string;
|
|
8
|
-
'Confirm a Code': string;
|
|
9
|
-
'Confirm Password': 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 In with Amazon': string;
|
|
40
|
-
'Sign In with Facebook': string;
|
|
41
|
-
'Sign In with Google': string;
|
|
42
|
-
'Sign Out': string;
|
|
43
|
-
'Sign Up': string;
|
|
44
|
-
Skip: string;
|
|
45
|
-
Submit: string;
|
|
46
|
-
'User already exists': string;
|
|
47
|
-
'User does not exist': string;
|
|
48
|
-
Username: string;
|
|
49
|
-
'Username cannot be empty': string;
|
|
50
|
-
Verify: string;
|
|
51
|
-
'Verify Contact': string;
|
|
52
|
-
'We Emailed You': string;
|
|
53
|
-
'Your code is on the way. To log in, enter the code we emailed to': string;
|
|
54
|
-
'Your code is on the way. To log in, enter the code we texted to': string;
|
|
55
|
-
'It may take a minute to arrive.': string;
|
|
56
|
-
};
|
|
1
|
+
import { AuthenticatorDictionary } from './types';
|
|
2
|
+
export declare const jaDict: AuthenticatorDictionary;
|
|
@@ -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;
|