-
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' of https://github.com/bitwarden/clients into tool…
…s/pm-7114/remove-send-v1-code
- Loading branch information
Showing
600 changed files
with
32,487 additions
and
7,960 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
"message": "Keçid açarı ilə giriş et" | ||
}, | ||
"useSingleSignOn": { | ||
"message": "Tək daxil olma üsulunu istifadə et" | ||
"message": "Vahid daxil olma üsulunu istifadə et" | ||
}, | ||
"welcomeBack": { | ||
"message": "Yenidən xoş gəlmisiniz" | ||
|
@@ -38,7 +38,7 @@ | |
"message": "Bir parol təyin edərək hesabınızı yaratmağı başa çatdırın" | ||
}, | ||
"enterpriseSingleSignOn": { | ||
"message": "Müəssisə üçün tək daxil olma" | ||
"message": "Müəssisə üçün vahid daxil olma" | ||
}, | ||
"cancel": { | ||
"message": "İmtina" | ||
|
@@ -192,6 +192,13 @@ | |
"autoFillIdentity": { | ||
"message": "Kimliyi avto-doldur" | ||
}, | ||
"fillVerificationCode": { | ||
"message": "Doğrulama kodunu doldur" | ||
}, | ||
"fillVerificationCodeAria": { | ||
"message": "Doğrulama Kodunu Doldur", | ||
"description": "Aria label for the heading displayed the inline menu for totp code autofill" | ||
}, | ||
"generatePasswordCopied": { | ||
"message": "Parol yarat (kopyalandı)" | ||
}, | ||
|
@@ -641,9 +648,6 @@ | |
"rateExtension": { | ||
"message": "Uzantını qiymətləndir" | ||
}, | ||
"rateExtensionDesc": { | ||
"message": "Gözəl bir rəy ilə bizə dəstək ola bilərsiniz!" | ||
}, | ||
"browserNotSupportClipboard": { | ||
"message": "Veb brauzeriniz lövhəyə kopyalamağı dəstəkləmir. Əvəzində əllə kopyalayın." | ||
}, | ||
|
@@ -1319,6 +1323,12 @@ | |
"enterVerificationCodeApp": { | ||
"message": "Kimlik doğrulayıcı tətbiqindən 6 rəqəmli doğrulama kodunu daxil edin." | ||
}, | ||
"authenticationTimeout": { | ||
"message": "Kimlik doğrulama vaxtı bitdi" | ||
}, | ||
"authenticationSessionTimedOut": { | ||
"message": "Kimlik doğrulama seansının vaxtı bitdi. Lütfən giriş prosesini yenidən başladın." | ||
}, | ||
"enterVerificationCodeEmail": { | ||
"message": "$EMAIL$ ünvanına göndərilən e-poçtdakı 6 rəqəmli doğrulama kodunu daxil edin.", | ||
"placeholders": { | ||
|
@@ -3167,7 +3177,7 @@ | |
"viewAllLogInOptions": { | ||
"message": "Bütün giriş seçimlərinə bax" | ||
}, | ||
"viewAllLoginOptions": { | ||
"viewAllLoginOptionsV1": { | ||
"message": "Bütün giriş seçimlərinə bax" | ||
}, | ||
"notificationSentDevice": { | ||
|
@@ -3574,6 +3584,14 @@ | |
"message": "Hesabınızın kilidini açın, yeni bir pəncərədə açılır", | ||
"description": "Screen reader text (aria-label) for unlock account button in overlay" | ||
}, | ||
"totpCodeAria": { | ||
"message": "Vaxt əsaslı Təkistifadəlik Parol Doğrulama Kodu", | ||
"description": "Aria label for the totp code displayed in the inline menu for autofill" | ||
}, | ||
"totpSecondsSpanAria": { | ||
"message": "Hazırkı TOTP-nin bitməsinə qalan vaxt", | ||
"description": "Aria label for the totp seconds displayed in the inline menu for autofill" | ||
}, | ||
"fillCredentialsFor": { | ||
"message": "Kimlik məlumatlarını doldur", | ||
"description": "Screen reader text for when overlay item is in focused" | ||
|
@@ -4658,6 +4676,9 @@ | |
"showNumberOfAutofillSuggestions": { | ||
"message": "Uzantı ikonunda giriş üçün avto-doldurma təklif sayını göstər" | ||
}, | ||
"showQuickCopyActions": { | ||
"message": "Show quick copy actions on Vault" | ||
}, | ||
"systemDefault": { | ||
"message": "İlkin sistem" | ||
}, | ||
|
@@ -4889,6 +4910,42 @@ | |
"beta": { | ||
"message": "Beta" | ||
}, | ||
"importantNotice": { | ||
"message": "Vacib bildiriş" | ||
}, | ||
"setupTwoStepLogin": { | ||
"message": "İki addımlı girişi qur" | ||
}, | ||
"newDeviceVerificationNoticeContentPage1": { | ||
"message": "Bitwarden, 2025-ci ilin Fevral ayından etibarən yeni cihazlardan gələn girişləri doğrulamaq üçün hesabınızın e-poçtuna bir kod göndərəcək." | ||
}, | ||
"newDeviceVerificationNoticeContentPage2": { | ||
"message": "Hesabınızı qorumaq üçün alternativ bir yol kimi iki addımlı girişi qura və ya e-poçtunuzu müraciət edə biləcəyiniz e-poçtla dəyişdirə bilərsiniz." | ||
}, | ||
"remindMeLater": { | ||
"message": "Daha sonra xatırlat" | ||
}, | ||
"newDeviceVerificationNoticePageOneFormContent": { | ||
"message": "$EMAIL$ e-poçtunuza güvənli şəkildə müraciət edə bilirsiniz?", | ||
"placeholders": { | ||
"email": { | ||
"content": "$1", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"newDeviceVerificationNoticePageOneEmailAccessNo": { | ||
"message": "Xeyr, edə bilmirəm" | ||
}, | ||
"newDeviceVerificationNoticePageOneEmailAccessYes": { | ||
"message": "Bəli, e-poçtuma güvənli şəkildə müraciət edə bilirəm" | ||
}, | ||
"turnOnTwoStepLogin": { | ||
"message": "İki addımlı girişi işə sal" | ||
}, | ||
"changeAcctEmail": { | ||
"message": "Hesabın e-poçtunu dəyişdir" | ||
}, | ||
"extensionWidth": { | ||
"message": "Uzantı eni" | ||
}, | ||
|
Oops, something went wrong.