1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00
Files
PasswordGeneratorExtension/locales/en.yml
T
Eugene Fox 3ecb6c4a31 Major 4.0 (#380)
- Migrated to WXT
- Migrated to NPM
- Added Insert & copy action
- Added ESLint
2024-09-25 16:19:12 +03:00

60 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
manifest:
name: "Password generator"
description: "Password generator extension allows you to easily generate long and secure password in one click"
author: "Eugene Fox"
common:
reset: "Reset"
copy: "Copy"
errors:
too_short: "Password length must be at least 4 characters"
no_characters: "At least one set of characters must be selected"
too_long: "Length is too long to generate password with unique characters"
about:
title: "About"
developed_by: "Developed by Eugene Fox"
lincensed_under: "Licensed under"
mit_license: "MIT License"
translation_cta:
text: "Found a typo or want a translation for your language?"
button: "Get started here"
links:
website: "My website"
source: "Source code"
changelog: "Changelog"
cta:
feedback: "Leave feedback"
sponsor: "Buy me a coffee"
settings:
title: "Settings"
length:
title: "Default password length"
hint: "Recommended length: 816"
quick_range: "Quick adjustment length range"
include:
title: "Include symbols"
uppercase: "Uppercase"
lowercase: "Lowercase"
numeric: "Numeric"
special: "Special"
exclude:
title: "Exclude symbols"
similar: "Similar"
ambiguous: "Ambiguous"
repeating:
title: "Repeating"
hint: "Each character in the password will be unique"
context_menu: "Show context menu"
generator:
refresh: "Refresh"
insert: "Insert and copy"
options:
title: "Quick adjustments"
hint: "These adjustments will not be saved"
include: "Include"
exclude: "Exclude"