mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
Minor 1.2 (#5)
- Added option "Do not repeat characters" - Updated GitHub release template - Updated CI config
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
"message": "Invalid generator settings. No password was generated",
|
||||
"description": "Message which is shown after a creation of password failed"
|
||||
},
|
||||
"notEnoughChars":
|
||||
{
|
||||
"message": "With your current settings, your password length should not exceed %MIN_CHARS% characters",
|
||||
"description": "Message which is shown if there's no enough characters to create a password"
|
||||
},
|
||||
"lengthPrompt":
|
||||
{
|
||||
"message": "Set password length. Press OK to use default password length (%LEN% characters)",
|
||||
@@ -80,6 +85,11 @@
|
||||
"message": "Exclude ambiguous characters (e.g.",
|
||||
"description": "Option checkbox label"
|
||||
},
|
||||
"dontRepeatChars":
|
||||
{
|
||||
"message": "Do not repeat characters",
|
||||
"description": "Option checkbox label"
|
||||
},
|
||||
|
||||
"extOptions":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user