From 017cdddb51362f763e9732c498e44a02640435d4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 11 May 2021 13:46:36 -0400 Subject: [PATCH] New translations messages.json (Ukrainian) --- src/_locales/uk/messages.json | 52 +++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/src/_locales/uk/messages.json b/src/_locales/uk/messages.json index 5de8e8ffe7..8095e02a3a 100644 --- a/src/_locales/uk/messages.json +++ b/src/_locales/uk/messages.json @@ -596,6 +596,10 @@ "message": "Світла", "description": "Light color" }, + "solarizedDark": { + "message": "Solarized Dark", + "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated." + }, "exportVault": { "message": "Експорт сховища" }, @@ -798,6 +802,12 @@ "insertU2f": { "message": "Вставте свій ключ безпеки в USB порт комп'ютера. Якщо в нього є кнопка, натисніть її." }, + "webAuthnNewTab": { + "message": "Continue the WebAuthn 2FA verification in the new tab." + }, + "webAuthnAuthenticate": { + "message": "Authenticate WebAutn" + }, "loginUnavailable": { "message": "Вхід недоступний" }, @@ -837,11 +847,11 @@ "message": "Авторизуйтесь за допомогою Duo Security для вашої організації з використанням мобільного додатку Duo Mobile, SMS, телефонного виклику, або ключа безпеки U2F.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, - "u2fDesc": { - "message": "Використовуйте будь-який ключ безпеки FIDO U2F для доступу до сховища." + "webAuthnTitle": { + "message": "FIDO2 WebAuthn" }, - "u2fTitle": { - "message": "Ключ безпеки FIDO U2F" + "webAuthnDesc": { + "message": "Use any WebAuthn enabled security key to access your account." }, "emailTitle": { "message": "Е-пошта" @@ -888,6 +898,12 @@ "enableAutoFillOnPageLoadDesc": { "message": "При виявленні форми входу виконувати автоматичне її заповнення під час завантаження сторінки." }, + "enableAutoTotpCopyOnAutoFill": { + "message": "Automatic TOTP Copy after Page Load" + }, + "enableAutoTotpCopyOnAutoFillDesc": { + "message": "If Auto-fill On Page Load is enabled, the TOTP verification code is automatically copied to your clipboard after loading the web page. This is overridden by Disable Automatic TOTP Copy." + }, "experimentalFeature": { "message": "Це експериментальна функція. При її використанні ви берете ризик на себе." }, @@ -945,6 +961,12 @@ "disableFaviconDesc": { "message": "Впізнавані піктограми вебсайтів додаються біля кожного запису вашого сховища." }, + "disableBadgeCounter": { + "message": "Disable Badge Counter" + }, + "disableBadgeCounterDesc": { + "message": "Badge counter indicates how many logins you have for the current page in your vault." + }, "cardholderName": { "message": "Ім'я власника картки" }, @@ -1448,10 +1470,10 @@ "message": "Без дозволу з'єднання з програмою Bitwarden на комп'ютері неможливо використовувати біометрію в розширенні браузера. Спробуйте знову." }, "nativeMessaginPermissionSidebarTitle": { - "message": "Permission request error" + "message": "Помилка запиту дозволу" }, "nativeMessaginPermissionSidebarDesc": { - "message": "This action cannot be done in the sidebar, please retry the action in the popup or popout." + "message": "Цю дію неможливо виконати в бічній панелі. Спробуйте знову в спливному чи окремому вікні." }, "personalOwnershipSubmitError": { "message": "У зв'язку з корпоративною політикою, вам не дозволено зберігати записи до особистого сховища. Змініть налаштування власності на організацію та виберіть серед доступних збірок." @@ -1643,6 +1665,9 @@ "message": "Відправлення змінено", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, + "sendLinuxChromiumFileWarning": { + "message": "In order to choose a file, open the extension in the sidebar (if possible) or pop out to a new window by clicking this banner." + }, "sendFirefoxFileWarning": { "message": "Щоб вибрати файл з використанням Firefox, відкрийте розширення в бічній панелі або в новому вікні, натиснувши цей банер." }, @@ -1678,5 +1703,20 @@ }, "dateParsingError": { "message": "При збереженні дат видалення і терміну дії виникла помилка." + }, + "hideEmail": { + "message": "Hide my email address from recipients." + }, + "sendOptionsPolicyInEffect": { + "message": "One or more organization policies are affecting your Send options." + }, + "passwordPrompt": { + "message": "Master password re-prompt" + }, + "passwordConfirmation": { + "message": "Master password confirmation" + }, + "passwordConfirmationDesc": { + "message": "This action is protected. To continue, please re-enter your master password to verify your identity." } }