-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Hebrew as an option for Authenticator (#2907)
Co-authored-by: Niv <niv@clearx.io> Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
- Loading branch information
1 parent
1847840
commit c31a9bf
Showing
6 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@aws-amplify/ui': patch | ||
--- | ||
|
||
Added Hebrew as an option for Authenticator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
import { AuthenticatorDictionary } from './types'; | ||
|
||
export const heDict: AuthenticatorDictionary = { | ||
'Account recovery requires verified contact information': | ||
'שחזור לקוח דורש עוד מידע', | ||
'Back to Sign In': 'חזור להרשמה', | ||
'Change Password': 'עדכון סיסמא', | ||
Changing: 'מעדכן', | ||
Code: 'קוד', | ||
'Confirm Password': 'אשר סיסמא', | ||
'Confirm Sign Up': 'אשר הרשמה', | ||
'Confirm SMS Code': 'אשר sms קוד', | ||
'Confirm TOTP Code': 'אשר totp קוד', | ||
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': 'Setup TOTP', | ||
'Show password': 'הצג סיסמא', | ||
'Sign in to your account': 'התחבר לחשבון שלך', | ||
'Sign In with Amazon': 'Sign In with Amazon', | ||
'Sign In with Apple': 'Sign In with Apple', | ||
'Sign In with Facebook': 'Sign In with Facebook', | ||
'Sign In with Google': 'Sign In with Google', | ||
'Sign in': 'התחבר', | ||
'Sign In': 'התחבר', | ||
'Signing in': 'מתחבר', | ||
Skip: 'דלג', | ||
Submit: 'שלח', | ||
Submitting: 'שולח', | ||
Username: 'שם משתמש', | ||
'Verify Contact': 'אמת איש קשר', | ||
Verify: 'אמת', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters