Skip to content

Commit

Permalink
re-add removed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jaasen-livefront committed Nov 25, 2024
1 parent cafaa13 commit d096ced
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions apps/web/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,9 +1642,27 @@
"passwordHistory": {
"message": "Password history"
},
"generatorHistory": {
"message": "Generator history"
},
"clearGeneratorHistoryTitle": {
"message": "Clear generator history"
},
"cleargGeneratorHistoryDescription": {
"message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?"
},
"noPasswordsInList": {
"message": "There are no passwords to list."
},
"clearHistory": {
"message": "Clear history"
},
"nothingToShow": {
"message": "Nothing to show"
},
"nothingGeneratedRecently": {
"message": "You haven't generated anything recently"
},
"clear": {
"message": "Clear",
"description": "To clear something out. Example: To clear browser history."
Expand Down Expand Up @@ -8051,9 +8069,18 @@
"loginInitiated": {
"message": "Login initiated"
},
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": {
"message": "Remember this device"
},
Expand Down Expand Up @@ -8283,6 +8310,9 @@
"userEmailMissing": {
"message": "User email missing"
},
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": {
"message": "Device trusted"
},
Expand Down Expand Up @@ -8378,9 +8408,6 @@
"collectionManagementDesc": {
"message": "Manage the collection behavior for the organization"
},
"limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins"
},
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
Expand Down

0 comments on commit d096ced

Please sign in to comment.