1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00
Files
PasswordGeneratorExtension/public/_locales/uk/messages.json
T
xfox111 19882e7907 Updated locales:
- Added Polish translation
- Fixed Ukranian translation
- Updated English and Russian translations
2022-09-07 19:38:16 +00:00

218 lines
5.3 KiB
JSON
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.
{
"name":
{
"message": "Генератор паролів",
"description": "manifest.json"
},
"description":
{
"message": "Розширення, яке дозволяє легко генерувати складні та надійні паролі в один клік",
"description": "manifest.json"
},
"author":
{
"message": "Євген Лис",
"description": "manifest.json"
},
"Password_generator":
{
"message": "Генератор паролів",
"description": "App.tsx"
},
"Copy":
{
"message": "Копіювати",
"description": "PasswordView.tsx"
},
"Generate_new":
{
"message": "Генерувати новий",
"description": "PasswordView.tsx"
},
"Exclude_special_symbols_one_time":
{
"message": "Генерувати пароль без спеціальних символів",
"description": "PasswordView.tsx"
},
"Include_special_symbols_one_time":
{
"message": "Генерувати пароль з спеціальними символами",
"description": "PasswordView.tsx"
},
"Settings":
{
"message": "Налаштування",
"description": "SettingsSection.tsx"
},
"Password_length":
{
"message": "Довжина паролю",
"description": "SettingsSection.tsx"
},
"Recommended_password_length":
{
"message": "Рекомендована довжина паролю",
"description": "SettingsSection.tsx"
},
"Character_options":
{
"message": "Параметри символів",
"description": "SettingsSection.tsx"
},
"Include":
{
"message": "Включити",
"description": "SettingsSection.tsx"
},
"Special_symbols":
{
"message": "Спеціальні символи",
"description": "SettingsSection.tsx"
},
"Numeric":
{
"message": "Цифри",
"description": "SettingsSection.tsx"
},
"Uppercase":
{
"message": "Великі літери",
"description": "SettingsSection.tsx"
},
"Lowercase":
{
"message": "Малі літери",
"description": "SettingsSection.tsx"
},
"Exclude":
{
"message": "Виключити",
"description": "SettingsSection.tsx"
},
"Similar":
{
"message": "Схожі",
"description": "SettingsSection.tsx"
},
"Ambiguous":
{
"message": "Особливі",
"description": "SettingsSection.tsx"
},
"Repeating":
{
"message": "Повторювані",
"description": "SettingsSection.tsx"
},
"Add_shortcut_to_context_menu":
{
"message": "Додати розширення до контекстного меню",
"description": "SettingsSection.tsx"
},
"Right_click_password_field_to_quickly_generate_password":
{
"message": "Правий клік на поле вводу паролю для швидкого генерування паролю",
"description": "SettingsSection.tsx"
},
"Automatically_copy_to_clipboard":
{
"message": "Автоматично копіювати в буфер обміну",
"description": "SettingsSection.tsx"
},
"About":
{
"message": "Про розширення",
"description": "AboutSection.tsx"
},
"Developed_by_Eugene_Fox":
{
"message": "Розроблено Євгеном Лисом",
"description": "AboutSection.tsx"
},
"Licensed_under":
{
"message": "Ліцензовано під",
"description": "AboutSection.tsx"
},
"MIT_license":
{
"message": "MIT",
"description": "AboutSection.tsx"
},
"Want_to_contribute_translation_for_your_language_":
{
"message": "Хочете допомогти перекласти розширення на свою мову?",
"description": "AboutSection.tsx"
},
"Read_this_to_get_started":
{
"message": "Прочитайте цю статтю",
"description": "AboutSection.tsx"
},
"My_website":
{
"message": "Моя веб-сторінка",
"description": "AboutSection.tsx"
},
"Source_code":
{
"message": "Вихідний код",
"description": "AboutSection.tsx"
},
"Changelog":
{
"message": "Список змін",
"description": "AboutSection.tsx"
},
"Leave_feedback":
{
"message": "Залишити відгук",
"description": "AboutSection.tsx"
},
"Buy_me_a_coffee":
{
"message": "Підтримати",
"description": "AboutSection.tsx"
},
"Set_name":
{
"message": "Назва",
"description": "CharacterHelpDialog.tsx"
},
"Characters":
{
"message": "Символи",
"description": "CharacterHelpDialog.tsx"
},
"__etc_":
{
"message": " і т.д.",
"description": "CharacterHelpDialog.tsx"
},
"OK":
{
"message": "OK",
"description": "CharacterHelpDialog.tsx"
},
"Either_lowercase_or_uppercase_characters_must_be_included":
{
"message": "Повинні бути включені малі або великі літери",
"description": "Generator.tsx"
},
"Selected_length_is_too_long_to_exclude_repeating_characters":
{
"message": "Вибрана довжина занадто велика для виключення повторюваних символів",
"description": "Generator.tsx"
},
"Quick_generator_is_only_available_on_password_fields":
{
"message": "Швидкий генератор доступний тільки для полів вводу паролів",
"description": "ContentService.tsx"
},
"Quick_generate_password":
{
"message": "Згенерувати пароль",
"description": "BackgroundService.tsx"
}
}