1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 06:03:40 +00:00

remove bulk share dialog components and related modules and i18n keys (#13815)

This commit is contained in:
Jordan Aasen
2025-03-14 15:37:44 -07:00
committed by GitHub
parent 53a032ca65
commit fdcb6ff7a2
5 changed files with 2 additions and 277 deletions

View File

@@ -900,9 +900,6 @@
"filter": {
"message": "Filter"
},
"moveSelectedToOrg": {
"message": "Move selected to organization"
},
"deleteSelected": {
"message": "Delete selected"
},
@@ -958,15 +955,6 @@
}
}
},
"movedItemsToOrg": {
"message": "Selected items moved to $ORGNAME$",
"placeholders": {
"orgname": {
"content": "$1",
"example": "Company Name"
}
}
},
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1592,9 +1580,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
"moveManyToOrgDesc": {
"message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
},
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1628,23 +1613,6 @@
}
}
},
"moveSelectedItemsCountDesc": {
"message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
"placeholders": {
"count": {
"content": "$1",
"example": "10"
},
"moveable_count": {
"content": "$2",
"example": "8"
},
"nonmoveable_count": {
"content": "$3",
"example": "2"
}
}
},
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},