-
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/default-argon2
- Loading branch information
Showing
306 changed files
with
11,954 additions
and
928 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2324,6 +2324,9 @@ | |
"message": "النطاقات", | ||
"description": "A category title describing the concept of web domains" | ||
}, | ||
"blockedDomains": { | ||
"message": "Blocked domains" | ||
}, | ||
"excludedDomains": { | ||
"message": "النطاقات المستبعدة" | ||
}, | ||
|
@@ -2333,6 +2336,15 @@ | |
"excludedDomainsDescAlt": { | ||
"message": "Bitwarden لن يطلب حفظ تفاصيل تسجيل الدخول لهذه النطافات لجميع الحسابات مسجلة الدخول. يجب عليك تحديث الصفحة لكي تصبح التغييرات نافذة المفعول." | ||
}, | ||
"blockedDomainsDesc": { | ||
"message": "Autofill and other related features will not be offered for these websites. You must refresh the page for changes to take effect." | ||
}, | ||
"autofillBlockedNotice": { | ||
"message": "Autofill is blocked for this website. Review or change this in settings." | ||
}, | ||
"autofillBlockedTooltip": { | ||
"message": "Autofill is blocked on this website. Review in settings." | ||
}, | ||
"websiteItemLabel": { | ||
"message": "الموقع $number$ (URI)", | ||
"placeholders": { | ||
|
@@ -2351,6 +2363,9 @@ | |
} | ||
} | ||
}, | ||
"blockedDomainsSavedSuccess": { | ||
"message": "Blocked domain changes saved" | ||
}, | ||
"excludedDomainsSavedSuccess": { | ||
"message": "تم حفظ تغييرات استبعاد النطاقات" | ||
}, | ||
|
@@ -2789,6 +2804,20 @@ | |
"error": { | ||
"message": "خطأ" | ||
}, | ||
"decryptionError": { | ||
"message": "Decryption error" | ||
}, | ||
"couldNotDecryptVaultItemsBelow": { | ||
"message": "Bitwarden could not decrypt the vault item(s) listed below." | ||
}, | ||
"contactCSToAvoidDataLossPart1": { | ||
"message": "Contact customer success", | ||
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'" | ||
}, | ||
"contactCSToAvoidDataLossPart2": { | ||
"message": "to avoid additional data loss.", | ||
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'" | ||
}, | ||
"generateUsername": { | ||
"message": "إنشاء اسم المستخدم" | ||
}, | ||
|
@@ -4641,6 +4670,33 @@ | |
"noEditPermissions": { | ||
"message": "You don't have permission to edit this item" | ||
}, | ||
"biometricsStatusHelptextUnlockNeeded": { | ||
"message": "Biometric unlock is unavailable because PIN or password unlock is required first." | ||
}, | ||
"biometricsStatusHelptextHardwareUnavailable": { | ||
"message": "Biometric unlock is currently unavailable." | ||
}, | ||
"biometricsStatusHelptextAutoSetupNeeded": { | ||
"message": "Biometric unlock is unavailable due to misconfigured system files." | ||
}, | ||
"biometricsStatusHelptextManualSetupNeeded": { | ||
"message": "Biometric unlock is unavailable due to misconfigured system files." | ||
}, | ||
"biometricsStatusHelptextDesktopDisconnected": { | ||
"message": "Biometric unlock is unavailable because the Bitwarden desktop app is closed." | ||
}, | ||
"biometricsStatusHelptextNotEnabledInDesktop": { | ||
"message": "Biometric unlock is unavailable because it is not enabled for $EMAIL$ in the Bitwarden desktop app.", | ||
"placeholders": { | ||
"email": { | ||
"content": "$1", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"biometricsStatusHelptextUnavailableReasonUnknown": { | ||
"message": "Biometric unlock is currently unavailable for an unknown reason." | ||
}, | ||
"authenticating": { | ||
"message": "Authenticating" | ||
}, | ||
|
Oops, something went wrong.