diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index b7141ad..6ca73bc 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -176,7 +176,7 @@ }, "Set_name": { - "message": "Set name", + "message": "Name", "description": "CharacterHelpDialog.tsx" }, "Characters": diff --git a/public/_locales/pl/messages.json b/public/_locales/pl/messages.json new file mode 100644 index 0000000..1091a09 --- /dev/null +++ b/public/_locales/pl/messages.json @@ -0,0 +1,217 @@ +{ + "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" + } +} diff --git a/public/_locales/ru/messages.json b/public/_locales/ru/messages.json index d9e0afa..fea3ef8 100644 --- a/public/_locales/ru/messages.json +++ b/public/_locales/ru/messages.json @@ -161,7 +161,7 @@ }, "Changelog": { - "message": "Что нового", + "message": "Список изменений", "description": "AboutSection.tsx" }, "Leave_feedback": @@ -176,7 +176,7 @@ }, "Set_name": { - "message": "Название набора", + "message": "Название", "description": "CharacterHelpDialog.tsx" }, "Characters": diff --git a/public/_locales/ua/messages.json b/public/_locales/uk/messages.json similarity index 98% rename from public/_locales/ua/messages.json rename to public/_locales/uk/messages.json index d32ee06..353bd6e 100644 --- a/public/_locales/ua/messages.json +++ b/public/_locales/uk/messages.json @@ -161,7 +161,7 @@ }, "Changelog": { - "message": "Що нового", + "message": "Список змін", "description": "AboutSection.tsx" }, "Leave_feedback": @@ -176,7 +176,7 @@ }, "Set_name": { - "message": "Назва набору", + "message": "Назва", "description": "CharacterHelpDialog.tsx" }, "Characters":