-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
737 additions
and
4,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -454,9 +454,6 @@ | |
"length": { | ||
"message": "Length" | ||
}, | ||
"passwordMinLength": { | ||
"message": "Minimum password length" | ||
}, | ||
"uppercase": { | ||
"message": "Uppercase (A-Z)", | ||
"description": "deprecated. Use uppercaseLabel instead." | ||
|
@@ -528,10 +525,6 @@ | |
"minSpecial": { | ||
"message": "Minimum special" | ||
}, | ||
"avoidAmbChar": { | ||
"message": "Avoid ambiguous characters", | ||
"description": "deprecated. Use avoidAmbiguous instead." | ||
}, | ||
"avoidAmbiguous": { | ||
"message": "Avoid ambiguous characters", | ||
"description": "Label for the avoid ambiguous characters checkbox." | ||
|
@@ -1157,9 +1150,6 @@ | |
"moveToOrganization": { | ||
"message": "Move to organization" | ||
}, | ||
"share": { | ||
"message": "Share" | ||
}, | ||
"movedItemToOrg": { | ||
"message": "$ITEMNAME$ moved to $ORGNAME$", | ||
"placeholders": { | ||
|
@@ -2047,9 +2037,6 @@ | |
"clone": { | ||
"message": "Clone" | ||
}, | ||
"passwordGeneratorPolicyInEffect": { | ||
"message": "One or more organization policies are affecting your generator settings." | ||
}, | ||
"passwordGenerator": { | ||
"message": "Password generator" | ||
}, | ||
|
@@ -2389,14 +2376,6 @@ | |
"message": "Send details", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"searchSends": { | ||
"message": "Search Sends", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"addSend": { | ||
"message": "Add Send", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendTypeText": { | ||
"message": "Text" | ||
}, | ||
|
@@ -2413,16 +2392,9 @@ | |
"hideTextByDefault": { | ||
"message": "Hide text by default" | ||
}, | ||
"maxAccessCountReached": { | ||
"message": "Max access count reached", | ||
"description": "This text will be displayed after a Send has been accessed the maximum amount of times." | ||
}, | ||
"expired": { | ||
"message": "Expired" | ||
}, | ||
"pendingDeletion": { | ||
"message": "Pending deletion" | ||
}, | ||
"passwordProtected": { | ||
"message": "Password protected" | ||
}, | ||
|
@@ -2472,35 +2444,16 @@ | |
"message": "Edit Send", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendTypeHeader": { | ||
"message": "What type of Send is this?", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendNameDesc": { | ||
"message": "A friendly name to describe this Send.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendFileDesc": { | ||
"message": "The file you want to send." | ||
}, | ||
"deletionDate": { | ||
"message": "Deletion date" | ||
}, | ||
"deletionDateDesc": { | ||
"message": "The Send will be permanently deleted on the specified date and time.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"deletionDateDescV2": { | ||
"message": "The Send will be permanently deleted on this date.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"expirationDate": { | ||
"message": "Expiration date" | ||
}, | ||
"expirationDateDesc": { | ||
"message": "If set, access to this Send will expire on the specified date and time.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"oneDay": { | ||
"message": "1 day" | ||
}, | ||
|
@@ -2516,43 +2469,10 @@ | |
"custom": { | ||
"message": "Custom" | ||
}, | ||
"maximumAccessCount": { | ||
"message": "Maximum Access Count" | ||
}, | ||
"maximumAccessCountDesc": { | ||
"message": "If set, users will no longer be able to access this Send once the maximum access count is reached.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendPasswordDesc": { | ||
"message": "Optionally require a password for users to access this Send.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendPasswordDescV3": { | ||
"message": "Add an optional password for recipients to access this Send.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendNotesDesc": { | ||
"message": "Private notes about this Send.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendDisableDesc": { | ||
"message": "Deactivate this Send so that no one can access it.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendShareDesc": { | ||
"message": "Copy this Send's link to clipboard upon save.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"sendTextDesc": { | ||
"message": "The text you want to send." | ||
}, | ||
"sendHideText": { | ||
"message": "Hide this Send's text by default.", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
}, | ||
"currentAccessCount": { | ||
"message": "Current access count" | ||
}, | ||
"createSend": { | ||
"message": "New Send", | ||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." | ||
|
@@ -2635,18 +2555,6 @@ | |
"sendFileCalloutHeader": { | ||
"message": "Before you start" | ||
}, | ||
"sendFirefoxCustomDatePopoutMessage1": { | ||
"message": "To use a calendar style date picker", | ||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**To use a calendar style date picker ** click here to pop out your window.'" | ||
}, | ||
"sendFirefoxCustomDatePopoutMessage2": { | ||
"message": "click here", | ||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To use a calendar style date picker **click here** to pop out your window.'" | ||
}, | ||
"sendFirefoxCustomDatePopoutMessage3": { | ||
"message": "to pop out your window.", | ||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To use a calendar style date picker click here **to pop out your window.**'" | ||
}, | ||
"expirationDateIsInvalid": { | ||
"message": "The expiration date provided is not valid." | ||
}, | ||
|
@@ -2662,15 +2570,9 @@ | |
"dateParsingError": { | ||
"message": "There was an error saving your deletion and expiration dates." | ||
}, | ||
"hideEmail": { | ||
"message": "Hide my email address from recipients." | ||
}, | ||
"hideYourEmail": { | ||
"message": "Hide your email address from viewers." | ||
}, | ||
"sendOptionsPolicyInEffect": { | ||
"message": "One or more organization policies are affecting your Send options." | ||
}, | ||
"passwordPrompt": { | ||
"message": "Master password re-prompt" | ||
}, | ||
|
@@ -2884,9 +2786,6 @@ | |
"error": { | ||
"message": "Error" | ||
}, | ||
"regenerateUsername": { | ||
"message": "Regenerate username" | ||
}, | ||
"generateUsername": { | ||
"message": "Generate username" | ||
}, | ||
|
@@ -2927,9 +2826,6 @@ | |
} | ||
} | ||
}, | ||
"usernameType": { | ||
"message": "Username type" | ||
}, | ||
"plusAddressedEmail": { | ||
"message": "Plus addressed email", | ||
"description": "Username generator option that appends a random sub-address to the username. For example: [email protected]" | ||
|
@@ -2952,12 +2848,6 @@ | |
"websiteName": { | ||
"message": "Website name" | ||
}, | ||
"whatWouldYouLikeToGenerate": { | ||
"message": "What would you like to generate?" | ||
}, | ||
"passwordType": { | ||
"message": "Password type" | ||
}, | ||
"service": { | ||
"message": "Service" | ||
}, | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.