1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

[PM-21452] - [Vault] Import Data - Add callout when "Remove Card Item Type Policy" is enabled. (#15195)

* add callout for remove card item type policy

* add comment

* add shareReplay

* remove shareReplay. fix type

* fix import

* remove subscription
This commit is contained in:
Jordan Aasen
2025-06-23 08:52:18 -07:00
committed by GitHub
parent a11bcc6bde
commit 2e8c0de719
5 changed files with 30 additions and 0 deletions

View File

@@ -2487,6 +2487,12 @@
"personalOwnershipPolicyInEffectImports": {
"message": "An organization policy has blocked importing items into your individual vault."
},
"restrictCardTypeImport": {
"message": "Cannot import card item types"
},
"restrictCardTypeImportDesc": {
"message": "A policy set by 1 or more organizations prevents you from importing cards to your vaults."
},
"domainsTitle": {
"message": "Domains",
"description": "A category title describing the concept of web domains"

View File

@@ -1716,6 +1716,12 @@
"accountRestricted": {
"message": "Account restricted"
},
"restrictCardTypeImport": {
"message": "Cannot import card item types"
},
"restrictCardTypeImportDesc": {
"message": "A policy set by 1 or more organizations prevents you from importing cards to your vaults."
},
"filePasswordAndConfirmFilePasswordDoNotMatch": {
"message": "“File password” and “Confirm file password“ do not match."
},

View File

@@ -2160,6 +2160,12 @@
"restrictedItemTypesPolicyDesc": {
"message": "Do not allow members to create card item types."
},
"restrictCardTypeImport": {
"message": "Cannot import card item types"
},
"restrictCardTypeImportDesc": {
"message": "A policy set by 1 or more organizations prevents you from importing cards to your vaults."
},
"yourSingleUseRecoveryCode": {
"message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
},