mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
[PM-8386] - Add section header to import page (#10153)
* first pass section header in import data component * change layout * fix desktop bg * revert chnage to default config * update translation key * revert change to background color
This commit is contained in:
@@ -3136,8 +3136,8 @@
|
||||
"invalidFilePassword": {
|
||||
"message": "Invalid file password, please use the password you entered when you created the export file."
|
||||
},
|
||||
"importDestination": {
|
||||
"message": "Import destination"
|
||||
"destination": {
|
||||
"message": "Destination"
|
||||
},
|
||||
"learnAboutImportOptions": {
|
||||
"message": "Learn about your import options"
|
||||
@@ -3693,6 +3693,9 @@
|
||||
"loading": {
|
||||
"message": "Loading"
|
||||
},
|
||||
"data": {
|
||||
"message": "Data"
|
||||
},
|
||||
"assign": {
|
||||
"message": "Assign"
|
||||
},
|
||||
|
||||
@@ -1380,7 +1380,7 @@
|
||||
},
|
||||
"exportPasswordDescription": {
|
||||
"message": "This password will be used to export and import this file"
|
||||
},
|
||||
},
|
||||
"accountRestrictedOptionDescription": {
|
||||
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
|
||||
},
|
||||
@@ -2817,8 +2817,8 @@
|
||||
"invalidFilePassword": {
|
||||
"message": "Invalid file password, please use the password you entered when you created the export file."
|
||||
},
|
||||
"importDestination": {
|
||||
"message": "Import destination"
|
||||
"destination": {
|
||||
"message": "Destination"
|
||||
},
|
||||
"learnAboutImportOptions": {
|
||||
"message": "Learn about your import options"
|
||||
@@ -3013,5 +3013,8 @@
|
||||
"example": "Work"
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"message": "Data"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1506,8 +1506,8 @@
|
||||
"importEncKeyError": {
|
||||
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||
},
|
||||
"importDestination": {
|
||||
"message": "Import destination"
|
||||
"destination": {
|
||||
"message": "Destination"
|
||||
},
|
||||
"learnAboutImportOptions": {
|
||||
"message": "Learn about your import options"
|
||||
@@ -8622,6 +8622,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"message": "Data"
|
||||
},
|
||||
"purchasedSeatsRemoved": {
|
||||
"message": "purchased seats removed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user