# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp_mail # # "Dylan Kiss (dyki)" , 2025. # "Noemi Pla Garcia (nopl)" , 2025. # Weblate , 2025. msgid "" msgstr "" "Project-Id-Version: Odoo Server saas~18.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-01-25 18:36+0000\n" "PO-Revision-Date: 2025-11-16 15:20+0000\n" "Last-Translator: Weblate \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_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "" ".\n" "
" msgstr "" ".\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 seu compte.

\n" " L'autenticació de doble factor («2FA») és un sistema de doble " "autenticació.\n" " La primera autenticació es fa amb la seva contrasenya i, la segona, " "amb un codi que obtens d'una aplicació mòbil específica.\n" " Entre els sistemes 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:mail.template,body_html:auth_totp_mail.mail_template_totp_mail_code msgid "" "
\n" "Dear

\n" "

Someone is trying to log in into your account with a new device.

\n" "
    \n" " N/A\n" "
  • Location:
  • \n" "
  • Device:
  • \n" "
  • Browser:
  • \n" "
  • IP address:
  • \n" "
\n" "

If this is you, please enter the following code to complete the login:\n" "\n" "\n" "\n" "

\n" " \n" "
\n" "Please note that this code expires in .\n" "\n" "

\n" " If you did NOT initiate this log-in,\n" " you should immediately change your password to ensure account security.\n" "

\n" "\n" "

\n" " We also strongly recommend enabling the two-factor authentication using " "an authenticator app to help secure your account.\n" "

\n" "\n" "

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

\n" "
\n" " " msgstr "" "
\n" "Estimat/da:

\n" "

Un nou dispositiu està intentant iniciar sessió al seu compte.

\n" "
    \n" " N/A\n" "
  • Ubicació:
  • \n" "
  • Dispositiu:
  • \n" "
  • Navegador:
  • \n" "
  • Adreça IP:
  • \n" "
\n" "

Si és vostè, si us plau, introdueixi el següent codi per completar " "l'inici de sessió:

\n" "\n" "\n" "\n" "
\n" " \n" "
\n" "Si us plau, tingui en compte que aquest codi expira en .\n" "\n" "

\n" " Si no ha iniciat aquesta sessió,\n" " hauria de canviar immediatament la contrasenya per garantir-ne la " "seguretat del compte.\n" "

\n" "\n" "

\n" " També li recomanem que activi l'autenticació de doble factor mitjançant " "una aplicació d'autenticació que ajuda a mantenir el compte segur.\n" "

\n" "\n" "

\n" " \n" " Activar l'autenticació de doble factor\n" " \n" "

\n" "
\n" " " #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "" "\n" " To login, enter below the six-digit authentication code just " "sent via email to" msgstr "" "\n" " Per a iniciar sessió, introdueixi a continuació el codi " "d'autenticació de sis dígits que acaba d'enviar per correu electrònic" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "" "\n" " Recommended for extra security.\n" " " msgstr "" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_alert msgid "Consider also" msgstr "" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "A new device was used to sign in to your account." msgstr "S'ha utilitzat un nou dispositiu per iniciar sessió al teu compte." #. 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 #: model:ir.model.fields.selection,name:auth_totp_mail.selection__res_config_settings__auth_totp_policy__all_required msgid "All users" msgstr "Tots els usuaris" #. 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 #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Cannot send email: user %s has no email address." msgstr "" "No es pot enviar el correu electrònic: l'usuari %s no té adreça de correu " "electrònic." #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Click to enable 2FA." msgstr "" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_res_config_settings msgid "Config Settings" msgstr "Paràmetres de configuració" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_auth_totp_device__display_name #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__display_name #: model:ir.model.fields,field_description:auth_totp_mail.field_res_users__display_name msgid "Display Name" msgstr "Nom mostrat" #. module: auth_totp_mail #: model:ir.model.fields.selection,name:auth_totp_mail.selection__res_config_settings__auth_totp_policy__employee_required msgid "Employees only" msgstr "Només Empleats" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Enable 2FA" msgstr "Habilitar 2FA" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_config_settings_view_form msgid "" "Enforce the two-factor authentication by email for employees or for all " "users (including portal users) if they didn't enable any other two-factor " "authentication method." msgstr "" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__auth_totp_enforce msgid "Enforce two-factor authentication" msgstr "Força l'autenticació de doble factor" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_auth_totp_device__id #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__id #: model:ir.model.fields,field_description:auth_totp_mail.field_res_users__id msgid "ID" msgstr "ID" #. 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.auth_totp_mail_form msgid "Learn More" msgstr "Veure més" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "New Connection to your Account" msgstr "Nova connexió al teu compte" #. 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 #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "Re-send email" msgstr "Torna a enviar el correu" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security" msgstr "Seguretat" #. 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 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 #: model:mail.template,name:auth_totp_mail.mail_template_totp_mail_code msgid "Settings: 2Fa New Login" msgstr "Arranjament: 2Fa Inici de sessió nou" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Two-factor Authentication" msgstr "Autenticació de dos factors" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__auth_totp_policy msgid "Two-factor authentication enforcing policy" msgstr "Autenticació de dos factors en aplicar la política" #. 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 #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Verification failed, please double-check the 6-digit code" msgstr "La verificació ha fallat, si us plau comproveu el codi de 6 dígits" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "" "We strongly recommend enabling the two-factor authentication using an " "authenticator app to help secure your account.\n" "
" msgstr "" "Recomanem encaridament que s'activi l'autenticació de doble factor " "mitjançant una aplicació d'autenticador per ajudar a assegurar el vostre " "compte.\n" "
" #. module: auth_totp_mail #: model:mail.template,subject:auth_totp_mail.mail_template_totp_mail_code msgid "Your two-factor authentication code" msgstr "El vostre codi d'autenticació de doble factor" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_alert msgid "activating Two-factor Authentication" msgstr "activant l'autenticació de doble factor" #~ msgid "Account Security" #~ msgstr "Seguretat del compte" #~ msgid "Name" #~ msgstr "Nom"