# Translation of Odoo Server. # This file contains the translation of the following modules: # * website_cf_turnstile # # Translators: # Wil Odoo, 2023 # Sarah Park, 2024 # Daye Jeong, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-01-05 12:32+0000\n" "PO-Revision-Date: 2023-10-26 23:09+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: website_cf_turnstile #: model_terms:ir.ui.view,arch_db:website_cf_turnstile.res_config_settings_view_form msgid " More info" msgstr " 자세한 정보" #. module: website_cf_turnstile #: model_terms:ir.ui.view,arch_db:website_cf_turnstile.res_config_settings_view_form msgid "Cloudflare Turnstile" msgstr "클라우드플레어 턴스타일" #. module: website_cf_turnstile #: model:ir.model.fields,field_description:website_cf_turnstile.field_res_config_settings__turnstile_secret_key msgid "CF Secret Key" msgstr "CF 보안 키" #. module: website_cf_turnstile #: model:ir.model.fields,field_description:website_cf_turnstile.field_res_config_settings__turnstile_site_key msgid "CF Site Key" msgstr "CF 사이트 키" #. module: website_cf_turnstile #. odoo-javascript #: code:addons/website_cf_turnstile/static/src/js/error_handler.js:0 #, python-format msgid "Cloudflare Turnstile Error" msgstr "Cloudflare Turnstile 오류" #. module: website_cf_turnstile #: model:ir.model,name:website_cf_turnstile.model_res_config_settings msgid "Config Settings" msgstr "환경 설정" #. module: website_cf_turnstile #: model:ir.model,name:website_cf_turnstile.model_ir_http msgid "HTTP Routing" msgstr "HTTP 라우팅" #. module: website_cf_turnstile #. odoo-python #: code:addons/website_cf_turnstile/models/ir_http.py:0 #, python-format msgid "The CloudFlare human validation failed." msgstr "클라우드플레 인적 유효성 검사에 실패했습니다." #. module: website_cf_turnstile #. odoo-python #: code:addons/website_cf_turnstile/models/ir_http.py:0 #, python-format msgid "The Cloudflare turnstile private key is invalid." msgstr "클라우드플레어 턴테이블 개인 키가 유효하지 않습니다." #. module: website_cf_turnstile #. odoo-python #: code:addons/website_cf_turnstile/models/ir_http.py:0 #, python-format msgid "The request is invalid or malformed." msgstr "요청이 유효하지 않거나 잘못된 형식입니다." #. module: website_cf_turnstile #. odoo-javascript #: code:addons/website_cf_turnstile/static/src/js/error_handler.js:0 #, python-format msgid "" "There was an error with Cloudflare Turnstile, the captcha system.\n" "Please make sure your credentials for this service are properly set up.\n" "The error code is: %s.\n" "You can find more information about this error code here: https://developers.cloudflare.com/turnstile/reference/errors." msgstr "" "보안 문자 시스템인 Cloudflare Turnstile에 문제가 발생했습니다.\n" "이 서비스에 대한 자격 증명이 올바르게 설정되어 있는지 확인하세요.\n" "에러 코드: %s.\n" "이 에러 코드에 대한 자세한 내용은 아래 링크에서 확인할 수 있습니다: https://developers.cloudflare.com/turnstile/reference/errors." #. module: website_cf_turnstile #. odoo-python #: code:addons/website_cf_turnstile/models/ir_http.py:0 #, python-format msgid "Your request has timed out, please retry." msgstr "요청 시간이 초과되었습니다. 다시 시도해 주십시오."