2025-01-06 10:57:38 +07:00
# Translation of Odoo Server.
# This file contains the translation of the following modules:
2025-03-04 12:23:19 +07:00
# * auth_ldap
#
2025-01-06 10:57:38 +07:00
# Translators:
2025-03-04 12:23:19 +07:00
# zakariya moradi, 2025
# Tiffany Chang, 2025
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2025
#
2025-01-06 10:57:38 +07:00
msgid ""
msgstr ""
2025-03-04 12:23:19 +07:00
"Project-Id-Version: Odoo Server 18.0\n"
2025-01-06 10:57:38 +07:00
"Report-Msgid-Bugs-To: \n"
2025-03-04 12:23:19 +07:00
"POT-Creation-Date: 2024-09-25 08:39+0000\n"
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2025\n"
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
2025-01-06 10:57:38 +07:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
2025-03-04 12:23:19 +07:00
"Language: fa\n"
2025-01-06 10:57:38 +07:00
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_filter
msgid ""
" Filter used to look up user accounts in the LDAP database. It is an arbitrary LDAP filter in string representation. Any `%s` placeholder will be replaced by the login (identifier) provided by the user, the filter should contain at least one such placeholder.\n"
"\n"
" The filter must result in exactly one (1) result, otherwise the login will be considered invalid.\n"
"\n"
" Example (actual attributes depend on LDAP server and setup):\n"
"\n"
" (&(objectCategory=person)(objectClass=user)(sAMAccountName=%s))\n"
"\n"
" or\n"
"\n"
" (|(mail=%s)(uid=%s))\n"
" "
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__create_user
2025-03-04 12:23:19 +07:00
msgid ""
"Automatically create local user accounts for new users authenticating via "
"LDAP"
2025-01-06 10:57:38 +07:00
msgstr ""
#. module: auth_ldap
#: model:ir.model,name:auth_ldap.model_res_company
msgid "Companies"
msgstr "شرکتها"
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__company
msgid "Company"
msgstr "شرکت"
#. module: auth_ldap
#: model:ir.model,name:auth_ldap.model_res_company_ldap
msgid "Company LDAP configuration"
2025-03-04 12:23:19 +07:00
msgstr "تنظیمات LDAP شرکت"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model,name:auth_ldap.model_res_config_settings
msgid "Config Settings"
2025-03-04 12:23:19 +07:00
msgstr "تنظیمات پیکربندی"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__create_user
msgid "Create User"
msgstr "ایجاد کاربر"
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__create_uid
msgid "Created by"
msgstr "ایجاد شده توسط"
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__create_date
msgid "Created on"
msgstr "ایجاد شده در"
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_base
2025-03-04 12:23:19 +07:00
msgid ""
"DN of the user search scope: all descendants of this base will be searched "
"for users."
2025-01-06 10:57:38 +07:00
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__id
msgid "ID"
msgstr "شناسه"
#. module: auth_ldap
#: model_terms:ir.ui.view,arch_db:auth_ldap.res_company_ldap_view_tree
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
msgid "LDAP Configuration"
msgstr "پیکر بندی LDAP"
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company__ldaps
#: model:ir.model.fields,field_description:auth_ldap.field_res_config_settings__ldaps
msgid "LDAP Parameters"
2025-03-04 12:23:19 +07:00
msgstr "پارامترهای LDAP"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model_terms:ir.ui.view,arch_db:auth_ldap.res_config_settings_view_form
msgid "LDAP Server"
2025-03-04 12:23:19 +07:00
msgstr "سرور LDAP"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_server
msgid "LDAP Server address"
2025-03-04 12:23:19 +07:00
msgstr "آدرس سرور LDAP"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_server_port
msgid "LDAP Server port"
2025-03-04 12:23:19 +07:00
msgstr "درگاه سرور LDAP"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_base
msgid "LDAP base"
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_binddn
msgid "LDAP binddn"
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_filter
msgid "LDAP filter"
2025-03-04 12:23:19 +07:00
msgstr "فیلتر LDAP"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_password
msgid "LDAP password"
2025-03-04 12:23:19 +07:00
msgstr "پسورد LDAP"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__write_uid
msgid "Last Updated by"
msgstr "آخرین تغییر توسط"
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__write_date
msgid "Last Updated on"
msgstr "آخرین به روز رسانی در"
#. module: auth_ldap
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
msgid "Login Information"
msgstr "اطلاعات ورود"
#. module: auth_ldap
2025-03-04 12:23:19 +07:00
#. odoo-python
2025-01-06 10:57:38 +07:00
#: code:addons/auth_ldap/models/res_company_ldap.py:0
msgid "No local user found for LDAP login and not configured to create one"
msgstr ""
2025-03-04 12:23:19 +07:00
"هیچ کاربر محلی برای لاگین LDAP یافت نشد و برای ایجاد کاربر پیکره بندی نشده"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
msgid "Process Parameter"
2025-03-04 12:23:19 +07:00
msgstr "پارامترهای پردازش"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_tls
2025-03-04 12:23:19 +07:00
msgid ""
"Request secure TLS/SSL encryption when connecting to the LDAP server. This "
"option requires a server with STARTTLS enabled, otherwise all authentication"
" attempts will fail."
2025-01-06 10:57:38 +07:00
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__sequence
msgid "Sequence"
msgstr "دنباله"
#. module: auth_ldap
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
msgid "Server Information"
msgstr "اطلاعات سرور"
#. module: auth_ldap
#: model:ir.actions.act_window,name:auth_ldap.action_ldap_installer
msgid "Setup your LDAP Server"
2025-03-04 12:23:19 +07:00
msgstr "سررو LDAP خود را تنظیم کنید"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__user
msgid "Template User"
2025-03-04 12:23:19 +07:00
msgstr "الگوی کاربر"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_password
2025-03-04 12:23:19 +07:00
msgid ""
"The password of the user account on the LDAP server that is used to query "
"the directory."
2025-01-06 10:57:38 +07:00
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__ldap_binddn
2025-03-04 12:23:19 +07:00
msgid ""
"The user account on the LDAP server that is used to query the directory. "
"Leave empty to connect anonymously."
2025-01-06 10:57:38 +07:00
msgstr ""
#. module: auth_ldap
#: model:ir.model.fields,field_description:auth_ldap.field_res_company_ldap__ldap_tls
msgid "Use TLS"
2025-03-04 12:23:19 +07:00
msgstr "استفاده از TLS"
#. module: auth_ldap
#: model:ir.model,name:auth_ldap.model_res_users
msgid "User"
msgstr "کاربر"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model_terms:ir.ui.view,arch_db:auth_ldap.view_ldap_installer_form
msgid "User Information"
2025-03-04 12:23:19 +07:00
msgstr "اطلاعات کاربر"
2025-01-06 10:57:38 +07:00
#. module: auth_ldap
#: model:ir.model.fields,help:auth_ldap.field_res_company_ldap__user
msgid "User to copy when creating new users"
2025-03-04 12:23:19 +07:00
msgstr "کاربری که در هنگام ایجاد کاربر جدید کپی شود"