# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp # # Translators: # Ivan Shakh, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-10 08:26+0000\n" "PO-Revision-Date: 2022-09-22 05:45+0000\n" "Last-Translator: Ivan Shakh, 2024\n" "Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: be\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/controllers/home.py:0 #, python-format msgid "%(browser)s on %(platform)s" msgstr "%(browser)s на %(platform)s" #. module: auth_totp #: model:ir.model,name:auth_totp.model_auth_totp_wizard msgid "2-Factor Setup Wizard" msgstr "Майстар двухфактарнай налады" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0 #, python-format msgid "2-Factor authentication is now enabled." msgstr "Двухфактарная аўтэнтыфікацыя цяпер уключана." #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "\n" " Learn More" msgstr "" "\n" " Даведацца больш" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "" "\n" " Learn More" msgstr "" "\n" " Даведацца больш" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "" msgstr "" "Каб увайсці, увядзіце ніжэй шасцізначны код, прапанаваны вашай праграмай-аўтэнтыфікатарам.\n" "
" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret msgid "Totp Secret" msgstr "Totp сакрэт" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_trusted_device_ids #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "Trusted Devices" msgstr "Давераныя прылады" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-Factor Authentication Activation" msgstr "Актывацыя двухфактарнай аўтэнтыфікацыі" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "Two-factor Authentication" msgstr "Двухфактарная аўтэнтыфікацыя" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "Two-factor Authentication (\"2FA\") is a system of double authentication.\n" " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n" " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator." msgstr "" "Двухфактарная аўтэнтыфікацыя (\"2FA\") - гэта сістэма падвойнай аўтэнтыфікацыі.\n" " Першая выконваецца з вашым паролем, а другая - з дапамогай кода, які вы атрымліваеце праз вызначаны мабільны дадатак.\n" " Сярод папулярных - Authy, Google Authenticator або Microsoft Authenticator." #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "" "Two-factor Authentication (\"2FA\") is a system of double authentication.\n" " The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n" " Popular ones include Authy, Google Authenticator or the Microsoft Authenticator." msgstr "" "Двухфактарная аўтэнтыфікацыя (\"2FA\") - гэта сістэма падвойнай аўтэнтыфікацыі.\n" " Першая выконваецца з вашым паролем, а другая - з дапамогай кода, які вы атрымліваеце праз вызначаны мабільны дадатак.\n" " Сярод папулярных - Authy, Google Authenticator або Microsoft Authenticator." #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled msgid "Two-factor authentication" msgstr "Двухфактарная аўтэнтыфікацыя" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search msgid "Two-factor authentication Disabled" msgstr "Двухфактарная аўтэнтыфікацыя адключана" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search msgid "Two-factor authentication Enabled" msgstr "Двухфактарная аўтэнтыфікацыя ўключана" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication already enabled" msgstr "Двухфактарная аўтэнтыфікацыя ўжо ўключана раней" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication can only be enabled for yourself" msgstr "Двухфактарную аўтэнтыфікацыю можна ўключыць толькі для сябе" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication disabled for the following user(s): %s" msgstr "" "Двухфактарная аўтэнтыфікацыя адключана для наступнага карыстальніка " "(карыстальнікаў): %s" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__url msgid "Url" msgstr "Url" #. module: auth_totp #: model:ir.model,name:auth_totp.model_res_users #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__user_id #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__user_id msgid "User" msgstr "Карыстальнік" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__code #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Verification Code" msgstr "Праверачны код" #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #: code:addons/auth_totp/wizard/auth_totp_wizard.py:0 #, python-format msgid "Verification failed, please double-check the 6-digit code" msgstr "Праверка не здзейснена, калі ласка, праверце яшчэ раз 6-значны код" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "e.g. 123456" msgstr "напрыклад, 123456"