mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-25 12:22:01 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
|
|
@ -1,31 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * auth_totp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Gunther Clauwaert <gclauwae@hotmail.com>, 2022
|
||||
# Jolien De Paepe, 2022
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2022
|
||||
#
|
||||
# * auth_totp
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025, 2026.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.4\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: Erwin van der Ploeg <erwin@odooexperts.nl>, 2022\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-13 15:36+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/auth_totp/"
|
||||
"nl/>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.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 op %(platform)s"
|
||||
|
||||
|
|
@ -37,106 +35,52 @@ msgstr "2-Factor installatiewizard"
|
|||
#. 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 "2-Factor authenticatie is nu ingeschakeld."
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
|
||||
msgid ""
|
||||
"<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
|
||||
" Learn More"
|
||||
msgstr ""
|
||||
"<i title=\"Documentatie\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
|
||||
" Meer weten"
|
||||
|
||||
#. module: auth_totp
|
||||
#: 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 ""
|
||||
"<i title=\"Documentation\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
|
||||
" Learn More"
|
||||
"<i class=\"fa fa-check text-success\"/>\n"
|
||||
" <span class=\"fw-bold ms-1 me-2\">\n"
|
||||
" Enabled\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<i title=\"Documentatie\" class=\"fa fa-fw o_button_icon fa-info-circle\"/>\n"
|
||||
" Meer weten"
|
||||
"<i class=\"fa fa-check text-success\"/>\n"
|
||||
" <span class=\"fw-bold ms-1 me-2\">\n"
|
||||
" Ingeschakeld\n"
|
||||
" </span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
|
||||
"muted\">This account is protected!</span>"
|
||||
"<i class=\"fa fa-remove text-danger\"/>\n"
|
||||
" <span class=\"fw-bold ms-1\">\n"
|
||||
" Disabled\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
|
||||
"muted\">Je account is beveiligd!</span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
|
||||
"muted\">Your account is protected!</span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('totp_enabled', '=', False)]}\" class=\"text-"
|
||||
"muted\">Je account is beveiligd!</span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid ""
|
||||
"<span class=\"d-md-none d-block\">Or install an authenticator app</span>\n"
|
||||
" <span class=\"d-none d-md-block\">Install an authenticator app on your mobile device</span>"
|
||||
msgstr ""
|
||||
"<span class=\"d-md-none d-block\">of installeer een authenticator-app</span>\n"
|
||||
" <span class=\"d-none d-md-block\">Installeer een authenticator-app op je mobiele apparaat</span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid ""
|
||||
"<span class=\"d-none d-md-block\">When requested to do so, scan the barcode below</span>\n"
|
||||
" <span class=\"d-block d-md-none\">When requested to do so, copy the key below</span>"
|
||||
msgstr ""
|
||||
"<span class=\"d-none d-md-block\">Scan op verzoek de onderstaande barcode</span>\n"
|
||||
" <span class=\"d-block d-md-none\">Kopieer de onderstaande sleutel wanneer je hierom wordt gevraagd:</span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid ""
|
||||
"<span class=\"text-muted\">Popular ones include Authy, Google Authenticator "
|
||||
"or the Microsoft Authenticator.</span>"
|
||||
msgstr ""
|
||||
"<span class=\"text-muted\">Populair zijn Authy, Google Authenticator of de "
|
||||
"Microsoft Authenticator.</span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
|
||||
msgid "Account Security"
|
||||
msgstr "Accountveiligheid"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Activate"
|
||||
msgstr "Activeer"
|
||||
"<i class=\"fa fa-remove text-danger\"/>\n"
|
||||
" <span class=\"fw-bold ms-1\">\n"
|
||||
" Uitgeschakeld\n"
|
||||
" </span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: 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 "Added On"
|
||||
msgstr "Toegevoegd op"
|
||||
msgid ""
|
||||
"<span class=\"text-muted\">\n"
|
||||
" Recommended for extra security.\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span class=\"text-muted\">\n"
|
||||
" Aanbevolen voor extra veiligheid.\n"
|
||||
" </span>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form
|
||||
msgid ""
|
||||
"Are you sure? The user may be asked to enter two-factor codes again on those"
|
||||
" devices"
|
||||
msgstr ""
|
||||
"Weet je het zeker? De gebruiker kan worden gevraagd om opnieuw twee-factor "
|
||||
"codes in te voeren op deze apparaten."
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field
|
||||
msgid ""
|
||||
"Are you sure? You may be asked to enter two-factor codes again on those "
|
||||
"devices"
|
||||
msgstr ""
|
||||
"Weet je het zeker? Je kan worden gevraagd om opnieuw twee-factor codes in te"
|
||||
" voeren op deze apparaten."
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Add this key in your Authenticator app"
|
||||
msgstr "Voeg deze sleutel toe aan je Authenticator-app"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
|
||||
|
|
@ -148,14 +92,8 @@ msgstr "Authenticatiecode"
|
|||
msgid "Authentication Device"
|
||||
msgstr "Verificatieapparaat"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Authenticator App Setup"
|
||||
msgstr "Authenticator-app instellen"
|
||||
|
||||
#. 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 "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
|
|
@ -165,19 +103,21 @@ msgid "Cannot scan it?"
|
|||
msgstr "Kun je het niet scannen?"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Click on this link to open your authenticator app"
|
||||
msgstr "Klik op deze link om je authenticator-app te openen"
|
||||
#: model:ir.model.fields.selection,name:auth_totp.selection__auth_totp_rate_limit_log__limit_type__code_check
|
||||
msgid "Code Checking"
|
||||
msgstr "Code controleren"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__create_uid
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Gemaakt door"
|
||||
msgstr "Aangemaakt door"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__create_date
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Gemaakt op"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__create_date
|
||||
|
|
@ -192,25 +132,26 @@ msgstr "Omschrijving"
|
|||
#. module: auth_totp
|
||||
#: 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 "Device"
|
||||
msgstr "Apparaat"
|
||||
|
||||
#. module: auth_totp
|
||||
#: 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 "Disable 2FA"
|
||||
msgstr "Schakel 2FA uit"
|
||||
msgid "Disable"
|
||||
msgstr "Uitschakelen"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.actions.server,name:auth_totp.action_disable_totp
|
||||
msgid "Disable two-factor authentication"
|
||||
msgstr "Tweestapsverificatie uitschakelen"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Discard"
|
||||
msgstr "Negeren"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__display_name
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__display_name
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_res_users__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
|
||||
|
|
@ -225,86 +166,69 @@ msgstr "2FA inschakelen"
|
|||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Enter your six-digit code below"
|
||||
msgstr "Vul hieronder je zescijferige code in"
|
||||
msgid "Enable Two-Factor Authentication"
|
||||
msgstr "Tweestapsverificatie inschakelen"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model,name:auth_totp.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP routing"
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__expiration_date
|
||||
msgid "Expiration Date"
|
||||
msgstr "Vervaldatum"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__id
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__id
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__id
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_res_users__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: auth_totp
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/controllers/home.py:0
|
||||
#, python-format
|
||||
msgid "Invalid authentication code format."
|
||||
msgstr "Ongeldig formaat verificatiecode"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device____last_update
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst gewijzigd op"
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__ip
|
||||
msgid "Ip"
|
||||
msgstr "Ip"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__write_uid
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__write_date
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst geupdate op"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. 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 "Learn More"
|
||||
msgstr "Leer meer"
|
||||
msgstr "Meer informatie"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_rate_limit_log__limit_type
|
||||
msgid "Limit Type"
|
||||
msgstr "Limiettype"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
|
||||
msgid "Log in"
|
||||
msgstr "Login"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Look for an \"Add an account\" button"
|
||||
msgstr "Zoek naar een knop \"Een account toevoegen\""
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "On Apple Store"
|
||||
msgstr "Op Apple Store"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "On Google Play"
|
||||
msgstr "Op Google Play"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__qrcode
|
||||
msgid "Qrcode"
|
||||
msgstr "QR-code"
|
||||
|
||||
#. module: auth_totp
|
||||
#: 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 "Revoke"
|
||||
msgstr "Intrekken"
|
||||
|
||||
#. module: auth_totp
|
||||
#: 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 "Revoke All"
|
||||
msgstr "Alles intrekken"
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Scan this barcode in your Authenticator app"
|
||||
msgstr "Scan deze barcode in je Authenticator-app"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_device__scope
|
||||
|
|
@ -316,22 +240,38 @@ msgstr "Bereik"
|
|||
msgid "Secret"
|
||||
msgstr "Geheim"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields.selection,name:auth_totp.selection__auth_totp_rate_limit_log__limit_type__send_email
|
||||
msgid "Send Email"
|
||||
msgstr "Verzend e-mail"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model,name:auth_totp.model_auth_totp_rate_limit_log
|
||||
msgid "TOTP rate limit logs"
|
||||
msgstr "TOTP-limietlogboeken"
|
||||
|
||||
#. module: auth_totp
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/wizard/auth_totp_wizard.py:0
|
||||
#, python-format
|
||||
msgid "The verification code should only contain numbers"
|
||||
msgstr "De verificatie code mag enkel cijfers bevatten"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
|
||||
msgid ""
|
||||
"To login, enter below the six-digit authentication code provided by your Authenticator app.\n"
|
||||
"To login, enter below the six-digit authentication code provided by your "
|
||||
"Authenticator app.\n"
|
||||
" <br/>"
|
||||
msgstr ""
|
||||
"Om in te loggen, voer je hieronder de zescijferige authenticatiecode in die je van je Authenticator-app hebt gekregen.\n"
|
||||
"Om in te loggen, voer je hieronder de zescijferige authenticatiecode in die "
|
||||
"je van je Authenticator-app hebt gekregen.\n"
|
||||
" <br/>"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_last_counter
|
||||
msgid "Totp Last Counter"
|
||||
msgstr "Totp laatste teller"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret
|
||||
msgid "Totp Secret"
|
||||
|
|
@ -339,15 +279,12 @@ msgstr "Totp geheim"
|
|||
|
||||
#. 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 "Vertrouwd apparaten"
|
||||
|
||||
#. module: auth_totp
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/models/res_users.py:0
|
||||
#, python-format
|
||||
msgid "Two-Factor Authentication Activation"
|
||||
msgstr "Activering van tweestapsverificatie"
|
||||
|
||||
|
|
@ -358,28 +295,6 @@ msgstr "Activering van tweestapsverificatie"
|
|||
msgid "Two-factor Authentication"
|
||||
msgstr "Tweestapsverificatie"
|
||||
|
||||
#. 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 ""
|
||||
"Tweestapsverificatie (\"2FA\") is een systeem van dubbele authenticatie.\n"
|
||||
" De eerste doe je met je wachtwoord en de tweede met een code die je krijgt van een speciale mobiele app.\n"
|
||||
" Populaire zijn Authy, Google Authenticator of de 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 ""
|
||||
"Tweestapsverificatie (\"2FA\") is een systeem van dubbele authenticatie.\n"
|
||||
" De eerste doe je met je wachtwoord en de tweede met een code die je krijgt van een speciale mobiele app.\n"
|
||||
" Populaire keuzes zijn Authy, Google Authenticator of de Microsoft Authenticator."
|
||||
|
||||
#. module: auth_totp
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled
|
||||
msgid "Two-factor authentication"
|
||||
|
|
@ -398,21 +313,18 @@ msgstr "Tweestapsverificatie ingeschakeld"
|
|||
#. module: auth_totp
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/models/res_users.py:0
|
||||
#, python-format
|
||||
msgid "Two-factor authentication already enabled"
|
||||
msgstr "Tweestapsverificatie reeds ingeschakeld"
|
||||
|
||||
#. 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 "Tweestapsverificatie kan enkel voor jezelf ingeschakeld worden"
|
||||
|
||||
#. 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 "Tweestapsverificatie uitgeschakeld voor de volgende gebruiker(s): %s"
|
||||
|
||||
|
|
@ -424,26 +336,164 @@ 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_rate_limit_log__user_id
|
||||
#: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__user_id
|
||||
msgid "User"
|
||||
msgstr "Gebruiker"
|
||||
|
||||
#. 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 "Verificatiecode"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Verification code"
|
||||
msgstr "Verificatiecode"
|
||||
|
||||
#. 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 "Verificatie mislukt. Controleer de 6-cijferige code nogmaals."
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/models/res_users.py:0
|
||||
msgid "Verification failed, please use the latest 6-digit code"
|
||||
msgstr "Verificatie mislukt, gebruik de nieuwste 6-cijferige code"
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard
|
||||
msgid "Write the code given by your app"
|
||||
msgstr "Geef de code in die door je app wordt gegeven"
|
||||
|
||||
#. module: auth_totp
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/models/res_users.py:0
|
||||
msgid ""
|
||||
"You reached the limit of authentication mails sent for your account, please "
|
||||
"try again later."
|
||||
msgstr ""
|
||||
"Het maximale aantal verificatiemails voor je account is bereikt. Probeer het "
|
||||
"later opnieuw."
|
||||
|
||||
#. module: auth_totp
|
||||
#. odoo-python
|
||||
#: code:addons/auth_totp/models/res_users.py:0
|
||||
msgid ""
|
||||
"You reached the limit of code verifications for your account, please try "
|
||||
"again later."
|
||||
msgstr ""
|
||||
"Het maximale aantal codeverificaties voor je account is bereikt. Probeer het "
|
||||
"later opnieuw."
|
||||
|
||||
#. module: auth_totp
|
||||
#: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form
|
||||
msgid "e.g. 123456"
|
||||
msgstr "bijv. 123456"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<span class=\"d-md-none d-block\">Or install an authenticator app</span>\n"
|
||||
#~ " <span class=\"d-none d-md-"
|
||||
#~ "block\">Install an authenticator app on your mobile device</span>"
|
||||
#~ msgstr ""
|
||||
#~ "<span class=\"d-md-none d-block\">of installeer een authenticator-app</"
|
||||
#~ "span>\n"
|
||||
#~ " <span class=\"d-none d-md-"
|
||||
#~ "block\">Installeer een authenticator-app op je mobiele apparaat</span>"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<span class=\"d-none d-md-block\">When requested to do so, scan the "
|
||||
#~ "barcode below</span>\n"
|
||||
#~ " <span class=\"d-block d-md-"
|
||||
#~ "none\">When requested to do so, copy the key below</span>"
|
||||
#~ msgstr ""
|
||||
#~ "<span class=\"d-none d-md-block\">Scan op verzoek de onderstaande "
|
||||
#~ "barcode</span>\n"
|
||||
#~ " <span class=\"d-block d-md-"
|
||||
#~ "none\">Kopieer de onderstaande sleutel wanneer je hierom wordt gevraagd:</"
|
||||
#~ "span>"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<span class=\"text-muted\">Popular ones include Authy, Google "
|
||||
#~ "Authenticator or the Microsoft Authenticator.</span>"
|
||||
#~ msgstr ""
|
||||
#~ "<span class=\"text-muted\">Populair zijn Authy, Google Authenticator of "
|
||||
#~ "de Microsoft Authenticator.</span>"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<span invisible=\"not totp_enabled\" class=\"text-muted\">This account is "
|
||||
#~ "protected!</span>"
|
||||
#~ msgstr ""
|
||||
#~ "<span invisible=\"not totp_enabled\" class=\"text-muted\">Dit account is "
|
||||
#~ "beveiligd!</span>"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<span invisible=\"not totp_enabled\" class=\"text-muted\">Your account is "
|
||||
#~ "protected!</span>"
|
||||
#~ msgstr ""
|
||||
#~ "<span invisible=\"not totp_enabled\" class=\"text-muted\">Je account is "
|
||||
#~ "beveiligd!</span>"
|
||||
|
||||
#~ msgid "Added On"
|
||||
#~ msgstr "Toegevoegd op"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Are you sure? The user may be asked to enter two-factor codes again on "
|
||||
#~ "those devices"
|
||||
#~ msgstr ""
|
||||
#~ "Weet je het zeker? De gebruiker kan worden gevraagd om opnieuw twee-"
|
||||
#~ "factor codes in te voeren op deze apparaten."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Are you sure? You may be asked to enter two-factor codes again on those "
|
||||
#~ "devices"
|
||||
#~ msgstr ""
|
||||
#~ "Weet je het zeker? Je kunt worden gevraagd om opnieuw twee-factor codes "
|
||||
#~ "in te voeren op deze apparaten."
|
||||
|
||||
#~ msgid "Authenticator App Setup"
|
||||
#~ msgstr "Authenticator-app instellen"
|
||||
|
||||
#~ msgid "Click on this link to open your authenticator app"
|
||||
#~ msgstr "Klik op deze link om je authenticator-app te openen"
|
||||
|
||||
#~ msgid "Device"
|
||||
#~ msgstr "Apparaat"
|
||||
|
||||
#~ msgid "Disable 2FA"
|
||||
#~ msgstr "Schakel 2FA uit"
|
||||
|
||||
#~ msgid "Enter your six-digit code below"
|
||||
#~ msgstr "Vul hieronder je zescijferige code in"
|
||||
|
||||
#~ msgid "Look for an \"Add an account\" button"
|
||||
#~ msgstr "Zoek naar een knop \"Een account toevoegen\""
|
||||
|
||||
#~ msgid "On Apple Store"
|
||||
#~ msgstr "Op Apple Store"
|
||||
|
||||
#~ msgid "On Google Play"
|
||||
#~ msgstr "Op Google Play"
|
||||
|
||||
#~ msgid "Revoke"
|
||||
#~ msgstr "Intrekken"
|
||||
|
||||
#~ msgid "Revoke All"
|
||||
#~ msgstr "Alles intrekken"
|
||||
|
||||
#~ 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 ""
|
||||
#~ "Tweestapsverificatie (\"2FA\") is een systeem van dubbele authenticatie.\n"
|
||||
#~ " De eerste doe je met je wachtwoord en de tweede "
|
||||
#~ "met een code die je krijgt van een speciale mobiele app.\n"
|
||||
#~ " Populaire keuzes zijn Authy, Google Authenticator "
|
||||
#~ "of de Microsoft Authenticator."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue