Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions auth_totp_enforce/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_totp_enforce
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Activate & Log in"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Cancel"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Cannot scan it?"
msgstr ""

#. module: auth_totp_enforce
#: model:res.groups,name:auth_totp_enforce.group_mfa_exempt
msgid "Exempt from 2FA enforcement"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid ""
"Install an authenticator app on your device\n"
" (Authy, Google Authenticator, Microsoft Authenticator...)."
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Look for an \"Add an account\" button."
msgstr ""

#. module: auth_totp_enforce
#: model:res.groups,comment:auth_totp_enforce.group_mfa_exempt
msgid "Members of this group are NOT forced to configure MFA at login."
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "QR Code"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Scan the QR code below, or enter the key manually."
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Set up MFA"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Two-factor authentication is required for your account."
msgstr ""

#. module: auth_totp_enforce
#: model:ir.model,name:auth_totp_enforce.model_res_users
msgid "User"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "Verification Code"
msgstr ""

#. module: auth_totp_enforce
#. odoo-python
#: code:addons/auth_totp_enforce/controllers/home.py:0
msgid "Verification failed, please double-check the 6-digit code"
msgstr ""

#. module: auth_totp_enforce
#: model_terms:ir.ui.view,arch_db:auth_totp_enforce.auth_totp_setup_form
msgid "e.g. 123456"
msgstr ""
Loading