# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp_mail # # Translators: # marcescu, 2024 # Santiago Payà , 2024 # Ivan Espinola, 2024 # Martin Trigaux, 2024 # 7b9408628f00af852f513eb4f12c005b_f9c6891, 2024 # Noemi Pla, 2025 # "Noemi Pla Garcia (nopl)" , 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: 2025-09-03 11:19+0000\n" "Last-Translator: \"Noemi Pla Garcia (nopl)\" \n" "Language-Team: Catalan \n" "Language: ca\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" "X-Generator: Weblate 5.12.2\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" " Estimat/da:

\n" " ha sol·licitat que vostè activi " "l'autenticació de doble factor per protegir el vostre compte.

\n" " L'autenticació de doble factor («2FA») és un sistema de doble " "autenticació.\n" " La primera autenticació es fa amb la vostra contrasenya i, la " "segona, amb un codi que s'obté d'una aplicació mòbil específica.\n" " Entre els més populars s'inclouen Authy, Google Authenticator o " "Microsoft Authenticator.\n" "\n" "

\n" " \n" " Activar l'autenticació de doble factor\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 "Considera" #. 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 "S'ha afegit un dispositiu de confiança al teu compte:%(device_name)s" #. 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 "" "S'acaba d'eliminar un dispositiu de confiança del teu compte:%(device_names)s" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Account Security" msgstr "Seguretat del compte" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_auth_totp_device msgid "Authentication Device" msgstr "Dispositiu d'autenticació" #. 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 "" "Invitació per activar l'autenticació de doble factor al teu compte d'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 "" "S'ha enviat una invitació als següents usuaris per utilitzar l'autenticació " "de doble factor: %s" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.view_users_form msgid "Invite to use 2FA" msgstr "Convida a utilitzar 2FA" #. module: auth_totp_mail #: model:ir.actions.server,name:auth_totp_mail.action_invite_totp msgid "Invite to use two-factor authentication" msgstr "Convida a utilitzar l'autenticació de doble factor" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Name" msgstr "Nom" #. module: auth_totp_mail #: model:ir.actions.server,name:auth_totp_mail.action_activate_two_factor_authentication msgid "Open two-factor authentication configuration" msgstr "Obre la configuració d'autenticació de doble factor" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security Update: 2FA Activated" msgstr "Actualització de seguretat: A2F activada" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security Update: 2FA Deactivated" msgstr "Actualització de seguretat: A2F desactivada" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "Security Update: Device Added" msgstr "Actualització de seguretat: dispositiu afegit" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "Security Update: Device Removed" msgstr "Actualització de seguretat: dispositiu eliminat" #. module: auth_totp_mail #: model:mail.template,name:auth_totp_mail.mail_template_totp_invite msgid "Settings: 2Fa Invitation" msgstr "Configuració: invitació 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 "L'autenticació de doble factor ha estat activada al teu compte" #. 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 "L'autenticació de doble factor ha estat desactivada al teu compte" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_res_users msgid "User" msgstr "Usuari" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update msgid "activating Two-factor Authentication" msgstr "activant l'autenticació de doble factor"