96 lines
3.7 KiB
Plaintext
96 lines
3.7 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * cloud_storage_azure
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2024
|
|
# Daye Jeong, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 18.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
|
|
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
|
|
"Last-Translator: Daye Jeong, 2024\n"
|
|
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/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: cloud_storage_azure
|
|
#: model:ir.model,name:cloud_storage_azure.model_ir_attachment
|
|
msgid "Attachment"
|
|
msgstr "첨부 파일"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_account_name
|
|
msgid "Azure Account Name"
|
|
msgstr "Azure 계정 이름"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_client_id
|
|
msgid "Azure Client ID"
|
|
msgstr "Azure 클라이언트 ID"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_client_secret
|
|
msgid "Azure Client Secret"
|
|
msgstr "Azure 클라이언트 시크릿"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields.selection,name:cloud_storage_azure.selection__res_config_settings__cloud_storage_provider__azure
|
|
msgid "Azure Cloud Storage"
|
|
msgstr "Azure 클라우드 스토리지"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_container_name
|
|
msgid "Azure Container Name"
|
|
msgstr "Azure 컨테이너 이름"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_tenant_id
|
|
msgid "Azure Tenant ID"
|
|
msgstr "Azure 테넌트 ID"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_provider
|
|
msgid "Cloud Storage Provider for new attachments"
|
|
msgstr "새 첨부파일을 위한 클라우드 스토리지 제공업체"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model,name:cloud_storage_azure.model_res_config_settings
|
|
msgid "Config Settings"
|
|
msgstr "환경설정"
|
|
|
|
#. module: cloud_storage_azure
|
|
#: model:ir.model.fields,field_description:cloud_storage_azure.field_res_config_settings__cloud_storage_azure_invalidate_user_delegation_key
|
|
msgid "Invalidate Cached Azure User Delegation Key"
|
|
msgstr "캐시된 Azure 사용자 위임 키 무효화"
|
|
|
|
#. module: cloud_storage_azure
|
|
#. odoo-python
|
|
#: code:addons/cloud_storage_azure/models/res_config_settings.py:0
|
|
msgid ""
|
|
"Some Azure attachments are in use, please migrate their cloud storages "
|
|
"before disable this module"
|
|
msgstr "일부 Azure 첨부 파일이 현재 사용 중입니다. 이 모듈을 비활성화하기 전에 해당 클라우드 저장소를 마이그레이션하세요."
|
|
|
|
#. module: cloud_storage_azure
|
|
#. odoo-python
|
|
#: code:addons/cloud_storage_azure/models/res_config_settings.py:0
|
|
msgid ""
|
|
"The connection string is not allowed to download blobs from the container.\n"
|
|
"%s"
|
|
msgstr "연결 문자열에 컨테이너에서 Blob을 다운로드할 수 있는 권한이 없습니다. %s"
|
|
|
|
#. module: cloud_storage_azure
|
|
#. odoo-python
|
|
#: code:addons/cloud_storage_azure/models/res_config_settings.py:0
|
|
msgid ""
|
|
"The connection string is not allowed to upload blobs to the container.\n"
|
|
"%s"
|
|
msgstr "연결 문자열에 컨테이너에서 Blob을 업로드할 수 있는 권한이 없습니다. %s"
|