mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
Minor 1.1 (#3)
- Added "Prompt for password length every time before generating" option - Added "Hide successful password generation message" option
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
"message": "Установлены неправильные настройки генератора. Ничего не было сгенерировано",
|
||||
"description": "Message which is shown after a creation of password failed"
|
||||
},
|
||||
"lengthPrompt":
|
||||
{
|
||||
"message": "Укажите длину пароля. Нажмите ОК чтобы использовать длину по умолчанию (%LEN% символов)",
|
||||
"description": "A prompt message when user generates a password"
|
||||
},
|
||||
|
||||
"generatorOptions":
|
||||
{
|
||||
@@ -91,6 +96,16 @@
|
||||
"message": "Добавить действие \"Сгенерировать пароль\" в контекстное меню браузера",
|
||||
"description": "Option checkbox label"
|
||||
},
|
||||
"hideAlert":
|
||||
{
|
||||
"message": "Не показывать сообщение при генерации пароля",
|
||||
"description": "Option checkbox label"
|
||||
},
|
||||
"promptForLength":
|
||||
{
|
||||
"message": "Спрашивать длину пароля перед генерацией",
|
||||
"description": "Option checkbox label"
|
||||
},
|
||||
"more":
|
||||
{
|
||||
"message": "Больше",
|
||||
|
||||
Reference in New Issue
Block a user