1
0
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:
Kyle Spearrin
2018-10-23 15:50:21 -04:00
parent 2244519596
commit 7b0063902f
10 changed files with 204 additions and 1 deletions

View File

@@ -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."
}
}