1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

feat(dirt): add i18n keys for application review workflow

Add localized strings for review success/error toast messages.

- applicationsCriticalMarked: Success message with count
- applicationsReviewed: Success message without critical marking
- failedToSaveApplications: Error message

Related to PM-27284
This commit is contained in:
Claude
2025-10-28 21:23:48 +00:00
parent 4db6203e4e
commit 5b906512e0

View File

@@ -214,6 +214,18 @@
"applicationsMarkedAsCriticalFail": {
"message": "Failed to mark applications as critical"
},
"applicationsCriticalMarked": {
"message": "$COUNT$ applications marked as critical",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"applicationsReviewed": {
"message": "Applications reviewed successfully"
},
"application": {
"message": "Application"
},
@@ -10115,6 +10127,9 @@
"failedToSaveIntegration": {
"message": "Failed to save integration. Please try again later."
},
"failedToSaveApplications": {
"message": "Failed to save application review status"
},
"mustBeOrgOwnerToPerformAction": {
"message": "You must be the organization owner to perform this action."
},