# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp_mail # # Translators: # Wil Odoo, 2024 # Gregor Flajs, 2025 # Aleš Pipan, 2025 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-12-16 13:39+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Aleš Pipan, 2025\n" "Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #. module: auth_totp_mail #: model:mail.template,body_html:auth_totp_mail.mail_template_totp_invite msgid "" "
\n" "

\n" " Dear

\n" " requested you activate two-factor authentication to protect your account.

\n" " 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.\n" "\n" "

\n" " \n" " Activate my two-factor Authentication\n" " \n" "

\n" " \n" "
\n" " " msgstr "" "
\n" "

\n" " Pozdravljeni

\n" " zahteval sem, da aktivirate dvofaktorsko overjanje za zaščito svojega računa.

\n" " Dvofaktorska avtentikacija (\"2FA\") je sistem dvojne avtentikacije.\n" " Prvega se lotite z geslom, drugega pa s kodo, ki jo dobite v namenski mobilni aplikaciji.\n" " Med priljubljenimi so Authy, Google Authenticator ali Microsoft Authenticator.\n" "\n" "

\n" " \n" " Aktiviraj mojo dvofaktorsko avtentikacijo\n" " \n" "

\n" " \n" "
\n" " " #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update msgid "Consider" msgstr "Razmislite o uporabi" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "A trusted device has just been added to your account: %(device_name)s" msgstr "" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "" "A trusted device has just been removed from your account: %(device_names)s" msgstr "" "Zaupanja vredna naprava je bila pravkar odstranjena iz vašega računa:\n" "%(device_names)s" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Account Security" msgstr "Varnost računa" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_auth_totp_device msgid "Authentication Device" msgstr "Naprava za preverjanje pristnosti" #. module: auth_totp_mail #: model:mail.template,subject:auth_totp_mail.mail_template_totp_invite msgid "Invitation to activate two-factor authentication on your Odoo account" msgstr "Povabilo za aktivacijo dvofaktorske avtentikacije v vašem računu Odoo" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "" "Invitation to use two-factor authentication sent for the following user(s): " "%s" msgstr "" "Povabilo za uporabo dvofaktorske avtentikacije je bilo poslano naslednjim uporabnikom:\n" "%s" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.view_users_form msgid "Invite to use 2FA" msgstr "Povabi k uporabi 2FA" #. module: auth_totp_mail #: model:ir.actions.server,name:auth_totp_mail.action_invite_totp msgid "Invite to use two-factor authentication" msgstr "Povabilo k uporabi dvofaktorske avtentikacije" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Name" msgstr "Naziv" #. module: auth_totp_mail #: model:ir.actions.server,name:auth_totp_mail.action_activate_two_factor_authentication msgid "Open two-factor authentication configuration" msgstr "Odprite konfiguracijo dvofaktorske avtentikacije" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security Update: 2FA Activated" msgstr "Varnostna posodobitev: 2FA aktivirana" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security Update: 2FA Deactivated" msgstr "Varnostna posodobitev: 2FA deaktivirana" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "Security Update: Device Added" msgstr "" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "Security Update: Device Removed" msgstr "Varnostna posodobitev: Naprava je bila odstranjena" #. module: auth_totp_mail #: model:mail.template,name:auth_totp_mail.mail_template_totp_invite msgid "Settings: 2Fa Invitation" msgstr "Nastavitve: Povabilo 2FA" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Two-factor authentication has been activated on your account" msgstr "Dvofaktorska avtentikacija je bila aktivirana v vašem računu" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Two-factor authentication has been deactivated on your account" msgstr "Dvofaktorska avtentikacija je bila v vašem računu deaktivirana" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_res_users msgid "User" msgstr "Uporabnik" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update msgid "activating Two-factor Authentication" msgstr "aktiviranje dvofaktorske avtentikacije"