Skip to content

Commit 40060b6

Browse files
remove bulk share dialog components and related modules and i18n keys
1 parent aab97b5 commit 40060b6

File tree

5 files changed

+2
-277
lines changed

5 files changed

+2
-277
lines changed

apps/browser/src/_locales/en/messages.json

-9
Original file line numberDiff line numberDiff line change
@@ -4772,15 +4772,6 @@
47724772
"nothingSelected": {
47734773
"message": "You have not selected anything."
47744774
},
4775-
"movedItemsToOrg": {
4776-
"message": "Selected items moved to $ORGNAME$",
4777-
"placeholders": {
4778-
"orgname": {
4779-
"content": "$1",
4780-
"example": "Company Name"
4781-
}
4782-
}
4783-
},
47844775
"itemsMovedToOrg": {
47854776
"message": "Items moved to $ORGNAME$",
47864777
"placeholders": {

apps/web/src/app/vault/individual-vault/bulk-action-dialogs/bulk-dialogs.module.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ import { SharedModule } from "../../../shared";
44

55
import { BulkDeleteDialogComponent } from "./bulk-delete-dialog/bulk-delete-dialog.component";
66
import { BulkMoveDialogComponent } from "./bulk-move-dialog/bulk-move-dialog.component";
7-
import { BulkShareDialogComponent } from "./bulk-share-dialog/bulk-share-dialog.component";
87

98
@NgModule({
109
imports: [SharedModule],
11-
declarations: [BulkDeleteDialogComponent, BulkMoveDialogComponent, BulkShareDialogComponent],
12-
exports: [BulkDeleteDialogComponent, BulkMoveDialogComponent, BulkShareDialogComponent],
10+
declarations: [BulkDeleteDialogComponent, BulkMoveDialogComponent],
11+
exports: [BulkDeleteDialogComponent, BulkMoveDialogComponent],
1312
})
1413
export class BulkDialogsModule {}

apps/web/src/app/vault/individual-vault/bulk-action-dialogs/bulk-share-dialog/bulk-share-dialog.component.html

-73
This file was deleted.

apps/web/src/app/vault/individual-vault/bulk-action-dialogs/bulk-share-dialog/bulk-share-dialog.component.ts

-160
This file was deleted.

apps/web/src/locales/en/messages.json

-32
Original file line numberDiff line numberDiff line change
@@ -900,9 +900,6 @@
900900
"filter": {
901901
"message": "Filter"
902902
},
903-
"moveSelectedToOrg": {
904-
"message": "Move selected to organization"
905-
},
906903
"deleteSelected": {
907904
"message": "Delete selected"
908905
},
@@ -958,15 +955,6 @@
958955
}
959956
}
960957
},
961-
"movedItemsToOrg": {
962-
"message": "Selected items moved to $ORGNAME$",
963-
"placeholders": {
964-
"orgname": {
965-
"content": "$1",
966-
"example": "Company Name"
967-
}
968-
}
969-
},
970958
"itemsMovedToOrg": {
971959
"message": "Items moved to $ORGNAME$",
972960
"placeholders": {
@@ -1598,9 +1586,6 @@
15981586
"moveToOrgDesc": {
15991587
"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."
16001588
},
1601-
"moveManyToOrgDesc": {
1602-
"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."
1603-
},
16041589
"collectionsDesc": {
16051590
"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."
16061591
},
@@ -1634,23 +1619,6 @@
16341619
}
16351620
}
16361621
},
1637-
"moveSelectedItemsCountDesc": {
1638-
"message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
1639-
"placeholders": {
1640-
"count": {
1641-
"content": "$1",
1642-
"example": "10"
1643-
},
1644-
"moveable_count": {
1645-
"content": "$2",
1646-
"example": "8"
1647-
},
1648-
"nonmoveable_count": {
1649-
"content": "$3",
1650-
"example": "2"
1651-
}
1652-
}
1653-
},
16541622
"verificationCodeTotp": {
16551623
"message": "Verification code (TOTP)"
16561624
},

0 commit comments

Comments
 (0)