mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
68aace475e
* Fix for issue #51 - Extension is not working on firefox (#52) * Fix for issue #51 - Extension is not working on firefox * Fix for issue #51 - Replaced @types/chrome with webextension-polyfill * re-Added @types/chrome to allow development tests * Moved local import after module imports * Bump @types/node from 18.7.18 to 18.11.0 (#48) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 18.11.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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.183 to 2.0.185 (#50) Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.183 to 2.0.185. - [Release notes](https://github.com/microsoft/fluentui-system-icons/releases) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) --- updated-dependencies: - dependency-name: "@fluentui/react-icons" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene.xfox@outlook.com> * Bump typescript from 4.8.3 to 4.8.4 (#47) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene.xfox@outlook.com> * Bump @types/jest from 29.1.1 to 29.1.2 (#44) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.1.1 to 29.1.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene.xfox@outlook.com> * Bump @fluentui/react-components from 9.3.2 to 9.5.1 (#49) Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.3.2 to 9.5.1. - [Release notes](https://github.com/microsoft/fluentui/releases) - [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml) - [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.3.2...@fluentui/react-components_v9.5.1) --- updated-dependencies: - dependency-name: "@fluentui/react-components" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene.xfox@outlook.com> * - Updated craco.config.ts to improve extension's stability - Renamed manifest.firefox.json to manifest.v2.json - Added fallbacks for invalid password length - Migrated FluentUI Dialog to stable release - Updated WebExt compat API * Updated project formatting * Feedback button now navigates to webstore page * Update code style guidelines * Updated extension version to 2.0.2 * Fixed pipelines * Fixed AboutSection.tsx * Fixed CodeQL issues * Fixed feedback link not working * Fixed feedback button again Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Andry Herizo RAJOELISON <finalherizo@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
175 lines
4.4 KiB
JSON
175 lines
4.4 KiB
JSON
{
|
|
"name": {
|
|
"message": "Generator haseł",
|
|
"description": "manifest.json"
|
|
},
|
|
"description": {
|
|
"message": "Rozszerzenie, które pozwala na łatwe generowanie trudnych i bezpiecznych haseł w jednym kliknięciu",
|
|
"description": "manifest.json"
|
|
},
|
|
"author": {
|
|
"message": "Jewgienij Lis",
|
|
"description": "manifest.json"
|
|
},
|
|
"Password_generator": {
|
|
"message": "Generator haseł",
|
|
"description": "App.tsx"
|
|
},
|
|
"Copy": {
|
|
"message": "Kopiuj",
|
|
"description": "PasswordView.tsx"
|
|
},
|
|
"Generate_new": {
|
|
"message": "Utwórz nowy",
|
|
"description": "PasswordView.tsx"
|
|
},
|
|
"Exclude_special_symbols_one_time": {
|
|
"message": "Wygeneruj hasło bez znaków specjalnych",
|
|
"description": "PasswordView.tsx"
|
|
},
|
|
"Include_special_symbols_one_time": {
|
|
"message": "Wygeneruj hasło z znakami specjalnymi",
|
|
"description": "PasswordView.tsx"
|
|
},
|
|
"Settings": {
|
|
"message": "Ustawienia",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Password_length": {
|
|
"message": "Długość hasła",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Recommended_password_length": {
|
|
"message": "Zalecana długość hasła",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Character_options": {
|
|
"message": "Ustawienia symboli",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Include": {
|
|
"message": "Włącz",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Special_symbols": {
|
|
"message": "Znaki specjalne",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Numeric": {
|
|
"message": "Liczby",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Uppercase": {
|
|
"message": "Wielkie litery",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Lowercase": {
|
|
"message": "Małe litery",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Exclude": {
|
|
"message": "Wyłącz",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Similar": {
|
|
"message": "Podobne",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Ambiguous": {
|
|
"message": "Niebezpieczne",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Repeating": {
|
|
"message": "Powtarzające się",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Add_shortcut_to_context_menu": {
|
|
"message": "Dodaj rozszerzenie do menu kontekstowego",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Right_click_password_field_to_quickly_generate_password": {
|
|
"message": "Kliknij prawym przyciskiem myszy w pole hasła, aby szybko wygenerować hasło",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"Automatically_copy_to_clipboard": {
|
|
"message": "Automatycznie kopiuj do schowka",
|
|
"description": "SettingsSection.tsx"
|
|
},
|
|
"About": {
|
|
"message": "O rozszerzeniu",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Developed_by_Eugene_Fox": {
|
|
"message": "Autor: Jewgienij Lis",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Licensed_under": {
|
|
"message": "Licencja",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"MIT_license": {
|
|
"message": "MIT",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Want_to_contribute_translation_for_your_language_": {
|
|
"message": "Chcesz pomóc z tłumaczeniem na swój język?",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Read_this_to_get_started": {
|
|
"message": "Przeczytaj ten artykuł",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"My_website": {
|
|
"message": "Moja strona internetowa",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Source_code": {
|
|
"message": "Kod źródłowy",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Changelog": {
|
|
"message": "Lista zmian",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Leave_feedback": {
|
|
"message": "Zostaw opinię",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Buy_me_a_coffee": {
|
|
"message": "Wesprzyj",
|
|
"description": "AboutSection.tsx"
|
|
},
|
|
"Set_name": {
|
|
"message": "Nazwa",
|
|
"description": "CharacterHelpDialog.tsx"
|
|
},
|
|
"Characters": {
|
|
"message": "Znaki",
|
|
"description": "CharacterHelpDialog.tsx"
|
|
},
|
|
"__etc_": {
|
|
"message": " itp.",
|
|
"description": "CharacterHelpDialog.tsx"
|
|
},
|
|
"OK": {
|
|
"message": "OK",
|
|
"description": "CharacterHelpDialog.tsx"
|
|
},
|
|
"Either_lowercase_or_uppercase_characters_must_be_included": {
|
|
"message": "Muszą być uwzględnione małe lub wielkie litery",
|
|
"description": "Generator.tsx"
|
|
},
|
|
"Selected_length_is_too_long_to_exclude_repeating_characters": {
|
|
"message": "Wybrana długość jest zbyt długa, aby wykluczyć powtarzające się znaki",
|
|
"description": "Generator.tsx"
|
|
},
|
|
"Quick_generator_is_only_available_on_password_fields": {
|
|
"message": "Szybki generator jest dostępny tylko dla pól hasła",
|
|
"description": "ContentService.tsx"
|
|
},
|
|
"Quick_generate_password": {
|
|
"message": "Wygeneruj hasło",
|
|
"description": "BackgroundService.tsx"
|
|
}
|
|
}
|