# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp # # Translators: # Martin Trigaux, 2022 # Niyas Raphy, 2022 # Malaz Abuidris , 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\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: Malaz Abuidris , 2023\n" "Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 على %(platform)s " #. module: auth_totp #: model:ir.model,name:auth_totp.model_auth_totp_wizard msgid "2-Factor Setup Wizard" msgstr "مُعالج الضبط ثنائي العوامل " #. 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 "تم تشغيل المصادقة ثنائية العوامل. " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "\n" " Learn More" msgstr "" "\n" " اعرف المزيد " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "" "\n" " Learn More" msgstr "" "\n" " اعرف المزيد " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "" msgstr "" "لتسجيل الدخول، قم بإدخال رمز المصادقة المكون من ستة أرقام أدناه الذي يرسله تطبيق المصادقة لديك.\n" "
" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret msgid "Totp Secret" msgstr "كلمة سر مؤقتة لمرة واحدة " #. 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 "الأجهزة الموثوقة " #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-Factor Authentication Activation" msgstr "تفعيل المصادقة ثنائية العوامل " #. 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 "Two-factor Authentication" msgstr "المصادقة ثنائية العوامل " #. 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 "" "المصادقة ثنائية العوامل (\"2FA\") هو نظام للمصادقة المزدوجة.\n" " تتم المصادقة الأولى بكلمة السر الخاصة بك والثانية برمز يصلك من تطبيق على الهاتف مخصص لذلك.\n" " المفضلة منها تتضمن Authy، مصادقة Google، أو مصادقة Microsoft. " #. 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 "" "المصادقة ثنائية العوامل (\"2FA\") هو نظام للمصادقة المزدوجة.\n" "تتم المصادقة الأولى بكلمة السر الخاصة بك والثانية برمز يصلك من تطبيق على الهاتف مخصص لذلك.\n" "المفضلة منها تتضمن Authy، مصادقة Google، أو مصادقة Microsoft. " #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled msgid "Two-factor authentication" msgstr "المصادقة ثنائية العوامل " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search msgid "Two-factor authentication Disabled" msgstr "تم تعطيل المصادقة ثنائية العوامل " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.res_users_view_search msgid "Two-factor authentication Enabled" msgstr "تم تشغيل المصادقة ثنائية العوامل " #. module: auth_totp #. odoo-python #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication already enabled" msgstr "المصادقة ثنائية العوامل مشغلة بالفعل " #. 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 "بإمكانك تشغيل المصادقة ثنائية العوامل لنفسك فقط " #. 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 "تم تعطيل المصادقة ثنائية العوامل للمستخدم (المستخدمين) التاليين: %s " #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__url msgid "Url" 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_wizard__user_id msgid "User" msgstr "المستخدم" #. 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 "كود التصديق " #. 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 "" "فشلت عملية التصديق، الرجاء التحقق مرة أخرى من الكود المكون من ستة أرقام " #. 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 "e.g. 123456" msgstr "مثال: 123456 "