1
0
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:
Michael Gordeev
2021-03-03 16:44:06 +03:00
committed by GitHub
parent 5c3a3ca756
commit f142d8c3a6
8 changed files with 67 additions and 16 deletions
+10
View File
@@ -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":
{