mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-25 22:22:07 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
|
|
@ -1,34 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * microsoft_outlook
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
# * microsoft_outlook
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-08 19:09+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"microsoft_outlook/fa/>\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.fetchmail_server_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.ir_mail_server_view_form
|
||||
msgid ""
|
||||
"<i class=\"fa fa-arrow-right\"/>\n"
|
||||
" Connect your Outlook account"
|
||||
msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.fetchmail_server_view_form
|
||||
|
|
@ -38,8 +27,17 @@ msgstr "<i class=\"fa fa-cog\" title=\"ویرایش تنظیمات\"/>"
|
|||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.fetchmail_server_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.ir_mail_server_view_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': ['|', ('server_type', '!=', 'outlook'), ('microsoft_outlook_refresh_token', '=', False)]}\" class=\"badge text-bg-success\">\n"
|
||||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||||
" Connect your Outlook account"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.fetchmail_server_view_form
|
||||
msgid ""
|
||||
"<span invisible=\"server_type != 'outlook' or not "
|
||||
"microsoft_outlook_refresh_token\" class=\"badge text-bg-success\">\n"
|
||||
" Outlook Token Valid\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
|
@ -47,15 +45,22 @@ msgstr ""
|
|||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.ir_mail_server_view_form
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': ['|', ('smtp_authentication', '!=', 'outlook'), ('microsoft_outlook_refresh_token', '=', False)]}\" class=\"badge text-bg-success\">\n"
|
||||
"<span invisible=\"smtp_authentication != 'outlook' or not "
|
||||
"microsoft_outlook_refresh_token\" class=\"badge text-bg-success\">\n"
|
||||
" Outlook Token Valid\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_fetchmail_server__active
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_ir_mail_server__active
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_microsoft_outlook_mixin__active
|
||||
msgid "Active"
|
||||
msgstr "فعال"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
#, python-format
|
||||
msgid "An error occurred when fetching the access token. %s"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -79,27 +84,41 @@ msgstr "تنظیمات پیکربندی"
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/ir_mail_server.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Connect your Outlook account with the OAuth Authentication process. \n"
|
||||
"By default, only a user with a matching email address will be able to use this server. To extend its use, you should set a \"mail.default.from\" system parameter."
|
||||
"By default, only a user with a matching email address will be able to use "
|
||||
"this server. To extend its use, you should set a \"mail.default.from\" "
|
||||
"system parameter."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/fetchmail_server.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Connect your personal Outlook account using OAuth. \n"
|
||||
"You will be redirected to the Outlook login page to accept the permissions."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.microsoft_outlook_oauth_error
|
||||
msgid "Go back to your mail server"
|
||||
msgstr ""
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_fetchmail_server__display_name
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_ir_mail_server__display_name
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_microsoft_outlook_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_res_users__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.microsoft_outlook_oauth_error
|
||||
msgid "Go back"
|
||||
msgstr "برگرد"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_fetchmail_server__id
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_ir_mail_server__id
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_microsoft_outlook_mixin__id
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_res_users__id
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.res_config_settings_view_form
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
|
@ -117,19 +136,11 @@ msgstr "سرور ایمیل ورودی"
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/ir_mail_server.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Incorrect Connection Security for Outlook mail server %r. Please set it to "
|
||||
"Incorrect Connection Security for Outlook mail server “%s”. Please set it to "
|
||||
"\"TLS (STARTTLS)\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_fetchmail_server__is_microsoft_outlook_configured
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_ir_mail_server__is_microsoft_outlook_configured
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_microsoft_outlook_mixin__is_microsoft_outlook_configured
|
||||
msgid "Is Outlook Credential Configured"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model,name:microsoft_outlook.model_ir_mail_server
|
||||
msgid "Mail Server"
|
||||
|
|
@ -143,10 +154,33 @@ msgstr ""
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
#, python-format
|
||||
msgid "Only the administrator can link an Outlook mail server."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
msgid "Oops, we could not authenticate you. Please try again later."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/controllers/main.py:0
|
||||
msgid ""
|
||||
"Oops, you're creating an authorization to send from %(email_login)s but your "
|
||||
"address is %(email_server)s. Make sure your addresses match!"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_res_users__outgoing_mail_server_type
|
||||
msgid "Outgoing Mail Server Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields.selection,name:microsoft_outlook.selection__res_users__outgoing_mail_server_type__outlook
|
||||
msgid "Outlook"
|
||||
msgstr "چشمانداز"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_fetchmail_server__microsoft_outlook_access_token
|
||||
#: model:ir.model.fields,field_description:microsoft_outlook.field_ir_mail_server__microsoft_outlook_access_token
|
||||
|
|
@ -187,21 +221,24 @@ msgstr ""
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
#, python-format
|
||||
msgid "Please configure your Outlook credentials."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
#, python-format
|
||||
msgid "Please connect with your Outlook account before using it."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
msgid "Please enter a valid email address."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/ir_mail_server.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Please fill the \"Username\" field with your Outlook/Office365 username "
|
||||
"(your email address). This should be the same account as the one used for "
|
||||
|
|
@ -211,10 +248,9 @@ msgstr ""
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/ir_mail_server.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Please leave the password field empty for Outlook mail server %r. The OAuth "
|
||||
"process does not require it"
|
||||
"Please leave the password field empty for Outlook mail server “%s”. The "
|
||||
"OAuth process does not require it"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
|
|
@ -225,8 +261,7 @@ msgstr "بیشتر بخوانید"
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/fetchmail_server.py:0
|
||||
#, python-format
|
||||
msgid "SSL is required for the server %r."
|
||||
msgid "SSL is required for server “%s”."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
|
|
@ -244,14 +279,6 @@ msgstr ""
|
|||
msgid "Server Type"
|
||||
msgstr "نوع سرور"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.fetchmail_server_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.ir_mail_server_view_form
|
||||
msgid ""
|
||||
"Setup your Outlook API credentials in the general settings to link a Outlook"
|
||||
" account."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model.fields,help:microsoft_outlook.field_fetchmail_server__microsoft_outlook_uri
|
||||
#: model:ir.model.fields,help:microsoft_outlook.field_ir_mail_server__microsoft_outlook_uri
|
||||
|
|
@ -259,18 +286,13 @@ msgstr ""
|
|||
msgid "The URL to generate the authorization code from Outlook"
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/ir_mail_server.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"This server %r can only be used for your personal email address. Please fill"
|
||||
" the \"from_filter\" field with %r."
|
||||
msgstr ""
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
#, python-format
|
||||
msgid "Unknown error."
|
||||
msgstr "ایراد ناشناخته."
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model,name:microsoft_outlook.model_res_users
|
||||
msgid "User"
|
||||
msgstr "کاربر"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue