# Translation of Odoo Server. # This file contains the translation of the following modules: # * social_linkedin # # Translators: # Wil Odoo, 2024 # Daye Jeong, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0+e\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-13 10:43+0000\n" "PO-Revision-Date: 2023-10-26 23:10+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: social_linkedin #: model_terms:ir.ui.view,arch_db:social_linkedin.linkedin_preview msgid "LinkedIn Post" msgstr "LinkedIn 게시" #. module: social_linkedin #: model_terms:ir.ui.view,arch_db:social_linkedin.social_stream_post_view_kanban msgid "" msgstr "" #. module: social_linkedin #: model_terms:ir.ui.view,arch_db:social_linkedin.social_stream_post_view_kanban msgid "" msgstr "" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_live_post__linkedin_post_id msgid "Actual LinkedIn ID of the post" msgstr "게시물의 실제 LinkedIn ID" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_account.py:0 #, python-format msgid "An error occurred when fetching your pages data: %r." msgstr "페이지 데이터를 가져오는 동안 오류가 발생했습니다: %r." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_account.py:0 #, python-format msgid "An error occurred when fetching your pages: %r." msgstr "페이지를 가져오는 동안 오류가 발생했습니다: %r." #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_res_config_settings__linkedin_app_id msgid "App ID" msgstr "앱 ID" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_res_config_settings__linkedin_client_secret msgid "App Secret" msgstr "앱 비밀번호" #. module: social_linkedin #. odoo-javascript #: code:addons/social_linkedin/static/src/xml/social_linkedin_templates.xml:0 #: model_terms:ir.ui.view,arch_db:social_linkedin.social_stream_post_view_kanban #, python-format msgid "Author Image" msgstr "작성자 이미지" #. module: social_linkedin #: model:ir.model.fields,help:social_linkedin.field_res_config_settings__linkedin_use_own_account msgid "" "Check this if you want to use your personal LinkedIn Developer Account " "instead of the provided one." msgstr "제공된 계정 대신 개인 링크드인 개발자 계정을 사용하려면 이 옵션을 선택하세요." #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_res_config_settings msgid "Config Settings" msgstr "환경 설정" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_post__display_linkedin_preview #: model:ir.model.fields,field_description:social_linkedin.field_social_post_template__display_linkedin_preview msgid "Display LinkedIn Preview" msgstr "LinkedIn 미리보기 표시" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_stream_post.py:0 #, python-format msgid "" "Failed to retrieve the post. It might have been deleted or you may not have " "permission to view it." msgstr "게시물을 검색할 수 없습니다. 게시글이 삭제되었거나 게시글을 볼 수 있는 권한이 없을 수 있습니다." #. module: social_linkedin #. odoo-javascript #: code:addons/social_linkedin/static/src/xml/social_linkedin_templates.xml:0 #, python-format msgid "Likes" msgstr "좋아요" #. module: social_linkedin #: model:ir.model.fields.selection,name:social_linkedin.selection__social_media__media_type__linkedin #: model:social.media,name:social_linkedin.social_media_linkedin msgid "LinkedIn" msgstr "링크드인" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_account__linkedin_account_id msgid "LinkedIn Account ID" msgstr "링크드인 계정 ID" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_account__linkedin_account_urn #: model:ir.model.fields,help:social_linkedin.field_social_account__linkedin_account_urn msgid "LinkedIn Account URN" msgstr "링크드인 계정 URN" #. module: social_linkedin #. odoo-javascript #: code:addons/social_linkedin/static/src/js/stream_post_kanban_record.js:0 #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_comments_count #, python-format msgid "LinkedIn Comments" msgstr "링크드인 댓글" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_likes_count msgid "LinkedIn Likes" msgstr "링크드인 좋아요" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_post__linkedin_preview #: model:ir.model.fields,field_description:social_linkedin.field_social_post_template__linkedin_preview msgid "LinkedIn Preview" msgstr "LinkedIn 미리보기" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_author_vanity_name msgid "LinkedIn Vanity Name" msgstr "링크드인 베니티 이름" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_account__linkedin_access_token msgid "LinkedIn access token" msgstr "LinkedIn 액세스 토큰" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_author_id msgid "LinkedIn author ID" msgstr "링크드인 작성자 ID" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_author_urn msgid "LinkedIn author URN" msgstr "링크드인 작성자 URN" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_author_image_url msgid "LinkedIn author image URL" msgstr "링크드인 작성자 이미지 URL" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/controllers/main.py:0 #, python-format msgid "LinkedIn did not provide a valid access token." msgstr "링크드인에서 유효한 액세스 토큰을 제공하지 않았습니다." #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_stream_post__linkedin_post_urn msgid "LinkedIn post URN" msgstr "링크드인 게시 URN" #. module: social_linkedin #: model_terms:ir.ui.view,arch_db:social_linkedin.res_config_settings_view_form msgid "Linkedin Developer Account" msgstr "링크드인 개발자 계정" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_social_media__media_type msgid "Media Type" msgstr "매체 유형" #. module: social_linkedin #: model_terms:ir.ui.view,arch_db:social_linkedin.linkedin_preview msgid "Post Image" msgstr "이미지 게시" #. module: social_linkedin #: model:social.stream.type,name:social_linkedin.stream_type_linkedin_company_post msgid "Posts" msgstr "게시물" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_account.py:0 #, python-format msgid "Read More about Business Accounts" msgstr "비즈니스 계정에 대해 자세히 알아보기" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_account msgid "Social Account" msgstr "소셜 계정" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_live_post msgid "Social Live Post" msgstr "소셜 실시간 게시물" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_media msgid "Social Media" msgstr "소셜미디어" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_post msgid "Social Post" msgstr "소셜 게시" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_post_template msgid "Social Post Template" msgstr "소셜 게시물 템플릿" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_stream msgid "Social Stream" msgstr "소셜 스트림" #. module: social_linkedin #: model:ir.model,name:social_linkedin.model_social_stream_post msgid "Social Stream Post" msgstr "소셜 스트림 게시물" #. module: social_linkedin #: model:ir.model.fields,help:social_linkedin.field_social_account__linkedin_access_token msgid "The access token is used to perform request to the REST API" msgstr "액세스 토큰은 REST API에 대한 요청을 수행하는 데 사용됩니다." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_media.py:0 #, python-format msgid "" "The url that this service requested returned an error. Please contact the " "author of the app." msgstr "이 서비스가 요청한 URL이 오류를 반환했습니다. 앱 작성자에게 문의하십시오." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/controllers/main.py:0 #, python-format msgid "There was a authentication issue during your request." msgstr "요청하는 동안 인증에 문제가 발생했습니다." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/controllers/main.py:0 #, python-format msgid "Unauthorized. Please contact your administrator." msgstr "승인할 수 없습니다. 관리자에게 문의해 주세요." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_stream_post.py:0 #, python-format msgid "Unknown" msgstr "알 수 없음" #. module: social_linkedin #: model:ir.model.fields,field_description:social_linkedin.field_res_config_settings__linkedin_use_own_account msgid "Use your own LinkedIn Account" msgstr "자신의 LinkedIn 계정을 사용하십시오" #. module: social_linkedin #: model:ir.model.fields,help:social_linkedin.field_social_media__media_type msgid "" "Used to make comparisons when we need to restrict some features to a " "specific media ('facebook', 'twitter', ...)." msgstr "일부 기능을 특정 미디어 ( 'facebook', 'twitter' 등)로 제한해야 할 때 비교하는 데 사용됩니다." #. module: social_linkedin #: model:ir.model.fields,help:social_linkedin.field_social_stream_post__linkedin_author_vanity_name msgid "Vanity name, used to generate a link to the author" msgstr "작성자에 대한 링크를 생성하는 데 사용되는 베니티 이름" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_live_post.py:0 #, python-format msgid "" "We could not upload your image, try reducing its size and posting it again " "(error: Failed during upload registering)." msgstr "이미지를 업로드할 수 없습니다. 이미지 크기를 조절한 후 다시 시도해 주세요. (에러: 이미지 등록 중 실패)." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_live_post.py:0 #, python-format msgid "" "We could not upload your image, try reducing its size and posting it again." msgstr "이미지를 업로드할 수 없습니다. 이미지 크기를 조절한 후 다시 시도해 주세요." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_stream.py:0 #, python-format msgid "Wrong stream type for \"%s\"" msgstr "\"%s\"에 대한 잘못된 스트림 유형" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_media.py:0 #, python-format msgid "You don't have an active subscription. Please buy one here: %s" msgstr "활성 구독이 없습니다. 여기에서 구입하십시오 : %s" #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_account.py:0 #, python-format msgid "" "You need a Business Account to post on LinkedIn with Odoo Social.\n" " Please create one and make sure it is linked to your account" msgstr "" "Odoo 소셜로 링크드인에 게시하려면 비즈니스 계정이 필요합니다.\n" " 계정을 생성하고 연동이 완료되었는지 확인하십시오." #. module: social_linkedin #. odoo-python #: code:addons/social_linkedin/models/social_live_post.py:0 #, python-format msgid "unknown" msgstr "알 수 없음"