From 4ff017b712e8f8318c08cc0f426f32b118f99257 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=95=85=EB=8F=99=EB=B6=84=ED=99=8D=ED=86=A0=EB=81=BC?= Date: Sat, 8 Jan 2022 06:54:29 +0900 Subject: [PATCH] Added new version of Korean translations for document / Miscellaneous changes. 1. Added new version of Korean translation for reference document. 2. Added krHTML_autoBuild.bat for debugging .po files at local devices (QoL, This will be changed to improved batch files at future). 3. Removed unused document .po files and TRANSLATORS_ko_KR.txt. 1. Completed translation of examples.po, but it doesn't appear at final results. Will be fixed soon. --- docs/krHTML_autoBuild.bat | 12 + .../ko/LC_MESSAGES/TRANSLATORS_ko_KR.txt | 16 - docs/locale/ko/LC_MESSAGES/api.po | 4865 +++++++++++---- docs/locale/ko/LC_MESSAGES/asyncstream.po | 401 ++ docs/locale/ko/LC_MESSAGES/auth_tutorial.po | 73 +- docs/locale/ko/LC_MESSAGES/changelog.po | 4199 +++++++++++++ docs/locale/ko/LC_MESSAGES/client.po | 2905 +++++++++ docs/locale/ko/LC_MESSAGES/code_snippet.po | 71 - docs/locale/ko/LC_MESSAGES/cursor_tutorial.po | 127 - docs/locale/ko/LC_MESSAGES/development.po | 89 + docs/locale/ko/LC_MESSAGES/examples.po | 70 + docs/locale/ko/LC_MESSAGES/exceptions.po | 117 + docs/locale/ko/LC_MESSAGES/extended_tweets.po | 126 +- docs/locale/ko/LC_MESSAGES/faq.po | 353 ++ docs/locale/ko/LC_MESSAGES/getting_started.po | 30 +- docs/locale/ko/LC_MESSAGES/index.po | 26 +- docs/locale/ko/LC_MESSAGES/install.po | 41 +- docs/locale/ko/LC_MESSAGES/models.po | 189 + docs/locale/ko/LC_MESSAGES/pagination.po | 112 + docs/locale/ko/LC_MESSAGES/parameters.po | 16 +- docs/locale/ko/LC_MESSAGES/running_tests.po | 69 - docs/locale/ko/LC_MESSAGES/stream.po | 378 ++ docs/locale/ko/LC_MESSAGES/streaming.po | 155 + .../locale/ko/LC_MESSAGES/streaming_how_to.po | 236 - docs/locale/pl/LC_MESSAGES/api.po | 5194 +++++++++++------ docs/locale/pl/LC_MESSAGES/asyncstream.po | 364 ++ docs/locale/pl/LC_MESSAGES/changelog.po | 3548 +++++++++-- docs/locale/pl/LC_MESSAGES/client.po | 2593 ++++++++ docs/locale/pl/LC_MESSAGES/development.po | 77 + docs/locale/pl/LC_MESSAGES/examples.po | 71 + docs/locale/pl/LC_MESSAGES/exceptions.po | 75 +- docs/locale/pl/LC_MESSAGES/extended_tweets.po | 314 +- docs/locale/pl/LC_MESSAGES/faq.po | 294 + docs/locale/pl/LC_MESSAGES/install.po | 35 +- docs/locale/pl/LC_MESSAGES/models.po | 150 + docs/locale/pl/LC_MESSAGES/pagination.po | 109 + docs/locale/pl/LC_MESSAGES/streaming.po | 96 +- 37 files changed, 23228 insertions(+), 4368 deletions(-) create mode 100644 docs/krHTML_autoBuild.bat delete mode 100644 docs/locale/ko/LC_MESSAGES/TRANSLATORS_ko_KR.txt create mode 100644 docs/locale/ko/LC_MESSAGES/asyncstream.po create mode 100644 docs/locale/ko/LC_MESSAGES/changelog.po create mode 100644 docs/locale/ko/LC_MESSAGES/client.po delete mode 100644 docs/locale/ko/LC_MESSAGES/code_snippet.po delete mode 100644 docs/locale/ko/LC_MESSAGES/cursor_tutorial.po create mode 100644 docs/locale/ko/LC_MESSAGES/development.po create mode 100644 docs/locale/ko/LC_MESSAGES/examples.po create mode 100644 docs/locale/ko/LC_MESSAGES/exceptions.po create mode 100644 docs/locale/ko/LC_MESSAGES/faq.po create mode 100644 docs/locale/ko/LC_MESSAGES/models.po create mode 100644 docs/locale/ko/LC_MESSAGES/pagination.po delete mode 100644 docs/locale/ko/LC_MESSAGES/running_tests.po create mode 100644 docs/locale/ko/LC_MESSAGES/stream.po create mode 100644 docs/locale/ko/LC_MESSAGES/streaming.po delete mode 100644 docs/locale/ko/LC_MESSAGES/streaming_how_to.po create mode 100644 docs/locale/pl/LC_MESSAGES/asyncstream.po create mode 100644 docs/locale/pl/LC_MESSAGES/client.po create mode 100644 docs/locale/pl/LC_MESSAGES/development.po create mode 100644 docs/locale/pl/LC_MESSAGES/examples.po create mode 100644 docs/locale/pl/LC_MESSAGES/faq.po create mode 100644 docs/locale/pl/LC_MESSAGES/models.po create mode 100644 docs/locale/pl/LC_MESSAGES/pagination.po diff --git a/docs/krHTML_autoBuild.bat b/docs/krHTML_autoBuild.bat new file mode 100644 index 0000000..1ff3eba --- /dev/null +++ b/docs/krHTML_autoBuild.bat @@ -0,0 +1,12 @@ +@echo off +echo. + +title Automatic Korean HTML Builder - by pinkrabbit412 + +set SPHINXOPTS=-D language=ko +call ./make.bat html + +echo. +echo [!] Korean(ko) version HTML build completed. +echo Now you can close this automatic build file. +pause > nul diff --git a/docs/locale/ko/LC_MESSAGES/TRANSLATORS_ko_KR.txt b/docs/locale/ko/LC_MESSAGES/TRANSLATORS_ko_KR.txt deleted file mode 100644 index ed903fa..0000000 --- a/docs/locale/ko/LC_MESSAGES/TRANSLATORS_ko_KR.txt +++ /dev/null @@ -1,16 +0,0 @@ -# TRANSLATORS of Tweepy's documentation. -# Language: Korean (Korea, Republic of) - -# Please write down your name below, with the format: -# (<@GitHub Username>) -# -# GitHub Username in place of Name is acceptable. - -악동분홍토끼 (@pinkrabbit412) -https://github.com/pinkrabbit412 - -thdkrhk99 (@thdkrhk99) -https://github.com/thdkrhk99 - -ifeve (@ifeve) -https://github.com/ifeve \ No newline at end of file diff --git a/docs/locale/ko/LC_MESSAGES/api.po b/docs/locale/ko/LC_MESSAGES/api.po index ec9f34d..e9fc6e0 100644 --- a/docs/locale/ko/LC_MESSAGES/api.po +++ b/docs/locale/ko/LC_MESSAGES/api.po @@ -1,633 +1,2881 @@ -# API Reference -# Copyright (C) 2009-2020, Joshua Roesslein -# This file is distributed under the same license as the Tweepy package. -# 악동분홍토끼 , 2019. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2009-2021, Joshua Roesslein +# This file is distributed under the same license as the tweepy package. +# 악동분홍토끼 , 2021. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Tweepy-ko\n" +"Project-Id-Version: tweepy 4.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-12-28 09:41+0900\n" -"PO-Revision-Date: 2020-01-06 15:26+0900\n" +"POT-Creation-Date: 2021-11-27 16:12+0900\n" +"PO-Revision-Date: 2022-01-08 04:53+0900\n" "Last-Translator: 악동분홍토끼 \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.7.0\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../api.rst:9 +msgid ":class:`tweepy.API` --- Twitter API v1.1 Reference" +msgstr ":class:`tweepy.API` --- 트위터 API v1.1 레퍼런스" + +#: of tweepy.api.API:1 +msgid "Twitter API v1.1 Interface" +msgstr "트위터 API v1.1 레퍼런스" + +#: of tweepy.api.API tweepy.api.API.add_list_member +#: tweepy.api.API.add_list_members tweepy.api.API.chunked_upload +#: tweepy.api.API.chunked_upload_append tweepy.api.API.chunked_upload_finalize +#: tweepy.api.API.chunked_upload_init tweepy.api.API.closest_trends +#: tweepy.api.API.create_block tweepy.api.API.create_favorite +#: tweepy.api.API.create_friendship tweepy.api.API.create_list +#: tweepy.api.API.create_media_metadata tweepy.api.API.create_mute +#: tweepy.api.API.create_saved_search tweepy.api.API.delete_direct_message +#: tweepy.api.API.destroy_block tweepy.api.API.destroy_favorite +#: tweepy.api.API.destroy_friendship tweepy.api.API.destroy_list +#: tweepy.api.API.destroy_mute tweepy.api.API.destroy_saved_search +#: tweepy.api.API.destroy_status tweepy.api.API.geo_id +#: tweepy.api.API.get_blocked_ids tweepy.api.API.get_blocks +#: tweepy.api.API.get_direct_message tweepy.api.API.get_direct_messages +#: tweepy.api.API.get_favorites tweepy.api.API.get_follower_ids +#: tweepy.api.API.get_followers tweepy.api.API.get_friend_ids +#: tweepy.api.API.get_friends tweepy.api.API.get_friendship +#: tweepy.api.API.get_list tweepy.api.API.get_list_member +#: tweepy.api.API.get_list_members tweepy.api.API.get_list_memberships +#: tweepy.api.API.get_list_ownerships tweepy.api.API.get_list_subscriber +#: tweepy.api.API.get_list_subscribers tweepy.api.API.get_list_subscriptions +#: tweepy.api.API.get_lists tweepy.api.API.get_media_upload_status +#: tweepy.api.API.get_muted_ids tweepy.api.API.get_mutes +#: tweepy.api.API.get_oembed tweepy.api.API.get_place_trends +#: tweepy.api.API.get_profile_banner tweepy.api.API.get_retweeter_ids +#: tweepy.api.API.get_retweets tweepy.api.API.get_retweets_of_me +#: tweepy.api.API.get_saved_search tweepy.api.API.get_status +#: tweepy.api.API.get_user tweepy.api.API.home_timeline +#: tweepy.api.API.incoming_friendships tweepy.api.API.list_timeline +#: tweepy.api.API.lookup_friendships tweepy.api.API.lookup_statuses +#: tweepy.api.API.lookup_users tweepy.api.API.media_upload +#: tweepy.api.API.mentions_timeline tweepy.api.API.no_retweets_friendships +#: tweepy.api.API.outgoing_friendships tweepy.api.API.rate_limit_status +#: tweepy.api.API.remove_list_member tweepy.api.API.remove_list_members +#: tweepy.api.API.report_spam tweepy.api.API.retweet +#: tweepy.api.API.reverse_geocode tweepy.api.API.search_30_day +#: tweepy.api.API.search_full_archive tweepy.api.API.search_geo +#: tweepy.api.API.search_tweets tweepy.api.API.search_users +#: tweepy.api.API.send_direct_message tweepy.api.API.set_settings +#: tweepy.api.API.simple_upload tweepy.api.API.subscribe_list +#: tweepy.api.API.unretweet tweepy.api.API.unsubscribe_list +#: tweepy.api.API.update_friendship tweepy.api.API.update_list +#: tweepy.api.API.update_profile tweepy.api.API.update_profile_banner +#: tweepy.api.API.update_profile_image tweepy.api.API.update_status +#: tweepy.api.API.update_status_with_media tweepy.api.API.user_timeline +#: tweepy.api.API.verify_credentials +msgid "Parameters" +msgstr "매개변수" + +#: of tweepy.api.API:3 +msgid "The authentication handler to be used" +msgstr "사용할 인증 처리기" + +#: of tweepy.api.API:4 +msgid "The cache to query if a GET method is used" +msgstr "GET 메서드가 사용되는 경우 쿼리할 캐시" + +#: of tweepy.api.API:5 +msgid "The general REST API host server URL" +msgstr "일반 REST API 호스트 서버의 URL" + +#: of tweepy.api.API:6 +msgid "" +"The Parser instance to use for parsing the response from Twitter; " +"defaults to an instance of ModelParser" +msgstr "" +"트위터에서의 응답을 파싱(구문 분석)하는 데 사용할 파서 인스턴스; " +"기본적으로 ModelParser 인스턴스가 사용됩니다." + +#: of tweepy.api.API:8 +msgid "The full url to an HTTPS proxy to use for connecting to Twitter" +msgstr "트위터 연결에 사용할 HTTPS 프록시의 전체 URL" + +#: of tweepy.api.API:9 +msgid "Number of retries to attempt when an error occurs" +msgstr "오류 발생 시 재시도할 횟수" + +#: of tweepy.api.API:10 +msgid "Number of seconds to wait between retries" +msgstr "재시도 간격 (초 단위)" + +#: of tweepy.api.API:11 +msgid "Which HTTP status codes to retry" +msgstr "재시도할 HTTP 상태 코드" + +#: of tweepy.api.API:12 +msgid "The maximum amount of time to wait for a response from Twitter" +msgstr "트위터로부터의 응답을 기다릴 최대 시간" + +#: of tweepy.api.API:13 +msgid "The URL of the upload server" +msgstr "업로드 서버의 URL" + +#: of tweepy.api.API:14 +msgid "Whether or not to automatically wait for rate limits to replenish" +msgstr "트위터 API 호출 제한 횟수 보충을 기다릴지의 여부" + +#: of tweepy.api.API tweepy.api.API.get_list_member +#: tweepy.api.API.get_list_subscriber tweepy.api.API.verify_credentials +msgid "Raises" +msgstr "관련 오류" + +#: of tweepy.api.API:16 +msgid "If the given parser is not a Parser instance" +msgstr "주어진 파서가 파서 인스턴스가 아닌 경우" + +#: of tweepy.api.API:19 tweepy.api.API.add_list_member:15 +#: tweepy.api.API.add_list_members:18 tweepy.api.API.available_trends:11 +#: tweepy.api.API.chunked_upload:19 tweepy.api.API.chunked_upload_append:11 +#: tweepy.api.API.chunked_upload_finalize:12 +#: tweepy.api.API.chunked_upload_init:12 tweepy.api.API.closest_trends:23 +#: tweepy.api.API.create_block:15 tweepy.api.API.create_favorite:11 +#: tweepy.api.API.create_friendship:12 tweepy.api.API.create_list:12 +#: tweepy.api.API.create_media_metadata:10 tweepy.api.API.create_mute:11 +#: tweepy.api.API.create_saved_search:9 tweepy.api.API.delete_direct_message:10 +#: tweepy.api.API.destroy_block:13 tweepy.api.API.destroy_favorite:11 +#: tweepy.api.API.destroy_friendship:10 tweepy.api.API.destroy_list:13 +#: tweepy.api.API.destroy_mute:11 tweepy.api.API.destroy_saved_search:10 +#: tweepy.api.API.destroy_status:11 tweepy.api.API.geo_id:9 +#: tweepy.api.API.get_blocked_ids:11 tweepy.api.API.get_blocks:12 +#: tweepy.api.API.get_direct_message:9 tweepy.api.API.get_direct_messages:11 +#: tweepy.api.API.get_favorites:15 tweepy.api.API.get_follower_ids:14 +#: tweepy.api.API.get_followers:16 tweepy.api.API.get_friend_ids:14 +#: tweepy.api.API.get_friends:15 tweepy.api.API.get_friendship:12 +#: tweepy.api.API.get_list:13 tweepy.api.API.get_list_member:18 +#: tweepy.api.API.get_list_members:16 tweepy.api.API.get_list_memberships:17 +#: tweepy.api.API.get_list_ownerships:15 tweepy.api.API.get_list_subscriber:18 +#: tweepy.api.API.get_list_subscribers:17 +#: tweepy.api.API.get_list_subscriptions:13 tweepy.api.API.get_lists:23 +#: tweepy.api.API.get_media_upload_status:10 tweepy.api.API.get_muted_ids:10 +#: tweepy.api.API.get_mutes:11 tweepy.api.API.get_oembed:56 +#: tweepy.api.API.get_place_trends:25 tweepy.api.API.get_profile_banner:15 +#: tweepy.api.API.get_retweeter_ids:13 tweepy.api.API.get_retweets:11 +#: tweepy.api.API.get_retweets_of_me:15 tweepy.api.API.get_saved_search:10 +#: tweepy.api.API.get_saved_searches:7 tweepy.api.API.get_settings:8 +#: tweepy.api.API.get_status:17 tweepy.api.API.get_user:11 +#: tweepy.api.API.home_timeline:16 tweepy.api.API.incoming_friendships:11 +#: tweepy.api.API.list_timeline:22 tweepy.api.API.lookup_friendships:11 +#: tweepy.api.API.lookup_statuses:16 tweepy.api.API.lookup_users:21 +#: tweepy.api.API.media_upload:18 tweepy.api.API.mentions_timeline:13 +#: tweepy.api.API.no_retweets_friendships:10 +#: tweepy.api.API.outgoing_friendships:11 tweepy.api.API.rate_limit_status:12 +#: tweepy.api.API.remove_list_member:15 tweepy.api.API.remove_list_members:18 +#: tweepy.api.API.remove_profile_banner:4 tweepy.api.API.report_spam:12 +#: tweepy.api.API.retweet:10 tweepy.api.API.reverse_geocode:21 +#: tweepy.api.API.search_30_day:59 tweepy.api.API.search_full_archive:60 +#: tweepy.api.API.search_geo:51 tweepy.api.API.search_tweets:55 +#: tweepy.api.API.search_users:15 tweepy.api.API.send_direct_message:16 +#: tweepy.api.API.set_settings:26 tweepy.api.API.simple_upload:13 +#: tweepy.api.API.subscribe_list:12 tweepy.api.API.supported_languages:12 +#: tweepy.api.API.unretweet:11 tweepy.api.API.unsubscribe_list:12 +#: tweepy.api.API.update_friendship:12 tweepy.api.API.update_list:16 +#: tweepy.api.API.update_profile:21 tweepy.api.API.update_profile_banner:19 +#: tweepy.api.API.update_profile_image:13 tweepy.api.API.update_status:64 +#: tweepy.api.API.update_status_with_media:24 tweepy.api.API.user_timeline:22 +#: tweepy.api.API.verify_credentials:14 +msgid "References" +msgstr "참조" + +#: of tweepy.api.API:20 +msgid "https://developer.twitter.com/en/docs/api-reference-index" +msgstr "https://developer.twitter.com/en/docs/api-reference-index" + +#: ../../api.rst:17 +msgid "Twitter API v1.1 Endpoint" +msgstr "트위터 API v1.1 엔드포인트" + +#: ../../api.rst:17 +msgid ":class:`API` Method" +msgstr ":class:`API` 메서드" + +#: ../../api.rst:21 +msgid "`GET search/30day/:label`_" +msgstr "`가져오기: search/30day/:label`_" + +#: ../../api.rst:21 +msgid ":meth:`API.search_30_day`" +msgstr ":meth:`API.search_30_day`" + +#: ../../api.rst:23 +msgid "`GET search/fullarchive/:label`_" +msgstr "`가져오기: search/fullarchive/:label`_" + +#: ../../api.rst:23 +msgid ":meth:`API.search_full_archive`" +msgstr ":meth:`API.search_full_archive`" + +#: ../../api.rst:29 +msgid "`GET statuses/home_timeline`_" +msgstr "`가져오기: statuses/home_timeline`_" + +#: ../../api.rst:29 +msgid ":meth:`API.home_timeline`" +msgstr ":meth:`API.home_timeline`" + +#: ../../api.rst:31 +msgid "`GET statuses/mentions_timeline`_" +msgstr "`가져오기: statuses/mentions_timeline`_" + +#: ../../api.rst:31 +msgid ":meth:`API.mentions_timeline`" +msgstr ":meth:`API.mentions_timeline`" + +#: ../../api.rst:33 +msgid "`GET statuses/user_timeline`_" +msgstr "`가져오기: statuses/user_timeline`_" + +#: ../../api.rst:33 +msgid ":meth:`API.user_timeline`" +msgstr ":meth:`API.user_timeline`" + +#: ../../api.rst:37 +msgid "`GET favorites/list`_" +msgstr "`가져오기: favorites/list`_" + +#: ../../api.rst:37 +msgid ":meth:`API.get_favorites`" +msgstr ":meth:`API.get_favorites`" + +#: ../../api.rst:39 +msgid "`GET statuses/lookup`_" +msgstr "`가져오기: statuses/lookup`_" + +#: ../../api.rst:39 +msgid ":meth:`API.lookup_statuses`" +msgstr ":meth:`API.lookup_statuses`" + +#: ../../api.rst:41 +msgid "`GET statuses/oembed`_" +msgstr "`가져오기: statuses/oembed`_" + +#: ../../api.rst:41 +msgid ":meth:`API.get_oembed`" +msgstr ":meth:`API.get_oembed`" + +#: ../../api.rst:43 +msgid "`GET statuses/retweeters/ids`_" +msgstr "`가져오기: statuses/retweeters/ids`_" + +#: ../../api.rst:43 +msgid ":meth:`API.get_retweeter_ids`" +msgstr ":meth:`API.get_retweeter_ids`" + +#: ../../api.rst:45 +msgid "`GET statuses/retweets/:id`_" +msgstr "`가져오기: statuses/retweets/:id`_" + +#: ../../api.rst:45 +msgid ":meth:`API.get_retweets`" +msgstr ":meth:`API.get_retweets`" + +#: ../../api.rst:47 +msgid "`GET statuses/retweets_of_me`_" +msgstr "`가져오기: statuses/retweets_of_me`_" + +#: ../../api.rst:47 +msgid ":meth:`API.get_retweets_of_me`" +msgstr ":meth:`API.get_retweets_of_me`" + +#: ../../api.rst:49 +msgid "`GET statuses/show/:id`_" +msgstr "`가져오기: statuses/show/:id`_" + +#: ../../api.rst:49 +msgid ":meth:`API.get_status`" +msgstr ":meth:`API.get_status`" + +#: ../../api.rst:51 +msgid "`POST favorites/create`_" +msgstr "`게시: favorites/create`_" + +#: ../../api.rst:51 +msgid ":meth:`API.create_favorite`" +msgstr ":meth:`API.create_favorite`" + +#: ../../api.rst:53 +msgid "`POST favorites/destroy`_" +msgstr "`게시: favorites/destroy`_" + +#: ../../api.rst:53 +msgid ":meth:`API.destroy_favorite`" +msgstr ":meth:`API.destroy_favorite`" + +#: ../../api.rst:55 +msgid "`POST statuses/destroy/:id`_" +msgstr "`게시: statuses/destroy/:id`_" + +#: ../../api.rst:55 +msgid ":meth:`API.destroy_status`" +msgstr ":meth:`API.destroy_status`" + +#: ../../api.rst:57 +msgid "`POST statuses/retweet/:id`_" +msgstr "`게시: statuses/retweet/:id`_" + +#: ../../api.rst:57 +msgid ":meth:`API.retweet`" +msgstr ":meth:`API.retweet`" + +#: ../../api.rst:59 +msgid "`POST statuses/unretweet/:id`_" +msgstr "`게시: statuses/unretweet/:id`_" + +#: ../../api.rst:59 +msgid ":meth:`API.unretweet`" +msgstr ":meth:`API.unretweet`" + +#: ../../api.rst:61 +msgid "`POST statuses/update`_" +msgstr "`게시: statuses/update`_" + +#: ../../api.rst:61 +msgid ":meth:`API.update_status`" +msgstr ":meth:`API.update_status`" + +#: ../../api.rst:63 +msgid "`POST statuses/update_with_media`_" +msgstr "`게시: statuses/update_with_media`_" + +#: ../../api.rst:63 +msgid ":meth:`API.update_status_with_media`" +msgstr ":meth:`API.update_status_with_media`" + +#: ../../api.rst:67 +msgid "`GET search/tweets`_" +msgstr "`가져오기: search/tweets`_" + +#: ../../api.rst:67 +msgid ":meth:`API.search_tweets`" +msgstr ":meth:`API.search_tweets`" + +#: ../../api.rst:73 +msgid "`GET lists/list`_" +msgstr "`가져오기: lists/list`_" + +#: ../../api.rst:73 +msgid ":meth:`API.get_lists`" +msgstr ":meth:`API.get_lists`" + +#: ../../api.rst:75 +msgid "`GET lists/members`_" +msgstr "`가져오기: lists/members`_" + +#: ../../api.rst:75 +msgid ":meth:`API.get_list_members`" +msgstr ":meth:`API.get_list_members`" + +#: ../../api.rst:77 +msgid "`GET lists/members/show`_" +msgstr "`가져오기: lists/members/show`_" + +#: ../../api.rst:77 +msgid ":meth:`API.get_list_member`" +msgstr ":meth:`API.get_list_member`" + +#: ../../api.rst:79 +msgid "`GET lists/memberships`_" +msgstr "`가져오기: lists/memberships`_" + +#: ../../api.rst:79 +msgid ":meth:`API.get_list_memberships`" +msgstr ":meth:`API.get_list_memberships`" + +#: ../../api.rst:81 +msgid "`GET lists/ownerships`_" +msgstr "`가져오기: lists/ownerships`_" + +#: ../../api.rst:81 +msgid ":meth:`API.get_list_ownerships`" +msgstr ":meth:`API.get_list_ownerships`" + +#: ../../api.rst:83 +msgid "`GET lists/show`_" +msgstr "`가져오기: lists/show`_" + +#: ../../api.rst:83 +msgid ":meth:`API.get_list`" +msgstr ":meth:`API.get_list`" + +#: ../../api.rst:85 +msgid "`GET lists/statuses`_" +msgstr "`가져오기: lists/statuses`_" + +#: ../../api.rst:85 +msgid ":meth:`API.list_timeline`" +msgstr ":meth:`API.list_timeline`" + +#: ../../api.rst:87 +msgid "`GET lists/subscribers`_" +msgstr "`가져오기: lists/subscribers`_" + +#: ../../api.rst:87 +msgid ":meth:`API.get_list_subscribers`" +msgstr ":meth:`API.get_list_subscribers`" + +#: ../../api.rst:89 +msgid "`GET lists/subscribers/show`_" +msgstr "`가져오기: lists/subscribers/show`_" + +#: ../../api.rst:89 +msgid ":meth:`API.get_list_subscriber`" +msgstr ":meth:`API.get_list_subscriber`" + +#: ../../api.rst:91 +msgid "`GET lists/subscriptions`_" +msgstr "`가져오기: lists/subscriptions`_" + +#: ../../api.rst:91 +msgid ":meth:`API.get_list_subscriptions`" +msgstr ":meth:`API.get_list_subscriptions`" + +#: ../../api.rst:93 +msgid "`POST lists/create`_" +msgstr "`게시: lists/create`_" + +#: ../../api.rst:93 +msgid ":meth:`API.create_list`" +msgstr ":meth:`API.create_list`" + +#: ../../api.rst:95 +msgid "`POST lists/destroy`_" +msgstr "`게시: lists/destroy`_" + +#: ../../api.rst:95 +msgid ":meth:`API.destroy_list`" +msgstr ":meth:`API.destroy_list`" + +#: ../../api.rst:97 +msgid "`POST lists/members/create`_" +msgstr "`게시: lists/members/create`_" + +#: ../../api.rst:97 +msgid ":meth:`API.add_list_member`" +msgstr ":meth:`API.add_list_member`" + +#: ../../api.rst:99 +msgid "`POST lists/members/create_all`_" +msgstr "`게시: lists/members/create_all`_" + +#: ../../api.rst:99 +msgid ":meth:`API.add_list_members`" +msgstr ":meth:`API.add_list_members`" + +#: ../../api.rst:101 +msgid "`POST lists/members/destroy`_" +msgstr "`게시: lists/members/destroy`_" + +#: ../../api.rst:101 +msgid ":meth:`API.remove_list_member`" +msgstr ":meth:`API.remove_list_member`" + +#: ../../api.rst:103 +msgid "`POST lists/members/destroy_all`_" +msgstr "`게시: lists/members/destroy_all`_" + +#: ../../api.rst:103 +msgid ":meth:`API.remove_list_members`" +msgstr ":meth:`API.remove_list_members`" + +#: ../../api.rst:105 +msgid "`POST lists/subscribers/create`_" +msgstr "`게시: lists/subscribers/create`_" + +#: ../../api.rst:105 +msgid ":meth:`API.subscribe_list`" +msgstr ":meth:`API.subscribe_list`" + +#: ../../api.rst:107 +msgid "`POST lists/subscribers/destroy`_" +msgstr "`게시: lists/subscribers/destroy`_" + +#: ../../api.rst:107 +msgid ":meth:`API.unsubscribe_list`" +msgstr ":meth:`API.unsubscribe_list`" + +#: ../../api.rst:109 +msgid "`POST lists/update`_" +msgstr "`게시: lists/update`_" + +#: ../../api.rst:109 +msgid ":meth:`API.update_list`" +msgstr ":meth:`API.update_list`" + +#: ../../api.rst:113 +msgid "`GET followers/ids`_" +msgstr "`가져오기: followers/ids`_" + +#: ../../api.rst:113 +msgid ":meth:`API.get_follower_ids`" +msgstr ":meth:`API.get_follower_ids`" + +#: ../../api.rst:115 +msgid "`GET followers/list`_" +msgstr "`가져오기: followers/list`_" + +#: ../../api.rst:115 +msgid ":meth:`API.get_followers`" +msgstr ":meth:`API.get_followers`" + +#: ../../api.rst:117 +msgid "`GET friends/ids`_" +msgstr "`가져오기: friends/ids`_" + +#: ../../api.rst:117 +msgid ":meth:`API.get_friend_ids`" +msgstr ":meth:`API.get_friend_ids`" + +#: ../../api.rst:119 +msgid "`GET friends/list`_" +msgstr "`가져오기: friends/list`_" + +#: ../../api.rst:119 +msgid ":meth:`API.get_friends`" +msgstr ":meth:`API.get_friends`" + +#: ../../api.rst:121 +msgid "`GET friendships/incoming`_" +msgstr "`가져오기: friendships/incoming`_" + +#: ../../api.rst:121 +msgid ":meth:`API.incoming_friendships`" +msgstr ":meth:`API.incoming_friendships`" + +#: ../../api.rst:123 +msgid "`GET friendships/lookup`_" +msgstr "`가져오기: friendships/lookup`_" + +#: ../../api.rst:123 +msgid ":meth:`API.lookup_friendships`" +msgstr ":meth:`API.lookup_friendships`" + +#: ../../api.rst:125 +msgid "`GET friendships/no_retweets/ids`_" +msgstr "`가져오기: friendships/no_retweets/ids`_" + +#: ../../api.rst:125 +msgid ":meth:`API.no_retweets_friendships`" +msgstr ":meth:`API.no_retweets_friendships`" + +#: ../../api.rst:127 +msgid "`GET friendships/outgoing`_" +msgstr "`가져오기: friendships/outgoing`_" + +#: ../../api.rst:127 +msgid ":meth:`API.outgoing_friendships`" +msgstr ":meth:`API.outgoing_friendships`" + +#: ../../api.rst:129 +msgid "`GET friendships/show`_" +msgstr "`가져오기: friendships/show`_" + +#: ../../api.rst:129 +msgid ":meth:`API.get_friendship`" +msgstr ":meth:`API.get_friendship`" + +#: ../../api.rst:131 +msgid "`GET users/lookup`_" +msgstr "`가져오기: users/lookup`_" + +#: ../../api.rst:131 +msgid ":meth:`API.lookup_users`" +msgstr ":meth:`API.lookup_users`" + +#: ../../api.rst:133 +msgid "`GET users/search`_" +msgstr "`가져오기: users/search`_" + +#: ../../api.rst:133 +msgid ":meth:`API.search_users`" +msgstr ":meth:`API.search_users`" + +#: ../../api.rst:135 +msgid "`GET users/show`_" +msgstr "`가져오기: users/show`_" + +#: ../../api.rst:135 +msgid ":meth:`API.get_user`" +msgstr ":meth:`API.get_user`" + +#: ../../api.rst:137 +msgid "`POST friendships/create`_" +msgstr "`게시: friendships/create`_" + +#: ../../api.rst:137 +msgid ":meth:`API.create_friendship`" +msgstr ":meth:`API.create_friendship`" + +#: ../../api.rst:139 +msgid "`POST friendships/destroy`_" +msgstr "`게시: friendships/destroy`_" + +#: ../../api.rst:139 +msgid ":meth:`API.destroy_friendship`" +msgstr ":meth:`API.destroy_friendship`" + +#: ../../api.rst:141 +msgid "`POST friendships/update`_" +msgstr "`게시: friendships/update`_" + +#: ../../api.rst:141 +msgid ":meth:`API.update_friendship`" +msgstr ":meth:`API.update_friendship`" + +#: ../../api.rst:145 +msgid "`GET account/settings`_" +msgstr "`가져오기: account/settings`_" + +#: ../../api.rst:145 +msgid ":meth:`API.get_settings`" +msgstr ":meth:`API.get_settings`" + +#: ../../api.rst:147 +msgid "`GET account/verify_credentials`_" +msgstr "`가져오기: account/verify_credentials`_" + +#: ../../api.rst:147 +msgid ":meth:`API.verify_credentials`" +msgstr ":meth:`API.verify_credentials`" + +#: ../../api.rst:149 +msgid "`GET saved_searches/list`_" +msgstr "`가져오기: saved_searches/list`_" + +#: ../../api.rst:149 +msgid ":meth:`API.get_saved_searches`" +msgstr ":meth:`API.get_saved_searches`" + +#: ../../api.rst:151 +msgid "`GET saved_searches/show/:id`_" +msgstr "`가져오기: saved_searches/show/:id`_" + +#: ../../api.rst:151 +msgid ":meth:`API.get_saved_search`" +msgstr ":meth:`API.get_saved_search`" + +#: ../../api.rst:153 +msgid "`GET users/profile_banner`_" +msgstr "`가져오기: users/profile_banner`_" + +#: ../../api.rst:153 +msgid ":meth:`API.get_profile_banner`" +msgstr ":meth:`API.get_profile_banner`" + +#: ../../api.rst:155 +msgid "`POST account/remove_profile_banner`_" +msgstr "`게시: account/remove_profile_banner`_" + +#: ../../api.rst:155 +msgid ":meth:`API.remove_profile_banner`" +msgstr ":meth:`API.remove_profile_banner`" + +#: ../../api.rst:157 +msgid "`POST account/settings`_" +msgstr "`게시: account/settings`_" + +#: ../../api.rst:157 +msgid ":meth:`API.set_settings`" +msgstr ":meth:`API.set_settings`" + +#: ../../api.rst:159 +msgid "`POST account/update_profile`_" +msgstr "`게시: account/update_profile`_" + +#: ../../api.rst:159 +msgid ":meth:`API.update_profile`" +msgstr ":meth:`API.update_profile`" + +#: ../../api.rst:161 +msgid "`POST account/update_profile_banner`_" +msgstr "`게시: account/update_profile_banner`_" + +#: ../../api.rst:161 +msgid ":meth:`API.update_profile_banner`" +msgstr ":meth:`API.update_profile_banner`" + +#: ../../api.rst:163 +msgid "`POST account/update_profile_image`_" +msgstr "`게시: account/update_profile_image`_" + +#: ../../api.rst:163 +msgid ":meth:`API.update_profile_image`" +msgstr ":meth:`API.update_profile_image`" + +#: ../../api.rst:165 +msgid "`POST saved_searches/create`_" +msgstr "`게시: saved_searches/create`_" + +#: ../../api.rst:165 +msgid ":meth:`API.create_saved_search`" +msgstr ":meth:`API.create_saved_search`" + +#: ../../api.rst:167 +msgid "`POST saved_searches/destroy/:id`_" +msgstr "`게시: saved_searches/destroy/:id`_" + +#: ../../api.rst:167 +msgid ":meth:`API.destroy_saved_search`" +msgstr ":meth:`API.destroy_saved_search`" + +#: ../../api.rst:171 +msgid "`GET blocks/ids`_" +msgstr "`가져오기: blocks/ids`_" + +#: ../../api.rst:171 +msgid ":meth:`API.get_blocked_ids`" +msgstr ":meth:`API.get_blocked_ids`" + +#: ../../api.rst:173 +msgid "`GET blocks/list`_" +msgstr "`가져오기: blocks/list`_" + +#: ../../api.rst:173 +msgid ":meth:`API.get_blocks`" +msgstr ":meth:`API.get_blocks`" + +#: ../../api.rst:175 +msgid "`GET mutes/users/ids`_" +msgstr "`가져오기: mutes/users/ids`_" + +#: ../../api.rst:175 +msgid ":meth:`API.get_muted_ids`" +msgstr ":meth:`API.get_muted_ids`" + +#: ../../api.rst:177 +msgid "`GET mutes/users/list`_" +msgstr "`가져오기: mutes/users/list`_" + +#: ../../api.rst:177 +msgid ":meth:`API.get_mutes`" +msgstr ":meth:`API.get_mutes`" + +#: ../../api.rst:179 +msgid "`POST blocks/create`_" +msgstr "`게시: blocks/create`_" + +#: ../../api.rst:179 +msgid ":meth:`API.create_block`" +msgstr ":meth:`API.create_block`" + +#: ../../api.rst:181 +msgid "`POST blocks/destroy`_" +msgstr "`게시: blocks/destroy`_" + +#: ../../api.rst:181 +msgid ":meth:`API.destroy_block`" +msgstr ":meth:`API.destroy_block`" + +#: ../../api.rst:183 +msgid "`POST mutes/users/create`_" +msgstr "`게시: mutes/users/create`_" + +#: ../../api.rst:183 +msgid ":meth:`API.create_mute`" +msgstr ":meth:`API.create_mute`" + +#: ../../api.rst:185 +msgid "`POST mutes/users/destroy`_" +msgstr "`게시: mutes/users/destroy`_" + +#: ../../api.rst:185 +msgid ":meth:`API.destroy_mute`" +msgstr ":meth:`API.destroy_mute`" + +#: ../../api.rst:187 +msgid "`POST users/report_spam`_" +msgstr "`게시: users/report_spam`_" + +#: ../../api.rst:187 +msgid ":meth:`API.report_spam`" +msgstr ":meth:`API.report_spam`" + +#: ../../api.rst:193 +msgid "`DELETE direct_messages/events/destroy`_" +msgstr "`DELETE direct_messages/events/destroy`_" + +#: ../../api.rst:193 +msgid ":meth:`API.delete_direct_message`" +msgstr ":meth:`API.delete_direct_message`" + +#: ../../api.rst:195 +msgid "`GET direct_messages/events/list`_" +msgstr "`가져오기: direct_messages/events/list`_" + +#: ../../api.rst:195 +msgid ":meth:`API.get_direct_messages`" +msgstr ":meth:`API.get_direct_messages`" + +#: ../../api.rst:197 +msgid "`GET direct_messages/events/show`_" +msgstr "`가져오기: direct_messages/events/show`_" + +#: ../../api.rst:197 +msgid ":meth:`API.get_direct_message`" +msgstr ":meth:`API.get_direct_message`" + +#: ../../api.rst:199 +msgid "`POST direct_messages/events/new`_" +msgstr "`게시: direct_messages/events/new`_" + +#: ../../api.rst:199 +msgid ":meth:`API.send_direct_message`" +msgstr ":meth:`API.send_direct_message`" + +#: ../../api.rst:205 +msgid "`GET media/upload`_" +msgstr "`가져오기: media/upload`_" + +#: ../../api.rst:205 +msgid ":meth:`API.get_media_upload_status`" +msgstr ":meth:`API.get_media_upload_status`" + +#: ../../api.rst:207 +msgid "`POST media/metadata/create`_" +msgstr "`게시: media/metadata/create`_" + +#: ../../api.rst:207 +msgid ":meth:`API.create_media_metadata`" +msgstr ":meth:`API.create_media_metadata`" + +#: ../../api.rst:209 +msgid ":meth:`API.media_upload`" +msgstr ":meth:`API.media_upload`" + +#: ../../api.rst:211 +msgid "`POST media/upload`_" +msgstr "`게시: media/upload`_" + +#: ../../api.rst:211 +msgid ":meth:`API.simple_upload`" +msgstr ":meth:`API.simple_upload`" + +#: ../../api.rst:213 +msgid ":meth:`API.chunked_upload`" +msgstr ":meth:`API.chunked_upload`" + +#: ../../api.rst:215 +msgid "`POST media/upload (APPEND)`_" +msgstr "`게시: media/upload (APPEND)`_" + +#: ../../api.rst:215 +msgid ":meth:`API.chunked_upload_append`" +msgstr ":meth:`API.chunked_upload_append`" + +#: ../../api.rst:217 +msgid "`POST media/upload (FINALIZE)`_" +msgstr "`게시: media/upload (FINALIZE)`_" + +#: ../../api.rst:217 +msgid ":meth:`API.chunked_upload_finalize`" +msgstr ":meth:`API.chunked_upload_finalize`" + +#: ../../api.rst:219 +msgid "`POST media/upload (INIT)`_" +msgstr "`게시: media/upload (INIT)`_" + +#: ../../api.rst:219 +msgid ":meth:`API.chunked_upload_init`" +msgstr ":meth:`API.chunked_upload_init`" + +#: ../../api.rst:225 +msgid "`GET trends/available`_" +msgstr "`가져오기: trends/available`_" + +#: ../../api.rst:225 +msgid ":meth:`API.available_trends`" +msgstr ":meth:`API.available_trends`" + +#: ../../api.rst:227 +msgid "`GET trends/closest`_" +msgstr "`가져오기: trends/closest`_" + +#: ../../api.rst:227 +msgid ":meth:`API.closest_trends`" +msgstr ":meth:`API.closest_trends`" + +#: ../../api.rst:231 +msgid "`GET trends/place`_" +msgstr "`가져오기: trends/place`_" + +#: ../../api.rst:231 +msgid ":meth:`API.get_place_trends`" +msgstr ":meth:`API.get_place_trends`" + +#: ../../api.rst:237 +msgid "`GET geo/id/:place_id`_" +msgstr "`가져오기: geo/id/:place_id`_" + +#: ../../api.rst:237 +msgid ":meth:`API.geo_id`" +msgstr ":meth:`API.geo_id`" + +#: ../../api.rst:241 +msgid "`GET geo/reverse_geocode`_" +msgstr "`가져오기: geo/reverse_geocode`_" + +#: ../../api.rst:241 +msgid ":meth:`API.reverse_geocode`" +msgstr ":meth:`API.reverse_geocode`" + +#: ../../api.rst:243 +msgid "`GET geo/search`_" +msgstr "`가져오기: geo/search`_" + +#: ../../api.rst:243 +msgid ":meth:`API.search_geo`" +msgstr ":meth:`API.search_geo`" + +#: ../../api.rst:249 +msgid "`GET help/languages`_" +msgstr "`가져오기: help/languages`_" + +#: ../../api.rst:249 +msgid ":meth:`API.supported_languages`" +msgstr ":meth:`API.supported_languages`" + +#: ../../api.rst:253 +msgid "`GET application/rate_limit_status`_" +msgstr "`가져오기: application/rate_limit_status`_" + +#: ../../api.rst:253 +msgid ":meth:`API.rate_limit_status`" +msgstr ":meth:`API.rate_limit_status`" + +#: ../../api.rst:366 +msgid "Premium Search APIs" +msgstr "프리미엄 검색 API" + +#: of tweepy.api.API.search_30_day:1 +msgid "Premium search that provides Tweets posted within the last 30 days." +msgstr "최근 30일 이내에 작성된 트윗을 제공해주는 프리미엄 검색입니다." + +#: of tweepy.api.API.search_30_day:3 tweepy.api.API.search_full_archive:4 +msgid "" +"The (case-sensitive) label associated with your search developer " +"environment, as displayed at " +"https://developer.twitter.com/en/account/environments." +msgstr "" +"https://developer.twitter.com/en/account/environments에 표시되는, " +"검색 개발자 환경과 관련된 (대소문자를 구분하는) 라벨(label)입니다. " + +#: of tweepy.api.API.search_30_day:6 tweepy.api.API.search_full_archive:7 +msgid "" +"The equivalent of one premium rule/filter, with up to 1,024 characters " +"(256 with Sandbox dev environments). This parameter should include ALL " +"portions of the rule/filter, including all operators, and portions of the" +" rule should not be separated into other parameters of the query." +msgstr "" +"최대 1,024자(단, 샌드박스 개발 환경의 경우 256자)의 프리미엄 규칙·필터 1개와 같습니다. " +"이 매개변수에는, (모든 연산자를 포함해) 규칙·필터의 모든 부분이 포함되어야 하며, " +"규칙의 일부가 쿼리의 다른 매개변수로 분리되지 않아야 합니다. " + +#: of tweepy.api.API.search_30_day:6 tweepy.api.API.search_full_archive:7 +msgid "" +"The equivalent of one premium rule/filter, with up to 1,024 characters " +"(256 with Sandbox dev environments)." +msgstr "최대 1,024자(단, 샌드박스 개발 환경의 경우 256자)의 프리미엄 규칙·필터 1개와 같습니다. " + +#: of tweepy.api.API.search_30_day:9 tweepy.api.API.search_full_archive:10 +msgid "" +"This parameter should include ALL portions of the rule/filter, including " +"all operators, and portions of the rule should not be separated into " +"other parameters of the query." +msgstr "" +"이 매개변수에는, (모든 연산자를 포함해) 규칙·필터의 모든 부분이 포함되어야 하며, " +"규칙의 일부가 쿼리의 다른 매개변수로 분리되지 않아야 합니다. " + +#: of tweepy.api.API.search_30_day:12 tweepy.api.API.search_full_archive:13 +msgid "" +"Tags can be used to segregate rules and their matching data into " +"different logical groups. If a rule tag is provided, the rule tag is " +"included in the 'matching_rules' attribute. It is recommended to assign " +"rule-specific UUIDs to rule tags and maintain desired mappings on the " +"client side." +msgstr "" +"태그(Tags)는 특정 규칙과 일치하는 데이터를 다른 논리 그룹으로 분리하는 데 사용할 수 있습니다. " +"규칙 태그가 지정된 경우, 이는 'matching_rules' 특성에 포함되게 됩니다. " +"각 규칙 태그에 규칙별 UUID를 할당하고, " +"클라이언트 측에서 원하는 매핑을 유지하도록 하는 것이 권장됩니다." + +#: of tweepy.api.API.search_30_day:12 tweepy.api.API.search_full_archive:13 +msgid "" +"Tags can be used to segregate rules and their matching data into " +"different logical groups. If a rule tag is provided, the rule tag is " +"included in the 'matching_rules' attribute." +msgstr "" +"태그(Tags)는 특정 규칙과 일치하는 데이터를 다른 논리 그룹으로 분리하는 데 사용할 수 있습니다." +"규칙 태그가 지정된 경우, 이는 'matching_rules' 특성에 포함되게 됩니다." + +#: of tweepy.api.API.search_30_day:16 tweepy.api.API.search_full_archive:17 +msgid "" +"It is recommended to assign rule-specific UUIDs to rule tags and maintain" +" desired mappings on the client side." +msgstr "" +"각 규칙 태그에 규칙별 UUID를 할당하고, " +"클라이언트 측에서 원하는 매핑을 유지하도록 하는 것이 권장됩니다." + +#: of tweepy.api.API.search_30_day:18 tweepy.api.API.search_full_archive:19 +msgid "" +"The oldest UTC timestamp (from most recent 30 days) from which the Tweets" +" will be provided. Timestamp is in minute granularity and is inclusive " +"(i.e. 12:00 includes the 00 minute). Specified: Using only the fromDate " +"with no toDate parameter will deliver results for the query going back in" +" time from now( ) until the fromDate. Not Specified: If a fromDate is " +"not specified, the API will deliver all of the results for 30 days prior " +"to now( ) or the toDate (if specified). If neither the fromDate or " +"toDate parameter is used, the API will deliver all results for the most " +"recent 30 days, starting at the time of the request, going backwards." +msgstr "" +"제공받을 트윗의 기준 날짜(최대 30일 이전까지)입니다." +"타임스탬프는 분 단위 값이며, 포함적입니다(예로, 12:00은 00분의 시점도 포함합니다)." +"값이 지정된 경우: toDate값 없이 fromDate값만 사용할 경우, " +"현재부터 fromDate까지의 쿼리 결과를 제공합니다." +"값이 지정되지 않은 경우: fromDate값이 지정되지 않은 경우, " +"API는 현재 또는 toDate(지정된 경우)의 30일 이전까지의 쿼리 결과를 제공합니다." +"fromDate 또는 toDate값이 둘 다 없을 경우, " +"API는 현재 기준 30일 이전까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:18 tweepy.api.API.search_full_archive:19 +msgid "" +"The oldest UTC timestamp (from most recent 30 days) from which the Tweets" +" will be provided. Timestamp is in minute granularity and is inclusive " +"(i.e. 12:00 includes the 00 minute)." +msgstr "" +"제공받을 트윗의 기준 날짜 시작점(최대 30일 이전까지)입니다." +"타임스탬프는 분 단위 값이며, 포함적입니다(예로, 12:00은 00분의 시점도 포함합니다)." + +#: of tweepy.api.API.search_30_day:22 tweepy.api.API.search_full_archive:23 +msgid "" +"Specified: Using only the fromDate with no toDate parameter will deliver " +"results for the query going back in time from now( ) until the fromDate." +msgstr "" +"값이 지정된 경우: toDate값 없이 fromDate값만 사용할 경우, " +"now()부터 fromDate까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:26 tweepy.api.API.search_full_archive:27 +msgid "" +"Not Specified: If a fromDate is not specified, the API will deliver all " +"of the results for 30 days prior to now( ) or the toDate (if specified)." +msgstr "" +"값이 지정되지 않은 경우: fromDate값이 지정되지 않은 경우, " +"API는 now() 또는 toDate(지정된 경우)의 30일 이전까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:30 tweepy.api.API.search_full_archive:31 +msgid "" +"If neither the fromDate or toDate parameter is used, the API will deliver" +" all results for the most recent 30 days, starting at the time of the " +"request, going backwards." +msgstr "" +"fromDate 또는 toDate값이 둘 다 없을 경우, " +"API는 현재 기준 30일 이전까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:33 tweepy.api.API.search_full_archive:34 +msgid "" +"The latest, most recent UTC timestamp to which the Tweets will be " +"provided. Timestamp is in minute granularity and is not inclusive (i.e. " +"11:59 does not include the 59th minute of the hour). Specified: Using " +"only the toDate with no fromDate parameter will deliver the most recent " +"30 days of data prior to the toDate. Not Specified: If a toDate is not " +"specified, the API will deliver all of the results from now( ) for the " +"query going back in time to the fromDate. If neither the fromDate or " +"toDate parameter is used, the API will deliver all results for the entire" +" 30-day index, starting at the time of the request, going backwards." +msgstr "" +"제공받을 트윗의 기준 날짜 종점입니다." +"타임스탬프는 분 단위 값이며, 비포함적입니다(예로, 11:59는 59분을 포함하지 않습니다)." +"값이 지정된 경우: fromDate값 없이 toDate만 사용하면, " +"API는 now() 또는 toDate(지정된 경우)의 30일 이전까지의 쿼리 결과를 제공합니다." +"값이 지정되지 않은 경우: toDate값이 지정되지 않은 경우, " +"현재부터 fromDate까지의 쿼리 결과를 제공합니다." +"fromDate 또는 toDate값이 둘 다 없을 경우, " +"API는 현재 기준 30일 이전까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:33 tweepy.api.API.search_full_archive:34 +msgid "" +"The latest, most recent UTC timestamp to which the Tweets will be " +"provided. Timestamp is in minute granularity and is not inclusive (i.e. " +"11:59 does not include the 59th minute of the hour)." +msgstr "" +"제공받을 트윗의 기준 날짜 종점입니다." +"타임스탬프는 분 단위 값이며, 비포함적입니다(예로, 11:59는 59분을 포함하지 않습니다)." + +#: of tweepy.api.API.search_30_day:37 tweepy.api.API.search_full_archive:38 +msgid "" +"Specified: Using only the toDate with no fromDate parameter will deliver " +"the most recent 30 days of data prior to the toDate." +msgstr "" +"값이 지정된 경우: fromDate값 없이 toDate만 사용하면, " +"API는 now() 또는 toDate(지정된 경우)의 30일 이전까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:40 tweepy.api.API.search_full_archive:41 +msgid "" +"Not Specified: If a toDate is not specified, the API will deliver all of " +"the results from now( ) for the query going back in time to the fromDate." +msgstr "" +"값이 지정되지 않은 경우: toDate값이 지정되지 않은 경우, " +"현재부터 fromDate까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:44 tweepy.api.API.search_full_archive:45 +msgid "" +"If neither the fromDate or toDate parameter is used, the API will deliver" +" all results for the entire 30-day index, starting at the time of the " +"request, going backwards." +msgstr "" +"fromDate 또는 toDate값이 둘 다 없을 경우, " +"API는 현재 기준 30일 이전까지의 쿼리 결과를 제공합니다." + +#: of tweepy.api.API.search_30_day:47 tweepy.api.API.search_full_archive:48 +msgid "" +"The maximum number of search results to be returned by a request. A " +"number between 10 and the system limit (currently 500, 100 for Sandbox " +"environments). By default, a request response will return 100 results." +msgstr "" +"요청으로 반환받을 검색 결과 수의 최댓값입니다." +"10부터 시스템 제한 수치 사이의 정수값(현재 샌드박스 환경의 경우 500 또는 100)이며, " +"기본값은 100입니다(최대 100개의 검색 결과를 반환합니다)." + +#: of tweepy.api.API.search_30_day:51 tweepy.api.API.search_full_archive:52 +msgid "" +"This parameter is used to get the next 'page' of results. The value used " +"with the parameter is pulled directly from the response provided by the " +"API, and should not be modified." +msgstr "" +"이 매개변수는 결과의 다음 '페이지'를 가져오는 데 사용됩니다." +"매개변수에 사용된 값은 API 응답에서 직접 가져오게 되므로, " +"수정하지 않아야 합니다." + +#: of tweepy.api.API.add_list_member tweepy.api.API.add_list_members +#: tweepy.api.API.available_trends tweepy.api.API.chunked_upload +#: tweepy.api.API.chunked_upload_finalize tweepy.api.API.chunked_upload_init +#: tweepy.api.API.closest_trends tweepy.api.API.create_block +#: tweepy.api.API.create_favorite tweepy.api.API.create_friendship +#: tweepy.api.API.create_list tweepy.api.API.create_mute +#: tweepy.api.API.create_saved_search tweepy.api.API.destroy_block +#: tweepy.api.API.destroy_favorite tweepy.api.API.destroy_friendship +#: tweepy.api.API.destroy_list tweepy.api.API.destroy_mute +#: tweepy.api.API.destroy_saved_search tweepy.api.API.destroy_status +#: tweepy.api.API.geo_id tweepy.api.API.get_blocked_ids +#: tweepy.api.API.get_blocks tweepy.api.API.get_direct_message +#: tweepy.api.API.get_direct_messages tweepy.api.API.get_favorites +#: tweepy.api.API.get_follower_ids tweepy.api.API.get_followers +#: tweepy.api.API.get_friend_ids tweepy.api.API.get_friends +#: tweepy.api.API.get_friendship tweepy.api.API.get_list +#: tweepy.api.API.get_list_member tweepy.api.API.get_list_members +#: tweepy.api.API.get_list_memberships tweepy.api.API.get_list_ownerships +#: tweepy.api.API.get_list_subscriber tweepy.api.API.get_list_subscribers +#: tweepy.api.API.get_list_subscriptions tweepy.api.API.get_lists +#: tweepy.api.API.get_media_upload_status tweepy.api.API.get_muted_ids +#: tweepy.api.API.get_mutes tweepy.api.API.get_oembed +#: tweepy.api.API.get_place_trends tweepy.api.API.get_profile_banner +#: tweepy.api.API.get_retweeter_ids tweepy.api.API.get_retweets +#: tweepy.api.API.get_retweets_of_me tweepy.api.API.get_saved_search +#: tweepy.api.API.get_saved_searches tweepy.api.API.get_settings +#: tweepy.api.API.get_status tweepy.api.API.get_user +#: tweepy.api.API.home_timeline tweepy.api.API.incoming_friendships +#: tweepy.api.API.list_timeline tweepy.api.API.lookup_friendships +#: tweepy.api.API.lookup_statuses tweepy.api.API.lookup_users +#: tweepy.api.API.media_upload tweepy.api.API.mentions_timeline +#: tweepy.api.API.no_retweets_friendships tweepy.api.API.outgoing_friendships +#: tweepy.api.API.rate_limit_status tweepy.api.API.remove_list_member +#: tweepy.api.API.remove_list_members tweepy.api.API.report_spam +#: tweepy.api.API.retweet tweepy.api.API.reverse_geocode +#: tweepy.api.API.search_30_day tweepy.api.API.search_full_archive +#: tweepy.api.API.search_geo tweepy.api.API.search_tweets +#: tweepy.api.API.search_users tweepy.api.API.send_direct_message +#: tweepy.api.API.set_settings tweepy.api.API.simple_upload +#: tweepy.api.API.subscribe_list tweepy.api.API.supported_languages +#: tweepy.api.API.unretweet tweepy.api.API.unsubscribe_list +#: tweepy.api.API.update_friendship tweepy.api.API.update_list +#: tweepy.api.API.update_profile tweepy.api.API.update_profile_image +#: tweepy.api.API.update_status tweepy.api.API.update_status_with_media +#: tweepy.api.API.user_timeline tweepy.api.API.verify_credentials +msgid "Returns" +msgstr "반환값" + +#: of tweepy.api.API.add_list_member tweepy.api.API.add_list_members +#: tweepy.api.API.available_trends tweepy.api.API.chunked_upload +#: tweepy.api.API.chunked_upload_finalize tweepy.api.API.chunked_upload_init +#: tweepy.api.API.closest_trends tweepy.api.API.create_block +#: tweepy.api.API.create_favorite tweepy.api.API.create_friendship +#: tweepy.api.API.create_list tweepy.api.API.create_mute +#: tweepy.api.API.create_saved_search tweepy.api.API.destroy_block +#: tweepy.api.API.destroy_favorite tweepy.api.API.destroy_friendship +#: tweepy.api.API.destroy_list tweepy.api.API.destroy_mute +#: tweepy.api.API.destroy_saved_search tweepy.api.API.destroy_status +#: tweepy.api.API.geo_id tweepy.api.API.get_blocked_ids +#: tweepy.api.API.get_blocks tweepy.api.API.get_direct_message +#: tweepy.api.API.get_direct_messages tweepy.api.API.get_favorites +#: tweepy.api.API.get_follower_ids tweepy.api.API.get_followers +#: tweepy.api.API.get_friend_ids tweepy.api.API.get_friends +#: tweepy.api.API.get_friendship tweepy.api.API.get_list +#: tweepy.api.API.get_list_member tweepy.api.API.get_list_members +#: tweepy.api.API.get_list_memberships tweepy.api.API.get_list_ownerships +#: tweepy.api.API.get_list_subscriber tweepy.api.API.get_list_subscribers +#: tweepy.api.API.get_list_subscriptions tweepy.api.API.get_lists +#: tweepy.api.API.get_media_upload_status tweepy.api.API.get_muted_ids +#: tweepy.api.API.get_mutes tweepy.api.API.get_oembed +#: tweepy.api.API.get_place_trends tweepy.api.API.get_profile_banner +#: tweepy.api.API.get_retweeter_ids tweepy.api.API.get_retweets +#: tweepy.api.API.get_retweets_of_me tweepy.api.API.get_saved_search +#: tweepy.api.API.get_saved_searches tweepy.api.API.get_settings +#: tweepy.api.API.get_status tweepy.api.API.get_user +#: tweepy.api.API.home_timeline tweepy.api.API.incoming_friendships +#: tweepy.api.API.list_timeline tweepy.api.API.lookup_friendships +#: tweepy.api.API.lookup_statuses tweepy.api.API.lookup_users +#: tweepy.api.API.media_upload tweepy.api.API.mentions_timeline +#: tweepy.api.API.no_retweets_friendships tweepy.api.API.outgoing_friendships +#: tweepy.api.API.rate_limit_status tweepy.api.API.remove_list_member +#: tweepy.api.API.remove_list_members tweepy.api.API.report_spam +#: tweepy.api.API.retweet tweepy.api.API.reverse_geocode +#: tweepy.api.API.search_30_day tweepy.api.API.search_full_archive +#: tweepy.api.API.search_geo tweepy.api.API.search_tweets +#: tweepy.api.API.search_users tweepy.api.API.send_direct_message +#: tweepy.api.API.set_settings tweepy.api.API.simple_upload +#: tweepy.api.API.subscribe_list tweepy.api.API.supported_languages +#: tweepy.api.API.unretweet tweepy.api.API.unsubscribe_list +#: tweepy.api.API.update_friendship tweepy.api.API.update_list +#: tweepy.api.API.update_profile tweepy.api.API.update_profile_image +#: tweepy.api.API.update_status tweepy.api.API.update_status_with_media +#: tweepy.api.API.user_timeline tweepy.api.API.verify_credentials +msgid "Return type" +msgstr "반환 형식" + +#: of tweepy.api.API.get_favorites:12 tweepy.api.API.get_retweets:8 +#: tweepy.api.API.get_retweets_of_me:12 tweepy.api.API.home_timeline:13 +#: tweepy.api.API.list_timeline:19 tweepy.api.API.lookup_statuses:13 +#: tweepy.api.API.mentions_timeline:10 tweepy.api.API.search_30_day:56 +#: tweepy.api.API.search_full_archive:57 tweepy.api.API.user_timeline:19 +msgid ":py:class:`List`\\[:class:`~tweepy.models.Status`]" +msgstr ":py:class:`List`\\[:class:`~tweepy.models.Status`]" + +#: of tweepy.api.API.search_30_day:60 tweepy.api.API.search_full_archive:61 +msgid "" +"https://developer.twitter.com/en/docs/twitter-api/premium/search-api/api-" +"reference/premium-search" +msgstr "https://developer.twitter.com/en/docs/twitter-api/premium/search-api/api-reference/premium-search" + +#: of tweepy.api.API.search_full_archive:1 +msgid "" +"Premium search that provides Tweets from as early as 2006, starting with " +"the first Tweet posted in March 2006." +msgstr "2006년 3월에 게시된 첫 번째 트윗부터 검색 및 제공해주는 프리미엄 검색입니다." + +#: ../../api.rst:373 +msgid "Tweets" +msgstr "트윗" + +#: ../../api.rst:376 +msgid "Get Tweet timelines" +msgstr "트윗 타임라인 가져오기" + +#: of tweepy.api.API.home_timeline:1 +msgid "" +"Returns the 20 most recent statuses, including retweets, posted by the " +"authenticating user and that user's friends. This is the equivalent of " +"/timeline/home on the Web." +msgstr "" +"현재 인증된 사용자 또는 지정된 사용자의 트윗 및 리트윗을 포함하는 " +"트윗(status) 중 가장 최근의 20개를 반환합니다. 웹 상에서의 /timeline/home와 일치합니다." + +#: of tweepy.api.API.get_direct_messages:4 tweepy.api.API.get_favorites:6 +#: tweepy.api.API.get_follower_ids:8 tweepy.api.API.get_followers:8 +#: tweepy.api.API.get_friend_ids:8 tweepy.api.API.get_friends:7 +#: tweepy.api.API.get_list_members:7 tweepy.api.API.get_list_memberships:7 +#: tweepy.api.API.get_list_ownerships:8 tweepy.api.API.get_list_subscribers:8 +#: tweepy.api.API.get_list_subscriptions:6 tweepy.api.API.get_retweeter_ids:5 +#: tweepy.api.API.get_retweets:4 tweepy.api.API.get_retweets_of_me:4 +#: tweepy.api.API.home_timeline:5 tweepy.api.API.list_timeline:11 +#: tweepy.api.API.mentions_timeline:3 tweepy.api.API.search_tweets:39 +#: tweepy.api.API.search_users:8 tweepy.api.API.user_timeline:8 +msgid "|count|" +msgstr "각 페이지당 보여질 결과 수." + +#: of tweepy.api.API.get_favorites:7 tweepy.api.API.get_retweets_of_me:5 +#: tweepy.api.API.home_timeline:6 tweepy.api.API.list_timeline:9 +#: tweepy.api.API.mentions_timeline:4 tweepy.api.API.user_timeline:7 +msgid "|since_id|" +msgstr "지정한 ID보다 더 큰 ID값을 가지는 객체(즉, 지정한 객체보다 더 최근의 객체)만을 반환함." + +#: of tweepy.api.API.get_favorites:8 tweepy.api.API.get_retweets_of_me:6 +#: tweepy.api.API.home_timeline:7 tweepy.api.API.list_timeline:10 +#: tweepy.api.API.mentions_timeline:5 tweepy.api.API.search_tweets:48 +#: tweepy.api.API.user_timeline:9 +msgid "|max_id|" +msgstr "지정한 ID보다 더 작은 ID값을 가지는 객체(즉, 지정한 객체보다 더 이전의 객체)만을 반환함." + +#: of tweepy.api.API.destroy_status:5 tweepy.api.API.get_retweets:5 +#: tweepy.api.API.get_retweets_of_me:7 tweepy.api.API.get_status:4 +#: tweepy.api.API.home_timeline:8 tweepy.api.API.lookup_statuses:6 +#: tweepy.api.API.mentions_timeline:6 tweepy.api.API.retweet:4 +#: tweepy.api.API.unretweet:5 tweepy.api.API.update_status:56 +#: tweepy.api.API.user_timeline:10 +msgid "|trim_user|" +msgstr "유저 ID가 반드시 유저 객체 대신 제공되어야 하는지를 나타내는 boolean 형태의 변수. 기본값은 False." + +#: of tweepy.api.API.home_timeline:9 tweepy.api.API.user_timeline:11 +msgid "|exclude_replies|" +msgstr "가져온 타임라인에서 답글(멘션)이 반환되지 않도록 합니다. " +"``count`` 값과 함께 ``exclude_replies`` 를 사용하면 보다 최신 트윗까지 받을 수 있는데, " +"이는 ``count`` 를 단독으로 사용하면 리트윗과 답글도 결과값에 포함되기 때문입니다." + +#: of tweepy.api.API.create_block:8 tweepy.api.API.create_favorite:5 +#: tweepy.api.API.destroy_block:6 tweepy.api.API.destroy_favorite:5 +#: tweepy.api.API.get_blocks:4 tweepy.api.API.get_favorites:9 +#: tweepy.api.API.get_list_member:9 tweepy.api.API.get_list_members:9 +#: tweepy.api.API.get_list_subscriber:9 tweepy.api.API.get_list_subscribers:10 +#: tweepy.api.API.get_mutes:4 tweepy.api.API.get_retweets_of_me:8 +#: tweepy.api.API.get_status:9 tweepy.api.API.get_user:5 +#: tweepy.api.API.home_timeline:10 tweepy.api.API.list_timeline:12 +#: tweepy.api.API.lookup_statuses:5 tweepy.api.API.lookup_users:12 +#: tweepy.api.API.mentions_timeline:7 tweepy.api.API.search_tweets:49 +#: tweepy.api.API.search_users:9 tweepy.api.API.update_profile:14 +#: tweepy.api.API.update_profile_image:6 tweepy.api.API.verify_credentials:3 +msgid "|include_entities|" +msgstr "False로 설정하면 엔티티 노드가 포함되지 않음. 기본값은 True." + +#: of tweepy.api.API.home_timeline:17 +msgid "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines" +"/api-reference/get-statuses-home_timeline" +msgstr "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines" +"/api-reference/get-statuses-home_timeline" + +#: of tweepy.api.API.mentions_timeline:1 +msgid "Returns the 20 most recent mentions, including retweets." +msgstr "리트윗을 포함하여, 가장 최근의 멘션 20개를 반환합니다." + +#: of tweepy.api.API.mentions_timeline:14 +msgid "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines" +"/api-reference/get-statuses-mentions_timeline" +msgstr "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines" +"/api-reference/get-statuses-mentions_timeline" + +#: of tweepy.api.API.user_timeline:1 +msgid "" +"Returns the 20 most recent statuses posted from the authenticating user " +"or the user specified. It's also possible to request another user's " +"timeline via the id parameter." +msgstr "" +"현재 인증된 사용자 또는 지정한 사용자의 최근 트윗(status) 20개를 반환합니다." +"id값을 통해, 다른 사용자의 타임라인을 불러오는 것도 가능합니다." + +#: of tweepy.api.API.add_list_member:6 tweepy.api.API.create_block:7 +#: tweepy.api.API.create_friendship:4 tweepy.api.API.create_mute:5 +#: tweepy.api.API.destroy_block:5 tweepy.api.API.destroy_friendship:4 +#: tweepy.api.API.destroy_mute:5 tweepy.api.API.get_favorites:4 +#: tweepy.api.API.get_follower_ids:4 tweepy.api.API.get_followers:5 +#: tweepy.api.API.get_friend_ids:4 tweepy.api.API.get_friends:4 +#: tweepy.api.API.get_list_member:5 tweepy.api.API.get_list_memberships:5 +#: tweepy.api.API.get_list_ownerships:6 tweepy.api.API.get_list_subscriber:7 +#: tweepy.api.API.get_list_subscriptions:4 tweepy.api.API.get_lists:13 +#: tweepy.api.API.get_profile_banner:8 tweepy.api.API.get_user:3 +#: tweepy.api.API.remove_list_member:6 tweepy.api.API.report_spam:4 +#: tweepy.api.API.update_friendship:4 tweepy.api.API.user_timeline:5 +msgid "|user_id|" +msgstr "" +"특정 사용자의 일련번호값." +"user_name와 screen_name이 같을 때, 이 매개변수를 사용하면 좋습니다." + +#: of tweepy.api.API.add_list_member:7 tweepy.api.API.create_block:6 +#: tweepy.api.API.create_friendship:3 tweepy.api.API.create_mute:4 +#: tweepy.api.API.destroy_block:4 tweepy.api.API.destroy_friendship:3 +#: tweepy.api.API.destroy_mute:4 tweepy.api.API.get_favorites:5 +#: tweepy.api.API.get_follower_ids:5 tweepy.api.API.get_followers:6 +#: tweepy.api.API.get_friend_ids:5 tweepy.api.API.get_friends:5 +#: tweepy.api.API.get_list_member:6 tweepy.api.API.get_list_memberships:6 +#: tweepy.api.API.get_list_ownerships:7 tweepy.api.API.get_list_subscriber:8 +#: tweepy.api.API.get_list_subscriptions:5 tweepy.api.API.get_lists:14 +#: tweepy.api.API.get_profile_banner:9 tweepy.api.API.get_user:4 +#: tweepy.api.API.remove_list_member:7 tweepy.api.API.report_spam:3 +#: tweepy.api.API.update_friendship:3 tweepy.api.API.user_timeline:6 +msgid "|screen_name|" +msgstr "" +"사용자 아이디(예: @pinkrabbit412에서의 ``pinkrabbit412`` ). " +"어떤 값이 유효한 사용자 아이디인지, 유효한 일련번호인지를 확실히 해야 할 때 도움이 됩니다." + +#: of tweepy.api.API.user_timeline:12 +msgid "" +"When set to ``false``, the timeline will strip any native retweets " +"(though they will still count toward both the maximal length of the " +"timeline and the slice selected by the count parameter). Note: If you're " +"using the trim_user parameter in conjunction with include_rts, the " +"retweets will still contain a full user object." +msgstr "" +"``false`` 로 설정된 경우, 타임라인에서 리트윗들을 모두 제거합니다." +"(단, 타임라인의 최대 길이 제한이나 count에 의해 선택된 슬라이스(Slice)에는 계산됩니다)" +"참고: trim_user 매개변수를 include_rts와 함께 사용하는 경우에도" +"리트윗에는 사용자 개체가 전체 포함됩니다." + +#: of tweepy.api.API.user_timeline:23 +msgid "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines" +"/api-reference/get-statuses-user_timeline" +msgstr "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines" +"/api-reference/get-statuses-user_timeline" + +#: ../../api.rst:385 +msgid "Post, retrieve, and engage with Tweets" +msgstr "트윗의 게시, 검색 및 참여" + +#: of tweepy.api.API.get_favorites:1 +msgid "" +"Returns the favorite statuses for the authenticating user or user " +"specified by the ID parameter." +msgstr "" +"현재 인증된 사용자 또는 지정한 사용자의 최근 '마음에 들어요' 20개를 반환합니다." +"id값을 통해, 다른 사용자의 '마음의 들어요'를 불러오는 것도 가능합니다." + +#: of tweepy.api.API.get_favorites:16 +msgid "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-" +"engage/api-reference/get-favorites-list" +msgstr "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-" +"engage/api-reference/get-favorites-list" + +#: of tweepy.api.API.lookup_statuses:1 +msgid "" +"Returns full Tweet objects for up to 100 Tweets per request, specified by" +" the ``id`` parameter." +msgstr "" +"``id`` 값으로 지정한 최대 100개의 트윗에 대한 전체 트윗 개체를 반환합니다." + +#: of tweepy.api.API.lookup_statuses:4 +msgid "A list of Tweet IDs to lookup, up to 100" +msgstr "검색할 트윗 ID의 리스트 (최대 100개까지 가능)" + +#: of tweepy.api.API.lookup_statuses:7 +msgid "" +"A boolean indicating whether or not to include Tweets that cannot be " +"shown. Defaults to False." +msgstr "" +"전체 유저 객체 대신 user_id를 제공할지를 지정하는 boolean 값입니다. 기본값은 False." + +#: of tweepy.api.API.get_status:10 tweepy.api.API.lookup_statuses:9 +msgid "|include_ext_alt_text|" +msgstr "" +"첨부된 미디어 엔티티에 대체 텍스트(Alt text)가 존재하는 경우, " +"이 매개변수를 이용하면 미디어 엔티티 최상위 키에 ext_alt_text값을 반환할지를 지정하는 boolean 값입니다. " +"값이 따로 설정되지 않은 경우 트위터 API에서의 기본 반환값은 ``null`` 입니다. " + +#: of tweepy.api.API.get_status:11 tweepy.api.API.lookup_statuses:10 +msgid "|include_card_uri|" +msgstr "" +"트윗에 광고 카드나 card_uri를 이용한 카드가 부착되어 있는 경우, " +"검색된 트윗에 cart_uri가 포함되어야 하는지를 지정하는 boolean 값입니다." + +#: of tweepy.api.API.lookup_statuses:17 +msgid "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-" +"engage/api-reference/get-statuses-lookup" +msgstr "" +"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-" +"engage/api-reference/get-statuses-lookup" + +#: of tweepy.api.API.get_oembed:1 +msgid "" +"Returns a single Tweet, specified by either a Tweet web URL or the Tweet " +"ID, in an oEmbed-compatible format. The returned HTML snippet will be " +"automatically recognized as an Embedded Tweet when Twitter's widget " +"JavaScript is included on the page." +msgstr "웹 주소(URL)나 ID로 지정한 단일 트윗을 oEmbed 호환 형식으로 반환합니다. " +"반환된 HTML 스니펫은, 트위터 위젯 자바스크립트가 페이지에 포함되어 있을 시 " +"임베디드 트윗으로 자동 인식됩니다." + +#: of tweepy.api.API.get_oembed:6 +msgid "" +"The oEmbed endpoint allows customization of the final appearance of an " +"Embedded Tweet by setting the corresponding properties in HTML markup to " +"be interpreted by Twitter's JavaScript bundled with the HTML response by " +"default. The format of the returned markup may change over time as " +"Twitter adds new features or adjusts its Tweet representation." +msgstr "" +"oEmbed 엔드포인트는, HTML 마크업의 관련 속성을, " +"HTML 응답과 함께 번들로 제공되는 트위터의 자바스크립트에 의해 해석되도록 설정하여, " +"임베디드 트윗의 최종 모습을 사용자 지정할 수 있도록 해 줍니다. " +"트위터가 새로운 기능을 추가하거나, 트윗의 표현 방식을 조정함에 따라 " +"반환되는 마크업 형식도 변경될 수 있습니다." + +#: of tweepy.api.API.get_oembed:12 +msgid "" +"The Tweet fallback markup is meant to be cached on your servers for up to" +" the suggested cache lifetime specified in the ``cache_age``." +msgstr "" +"트윗의 Fallback 마크업은 ``cache_age`` 에 지정된 권장 수명동안만 " +"서버에 캐시되도록 되어 있습니다." + +#: of tweepy.api.API.get_oembed:15 +msgid "The URL of the Tweet to be embedded" +msgstr "임베드할 트윗의 URL" + +#: of tweepy.api.API.get_oembed:16 +msgid "" +"The maximum width of a rendered Tweet in whole pixels. A supplied value " +"under or over the allowed range will be returned as the minimum or " +"maximum supported width respectively; the reset width value will be " +"reflected in the returned ``width`` property. Note that Twitter does not " +"support the oEmbed ``maxheight`` parameter. Tweets are fundamentally " +"text, and are therefore of unpredictable height that cannot be scaled " +"like an image or video. Relatedly, the oEmbed response will not provide a" +" value for ``height``. Implementations that need consistent heights for " +"Tweets should refer to the ``hide_thread`` and ``hide_media`` parameters " +"below." +msgstr "" +"렌더링될 트윗의 최대 너비(픽셀)이며, 허용 범위는 220px에서 550px입니다. " +"허용 범위보다 작거나 큰 값을 입력하면 각각 허용 범위의 최소 및 최대 너비로 설정되며, " +"``width`` 속성을 이용해 너비를 설정해도 이 반환값에 반영됩니다. " +"단, 트위터가 oEmbed의 ``maxheight`` 매개변수를 지원하지 않는다는 점은 유의하시기 바랍니다. " +"트윗은 기본적으로 텍스트이기에, 이미지나 영상처럼 높이를 예측할 수 없습니다. " +"이와 관련하여, oEmbed 응답은 ``height`` 값을 제공하지 않습니다." +"각 트윗별로 일관된 높이를 지정해야 할 경우, " +"아래의 ``hide_thread`` 및 ``hide_media`` 매개변수를 참조하시기 바랍니다." + +#: of tweepy.api.API.get_oembed:26 +msgid "" +"When set to ``true``, ``\"t\"``, or ``1``, links in a Tweet are not " +"expanded to photo, video, or link previews." +msgstr "" +"``true``, ``\"t\"`` 또는 ``1`` 로 설정된 경우, " +"트윗이 이미지, 사진, 링크 등의 미리보기를 제공하지 않습니다." + +#: of tweepy.api.API.get_oembed:28 +msgid "" +"When set to ``true``, ``\"t\"``, or ``1``, a collapsed version of the " +"previous Tweet in a conversation thread will not be displayed when the " +"requested Tweet is in reply to another Tweet." +msgstr "" +"``true``, ``\"t\"`` 또는 ``1`` 로 설정된 경우, " +"트윗의 스레드(타래) 기준 이전 트윗들이 보이지 않습니다." + +#: of tweepy.api.API.get_oembed:31 +msgid "" +"When set to ``true``, ``\"t\"``, or ``1``, the ``