mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
share and collection management
This commit is contained in:
@@ -38,6 +38,18 @@
|
||||
"shared": {
|
||||
"message": "Shared"
|
||||
},
|
||||
"share": {
|
||||
"message": "Share"
|
||||
},
|
||||
"shareItem": {
|
||||
"message": "Share Item"
|
||||
},
|
||||
"sharedItem": {
|
||||
"message": "Shared Item"
|
||||
},
|
||||
"shareDesc": {
|
||||
"message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared."
|
||||
},
|
||||
"attachments": {
|
||||
"message": "Attachments"
|
||||
},
|
||||
@@ -1100,5 +1112,11 @@
|
||||
},
|
||||
"exportMasterPassword": {
|
||||
"message": "Enter your master password to export your vault data."
|
||||
},
|
||||
"noOrganizationsList": {
|
||||
"message": "You do not belong to any organizations. Organizations allow you to securely share items with other users."
|
||||
},
|
||||
"noCollectionsInList": {
|
||||
"message": "There are no collections to list."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user