-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into km/pm-10741/refactor-biometrics
- Loading branch information
Showing
624 changed files
with
32,294 additions
and
12,031 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,6 +192,13 @@ | |
"autoFillIdentity": { | ||
"message": "هوية التعبئة التلقائية" | ||
}, | ||
"fillVerificationCode": { | ||
"message": "Fill verification code" | ||
}, | ||
"fillVerificationCodeAria": { | ||
"message": "Fill Verification Code", | ||
"description": "Aria label for the heading displayed the inline menu for totp code autofill" | ||
}, | ||
"generatePasswordCopied": { | ||
"message": "إنشاء كلمة مرور (تم النسخ)" | ||
}, | ||
|
@@ -641,9 +648,6 @@ | |
"rateExtension": { | ||
"message": "قيِّم هذه الإضافة" | ||
}, | ||
"rateExtensionDesc": { | ||
"message": "يرجى النظر في مساعدتنا بكتابة تعليق إيجابي!" | ||
}, | ||
"browserNotSupportClipboard": { | ||
"message": "متصفح الويب الخاص بك لا يدعم خاصية النسخ السهل. يرجى استخدام النسخ اليدوي." | ||
}, | ||
|
@@ -1319,6 +1323,12 @@ | |
"enterVerificationCodeApp": { | ||
"message": "أدخل رمز التحقق من 6 أرقام من تطبيق المصادقة الخاص بك." | ||
}, | ||
"authenticationTimeout": { | ||
"message": "Authentication timeout" | ||
}, | ||
"authenticationSessionTimedOut": { | ||
"message": "The authentication session timed out. Please restart the login process." | ||
}, | ||
"enterVerificationCodeEmail": { | ||
"message": "أدخل رمز التحقق المكون من 6 أرقام الذي تم إرساله إلى $EMAIL$.", | ||
"placeholders": { | ||
|
@@ -3167,8 +3177,8 @@ | |
"viewAllLogInOptions": { | ||
"message": "View all log in options" | ||
}, | ||
"viewAllLoginOptions": { | ||
"message": "عرض جميع خيارات تسجيل الدخول" | ||
"viewAllLoginOptionsV1": { | ||
"message": "View all log in options" | ||
}, | ||
"notificationSentDevice": { | ||
"message": "تم إرسال إشعار إلى جهازك." | ||
|
@@ -3574,6 +3584,14 @@ | |
"message": "Unlock your account, opens in a new window", | ||
"description": "Screen reader text (aria-label) for unlock account button in overlay" | ||
}, | ||
"totpCodeAria": { | ||
"message": "Time-based One-Time Password Verification Code", | ||
"description": "Aria label for the totp code displayed in the inline menu for autofill" | ||
}, | ||
"totpSecondsSpanAria": { | ||
"message": "Time remaining before current TOTP expires", | ||
"description": "Aria label for the totp seconds displayed in the inline menu for autofill" | ||
}, | ||
"fillCredentialsFor": { | ||
"message": "ملء بيانات الاعتماد لـ", | ||
"description": "Screen reader text for when overlay item is in focused" | ||
|
@@ -4658,6 +4676,9 @@ | |
"showNumberOfAutofillSuggestions": { | ||
"message": "Show number of login autofill suggestions on extension icon" | ||
}, | ||
"showQuickCopyActions": { | ||
"message": "Show quick copy actions on Vault" | ||
}, | ||
"systemDefault": { | ||
"message": "System default" | ||
}, | ||
|
@@ -4889,6 +4910,42 @@ | |
"beta": { | ||
"message": "Beta" | ||
}, | ||
"importantNotice": { | ||
"message": "Important notice" | ||
}, | ||
"setupTwoStepLogin": { | ||
"message": "Set up two-step login" | ||
}, | ||
"newDeviceVerificationNoticeContentPage1": { | ||
"message": "Bitwarden will send a code to your account email to verify logins from new devices starting in February 2025." | ||
}, | ||
"newDeviceVerificationNoticeContentPage2": { | ||
"message": "You can set up two-step login as an alternative way to protect your account or change your email to one you can access." | ||
}, | ||
"remindMeLater": { | ||
"message": "Remind me later" | ||
}, | ||
"newDeviceVerificationNoticePageOneFormContent": { | ||
"message": "Do you have reliable access to your email, $EMAIL$?", | ||
"placeholders": { | ||
"email": { | ||
"content": "$1", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"newDeviceVerificationNoticePageOneEmailAccessNo": { | ||
"message": "No, I do not" | ||
}, | ||
"newDeviceVerificationNoticePageOneEmailAccessYes": { | ||
"message": "Yes, I can reliably access my email" | ||
}, | ||
"turnOnTwoStepLogin": { | ||
"message": "Turn on two-step login" | ||
}, | ||
"changeAcctEmail": { | ||
"message": "Change account email" | ||
}, | ||
"extensionWidth": { | ||
"message": "Extension width" | ||
}, | ||
|
Oops, something went wrong.