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": "Установлены неправильные настройки генератора. Ничего не было сгенерировано",
"description": "Message which is shown after a creation of password failed"
},
"notEnoughChars":
{
"message": "При текущих параметрах длина создаваемого пароля должна быть не больше %MIN_CHARS% знаков",
"description": "Message which is shown if there's no enough characters to create a password"
},
"lengthPrompt":
{
"message": "Укажите длину пароля. Нажмите ОК чтобы использовать длину по умолчанию (%LEN% символов)",
@@ -80,6 +85,11 @@
"message": "Исключить специальные символы (например:",
"description": "Option checkbox label"
},
"dontRepeatChars":
{
"message": "Не повторять символы",
"description": "Option checkbox label"
},
"extOptions":
{