mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-26 04: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,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * microsoft_outlook
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Linkup <link-up@naver.com>, 2022
|
||||
# JH CHOI <hwangtog@gmail.com>, 2022
|
||||
# Sarah Park, 2023
|
||||
#
|
||||
# * microsoft_outlook
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
|
||||
# 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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Sarah Park, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-11 06:44+0000\n"
|
||||
"Last-Translator: \"Kwanghee Park (kwpa)\" <kwpa@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/"
|
||||
"microsoft_outlook/ko/>\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\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 ""
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.fetchmail_server_view_form
|
||||
|
|
@ -38,30 +29,50 @@ msgstr "<i class=\"fa fa-cog\" title=\"Edit Settings\"/>"
|
|||
|
||||
#. 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 ""
|
||||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||||
" Outlook 계정 연결하기"
|
||||
|
||||
#. 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 ""
|
||||
"<span attrs=\"{'invisible': ['|', ('server_type', '!=', 'outlook'), ('microsoft_outlook_refresh_token', '=', False)]}\" class=\"badge text-bg-success\">\n"
|
||||
"<span invisible=\"server_type != 'outlook' or not "
|
||||
"microsoft_outlook_refresh_token\" class=\"badge text-bg-success\">\n"
|
||||
" 유효한 Outlook 토큰\n"
|
||||
" </span>"
|
||||
|
||||
#. 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 ""
|
||||
"<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 토큰\n"
|
||||
" </span>"
|
||||
|
||||
#. 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 "액세스 토큰을 가져오는 중 오류가 발생했습니다. %s"
|
||||
|
||||
|
|
@ -80,23 +91,24 @@ msgstr "인증 URL"
|
|||
#. module: microsoft_outlook
|
||||
#: model:ir.model,name:microsoft_outlook.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "설정 구성"
|
||||
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 ""
|
||||
"OAuth 인증 프로세스를 통하여 Outlook 계정을 연결합니다. \n"
|
||||
"기본값으로, 이메일 주소가 일치하는 사용자만 이 서버를 사용할 수 있습니다. 확장해서 사용하려면, \"mail.default.from\" 시스템 매개변수를 설정해야 합니다."
|
||||
"기본값으로, 이메일 주소가 일치하는 사용자만 이 서버를 사용할 수 있습니다. 확"
|
||||
"장해서 사용하려면, \"mail.default.from\" 시스템 매개변수를 설정해야 합니다."
|
||||
|
||||
#. 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."
|
||||
|
|
@ -105,11 +117,25 @@ msgstr ""
|
|||
"권한을 수락할 수 있도록 Outlook 로그인 페이지로 이동합니다."
|
||||
|
||||
#. 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 "ID"
|
||||
|
|
@ -127,18 +153,12 @@ 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 "Outlook 메일 서버 %r에 대한 연결 보안이 잘못되었습니다. \"TLS (STARTTLS)\"로 설정하시기 바랍니다."
|
||||
|
||||
#. 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 "Outlook 자격 증명 설정 여부"
|
||||
msgstr ""
|
||||
"Outlook 메일 서버 “%s”에 대한 연결 보안이 잘못되었습니다. \"TLS (STARTTLS)"
|
||||
"\"로 설정하시기 바랍니다."
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model:ir.model,name:microsoft_outlook.model_ir_mail_server
|
||||
|
|
@ -153,10 +173,33 @@ msgstr "Microsoft Outlook 믹스인"
|
|||
#. 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 "관리자만 Outlook 메일 서버를 연결할 수 있습니다."
|
||||
|
||||
#. 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 "Outlook"
|
||||
|
||||
#. 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
|
||||
|
|
@ -197,37 +240,41 @@ msgstr "Outlook 새로고침 토큰"
|
|||
#. module: microsoft_outlook
|
||||
#. odoo-python
|
||||
#: code:addons/microsoft_outlook/models/microsoft_outlook_mixin.py:0
|
||||
#, python-format
|
||||
msgid "Please configure your Outlook credentials."
|
||||
msgstr "Outlook 자격 증명을 구성하십시오."
|
||||
|
||||
#. 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 "사용 전에 Outlook 계정에 연결하세요."
|
||||
|
||||
#. 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 "
|
||||
"the Outlook OAuthentication Token."
|
||||
msgstr ""
|
||||
"\"사용자 이름\" 필드에 Outlook/Office365 사용자 이름 (이메일 주소)을 입력하세요. 이 계정은 Outlook OAuth"
|
||||
" 인증 토큰에 사용된 계정과 동일해야 합니다."
|
||||
"\"사용자 이름\" 필드에 Outlook/Office365 사용자 이름 (이메일 주소)을 입력하세"
|
||||
"요. 이 계정은 Outlook OAuth 인증 토큰에 사용된 계정과 동일해야 합니다."
|
||||
|
||||
#. 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"
|
||||
msgstr "Outlook 메일 서버 %r에서 비밀번호 필드를 비워두세요. OAuth 프로세스에는 비밀번호가 필요하지 않습니다."
|
||||
"Please leave the password field empty for Outlook mail server “%s”. The "
|
||||
"OAuth process does not require it"
|
||||
msgstr ""
|
||||
"OAuth 프로세스에는 암호가 필요하지 않습니다. Outlook 메일 서버 “%s”의 암호 필"
|
||||
"드를 비워 두세요."
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.ir_mail_server_view_form
|
||||
|
|
@ -237,9 +284,8 @@ 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."
|
||||
msgstr "%r 서버에 SSL이 있어야 합니다."
|
||||
msgid "SSL is required for server “%s”."
|
||||
msgstr "서버 “%s”에 SSL이 필요합니다."
|
||||
|
||||
#. module: microsoft_outlook
|
||||
#: model_terms:ir.ui.view,arch_db:microsoft_outlook.res_config_settings_view_form
|
||||
|
|
@ -256,14 +302,6 @@ msgstr "Outlook 앱 비밀번호"
|
|||
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 "Outlook 계정을 연결하려면 일반 설정 항목에서 Outlook API 자격 증명을 설정하십시오."
|
||||
|
||||
#. 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
|
||||
|
|
@ -274,6 +312,23 @@ msgstr "Outlook에서 인증 코드를 생성하기 위한 URL."
|
|||
#. 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 "사용자"
|
||||
|
||||
#~ msgid "Go back to your mail server"
|
||||
#~ msgstr "메일 서버로 돌아가기"
|
||||
|
||||
#~ msgid "Is Outlook Credential Configured"
|
||||
#~ msgstr "Outlook 자격 증명 설정 여부"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Setup your Outlook API credentials in the general settings to link a "
|
||||
#~ "Outlook account."
|
||||
#~ msgstr ""
|
||||
#~ "Outlook 계정을 연결하려면 일반 설정 항목에서 Outlook API 자격 증명을 설정"
|
||||
#~ "하십시오."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue