1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

[PM-26018] All Activity tab - Password change metric (#16644)

This commit is contained in:
Vijay Oommen
2025-10-03 08:58:07 -05:00
committed by GitHub
parent f7a3ad8805
commit 0443c87867
12 changed files with 469 additions and 10 deletions

View File

@@ -59,8 +59,42 @@
"createNewLoginItem": {
"message": "Create new login item"
},
"onceYouMarkApplicationsCriticalTheyWillDisplayHere": {
"message": "Once you mark applications critical, they will display here"
"percentageCompleted": {
"message": "$PERCENT$% complete",
"placeholders": {
"percent": {
"content": "$1",
"example": "75"
}
}
},
"securityTasksCompleted": {
"message": "$COUNT$ out of $TOTAL$ security tasks completed",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"passwordChangeProgress": {
"message": "Password change progress"
},
"assignMembersTasksToMonitorProgress": {
"message": "Assign members tasks to monitor progress"
},
"onceYouReviewApplications": {
"message": "Once you review applications and mark them as critical, they will display here."
},
"sendReminders": {
"message": "Send reminders"
},
"criticalApplicationsActivityDescription": {
"message": "Once you mark applications critical, they will display here."
},
"viewAtRiskMembers": {
"message": "View at-risk members"
@@ -108,6 +142,15 @@
}
}
},
"countOfAtRiskPasswords": {
"message": "$COUNT$ passwords at-risk",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"notifiedMembersWithCount": {
"message": "Notified members ($COUNT$)",
"placeholders": {
@@ -9523,6 +9566,9 @@
"assign": {
"message": "Assign"
},
"assignTasks": {
"message": "Assign tasks"
},
"assignToCollections": {
"message": "Assign to collections"
},