# Translation of Odoo Server. # This file contains the translation of the following modules: # * social_facebook # # Translators: # Wil Odoo, 2023 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 17.0+e\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-26 22:21+0000\n" "PO-Revision-Date: 2023-10-26 23:10+0000\n" "Last-Translator: Wil Odoo, 2023\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_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.facebook_preview msgid "Facebook Page" msgstr "페이스북 페이지" #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.social_stream_post_view_kanban msgid "" msgstr "" #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.social_stream_post_view_kanban msgid "" msgstr "" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_live_post__facebook_post_id msgid "Actual Facebook ID of the post" msgstr "게시물의 실제 페이스북 ID" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/models/social_stream_post.py:0 #, python-format msgid "An error occurred." msgstr "오류가 발생했습니다." #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.res_config_settings_view_form msgid "App ID" msgstr "앱 ID" #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.res_config_settings_view_form msgid "App Secret" msgstr "앱 비밀번호" #. module: social_facebook #. odoo-javascript #: code:addons/social_facebook/static/src/xml/social_facebook_templates.xml:0 #: model_terms:ir.ui.view,arch_db:social_facebook.social_stream_post_view_kanban #, python-format msgid "Author Image" msgstr "작성자 이미지" #. module: social_facebook #: model:ir.model.fields,help:social_facebook.field_res_config_settings__facebook_use_own_account msgid "" "Check this if you want to use your personal Facebook Developer Account " "instead of the provided one." msgstr "제공된 계정 대신 개인 페이스북 개발자 계정을 사용하려면 이 옵션을 선택하세요." #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_comments_count msgid "Comments" msgstr "의견" #. module: social_facebook #: model:ir.model,name:social_facebook.model_res_config_settings msgid "Config Settings" msgstr "환경 설정" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_post__display_facebook_preview #: model:ir.model.fields,field_description:social_facebook.field_social_post_template__display_facebook_preview msgid "Display Facebook Preview" msgstr "페이스북 미리보기 표시" #. module: social_facebook #: model:ir.model.fields.selection,name:social_facebook.selection__social_media__media_type__facebook #: model:social.media,name:social_facebook.social_media_facebook msgid "Facebook" msgstr "페이스북" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_account__facebook_access_token msgid "Facebook Access Token" msgstr "페이스북 사용 권한 토큰" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_account__facebook_account_id msgid "Facebook Account ID" msgstr "페이스북 계정 ID" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_res_config_settings__facebook_app_id msgid "Facebook App ID" msgstr "페이스북 앱 ID" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_res_config_settings__facebook_client_secret msgid "Facebook App Secret" msgstr "페이스북 앱 비밀번호" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_author_id msgid "Facebook Author ID" msgstr "페이스북 작성자 ID" #. module: social_facebook #. odoo-javascript #: code:addons/social_facebook/static/src/js/stream_post_kanban_record.js:0 #, python-format msgid "Facebook Comments" msgstr "페이스북 댓글" #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.res_config_settings_view_form msgid "Facebook Developer Account" msgstr "페이스북 개발자 계정" #. module: social_facebook #: model:ir.model.fields,help:social_facebook.field_social_account__facebook_access_token msgid "" "Facebook Page Access Token provided by the Facebook API, this should never be set manually.\n" " It's used to authenticate requests when posting to or reading information from this account." msgstr "" "Facebook API에서 제공하는 Facebook 페이지 접근 토큰으로, 수동으로 설정해서는 안됩니다. \n" " 이 계정에 정보를 게시하거나 정보를 읽을 때 요청을 인증하는 데 사용됩니다." #. module: social_facebook #: model:ir.model.fields,help:social_facebook.field_social_account__facebook_account_id msgid "" "Facebook Page ID provided by the Facebook API, this should never be set " "manually." msgstr "Facebook API에서 제공한 Facebook 페이지 ID로, 수동으로 설정해서는 안됩니다." #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_post_id msgid "Facebook Post ID" msgstr "페이스북 게시물 ID" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_post__facebook_preview #: model:ir.model.fields,field_description:social_facebook.field_social_post_template__facebook_preview msgid "Facebook Preview" msgstr "페이스북 미리보기" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/controllers/main.py:0 #, python-format msgid "Facebook did not provide a valid access token or it may have expired." msgstr "페이스북에서 유효한 액세스 토큰을 제공하지 않았거나 토큰이 만료되었을 수 있습니다." #. module: social_facebook #. odoo-python #: code:addons/social_facebook/controllers/main.py:0 #, python-format msgid "Facebook did not provide a valid access token." msgstr "페이스북에서 유효한 액세스 토큰을 제공하지 않았습니다." #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_is_event_post msgid "Is event post" msgstr "행사 게시물" #. module: social_facebook #. odoo-javascript #: code:addons/social_facebook/static/src/xml/social_facebook_templates.xml:0 #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_likes_count #, python-format msgid "Likes" msgstr "좋아요" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_media__media_type msgid "Media Type" msgstr "매체 유형" #. module: social_facebook #: model:social.stream.type,name:social_facebook.stream_type_page_mentions msgid "Page Mentions" msgstr "페이지 언급" #. module: social_facebook #: model:social.stream.type,name:social_facebook.stream_type_page_posts msgid "Page Posts" msgstr "페이지 게시물" #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.facebook_preview msgid "Post Image" msgstr "이미지 게시" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/models/social_stream_post.py:0 #, python-format msgid "" "Post not found. It could be because the post has been deleted on the Social " "Platform." msgstr "게시물을 찾을 수 없습니다. 소셜 플랫폼에 게시물이 삭제되었기 때문일 수 있습니다." #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.facebook_preview msgid "Published by Facebook Page •" msgstr "페이스북 페이지에 의해 게시 •" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_reach msgid "Reach" msgstr "범위" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/controllers/main.py:0 #, python-format msgid "Read More about Facebook Pages" msgstr "페이스북 페이지에 대해 자세히 알아보기" #. module: social_facebook #. odoo-javascript #: code:addons/social_facebook/static/src/xml/social_facebook_templates.xml:0 #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_shares_count #: model_terms:ir.ui.view,arch_db:social_facebook.social_stream_post_view_kanban #, python-format msgid "Shares" msgstr "공유" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_account msgid "Social Account" msgstr "소셜 계정" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_live_post msgid "Social Live Post" msgstr "소셜 실시간 게시물" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_media msgid "Social Media" msgstr "소셜미디어" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_post msgid "Social Post" msgstr "소셜 게시" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_post_template msgid "Social Post Template" msgstr "소셜 게시물 템플릿" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_stream msgid "Social Stream" msgstr "소셜 스트림" #. module: social_facebook #: model:ir.model,name:social_facebook.model_social_stream_post msgid "Social Stream Post" msgstr "소셜 스트림 게시물" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/controllers/main.py:0 #, python-format msgid "Unauthorized. Please contact your administrator. " msgstr "승인할 수 없습니다. 관리자에게 문의해 주세요." #. module: social_facebook #. odoo-python #: code:addons/social_facebook/models/social_stream_post.py:0 #: code:addons/social_facebook/models/social_stream_post.py:0 #, python-format msgid "Unknown" msgstr "알 수 없음" #. module: social_facebook #: model:ir.model.fields,field_description:social_facebook.field_res_config_settings__facebook_use_own_account msgid "Use your own Facebook Account" msgstr "자신의 페이스북 계정을 사용하십시오" #. module: social_facebook #: model:ir.model.fields,help:social_facebook.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_facebook #: model:ir.model.fields,field_description:social_facebook.field_social_stream_post__facebook_user_likes msgid "User Likes" msgstr "사용자 좋아요" #. module: social_facebook #. odoo-javascript #: code:addons/social_facebook/static/src/xml/social_facebook_templates.xml:0 #: model_terms:ir.ui.view,arch_db:social_facebook.social_stream_post_view_kanban #, python-format msgid "Views" msgstr "화면" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/models/social_live_post.py:0 #: code:addons/social_facebook/models/social_post.py:0 #, python-format msgid "" "We could not upload your image, try reducing its size and posting it again " "(error: %s)." msgstr "이미지를 업로드할 수 없습니다. 이미지 크기를 조절한 후 다시 시도해 주세요 (에러: %s)." #. module: social_facebook #. odoo-python #: code:addons/social_facebook/models/social_media.py:0 #, python-format msgid "You don't have an active subscription. Please buy one here: %s" msgstr "활성 구독이 없습니다. 여기에서 구입하십시오 : %s" #. module: social_facebook #. odoo-python #: code:addons/social_facebook/controllers/main.py:0 #, python-format msgid "" "You need to be the manager of a Facebook Page to post with Odoo Social.\n" " Please create one and make sure it is linked to your account." msgstr "" "Odoo 소셜에 게시하려면 페이스북 페이지의 관리자 권한이 있어야 합니다.\n" " 페이지를 생성하고 연동이 완료되었는지 확인하십시오." #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.social_stream_post_view_kanban msgid "added an event" msgstr "행사 추가" #. module: social_facebook #: model_terms:ir.ui.view,arch_db:social_facebook.facebook_preview msgid "• " msgstr "• "