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:
@@ -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)"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user