mirror of
https://github.com/bitwarden/browser
synced 2026-02-03 18:23:57 +00:00
feat(dirt): add i18n strings for application review
Add internationalization strings for the new applications review dialog success and error messages. - applicationReviewSaved: Success toast title - applicationsMarkedAsCritical: Success message when apps marked critical - newApplicationsReviewed: Success message when apps reviewed only - errorSavingReviewStatus: Error toast title - pleaseTryAgain: Error toast message Related to PM-27284
This commit is contained in:
@@ -328,6 +328,27 @@
|
||||
"markAsCriticalPlaceholder": {
|
||||
"message": "Mark as critical functionality will be implemented in a future update"
|
||||
},
|
||||
"applicationReviewSaved": {
|
||||
"message": "Application review saved"
|
||||
},
|
||||
"applicationsMarkedAsCritical": {
|
||||
"message": "$COUNT$ applications marked as critical",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"newApplicationsReviewed": {
|
||||
"message": "New applications reviewed"
|
||||
},
|
||||
"errorSavingReviewStatus": {
|
||||
"message": "Error saving review status"
|
||||
},
|
||||
"pleaseTryAgain": {
|
||||
"message": "Please try again"
|
||||
},
|
||||
"unmarkAsCritical": {
|
||||
"message": "Unmark as critical"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user