mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
a4de3139bf
* Force no-wrap for special characters tooltip (resolves #551) (#555) * Increase width of password count field in advanced generator (resolves #548) (#554) * Added password length limit in advanced generator (#552) * Added password length limit in advanced generator (resolves #547) * Add radix to parseInt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove unnecessary callback dependency Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * npm audit fix (#556) * Added length slider range limits (#557) * Added length slider range limits (resolves #546) * Fix validateMaxLimit logic Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Added password length update on input field blur (resolves #549) (#559) * Separator option for advanced password generator (#558) * Added separator option for advanced password generator (resolves #545) * Fix typos * Fixed merge typo * Update package.json * Bump @fluentui/react-components from 9.64.0 to 9.66.5 (#561) Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.64.0 to 9.66.5. - [Release notes](https://github.com/microsoft/fluentui/releases) - [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.64.0...@fluentui/react-components_v9.66.5) --- updated-dependencies: - dependency-name: "@fluentui/react-components" dependency-version: 9.66.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @typescript-eslint/parser from 8.33.1 to 8.35.1 (#562) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.33.1 to 8.35.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.35.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @eslint/js from 9.28.0 to 9.30.0 (#564) Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.28.0 to 9.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump eslint from 9.28.0 to 9.30.0 (#566) Bumps [eslint](https://github.com/eslint/eslint) from 9.28.0 to 9.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.28.0...v9.30.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @typescript-eslint/eslint-plugin from 8.33.1 to 8.35.1 (#563) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.33.1 to 8.35.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.35.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @fluentui/react-icons from 2.0.302 to 2.0.305 (#565) Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.302 to 2.0.305. - [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/fluentui-android-system-icons-release.yml) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) --- updated-dependencies: - dependency-name: "@fluentui/react-icons" dependency-version: 2.0.305 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Moved default password lengths to constants (#553) * Added radix 10 for parseInt (#553) * Removed ts-expect-error microsoft/fluentui#27090 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
86 lines
2.2 KiB
YAML
86 lines
2.2 KiB
YAML
manifest:
|
|
name: "密码生成器"
|
|
description: "这个扩展可以帮助您轻松生成强大且可定制的密码"
|
|
author: "Eugene Fox"
|
|
|
|
common:
|
|
actions:
|
|
reset: "重置"
|
|
copy: "复制"
|
|
characters:
|
|
uppercase: "大写字母"
|
|
lowercase: "小写字母"
|
|
numeric: "数字"
|
|
special: "特殊"
|
|
similar: "相似"
|
|
ambiguous: "易混淆"
|
|
repeating:
|
|
label: "重复"
|
|
hint: "密码中的每个字符都将是独一无二的"
|
|
custom: "自定义"
|
|
sections:
|
|
include: "包括字符"
|
|
exclude: "排除字符"
|
|
|
|
errors:
|
|
too_short: "密码的长度必须至少为4个字符"
|
|
no_characters: "必须至少选择一组字符"
|
|
too_long: "长度太长,无法生成具有唯一字符的密码"
|
|
|
|
about:
|
|
title: "关于"
|
|
developed_by: "由 Eugene Fox 开发"
|
|
licensed_under: "协议:"
|
|
mit_license: "MIT License"
|
|
translation_cta:
|
|
text: "发现错别字或需要翻译成您的语言?"
|
|
button: "从这里开始"
|
|
links:
|
|
website: "我的网站"
|
|
source: "源代码"
|
|
changelog: "更新日志"
|
|
cta:
|
|
feedback: "提供反馈"
|
|
sponsor: "赞助开发者"
|
|
|
|
popup:
|
|
refresh: "刷新"
|
|
include: "包括"
|
|
exclude: "排除"
|
|
advanced: "高级"
|
|
|
|
settings:
|
|
title: "设置"
|
|
length:
|
|
title: "默认密码长度"
|
|
hint: "建议长度:8-16"
|
|
quick_range: "快速调节长度范围"
|
|
exclude_custom: "不要使用这些字符:"
|
|
|
|
advanced:
|
|
title: "高级密码生成器"
|
|
saved_msg: "配置已保存"
|
|
copied_msg: "已复制到剪贴板"
|
|
actions:
|
|
generate: "生成"
|
|
save_config: "保存配置"
|
|
copy_all: "复制全部"
|
|
password:
|
|
title: "密码生成器"
|
|
length: "密码长度"
|
|
min_of_type: "最少字符数"
|
|
separator1: "添加分隔符"
|
|
separator2: "每"
|
|
separator3: "个字符"
|
|
passphrase:
|
|
title: "密码短语生成器"
|
|
length: "单词数量"
|
|
replace: "替换随机字符"
|
|
random_case: "随机大小写"
|
|
allow_repat:
|
|
label: "允许重复"
|
|
hint: "如果禁用,密码短语中的每个单词都是唯一的"
|
|
separate_words:
|
|
label: "用以下字符分隔单词"
|
|
hint: "如果启用,提供的序列将放置在每个单词之间。如果字段为空,将使用空格"
|