mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[AC-2614] Member Access Localization (#10931)
* Initial setup and modifications for member access report api implementation * Adding the permissions logic for getting the permissions text * fixing the test cases * Some refactoring on async calls * Comments on the model * Resolving the mock issue * messages * Localization of text * One more file to fix merge
This commit is contained in:
@@ -8756,6 +8756,27 @@
|
||||
"memberAccessReportPageDesc": {
|
||||
"message": "Audit organization member access across groups, collections, and collection items. The CSV export provides a detailed breakdown per member, including information on collection permissions and account configurations."
|
||||
},
|
||||
"memberAccessReportNoCollection": {
|
||||
"message": "(No Collection)"
|
||||
},
|
||||
"memberAccessReportNoCollectionPermission": {
|
||||
"message": "(No Collection Permission)"
|
||||
},
|
||||
"memberAccessReportNoGroup": {
|
||||
"message": "(No Group)"
|
||||
},
|
||||
"memberAccessReportTwoFactorEnabledTrue": {
|
||||
"message": "On"
|
||||
},
|
||||
"memberAccessReportTwoFactorEnabledFalse": {
|
||||
"message": "Off"
|
||||
},
|
||||
"memberAccessReportAuthenticationEnabledTrue": {
|
||||
"message": "On"
|
||||
},
|
||||
"memberAccessReportAuthenticationEnabledFalse": {
|
||||
"message": "Off"
|
||||
},
|
||||
"higherKDFIterations": {
|
||||
"message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user