Added new version of Korean translations for document / Miscellaneous changes.
author악동분홍토끼 <pinkrabbit412@daum.net>
Fri, 7 Jan 2022 21:54:29 +0000 (06:54 +0900)
committer악동분홍토끼 <pinkrabbit412@daum.net>
Fri, 7 Jan 2022 21:54:29 +0000 (06:54 +0900)
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.

<Known Issue>
1. Completed translation of examples.po, but it doesn't appear at final results. Will be fixed soon.

37 files changed:
docs/krHTML_autoBuild.bat [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/TRANSLATORS_ko_KR.txt [deleted file]
docs/locale/ko/LC_MESSAGES/api.po
docs/locale/ko/LC_MESSAGES/asyncstream.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/auth_tutorial.po
docs/locale/ko/LC_MESSAGES/changelog.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/client.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/code_snippet.po [deleted file]
docs/locale/ko/LC_MESSAGES/cursor_tutorial.po [deleted file]
docs/locale/ko/LC_MESSAGES/development.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/examples.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/exceptions.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/extended_tweets.po
docs/locale/ko/LC_MESSAGES/faq.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/getting_started.po
docs/locale/ko/LC_MESSAGES/index.po
docs/locale/ko/LC_MESSAGES/install.po
docs/locale/ko/LC_MESSAGES/models.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/pagination.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/parameters.po
docs/locale/ko/LC_MESSAGES/running_tests.po [deleted file]
docs/locale/ko/LC_MESSAGES/stream.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/streaming.po [new file with mode: 0644]
docs/locale/ko/LC_MESSAGES/streaming_how_to.po [deleted file]
docs/locale/pl/LC_MESSAGES/api.po
docs/locale/pl/LC_MESSAGES/asyncstream.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/changelog.po
docs/locale/pl/LC_MESSAGES/client.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/development.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/examples.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/exceptions.po
docs/locale/pl/LC_MESSAGES/extended_tweets.po
docs/locale/pl/LC_MESSAGES/faq.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/install.po
docs/locale/pl/LC_MESSAGES/models.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/pagination.po [new file with mode: 0644]
docs/locale/pl/LC_MESSAGES/streaming.po

diff --git a/docs/krHTML_autoBuild.bat b/docs/krHTML_autoBuild.bat
new file mode 100644 (file)
index 0000000..1ff3eba
--- /dev/null
@@ -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 (file)
index ed903fa..0000000
+++ /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:
-# <Name> (<@GitHub Username>)
-# <GitHub Profile URL>
-# 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
index ec9f34df9b6b182fc33de7938553185731511fd1..e9fc6e0d531d549d60737ebd1334e8d1d61f33d7 100644 (file)
-# API Reference
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# 악동분홍토끼 <pinkrabbit412@daum.net>, 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: 악동분홍토끼 <pinkrabbit412@daum.net>\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 ``<script>`` responsible "
+"for loading ``widgets.js`` will not be returned. Your webpages should "
+"include their own reference to ``widgets.js`` for use across all Twitter "
+"widgets including Embedded Tweets."
+msgstr ""
+"``true``, ``\"t\"`` 또는 ``1`` 로 설정된 경우, "
+"``widget.js`` 로드를 담당하는 ``<script>`` 가 반환되지 않습니다. "
+"이를 사용하는 웹페이지에는 모든 트위터 위젯에서 사용할 "
+"``widget.js`` 에 대한 자체 참조를 포함해야만 합니다."
+
+#: of tweepy.api.API.get_oembed:35
+msgid ""
+"Specifies whether the embedded Tweet should be floated left, right, or "
+"center in the page relative to the parent element."
+msgstr ""
+"임베드된 트윗을 부모 요소 기준, 페이지의 왼쪽, 오른쪽 또는 가운데 중 어디에 띄울지를 지정합니다. "
+"``left``, ``right``, ``center``, ``none`` 중 하나의 값만 사용할 수 있습니다."
+
+#: of tweepy.api.API.get_oembed:37
+msgid ""
+"A comma-separated list of Twitter usernames related to your content. This"
+" value will be forwarded to Tweet action intents if a viewer chooses to "
+"reply, like, or retweet the embedded Tweet."
+msgstr ""
+"쉼표(,)로 구분되어 있는, 특정 컨텐츠와 관련 있는 트위터 사용자명(username)의 목록입니다."
+"이 값은 뷰어가 포함된 트윗에 답글을 달거나, 리트윗 또는 '마음에 들어요'를 하도록 선택한 경우 "
+"트윗 액션으로 전달합니다."
+
+#: of tweepy.api.API.get_oembed:40
+msgid ""
+"Request returned HTML and a rendered Tweet in the specified Twitter "
+"language supported by embedded Tweets."
+msgstr ""
+"반환할 HTML과 렌더링된 트윗을, "
+"임베디드 트윗에 의해 지원되는 특정 트위터 언어로 반환해줄 것을 요청합니다."
+
+#: of tweepy.api.API.get_oembed:42
+msgid ""
+"When set to ``dark``, the Tweet is displayed with light text over a dark "
+"background."
+msgstr ""
+"``dark`` 로 설정하면, 트윗이 어두운 배경에 밝은색 텍스트의 꼴로 표시됩니다."
+
+#: of tweepy.api.API.get_oembed:44
+msgid "Adjust the color of Tweet text links with a hexadecimal color value."
+msgstr ""
+"트윗의 링크 색상을 조정합니다. 색상 값은 16진수로 입력합니다."
+
+#: of tweepy.api.API.get_oembed:46
+msgid "Set to ``video`` to return a Twitter Video embed for the given Tweet."
+msgstr "트위터 비디오 임베드를 반환받으려면 ``video`` 로 설정합니다."
+
+#: of tweepy.api.API.get_oembed:48
+msgid ""
+"When set to ``true``, the Tweet and its embedded page on your site are "
+"not used for purposes that include personalized suggestions and "
+"personalized ads."
+msgstr ""
+"``true`` 로 설정하면, 임베드된 사이트와 트윗이 맞춤 컨텐츠 및 광고에 사용되지 않습니다."
+
+#: of tweepy.api.API.available_trends:7 tweepy.api.API.closest_trends:19
+#: tweepy.api.API.get_oembed:52 tweepy.api.API.get_place_trends:21
+#: tweepy.api.API.get_profile_banner:11 tweepy.api.API.get_settings:4
+#: tweepy.api.API.rate_limit_status:8 tweepy.api.API.set_settings:22
+#: tweepy.api.API.supported_languages:8
+msgid "JSON"
+msgstr "JSON"
+
+#: of tweepy.api.API.available_trends:8 tweepy.api.API.closest_trends:20
+#: tweepy.api.API.get_oembed:53 tweepy.api.API.get_place_trends:22
+#: tweepy.api.API.get_profile_banner:12 tweepy.api.API.get_settings:5
+#: tweepy.api.API.rate_limit_status:9 tweepy.api.API.set_settings:23
+#: tweepy.api.API.supported_languages:9
+msgid ":class:`dict`"
+msgstr ":class:`dict`"
+
+#: of tweepy.api.API.get_oembed:57
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-oembed"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-oembed"
+
+#: of tweepy.api.API.get_retweeter_ids:1
+msgid ""
+"Returns up to 100 user IDs belonging to users who have retweeted the "
+"Tweet specified by the ``id`` parameter."
+msgstr ""
+"ID로 지정한 트윗을 리트윗한 사용자를 최대 100명까지 반환합니다."
+
+#: of tweepy.api.API.create_favorite:4 tweepy.api.API.destroy_favorite:4
+#: tweepy.api.API.destroy_status:4 tweepy.api.API.get_retweeter_ids:4
+#: tweepy.api.API.get_retweets:3 tweepy.api.API.get_status:3
+#: tweepy.api.API.retweet:3 tweepy.api.API.unretweet:4
+msgid "|sid|"
+msgstr "특정 트윗(status)의 ID."
+
+#: of tweepy.api.API.get_blocked_ids:5 tweepy.api.API.get_blocks:6
+#: tweepy.api.API.get_direct_messages:5 tweepy.api.API.get_follower_ids:6
+#: tweepy.api.API.get_followers:7 tweepy.api.API.get_friend_ids:6
+#: tweepy.api.API.get_friends:6 tweepy.api.API.get_list_members:8
+#: tweepy.api.API.get_list_memberships:8 tweepy.api.API.get_list_ownerships:9
+#: tweepy.api.API.get_list_subscribers:9
+#: tweepy.api.API.get_list_subscriptions:7 tweepy.api.API.get_muted_ids:4
+#: tweepy.api.API.get_mutes:3 tweepy.api.API.get_retweeter_ids:6
+#: tweepy.api.API.incoming_friendships:4 tweepy.api.API.outgoing_friendships:4
+msgid "|cursor|"
+msgstr ""
+"결과를 페이지로 나누며, 페이징을 시작하려면 -1 값을 입력합니다. "
+"응답 내용의 next_cursor와 previous_cursor 속성의 반환값을 입력해, "
+"목록의 페이지를 앞뒤로 옮길 수 있습니다."
+
+#: of tweepy.api.API.get_blocked_ids:4 tweepy.api.API.get_follower_ids:7
+#: tweepy.api.API.get_friend_ids:7 tweepy.api.API.get_muted_ids:3
+#: tweepy.api.API.get_retweeter_ids:7 tweepy.api.API.incoming_friendships:5
+#: tweepy.api.API.no_retweets_friendships:4
+#: tweepy.api.API.outgoing_friendships:5
+msgid "|stringify_ids|"
+msgstr "ID를 문자열로 반환하도록 설정."
+
+#: of tweepy.api.API.get_blocked_ids:8 tweepy.api.API.get_follower_ids:11
+#: tweepy.api.API.get_friend_ids:11 tweepy.api.API.get_muted_ids:7
+#: tweepy.api.API.get_retweeter_ids:10 tweepy.api.API.incoming_friendships:8
+#: tweepy.api.API.no_retweets_friendships:7
+#: tweepy.api.API.outgoing_friendships:8
+msgid ":py:class:`List`\\[:class:`int`]"
+msgstr ":py:class:`List`\\[:class:`int`]"
+
+#: of tweepy.api.API.get_retweeter_ids:14
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweeters-ids"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweeters-ids"
+
+#: of tweepy.api.API.get_retweets:1
+msgid "Returns up to 100 of the first Retweets of the given Tweet."
+msgstr "지정한 트윗을 리트윗한 사용자를 최근 순으로 100명까지 반환합니다."
+
+#: of tweepy.api.API.get_retweets:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets-id"
+
+#: of tweepy.api.API.get_retweets_of_me:1
+msgid ""
+"Returns the 20 most recent Tweets of the authenticated user that have "
+"been retweeted by others."
+msgstr ""
+"다른 사용자에 의해 리트윗된, 인증된 사용자의 최근 트윗 20개를 반환합니다."
+
+#: of tweepy.api.API.get_followers:10 tweepy.api.API.get_friends:9
+#: tweepy.api.API.get_retweets_of_me:9
+msgid "|include_user_entities|"
+msgstr "False로 설정하면 사용자 객체 노드를 포함하지 않음. 기본값은 True."
+
+#: of tweepy.api.API.get_retweets_of_me:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets_of_me"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets_of_me"
+
+#: of tweepy.api.API.get_status:1
+msgid "Returns a single status specified by the ID parameter."
+msgstr "ID로 지정한 특정 트윗(status)을 반환합니다."
+
+#: of tweepy.api.API.get_status:5
+msgid ""
+"A boolean indicating if any Tweets returned that have been retweeted by "
+"the authenticating user should include an additional current_user_retweet"
+" node, containing the ID of the source status for the retweet."
+msgstr ""
+"지정한 트윗이 현재 인증된 사용자가 리트윗한 트윗일 경우, "
+"원본 트윗의 ID를 포함하고 있는 current_user_retweet 노드를 포함해야 하는지의 "
+"여부를 나타내는 boolean 값입니다."
+
+#: of tweepy.api.API.create_favorite:8 tweepy.api.API.destroy_favorite:8
+#: tweepy.api.API.destroy_status:8 tweepy.api.API.get_status:14
+#: tweepy.api.API.retweet:7 tweepy.api.API.unretweet:8
+#: tweepy.api.API.update_status:61 tweepy.api.API.update_status_with_media:21
+msgid ":class:`~tweepy.models.Status`"
+msgstr ":class:`~tweepy.models.Status`"
+
+#: of tweepy.api.API.get_status:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-show-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-show-id"
+
+#: of tweepy.api.API.create_favorite:1
+msgid ""
+"Favorites the status specified in the ``id`` parameter as the "
+"authenticating user."
+msgstr ""
+"지정한 트윗(status)에, 현재 인증된 사용자로서 '마음에 들어요'를 표시합니다."
+
+#: of tweepy.api.API.create_favorite:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-create"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-create"
+
+#: of tweepy.api.API.destroy_favorite:1
+msgid ""
+"Un-favorites the status specified in the ``id`` parameter as the "
+"authenticating user."
+msgstr ""
+"지정한 트윗(status)에, 현재 인증된 사용자로서의 '마음에 들어요'를 취소합니다."
+
+#: of tweepy.api.API.destroy_favorite:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-destroy"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-destroy"
+
+#: of tweepy.api.API.destroy_status:1
+msgid ""
+"Destroy the status specified by the ``id`` parameter. The authenticated "
+"user must be the author of the status to destroy."
+msgstr ""
+"ID로 지정한 트윗(status)을 삭제합니다. "
+"현재 인증된 사용자가 삭제할 트윗(status)의 작성자여야 합니다."
+
+#: of tweepy.api.API.destroy_status:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-destroy-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-destroy-id"
+
+#: of tweepy.api.API.retweet:1
+msgid "Retweets a Tweet. Requires the ID of the Tweet you are retweeting."
+msgstr "지정한 트윗을 리트윗합니다. 리트윗할 트윗의 ID가 필요합니다."
+
+#: of tweepy.api.API.retweet:11
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-retweet-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-retweet-id"
+
+#: of tweepy.api.API.unretweet:1
+msgid "Untweets a retweeted status. Requires the ID of the retweet to unretweet."
+msgstr "지정한 트윗을 리트윗 취소합니다. 리트윗을 취소할 트윗의 ID가 필요합니다."
+
+#: of tweepy.api.API.unretweet:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-unretweet-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-unretweet-id"
+
+#: of tweepy.api.API.update_status:1
+msgid "Updates the authenticating user's current status, also known as Tweeting."
+msgstr "현재 인증된 사용자의 status를 갱신합니다(=트윗을 작성합니다)."
+
+#: of tweepy.api.API.update_status:4
+msgid ""
+"For each update attempt, the update text is compared with the "
+"authenticating user's recent Tweets. Any attempt that would result in "
+"duplication will be blocked, resulting in a 403 error. A user cannot "
+"submit the same status twice in a row."
+msgstr ""
+"각 트윗 작성 시도마다, 본문을 현재 인증된 사용자의 최근 트윗과 비교합니다. "
+"중복된 본문 작성은 불가능하며, 이는 HTTP 403 오류를 반환합니다. "
+"다시 말해, 같은 트윗을 연속으로 작성할 수 없습니다."
+
+#: of tweepy.api.API.update_status:9
+msgid ""
+"While not rate limited by the API, a user is limited in the number of "
+"Tweets they can create at a time. If the number of updates posted by the "
+"user reaches the current allowed limit this method will return an HTTP "
+"403 error."
+msgstr ""
+"더불어 API 제한에 걸리지 않았더라도, 사용자는 한 번에 게시할 수 있는 트윗 수에 제한이 있습니다. "
+"사용자가 게시한 트윗이 특정 제한에 도달해도 이 메서드는 HTTP 403 오류를 반환합니다."
+
+#: of tweepy.api.API.update_status:14 tweepy.api.API.update_status_with_media:7
+msgid "The text of your status update."
+msgstr "작성할 트윗(status)의 본문."
+
+#: of tweepy.api.API.update_status:15
+msgid ""
+"The ID of an existing status that the update is in reply to. Note: This "
+"parameter will be ignored unless the author of the Tweet this parameter "
+"references is mentioned within the status text. Therefore, you must "
+"include @username, where username is the author of the referenced Tweet, "
+"within the update."
+msgstr ""
+"(답글을 작성하는 경우) 답글을 달 원본 트윗의 ID. "
+"참고: 이 매개변수가 참조하는 트윗 작성자를 트윗(status) 본문에 언급하지 않는 한, "
+"이 매개변수는 무시됩니다. 따라서, 본문에 @username를 포함해야 하며, "
+"여기서 username은 답글을 달 원본 트윗의 작성자의 것으로 입력합니다."
+
+#: of tweepy.api.API.update_status:20
+msgid ""
+"If set to true and used with in_reply_to_status_id, leading @mentions "
+"will be looked up from the original Tweet, and added to the new Tweet "
+"from there. This wil append @mentions into the metadata of an extended "
+"Tweet as a reply chain grows, until the limit on @mentions is reached. In"
+" cases where the original Tweet has been deleted, the reply will fail."
+msgstr ""
+"true로 설정하고 in_reply_to_status_id와 함께 사용하면, "
+"원본 트윗에서의 기존 @mention들을 검색하고 이를 새 트윗에 추가합니다. "
+"이렇게 하면 답글 타래(reply chain)가 길어질 때, @mention의 제한에 도달할 때까지 "
+"확장 트윗의 메타데이터에 @mention을 추가합니다."
+"이때, 원본 트윗이 삭제된 경우 답글 작성은 실패합니다."
+
+#: of tweepy.api.API.update_status:26
+msgid ""
+"When used with auto_populate_reply_metadata, a comma-separated list of "
+"user ids which will be removed from the server-generated @mentions prefix"
+" on an extended Tweet. Note that the leading @mention cannot be removed "
+"as it would break the in-reply-to-status-id semantics. Attempting to "
+"remove it will be silently ignored."
+msgstr ""
+"auto_populate_reply_metadata와 함께 사용할 경우, "
+"확장 트윗 앞부분의 서버 생성 @mention 목록에서, "
+"쉼표(,)로 구분되고 ID로 지정된, 사용자(들)을 제거합니다."
+"단, 원본 트윗 작성자에 대한 @mention을 제거하는 것은, "
+"in_reply_to_status_id의 의미와 충돌하기 떄문에 불가능합니다. "
+"이 @mention을 제거하려는 시도는 자동적으로 무시됩니다."
+
+#: of tweepy.api.API.update_status:32
+msgid ""
+"In order for a URL to not be counted in the status body of an extended "
+"Tweet, provide a URL as a Tweet attachment. This URL must be a Tweet "
+"permalink, or Direct Message deep link. Arbitrary, non-Twitter URLs must "
+"remain in the status text. URLs passed to the attachment_url parameter "
+"not matching either a Tweet permalink or Direct Message deep link will "
+"fail at Tweet creation and cause an exception."
+msgstr ""
+"트윗(status)의 본문 제한에 URL이 계산되지 않도록, 트윗에 첨부하는 형식으로 URL을 포함합니다. "
+"단, 이 URL은 트윗의 permalink 또는 쪽지(DM)의 딥 링크(deep link)여야 합니다. "
+"이에 해당되지 않는 URL은 트윗 본문에 있어야 합니다. "
+"만약 이를 attachment_url에 할당하려 시도하면 트윗 생성에 실패하며, 예외가 발생합니다."
+
+#: of tweepy.api.API.update_status:39
+msgid ""
+"A list of media_ids to associate with the Tweet. You may include up to 4 "
+"photos or 1 animated GIF or 1 video in a Tweet."
+msgstr ""
+"트윗에 연결할 media_id의 목록입니다. 한 개의 트윗은 최대 4장의 이미지, "
+"1장의 움직이느 GIF 및 1개의 영상을 포함할 수 있습니다."
+
+#: of tweepy.api.API.update_status:41
+msgid ""
+"If you upload Tweet media that might be considered sensitive content such"
+" as nudity, or medical procedures, you must set this value to true."
+msgstr ""
+"노출 및 의료 시술과 같은 민감한 컨텐츠로 간주될 수 있는 미디어를 트윗에 업로드할 경우, "
+"이 값을 반드시 true로 설정해야 합니다."
+
+#: of tweepy.api.API.update_status:44
+msgid ""
+"The latitude of the location this Tweet refers to. This parameter will be"
+" ignored unless it is inside the range -90.0 to +90.0 (North is positive)"
+" inclusive. It will also be ignored if there is no corresponding long "
+"parameter."
+msgstr ""
+"이 트윗이 가리킬 위치의 위도. -90.0 ~ +90.0 (북반구가 양수값) 범위 밖의 "
+"값은 무시되며, 아래의 ``long`` 매개변수가 지정되지 않은 경우에도 무시됩니다."
+
+#: of tweepy.api.API.update_status:48
+msgid ""
+"The longitude of the location this Tweet refers to. The valid ranges for "
+"longitude are -180.0 to +180.0 (East is positive) inclusive. This "
+"parameter will be ignored if outside that range, if it is not a number, "
+"if geo_enabled is disabled, or if there no corresponding lat parameter."
+msgstr ""
+"이 트윗이 가리킬 위치의 경도. -180.0 ~ +180.0 (동쪽이 양수값) 범위 밖의 "
+"값, 숫자 이외의 값이 입력될 경우 무시되며, ``geo_enabled`` 가 비활성화 되었거나, "
+"위의 ``lat`` 매개변수가 지정되지 않은 경우나, geo_enabled가 비활성화된 에도 "
+"전달된 값이 무시됩니다."
+
+#: of tweepy.api.API.update_status:53
+msgid "A place in the world."
+msgstr "(사용자가 위치 정보를 사용할 수 있는 경우) 트윗이 작성된 위치의 ID."
+
+#: of tweepy.api.API.update_status:54
+#: tweepy.api.API.update_status_with_media:17
+msgid ""
+"Whether or not to put a pin on the exact coordinates a Tweet has been "
+"sent from."
+msgstr ""
+"트윗이 작성되어 전송된 위치를 표시할지의 여부."
+
+#: of tweepy.api.API.update_status:57
+msgid ""
+"Associate an ads card with the Tweet using the card_uri value from any "
+"ads card response."
+msgstr ""
+"트윗에 ``card_uri`` 속성을 이용하여 광고 카드를 추가합니다."
+
+#: of tweepy.api.API.update_status:65
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update"
+
+#: of tweepy.api.API.update_status_with_media:1
+msgid "Use :func:`API.media_upload` instead."
+msgstr "대신 :func:`API.media_upload` 를 이용하세요."
+
+#: of tweepy.api.API.update_status_with_media:4
+msgid ""
+"Update the authenticated user's status. Statuses that are duplicates or "
+"too long will be silently ignored."
+msgstr ""
+"현재 인증된 사용자의 Status를 미디어와 함께 업데이트합니다. "
+"중복된 Status 작성 시도 또는 너무 긴 트윗의 작성 시도는 별다른 경고 없이 무시될 것입니다."
+
+#: of tweepy.api.API.chunked_upload:7 tweepy.api.API.media_upload:7
+#: tweepy.api.API.simple_upload:4 tweepy.api.API.update_profile_banner:3
+#: tweepy.api.API.update_profile_image:4
+#: tweepy.api.API.update_status_with_media:8
+msgid "|filename|"
+msgstr "업로드할 이미지의 이름. ``file`` 을 따로 지정하지 않으면 이 파일이 자동으로 열립니다."
+
+#: of tweepy.api.API.chunked_upload:8 tweepy.api.API.media_upload:8
+#: tweepy.api.API.simple_upload:5 tweepy.api.API.update_profile_banner:4
+#: tweepy.api.API.update_profile_image:5
+#: tweepy.api.API.update_status_with_media:9
+msgid "|file|"
+msgstr ""
+"파일 객체로, ``filename`` 를 직접 여는 것 대신 사용됩니다. "
+"물론 MIME 타입 감지 및 POST 데이터 형식의 필드로 ``filename`` 가 필요하기는 합니다."
+
+#: of tweepy.api.API.update_status_with_media:10
+msgid "Set to true for content which may not be suitable for every audience."
+msgstr "민감한 컨텐츠일 경우 true로 설정합니다."
+
+#: of tweepy.api.API.update_status_with_media:12
+msgid "The ID of an existing status that the update is in reply to."
+msgstr "답글을 작성할 대상 트윗(status)의 ID."
+
+#: of tweepy.api.API.update_status_with_media:13
+msgid "The location's latitude that this tweet refers to."
+msgstr "이 트윗이 가리킬 위치의 위도."
+
+#: of tweepy.api.API.update_status_with_media:14
+msgid "The location's longitude that this tweet refers to."
+msgstr "이 트윗이 가리킬 위치의 경도."
+
+#: of tweepy.api.API.update_status_with_media:15
+msgid ""
+"Twitter ID of location which is listed in the Tweet if geolocation is "
+"enabled for the user."
+msgstr ""
+"(사용자가 위치 정보를 사용할 수 있는 경우) "
+"트윗이 작성된 위치의 정보 (ID)."
+
+#: of tweepy.api.API.update_status_with_media:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update_with_media"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update_with_media"
+
+#: ../../api.rst:416
+msgid "Search Tweets"
+msgstr "트윗 검색"
+
+#: of tweepy.api.API.search_tweets:1
+msgid "Returns a collection of relevant Tweets matching a specified query."
+msgstr "특정 쿼리에 일치하는 트윗 컬렉션을 반환합니다."
 
-#: ../../api.rst:6
-msgid "API Reference"
-msgstr "API 레퍼런스"
+#: of tweepy.api.API.search_tweets:3
+msgid ""
+"Please note that Twitter's search service and, by extension, the Search "
+"API is not meant to be an exhaustive source of Tweets. Not all Tweets "
+"will be indexed or made available via the search interface."
+msgstr ""
+"트위터의 검색 서비스 및 검색 API가 모든 트윗을 대상으로 검색 작업을 수행하는 것은 아니라는 것을 "
+"유의하세요. 모든 트윗이 검색 인터페이스를 통해 색인화 되어있거나 검색할 수 있게 만들어져 있지는 "
+"않습니다."
 
-#: ../../api.rst:8
-msgid "This page contains some basic documentation for the Tweepy module."
-msgstr "이 페이지는 Tweepy 모듈에 대한 기초적인 안내를 포함하고 있습니다."
+#: of tweepy.api.API.search_tweets:9
+msgid ""
+"In API v1.1, the response format of the Search API has been improved to "
+"return Tweet objects more similar to the objects you’ll find across the "
+"REST API and platform. However, perspectival attributes (fields that "
+"pertain to the perspective of the authenticating user) are not currently "
+"supported on this endpoint. [#]_\\ [#]_"
+msgstr ""
+"API v1.1에서는, 검색 API의 응답 형식이 REST API나 플랫폼을 통해서 볼 수 있는 객체와 더 비슷한 "
+"트윗 객체를 반환하도록 향상되었습니다. 하지만, perspectival 속성(인증된 사용자에 의존하는 필드)은 "
+"현재 지원하지 않습니다. [#]_\\ [#]_"
 
-#: ../../api.rst:12
-msgid ":mod:`tweepy.api` --- Twitter API wrapper"
-msgstr ":mod:`tweepy.api` --- Twitter API 래퍼(Wrapper)"
+#: of tweepy.api.API.search_tweets:16
+msgid ""
+"The search query string of 500 characters maximum, including operators. "
+"Queries may additionally be limited by complexity."
+msgstr ""
+"연산자를 포함하여 최대 500자의 검색하고자 하는 문자열 쿼리. "
+"쿼리는 추가적으로 복잡도에 따라 제한될 수 있습니다."
 
-#: ../../api.rst:22
+#: of tweepy.api.API.search_tweets:18
 msgid ""
-"This class provides a wrapper for the API as provided by Twitter. The "
-"functions provided in this class are listed below."
+"Returns tweets by users located within a given radius of the given "
+"latitude/longitude.  The location is preferentially taking from the "
+"Geotagging API, but will fall back to their Twitter profile. The "
+"parameter value is specified by \"latitude,longitude,radius\", where "
+"radius units must be specified as either \"mi\" (miles) or \"km\" "
+"(kilometers). Note that you cannot use the near operator via the API to "
+"geocode arbitrary locations; however you can use this geocode parameter "
+"to search near geocodes directly. A maximum of 1,000 distinct \"sub-"
+"regions\" will be considered when using the radius modifier."
 msgstr ""
-"이 클래스는 트위터로부터 제공되는 API의 래퍼를 제공합니다. "
-"이 클래스가 제공하는 함수들은 아래와 같습니다."
+"주어진 위도, 경도의 주어진 반경 내에 위치한 사용자의 트윗만 반환합니다. 위치는 "
+"우선적으로 위치 정보 삽입 API에서 받아오지만, 트위터 프로필 내의 정보로 대체할 수 있습니다. "
+"매개변수의 값은 \"위도, 경도, 반경\"의 형태로 지정되며, 반경은 \"mi\"(마일) 또는 \"km\"(킬로미터) "
+"단위로 주어져야 합니다. API를 통해 근거리 연산자를 사용하여 임의의 위치를 geocode로 입력할 "
+"수는 없다는 점을 유의해주세요. 다만 이 geocode 매개변수를 통해 근처의 지오코드를 검색할 수는 "
+"있습니다. 반경 수식어를 사용할 경우에는 최대 1,000개의 분명하게 구분되는 \"하위 영역\"을 고려할 "
+"할 것입니다."
 
-#: ../../api.rst
-msgid "Parameters"
-msgstr "매개변수"
+#: of tweepy.api.API.search_tweets:28
+msgid ""
+"Restricts tweets to the given language, given by an ISO 639-1 code. "
+"Language detection is best-effort."
+msgstr ""
+"트윗을 ISO 639-1 코드로 주어진 언어로 제한합니다. "
+"언어 감지가 적절하게 작동했다고 전제합니다."
 
-#: ../../api.rst:25
-msgid "authentication handler to be used"
-msgstr "인증 핸들러"
+#: of tweepy.api.API.search_tweets:30
+msgid ""
+"Specify the language of the query you are sending (only ja is currently "
+"effective). This is intended for language-specific consumers and the "
+"default should work in the majority of cases."
+msgstr ""
+"전송한 쿼리의 언어를 명시합니다. (현재는 ja만 유효합니다.) "
+"이는 언어별 사용자를 위한 것이며 대부분의 경우엔 기본값이 적용됩니다."
 
-#: ../../api.rst:26
-msgid "general API host"
-msgstr "일반 API 호스트"
+#: of tweepy.api.API.search_tweets:33
+msgid ""
+"Specifies what type of search results you would prefer to receive. The "
+"current default is \"mixed.\" Valid values include:  * mixed : include "
+"both popular and real time results in the                       response "
+"* recent : return only the most recent results in the response * popular "
+": return only the most popular results in the response"
+msgstr ""
 
-#: ../../api.rst:27
-msgid "search API host"
-msgstr "검색 API 호스트"
+#: of tweepy.api.API.search_tweets:33
+msgid ""
+"Specifies what type of search results you would prefer to receive. The "
+"current default is \"mixed.\" Valid values include:"
+msgstr ""
+"얻고 싶은 검색 결과의 형식에 대해 명시합니다. 기본값은 \"mixed\"."
+"유효한 값은 다음과 같습니다: "
 
-#: ../../api.rst:28
-msgid "cache backend to use"
-msgstr "캐시 백엔드"
+#: of tweepy.api.API.search_tweets:36
+msgid ""
+"mixed : include both popular and real time results in the"
+"                       response"
+msgstr "\"mixed\": 응답에 인기 결과와 실시간 결과 모두를 포함합니다."
 
-#: ../../api.rst:29
-msgid "general API path root"
-msgstr "일반 API 루트 경로"
+#: of tweepy.api.API.search_tweets:37
+msgid "recent : return only the most recent results in the response"
+msgstr "\"recent\": 응답으로 가장 최근의 결과만을 반환합니다."
 
-#: ../../api.rst:30
-msgid "search API path root"
-msgstr "검색 API 루트 경로"
+#: of tweepy.api.API.search_tweets:38
+msgid "popular : return only the most popular results in the response"
+msgstr "\"popular\": 응답으로 가장 인기 있는 결과만을 반환합니다."
 
-#: ../../api.rst:31
-msgid "default number of retries to attempt when error occurs"
-msgstr "에러가 발생했을 시, 재시도할 횟수"
+#: of tweepy.api.API.search_tweets:40
+msgid ""
+"Returns tweets created before the given date. Date should be formatted as"
+" YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In "
+"other words, no tweets will be found for a date older than one week."
+msgstr ""
+"주어진 날짜 이전에 작성된 트윗을 반환합니다. "
+"날짜는 YYYY-MM-DD의 형식으로 주어져야 합니다. "
+"검색 색인은 7일 간만 유지됩니다. "
+"다시 말해, 작성된 지 일주일 이상 지난 트윗은 찾을 수 없습니다."
 
-#: ../../api.rst:32
-msgid "number of seconds to wait between retries"
-msgstr "다음 재시도까지의 지연시간 (초 단위)"
+#: of tweepy.api.API.search_tweets:44
+msgid ""
+"|since_id| There are limits to the number of Tweets which can be accessed"
+" through the API. If the limit of Tweets has occurred since the since_id,"
+" the since_id will be forced to the oldest ID available."
+msgstr ""
+"|since_id| API를 통해서 접근할 수 있는 트윗의 수에는 제한이 있습니다. ``since_id`` 값으로 인해 "
+"트윗 수 제한을 초과하게 된다면, ``since_id`` 는 제한을 초과하지 않는 가장 오래된 ID로 강제 재설정됩니다."
 
-#: ../../api.rst:33
-msgid "which HTTP status codes to retry"
-msgstr "재시도할 HTTP 상태 코드"
+#: of tweepy.api.API.search_tweets:52
+msgid ":class:`SearchResults`"
+msgstr ":class:`SearchResults`"
 
-#: ../../api.rst:34
-msgid "The maximum amount of time to wait for a response from Twitter"
-msgstr "트위터로부터의 응답을 기다릴 최대 시간"
+#: of tweepy.api.API.search_tweets:56
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets"
 
-#: ../../api.rst:36
-msgid "The object to use for parsing the response from Twitter"
-msgstr "트위터로부터의 응답 결과를 파싱하는 데 사용할 객체"
+#: ../../api.rst:421
+msgid "Accounts and users"
+msgstr "계정 및 사용자"
 
-#: ../../api.rst:37
-msgid "Whether or not to use GZIP compression for requests"
-msgstr "요청에 GZIP 압축을 사용할지의 여부"
+#: ../../api.rst:424
+msgid "Create and manage lists"
+msgstr "리스트 생성 및 관리"
 
-#: ../../api.rst:38
-msgid "Whether or not to automatically wait for rate limits to replenish"
-msgstr "트위터 API 호출 제한 횟수 보충을 기다릴지의 여부"
+#: of tweepy.api.API.get_lists:1
+msgid ""
+"Returns all lists the authenticating or specified user subscribes to, "
+"including their own. The user is specified using the ``user_id`` or "
+"``screen_name`` parameters. If no user is given, the authenticating user "
+"is used."
+msgstr ""
+"현재 인증된 사용자 또는 지정한 사용자가 구독 중인 리스트와, "
+"소유하고 있는 리스트를 반환합니다. "
+"``user_id`` 나 ``screen_name``  매개변수를 사용하여 사용자를 지정해야 하며, "
+"지정하지 않을 경우, 현재 인증된 사용자를 기준으로 합니다."
 
-#: ../../api.rst:40
+#: of tweepy.api.API.get_lists:6
 msgid ""
-"Whether or not to print a notification when Tweepy is waiting for rate "
-"limits to replenish"
+"A maximum of 100 results will be returned by this call. Subscribed lists "
+"are returned first, followed by owned lists. This means that if a user "
+"subscribes to 90 lists and owns 20 lists, this method returns 90 "
+"subscriptions and 10 owned lists. The ``reverse`` method returns owned "
+"lists first, so with ``reverse=true``, 20 owned lists and 80 "
+"subscriptions would be returned."
 msgstr ""
-"트위터 API 호출 제한 횟수 보충을 기다릴 때, "
-"따로 안내 메세지를 출력할지의 여부"
+"이 메서드는 최대 100개의 결과를 반환하며, "
+"구독 중인 리스트가 먼저 반환되고, 이후에 소유 중인 리스트가 반환됩니다. "
+"따라서 만약 사용자가 90개의 리스트를 팔로우하고 있고, 20개의 리스트를 소유하고 있다면 "
+"메서드는 90개의 팔로우 중인 리스트와, 10개의 소유 중인 리스트를 반환할 것입니다."
+"단, ``reverse`` 값이 True로 설정된 경우에는(``reverse=true``) "
+"소유 중인 리스트를 먼저 반환하므로, 20개의 소유 중인 리스트와 "
+"80개의 구독 중인 리스트가 반환될 것입니다."
 
-#: ../../api.rst:43
-msgid "The full url to an HTTPS proxy to use for connecting to Twitter."
-msgstr "트위터에 연결할 때 사용할 HTTPS 프록시의 전체 주소."
+#: of tweepy.api.API.get_lists:15
+msgid ""
+"A boolean indicating if you would like owned lists to be returned first. "
+"See description above for information on how this parameter works."
+msgstr ""
+"소유 중인 리스트를 먼저 반환받을지의 여부. 기본값은 False."
+"이 매개변수에 관한 설명은 위를 참고하면 됩니다."
 
-#: ../../api.rst:48
-msgid "Timeline methods"
-msgstr "타임라인 메소드"
+#: of tweepy.api.API.get_list_memberships:14
+#: tweepy.api.API.get_list_ownerships:12
+#: tweepy.api.API.get_list_subscriptions:10 tweepy.api.API.get_lists:20
+msgid ":py:class:`List`\\[:class:`~tweepy.models.List`]"
+msgstr ":py:class:`List`\\[:class:`~tweepy.models.List`]"
 
-#: ../../api.rst:52
+#: of tweepy.api.API.get_lists:24
 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."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-list"
 msgstr ""
-"현재 인증된 사용자와 이 사용자의 친구들에 의해 작성된 Status 중, 가장 최근에 작성된 20개의 "
-"Status를 (리트윗을 포함해) 반환합니다. 웹 상에서의 /timeline/home와 동일합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-list"
 
-#: ../../api.rst:56 ../../api.rst:89 ../../api.rst:101 ../../api.rst:112
-#: ../../api.rst:877
-msgid "|since_id|"
-msgstr "지정한 ID보다 더 큰 ID값을 가지는 객체(즉, 지정한 객체보다 더 최근의 객체)만을 반환함."
+#: of tweepy.api.API.get_list_members:1
+msgid "Returns the members of the specified list."
+msgstr "지정한 사용자가 추가되어 있는 리스트를 반환합니다. "
+
+#: of tweepy.api.API.add_list_member:4 tweepy.api.API.add_list_members:5
+#: tweepy.api.API.destroy_list:6 tweepy.api.API.get_list:4
+#: tweepy.api.API.get_list_member:3 tweepy.api.API.get_list_members:3
+#: tweepy.api.API.get_list_subscriber:5 tweepy.api.API.get_list_subscribers:4
+#: tweepy.api.API.list_timeline:5 tweepy.api.API.remove_list_member:4
+#: tweepy.api.API.remove_list_members:5 tweepy.api.API.subscribe_list:5
+#: tweepy.api.API.unsubscribe_list:3 tweepy.api.API.update_list:4
+msgid "|list_id|"
+msgstr "리스트의 ID. (숫자형)"
+
+#: of tweepy.api.API.add_list_member:5 tweepy.api.API.add_list_members:6
+#: tweepy.api.API.destroy_list:7 tweepy.api.API.get_list:5
+#: tweepy.api.API.get_list_member:4 tweepy.api.API.get_list_members:4
+#: tweepy.api.API.get_list_subscriber:6 tweepy.api.API.get_list_subscribers:5
+#: tweepy.api.API.list_timeline:6 tweepy.api.API.remove_list_member:5
+#: tweepy.api.API.remove_list_members:6 tweepy.api.API.subscribe_list:6
+#: tweepy.api.API.unsubscribe_list:4 tweepy.api.API.update_list:5
+msgid "|slug|"
+msgstr ""
+"숫자형 ID값 대신, 슬러그(slug)값으로 리스트를 식별할 수 있습니다. "
+"이렇게 하려면, owner_id 또는 owner_screen_name 매개변수를 사용해 "
+"목록 소유자를 지정해야만 합니다."
+
+#: of tweepy.api.API.add_list_member:8 tweepy.api.API.add_list_members:11
+#: tweepy.api.API.destroy_list:4 tweepy.api.API.get_list:6
+#: tweepy.api.API.get_list_member:7 tweepy.api.API.get_list_members:5
+#: tweepy.api.API.get_list_subscriber:3 tweepy.api.API.get_list_subscribers:6
+#: tweepy.api.API.list_timeline:7 tweepy.api.API.remove_list_member:8
+#: tweepy.api.API.remove_list_members:11 tweepy.api.API.subscribe_list:3
+#: tweepy.api.API.unsubscribe_list:5 tweepy.api.API.update_list:9
+msgid "|owner_screen_name|"
+msgstr "슬러그(slug)값으로 지정한 리스트 소유자의 screen_name입니다."
+
+#: of tweepy.api.API.add_list_member:9 tweepy.api.API.add_list_members:12
+#: tweepy.api.API.destroy_list:5 tweepy.api.API.get_list:7
+#: tweepy.api.API.get_list_member:8 tweepy.api.API.get_list_members:6
+#: tweepy.api.API.get_list_subscriber:4 tweepy.api.API.get_list_subscribers:7
+#: tweepy.api.API.list_timeline:8 tweepy.api.API.remove_list_member:9
+#: tweepy.api.API.remove_list_members:12 tweepy.api.API.subscribe_list:4
+#: tweepy.api.API.unsubscribe_list:6 tweepy.api.API.update_list:10
+msgid "|owner_id|"
+msgstr "슬러그(slug)값으로 지정한 리스트 소유자의 ID값입니다."
+
+#: of tweepy.api.API.create_block:9 tweepy.api.API.destroy_block:7
+#: tweepy.api.API.get_blocks:5 tweepy.api.API.get_followers:9
+#: tweepy.api.API.get_friends:8 tweepy.api.API.get_list_member:10
+#: tweepy.api.API.get_list_members:10 tweepy.api.API.get_list_subscriber:10
+#: tweepy.api.API.get_list_subscribers:11 tweepy.api.API.get_mutes:5
+#: tweepy.api.API.update_profile:15 tweepy.api.API.update_profile_image:7
+#: tweepy.api.API.verify_credentials:4
+msgid "|skip_status|"
+msgstr "트윗(status)을 반환될 사용자 객체에 포함하지 않을지의 여부를 나타내는 boolean값입니다. "
+"기본값은 False(사용자 객체에 포함함)."
 
-#: ../../api.rst:57 ../../api.rst:90 ../../api.rst:102 ../../api.rst:113
-#: ../../api.rst:766 ../../api.rst:878
-msgid "|max_id|"
-msgstr "지정한 ID보다 더 작은 ID값을 가지는 객체(즉, 지정한 객체보다 더 이전의 객체)만을 반환함."
+#: of tweepy.api.API.get_blocks:9 tweepy.api.API.get_followers:13
+#: tweepy.api.API.get_friends:12 tweepy.api.API.get_list_members:13
+#: tweepy.api.API.get_list_subscribers:14 tweepy.api.API.get_mutes:8
+#: tweepy.api.API.lookup_users:18 tweepy.api.API.search_users:12
+msgid ":py:class:`List`\\[:class:`~tweepy.models.User`]"
+msgstr ":py:class:`List`\\[:class:`~tweepy.models.User`]"
 
-#: ../../api.rst:58 ../../api.rst:91 ../../api.rst:103 ../../api.rst:114
-#: ../../api.rst:315 ../../api.rst:330 ../../api.rst:395 ../../api.rst:757
-#: ../../api.rst:848 ../../api.rst:861 ../../api.rst:879 ../../api.rst:1026
-msgid "|count|"
-msgstr "페이지 당 시도하고 검색할 결과의 수."
+#: of tweepy.api.API.get_list_members:17
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members"
 
-#: ../../api.rst:59 ../../api.rst:92 ../../api.rst:104 ../../api.rst:374
-#: ../../api.rst:560 ../../api.rst:611
-msgid "|page|"
-msgstr "검색할 페이지. (참고: 페이지 매김 제한 있음)"
+#: of tweepy.api.API.get_list_member:1
+msgid "Check if the specified user is a member of the specified list."
+msgstr "지정한 사용자가 지정한 리스트의 구성원인지를 확인합니다."
+
+#: of tweepy.api.API.get_list_member:12
+msgid "The user is not a member of the list."
+msgstr "사용자가 리스트의 구성원이 아닌 경우."
+
+#: of tweepy.api.API.create_block:12 tweepy.api.API.create_friendship:9
+#: tweepy.api.API.create_mute:8 tweepy.api.API.destroy_block:10
+#: tweepy.api.API.destroy_friendship:7 tweepy.api.API.destroy_mute:8
+#: tweepy.api.API.get_list_member:15 tweepy.api.API.get_list_subscriber:15
+#: tweepy.api.API.get_user:8 tweepy.api.API.report_spam:9
+#: tweepy.api.API.update_profile:18 tweepy.api.API.update_profile_image:10
+#: tweepy.api.API.verify_credentials:11
+msgid ":class:`~tweepy.models.User`"
+msgstr ":class:`~tweepy.models.User`"
+
+#: of tweepy.api.API.get_list_member:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members-show"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members-show"
 
-#: ../../api.rst
-msgid "Return type"
-msgstr "반환 형식"
+#: of tweepy.api.API.get_list_memberships:1
+msgid ""
+"Returns the lists the specified user has been added to. If ``user_id`` or"
+" ``screen_name`` are not provided, the memberships for the authenticating"
+" user are returned."
+msgstr ""
+"지정한 사용자가 구성원으로 추가되어 있는 리스트를 반환합니다. "
+"user_id나 screen_name값이 지정되지 않은 경우, 현재 인증된 사용자를 "
+"기준으로 한 결과를 반환합니다."
 
-#: ../../api.rst:60 ../../api.rst:76 ../../api.rst:93 ../../api.rst:105
-#: ../../api.rst:115 ../../api.rst:274 ../../api.rst:561 ../../api.rst:885
-msgid "list of :class:`Status` objects"
-msgstr ":class:`Status` 객체 리스트"
+#: of tweepy.api.API.get_list_memberships:9
+msgid ""
+"A boolean indicating whether to return just lists the authenticating user"
+" owns, and the user represented by ``user_id`` or ``screen_name`` is a "
+"member of."
+msgstr ""
+"현재 인증된 사용자가 소유 중인 리스트도 같이 반환할지의 여부. "
+"``user_id`` 또는 ``screen_name`` 으로 특정 사용자를 지정했을 경우, "
+"대상은 해당 사용자가 됩니다.""
 
-#: ../../api.rst:66
+#: of tweepy.api.API.get_list_memberships:18
 msgid ""
-"Returns full Tweet objects for up to 100 tweets per request, specified by"
-" the ``id_``  parameter."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-memberships"
 msgstr ""
-"요청 1회당 트윗 객체를 최대 100개 반환합니다. "
-"`` id_``  매개변수에 의해 구분됩니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-memberships"
 
-#: ../../api.rst:69
-msgid "A list of Tweet IDs to lookup, up to 100"
-msgstr "반환받을 트윗의 ID 리스트(최대 100개)."
+#: of tweepy.api.API.get_list_ownerships:1
+msgid ""
+"Returns the lists owned by the specified user. Private lists will only be"
+" shown if the authenticated user is also the owner of the lists. If "
+"``user_id`` and ``screen_name`` are not provided, the ownerships for the "
+"authenticating user are returned."
+msgstr ""
+"지정한 사용자가 소유 중인 리스트를 반환합니다. "
+"비공개 리스트는 현재 인증된 사용자가 해당 리스트를 소유 중일 경우에만 결과에 표시됩니다. "
+"``user_id`` 또는 ``screen_name`` 으로 특정 사용자를 지정하지 않을 경우, "
+"대상은 현재 인증된 사용자가 됩니다."
 
-#: ../../api.rst:70 ../../api.rst:133 ../../api.rst:357 ../../api.rst:502
-#: ../../api.rst:651 ../../api.rst:767 ../../api.rst:880 ../../api.rst:1027
-msgid "|include_entities|"
-msgstr "False로 설정하면 엔티티 노드를 포함하지 않음. 기본값은 True."
+#: of tweepy.api.API.get_list_ownerships:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-ownerships"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-ownerships"
 
-#: ../../api.rst:71 ../../api.rst:128 ../../api.rst:199
-msgid "|trim_user|"
-msgstr "유저 ID가 반드시 유저 객체 대신 제공되어야 하는지를 나타내는 boolean 형태의 변수. 기본값은 False."
+#: of tweepy.api.API.get_list:1
+msgid ""
+"Returns the specified list. Private lists will only be shown if the "
+"authenticated user owns the specified list."
+msgstr ""
+"지정한 리스트를 반환합니다. "
+"비공개 리스트는 현재 인증된 사용자가 해당 리스트를 소유 중일 경우에만 결과에 표시됩니다. "
+
+#: of tweepy.api.API.add_list_member:12 tweepy.api.API.add_list_members:15
+#: tweepy.api.API.create_list:9 tweepy.api.API.destroy_list:10
+#: tweepy.api.API.get_list:10 tweepy.api.API.remove_list_member:12
+#: tweepy.api.API.remove_list_members:15 tweepy.api.API.subscribe_list:9
+#: tweepy.api.API.unsubscribe_list:9 tweepy.api.API.update_list:13
+msgid ":class:`~tweepy.models.List`"
+msgstr ":class:`~tweepy.models.List`"
 
-#: ../../api.rst:72
+#: of tweepy.api.API.get_list:14
 msgid ""
-"A boolean indicating whether or not to include tweets that cannot be "
-"shown. Defaults to False."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show"
 msgstr ""
-"볼 수 없는 트윗을 포함할지의 여부를 설정하는 boolean 형태의 변수. "
-"기본값은 False."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show"
 
-#: ../../api.rst:74 ../../api.rst:134
-msgid "|include_ext_alt_text|"
-msgstr "미디어 요소에 alt 속성 값이 있으면 ext_alt_text를 반환. ext_alt_text는 미디어 요소의 상위 레벨 Key 값이 됨."
+#: of tweepy.api.API.list_timeline:1
+msgid ""
+"Returns a timeline of Tweets authored by members of the specified list. "
+"Retweets are included by default. Use the ``include_rts=false`` parameter"
+" to omit retweets."
+msgstr ""
+"지정한 리스트에 추가된 사람들이 작성한 트윗들로만 구성된 타임라인을 반환합니다."
+"기본적으로 리트윗이 포함되며, 이를 생략하려면 ``include_rts=false`` 설정을 이용하세요."
 
-#: ../../api.rst:75 ../../api.rst:135
-msgid "|include_card_uri|"
-msgstr "(card_uri 값을 통한 일반 카드 및 광고 카드를 포함하는 트윗이 있다면) 가져온 트윗이 card_uri 값을 포함해야 하는지를 나타내는 boolean 형태의 변수."
+#: of tweepy.api.API.list_timeline:13
+msgid ""
+"A boolean indicating whether the list timeline will contain native "
+"retweets (if they exist) in addition to the standard stream of Tweets. "
+"The output format of retweeted Tweets is identical to the representation "
+"you see in home_timeline."
+msgstr ""
+"반환된 리스트 타임라인에 (존재할 경우) 리트윗을 반환할지의 여부를 나타내는 boolean값입니다. "
+"리트윗된 트윗의 출력 형식은 home_timeline에서의 그것과 동일합니다."
 
-#: ../../api.rst:82
+#: of tweepy.api.API.list_timeline:23
 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."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-statuses"
 msgstr ""
-"현재 인증된 사용자 또는 지정된 사용자의 Status 중 가장 최근의 20개를 반환합니다. "
-"`` id_``  매개변수를 이용하면, 다른 사용자의 타임라인을 요청하는 것이 가능합니다."
-
-#: ../../api.rst:86 ../../api.rst:292 ../../api.rst:311 ../../api.rst:326
-#: ../../api.rst:441 ../../api.rst:453 ../../api.rst:476 ../../api.rst:487
-#: ../../api.rst:590 ../../api.rst:601 ../../api.rst:630 ../../api.rst:640
-#: ../../api.rst:672
-msgid "|uid|"
-msgstr "사용자 일련번호 또는 계정 이름."
-
-#: ../../api.rst:87 ../../api.rst:293 ../../api.rst:312 ../../api.rst:327
-#: ../../api.rst:443 ../../api.rst:455 ../../api.rst:478 ../../api.rst:489
-#: ../../api.rst:592 ../../api.rst:603 ../../api.rst:632 ../../api.rst:642
-#: ../../api.rst:674 ../../api.rst:828 ../../api.rst:843 ../../api.rst:859
-#: ../../api.rst:909 ../../api.rst:941 ../../api.rst:986 ../../api.rst:1040
-msgid "|user_id|"
-msgstr "사용자 일련번호. 어떤 값이 유효한 사용자 아이디인지, 유효한 일련번호인지를 확실히 해야 할 때 도움이 됨."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-statuses"
 
-#: ../../api.rst:88 ../../api.rst:294 ../../api.rst:313 ../../api.rst:328
-#: ../../api.rst:442 ../../api.rst:454 ../../api.rst:477 ../../api.rst:488
-#: ../../api.rst:591 ../../api.rst:602 ../../api.rst:631 ../../api.rst:641
-#: ../../api.rst:673 ../../api.rst:827 ../../api.rst:842 ../../api.rst:858
-#: ../../api.rst:908 ../../api.rst:940 ../../api.rst:985 ../../api.rst:1039
-msgid "|screen_name|"
-msgstr "사용자 아이디(예: @pinkrabbit412에서의 ``pinkrabbit412`` ). 어떤 값이 유효한 사용자 아이디인지, 유효한 일련번호인지를 확실히 해야 할 때 도움이 됨."
+#: of tweepy.api.API.get_list_subscribers:1
+msgid ""
+"Returns the subscribers of the specified list. Private list subscribers "
+"will only be shown if the authenticated user owns the specified list."
+msgstr ""
+"지정한 리스트를 구독 중인 사람(구독자)을 반환합니다. "
+"비공개 리스트는 현재 인증된 사용자가 해당 리스트를 소유 중일 경우에만. "
+"구독자를 볼 수 있습니다."
 
-#: ../../api.rst:98
+#: of tweepy.api.API.get_list_subscribers:18
 msgid ""
-"Returns the 20 most recent tweets of the authenticated user that have "
-"been retweeted by others."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers"
 msgstr ""
-"현재 인증된 사용자의 최근 트윗 중, "
-"다른 사용자에 의해 리트윗된 트윗 20개를 반환합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers"
 
-#: ../../api.rst:110
-msgid "Returns the 20 most recent mentions, including retweets."
+#: of tweepy.api.API.get_list_subscriber:1
+msgid "Check if the specified user is a subscriber of the specified list."
+msgstr "지정한 사용자가 지정한 리스트를 구독 중인지 확인합니다. "
+
+#: of tweepy.api.API.get_list_subscriber:12
+msgid "The user is not a subscriber of the list."
+msgstr "해당 사용자가 해당 리스트의 구독자가 아님."
+
+#: of tweepy.api.API.get_list_subscriber:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers-show"
 msgstr ""
-"리트윗을 포함하는, "
-"가장 최근의 멘션(답글) 20개를 반환합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers-show"
 
-#: ../../api.rst:119
-msgid "Status methods"
-msgstr "Status 메소드"
+#: of tweepy.api.API.get_list_subscriptions:1
+msgid ""
+"Obtain a collection of the lists the specified user is subscribed to, 20 "
+"lists per page by default. Does not include the user's own lists."
+msgstr ""
+"지정한 사용자가 구독 중인 리스트의 목록을 가져옵니다(기본적으로, 페이지당 20개). "
+"단, 지정한 사용자가 소유 중인 리스트는 포함되지 않습니다. "
 
-#: ../../api.rst:125
-msgid "Returns a single status specified by the ID parameter."
-msgstr "ID 매개변수에 의해 구분된 하나의 Status 객체를 반환합니다."
+#: of tweepy.api.API.get_list_subscriptions:14
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscriptions"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscriptions"
 
-#: ../../api.rst:127 ../../api.rst:245 ../../api.rst:253 ../../api.rst:262
-#: ../../api.rst:272 ../../api.rst:281 ../../api.rst:569 ../../api.rst:578
-msgid "|sid|"
-msgstr "status의 ID."
+#: of tweepy.api.API.create_list:1
+msgid ""
+"Creates a new list for the authenticated user. Note that you can create "
+"up to 1000 lists per account."
+msgstr "현재 인증된 사용자 소유인 리스트를 만듭니다. "
+"계정당 최대 생성 가능 리스트는 1000개임을 유의하시기 바랍니다. "
 
-#: ../../api.rst:129
+#: of tweepy.api.API.create_list:4
+msgid "The name of the new list."
+msgstr "만들 리스트의 이름."
+
+#: of tweepy.api.API.create_list:5 tweepy.api.API.update_list:7
+msgid "|list_mode|"
+msgstr "목록의 공개·비공개를 설정할 수 있는 매개변수. "
+"값은 ``public`` (공개) 또는 ``private`` (비공개) 둘 중 하나여야 하며, "
+"따로 지정하지 않은 경우, ``public`` (공개)으로 간주합니다."
+
+#: of tweepy.api.API.create_list:6
+msgid "The description of the list you are creating."
+msgstr "만들 리스트의 설명."
+
+#: of tweepy.api.API.create_list:13
 msgid ""
-"A boolean indicating if any Tweets returned that have been retweeted by "
-"the authenticating user should include an additional current_user_retweet"
-" node, containing the ID of the source status for the retweet."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-create"
 msgstr ""
-"boolean 형태의 변수. 현재 인증된 사용자에 의해 리트윗된 트윗이, "
-"추가적으로 리트윗된 원본 트윗의 ID를 포함하는 current_user_retweet 노드를 포함해야 하는지를 지정합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-create"
 
-#: ../../api.rst:136 ../../api.rst:209 ../../api.rst:237 ../../api.rst:246
-#: ../../api.rst:254 ../../api.rst:282 ../../api.rst:570 ../../api.rst:579
-msgid ":class:`Status` object"
-msgstr ":class:`Status` 객체"
+#: of tweepy.api.API.destroy_list:1
+msgid ""
+"Deletes the specified list. The authenticated user must own the list to "
+"be able to destroy it."
+msgstr ""
+"지정한 리스트를 삭제합니다. 현재 인증된 사용자가 소유 중인 리스트만 삭제할 수 있습니다. "
 
-#: ../../api.rst:147
-msgid "Updates the authenticating user's current status, also known as Tweeting."
-msgstr "현재 인증된 사용자의 Status를 업데이트합니다. 흔히 '트윗을 작성한다'라고 불립니다."
+#: of tweepy.api.API.destroy_list:14
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-destroy"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-destroy"
 
-#: ../../api.rst:149
+#: of tweepy.api.API.add_list_member:1
 msgid ""
-"For each update attempt, the update text is compared with the "
-"authenticating user's recent Tweets. Any attempt that would result in "
-"duplication will be blocked, resulting in a 403 error. A user cannot "
-"submit the same status twice in a row."
+"Add a member to a list. The authenticated user must own the list to be "
+"able to add members to it. Lists are limited to 5,000 members."
 msgstr ""
-"Status 업데이트를 시도할 때 마다, 포함된 텍스트를 현재 인증된 사용자의 가장 최근 트윗과 "
-"비교합니다. 이에 따라, 중복된 업데이트 시도를 차단할 수 있으며, 이를 성공적으로 차단한 후에는 "
-"403 에러를 반환합니다. (참고: 사용자는 같은 Status 객체를 두 번 이상 연속해 게시할 수 없습니다.)"
+"리스트에 다른 사용자를 구성원으로서 추가합니다."
+"현재 인증된 사용자가 소유한 리스트에만 가능하며, 리스트 구성원의 제한은 5,000명입니다."
 
-#: ../../api.rst:154
+#: of tweepy.api.API.add_list_member:16
 msgid ""
-"While not rate limited by the API, a user is limited in the number of "
-"Tweets they can create at a time. If the number of updates posted by the "
-"user reaches the current allowed limit this method will return an HTTP "
-"403 error."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create"
 msgstr ""
-"트위터 API상에서의 제한은 초과하지 않았으나, 사용자의 일일 트윗 작성 제한수를 초과하는 "
-"경우가 발생할 수 있습니다. 업데이트 시도가 이 제한을 초과할 경우에도, HTTP 403 에러를 "
-"반환받을 것입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create"
 
-#: ../../api.rst:158 ../../api.rst:223
-msgid "The text of your status update."
-msgstr "포함된 텍스트. Status 업데이트(트윗 작성)에 쓰입니다."
+#: of tweepy.api.API.add_list_members:1
+msgid ""
+"Add up to 100 members to a list. The authenticated user must own the list"
+" to be able to add members to it. Lists are limited to 5,000 members."
+msgstr ""
+"리스트에 최대 100명까지의 다른 사용자를 구성원으로서 추가합니다."
+"현재 인증된 사용자가 소유한 리스트에만 가능하며, 리스트 구성원의 제한은 5,000명입니다."
 
-#: ../../api.rst:159
+#: of tweepy.api.API.add_list_members:7 tweepy.api.API.remove_list_members:7
 msgid ""
-"The ID of an existing status that the update is in reply to. Note: This "
-"parameter will be ignored unless the author of the Tweet this parameter "
-"references is mentioned within the status text. Therefore, you must "
-"include @username, where username is the author of the referenced Tweet, "
-"within the update."
+"A comma separated list of user IDs, up to 100 are allowed in a single "
+"request"
+msgstr "쉼표(,)로 구분된 사용자 ID값. 1번의 요청에 최대 100개까지만 설정할 수 있습니다. "
+
+#: of tweepy.api.API.add_list_members:9 tweepy.api.API.remove_list_members:9
+msgid ""
+"A comma separated list of screen names, up to 100 are allowed in a single"
+" request"
+msgstr "쉼표(,)로 구분된 screen_name값. 1번의 요청에 최대 100개까지만 설정할 수 있습니다. "
+
+#: of tweepy.api.API.add_list_members:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create_all"
 msgstr ""
-"답글을 작성할 대상 트윗의 ID. "
-"(참고: 따로 값을 전달하지 않으면, 이 매개변수는 무시됩니다. "
-"따라서, @username를 반드시 포함해야 하며, 이는 대상 트윗을 작성한 사람의 @username "
-"이어야 합니다.)"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create_all"
 
-#: ../../api.rst:164
+#: of tweepy.api.API.remove_list_member:1
 msgid ""
-"If set to true and used with in_reply_to_status_id, leading @mentions "
-"will be looked up from the original Tweet, and added to the new Tweet "
-"from there. This wil append @mentions into the metadata of an extended "
-"Tweet as a reply chain grows, until the limit on @mentions is reached. In"
-" cases where the original Tweet has been deleted, the reply will fail."
+"Removes the specified member from the list. The authenticated user must "
+"be the list's owner to remove members from the list."
 msgstr ""
-"True로 설정되고 in_reply_to_status_id와 같이 사용되었을 경우, "
-"원본 트윗에 달린 답글 @멘션을 찾아, 새 트윗을 그 곳에 추가합니다. "
-"@멘션은 @멘션 갯수 제한 이하에서, 트윗 타래가 '확장된 트윗들의 메타데이터 형태'로 사용될 것입니다. "
-"원본 트윗이 삭제되었을 경우, 반환값 생성이 실패할 수 있습니다."
+"지정한 사용자를 리스트 구성원에서 제거합니다."
+"현재 인증된 사용자가 소유한 리스트에만 가능하며, 리스트 구성원의 제한은 5,000명입니다."
 
-#: ../../api.rst:170
+#: of tweepy.api.API.remove_list_member:16
 msgid ""
-"When used with auto_populate_reply_metadata, a comma-separated list of "
-"user ids which will be removed from the server-generated @mentions prefix"
-" on an extended Tweet. Note that the leading @mention cannot be removed "
-"as it would break the in-reply-to-status-id semantics. Attempting to "
-"remove it will be silently ignored."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy"
 msgstr ""
-"auto_populate_reply_metadata와 "
-"같이 사용되었을 경우, 확장된 트윗(Extended Tweet)에서의 자동 생성된 멘션 대상 중 "
-"쉼표(,)로 구분된 사용자 ID를 삭제합니다. 답글 대상 멘션 대상은 제거될 수 없습니다. "
-"이는 in_reply_to_status_id의 의미를 깨트릴 수 있습니다. 따라서 이 @멘션 ID를 제거하려는 시도는 "
-"무시됩니다. "
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy"
 
-#: ../../api.rst:176
+#: of tweepy.api.API.remove_list_members:1
 msgid ""
-"In order for a URL to not be counted in the status body of an extended "
-"Tweet, provide a URL as a Tweet attachment. This URL must be a Tweet "
-"permalink, or Direct Message deep link. Arbitrary, non-Twitter URLs must "
-"remain in the status text. URLs passed to the attachment_url parameter "
-"not matching either a Tweet permalink or Direct Message deep link will "
-"fail at Tweet creation and cause an exception."
+"Remove up to 100 members from a list. The authenticated user must own the"
+" list to be able to remove members from it. Lists are limited to 5,000 "
+"members."
 msgstr ""
-"URL이 Status 객체 중 확장된 트윗의 텍스트에 포함되지 않도록, 트윗에 첨부되는 형식으로 제공합니다. "
-"이 URL은 트윗의 링크(Permalink) 또는 다이렉트 메세지(DM)의 깊은(Deep) 링크여야 합니다. "
-"단, 트위터와 관련 없는 임의의 URL은 포함됩니다. 즉, attachment_url에 트윗의 링크 또는 "
-"다이렉트 메세지의 깊은 링크가 아닐 경우, 트윗 생성에 실패하며 예외를 발생시킬 것입니다."
+"최대 100명까지의 지정한 사용자를 리스트 구성원에서 제거합니다."
+"현재 인증된 사용자가 소유한 리스트에만 가능하며, 리스트 구성원의 제한은 5,000명입니다."
 
-#: ../../api.rst:182
+#: of tweepy.api.API.remove_list_members:19
 msgid ""
-"A list of media_ids to associate with the Tweet. You may include up to 4 "
-"photos or 1 animated GIF or 1 video in a Tweet."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy_all"
 msgstr ""
-"트윗과 연결할 media_ids 의 리스트. "
-"트윗 하나당 최대 4개의 이미지나 1개의 움직이는 GIF 형식의 이미지, 또는 1개의 동영상만을 "
-"포함시킬 수 있습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy_all"
+
+#: of tweepy.api.API.subscribe_list:1
+msgid "Subscribes the authenticated user to the specified list."
+msgstr "현재 인증된 사용자로서 지정한 리스트를 구독합니다. "
 
-#: ../../api.rst:184
+#: of tweepy.api.API.subscribe_list:13
 msgid ""
-"If you upload Tweet media that might be considered sensitive content such"
-" as nudity, or medical procedures, you must set this value to true."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-create"
 msgstr ""
-"민감한 콘텐츠인지 아닌지의 여부. 나체 사진 또는 수술 과정 사진 등의, "
-"민감한 내용으로 여겨질 수 있는 미디어를 업로드할 경우 "
-"반드시 이 속성값을 True로 설정해야 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-create"
 
-#: ../../api.rst:187
+#: of tweepy.api.API.unsubscribe_list:1
+msgid "Unsubscribes the authenticated user from the specified list."
+msgstr "현재 인증된 사용자로서 지정한 리스트를 구독 해제합니다. "
+
+#: of tweepy.api.API.unsubscribe_list:13
 msgid ""
-"The latitude of the location this Tweet refers to. This parameter will be"
-" ignored unless it is inside the range -90.0 to +90.0 (North is positive)"
-" inclusive. It will also be ignored if there is no corresponding long "
-"parameter."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-destroy"
 msgstr ""
-"이 트윗이 가리킬 위치의 위도. -90.0 ~ +90.0 (북반구가 양수값) 범위 밖의 "
-"값은 무시되며, 아래의 ``long``  매개변수가 지정되지 않은 경우에도 무시됩니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-destroy"
 
-#: ../../api.rst:191
+#: of tweepy.api.API.update_list:1
 msgid ""
-"The longitude of the location this Tweet refers to. The valid ranges for "
-"longitude are -180.0 to +180.0 (East is positive) inclusive. This "
-"parameter will be ignored if outside that range, if it is not a number, "
-"if geo_enabled is disabled, or if there no corresponding lat parameter."
-msgstr ""
-"이 트윗이 가리킬 위치의 경도. -180.0 ~ +180.0 (동쪽이 양수값) 범위 밖의 "
-"값, 숫자 이외의 값이 입력될 경우 무시되며, ``geo_enabled``  가 비활성화 되었거나, "
-"위의 ``lat``  매개변수가 지정되지 않은 경우에도 전달된 값이 무시됩니다."
+"Updates the specified list. The authenticated user must own the list to "
+"be able to update it."
+msgstr "지정한 리스트를 수정(update)합니다. "
+"현재 인증된 사용자가 소유 중인 리스트만 수정(update)이 가능합니다."
 
-#: ../../api.rst:196
-msgid "A place in the world."
-msgstr "(사용자가 위치 정보를 사용할 수 있는 경우) 트윗이 작성된 위치의 정보 (ID)."
+#: of tweepy.api.API.update_list:6
+msgid "The name for the list."
+msgstr "리스트의 새 이름. "
 
-#: ../../api.rst:197
+#: of tweepy.api.API.update_list:8
+msgid "The description to give the list."
+msgstr "리스트의 새 설명. "
+
+#: of tweepy.api.API.update_list:17
 msgid ""
-"Whether or not to put a pin on the exact coordinates a Tweet has been "
-"sent from."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-update"
 msgstr ""
-"트윗이 작성되어 전송된 위치를 표시할지 말지의 여부."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-update"
+
+#: ../../api.rst:465
+msgid "Follow, search, and get users"
+msgstr "팔로우, 검색 및 사용자 관련"
+
+#: of tweepy.api.API.get_follower_ids:1
+msgid "Returns an array containing the IDs of users following the specified user."
+msgstr "지정한 사용자를 팔로우하는 사용자의 ID 목록(array)을 반환합니다. "
 
-#: ../../api.rst:200
+#: of tweepy.api.API.get_follower_ids:15
 msgid ""
-"When set to true, enables shortcode commands for sending Direct Messages "
-"as part of the status text to send a Direct Message to a user. When set "
-"to false, disables this behavior and includes any leading characters in "
-"the status text that is posted"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-ids"
 msgstr ""
-"True로 설정하면, Status 객체를 다이렉트 메세지로 사용자에게 보낼 때 텍스트의 일부를 "
-"숏코드 커맨드(Shortcode Command)로 대체하여 보냅니다. "
-"False로 설정하면, Status 객체를 다이렉트 메세지로 사용자에게 보낼 때, "
-"위와 같은 변환 과정을 거치지 않고 텍스트 그대로를 보냅니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-ids"
 
-#: ../../api.rst:204
+#: of tweepy.api.API.get_followers:1
 msgid ""
-"When set to true, causes any status text that starts with shortcode "
-"commands to return an API error. When set to false, allows shortcode "
-"commands to be sent in the status text and acted on by the API."
+"Returns a user's followers ordered in which they were added. If no user "
+"is specified by id/screen name, it defaults to the authenticated user."
 msgstr ""
-"True로 설정하면, 숏코드 커맨드로 시작하는 Status 텍스트가 API 에러를 발생시킬 것입니다. "
-"False로 설정하면, Status 객체의 텍스트가 숏코드 커맨드로 시작하는 것을 허용하고, "
-"API에 의해 동작하는 것을 허용할 것입니다."
+"지정한 사용자의 팔로워를 최근 순으로 반환합니다. "
+"ID값이나 screen_name값으로 특정 사용자를 지정하지 않은 경우, "
+"현재 인증된 사용자를 기준으로 결과값을 반환합니다. "
 
-#: ../../api.rst:207
+#: of tweepy.api.API.get_followers:17
 msgid ""
-"Associate an ads card with the Tweet using the card_uri value from any "
-"ads card response."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-list"
 msgstr ""
-"트윗에 ``card_uri``  속성을 이용하여 광고 카드를 추가합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-list"
 
-#: ../../api.rst:217
+#: of tweepy.api.API.get_friend_ids:1
 msgid ""
-"*Deprecated*: Use :func:`API.media_upload` instead. Update the "
-"authenticated user's status. Statuses that are duplicates or too long "
-"will be silently ignored."
+"Returns an array containing the IDs of users being followed by the "
+"specified user."
 msgstr ""
-"*더 이상 사용되지 않음*: :func:`API.media_upload` 를 대신 사용하세요. "
-"현재 인증된 사용자의 Status를 미디어와 함께 업데이트합니다. "
-"중복된 Status 작성 시도 또는 너무 긴 트윗의 작성 시도는 별다른 경고 없이 무시될 것입니다."
+"지정한 사용자가 팔로우하는 사용자의 ID 목록(array)을 반환합니다. "
 
-#: ../../api.rst:221
+#: of tweepy.api.API.get_friend_ids:15
 msgid ""
-"The filename of the image to upload. This will automatically be opened "
-"unless `file` is specified"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-ids"
 msgstr ""
-"업로드할 이미지의 이름. `file` 이 따로 지정된 것이 아니라면, 자동으로 열릴 것입니다."
-
-#: ../../api.rst:224
-msgid "The ID of an existing status that the update is in reply to."
-msgstr "답글을 작성할 대상 트윗의 ID."
-
-#: ../../api.rst:226
-msgid "Whether to automatically include the @mentions in the status metadata."
-msgstr "Status 메타데이터에 @멘션들을 포함할지의 여부"
-
-#: ../../api.rst:228
-msgid "The location's latitude that this tweet refers to."
-msgstr "이 트윗이 가리킬 위치의 위도."
-
-#: ../../api.rst:229
-msgid "The location's longitude that this tweet refers to."
-msgstr "이 트윗이 가리킬 위치의 경도."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-ids"
 
-#: ../../api.rst:230
+#: of tweepy.api.API.get_friends:1
 msgid ""
-"Source of the update. Only supported by Identi.ca. Twitter ignores this "
-"parameter."
-msgstr ""
-"ì\97\85ë\8d°ì\9d´í\8a¸ì\97\90 ì\82¬ì\9a©í\95  ì\86\8cì\8a¤. Identi.ca ì\97\90ì\84\9cë§\8c ì§\80ì\9b\90ë\90\98ë©°, í\8a¸ì\9c\84í\84°ë\8a\94 ì\9d´ ë§¤ê°\9cë³\80ì\88\98를 ë¬´ì\8b\9c합니다."
+"Returns a user's friends ordered in which they were added 100 at a time. "
+"If no user is specified it defaults to the authenticated user."
+msgstr "지정한 사용자가 팔로우 중인 사용자(user's friends)를, 한 번에 100명씩 반환합니다. "
+"ì\82¬ì\9a©ì\9e\90를 ë\94°ë¡\9c ì§\80ì \95í\95\98ì§\80 ì\95\8aì\9c¼ë©´, í\98\84ì\9e¬ ì\9d¸ì¦\9dë\90\9c ì\82¬ì\9a©ì\9e\90 ê¸°ì¤\80 ê²°ê³¼ë¥¼ ë°\98í\99\98합니다."
 
-#: ../../api.rst:232
+#: of tweepy.api.API.get_friends:16
 msgid ""
-"Twitter ID of location which is listed in the Tweet if geolocation is "
-"enabled for the user."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-list"
 msgstr ""
-"(사용자가 위치 정보를 사용할 수 있는 경우) "
-"트윗이 작성된 위치의 정보 (ID)."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-list"
 
-#: ../../api.rst:234
+#: of tweepy.api.API.incoming_friendships:1
 msgid ""
-"A file object, which will be used instead of opening `filename`. "
-"`filename` is still required, for MIME type detection and to use as a "
-"form field in the POST data"
-msgstr ""
-"파일 객체로, `filename` 를 직접 여는 것 대신 사용됩니다. "
-"물론 MIME 타입 감지 및 POST 데이터 형식의 필드로 `filename` 가 필요하기는 합니다."
+"Returns a collection of numeric IDs for every user who has a pending "
+"request to follow the authenticating user."
+msgstr "현재 인증된 사용자에게 팔로우 요청을 보낸 모든 사용자에 대한 숫자형 ID 목록을 반환합니다."
 
-#: ../../api.rst:242
+#: of tweepy.api.API.incoming_friendships:12
 msgid ""
-"Destroy the status specified by the id parameter. The authenticated user "
-"must be the author of the status to destroy."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-incoming"
 msgstr ""
-"지정한 Status 객체를 삭제합니다. "
-"삭제하려는 Status 객체는 현재 인증된 사용자의 것이어야만 합니다."
-
-#: ../../api.rst:251
-msgid "Retweets a tweet. Requires the id of the tweet you are retweeting."
-msgstr "지정한 트윗을 리트윗합니다. 리트윗하려는 트윗의 ID를 필요로 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-incoming"
 
-#: ../../api.rst:259
+#: of tweepy.api.API.lookup_friendships:1
 msgid ""
-"Returns up to 100 user IDs belonging to users who have retweeted the "
-"Tweet specified by the id parameter."
+"Returns the relationships of the authenticated user to the list of up to "
+"100 screen_name or user_id provided."
 msgstr ""
-"매개변수 ``id``  에 의해 지정된 트윗을 리트윗한 사용자의 ID 중, 최대 100개를 반환합니다."
-
-#: ../../api.rst:263 ../../api.rst:314 ../../api.rst:329 ../../api.rst:396
-#: ../../api.rst:479 ../../api.rst:490 ../../api.rst:619 ../../api.rst:650
-#: ../../api.rst:660 ../../api.rst:847 ../../api.rst:860 ../../api.rst:974
-#: ../../api.rst:1025
-msgid "|cursor|"
-msgstr "결과를 페이지로 나누며, 페이징을 시작하려면 -1 값을 입력해야 합니다. 응답 내용의 next_cursor와 previous_cursor 속성의 반환값을 입력해서 목록의 페이지를 앞뒤로 옮길 수 있습니다."
-
-#: ../../api.rst:264
-msgid "Have ids returned as strings instead."
-msgstr "사용자 ID를 정수 타입 대신 문자열 타입으로 반환받습니다."
+"최대 100개의 요소로 이루어진 screen_name나 user_name의 목록을 이용해, "
+"현재 인증된 사용자와 해당 목록의 사용자와의 관계를 목록으로 반환합니다."
 
-#: ../../api.rst:270
-msgid "Returns up to 100 of the first retweets of the given tweet."
-msgstr "지정한 트윗의 리트윗 중 가장 최근의 100개까지를 반환합니다."
+#: of tweepy.api.API.lookup_friendships:4 tweepy.api.API.lookup_users:10
+msgid "A list of screen names, up to 100 are allowed in a single request."
+msgstr "screen_name의 목록. 한 번에 최대 100명에 대해서만 요청 가능합니다."
 
-#: ../../api.rst:273
-msgid "Specifies the number of retweets to retrieve."
-msgstr "가져올 리트윗의 갯수"
+#: of tweepy.api.API.lookup_friendships:5 tweepy.api.API.lookup_users:11
+msgid "A list of user IDs, up to 100 are allowed in a single request."
+msgstr "user_id의 목록. 한 번에 최대 100명에 대해서만 요청 가능합니다."
 
-#: ../../api.rst:279
-msgid "Untweets a retweeted status. Requires the id of the retweet to unretweet."
-msgstr "리트윗 Status를 취소(Untweet)합니다. 리트윗 취소할 트윗의 ID를 필요로 합니다."
+#: of tweepy.api.API.lookup_friendships:8
+msgid ":py:class:`List`\\[:class:`~tweepy.models.Relationship`]"
+msgstr ":py:class:`List`\\[:class:`~tweepy.models.Relationship`]"
 
-#: ../../api.rst:286
-msgid "User methods"
+#: of tweepy.api.API.lookup_friendships:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup"
 msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup"
 
-#: ../../api.rst:290
-msgid "Returns information about the specified user."
-msgstr "지정한 사용자의 정보를 반환합니다."
+#: of tweepy.api.API.no_retweets_friendships:1
+msgid ""
+"Returns a collection of user_ids that the currently authenticated user "
+"does not want to receive retweets from."
+msgstr ""
+"현재 인증된 사용자가 '리트윗 끄기'를 설정한 사용자의 user_id 목록을 반환합니다. "
 
-#: ../../api.rst:295 ../../api.rst:302 ../../api.rst:446 ../../api.rst:456
-#: ../../api.rst:526 ../../api.rst:535 ../../api.rst:548 ../../api.rst:593
-#: ../../api.rst:604 ../../api.rst:633 ../../api.rst:643 ../../api.rst:677
-msgid ":class:`User` object"
-msgstr ":class:`User` 객체"
+#: of tweepy.api.API.no_retweets_friendships:11
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-no_retweets-ids"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-no_retweets-ids"
 
-#: ../../api.rst:300
-msgid "Returns the authenticated user's information."
-msgstr "현재 인증된 사용자의 정보를 반환합니다."
+#: of tweepy.api.API.outgoing_friendships:1
+msgid ""
+"Returns a collection of numeric IDs for every protected user for whom the"
+" authenticating user has a pending follow request."
+msgstr ""
+"현재 인증된 사용자가 팔로우 요청을 보낸 (비공개 계정인) 사용자들의 목록을 반환합니다."
 
-#: ../../api.rst:308
+#: of tweepy.api.API.outgoing_friendships:12
 msgid ""
-"Returns an user's friends ordered in which they were added 100 at a time."
-" If no user is specified it defaults to the authenticated user."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-outgoing"
 msgstr ""
-"대상 사용자의 팔로잉 목록을, 목록에 추가된 순서대로, 요청 1회당 최대 100개씩 반환합니다. "
-"`` id``  또는 ``screen_name``  을 통해 대상을 지정하지 않으면, "
-"현재 인증된 사용자를 대상으로 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-outgoing"
 
-#: ../../api.rst:316 ../../api.rst:331 ../../api.rst:503 ../../api.rst:652
-#: ../../api.rst:1028
-msgid "|skip_status|"
-msgstr "반환된 유저 객체에 Statuses를 포함할지 말지의 여부. 기본값은 False(포함하기)."
+#: of tweepy.api.API.get_friendship:1
+msgid "Returns detailed information about the relationship between two users."
+msgstr "지정한 두 사용자의 관계에 대한 자세한 정보를 반환합니다."
 
-#: ../../api.rst:317 ../../api.rst:332
-msgid "|include_user_entities|"
-msgstr "False로 설정하면 유저 객체 노드가 포함되지 않음. 기본값은 True."
+#: of tweepy.api.API.get_friendship:3
+msgid "The user_id of the subject user."
+msgstr "주 대상(subject) 사용자의 user_id."
+
+#: of tweepy.api.API.get_friendship:4
+msgid "The screen_name of the subject user."
+msgstr "주 대상(subject) 사용자의 screen_name."
+
+#: of tweepy.api.API.get_friendship:5
+msgid "The user_id of the target user."
+msgstr "부 대상(target) 사용자의 user_id."
+
+#: of tweepy.api.API.get_friendship:6
+msgid "The screen_name of the target user."
+msgstr "부 대상(target) 사용자의 screen_name."
 
-#: ../../api.rst:318 ../../api.rst:333 ../../api.rst:361 ../../api.rst:375
-#: ../../api.rst:612 ../../api.rst:653 ../../api.rst:975 ../../api.rst:1029
-msgid "list of :class:`User` objects"
-msgstr ":class:`User` 객체 리스트"
+#: of tweepy.api.API.get_friendship:9 tweepy.api.API.update_friendship:9
+msgid ":class:`~tweepy.models.Friendship`"
+msgstr ":class:`~tweepy.models.Friendship`"
 
-#: ../../api.rst:323
+#: of tweepy.api.API.get_friendship:13
 msgid ""
-"Returns a user's followers ordered in which they were added. If no user "
-"is specified by id/screen name, it defaults to the authenticated user."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show"
 msgstr ""
-"대상 사용자의 팔로워 목록을, 목록에 추가된 순서대로, 요청 1회당 최대 100개씩 반환합니다. "
-"`` id``  또는 ``screen_name``  을 통해 대상을 지정하지 않으면, "
-"현재 인증된 사용자를 대상으로 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show"
 
-#: ../../api.rst:339
+#: of tweepy.api.API.lookup_users:1
 msgid "Returns fully-hydrated user objects for up to 100 users per request."
-msgstr "매개변수에 의한 검색 기준을 충족하는 사용자 객체를 요청 1회당 최대 100개씩 반환합니다."
+msgstr "요청당 최대 100명의 사용자에 대해, 데이터가 채워진(Fully-Hydrated) 사용자 객체를 반환합니다. "
 
-#: ../../api.rst:341
+#: of tweepy.api.API.lookup_users:3
 msgid "There are a few things to note when using this method."
-msgstr "ì\9d´ ë©\94ì\86\8cë\93\9c를 ì\82¬ì\9a©í\95 ë\95\8cë\8a\94 ì\95\84ë\9e\98 ì\82¬í\95­ì\9d\84 ì°¸ê³ í\95\98ì\84¸ì\9a\94."
+msgstr "ì\9d´ ë©\94ì\84\9cë\93\9c를 ì\82¬ì\9a©í\95  ë\95\8c ëª\87 ê°\80ì§\80 ì\95\8cì\95\84ë\91\90ì\96´ì\95¼ í\95\98ë\8a\94 ê²\83ì\9d´ ì\9e\88ì\8aµë\8b\88ë\8b¤. "
 
-#: ../../api.rst:343
+#: of tweepy.api.API.lookup_users:5
 msgid ""
-"You must be following a protected user to be able to see their most "
-"recent status update. If you don't follow a protected user their status "
-"will be removed."
+"You must be following a protected user to be able to see their most"
+"             recent status update. If you don't follow a protected user "
+"their             status will be removed."
 msgstr ""
-"비공개 설정된 사용자의 Status 객체 업데이트 내역을 보기 위해서는 해당 사용자를 "
-"팔로우하고 있는 상태여야 합니다. 팔로우하고 있지 않다면, 해당 Status 객체는 삭제될 것입니다."
+"비공개 계정인 사용자의 최근 트윗(Recent status)을 보려면 (현재 인증된 사용자가) "
+"해당 사용자를 팔로우하고 있는 상태여야 합니다. 팔로우 상태가 아닐 경우, "
+"해당 사용자의 트윗은 결과에서 제외되게 됩니다. "
 
-#: ../../api.rst:346
+#: of tweepy.api.API.lookup_users:6
 msgid ""
-"The order of user IDs or screen names may not match the order of users in"
-" the returned array."
+"The order of user IDs or screen names may not match the order of"
+"             users in the returned array."
 msgstr ""
-"사용자 ID 또는 ``screen_name``  의 순서는 반환받은 배열의 사용자 순서와 일치하지 않을 수 있습니다."
+"사용자 ID값이나 screen_name의 순서가 반환받은 목록에서의 순서와 일치하지 않을 수 있습니다."
 
-#: ../../api.rst:348
+#: of tweepy.api.API.lookup_users:7
 msgid ""
-"If a requested user is unknown, suspended, or deleted, then that user "
-"will not be returned in the results list."
+"If a requested user is unknown, suspended, or deleted, then that"
+"             user will not be returned in the results list."
 msgstr ""
-"ì\9a\94ì²­í\95\9c ì\82¬ì\9a©ì\9e\90를 ì°¾ì\9d\84 ì\88\98 ì\97\86ê±°ë\82\98, ê³\84ì \95ì\9d´ ì \95ì§\80 ë\98\90ë\8a\94 ì\82­ì \9cë\90\98ì\97\88ë\8b¤ë©´, "
-"해당 계정은 결과값 리스트로 반환되지 않을 것입니다."
+"ì§\80ì \95í\95\9c ì\82¬ì\9a©ì\9e\90를 ì°¾ì\9d\84 ì\88\98 ì\97\86ê±°ë\82\98(Unknown), í\95´ë\8b¹ ì\82¬ì\9a©ì\9e\90ì\9d\98 ê³\84ì \95ì\9d´ ì \95ì§\80ë\90\98ì\97\88ê±°ë\82\98 ì\82­ì \9cë\90\9c ê²½ì\9a° "
+"반환되는 목록에 해당 사용자가 포함되지 않습니다. "
 
-#: ../../api.rst:350
+#: of tweepy.api.API.lookup_users:8
 msgid ""
-"If none of your lookup criteria can be satisfied by returning a user "
-"object, a HTTP 404 will be thrown."
+"If none of your lookup criteria can be satisfied by returning a"
+"             user object, a HTTP 404 will be thrown."
 msgstr ""
-"검색 기준을 충족하는 결과가 아예 없을 경우, HTTP 404 오류가 발생합니다."
-
-#: ../../api.rst:353
-msgid "A list of user IDs, up to 100 are allowed in a single request."
-msgstr "사용자 ID 리스트이며, ID는 요청 1회당 최대 100개까지만 허용됨."
-
-#: ../../api.rst:355
-msgid "A list of screen names, up to 100 are allowed in a single request."
-msgstr "`` screen_name``  의 리스트이며, 이 역시 요청 1회당 최대 100개까지만 허용됨."
+"검색 조건에 부합하여 반환할 사용자 객체가 하나도 없는 경우, "
+"HTTP 404 예외가 발생합니다. "
 
-#: ../../api.rst:358
+#: of tweepy.api.API.lookup_users:13
 msgid ""
 "Valid request values are compat and extended, which give compatibility "
 "mode and extended mode, respectively for Tweets that contain over 140 "
 "characters."
 msgstr ""
-"인자로 compat 또는 extended를 넘길 수 있으며,"
-"각각 140자 이상의 데이터가 포함된 트윗에 대해 호환성 모드(Compatibility Mode)와 "
-"확장 모드(Extended Mode)를 제공합니다."
+"``compat`` (호환 트윗)과 ``extended`` (확장 트윗) 중 하나로 입력합니다. "
+"각각 순서대로 140자 이상 트윗에 대해 '호환 모드'와 '확장 모드'를 제공합니다. "
 
-#: ../../api.rst:366
+#: of tweepy.api.API.lookup_users:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-lookup"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-lookup"
+
+#: of tweepy.api.API.search_users:1
 msgid ""
 "Run a search for users similar to Find People button on Twitter.com; the "
 "same results returned by people search on Twitter.com will be returned by"
@@ -638,1071 +2886,1300 @@ msgstr ""
 "이 API를 이용한 검색은, 트위터에서 제공하는 것과 동일한 검색 결과를 "
 "반환합니다. 단, 최대 첫 1000개의 결과만 가져올 수 있습니다."
 
-#: ../../api.rst:371
+#: of tweepy.api.API.search_users:6
 msgid "The query to run against people search."
-msgstr " 사용자 검색에 사용할 검색어"
-
-#: ../../api.rst:372
-msgid "Specifies the number of statuses to retrieve. May not be greater than 20."
-msgstr "한 번에 가져올 결과의 수. 20보다 클 수 없습니"
+msgstr "사용자 검색에 사용할 검색어"
 
-#: ../../api.rst:379
-msgid "Direct Message Methods"
-msgstr "쪽지(Direct Message, DM) 메소드"
-
-#: ../../api.rst:383
-msgid "Returns a specific direct message."
-msgstr "지정한 쪽지를 반환합니다."
-
-#: ../../api.rst:385
-msgid "|id|"
-msgstr "쪽지의 ID."
+#: of tweepy.api.API.search_users:7
+msgid "|page|"
+msgstr "검색 결과의 페이지. 참고: 페이지 수에 제한이 있음."
 
-#: ../../api.rst:386
-msgid "|full_text|"
-msgstr "메시지의 전문을 반환할지 말지의 여부를 나타내는 boolean형 인자. False라면 140자로 잘린 메시지 내용을 반환하게 됩니다. 기본값은 False."
+#: of tweepy.api.API.search_users:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-search"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-search"
 
-#: ../../api.rst:387 ../../api.rst:419
-msgid ":class:`DirectMessage` object"
-msgstr ":class:`DirectMessage` 객체"
+#: of tweepy.api.API.get_user:1
+msgid "Returns information about the specified user."
+msgstr "지정한 사용자의 정보를 반환합니다."
 
-#: ../../api.rst:392
+#: of tweepy.api.API.get_user:12
 msgid ""
-"Returns all Direct Message events (both sent and received) within the "
-"last 30 days. Sorted in reverse-chronological order."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-show"
 msgstr ""
-"최근 30일 이내의 모든 DM의 내역(송수신 모두)을 반환합니다. 반환값은 "
-"시간 역순으로 정렬되어 있습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-show"
 
-#: ../../api.rst:397
-msgid "list of :class:`DirectMessage` objects"
-msgstr ":class:`DirectMessage` 객체의 리스트"
+#: of tweepy.api.API.create_friendship:1
+msgid "Create a new friendship with the specified user (aka follow)."
+msgstr "지정한 사용자를 팔로우(Make friendship)합니다."
+
+#: of tweepy.api.API.create_friendship:5
+msgid "Enable notifications for the target user in addition to becoming friends."
+msgstr "해당 사용자를 팔로우함과 동시에 '모든 트윗에 대해 알림 받기'(이하 트윗 알림)를 설정합니다. "
 
-#: ../../api.rst:403
+#: of tweepy.api.API.create_friendship:13
 msgid ""
-"Sends a new direct message to the specified user from the authenticating "
-"user."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-create"
 msgstr ""
-"현재 인증된 사용자의 계정으로, 지정한 사용자에게 쪽지를 보냅니다."
-
-#: ../../api.rst:406
-msgid "The ID of the user who should receive the direct message."
-msgstr "쪽지를 받을 사용자의 ID."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-create"
 
-#: ../../api.rst:408
-msgid "The text of your Direct Message. Max length of 10,000 characters."
-msgstr "쪽ì§\80ì\9d\98 ë\82´ì\9a©(í\85\8dì\8a¤í\8a¸). ìµ\9cë\8c\80 10,000ì\9e\90ê¹\8cì§\80 ì\9e\85ë ¥ ê°\80ë\8a¥."
+#: of tweepy.api.API.destroy_friendship:1
+msgid "Destroy a friendship with the specified user (aka unfollow)."
+msgstr "ì§\80ì \95í\95\9c ì\82¬ì\9a©ì\9e\90를 ì\96¸í\8c\94ë¡\9cì\9a°(Destroy friendship)í\95©ë\8b\88ë\8b¤."
 
-#: ../../api.rst:410
+#: of tweepy.api.API.destroy_friendship:11
 msgid ""
-"The Quick Reply type to present to the user:  * options - Array of "
-"Options objects (20 max). * text_input - Text Input object. * location - "
-"Location object."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-destroy"
 msgstr ""
-"사용자에게 표시할 빠른 응답 유형: "
-"* options - Options 객체의 배열(최대 20개) "
-"* text_input - Text Input 객체 "
-"* location - Location 객체"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-destroy"
 
-#: ../../api.rst:410
-msgid "The Quick Reply type to present to the user:"
-msgstr "ì\82¬ì\9a©ì\9e\90ì\97\90ê²\8c í\91\9cì\8b\9cí\95  ë¹ ë¥¸ ì\9d\91ë\8bµ ì\9c í\98\95"
+#: of tweepy.api.API.update_friendship:1
+msgid "Turn on/off Retweets and device notifications from the specified user."
+msgstr "ì§\80ì \95í\95\9c ì\82¬ì\9a©ì\9e\90ì\9d\98 í\8a¸ì\9c\97 ì\95\8c림 ë°\8f ë¦¬í\8a¸ì\9c\97ì\9d\84 ì¼\9cê±°ë\82\98 ë\81\95ë\8b\88ë\8b¤."
 
-#: ../../api.rst:412
-msgid "options - Array of Options objects (20 max)."
-msgstr "options - Options 객체의 배열(최대 20개)."
+#: of tweepy.api.API.update_friendship:5
+msgid "Turn on/off device notifications from the target user."
+msgstr "대상 사용자의 트윗 알림 켜거나 끄기."
 
-#: ../../api.rst:413
-msgid "text_input - Text Input object."
-msgstr "text_input - Text Input 객체."
+#: of tweepy.api.API.update_friendship:6
+msgid "Turn on/off Retweets from the target user."
+msgstr "대상 사용자의 리트윗 보기 켜거나 끄기."
 
-#: ../../api.rst:414
-msgid "location - Location object."
-msgstr "location - Location 객체."
+#: of tweepy.api.API.update_friendship:13
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-update"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-update"
 
-#: ../../api.rst:415
-msgid "The attachment type. Can be media or location."
-msgstr "컨텐츠 첨부 유형. 미디어나 위치 등이 될 수 있음."
+#: ../../api.rst:498
+msgid "Manage account settings and profile"
+msgstr "계정 설정 및 프로필 관리"
 
-#: ../../api.rst:416
+#: of tweepy.api.API.get_settings:1
 msgid ""
-"A media id to associate with the message. A Direct Message may only "
-"reference a single media_id."
+"Returns settings (including current trend, geo and sleep time "
+"information) for the authenticating user."
 msgstr ""
-"메시지와 연결할 미디어의 ID. 단, 쪽지는 하나의 미디어 ID만을 참조할 수 있음."
+"현재 인증된 사용자에 대한 설정값(나를 위한 트렌드, 지역 및 방해금지 시간 등)을 "
+"반환합니다."
 
-#: ../../api.rst:424
+#: of tweepy.api.API.get_settings:9
 msgid ""
-"Deletes the direct message specified in the required ID parameter. The "
-"authenticating user must be the recipient of the specified direct "
-"message. Direct Messages are only removed from the interface of the user "
-"context provided. Other members of the conversation can still access the "
-"Direct Messages."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-settings"
 msgstr ""
-"ID 매개변수가 지정하는 쪽지를 삭제합니다. 삭제하기 위해서는 인증된 "
-"사용자가 해당 DM의 수신자여야 합니다. 단, 쪽지는 사용자가 제공받는 "
-"인터페이스에서만 제거됩니다. 다시 말해, 대화에 참여한 다른 사용자는 "
-"이 삭제 작업 이후에도 해당 DM에 접근할 수 있습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-settings"
 
-#: ../../api.rst:430
-msgid "The id of the Direct Message that should be deleted."
-msgstr "ì\82­ì \9cí\95  ìª½ì§\80ì\9d\98 ID."
+#: of tweepy.api.API.verify_credentials:1
+msgid "Verify the supplied user credentials are valid."
+msgstr "ì\82¬ì\9a©ì\9e\90 ì\9e\90격 ì¦\9dëª\85ì\9d´ ì\98¬ë°\94른ì§\80 í\99\95ì\9d¸í\95©ë\8b\88ë\8b¤."
 
-#: ../../api.rst:435
-msgid "Friendship Methods"
-msgstr "친구 관계 메소드"
+#: of tweepy.api.API.verify_credentials:5
+msgid "When set to true email will be returned in the user objects as a string."
+msgstr "``true`` 로 설정하면, 사용자 객체에 이메일 주소가 문자열 형태로 반환됩니다. "
 
-#: ../../api.rst:439
-msgid "Create a new friendship with the specified user (aka follow)."
-msgstr "ì§\80ì \95í\95\9c ì\82¬ì\9a©ì\9e\90ì\99\80 ì¹\9c구를 ë§ºì\8aµë\8b\88ë\8b¤. (ì\9d¼ëª\85 í\8c\94ë¡\9cì\9a°)"
+#: of tweepy.api.API.verify_credentials:8
+msgid "Authentication unsuccessful"
+msgstr "ì\82¬ì\9a©ì\9e\90 ì\9d¸ì¦\9dì\97\90 ì\8b¤í\8c¨í\95\9c ê²½ì\9a°. "
 
-#: ../../api.rst:444
-msgid "Enable notifications for the target user in addition to becoming friends."
-msgstr "지정한 사용자를 팔로우하고, 해당 사용자에 대한 알림을 활성화합니다."
+#: of tweepy.api.API.verify_credentials:15
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-verify_credentials"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-verify_credentials"
 
-#: ../../api.rst:451
-msgid "Destroy a friendship with the specified user (aka unfollow)."
-msgstr "지정한 사용자를 친구 삭제 합니다. (일명 언팔로우)"
+#: of tweepy.api.API.get_saved_searches:1
+msgid "Returns the authenticated user's saved search queries."
+msgstr "현재 인증된 사용자가 저장한 검색어의 목록을 반환합니다."
 
-#: ../../api.rst:462
-msgid "Returns detailed information about the relationship between two users."
-msgstr "두 사용자의 관계에 대한 자세한 정보를 반환합니다."
+#: of tweepy.api.API.get_saved_searches:4
+msgid ":py:class:`List`\\[:class:`~tweepy.models.SavedSearch`]"
+msgstr ":py:class:`List`\\[:class:`~tweepy.models.SavedSearch`]"
 
-#: ../../api.rst:464
-msgid "The user_id of the subject user."
-msgstr "주 대상 사용자의 user_id"
+#: of tweepy.api.API.get_saved_searches:8
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-list"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-list"
 
-#: ../../api.rst:465
-msgid "The screen_name of the subject user."
-msgstr "주 대상 사용자의 screen_name"
+#: of tweepy.api.API.get_saved_search:1
+msgid ""
+"Retrieve the data for a saved search owned by the authenticating user "
+"specified by the given ID."
+msgstr "현재 인증된 사용자가 소유 중인, "
+"ID로 지정한 '저장된 검색어'에 대한 정보를 반환합니다. "
 
-#: ../../api.rst:466
-msgid "The user_id of the target user."
-msgstr "대상 사용자의 user_id"
+#: of tweepy.api.API.get_saved_search:4
+msgid "The ID of the saved search to be retrieved."
+msgstr "검색할 '저장된 검색어'의 고유 ID값."
 
-#: ../../api.rst:467
-msgid "The screen_name of the target user."
-msgstr "대상 사용자의 screen_name"
+#: of tweepy.api.API.create_saved_search:6
+#: tweepy.api.API.destroy_saved_search:7 tweepy.api.API.get_saved_search:7
+msgid ":class:`~tweepy.models.SavedSearch`"
+msgstr ":class:`~tweepy.models.SavedSearch`"
 
-#: ../../api.rst:468
-msgid ":class:`Friendship` object"
-msgstr ":class:`Friendship` 객체"
+#: of tweepy.api.API.get_saved_search:11
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
 
-#: ../../api.rst:473
+#: of tweepy.api.API.get_profile_banner:1
 msgid ""
-"Returns an array containing the IDs of users being followed by the "
-"specified user."
+"Returns a map of the available size variations of the specified user's "
+"profile banner. If the user has not uploaded a profile banner, a HTTP 404"
+" will be served instead."
 msgstr ""
-"지정한 사용자가 팔로우한 사용자들의 ID를 담은 배열을 반환합니다."
+"지정한 사용자의 프로필 배너를, 여러 크기로 이용할 수 있도록 반환합니다."
+"지정한 사용자가 프로필 배너를 업로드하지 않았을 경우, HTTP 404 예외가 발생합니다. "
 
-#: ../../api.rst:485
-msgid "Returns an array containing the IDs of users following the specified user."
-msgstr "지정한 사용자를 팔로우하는 사용자들의 ID를 담은 배열을 반환합니다."
+#: of tweepy.api.API.get_profile_banner:5
+msgid ""
+"The profile banner data available at each size variant's URL is in PNG "
+"format."
+msgstr ""
+"각 크기별 프로필 배너는 PNG 형식입니다."
 
-#: ../../api.rst:495
-msgid "Account Methods"
-msgstr "계정 메소드"
+#: of tweepy.api.API.get_profile_banner:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-users-profile_banner"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-users-profile_banner"
 
-#: ../../api.rst:500
-msgid "Verify the supplied user credentials are valid."
-msgstr "제출한 사용자의 계정 사용 자격이 유효한지 판별합니다."
+#: of tweepy.api.API.remove_profile_banner:1
+msgid "Removes the uploaded profile banner for the authenticating user."
+msgstr "현재 인증된 사용자의 프로필 배너를 제거합니다."
 
-#: ../../api.rst:504
-msgid "When set to true email will be returned in the user objects as a string."
-msgstr "True로 설정하면, 이메일이 문자열 형태로 User 객체에 포함되어 반환됩니다."
+#: of tweepy.api.API.remove_profile_banner:5
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-remove_profile_banner"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-remove_profile_banner"
 
-#: ../../api.rst:506
-msgid ":class:`User` object if credentials are valid, otherwise False"
-msgstr "자격이 유효하다면 :class:`User` 객체, 아니라면 False"
+#: of tweepy.api.API.set_settings:1
+msgid "Updates the authenticating user's settings."
+msgstr "현재 인증된 사용자의 설정값을 변경합니다. "
 
-#: ../../api.rst:511
+#: of tweepy.api.API.set_settings:3
 msgid ""
-"Returns the current rate limits for methods belonging to the specified "
-"resource families. When using application-only auth, this method's "
-"response indicates the application-only auth rate limiting context."
+"When set to ``true``, ``t`` or ``1`` , will enable sleep time for the "
+"user. Sleep time is the time when push or SMS notifications should not be"
+" sent to the user."
 msgstr ""
-"지정한 리소스 그룹에 속하는 메소드들의 현재 한도 정보(Rate limit)를 반환합니다. 애플리케이션 전용 인증을 "
-"사용하고 있다면, 이 메소드의 응답은 애플리케이션 전용 인증 한도의 정보를 나타냅니다."
+"``true``, ``t``, 또는 ``1`` 로 설정하면, 방해 금지 모드(sleep time)를 활성화합니다. "
+"방해 금지 시간대에는 사용자에게 푸시 알림 또는 SMS 알림을 보내지 않습니다. "
 
-#: ../../api.rst:515
+#: of tweepy.api.API.set_settings:6
 msgid ""
-"A comma-separated list of resource families you want to know the current "
-"rate limit disposition for."
+"The hour that sleep time should begin if it is enabled. The value for "
+"this parameter should be provided in `ISO 8601`_ format (i.e. 00-23). The"
+" time is considered to be in the same timezone as the user's "
+"``time_zone`` setting."
 msgstr ""
-"현재 속도 제한의 처리를 알고 싶은 리소스 그룹을 쉼표(,)로 구분한 리스트"
+"방해 금지 모드를 자동 활성화할 시간대입니다. "
+"이 매개변수의 형식은 `ISO 8601`_ 형식(즉, hh-mm 형식)으로 제공되어야 하며, "
+"시간대는 현재 사용자의 ``time_zone`` 설정과 동일한 시간대로 설정됩니다."
 
-#: ../../api.rst:517 ../../api.rst:1056 ../../api.rst:1080 ../../api.rst:1102
-msgid ":class:`JSON` object"
-msgstr ":class:`JSON` 객체"
-
-#: ../../api.rst:522
+#: of tweepy.api.API.set_settings:10
 msgid ""
-"Update the authenticating user's profile image. Valid formats: GIF, JPG, "
-"or PNG"
+"The hour that sleep time should end if it is enabled. The value for this "
+"parameter should be provided in `ISO 8601`_ format (i.e. 00-23). The time"
+" is considered to be in the same timezone as the user's ``time_zone`` "
+"setting."
 msgstr ""
-"현재 인증된 사용자의 프로필 사진을 바꿉니다. 유효한 파일 형식은 다음과 같습니다: GIF, JPG, PNG"
-
-#: ../../api.rst:525 ../../api.rst:534
-msgid "local path to image file to upload. Not a remote URL!"
-msgstr "업로드할 이미지 파일의 로컬 경로. 이외의 경로(URL 등)는 지원되지 않습니다."
+"방해 금지 모드를 자동 비활성화할 시간대입니다. "
+"이 매개변수의 형식은 `ISO 8601`_ 형식(즉, hh-mm 형식)으로 제공되어야 하며, "
+"시간대는 현재 사용자의 ``time_zone`` 설정과 동일한 시간대로 설정됩니다."
 
-#: ../../api.rst:531
+#: of tweepy.api.API.set_settings:14
 msgid ""
-"Update authenticating user's background image. Valid formats: GIF, JPG, "
-"or PNG"
+"The timezone dates and times should be displayed in for the user. The "
+"timezone must be one of the `Rails TimeZone`_ names."
 msgstr ""
-"현재 인증된 사용자의 배경 사진(헤더)을 바꿉니다. 유효한 파일 형식은 다음과 같습니다: GIF, JPG, PNG"
+"현재 사용의 표준 시간대를 설정합니다. "
+"표준 시간대의 이름은 `Rails의 TimeZone 이름`_ 을 따라야 합니다. "
+"(예: 한국의 경우 \"Seoul\")"
 
-#: ../../api.rst:540
+#: of tweepy.api.API.set_settings:16
 msgid ""
-"Sets values that users are able to set under the \"Account\" tab of their"
-" settings page."
+"The Yahoo! Where On Earth ID to use as the user's default trend location."
+" Global information is available by using 1 as the WOEID."
 msgstr ""
-"설정 페이지의 \"계정\" 탭에서 설정할 수 있는 값을 설정합니다."
+"나를 위한 트렌드 기준을 설정할 위치의 야후 Where On Earth ID값. "
 
-#: ../../api.rst:543
-msgid "Maximum of 20 characters"
-msgstr "최대 20자."
+#: of tweepy.api.API.set_settings:18
+msgid ""
+"The language which Twitter should render in for this user. The language "
+"must be specified by the appropriate two letter ISO 639-1 representation."
+msgstr ""
+"사용자에 대해 트위터가 보여주어야 하는 언어. "
+"언어는 반드시 ISO 639-1 국제 표준을 따라 두 글자로 명시되어야만 합니다. "
 
-#: ../../api.rst:544
+#: of tweepy.api.API.set_settings:27
 msgid ""
-"Maximum of 100 characters. Will be prepended with \"http://\" if not "
-"present"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-settings"
 msgstr ""
-"최대 100글자."
-"\"http://\"가 없는 경우 덧붙입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-settings"
 
-#: ../../api.rst:546
-msgid "Maximum of 30 characters"
-msgstr "최대 30자."
+#: of tweepy.api.API.update_profile:1
+msgid ""
+"Sets values that users are able to set under the \"Account\" tab of their"
+" settings page."
+msgstr "사용자가 설정 페이지의 \"계정\" 탭에서 설정 가능한 값들을 수정합니다."
 
-#: ../../api.rst:547
-msgid "Maximum of 160 characters"
-msgstr "ìµ\9cë\8c\80 160ì\9e\90."
+#: of tweepy.api.API.update_profile:4
+msgid "Full name associated with the profile."
+msgstr "ì\82¬ì\9a©ì\9e\90ì\9d\98 ì\9d´ë¦\84\8b\89ë\84¤ì\9e\84)."
 
-#: ../../api.rst:552
-msgid "Favorite Methods"
-msgstr "마음에 들어요 메소드"
+#: of tweepy.api.API.update_profile:5
+msgid ""
+"URL associated with the profile. Will be prepended with ``http://`` if "
+"not present"
+msgstr "프로필에 연결할 URL. ``http://`` 를 붙이지 않은 경우 자동으로 이를 앞에 붙입니다. "
 
-#: ../../api.rst:556
+#: of tweepy.api.API.update_profile:7
 msgid ""
-"Returns the favorite statuses for the authenticating user or user "
-"specified by the ID parameter."
+"The city or country describing where the user of the account is located. "
+"The contents are not normalized or geocoded in any way."
 msgstr ""
-"ì\9d¸ì¦\9dë\90\9c ì\82¬ì\9a©ì\9e\90 ë\98\90ë\8a\94 ID ë§¤ê°\9cë³\80ì\88\98ë¡\9c í\8a¹ì \95ë\90\98ë\8a\94 ì\82¬ì\9a©ì\9e\90ê°\80 "
-"마음에 들어요를 누른 Status들을 반환합니다."
+"ì\82¬ì\9a©ì\9e\90ê°\80 ì\9c\84ì¹\98í\95\9c ë\8f\84ì\8b\9c ë°\8f êµ­ê°\80. ë\82´ì\9a©ì\9d\80 ì \95ê·\9cí\99\94ë\90\98ê±°ë\82\98 ì§\80리ì \81 ì½\94ë\93\9cí\99\94ë\90\98ì§\80 ì\95\8aì\95\98ì\8aµë\8b\88ë\8b¤"
+"(즉, 자유로이 입력할 수 있습니다). "
 
-#: ../../api.rst:559
-msgid "The ID or screen name of the user to request favorites"
-msgstr "마음에 들어요 목록을 요청할 사용자의 ID나 ``screen_name`` "
+#: of tweepy.api.API.update_profile:9
+msgid "A description of the user owning the account."
+msgstr "사용자의 자기소개(바이오)."
 
-#: ../../api.rst:566
+#: of tweepy.api.API.update_profile:10
 msgid ""
-"Favorites the status specified in the ID parameter as the authenticating "
-"user."
+"Sets a hex value that controls the color scheme of links used on the "
+"authenticating user's profile page on twitter.com. This must be a valid "
+"hexadecimal value, and may be either three or six characters (ex: F00 or "
+"FF0000)."
 msgstr ""
-"ID로 지정한 Status에, 현재 인증된 사용자 계정으로 마음에 들어요를 누릅니다."
+"현재 인증된 사용자의 프로필 페이지에 사용되는 링크의 색깔을 16진수 값으로 설정합니다. "
+"유효한 16진수 값이어야 하며, 3자 또는 6자일 수 있습니다(예: F00 또는 FCACD3)"
 
-#: ../../api.rst:575
+#: of tweepy.api.API.update_profile:22
 msgid ""
-"Un-favorites the status specified in the ID parameter as the "
-"authenticating user."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile"
 msgstr ""
-"ID로 지정한 Status에, 현재 인증된 사용자 계정으로 마음에 들어요를 취소합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile"
 
-#: ../../api.rst:583
-msgid "Block Methods"
-msgstr "차단 메소드"
+#: of tweepy.api.API.update_profile_banner:1
+msgid "Uploads a profile banner on behalf of the authenticating user."
+msgstr "현재 인증된 사용자의 배너 이미지를 업로드합니다. "
 
-#: ../../api.rst:587
+#: of tweepy.api.API.update_profile_banner:5
 msgid ""
-"Blocks the user specified in the ID parameter as the authenticating user."
-" Destroys a friendship to the blocked user if it exists."
+"The width of the preferred section of the image being uploaded in pixels."
+" Use with ``height``, ``offset_left``, and ``offset_top`` to select the "
+"desired region of the image to use."
 msgstr ""
-"ID로 지정한 사용자를, 현재 인증된 사용자의 계정에서 차단합니다."
-"차단한 사용자를 팔로우하는 중이라면, 자동적으로 언팔로우 합니다."
+"배너로 사용할 이미지의 너비값을 픽셀 단위로 설정합니다. "
+"``height``, ``offset_left``, ``offset_top`` 과 함께 사용해, "
+"업로드 중인 이미지에서 어떤 영역을 사용할 것인지를 정할 수 있습니다. "
 
-#: ../../api.rst:598
+#: of tweepy.api.API.update_profile_banner:8
 msgid ""
-"Un-blocks the user specified in the ID parameter for the authenticating "
-"user."
-msgstr ""
-"ID로 지정한 사용자를, 현재 인증된 사용자의 계정에서 차단 해제합니다."
-
-#: ../../api.rst:609
-msgid "Returns an array of user objects that the authenticating user is blocking."
+"The height of the preferred section of the image being uploaded in "
+"pixels. Use with ``width``, ``offset_left``, and ``offset_top`` to select"
+" the desired region of the image to use."
 msgstr ""
-"현재 인증된 사용자가 차단한 계정을 User 객체의 배열 형태로 반환합니다."
+"배너로 사용할 이미지의 높이값을 픽셀 단위로 설정합니다. "
+"``width``, ``offset_left``, ``offset_top`` 과 함께 사용해, "
+"업로드 중인 이미지에서 어떤 영역을 사용할 것인지를 정할 수 있습니다. "
 
-#: ../../api.rst:617
-msgid "Returns an array of numeric user ids the authenticating user is blocking."
+#: of tweepy.api.API.update_profile_banner:11
+msgid ""
+"The number of pixels by which to offset the uploaded image from the left."
+" Use with ``height``, ``width``, and ``offset_top`` to select the desired"
+" region of the image to use."
 msgstr ""
-"현재 인증된 사용자가 차단한 계정을 ID의 배열 형태로 반환합니다."
-
-#: ../../api.rst:624
-msgid "Mute Methods"
-msgstr "뮤트 메소드"
-
-#: ../../api.rst:628
-msgid "Mutes the user specified in the ID parameter for the authenticating user."
-msgstr "ID로 지정한 사용자를, 현재 인증된 사용자의 계정에서 뮤트합니다."
+"배너로 사용할 이미지가 원본 이미지의 맨 왼쪽에서 얼마나 떨어져 있는지를 픽셀 단위로 설정합니다. "
+"``width``, ``height``, ``offset_top`` 과 함께 사용해, "
+"업로드 중인 이미지에서 어떤 영역을 사용할 것인지를 정할 수 있습니다. "
 
-#: ../../api.rst:638
+#: of tweepy.api.API.update_profile_banner:14
 msgid ""
-"Un-mutes the user specified in the ID parameter for the authenticating "
-"user."
+"The number of pixels by which to offset the uploaded image from the top. "
+"Use with ``height``, ``width``, and ``offset_left`` to select the desired"
+" region of the image to use."
 msgstr ""
-"ID로 지정한 사용자를, 현재 인증된 사용자의 계정에서 뮤트 해제합니다."
-
-#: ../../api.rst:648
-msgid "Returns an array of user objects the authenticating user has muted."
-msgstr "현재 인증된 사용자가 뮤트한 계정을 User 객체의 배열 형태로 반환합니다."
-
-#: ../../api.rst:658
-msgid "Returns an array of numeric user ids the authenticating user has muted."
-msgstr "현재 인증된 사용자가 차단한 계정을 ID의 배열 형태로 반환합니다."
-
-#: ../../api.rst:665
-msgid "Spam Reporting Methods"
-msgstr "스팸 신고 메소드"
+"배너로 사용할 이미지가 원본 이미지의 맨 위쪽에서 얼마나 떨어져 있는지를 픽셀 단위로 설정합니다. "
+"``width``, ``height``, ``offset_top`` 과 함께 사용해, "
+"업로드 중인 이미지에서 어떤 영역을 사용할 것인지를 정할 수 있습니다. "
 
-#: ../../api.rst:669
+#: of tweepy.api.API.update_profile_banner:20
 msgid ""
-"The user specified in the id is blocked by the authenticated user and "
-"reported as a spammer."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_banner"
 msgstr ""
-"ID로 지정한 사용자를 현재 인증된 사용자의 계정에서 차단하고, "
-"스팸 계정으로 트위터에 신고합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_banner"
 
-#: ../../api.rst:675
+#: of tweepy.api.API.update_profile_image:1
 msgid ""
-"A boolean indicating if the reported account should be blocked. Defaults "
-"to True."
+"Update the authenticating user's profile image. Valid formats: GIF, JPG, "
+"or PNG"
 msgstr ""
-"신고한 계정을 차단할지 말지의 여부를 나타내는 boolean 형태의 변수. 기본값은 True."
-
-#: ../../api.rst:681
-msgid "Saved Searches Methods"
-msgstr "검색어 저장 메소드"
-
-#: ../../api.rst:685
-msgid "Returns the authenticated user's saved search queries."
-msgstr "현재 인증된 사용자 계정에 저장된 검색어 쿼리를 반환합니다."
-
-#: ../../api.rst:687
-msgid "list of :class:`SavedSearch` objects"
-msgstr ":class:`SavedSearch` 객체의 리스트"
+"현재 인증된 사용자의 프로필 이미지(인장)를 바꿉니다. "
+"올바른 파일 형식은 GIF, JPG, PNG 입니다. "
 
-#: ../../api.rst:692
+#: of tweepy.api.API.update_profile_image:14
 msgid ""
-"Retrieve the data for a saved search owned by the authenticating user "
-"specified by the given id."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_image"
 msgstr ""
-"ID로 지정한, 인증된 사용자의 계정에 저장된 검색어로 검색을 수행합니다."
-
-#: ../../api.rst:695
-msgid "The id of the saved search to be retrieved."
-msgstr "검색할 검색어의 ID"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_image"
 
-#: ../../api.rst:696 ../../api.rst:704 ../../api.rst:713
-msgid ":class:`SavedSearch` object"
-msgstr ":class:`SavedSearch` 객체"
-
-#: ../../api.rst:701
+#: of tweepy.api.API.create_saved_search:1
 msgid "Creates a saved search for the authenticated user."
-msgstr "현재 인증된 사용자의 계정에 새 검색어를 저장합니다."
+msgstr "현재 인증된 사용자의 '저장된 검색어'를 만듭니다."
 
-#: ../../api.rst:703
+#: of tweepy.api.API.create_saved_search:3
 msgid "The query of the search the user would like to save."
-msgstr "ì \80ì\9e¥í\95\98ê³  ì\8b¶ì\9d\80 ê²\80ì\83\89ì\96´ì\9d\98 ì¿¼ë¦¬"
+msgstr "ì \80ì\9e¥í\95  ê²\80ì\83\89ì\96´(ë\98\90ë\8a\94 ê²\80ì\83\89 ì¡°ê±´)."
 
-#: ../../api.rst:709
+#: of tweepy.api.API.create_saved_search:10
 msgid ""
-"Destroys a saved search for the authenticated user. The search specified "
-"by id must be owned by the authenticating user."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-create"
 msgstr ""
-"인증된 사용자의 계정에서 ID로 지정한 검색어를 삭제합니다. "
-"삭제하려는 검색어는 인증된 사용자의 계정에 저장된 검색어여야만 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-create"
 
-#: ../../api.rst:712
-msgid "The id of the saved search to be deleted."
-msgstr "삭제할 검색어의 ID"
-
-#: ../../api.rst:717
-msgid "Help Methods"
-msgstr "편의 기능 메소드"
+#: of tweepy.api.API.destroy_saved_search:1
+msgid ""
+"Destroys a saved search for the authenticated user. The search specified "
+"by ID must be owned by the authenticating user."
+msgstr ""
+"현재 인증된 사용자의 '저장된 검색어'를 삭제합니다. "
+"반드시 해당 검색어의 고유 ID값이 현재 인증된 사용자의 소유여야 합니다. "
 
-#: ../../api.rst:723
-msgid "Returns a collection of relevant Tweets matching a specified query."
-msgstr "ì§\80ì \95í\95\9c ì¿¼ë¦¬ì\99\80 ê´\80ë ¨ë\90\9c í\8a¸ì\9c\97ì\9d\98 ëª¨ì\9d\8cì\9d\84 ë°\98í\99\98í\95©ë\8b\88ë\8b¤."
+#: of tweepy.api.API.destroy_saved_search:4
+msgid "The ID of the saved search to be deleted."
+msgstr "ì\82­ì \9cí\95  ê²\80ì\83\89ì\96´ì\9d\98 ê³ ì\9c  IDê°\92."
 
-#: ../../api.rst:725
+#: of tweepy.api.API.destroy_saved_search:11
 msgid ""
-"Please note that Twitter's search service and, by extension, the Search "
-"API is not meant to be an exhaustive source of Tweets. Not all Tweets "
-"will be indexed or made available via the search interface."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-destroy-id"
 msgstr ""
-"트위터의 검색 서비스 및 검색 API가 모든 트윗을 대상으로 검색 작업을 수행하는 것은 아니라는 것을 "
-"유의하세요. 모든 트윗이 검색 인터페이스를 통해 색인화 되어있거나 검색할 수 있게 만들어져 있지는 "
-"않습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-destroy-id"
+
+#: ../../api.rst:525
+msgid "Mute, block, and report users"
+msgstr "사용자 뮤트, 차단, 신고"
 
-#: ../../api.rst:729
+#: of tweepy.api.API.get_blocked_ids:1
+msgid "Returns an array of numeric user IDs the authenticating user is blocking."
+msgstr "현재 인증된 사용자가 차단한 사용자를 숫자형 ID값의 배열 꼴로 반환합니다. "
+
+#: of tweepy.api.API.get_blocked_ids:12
 msgid ""
-"In API v1.1, the response format of the Search API has been improved to "
-"return Tweet objects more similar to the objects you’ll find across the "
-"REST API and platform. However, perspectival attributes (fields that "
-"pertain to the perspective of the authenticating user) are not currently "
-"supported on this endpoint.\\ [#]_\\ [#]_"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-ids"
 msgstr ""
-"API v1.1에서는, 검색 API의 응답 형식이 REST API나 플랫폼을 통해서 볼 수 있는 객체와 더 비슷한 "
-"트윗 객체를 반환하도록 향상되었습니다. 하지만, perspectival 속성(인증된 사용자에 의존하는 필드)은 "
-"현재 지원하지 않습니다.\ [#]_\ [#]_"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-ids"
+
+#: of tweepy.api.API.get_blocks:1
+msgid "Returns an array of user objects that the authenticating user is blocking."
+msgstr "현재 인증된 사용자가 차단한 사용자를 사용자 객체의 배열 꼴로 반환합니다. "
 
-#: ../../api.rst:735
+#: of tweepy.api.API.get_blocks:13
 msgid ""
-"the search query string of 500 characters maximum, including operators. "
-"Queries may additionally be limited by complexity."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-list"
 msgstr ""
-"연산자를 포함하여 최대 500자의 검색하고자 하는 문자열 쿼리. 쿼리는 추가적으로 복잡도에 "
-"따라 제한될 수 있습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-list"
 
-#: ../../api.rst:737
+#: of tweepy.api.API.get_muted_ids:1
+msgid "Returns an array of numeric user IDs the authenticating user has muted."
+msgstr "현재 인증된 사용자가 뮤트한 사용자를 숫자형 ID값의 배열 꼴로 반환합니다. "
+
+#: of tweepy.api.API.get_muted_ids:11
 msgid ""
-"Returns tweets by users located within a given radius of the given "
-"latitude/longitude.  The location is preferentially taking from the "
-"Geotagging API, but will fall back to their Twitter profile. The "
-"parameter value is specified by \"latitide,longitude,radius\", where "
-"radius units must be specified as either \"mi\" (miles) or \"km\" "
-"(kilometers). Note that you cannot use the near operator via the API to "
-"geocode arbitrary locations; however you can use this geocode parameter "
-"to search near geocodes directly. A maximum of 1,000 distinct \"sub-"
-"regions\" will be considered when using the radius modifier."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-ids"
 msgstr ""
-"주어진 위도, 경도의 주어진 반경 내에 위치한 사용자의 트윗만 반환합니다. 위치는 "
-"우선적으로 위치 정보 삽입 API에서 받아오지만, 트위터 프로필 내의 정보로 대체할 수 있습니다. "
-"매개변수의 값은 \"위도, 경도, 반경\"의 형태로 지정되며, 반경은 \"mi\"(마일) 또는 \"km\"(킬로미터) "
-"단위로 주어져야 합니다. API를 통해 근거리 연산자를 사용하여 임의의 위치를 geocode로 입력할 "
-"수는 없다는 점을 유의해주세요. 다만 이 geocode 매개변수를 통해 근처의 지오코드를 검색할 수는 "
-"있습니다. 반경 수식어를 사용할 경우에는 최대 1,000개의 분명하게 구분되는 \"하위 영역\"을 고려할 "
-"할 것입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-ids"
+
+#: of tweepy.api.API.get_mutes:1
+msgid "Returns an array of user objects the authenticating user has muted."
+msgstr "현재 인증된 사용자가 뮤트한 사용자를 사용자 객체의 배열 꼴로 반환합니다. "
 
-#: ../../api.rst:746
+#: of tweepy.api.API.get_mutes:12
 msgid ""
-"Restricts tweets to the given language, given by an ISO 639-1 code. "
-"Language detection is best-effort."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-list"
 msgstr ""
-"트윗을 ISO 639-1 코드로 주어진 언어로 제한합니다. "
-"언어 감지가 적절하게 작동했다고 전제합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-list"
 
-#: ../../api.rst:748
+#: of tweepy.api.API.create_block:1
 msgid ""
-"Specify the language of the query you are sending (only ja is currently "
-"effective). This is intended for language-specific consumers and the "
-"default should work in the majority of cases."
+"Blocks the specified user from following the authenticating user. In "
+"addition the blocked user will not show in the authenticating users "
+"mentions or timeline (unless retweeted by another user). If a follow or "
+"friend relationship exists it is destroyed."
 msgstr ""
-"전송한 쿼리의 언어를 명시하세요. (현재는 ja만 유효합니다.) "
-"이는 언어별 사용자를 위한 것이며 대부분의 경우엔 기본값이 적용됩니다."
+"현재 인증된 사용자로서 지정한 사용자를 차단합니다. "
+"차단된 사용자는 현재 인증된 사용자의 타임라인에 표시되지 않으며, 멘션도 불가능합니다"
+"(단, 다른 사람이 리트윗한 경우 보일 수 있습니다). 차단하면, 모든 팔로우 및 팔로잉 "
+"관계는 자동적으로 해제됩니다."
 
-#: ../../api.rst:751
+#: of tweepy.api.API.create_block:16
 msgid ""
-"Specifies what type of search results you would prefer to receive. The "
-"current default is \"mixed.\" Valid values include:  * mixed : include "
-"both popular and real time results in the response * recent : return only"
-" the most recent results in the response * popular : return only the most"
-" popular results in the response"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-create"
 msgstr ""
-"얻고 싶은 검색 결과의 형식에 대해 명시하세요. 현재 기본값은 \"mixed\"이며, "
-"유효한 값은 다음과 같습니다: "
-"* \"mixed\": 응답에 인기 결과와 실시간 결과 모두를 포함합니다."
-"* \"recent\": 응답으로 가장 최근의 결과만을 반환합니다."
-"* \"popular\": 응답으로 가장 인기 있는 결과만을 반환합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-create"
 
-#: ../../api.rst:751
+#: of tweepy.api.API.destroy_block:1
 msgid ""
-"Specifies what type of search results you would prefer to receive. The "
-"current default is \"mixed.\" Valid values include:"
+"Un-blocks the user specified in the ID parameter for the authenticating "
+"user."
+msgstr "현재 인증된 사용자로서, ID값으로 지정한 사용자를 차단 해제합니다."
+
+#: of tweepy.api.API.destroy_block:14
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-destroy"
 msgstr ""
-"얻고 싶은 검색 결과의 형식에 대해 명시하세요. 현재 기본값은 \"mixed\"이며, "
-"유효한 값은 다음과 같습니다: "
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-destroy"
 
-#: ../../api.rst:754
-msgid "mixed : include both popular and real time results in the response"
-msgstr "\"mixed\": 응답에 인기 결과와 실시간 결과 모두를 포함합니다."
+#: of tweepy.api.API.create_mute:1
+msgid "Mutes the user specified in the ID parameter for the authenticating user."
+msgstr "현재 인증된 사용자로서 지정한 사용자를 뮤트합니다. "
 
-#: ../../api.rst:755
-msgid "recent : return only the most recent results in the response"
-msgstr "\"recent\": 응답으로 가장 최근의 결과만을 반환합니다."
+#: of tweepy.api.API.create_mute:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-create"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-create"
 
-#: ../../api.rst:756
-msgid "popular : return only the most popular results in the response"
-msgstr "\"popular\": 응답으로 가장 인기 있는 결과만을 반환합니다."
+#: of tweepy.api.API.destroy_mute:1
+msgid ""
+"Un-mutes the user specified in the ID parameter for the authenticating "
+"user."
+msgstr "현재 인증된 사용자로서, ID값으로 지정한 사용자를 언뮤트(뮤트 해제)합니다."
 
-#: ../../api.rst:758
+#: of tweepy.api.API.destroy_mute:12
 msgid ""
-"Returns tweets created before the given date. Date should be formatted as"
-" YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In "
-"other words, no tweets will be found for a date older than one week."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-destroy"
 msgstr ""
-"주어진 날짜 이전에 작성된 트윗을 반환합니다. "
-"날짜는 YYYY-MM-DD의 형식으로 주어져야 합니다. "
-"검색 색인은 7일 간만 유지됩니다. 다시 말해, 일주일 이상 지난 트윗은 찾을 수 없습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-destroy"
 
-#: ../../api.rst:762
+#: of tweepy.api.API.report_spam:1
+msgid "Report the specified user as a spam account to Twitter."
+msgstr "지정한 사용자를 트위터에 스팸으로 신고합니다. "
+
+#: of tweepy.api.API.report_spam:5
 msgid ""
-"|since_id| There are limits to the number of Tweets which can be accessed"
-" through the API. If the limit of Tweets has occurred since the since_id,"
-" the since_id will be forced to the oldest ID available."
+"A boolean indicating if the reported account should be blocked. Defaults "
+"to True."
+msgstr "신고할 사용자를 차단할지의 여부를 나타내는 boolean 값. 기본값은 True."
+
+#: of tweepy.api.API.report_spam:13
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-users-report_spam"
 msgstr ""
-"|since_id| API를 통해서 접근할 수 있는 트윗의 수에는 제한이 있습니다. ``since_id``  "
-"이후로 트윗 수 제한을 초과한다면, ``since_id`` 는 제한을 초과하지 않는 가장 오래된 ID로 강제 설정됩니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-users-report_spam"
 
-#: ../../api.rst:768
-msgid ":class:`SearchResults` object"
-msgstr ":class:`SearchResults` 객체"
+#: ../../api.rst:546
+msgid "Direct Messages"
+msgstr "쪽지(DM, Direct Message)"
 
-#: ../../api.rst:772
-msgid "List Methods"
-msgstr "리스트 메소드"
+#: ../../api.rst:549
+msgid "Sending and receiving events"
+msgstr "전송 및 수신 이벤트"
 
-#: ../../api.rst:776
+#: of tweepy.api.API.delete_direct_message:1
 msgid ""
-"Creates a new list for the authenticated user. Note that you can create "
-"up to 1000 lists per account."
+"Deletes the direct message specified in the required ID parameter. The "
+"authenticating user must be the recipient of the specified direct "
+"message. Direct Messages are only removed from the interface of the user "
+"context provided. Other members of the conversation can still access the "
+"Direct Messages."
 msgstr ""
-"현재 인증된 사용자 계정에 새 리스트를 만듭니다. "
-"리스트는 계정 당 최대 1000개까지만 생성 가능함을 유의하세요."
+"필수 입력인 ID값을 이용해 지정한 쪽지를 삭제합니다. "
+"현재 인증된 사용자가 해당 쪽지의 수신자여야 합니다."
+"쪽지는 나에게서만 삭제되며, 다른 대화 구성원들은 해당 메세지에 접근할 수 있습니다."
 
-#: ../../api.rst:779
-msgid "The name of the new list."
-msgstr "ì\83\88 ë¦¬ì\8a¤í\8a¸ì\9d\98 ì\9d´ë¦\84"
+#: of tweepy.api.API.delete_direct_message:7
+msgid "The ID of the Direct Message that should be deleted."
+msgstr "ì\82­ì \9cí\95  ìª½ì§\80ì\9d\98 ê³ ì\9c  IDê°\92."
 
-#: ../../api.rst:780 ../../api.rst:806
-msgid "|list_mode|"
-msgstr "리스트의 공개 또는 비공개 여부. 인자로는 공개(public) 및 비공개(private)를 전달할 수 있으며, 기본값은 public."
+#: of tweepy.api.API.delete_direct_message:11
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/delete-message-event"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/delete-message-event"
 
-#: ../../api.rst:781
-msgid "The description of the list you are creating."
-msgstr "새 리스트의 설명."
+#: of tweepy.api.API.get_direct_messages:1
+msgid ""
+"Returns all Direct Message events (both sent and received) within the "
+"last 30 days. Sorted in reverse-chronological order."
+msgstr ""
+"최근 30일 이내의 모든 쪽지를 반환합니다. 받은 순서의 역순으로 정렬됩니다. "
+"(즉, 나중에 받은 쪽지가 먼저 반환됩니다.)"
 
-#: ../../api.rst:782 ../../api.rst:794 ../../api.rst:810 ../../api.rst:897
-#: ../../api.rst:912 ../../api.rst:929 ../../api.rst:944 ../../api.rst:962
-#: ../../api.rst:1000 ../../api.rst:1011
-msgid ":class:`List` object"
-msgstr ":class:`List` 객체"
+#: of tweepy.api.API.get_direct_messages:8
+msgid ":py:class:`List`\\[:class:`~tweepy.models.DirectMessage`]"
+msgstr ":py:class:`List`\\[:class:`~tweepy.models.DirectMessage`]"
 
-#: ../../api.rst:787
+#: of tweepy.api.API.get_direct_messages:12
 msgid ""
-"Deletes the specified list. The authenticated user must own the list to "
-"be able to destroy it."
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/list-events"
 msgstr ""
-"지정한 리스트를 삭제합니다. "
-"삭제를 위해서는, 현재 인증된 사용자가 해당 리스트의 소유자여야 합니다."
-
-#: ../../api.rst:790 ../../api.rst:808 ../../api.rst:876 ../../api.rst:896
-#: ../../api.rst:911 ../../api.rst:928 ../../api.rst:943 ../../api.rst:961
-#: ../../api.rst:973 ../../api.rst:988 ../../api.rst:999 ../../api.rst:1010
-#: ../../api.rst:1024 ../../api.rst:1042
-msgid "|owner_screen_name|"
-msgstr "슬러그에 의해 요청되는, 리스트 소유자인 사용자의 계정 이름."
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/list-events"
 
-#: ../../api.rst:791 ../../api.rst:809 ../../api.rst:875 ../../api.rst:895
-#: ../../api.rst:910 ../../api.rst:927 ../../api.rst:942 ../../api.rst:960
-#: ../../api.rst:972 ../../api.rst:987 ../../api.rst:998 ../../api.rst:1009
-#: ../../api.rst:1023 ../../api.rst:1041
-msgid "|owner_id|"
-msgstr "슬러그에 의해 요청되는, 목록을 소유한 사용자의 ID."
+#: of tweepy.api.API.get_direct_message:1
+msgid "Returns a specific direct message."
+msgstr "지정한 쪽지를 반환합니다."
 
-#: ../../api.rst:792 ../../api.rst:803 ../../api.rst:873 ../../api.rst:893
-#: ../../api.rst:906 ../../api.rst:921 ../../api.rst:938 ../../api.rst:954
-#: ../../api.rst:970 ../../api.rst:983 ../../api.rst:996 ../../api.rst:1007
-#: ../../api.rst:1021 ../../api.rst:1037
-msgid "|list_id|"
-msgstr "리스트의 ID."
+#: of tweepy.api.API.get_direct_message:3
+msgid "The ID of the Direct Message event that should be returned."
+msgstr "반환받을 쪽지의 고유 ID값."
 
-#: ../../api.rst:793 ../../api.rst:804 ../../api.rst:874 ../../api.rst:894
-#: ../../api.rst:907 ../../api.rst:922 ../../api.rst:939 ../../api.rst:955
-#: ../../api.rst:971 ../../api.rst:984 ../../api.rst:997 ../../api.rst:1008
-#: ../../api.rst:1022 ../../api.rst:1038
-msgid "|slug|"
-msgstr "리스트 지정에 리스트 ID(`` list_id`` ) 대신 사용할 수 있습니다. 이를 사용할 경우, ``owner_id``  또는 ``owner_screen_name``  매개변수를 통해 목록 소유자도 지정해 주어야 함을 유의하세요."
+#: of tweepy.api.API.get_direct_message:6 tweepy.api.API.send_direct_message:13
+msgid ":class:`~tweepy.models.DirectMessage`"
+msgstr ":class:`~tweepy.models.DirectMessage`"
 
-#: ../../api.rst:800
+#: of tweepy.api.API.get_direct_message:10
 msgid ""
-"Updates the specified list. The authenticated user must own the list to "
-"be able to update it."
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/get-event"
 msgstr ""
-"지정한 리스트의 정보를 수정합니다. "
-"갱신을 위해서는, 현재 인증된 사용자가 해당 리스트의 소유자여야 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/get-event"
 
-#: ../../api.rst:805
-msgid "The name for the list."
-msgstr "리스트의 이름."
+#: of tweepy.api.API.send_direct_message:1
+msgid ""
+"Sends a new direct message to the specified user from the authenticating "
+"user."
+msgstr "현재 인증된 사용자로서 지정한 사용자에게 쪽지를 보냅니다. "
 
-#: ../../api.rst:807
-msgid "The description to give the list."
-msgstr "리스트의 설명."
+#: of tweepy.api.API.send_direct_message:4
+msgid "The ID of the user who should receive the direct message."
+msgstr "쪽지를 받을 사용자의 ID."
 
-#: ../../api.rst:815
-msgid ""
-"Returns all lists the authenticating or specified user subscribes to, "
-"including their own. The user is specified using the ``user_id``  or "
-"`` screen_name``  parameters. If no user is given, the authenticating user "
-"is used."
-msgstr ""
-"현재 인증된 사용자 또는 지정한 사용자가 구독 중인(이하 팔로우) "
-"리스트와, 소유하고 있는 리스트를 반환합니다. "
-"`` user_id`` 나 ``screen_name``  매개변수를 사용하여 사용자를 지정해야 하며, "
-"지정하지 않을 경우, 현재 인증된 사용자를 기준으로 합니다."
+#: of tweepy.api.API.send_direct_message:5
+msgid "The text of your Direct Message. Max length of 10,000 characters."
+msgstr "보낼 쪽지의 본문. 최대 10,000자까지 작성할 수 있습니다. "
+
+#: of tweepy.api.API.send_direct_message:6
+msgid "Array of Options objects (20 max)."
+msgstr "빠른 답장 옵션 객체의 목록(최대 20개까지 가능)."
 
-#: ../../api.rst:820
+#: of tweepy.api.API.send_direct_message:7
+msgid "The attachment type. Can be media or location."
+msgstr "첨부파일의 종류. media(미디어)나 location(위치)가 될 수 있습니다. "
+
+#: of tweepy.api.API.send_direct_message:8
 msgid ""
-"A maximum of 100 results will be returned by this call. Subscribed lists "
-"are returned first, followed by owned lists. This means that if a user "
-"subscribes to 90 lists and owns 20 lists, this method returns 90 "
-"subscriptions and 10 owned lists. The ``reverse``  method returns owned "
-"lists first, so with ``reverse=true`` , 20 owned lists and 80 "
-"subscriptions would be returned."
-msgstr ""
-"이 메소드는 최대 100개의 결과를 반환하며, "
-"팔로우하는 리스트가 먼저 반환되고, 그 이후 소유하고 있는 리스트가 반환됩니다. "
-"따라서 만약 사용자가 90개의 리스트를 팔로우하고 있고, 20개의 리스트를 소유하고 있다면 "
-"메소드는 90개의 팔로우 중인 리스트와, 10개의 소유 중인 리스트를 반환할 것입니다."
-"매개변수 reverse가 True로 설정되었다면, 소유 중인 리스트를 먼저 반환하므로"
-"20개의 소유 중인 리스트와, 80개의 팔로우 중인 리스트가 반환될 것입니다."
+"A media id to associate with the message. A Direct Message may only "
+"reference a single media_id."
+msgstr "쪽지에 연결할 미디어의 ID값. 한 쪽지에는 하나의 미디어만 연결할 수 있습니다. "
 
-#: ../../api.rst:829
+#: of tweepy.api.API.send_direct_message:10
+msgid "Array of 1-3 call-to-action (CTA) button objects"
+msgstr "1~3개의 CTA(Call-to-action)버튼 객체. 필수값은 아님. "
+
+#: of tweepy.api.API.send_direct_message:17
 msgid ""
-"A boolean indicating if you would like owned lists to be returned first. "
-"See description above for information on how this parameter works."
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/new-event"
 msgstr ""
-"소유 중인 리스트를 먼저 반환받을지의 여부. 기본값은 False."
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/new-event"
 
-#: ../../api.rst:832 ../../api.rst:849 ../../api.rst:862
-msgid "list of :class:`List` objects"
-msgstr ":class:`List` 객체의 리스트"
+#: ../../api.rst:560
+msgid "Media"
+msgstr "미디어"
 
-#: ../../api.rst:838
+#: ../../api.rst:563
+msgid "Upload media"
+msgstr "미디어 업로드"
+
+#: of tweepy.api.API.get_media_upload_status:1
 msgid ""
-"Returns the lists the specified user has been added to. If ``user_id``  or"
-" ``screen_name``  are not provided, the memberships for the authenticating"
-" user are returned."
+"Check on the progress of a chunked media upload. If the upload has "
+"succeeded, it's safe to create a Tweet with this ``media_id``."
 msgstr ""
-"지정한 사용자가 추가되어 있는 리스트를 반환합니다. "
-"`` user_id`` 나 ``screen_name`` 로 사용자를 지정하지 않았을 경우, "
-"현재 인증된 사용자가 추가되어 있는 리스트가 반환될 것입니다."
+"청크 전송법을 이용하는 미디어의 전송률을 확인합니다. "
+"업로드가 완료된 이후라면 이 미디어의 ``media_id`` 값을 이용해 트윗할 수 있습니다. "
 
-#: ../../api.rst:844
+#: of tweepy.api.API.get_media_upload_status:4
+msgid "The ID of the media to check."
+msgstr "전송률을 확인할 미디어의 ID값."
+
+#: of tweepy.api.API.chunked_upload:16 tweepy.api.API.chunked_upload_finalize:9
+#: tweepy.api.API.chunked_upload_init:9
+#: tweepy.api.API.get_media_upload_status:7 tweepy.api.API.media_upload:15
+#: tweepy.api.API.simple_upload:10
+msgid ":class:`~tweepy.models.Media`"
+msgstr ":class:`~tweepy.models.Media`"
+
+#: of tweepy.api.API.get_media_upload_status:11
 msgid ""
-"A boolean indicating whether to return just lists the authenticating user"
-" owns, and the user represented by ``user_id``  or ``screen_name``  is a "
-"member of."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/get-media-upload-status"
 msgstr ""
-"인증된 사용자가 소유하고 있는 리스트도 같이 반환할지 말지의 여부. "
-"`` user_id``  또는 ``screen_name``  으로 어떤 사용자를 지정했을 경우, "
-"대상은 해당 사용자가 됩니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/get-media-upload-status"
 
-#: ../../api.rst:855
+#: of tweepy.api.API.create_media_metadata:1
 msgid ""
-"Obtain a collection of the lists the specified user is subscribed to, 20 "
-"lists per page by default. Does not include the user's own lists."
+"This endpoint can be used to provide additional information about the "
+"uploaded ``media_id``. This feature is currently only supported for "
+"images and GIFs. Call this endpoint to attach additional metadata such as"
+" image alt text."
 msgstr ""
-"지정한 사용자가 팔로우하는 리스트들(기본적으로, 페이지 당 20개의 리스트가 있음)을 반환합니다. "
-"단, 지정한 사용자가 소유하는 리스트는 포함되지 않습니다."
+"이 엔드포인트를 사용해, 업로드된 ``media_id`` 에 대한 추가 정보를 제공할 수 있습니다. "
+"이 메서드는 현재 이미지(GIF 포함)에만 적용됩니다. 이미지에 대체 텍스트와 같은 "
+"추가 메타데이터를 첨부해야 할 때, 이 엔드포인트를 호출하면 됩니다."
+
+#: of tweepy.api.API.create_media_metadata:6
+msgid "The ID of the media to add alt text to."
+msgstr "대체 텍스트를 추가할 미디어의 ID값. "
+
+#: of tweepy.api.API.create_media_metadata:7
+msgid "The alt text to add to the image."
+msgstr "이미지에 추가할 대체 텍스트 본문. "
 
-#: ../../api.rst:869
+#: of tweepy.api.API.create_media_metadata:11
 msgid ""
-"Returns a timeline of tweets authored by members of the specified list. "
-"Retweets are included by default. Use the ``include_rts=false``  parameter"
-" to omit retweets."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-metadata-create"
 msgstr ""
-"지정한 리스트에 추가된 사람들이 작성한 트윗들로만 구성된 타임라인을 반환합니다."
-"기본적으로 리트윗이 포함되며, 이를 생략하려면 ``include_rts`` 를 False로 설정하세요."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-metadata-create"
 
-#: ../../api.rst:881
+#: of tweepy.api.API.media_upload:1
 msgid ""
-"A boolean indicating whether the list timeline will contain native "
-"retweets (if they exist) in addition to the standard stream of tweets. "
-"The output format of retweeted tweets is identical to the representation "
-"you see in home_timeline."
+"Use this to upload media to Twitter. This calls either "
+":func:`API.simple_upload` or :func:`API.chunked_upload`. Chunked media "
+"upload is automatically used for videos. If ``chunked`` is set or the "
+"media is a video, ``wait_for_async_finalize`` can be specified as a "
+"keyword argument to be passed to :func:`API.chunked_upload`."
 msgstr ""
-"타임라인에 리트윗을 포함할지 말지에 대한 여부를 나타내는 boolean 형태의 변수. "
-"리트윗의 출력 형식은 홈 타임라인에서의 출력 형식과 동일합니다."
+"트위터에 미디어를 업로드합니다. 이 메서드는 :func:`API.simple_upload` 또는 "
+":func:`API.chunked_upload` 를 호출하게 됩니다. 영상 미디어일 경우, 자동으로 "
+"청크 전송법을 이용하게 바뀝니다. 미디어가 영상 형식이거나 "
+"청크 전송법을 이용(``chunked``)하는 경우, ``wait_for_async_finalize`` 를 "
+"키워드 인수로 지정해 :func:`API.chunked_upload` 에 전달할 수 있습니다. "
 
-#: ../../api.rst:890
+#: of tweepy.api.API.media_upload:9
 msgid ""
-"Returns the specified list. Private lists will only be shown if the "
-"authenticated user owns the specified list."
+"Whether or not to use chunked media upload. Videos use chunked upload "
+"regardless of this parameter. Defaults to ``False``."
 msgstr ""
-"지정한 리스트를 반환합니다. "
-"비공개(`` private`` ) 리스트일 경우, 현재 인증된 사용자가 지정한 리스트의 소유자여야만 합니다."
+"미디어를 업로드할 때 청크 전송법을 사용할지의 여부. "
+"영상 미디어는 이 매개변수 값과 관련 없이 청크 전송법을 사용합니다. 기본값은 ``False``."
 
-#: ../../api.rst:903
-msgid ""
-"Add a member to a list. The authenticated user must own the list to be "
-"able to add members to it. Lists are limited to 5,000 members."
+#: of tweepy.api.API.chunked_upload:12 tweepy.api.API.chunked_upload_init:5
+#: tweepy.api.API.media_upload:11 tweepy.api.API.simple_upload:6
+msgid "|media_category|"
 msgstr ""
-"리ì\8a¤í\8a¸ì\97\90 ì\82¬ì\9a©ì\9e\90를 ì¶\94ê°\80í\95©ë\8b\88ë\8b¤. "
-"리스트의 소유자만이 가능한 작업이며, 최대 5,000명까지만 추가 가능합니다."
+"미ë\94\94ì\96´ê°\80 ì\96´ë\96¤ ë°©ì\8b\9dì\9c¼ë¡\9c ì\9d´ì\9a©ë\90\98ë\8a\94ì§\80를 ë\82\98í\83\80ë\82´ë\8a\94 ë§¤ê°\9cë³\80ì\88\98. "
+"이 매개변수는 보통 트위터 광고 API와 함께 미디어를 사용해야 할 때 필요합니다. "
 
-#: ../../api.rst:918
-msgid ""
-"Add up to 100 members to a list. The authenticated user must own the list"
-" to be able to add members to it. Lists are limited to 5,000 members."
+#: of tweepy.api.API.chunked_upload:13 tweepy.api.API.chunked_upload_init:6
+#: tweepy.api.API.media_upload:12 tweepy.api.API.simple_upload:7
+msgid "|additional_owners|"
 msgstr ""
-"리스트에 사용자들을 추가합니다. "
-"리스트의 소유자만이 가능한 작업이며, 최대 5,000명까지만 추가 가능합니다."
+"트윗 또는 카드에서 반환된 미디어의 media_id를 사용할 수 있는 추가 소유자로 지정할 "
+"사용자 ID값의 목록입니다. 최대 100명까지 추가 소유자로 지정 가능합니다."
 
-#: ../../api.rst:923 ../../api.rst:956
+#: of tweepy.api.API.media_upload:19
 msgid ""
-"A comma separated list of screen names, up to 100 are allowed in a single"
-" request"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-"
+"media/overview"
 msgstr ""
-"쉼표(,)로 구분되는 ``screen_name`` 들. 한 번에 최대 100개까지만 처리할 수 있습니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-"
+"media/overview"
 
-#: ../../api.rst:925 ../../api.rst:958
+#: of tweepy.api.API.simple_upload:1
 msgid ""
-"A comma separated list of user IDs, up to 100 are allowed in a single "
-"request"
+"Use this endpoint to upload media to Twitter. This does not use the "
+"chunked upload endpoints."
 msgstr ""
-"쉼표(,)로 구분되는 ``user_id`` 들. 한 번에 최대 100개까지만 처리할 수 있습니다."
+"이 엔드포인트를 이용해, 트위터에 미디어를 업로드할 수 있습니다. "
+"청크 전송법 엔드포인트를 사용하지 않는 엔드포인트입니다."
 
-#: ../../api.rst:935
+#: of tweepy.api.API.simple_upload:14
 msgid ""
-"Removes the specified member from the list. The authenticated user must "
-"be the list's owner to remove members from the list."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload"
 msgstr ""
-"리스트에서 지정한 사용자를 제거합니다. "
-"리스트의 소유자만이 가능한 작업이며, 최대 5,000명까지만 추가 가능합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload"
 
-#: ../../api.rst:950
+#: of tweepy.api.API.chunked_upload:1
 msgid ""
-"Remove up to 100 members from a list. The authenticated user must own the"
-" list to be able to remove members from it. Lists are limited to 5,000 "
-"members."
+"Use this to upload media to Twitter. This uses the chunked upload "
+"endpoints and calls :func:`API.chunked_upload_init`, "
+":func:`API.chunked_upload_append`, and "
+":func:`API.chunked_upload_finalize`. If ``wait_for_async_finalize`` is "
+"set, this calls :func:`API.get_media_upload_status` as well."
 msgstr ""
-"리스트에서 지정한 사용자들을 제거합니다. "
-"리스트의 소유자만이 가능한 작업이며, 최대 5,000명까지만 추가 가능합니다."
-
-#: ../../api.rst:968
-msgid "Returns the members of the specified list."
-msgstr "지정한 리스트에 속한 사람들을 반환합니다."
-
-#: ../../api.rst:981
-msgid "Check if the specified user is a member of the specified list."
-msgstr "지정한 사용자가, 지정한 리스트에 속해 있는지를 확인합니다."
-
-#: ../../api.rst:989
-msgid ":class:`User` object if user is a member of list"
-msgstr "지정한 사용자가 지정한 리스트에 속해 있을 경우, :class:`User` 객체"
+"청크 전송법을 사용하여 트위터에 미디어를 업로드합니다. "
+"이 메서드는 청크 전송법의 엔드포인트를 사용하며, :func:`API.chunked_upload_init`, "
+":func:`API.chunked_upload_append` 및 :func:`API.chunked_upload_finalize` 를 "
+"호출합니다. ``wait_for_async_finalize`` 가 설정된 경우, "
+":func:`API.get_media_upload_status` 도 같이 호출합니다."
 
-#: ../../api.rst:994
-msgid "Subscribes the authenticated user to the specified list."
-msgstr "ì§\80ì \95í\95\9c ë¦¬ì\8a¤í\8a¸ë¥¼, í\98\84ì\9e¬ ì\9d¸ì¦\9dë\90\9c ì\82¬ì\9a©ì\9e\90ì\9d\98 ê³\84ì \95ì\9d\84 ì\9d´ì\9a©í\95´ í\8c\94ë¡\9cì\9a°í\95©ë\8b\88ë\8b¤."
+#: of tweepy.api.API.chunked_upload:9 tweepy.api.API.chunked_upload_init:4
+msgid "The MIME type of the media being uploaded."
+msgstr "ì\97\85ë¡\9cë\93\9cë\90\98ë\8a\94 ë¯¸ë\94\94ì\96´ì\9d\98 MIME í\83\80ì\9e\85"
 
-#: ../../api.rst:1005
-msgid "Unsubscribes the authenticated user from the specified list."
-msgstr "지정한 리스트를, 현재 인증된 사용자의 계정을 이용해 언팔로우합니다."
+#: of tweepy.api.API.chunked_upload:10
+msgid ""
+"Whether to wait for Twitter's API to finish processing the media. "
+"Defaults to ``True``."
+msgstr "트위터 API가 미디어 관련 처리를 완료할 때까지 기다릴지의 여부. 기본값은 True."
 
-#: ../../api.rst:1018
+#: of tweepy.api.API.chunked_upload:20
 msgid ""
-"Returns the subscribers of the specified list. Private list subscribers "
-"will only be shown if the authenticated user owns the specified list."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/uploading-media/chunked-media-upload"
 msgstr ""
-"지정한 리스트를 팔로우하는 사용자들을 반환합니다. "
-"비공개(`` private`` ) 리스트일 경우, 현재 인증된 사용자가 지정한 리스트의 소유자여야만 합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/uploading-media/chunked-media-upload"
 
-#: ../../api.rst:1035
-msgid "Check if the specified user is a subscriber of the specified list."
-msgstr "지정한 사용자가, 지정한 리스트를 팔로우하고 있는지를 확인합니다."
+#: of tweepy.api.API.chunked_upload_append:1
+msgid ""
+"Use this endpoint to upload a chunk (consecutive byte range) of the media"
+" file."
+msgstr "이 엔드포인트를 사용해, 미디어 파일의 청크(연속된 바이트 범위로)를 업로드합니다. "
 
-#: ../../api.rst:1043
-msgid ":class:`User` object if user is subscribed to list"
-msgstr "지정한 사용자가 지정한 리스트를 팔로우할 경우, :class:`User` 객체"
+#: of tweepy.api.API.chunked_upload_append:4
+#: tweepy.api.API.chunked_upload_finalize:6
+msgid "The ``media_id`` returned from the initialization."
+msgstr "첫 청크에서 반환한 ``media_id``."
 
-#: ../../api.rst:1047
-msgid "Trends Methods"
-msgstr "ì\8b¤ì\8b\9cê°\84 í\8a¸ë \8cë\93\9c ë©\94ì\86\8cë\93\9c"
+#: of tweepy.api.API.chunked_upload_append:5
+msgid "The raw binary file content being uploaded. It must be <= 5 MB."
+msgstr "ì\97\85ë¡\9cë\93\9cí\95  ë°\94ì\9d´ë\84\88리 í\8c\8cì\9d¼. í\8c\8cì\9d¼ í\81¬ê¸°ë\8a\94 5MBë³´ë\8b¤ ì\9e\91ê±°ë\82\98 ê°\99ì\95\84ì\95¼ í\95©ë\8b\88ë\8b¤."
 
-#: ../../api.rst:1051
+#: of tweepy.api.API.chunked_upload_append:6
 msgid ""
-"Returns the locations that Twitter has trending topic information for. "
-"The response is an array of \"locations\" that encode the location's "
-"WOEID (a Yahoo! Where On Earth ID) and some other human-readable "
-"information such as a canonical name and country the location belongs in."
+"An ordered index of file chunk. It must be between 0-999 inclusive. The "
+"first segment has index 0, second segment has index 1, and so on."
 msgstr ""
-"트위터가 실시간 트렌드를 얻어오는 위치 정보를 반환합니다. "
-"반환값은 WOEID(The Yahoo! Where On Earth ID)를 인코딩한 ``location`` 의 배열과, "
-"정규 명칭 및 국가명 등의 인간이 읽을 수 있는 정보로 구성되어 있습니다."
+"이 청크의 순서. 0부터 999 사이의 정수값이어야 하며, 첫 청크는 0의 값을 가집니다."
+"두 번째 청크는 1, 세 번째 청크는 2의 값을 가지며, 이하상동입니다."
 
-#: ../../api.rst:1061
+#: of tweepy.api.API.chunked_upload_append:12
 msgid ""
-"Returns the top 50 trending topics for a specific WOEID, if trending "
-"information is available for it."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-append"
 msgstr ""
-"트렌드 정보를 이용할 수 있는 경우, 지정된 WOEID에 대한 상위 50개의 트렌드를 반환합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-append"
 
-#: ../../api.rst:1064
+#: of tweepy.api.API.chunked_upload_finalize:1
 msgid ""
-"The response is an array of “trend” objects that encode the name of the "
-"trending topic, the query parameter that can be used to search for the "
-"topic on Twitter Search, and the Twitter Search URL."
+"Use this endpoint after the entire media file is uploaded via appending. "
+"If (and only if) the response contains a ``processing_info field``, it "
+"may also be necessary to check its status and wait for it to return "
+"success before proceeding to Tweet creation."
 msgstr ""
-"반환 형태는 트렌드의 이름을 인코딩한 \"trend\" 객체 배열이며, "
-"트위터 검색에서 주제를 검색하는 데에 사용할 수 있는 쿼리 매개변수, 트위터 검색 URL로 이루어집니다. "
+"이 엔드포인트를 사용해, 청크 전송법으로 미디어를 전송하는 것을 끝마쳤음을 알립니다. "
+"단, 응답에 ``processing_info`` 필드가 포함되어 있는 경우, 트윗을 작성하기 전 "
+"해당 작업의 상태를 확인하고, 성공했다는 결과를 반환하기 전까지 기다려야 할 수도 있습니다. "
 
-#: ../../api.rst:1068
+#: of tweepy.api.API.chunked_upload_finalize:13
 msgid ""
-"This information is cached for 5 minutes. Requesting more frequently than"
-" that will not return any more data, and will count against your rate "
-"limit usage."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-finalize"
 msgstr ""
-"이 정보는 5분마다 캐싱되며, 이보다 더 자주 요청하면 아무 데이터도 반환하지 않을 뿐더러 "
-"한도(Rate limit) 초과로 기록될 것입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-finalize"
+
+#: of tweepy.api.API.chunked_upload_init:1
+msgid "Use this endpoint to initiate a chunked file upload session."
+msgstr "이 엔드포인트를 사용해, 청크 전송법을 이용하는 컨텐츠의 첫 청크를 업로드합니다. "
 
-#: ../../api.rst:1072
+#: of tweepy.api.API.chunked_upload_init:3
+msgid "The size of the media being uploaded in bytes."
+msgstr "바이트로 업로드되는 미디어의 크기. "
+
+#: of tweepy.api.API.chunked_upload_init:13
 msgid ""
-"The tweet_volume for the last 24 hours is also returned for many trends "
-"if this is available."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-init"
 msgstr ""
-"가능하다면, 최근 24시간 동안의 ``tweet_volume`` 도 반환될 것입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-init"
+
+#: ../../api.rst:582
+msgid "Trends"
+msgstr "트렌드"
 
-#: ../../api.rst:1075
+#: ../../api.rst:585
+msgid "Get locations with trending topics"
+msgstr "특정 위치 기준 트렌드 가져오기"
+
+#: of tweepy.api.API.available_trends:1
 msgid ""
-"The Yahoo! Where On Earth ID of the location to return trending "
-"information for. Global information is available by using 1 as the WOEID."
+"Returns the locations that Twitter has trending topic information for. "
+"The response is an array of \"locations\" that encode the location's "
+"WOEID (a Yahoo! Where On Earth ID) and some other human-readable "
+"information such as a canonical name and country the location belongs in."
 msgstr ""
-"트렌드 정보를 얻어오는 데에 기준으로 삼을 위치의 The Yahoo! Where On Earth ID. "
-"글로벌 트렌드 정보는 WOEID를 1로 지정하면 가져올 수 있습니다."
+"트위터에서 맞춤 트렌드를 제공하는 위치를 반환합니다. "
+"반환되는 목록에 있는 위치들은, 야후의 Where On Earth ID값을 인코딩한 것이며, "
+"사람이 읽을 수 있는, 공식 명칭 및 해당 위치가 속한 국가명 형태의 정보입니다. "
 
-#: ../../api.rst:1078
+#: of tweepy.api.API.available_trends:12
 msgid ""
-"Setting this equal to hashtags will remove all hashtags from the trends "
-"list."
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-available"
 msgstr ""
-"해시태그와 동일하게 설정하면, 실시간 트렌드 리스트에서 모든 해시태그를 제거할 것입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-available"
 
-#: ../../api.rst:1085
+#: of tweepy.api.API.closest_trends:1
 msgid ""
 "Returns the locations that Twitter has trending topic information for, "
 "closest to a specified location."
-msgstr ""
-"트위터가 지정된 위치로부터 트렌드 정보를 가지고 있는 가장 가까운 위치를 반환합니다."
+msgstr "지정한 위치에서 가장 가까운 '맞춤형 트렌드를 제공하는 위치'를 반환합니다. "
 
-#: ../../api.rst:1088
+#: of tweepy.api.API.closest_trends:4
 msgid ""
 "The response is an array of “locations” that encode the location’s WOEID "
 "and some other human-readable information such as a canonical name and "
 "country the location belongs in."
 msgstr ""
-"반환값은 WOEID(The Yahoo! Where On Earth ID)를 인코딩한 ``location`` 의 배열과, "
-"ì \95ê·\9c ëª\85ì¹­ ë°\8f êµ­ê°\80ëª\85 ë\93±ì\9d\98 ì\9d¸ê°\84ì\9d´ ì\9d½ì\9d\84 ì\88\98 ì\9e\88ë\8a\94 ì \95ë³´ë¡\9c êµ¬ì\84±ë\90\98ì\96´ ì\9e\88ì\8aµë\8b\88ë\8b¤."
-   
-#: ../../api.rst:1092
+"반환값은 특정 위치들의 목록이며, WOEID를 인코딩한 것이고, "
+"ì\82¬ë\9e\8cì\9d´ ì\9d½ì\9d\84 ì\88\98 ì\9e\88ë\8a\94, ê³µì\8b\9d ëª\85ì¹­ ë°\8f í\95´ë\8b¹ ì\9c\84ì¹\98ê°\80 ì\86\8dí\95\9c êµ­ê°\80ëª\85 í\98\95í\83\9cì\9d\98 ì \95ë³´ì\9e\85ë\8b\88ë\8b¤. "
+
+#: of tweepy.api.API.closest_trends:8
 msgid "A WOEID is a Yahoo! Where On Earth ID."
-msgstr "WOEID는 Yahoo! Where On Earth ID를 뜻합니다."
+msgstr "WOEID는 야후의 Where On Earth ID를 뜻합니다. "
 
-#: ../../api.rst:1094
+#: of tweepy.api.API.closest_trends:10
 msgid ""
 "If provided with a long parameter the available trend locations will be "
 "sorted by distance, nearest to furthest, to the co-ordinate pair. The "
 "valid ranges for longitude is -180.0 to +180.0 (West is negative, East is"
 " positive) inclusive."
 msgstr ""
-"위도를 나타내는 매개변수이며, ``long``  매개변수와 같이 사용해야만 합니다. "
+"위도를 나타내는 매개변수이며, ``long`` 매개변수와 같이 사용해야만 합니다. "
 "해당 위치 기준, 이용 가능한 트렌드 위치가 "
 "거리별로 가장 가까운 위치부터 가장 먼 위치까지 좌표 순서쌍으로 정렬됩니다. "
 "입력값의 유효 범위는 -180.0 ~ +180.0 (서쪽은 음수값, 동쪽이 양수값)입니다."
 
-#: ../../api.rst:1098
+#: of tweepy.api.API.closest_trends:14
 msgid ""
 "If provided with a lat parameter the available trend locations will be "
 "sorted by distance, nearest to furthest, to the co-ordinate pair. The "
 "valid ranges for longitude is -180.0 to +180.0 (West is negative, East is"
 " positive) inclusive."
 msgstr ""
-"경도를 나타내는 매개변수이며, ``lat``  매개변수와 같이 사용해야만 합니다. "
+"경도를 나타내는 매개변수이며, ``lat`` 매개변수와 같이 사용해야만 합니다. "
 "해당 위치 기준, 이용 가능한 트렌드 위치가 "
 "거리별로 가장 가까운 위치부터 가장 먼 위치까지 좌표 순서쌍으로 정렬됩니다. "
 "입력값의 유효 범위는 -180.0 ~ +180.0 (서쪽은 음수값, 동쪽이 양수값)입니다."
 
-#: ../../api.rst:1106
-msgid "Geo Methods"
-msgstr "위치 정보 메소드"
+#: of tweepy.api.API.closest_trends:24
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-closest"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-closest"
+
+#: ../../api.rst:592
+msgid "Get trends near a location"
+msgstr "특정 위치에 대한 트렌드 가져오기"
+
+#: of tweepy.api.API.get_place_trends:1
+msgid ""
+"Returns the top 50 trending topics for a specific WOEID, if trending "
+"information is available for it."
+msgstr "해당 위치가 트렌드를 제공하는 위치일 경우, 상위 50개의 트렌드를 반환합니다. "
+
+#: of tweepy.api.API.get_place_trends:4
+msgid ""
+"The response is an array of “trend” objects that encode the name of the "
+"trending topic, the query parameter that can be used to search for the "
+"topic on Twitter Search, and the Twitter Search URL."
+msgstr ""
+"반환값은 인코딩된 “trend” 객체의 배열 형태로 제공되며, "
+"트위터 검색 및 트위터 검색의 URL에서 특정 주제를 검색하는 데 사용할 수 있는 "
+"쿼리 매개변수도 사용할 수 있습니다. "
+
+#: of tweepy.api.API.get_place_trends:8
+msgid ""
+"This information is cached for 5 minutes. Requesting more frequently than"
+" that will not return any more data, and will count against your rate "
+"limit usage."
+msgstr ""
+"이 정보는 5분동안 캐시되며, 이보다 더 빠르게 요청하면 데이터가 더 이상 반환되지 않으나, "
+"트위터 API 호출 제한에는 계산됩니다. "
+
+#: of tweepy.api.API.get_place_trends:12
+msgid ""
+"The tweet_volume for the last 24 hours is also returned for many trends "
+"if this is available."
+msgstr "사용 가능한 경우, 대부분의 트렌드에 지난 24시간 동안의 tweet_volume도 반환됩니다."
+
+#: of tweepy.api.API.get_place_trends:15
+msgid ""
+"The Yahoo! Where On Earth ID of the location to return trending "
+"information for. Global information is available by using 1 as the WOEID."
+msgstr ""
+"트렌드를 반환받을 기준 위치의 야후 Where On Earth ID값. "
+"글로벌 트렌드는 이 값에 ``1`` 을 지정하여 확인할 수 있습니다. "
+
+#: of tweepy.api.API.get_place_trends:18
+msgid ""
+"Setting this equal to hashtags will remove all hashtags from the trends "
+"list."
+msgstr "이 매개변수값을 ``hashtags`` 로 설정하면, 결과값에서 모든 해시태그를 제외합니다. "
+
+#: of tweepy.api.API.get_place_trends:26
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/trends-for-"
+"location/api-reference/get-trends-place"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/trends-for-"
+"location/api-reference/get-trends-place"
+
+#: ../../api.rst:597
+msgid "Geo"
+msgstr "위치 및 지리 정보"
+
+#: ../../api.rst:600
+msgid "Get information about a place"
+msgstr "특정 장소에 대한 정보 가져오기"
+
+#: of tweepy.api.API.geo_id:1
+msgid "Given ``place_id``, provide more details about that place."
+msgstr "``place_id`` 로 지정한 장소에 대한 자세한 정보를 제공합니다. "
+
+#: of tweepy.api.API.geo_id:3
+msgid "Valid Twitter ID of a location."
+msgstr "특정 장소에 대한 유효한 트위터 고유 ID값."
+
+#: of tweepy.api.API.geo_id:6
+msgid ":class:`~tweepy.models.Place`"
+msgstr ":class:`~tweepy.models.Place`"
+
+#: of tweepy.api.API.geo_id:10
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/place-"
+"information/api-reference/get-geo-id-place_id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/place-"
+"information/api-reference/get-geo-id-place_id"
+
+#: ../../api.rst:605
+msgid "Get places near a location"
+msgstr "현재 위치로부터 가까운 장소 가져오기"
 
-#: ../../api.rst:1111
+#: of tweepy.api.API.reverse_geocode:1
 msgid ""
-"Given a latitude and longitude, looks for places (cities and "
-"neighbourhoods) whose IDs can be specified in a call to "
-":func:`update_status` to appear as the name of the location. This call "
-"provides a detailed response about the location in question; the "
-":func:`nearby_places` function should be preferred for getting a list of "
-"places nearby without great detail."
+"Given a latitude and a longitude, searches for up to 20 places that can "
+"be used as a ``place_id`` when updating a status."
 msgstr ""
-"주어진 위도 및 경도를 바탕으로, :func:`update_status`를 호출해 "
-"지정된 ID가 가리키는 장소의 이름을 찾습니다."
-"이 메소드는 위치 정보에 대한 정보를 상세히 제공하므로, "
-"대략적인 정보가 필요할 경우에는 :func:`nearby_places`를 이용함이 권장됩니다."
+"주어진 위도 및 경도를 바탕으로, ``place_id`` 형태로 트윗을 작성할 때 사용할 수 있는 "
+"특정 장소를 최대 20개까지 반환합니다. "
+
+#: of tweepy.api.API.reverse_geocode:4
+msgid ""
+"This request is an informative call and will deliver generalized results "
+"about geography."
+msgstr "이 요청은 정보성 호출로 볼 수 있고, 지리 정보에 대한 일반적인 결과값을 제공합니다. "
 
-#: ../../api.rst:1117
+#: of tweepy.api.API.reverse_geocode:7
 msgid "The location's latitude."
-msgstr "어떤 위치의 위도."
+msgstr "특정 장소의 위도값."
 
-#: ../../api.rst:1118
+#: of tweepy.api.API.reverse_geocode:8
 msgid "The location's longitude."
-msgstr "어떤 위치의 경도."
+msgstr "특정 장소의 경도값."
 
-#: ../../api.rst:1119
+#: of tweepy.api.API.reverse_geocode:9
 msgid ""
 "Specify the \"region\" in which to search, such as a number (then this is"
 " a radius in meters, but it can also take a string that is suffixed with "
 "ft to specify feet). If this is not passed in, then it is assumed to be "
 "0m"
 msgstr ""
-"검색할 \"region\"을 지정하는 수 형태의 변수. "
-"기본적으로 미터(m) 단위로 인식되나, 접미어 ``ft`` 를 통해 피트(ft) 단위로 인식되게 할 수 있습니다."
+"얼마나 넓은 지역을 검색할지를 지정하는 매개변수."
+"기본적으로 미터(m) 단위 반지름으로 인식되나, 접미어 ``ft`` 를 통해 "
+"피트(ft) 단위의 반지름으로 인식되게 할 수 있습니다. "
 "기본값은 0(0m)입니다."
 
-#: ../../api.rst:1123
-msgid "Assumed to be `neighborhood' by default; can also be `city'."
-msgstr "기본ê°\92ì\9d\80 ``neighborhood`` ì§\80ë§\8c, ``city`` ë\8f\84 ë\90  ì\88\98 ì\9e\88ì\8aµë\8b\88ë\8b¤."
+#: of tweepy.api.API.reverse_geocode:13
+msgid "Assumed to be ``neighborhood`` by default; can also be ``city``."
+msgstr "기본ê°\92ì\9d\80 ``neighborhood`` ì§\80ë§\8c, ``city`` ë¡\9cë\8f\84 ì\84¤ì \95í\95  ì\88\98 ì\9e\88ì\8aµë\8b\88ë\8b¤. "
 
-#: ../../api.rst:1125
+#: of tweepy.api.API.reverse_geocode:14
 msgid ""
 "A hint as to the maximum number of results to return. This is only a "
 "guideline, which may not be adhered to."
+msgstr "반환할 최대 결과 수에 대한 힌트값. 꼭 지켜지지 않을 수도 있습니다."
+
+#: of tweepy.api.API.reverse_geocode:18 tweepy.api.API.search_geo:48
+msgid ":py:class:`List`\\[:class:`~tweepy.models.Place`]"
+msgstr ":py:class:`List`\\[:class:`~tweepy.models.Place`]"
+
+#: of tweepy.api.API.reverse_geocode:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-reverse_geocode"
 msgstr ""
-"반환값의 갯수. 허용 범위를 초과하는 값일 경우, 무시됩니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-reverse_geocode"
 
-#: ../../api.rst:1131
-msgid "Given *id* of a place, provide more details about that place."
-msgstr "특정 *id*로 지정된 장소에 대한 자세한 정보를 제공합니다."
+#: of tweepy.api.API.search_geo:1
+msgid ""
+"Search for places that can be attached to a Tweet via "
+":func:`API.update_status`. Given a latitude and a longitude pair, an IP "
+"address, or a name, this request will return a list of all the valid "
+"places that can be used as the ``place_id`` when updating a status."
+msgstr ""
+":func:`API.update_status` 를 통해 트윗에 연결할 수 있는 장소를 검색합니다. "
+"위도 및 경도쌍, IP 주소 또는 특정 이름을 지정하면, 이 요청은 "
+"트윗을 작성(update a status)할 때 사용할 수 있는 모든 유효한 장소의 목록을 반환합니다. "
 
-#: ../../api.rst:1133
-msgid "Valid Twitter ID of a location."
-msgstr "특정 위치에 대한, 유효한 Twitter ID."
+#: of tweepy.api.API.search_geo:6
+msgid ""
+"Conceptually, a query can be made from the user's location, retrieve a "
+"list of places, have the user validate the location they are at, and then"
+" send the ID of this location with a call to :func:`API.update_status`."
+msgstr ""
+"기본적으로 검색 조건은 사용자의 위치를 기준으로 하며, 특정 장소의 목록을 가져오고, "
+"사용자가 현재 있는 위치라고 확인해 주면(User validate the location they are at) "
+":func:`API.update_status` 를 호출할 때 이 위치의 ID를 전달할 수 있습니다. "
 
-#: ../../api.rst:1137
-msgid "Utility methods"
-msgstr "유틸리티 메소드"
+#: of tweepy.api.API.search_geo:11
+msgid ""
+"This is the recommended method to use find places that can be attached to"
+" :func:`API.update_status`. Unlike :func:`API.reverse_geocode` which "
+"provides raw data access, this endpoint can potentially re-order places "
+"with regards to the user who is authenticated. This approach is also "
+"preferred for interactive place matching with the user."
+msgstr ""
+"이는 :func:`API.update_status` 에 전달할 수 있는 장소를 찾을 때 권장하는 방법입니다. "
+"원시적인 정보를 제공하는 :func:`API.reverse_geocode` 와 달리, 이 엔드포인트는 "
+"현재 인증된 사용자와 관련되도록 장소를 잠재적으로 재정렬할 수 있습니다."
+
+#: of tweepy.api.API.search_geo:17
+msgid ""
+"Some parameters in this method are only required based on the existence "
+"of other parameters. For instance, ``lat`` is required if ``long`` is "
+"provided, and vice-versa."
+msgstr ""
+"이 메서드의 특정 매개변수는 다른 매개변수가 존재할 때만 필요해집니다. "
+"예를 들어, ``lat`` (위도값)은 ``long`` (경도값)이 제공된 경우 반드시 필요한 값이 되고, "
+"반대로 ``long`` (경도값)은 ``lat`` (위도값)이 제공된 경우 반드시 필요한 값이 됩니다."
 
-#: ../../api.rst:1141
+#: of tweepy.api.API.search_geo:21
 msgid ""
-"Returns the current configuration used by Twitter including twitter.com "
-"slugs which are not usernames, maximum photo resolutions, and t.co "
-"shortened URL length. It is recommended applications request this "
-"endpoint when they are loaded, but no more than once a day."
+"The latitude to search around. This parameter will be ignored unless it "
+"is inside the range -90.0 to +90.0 (North is positive) inclusive. It will"
+" also be ignored if there isn't a corresponding ``long`` parameter."
 msgstr ""
-"사용자 이름이 아닌 twitter.com 슬러그, 최대 사진 해상도, t.co 단축된 URL 길이 등을 포함하는, "
-"트위터에서 사용 중인 현재 설정값들을 반환합니다. 응용 프로그램이 로드될 때 이를 "
-"요청하는 것이 추천되나, 하루에 1번 이상 요청하지 않는 것이 좋습니다."
+"이 트윗이 가리킬 위치의 위도. -90.0 ~ +90.0 (북반구가 양수값) 범위 밖의 "
+"값은 무시되며, 아래의 ``long`` 매개변수가 지정되지 않은 경우에도 무시됩니다."
 
+#: of tweepy.api.API.search_geo:25
+msgid ""
+"The longitude to search around. The valid ranges for longitude are -180.0"
+" to +180.0 (East is positive) inclusive. This parameter will be ignored "
+"if outside that range, if it is not a number, if ``geo_enabled`` is "
+"turned off, or if there not a corresponding ``lat`` parameter."
+msgstr ""
+"이 트윗이 가리킬 위치의 경도. -180.0 ~ +180.0 (동쪽이 양수값) 범위 밖의 "
+"값, 숫자 이외의 값이 입력될 경우 무시되며, ``geo_enabled`` 가 비활성화 되었거나, "
+"위의 ``lat`` 매개변수가 지정되지 않은 경우에도 전달된 값이 무시됩니다."
 
-#: ../../api.rst:1148
-msgid "Media methods"
-msgstr "미디어 메소드"
+#: of tweepy.api.API.search_geo:30
+msgid ""
+"Free-form text to match against while executing a geo-based query, best "
+"suited for finding nearby locations by name."
+msgstr ""
+"자유 형식의 텍스트형 쿼리이며, 이름으로 가장 가까운 위치를 찾는데 적합합니다. "
 
-#: ../../api.rst:1152
-msgid "Use this endpoint to upload images to Twitter."
-msgstr "이 메소드를 사용해 트위터에 이미지를 업로드할 수 있습니다."
+#: of tweepy.api.API.search_geo:32
+msgid ""
+"An IP address. Used when attempting to fix geolocation based off of the "
+"user's IP address."
+msgstr "IP 주소. 검색 위치의 기준을 설정할 때 사용됩니다."
 
-#: ../../api.rst:1154
+#: of tweepy.api.API.search_geo:34
 msgid ""
-"The filename of the image to upload. This will automatically be opened "
-"unless ``file``  is specified."
+"This is the minimal granularity of place types to return and must be one "
+"of: ``neighborhood``, ``city``, ``admin`` or ``country``. If no "
+"granularity is provided for the request ``neighborhood`` is assumed.  "
+"Setting this to ``city``, for example, will find places which have a type"
+" of ``city``, ``admin`` or ``country``."
 msgstr ""
-"업로드할 이미지 파일의 이름. ``file`` 을 지정하지 않으면 자동으로 열리게 될 것입니다."
+"반환할 장소 유형의 최소 세분화이며, 다음 중 하나여야 합니다: "
+"``neighborhood``, ``city``, ``admin`` 및 ``country``. "
+"따로 지정하지 않는 경우, ``neighborhood`` 로 지정한 것으로 간주합니다."
+"예로, 이를 ``city`` 로 설정하면 ``city``, ``admin`` 및 ``country`` "
+"유형의 장소가 검색됩니다. "
 
-#: ../../api.rst:1156
+#: of tweepy.api.API.search_geo:34
 msgid ""
-"A file object, which will be used instead of opening ``filename`` . "
-"`` filename``  is still required, for MIME type detection and to use as a "
-"form field in the POST data."
+"This is the minimal granularity of place types to return and must be one "
+"of: ``neighborhood``, ``city``, ``admin`` or ``country``. If no "
+"granularity is provided for the request ``neighborhood`` is assumed."
 msgstr ""
-"파일 객체로, ``filename``  대신 사용합니다. "
-"단, MIME 타입 감지 및 POST 데이터 양식 필드로 사용해야 할 경우, ``filename`` 도 필요합니다."
+"반환할 장소 유형의 최소 세분화이며, 다음 중 하나여야 합니다: "
+"``neighborhood``, ``city``, ``admin`` 및 ``country``. "
+"따로 지정하지 않는 경우, ``neighborhood`` 로 지정한 것으로 간주합니다."
 
-#: ../../api.rst:1159
-msgid ":class:`Media` object"
-msgstr ":class:`Media` 객체"
+#: of tweepy.api.API.search_geo:39
+msgid ""
+"Setting this to ``city``, for example, will find places which have a type"
+" of ``city``, ``admin`` or ``country``."
+msgstr ""
+"예로, 이를 ``city`` 로 설정하면 ``city``, ``admin`` 및 ``country`` "
+"유형의 장소가 검색됩니다. "
 
-#: ../../api.rst:1164
+#: of tweepy.api.API.search_geo:41
 msgid ""
-"This endpoint can be used to provide additional information about the "
-"uploaded media_id. This feature is currently only supported for images "
-"and GIFs. Call this endpoint to attach additional metadata such as image "
-"alt text."
+"A hint as to the number of results to return. This does not guarantee "
+"that the number of results returned will equal ``max_results``, but "
+"instead informs how many \"nearby\" results to return. Ideally, only pass"
+" in the number of places you intend to display to the user here."
 msgstr ""
-"이 메소드는 업로드된 ``media_id`` 에 대한 추가적인 정보를 제공하는 데 사용될 수 있습니다."
-"이 기능은 현재 이미지 및 GIF에서만 지원되며, 이미지의 alt 텍스트와 같은 추가적인 메타데이터를 "
-"첨ë¶\80í\95\98려면 ì\9d´ ë©\94ì\86\8cë\93\9c를 ì\82¬ì\9a©í\95\98ì\84¸ì\9a\94."
+"반환받을 결과 수에 대한 힌트값입니다. 원본 결과 수는 이 힌트값과 같지 않을 수 있으며, "
+"'가까운 장소'꼴의 결과를 몇 개나 반환할지를 정하는 매개변수값입니다. "
+"ì¦\89, ì\82¬ì\9a©ì\9e\90ì\97\90ê²\8c í\91\9cì\8b\9cí\95  ê²°ê³¼ ì\88\98ë§\8cí\81¼ì\9d\98 ê°\92ì\9d\84 ì§\80ì \95í\95\98ë\8a\94 ê²\83ì\9d´ ì\9d´ì\83\81ì \81ì\9e\85ë\8b\88ë\8b¤. "
 
-#: ../../api.rst:1169
-msgid "The ID of the media to add alt text to."
-msgstr "alt 텍스트를 추가할 미디어의 ID."
+#: of tweepy.api.API.search_geo:52
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-search"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-search"
 
-#: ../../api.rst:1170
-msgid "The alt text to add to the image."
-msgstr "이미지에 추가할 alt 텍스트."
+#: ../../api.rst:612
+msgid "Developer utilities"
+msgstr "개발자 도구"
+
+#: ../../api.rst:615
+msgid "Get Twitter supported languages"
+msgstr "트위터 지원 언어 가져오기"
 
-#: ../../api.rst:1174
-msgid ":mod:`tweepy.error` --- Exceptions"
-msgstr ":mod:`tweepy.error` --- 예외"
+#: of tweepy.api.API.supported_languages:1
+msgid ""
+"Returns the list of languages supported by Twitter along with the "
+"language code supported by Twitter."
+msgstr "트위터에서 지원하는 언어 코드와 함께, 지원 언어의 목록을 반환합니다."
+
+#: of tweepy.api.API.supported_languages:4
+msgid ""
+"The language code may be formatted as ISO 639-1 alpha-2 (``en``), ISO "
+"639-3 alpha-3 (``msa``), or ISO 639-1 alpha-2 combined with an ISO 3166-1"
+" alpha-2 localization (``zh-tw``)."
+msgstr ""
+"언어 코드 포맷은 국제 표준 중 ISO 639-1 alpha-2 (``ko``), "
+"ISO 639-3 alpha-3(``kor``) 및 "
+"ISO 639-1 alpha-2와 ISO 3166-1 alpha-2(``ko-kr``) 를 따릅니다. "
 
-#: ../../api.rst:1176
+#: of tweepy.api.API.supported_languages:13
 msgid ""
-"The exceptions are available in the ``tweepy``  module directly, which "
-"means ``tweepy.error``  itself does not need to be imported. For example, "
-"`` tweepy.error.TweepError``  is available as ``tweepy.TweepError`` ."
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/supported-languages/api-reference/get-help-languages"
 msgstr ""
-"예외는 ``tweepy``  모듈에서 직접 이용 가능합니다. "
-"다시 말해, 예외 처리를 위해 ``tweepy.error``  자체를 추가로 가져올(import) 필요가 없습니다. "
-"예를 들어, ``tweepy.error.TweepError`` 는 ``tweepy.TweepError`` 로도 이용 가능합니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/supported-languages/api-reference/get-help-languages"
 
-#: ../../api.rst:1183
-msgid "The main exception Tweepy uses. Is raised for a number of things."
-msgstr "Tweepy가 사용하는 주요 예외. 발생 이유는 많습니다."
+#: ../../api.rst:620
+msgid "Get app rate limit status"
+msgstr "트위터 API 호출 제한 확인하기"
 
-#: ../../api.rst:1185
+#: of tweepy.api.API.rate_limit_status:1
 msgid ""
-"When a ``TweepError``  is raised due to an error Twitter responded with, "
-"the error code (`as described in the API documentation "
-"<https://developer.twitter.com/en/docs/basics/response-codes>`_) can be "
-"accessed at ``TweepError.response.text`` . Note, however, that "
-"`` TweepError`` \\ s also may be raised with other things as message (for "
-"example plain error reason strings)."
+"Returns the current rate limits for methods belonging to the specified "
+"resource families. When using application-only auth, this method's "
+"response indicates the application-only auth rate limiting context."
 msgstr ""
-"트위터로부터 반환된 오류로 인해 ``TweepError``  가 발생하면, ``TweepError.response.text``  에서 "
-"에러 코드(API 문서<https://developer.twitter.com/en/docs/basics/response-codes>에서 설명된 대로)에 접근할 수 있습니다. "
-"ë\8b¨, ``TweepError``  ë\8a\94 ë\8b¤ë¥¸ ê²\83ì\9d\84 ë©\94ì\8b\9cì§\80\98\88: ì\9d¼ë°\98ì \81ì\9d¸ ì\97\90ë\9f¬ ë¬¸ì\9e\90ì\97´)ë¡\9c í\91\9cì\8b\9cí\95\98ì\97¬ ë°\9cì\83\9dí\95  ì\88\98ë\8f\84 ì\9e\88ì\9d\8cì\97\90 ì\9c ì\9d\98í\95\98ì\8b­ì\8b\9cì\98¤."
+"지정한 리소스 패밀리의 호출 제한 관련 정보를 반환합니다. "
+"application-only 인증 방식 사용 시, 이 메서드는 해당 인증 관련 "
+"API í\98¸ì¶\9c ì \9cí\95\9c ì \95보를 ë°\98í\99\98í\95©ë\8b\88ë\8b¤."
 
-#: ../../api.rst:1195
+#: of tweepy.api.API.rate_limit_status:5
 msgid ""
-"Is raised when an API method fails due to hitting Twitter's rate limit. "
-"Makes for easy handling of the rate limit specifically."
+"A comma-separated list of resource families you want to know the current "
+"rate limit disposition for."
 msgstr ""
-"API 메소드 호출이 트위터의 한도 제한(Rate Limit)에 도달하여 실패할 때 발생합니다. "
-"한도 제한 관련 예외를 쉽게 다룰 수 있도록 특별히 제작했습니다."
+"현재의 API 호출 제한을 확인할, 쉼표(,)로 구분된 리소스 패밀리의 목록입니다."
 
-#: ../../api.rst:1198
+#: of tweepy.api.API.rate_limit_status:13
 msgid ""
-"Inherits from :exc:`TweepError`, so ``except TweepError``  will catch a "
-"`` RateLimitError``  too."
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/rate-limit-status/api-reference/get-application-rate_limit_status"
 msgstr ""
-":exc:`TweepError`를 상속받으므로, ``except TweepError`` 는 ``RateLimitError`` 도 처리할 것입니다."
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/rate-limit-status/api-reference/get-application-rate_limit_status"
 
-#: ../../api.rst:1203
+#: ../../api.rst:626
 msgid "Footnotes"
 msgstr "각주"
 
-#: ../../api.rst:1204
+#: ../../api.rst:627
 msgid "https://web.archive.org/web/20170829051949/https://dev.twitter.com/rest/reference/get/search/tweets"
 msgstr "https://web.archive.org/web/20170829051949/https://dev.twitter.com/rest/reference/get/search/tweets"
 
-#: ../../api.rst:1205
+#: ../../api.rst:628
 msgid ""
 "https://twittercommunity.com/t/favorited-reports-as-false-even-if-status-"
 "is-already-favorited-by-the-user/11145"
 msgstr ""
 "https://twittercommunity.com/t/favorited-reports-as-false-even-if-status-"
-"is-already-favorited-by-the-user/11145"
-
+"is-already-favorited-by-the-user/11145"
\ No newline at end of file
diff --git a/docs/locale/ko/LC_MESSAGES/asyncstream.po b/docs/locale/ko/LC_MESSAGES/asyncstream.po
new file mode 100644 (file)
index 0000000..6db6470
--- /dev/null
@@ -0,0 +1,401 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: 2022-01-08 06:41+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../asyncstream.rst:7
+msgid ":class:`tweepy.asynchronous.AsyncStream` --- Asynchronous Stream Reference"
+msgstr ":class:`tweepy.asynchronous.AsyncStream` --- 비동기 스트림 레퍼런스"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:1
+msgid "Stream realtime Tweets asynchronously"
+msgstr "실시간 및 비동기식으로 트윗을 스트리밍합니다."
+
+#: of tweepy.asynchronous.streaming.AsyncStream
+#: tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.on_closed
+#: tweepy.asynchronous.streaming.AsyncStream.on_data
+#: tweepy.asynchronous.streaming.AsyncStream.on_delete
+#: tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message
+#: tweepy.asynchronous.streaming.AsyncStream.on_exception
+#: tweepy.asynchronous.streaming.AsyncStream.on_limit
+#: tweepy.asynchronous.streaming.AsyncStream.on_request_error
+#: tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo
+#: tweepy.asynchronous.streaming.AsyncStream.on_status
+#: tweepy.asynchronous.streaming.AsyncStream.on_status_withheld
+#: tweepy.asynchronous.streaming.AsyncStream.on_user_withheld
+#: tweepy.asynchronous.streaming.AsyncStream.on_warning
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Parameters"
+msgstr "매개변수"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:5
+msgid "Twitter API Consumer Key"
+msgstr "트위터 API Consumer Key값"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:7
+msgid "Twitter API Consumer Secret"
+msgstr "트위터 API Consumer Secret값"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:9
+msgid "Twitter API Access Token"
+msgstr "Twitter API 액세스 토큰"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:11
+msgid "Twitter API Access Token Secret"
+msgstr "Twitter API 액세스 토큰 Secret값"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:13
+msgid "Number of times to attempt to (re)connect the stream."
+msgstr "스트림에 (재)연결 시도할 횟수. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream:15
+msgid "Proxy URL"
+msgstr "프록시 URL"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:20
+msgid "Aiohttp client session used to connect to the API"
+msgstr "API와의 연결에 사용될 Aiohttp 클라이언트 세션. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream
+msgid "type"
+msgstr "형식"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:22
+msgid "Optional[aiohttp.ClientSession]"
+msgstr "Optional[aiohttp.ClientSession]"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:26
+#: tweepy.asynchronous.streaming.AsyncStream.filter:38
+#: tweepy.asynchronous.streaming.AsyncStream.sample:17
+msgid "The task running the stream"
+msgstr "스트림 실행 중인 작업."
+
+#: of tweepy.asynchronous.streaming.AsyncStream:28
+msgid "Optional[asyncio.Task]"
+msgstr "Optional[asyncio.Task]"
+
+#: of tweepy.asynchronous.streaming.AsyncStream:32
+msgid "User agent used when connecting to the API"
+msgstr "API 연결에 사용되는 사용자 에이전트(User agent)."
+
+#: of tweepy.asynchronous.streaming.AsyncStream:34
+msgid "str"
+msgstr "str"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:1
+msgid "Filter realtime Tweets"
+msgstr "실시간으로 트윗을 필터링합니다."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:3
+msgid ""
+"A list of user IDs, indicating the users to return statuses for in the "
+"stream. See https://developer.twitter.com/en/docs/twitter-api/v1/tweets"
+"/filter-realtime/guides/basic-stream-parameters for more information."
+msgstr ""
+"스트림에 트윗(Status)들을 포함시킬 대상 사용자의 ID값 리스트. "
+"자세한 정보는 다음 URL을 참고하시기 바랍니다. "
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets"
+"/filter-realtime/guides/basic-stream-parameters"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:7
+msgid ""
+"Keywords to track. Phrases of keywords are specified by a list. See "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+msgstr ""
+"검색·추적할 키워드. 키워드 구문의 리스트꼴로 지정해야 합니다."
+"자세한 정보는 다음 URL을 참고하시기 바랍니다. "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:11
+msgid ""
+"Specifies a set of bounding boxes to track. See "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+msgstr ""
+"검색·추적할 위치를 지정하는 경계 상자(Bounding box)의 집합."
+"자세한 정보는 다음 URL을 참고하시기 바랍니다. "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:15
+msgid ""
+"Setting this parameter to one of none, low, or medium will set the "
+"minimum value of the filter_level Tweet attribute required to be included"
+" in the stream. The default value is none, which includes all available "
+"Tweets.  When displaying a stream of Tweets to end users (dashboards or "
+"live feeds at a presentation or conference, for example) it is suggested "
+"that you set this value to medium."
+msgstr ""
+"이 매개변수를 none, low 또는 medium 중 하나로 설정하면 "
+"스트림에 포함해야 하는 트윗 속성 중 filter_level 속성의 최솟값을 정합니다. "
+"기본값은 none이며, 이는 모든 사용 가능한 트윗을 스트림에 포함합니다. "
+"스트림의 트윗을 엔드유저(예: 프레젠테이션, 컨퍼런스의 대시보드 또는 라이브 피드)에게 "
+"트윗 스트림을 표시해야 할 때는, 이 값을 medium으로 설정하는 것을 권장합니다. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:15
+msgid ""
+"Setting this parameter to one of none, low, or medium will set the "
+"minimum value of the filter_level Tweet attribute required to be included"
+" in the stream. The default value is none, which includes all available "
+"Tweets."
+msgstr ""
+"이 매개변수를 none, low 또는 medium 중 하나로 설정하면 "
+"스트림에 포함해야 하는 트윗 속성 중 filter_level 속성의 최솟값을 정합니다. "
+"기본값은 none이며, 이는 모든 사용 가능한 트윗을 스트림에 포함합니다. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:20
+msgid ""
+"When displaying a stream of Tweets to end users (dashboards or live feeds"
+" at a presentation or conference, for example) it is suggested that you "
+"set this value to medium."
+msgstr ""
+"스트림의 트윗을 엔드유저(예: 프레젠테이션, 컨퍼런스의 대시보드 또는 라이브 피드)에게 "
+"트윗 스트림을 표시해야 할 때는, 이 값을 medium으로 설정하는 것을 권장합니다. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:24
+#: tweepy.asynchronous.streaming.AsyncStream.sample:3
+msgid ""
+"Setting this parameter to a comma-separated list of `BCP 47`_ language "
+"identifiers corresponding to any of the languages listed on Twitter’s "
+"`advanced search`_ page will only return Tweets that have been detected "
+"as being written in the specified languages. For example, connecting with"
+" language=en will only stream Tweets detected to be in the English "
+"language."
+msgstr ""
+"이 매개변수를 `BCP 47`_ 언어 식별자꼴로 표현되는, 쉼표(,)로 구분된 리스트로 설정하면"
+"(단, 트위터의 `고급 검색`_ 페이지에 있는 언어에 한함) 지정한 언어로 작성된 트윗만 "
+"반환합니다. 예로, language=ko 로 설정하면 한국어로 작성된 트윗만 스트림에 포함됩니다. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:31
+#: tweepy.asynchronous.streaming.AsyncStream.sample:10
+msgid ""
+"Specifies whether stall warnings should be delivered. See "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+msgstr ""
+"지연 경고(Stall warnings)를 전달할지의 여부."
+"자세한 정보는 다음 URL을 참고하시기 바랍니다. "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Raises"
+msgstr "예외 발생"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:36
+msgid ""
+"When the stream is already connected or when the number of location     "
+"coordinates is not a multiple of 4"
+msgstr "위치 좌표 수가 4의 배수가 아닌 경우"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Returns"
+msgstr "반환"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Return type"
+msgstr "반환 형식"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:42
+#: tweepy.asynchronous.streaming.AsyncStream.on_data:11
+#: tweepy.asynchronous.streaming.AsyncStream.sample:21
+msgid "References"
+msgstr "참조"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:43
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/api-reference/post-statuses-filter"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/api-reference/post-statuses-filter"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.sample:1
+msgid "Sample realtime Tweets"
+msgstr "실시간으로 트윗을 샘플링합니다. "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.sample:15
+msgid "When the stream is already connected"
+msgstr "스트림이 이미 연결되어있는 경우 "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.sample:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/sample-"
+"realtime/api-reference/get-statuses-sample"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/sample-"
+"realtime/api-reference/get-statuses-sample"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.disconnect:1
+msgid "Disconnect the stream"
+msgstr "스트림과의 연결을 종료함"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_closed:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_connect:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_connection_error:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_data:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_delete:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_disconnect:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_exception:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_keep_alive:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_limit:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_request_error:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_status:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_status_withheld:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_user_withheld:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_warning:1
+msgid "|coroutine|"
+msgstr "코루틴 함수임(|coroutine|)"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_closed:3
+msgid "This is called when the stream has been closed by Twitter."
+msgstr "트위터에 의해 스트림이 닫힐 경우 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_closed:5
+msgid "The response from Twitter"
+msgstr "트위터로부터의 응답"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_connect:3
+msgid "This is called after successfully connecting to the streaming API."
+msgstr "스트리밍 API에 성공적으로 연결되면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_connection_error:3
+msgid "This is called when the stream connection errors or times out."
+msgstr "스트림 연결 오류 및 시간 초과시 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_disconnect:3
+msgid "This is called when the stream has disconnected."
+msgstr "스트림 연결이 종료되면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_exception:3
+msgid "This is called when an unhandled exception occurs."
+msgstr "처리되지 않은 예외가 발생하면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_exception:5
+msgid "The unhandled exception"
+msgstr "처리되지 않은 예외"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_keep_alive:3
+msgid "This is called when a keep-alive signal is received."
+msgstr "keep-alive 신호를 받을 때 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_request_error:3
+msgid "This is called when a non-200 HTTP status code is encountered."
+msgstr "HTTP 200이 아닌 상태 코드가 반환되면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_request_error:5
+msgid "The HTTP status code encountered"
+msgstr "발생한 HTTP 상태 코드"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_data:3
+msgid ""
+"This is called when raw data is received from the stream. This method "
+"handles sending the data to other methods, depending on the message type."
+msgstr ""
+"스트림에서 원본 데이터(Raw data)가 수신되면 호출됩니다. "
+"이 메서드는 메세지 유형에 따라 다른 메서드로 데이터를 전달합니다."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_data:7
+msgid "The raw data from the stream"
+msgstr "스트림으로부터의 원본 데이터(Raw data)"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_data:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/guides/streaming-message-types"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/guides/streaming-message-types"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status:3
+msgid "This is called when a status is received."
+msgstr "트윗(Status)을 받아오면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status:5
+msgid "The Status received"
+msgstr "받아온 트윗(Status)"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_delete:3
+msgid "This is called when a status deletion notice is received."
+msgstr "트윗(Status) 삭제를 전달받으면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_delete:5
+msgid "The ID of the deleted Tweet"
+msgstr "삭제된 트윗의 ID."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_delete:7
+msgid "The ID of the author of the Tweet"
+msgstr "트윗 작성자의 ID."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message:3
+msgid "This is called when a disconnect message is received."
+msgstr "연결 종료 메세지를 받으면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message:5
+msgid "The disconnect message"
+msgstr "연결 종료 메세지"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_limit:3
+msgid "This is called when a limit notice is received."
+msgstr "API 호출 제한을 전달받으면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_limit:5
+msgid ""
+"Total count of the number of undelivered Tweets since the connection was "
+"opened"
+msgstr "연결 수립 후 전달되지 않은 트윗의 총 개수"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo:3
+msgid "This is called when a location deletion notice is received."
+msgstr "특정 위치의 삭제를 전달받으면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo:5
+msgid "The location deletion notice"
+msgstr "특정 위치 삭제 통지"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status_withheld:3
+msgid "This is called when a status withheld content notice is received."
+msgstr "트윗(Status) 내용 보류를 전달받으면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status_withheld:5
+msgid "The status withheld content notice"
+msgstr "내용 보류 통지 대상 트윗(Status) "
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_user_withheld:3
+msgid "This is called when a user withheld content notice is received."
+msgstr "사용자가 보류된 내용(의 통지)를 전달받았을때 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_user_withheld:5
+msgid "The user withheld content notice"
+msgstr "내용 보류 통지를 받은 사용자"
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_warning:3
+msgid "This is called when a stall warning message is received."
+msgstr "지연 경고(Stall warnings)를 전달받으면 호출됨."
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_warning:5
+msgid "The stall warning"
+msgstr "지연 경고(Stall warnings)"
+
index 0c47a45b4b3a95cbce6c78358c9b94ac5b6ee82a..c827f51458f65f633fb4f38192b97ebbb55c61a4 100644 (file)
@@ -1,25 +1,25 @@
-# Authentication Tutorial
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 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: 2019-12-28 11:56+0900\n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2022-01-02 02:52+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
 
 #: ../../auth_tutorial.rst:6
 msgid "Authentication Tutorial"
-msgstr "인증 지침"
+msgstr "인증 튜토리얼"
 
 #: ../../auth_tutorial.rst:9
 msgid "Introduction"
@@ -47,8 +47,8 @@ msgid ""
 msgstr ""
 "Tweepy는 OAuth 1a를 가능한 편리하게 제공하기 위해 노력합니다. "
 "다만, 이 과정을 시작하기 위해선 클라이언트 응용프로그램을 트위터에 등록할 필요가 있습니다. "
-"새로운 응용 프로그램을 생성하고, 그를 실행하기 위해서는 Consumer_key와 Secret을 가져야 합니다. "
-"이 2가지는 필요하므로 잘 보관합시다."
+"새로운 응용 프로그램을 생성하고, 그를 실행하기 위해서는 consumer_key와 "
+"consumer_secret을 가져야 합니다. 이 2가지는 꼭 필요하고, 중요하므로 잘 보관합시다."
 
 #: ../../auth_tutorial.rst:24
 msgid ""
@@ -64,7 +64,8 @@ msgid ""
 "If you have a web application and are using a callback URL that needs to "
 "be supplied dynamically you would pass it in like so::"
 msgstr ""
-"웹 응용 프로그램이 있고 동적일 필요가 있는 콜백 URL을 사용하는 경우, 다음과 같이 전달합니다:: "
+"웹 응용 프로그램이 있고 동적일 필요가 있는 콜백 URL을 사용하는 경우, "
+"다음과 같이 전달합니다:: "
 
 #: ../../auth_tutorial.rst:36
 msgid ""
@@ -72,15 +73,16 @@ msgid ""
 " statically on twitter.com when setting up your application's profile."
 msgstr ""
 "콜백 URL을 변경하지 않을 경우, 응용 프로그램의 프로필을 설정할 때 "
-"twitter.com에서 정적으로 설정하는 것이 가장 좋습니다."
+"twitter.com에서 정적으로 설정하는 것이 가장 좋습니다 ."
 
 #: ../../auth_tutorial.rst:40
 msgid ""
 "Unlike basic auth, we must do the OAuth 1a \"dance\" before we can start "
 "using the API. We must complete the following steps:"
 msgstr ""
-"기초적인 인증과는 다르게, 우리는 API를 사용하기 전에 다음의 \"OAuth 1a Dance\"과정이 거쳐야 합니다."
-"다음와 같은 과정을 완벽하게 완료해야 합니다."
+"기초적인 인증과는 다르게, 우리는 API를 사용하기 전에 "
+"아래와 같은  \"OAuth 1a Dance\"과정을 거쳐야 합니다. "
+"다시 말해, 아래와 같은 과정을 완벽하게 완료해야 합니다. "
 
 #: ../../auth_tutorial.rst:43
 msgid "Get a request token from twitter"
@@ -98,14 +100,13 @@ msgstr ""
 "콜백을 이용하는 경우, 트위터는 사용자를 우리에게 리다이렉트 할 것입니다. "
 "그렇지 않으면 사용자가 수동으로 검증 코드를 입력해야만 합니다."
 
-
 #: ../../auth_tutorial.rst:51
 msgid "Exchange the authorized request token for an access token."
-msgstr "인증된 요청 토큰을 접근 토큰(Access Token)으로 교체합니다."
+msgstr "인증된 요청 토큰(Request token) 을 액세스 토큰(Access token)으로 교체합니다."
 
 #: ../../auth_tutorial.rst:53
 msgid "So let's fetch our request token to begin the dance::"
-msgstr "ì\9e\90, ì\9d´ì \9c ì\9d¸ì¦\9d ê³¼ì \95ì\9d\84 ì§\84í\96\89í\95\98기 ì\9c\84í\95´ ì\9a\94ì²­ í\86 í\81°ì\9d\84 ê°\80ì ¸ì\98µì\8b\9cë\8b¤."
+msgstr "이제 인증 과정을 진행하기 위해 요청 토큰을 가져옵시다."
 
 #: ../../auth_tutorial.rst:60
 msgid ""
@@ -117,8 +118,10 @@ msgid ""
 "session since we will need it inside the callback URL request. Here is a "
 "pseudo example of storing the request token in a session::"
 msgstr ""
-"이 호출은 트위터를 통하여 토큰을 요청하고, 사용자가 인증을 위해 리다이렉트 되어야 하는 인증 URL을 반환합니다. "
-"만약 데스크탑 응용 프로그램인 경우, 사용자가 돌아올 때까지 OAuthHandler 인스턴스를 유지할 수 있습니다. "
+"이 호출은 트위터를 통하여 토큰을 요청하고, "
+"사용자가 인증을 위해 리다이렉트 되어야 하는 인증 URL을 반환합니다. "
+"만약 데스크탑 응용 프로그램인 경우, "
+"사용자가 돌아올 때까지 OAuthHandler 인스턴스를 유지할 수 있습니다. "
 "따라서, 요청 토큰은 콜백 URL 요청에 필요하므로 세션에 저장해야만 합니다. "
 "다음은 요청한 토큰을 세션에 저장하는 예시 코드입니다::"
 
@@ -127,7 +130,8 @@ msgid ""
 "So now we can redirect the user to the URL returned to us earlier from "
 "the get_authorization_url() method."
 msgstr ""
-"이제 get_authorization_url() 메소드를 통해, 이전에 반환받은 URL로 사용자를 리다이렉트 할 수 있습니다."
+"이제 get_authorization_url() 메소드를 통해, "
+"이전에 반환받은 URL로 사용자를 리다이렉트 할 수 있습니다."
 
 #: ../../auth_tutorial.rst:74
 msgid ""
@@ -139,7 +143,8 @@ msgid ""
 msgstr ""
 "만약 데스크탑 응용 프로그램(또는 콜백을 사용하지 않는 응용 프로그램)이라면, "
 "트위터의 승인 이후 제공되는 \"검증 코드\"를 사용자에게 요구해야 합니다. "
-"웹 응용 프로그램 내에서 이 검증 코드는 URL에서 GET 쿼리 매개변수의 형태로 트위터의 콜백 요청에 의해 제공됩니다."
+"웹 응용 프로그램 내에서 이 검증 코드는 URL에서 "
+"GET 쿼리 매개변수의 형태로 트위터의 콜백 요청에 의해 제공됩니다."
 
 #: ../../auth_tutorial.rst:88
 msgid ""
@@ -147,8 +152,8 @@ msgid ""
 "access token is the \"key\" for opening the Twitter API treasure box. To "
 "fetch this token we do the following::"
 msgstr ""
-"ë§\88ì§\80ë§\89 ë\8b¨ê³\84ë\8a\94 ì\9a\94ì²­ í\86 í\81°ì\9d\84 ì \91ê·¼ 토큰으로 교체하는 것입니다. "
-"ì \91ê·¼ 토큰은 트위터 API라는 보물 상자에 접근하기 위한 \"열쇠\"입니다. "
+"ë§\88ì§\80ë§\89 ë\8b¨ê³\84ë\8a\94 ì\9a\94ì²­ í\86 í\81°ì\9d\84 ì\95¡ì\84¸ì\8a¤ 토큰으로 교체하는 것입니다. "
+"ì\95¡ì\84¸ì\8a¤ 토큰은 트위터 API라는 보물 상자에 접근하기 위한 \"열쇠\"입니다. "
 "이 토큰을 가져오기 위해서는, 다음과 같은 과정을 거쳐야합니다::"
 
 #: ../../auth_tutorial.rst:105
@@ -160,10 +165,11 @@ msgid ""
 "application. Basically you need to store 2 string values: key and "
 "secret::"
 msgstr ""
-"ì°¨í\9b\84 ì\82¬ì\9a©ì\9d\84 ì\9c\84í\95´ ì \91ê·¼ 토큰을 저장하는 것은 좋은 생각입니다."
+"ì°¨í\9b\84 ì\82¬ì\9a©ì\9d\84 ì\9c\84í\95´ ì\95¡ì\84¸ì\8a¤ 토큰을 저장하는 것은 좋은 생각입니다."
 "이렇게 하면, 사용할 때 마다 계속 접근할 필요가 없어집니다. "
 "트위터는 토큰을 만료시키지 않으므로, 비활성화 되는 때는 사용자가 응용 프로그램 접근을 취소할 때입니다. "
-"접근 토큰을 저장하는 방법은 응용 프로그램에 따라 달라지지만, 기본적으로 Key와 Secret 문자열 값은 저장할 필요가 있습니다:: "
+"액세스 토큰을 저장하는 방법은 응용 프로그램에 따라 달라지지만, "
+"기본적으로 Key와 Secret 문자열 값은 저장할 필요가 있습니다:: "
 
 #: ../../auth_tutorial.rst:115
 msgid ""
@@ -172,14 +178,16 @@ msgid ""
 " do this::"
 msgstr ""
 "토큰 값은 데이터베이스, 파일, 그 외 데이터 저장 장소에 저장이 가능합니다. "
-"저장된 접근 토큰을 이용해, 다시 OAuthHandler를 실행하기 위해서는 다음과 같은 코드를 이용해야 합니다:: "
+"저장된 액세스 토큰을 이용해, 다시 OAuthHandler를 실행하기 위해서는 "
+"다음과 같은 코드를 이용해야 합니다:: "
 
 #: ../../auth_tutorial.rst:122
 msgid ""
 "So now that we have our OAuthHandler equipped with an access token, we "
 "are ready for business::"
 msgstr ""
-"OAuthHandler가 접근 토큰을 전달받았으므로, 이제 다음 코드를 실행할 수 있습니다:: "
+"OAuthHandler가 액세스 토큰을 전달받았으므로, "
+"이제 다음 코드를 실행할 수 있습니다:: "
 
 #: ../../auth_tutorial.rst:129
 msgid "OAuth 2 Authentication"
@@ -193,7 +201,8 @@ msgid ""
 "information."
 msgstr ""
 "Tweepy는 OAuth 2 인증 방식도 지원합니다. "
-"OAuth 2는 응용 프로그램이 사용자의 특별한 조작 없이도 API 요청을 할 수 있는 인증 방식입니다. "
+"OAuth 2는 응용 프로그램이 사용자의 특별한 조작 없이도 "
+"API 요청을 할 수 있는 인증 방식입니다. "
 "공개된 정보에 대한 읽기 전용 접근만이 필요한 경우 이 방식을 사용하세요."
 
 #: ../../auth_tutorial.rst:136
@@ -201,14 +210,16 @@ msgid ""
 "Like OAuth 1a, we first register our client application and acquire a "
 "consumer key and secret."
 msgstr ""
-"물론 OAuth 1a처럼, 먼저 클라이언트 응용프로그램을 등록하고 Consumer_key와 Secret값을 얻어야 합니다."
+"물론 OAuth 1a처럼, 먼저 클라이언트 응용프로그램을 등록하고 "
+"consumer_key와 consumer_secret값을 얻어야 합니다."
 
 #: ../../auth_tutorial.rst:139
 msgid ""
 "Then we create an AppAuthHandler instance, passing in our consumer key "
 "and secret::"
 msgstr ""
-"그런 다음, AppAuthHandler 인스턴스를 생성하고, Consumer_key와 Secret을 전달합니다::"
+"그런 다음, AppAuthHandler 인스턴스를 생성하고, "
+"Consumer_key와 Secret을 전달합니다::"
 
 #: ../../auth_tutorial.rst:144
 msgid "With the bearer token received, we are now ready for business::"
diff --git a/docs/locale/ko/LC_MESSAGES/changelog.po b/docs/locale/ko/LC_MESSAGES/changelog.po
new file mode 100644 (file)
index 0000000..dc4aa75
--- /dev/null
@@ -0,0 +1,4199 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: 2022-01-05 17:50+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../changelog.md:1
+msgid "Changelog"
+msgstr "체인지로그"
+
+#: ../../changelog.md:4
+msgid ""
+"These changelogs are also at <https://github.com/tweepy/tweepy/releases> "
+"as release notes."
+msgstr ""
+"이 체인지로그는 <https://github.com/tweepy/tweepy/releases> 에서 release note로도 "
+"확인이 가능합니다."
+
+#: ../../changelog.md:6
+msgid "Version 4.4.0"
+msgstr "버전 4.4.0"
+
+#: ../../changelog.md:8 ../../changelog.md:18 ../../changelog.md:30
+#: ../../changelog.md:46 ../../changelog.md:360 ../../changelog.md:453
+#: ../../changelog.md:476 ../../changelog.md:517 ../../changelog.md:548
+#: ../../changelog.md:564
+msgid "New Features / Improvements"
+msgstr "새 기능 / 개선"
+
+#: ../../changelog.md:9
+msgid ""
+"Add support for List lookup with Twitter API v2 "
+"([0aa2366](https://github.com/tweepy/tweepy/commit/0aa2366a875464756507abf42709a3db676f4cee))"
+msgstr ""
+"이제 트위터 API v2를 이용한 리스트 검색을 "
+"지원합니다.([0aa2366](https://github.com/tweepy/tweepy/commit/0aa2366a875464756507abf42709a3db676f4cee))"
+
+#: ../../changelog.md:10
+msgid ""
+"Add `Client.get_space_buyers` "
+"([8bf58ca](https://github.com/tweepy/tweepy/commit/8bf58ca5754f72292d1d86367a02778af7a44f20))"
+msgstr ""
+"다음을 추가함: `Client.get_space_buyers` "
+"([8bf58ca](https://github.com/tweepy/tweepy/commit/8bf58ca5754f72292d1d86367a02778af7a44f20))"
+
+#: ../../changelog.md:11
+msgid ""
+"Add `Space.ended_at` and `Space.topic_ids` "
+"([c89a233](https://github.com/tweepy/tweepy/commit/c89a233a96142ce01ecd5e1372c3fdce45c6601f))"
+msgstr ""
+"다음을 추가함: `Space.ended_at`, `Space.topic_ids` "
+"([c89a233](https://github.com/tweepy/tweepy/commit/c89a233a96142ce01ecd5e1372c3fdce45c6601f))"
+
+#: ../../changelog.md:13 ../../changelog.md:40 ../../changelog.md:59
+#: ../../changelog.md:434 ../../changelog.md:467 ../../changelog.md:510
+#: ../../changelog.md:537 ../../changelog.md:557 ../../changelog.md:573
+#: ../../changelog.md:588 ../../changelog.md:601
+msgid "Bug Fixes"
+msgstr "버그 수정"
+
+#: ../../changelog.md:14
+msgid ""
+"Remove erroneous `Space.__str__` "
+"([ebb4bfd](https://github.com/tweepy/tweepy/commit/ebb4bfdd4033e9a8ee257ab244381e1a8fdb2984))"
+msgstr ""
+"잘못된 `Space.__str__` "
+"제거([ebb4bfd](https://github.com/tweepy/tweepy/commit/ebb4bfdd4033e9a8ee257ab244381e1a8fdb2984))"
+
+#: ../../changelog.md:16
+msgid "Version 4.3.0"
+msgstr "버전 4.3.0"
+
+#: ../../changelog.md:19
+msgid ""
+"Add support for managing Tweets with Twitter API v2 "
+"([7884e3a](https://github.com/tweepy/tweepy/commit/7884e3a7253d9a821ff46160ec0d3811f299327f))"
+msgstr ""
+"이제 트위터 API v2를 이용한 트윗 관리를 "
+"지원합니다.([7884e3a](https://github.com/tweepy/tweepy/commit/7884e3a7253d9a821ff46160ec0d3811f299327f))"
+
+#: ../../changelog.md:21 ../../changelog.md:67 ../../changelog.md:430
+msgid "Misc"
+msgstr "기타"
+
+#: ../../changelog.md:22
+msgid ""
+"Document `HTTPException` attributes "
+"([c62c31a](https://github.com/tweepy/tweepy/commit/c62c31a0f3574e04b6e2f5996b90b5c1b5917485))"
+msgstr ""
+"문서 `HTTPException` "
+"특성(attributes)([c62c31a](https://github.com/tweepy/tweepy/commit/c62c31a0f3574e04b6e2f5996b90b5c1b5917485))"
+
+#: ../../changelog.md:23
+msgid ""
+"Add table to documentation mapping `Client` methods to Twitter API v2 "
+"endpoints "
+"([0572b03](https://github.com/tweepy/tweepy/commit/0572b03b7fe1a2384951ebc2c0002f9d8bd6b68a))"
+msgstr ""
+
+#: ../../changelog.md:24
+msgid "Add and improve examples"
+msgstr "예시의 추가·보충"
+
+#: ../../changelog.md:25
+msgid "Revamp examples page in documentation"
+msgstr "문서의 '예시' 페이지 수정"
+
+#: ../../changelog.md:26 ../../changelog.md:35 ../../changelog.md:71
+#: ../../changelog.md:431
+msgid "Update and improve various documentation and tests"
+msgstr "다양한 문서 갱신(업데이트) 및 수정"
+
+#: ../../changelog.md:28
+msgid "Version 4.2.0"
+msgstr "버전 4.2.0"
+
+#: ../../changelog.md:31
+msgid ""
+"Add support for managing lists with Twitter API v2 "
+"([b1342bf](https://github.com/tweepy/tweepy/commit/b1342bfc998bee334437f2b7a8d2aef4df7c3838))"
+msgstr ""
+"이제 트위터 API v2를 이용한 리스트 관리를 지원함 "
+"([b1342bf](https://github.com/tweepy/tweepy/commit/b1342bfc998bee334437f2b7a8d2aef4df7c3838))"
+
+#: ../../changelog.md:32
+msgid ""
+"Rename `Client.follow` and `Client.unfollow` to `Client.follow_user` and "
+"`Client.unfollow_user`, respectively "
+"([8f8de15](https://github.com/tweepy/tweepy/commit/8f8de15e13f11d042a521d2adae24d0c09fa2098))"
+msgstr ""
+"`Client.follow` 과 `Client.unfollow` 를 각각 `Client.follow_user` 과 "
+"`Client.unfollow_user` 로 바꿈 "
+"([8f8de15](https://github.com/tweepy/tweepy/commit/8f8de15e13f11d042a521d2adae24d0c09fa2098))"
+
+#: ../../changelog.md:33
+msgid "`Client.follow` and `Client.unfollow` are kept as deprecated aliases"
+msgstr "`Client.follow` 과 `Client.unfollow` 는 사용되지 않는 이름으로 남아있음"
+
+#: ../../changelog.md:34
+msgid "Add FAQ section in documentation"
+msgstr "문서에 FAQ 추가함"
+
+#: ../../changelog.md:37
+msgid "Twitter API Changes"
+msgstr "트위터 API 변경사항"
+
+#: ../../changelog.md:38
+msgid ""
+"Change `state` to optional parameter for `Client.search_spaces` "
+"([e61d5d6](https://github.com/tweepy/tweepy/commit/e61d5d6f017db7f28871331b515fcfd87666f352))"
+msgstr ""
+"`state` 를 `Client.search_spaces` 의 선택적(Optional) 매개변수로 전환함 "
+"([e61d5d6](https://github.com/tweepy/tweepy/commit/e61d5d6f017db7f28871331b515fcfd87666f352))"
+
+#: ../../changelog.md:41
+msgid ""
+"Fix parsing of datetime strings for API v2 models with Python 3.6 "
+"([5bf2446](https://github.com/tweepy/tweepy/commit/5bf24464b00257a9fa5f66047a2f7815c1e4f8fb))"
+msgstr ""
+"파이썬 3.6과 파이썬 API v2에서의 날짜/시간 파싱이 올바르게 되도록 수정 "
+"([5bf2446](https://github.com/tweepy/tweepy/commit/5bf24464b00257a9fa5f66047a2f7815c1e4f8fb))"
+
+#: ../../changelog.md:42
+msgid ""
+"Fix models missing an `API` instance attribute when using `Cursor` with "
+"pagination by ID "
+"([451e921](https://github.com/tweepy/tweepy/commit/451e921210677ee0a618849f189bdfeea497a00c))"
+msgstr ""
+"`Cursor` 와 ID값을 이용한 페이지화 작업 중 `API` 인스턴스가 누락되는 현상 수정 "
+"([451e921](https://github.com/tweepy/tweepy/commit/451e921210677ee0a618849f189bdfeea497a00c))"
+
+#: ../../changelog.md:44
+msgid "Version 4.1.0"
+msgstr "버전 4.1.0"
+
+#: ../../changelog.md:47
+msgid ""
+"Add support for Python 3.10 "
+"([229b738](https://github.com/tweepy/tweepy/commit/229b73858c93bd5997385445f522816c374d41ea))"
+msgstr ""
+"파이썬 3.10 지원 "
+"([229b738](https://github.com/tweepy/tweepy/commit/229b73858c93bd5997385445f522816c374d41ea))"
+
+#: ../../changelog.md:48
+msgid "Update minimum dev requirement version for tox to 3.14.0"
+msgstr "Tox 개발 최소 요구 버전을 3.14.0 으로 갱신함"
+
+#: ../../changelog.md:49
+msgid ""
+"Add support for Spaces "
+"([5c68892](https://github.com/tweepy/tweepy/commit/5c688922cf0f8e89d401ea5108b06aaa8c12d71b))"
+msgstr ""
+"이제 스페이스(트위터 스페이스)를 지원함 "
+"([5c68892](https://github.com/tweepy/tweepy/commit/5c688922cf0f8e89d401ea5108b06aaa8c12d71b))"
+
+#: ../../changelog.md:50
+msgid "Add `Space` model"
+msgstr "추가함: `Space` 모델"
+
+#: ../../changelog.md:51
+msgid "Add `Client.search_spaces`, `Client.get_spaces`, and `Client.get_space`"
+msgstr "추가함: `Client.search_spaces`, `Client.get_spaces`, `Client.get_space`"
+
+#: ../../changelog.md:52
+msgid ""
+"Add support for batch compliance "
+"([6ca75e1](https://github.com/tweepy/tweepy/commit/6ca75e1b69a1085ac43215b30fc8269b91faa790))"
+msgstr ""
+"이제 '표준 준수 하 일괄 처리'(Batch compliance)를 지원함 "
+"([6ca75e1](https://github.com/tweepy/tweepy/commit/6ca75e1b69a1085ac43215b30fc8269b91faa790))"
+
+#: ../../changelog.md:53
+msgid ""
+"Add `Client.get_compliance_jobs`, `Client.get_compliance_job`, and "
+"`Client.create_compliance_job`"
+msgstr ""
+"추가함: `Client.get_compliance_jobs`, `Client.get_compliance_job`, "
+"`Client.create_compliance_job`"
+
+#: ../../changelog.md:54
+msgid ""
+"Add `Client.get_muted` "
+"([00cdab8](https://github.com/tweepy/tweepy/commit/00cdab8a86b98c6b02636fd511700fc73653e006))"
+msgstr ""
+"추가함: `Client.get_muted` "
+"([00cdab8](https://github.com/tweepy/tweepy/commit/00cdab8a86b98c6b02636fd511700fc73653e006))"
+
+#: ../../changelog.md:55
+msgid "Minor documentation corrections"
+msgstr "자잘한 문서 수정"
+
+#: ../../changelog.md:57
+msgid "Version 4.0.1"
+msgstr "버전 4.0.1"
+
+#: ../../changelog.md:60
+msgid ""
+"Fix handling of strings passed as fields parameters for `Client` methods "
+"([d61a5d9](https://github.com/tweepy/tweepy/commit/d61a5d9f52a9d9ee3f40d23515d6ffd1f2a02e14))"
+msgstr ""
+"`Client` 메서드에 필드값 형태로 문자열이 전달될 때 발생하던 문제를 수정함 "
+"([d61a5d9](https://github.com/tweepy/tweepy/commit/d61a5d9f52a9d9ee3f40d23515d6ffd1f2a02e14))"
+
+#: ../../changelog.md:61
+msgid ""
+"Include unexpected parameters passed to `Client` methods in Twitter API "
+"request "
+"([618d1c2](https://github.com/tweepy/tweepy/commit/618d1c25c7743443686f27006f558f4d78972da3))"
+msgstr ""
+"이제 트위터 API 요청으로부터 `Client` 메서드에 예기치 않은 매개변수가 전달되는 경우도 고려함 "
+"([618d1c2](https://github.com/tweepy/tweepy/commit/618d1c25c7743443686f27006f558f4d78972da3))"
+
+#: ../../changelog.md:62
+msgid "This future-proofs for new endpoint parameters"
+msgstr "이는 새 엔드포인트 매개변수를 대비하는 미래 지향형 업데이트임"
+
+#: ../../changelog.md:63
+msgid ""
+"Stop checking parameter names when converting parameters passed to "
+"`Client` methods from datetimes to strings "
+"([1320a37](https://github.com/tweepy/tweepy/commit/1320a3709b1683cb32b69abdaa9e7e120b6ed59c))"
+msgstr ""
+"`Client` 메서드에 전달된 매개변수를 날짜/시간 형식에서 문자열로 변환할 때, 더 이상 매개변수 이름을 확인하지 않음 "
+"([1320a37](https://github.com/tweepy/tweepy/commit/1320a3709b1683cb32b69abdaa9e7e120b6ed59c))"
+
+#: ../../changelog.md:64
+msgid ""
+"This future-proofs for new endpoint parameters besides `start_time` and "
+"`end_time` that accept datetimes"
+msgstr "이는 날짜/시간 형식을 허용하는 새 엔드포인트 변수 지원에 대한 미래 지향형 업데이트임"
+
+#: ../../changelog.md:65
+msgid ""
+"Handle simplejson being installed when handling `JSONDecodeError` in "
+"`HTTPException` "
+"([586c162](https://github.com/tweepy/tweepy/commit/586c1621f71c9569c17b6bdbee99a7c238bb301d))"
+msgstr ""
+"simplejson 사용과 관련된, `HTTPException` 에서의 `JSONDecodeError` 문제를 수정함 "
+"([586c162](https://github.com/tweepy/tweepy/commit/586c1621f71c9569c17b6bdbee99a7c238bb301d))"
+
+#: ../../changelog.md:68
+msgid ""
+"Update documentation requirements "
+"([3fa38b6](https://github.com/tweepy/tweepy/commit/3fa38b6b949fb85c434f4aec9c54327d80027c12),"
+" "
+"[388e2f6](https://github.com/tweepy/tweepy/commit/388e2f6c5167cd9fd6669d05d2e15ea00cdea805),"
+" "
+"[4315ab0](https://github.com/tweepy/tweepy/commit/4315ab07c382c92e177cde7232085dfd4828b50e))"
+msgstr ""
+"문서 요구 사항 갱신 "
+"([3fa38b6](https://github.com/tweepy/tweepy/commit/3fa38b6b949fb85c434f4aec9c54327d80027c12),"
+" "
+"[388e2f6](https://github.com/tweepy/tweepy/commit/388e2f6c5167cd9fd6669d05d2e15ea00cdea805),"
+" "
+"[4315ab0](https://github.com/tweepy/tweepy/commit/4315ab07c382c92e177cde7232085dfd4828b50e))"
+
+#: ../../changelog.md:69
+msgid ""
+"Remove nose usage from tests "
+"([b4c06a4](https://github.com/tweepy/tweepy/commit/b4c06a4bb7800026809cfabf69565845dbc00923))"
+msgstr ""
+"테스트에서 nose를 더 이상 사용하지 않음 "
+"([b4c06a4](https://github.com/tweepy/tweepy/commit/b4c06a4bb7800026809cfabf69565845dbc00923))"
+
+#: ../../changelog.md:70
+msgid ""
+"Remove mock and nose from tests extra and requirements "
+"([0f071fd](https://github.com/tweepy/tweepy/commit/0f071fd2dbbbb5eb7efccc16a8121eb22ebabf12),"
+" "
+"[b4c06a4](https://github.com/tweepy/tweepy/commit/b4c06a4bb7800026809cfabf69565845dbc00923))"
+msgstr ""
+"더 이상 테스트시 mock와 nose를 요하지 않음 "
+"([0f071fd](https://github.com/tweepy/tweepy/commit/0f071fd2dbbbb5eb7efccc16a8121eb22ebabf12),"
+" "
+"[b4c06a4](https://github.com/tweepy/tweepy/commit/b4c06a4bb7800026809cfabf69565845dbc00923))"
+
+#: ../../changelog.md:73
+msgid "Version 4.0.0"
+msgstr "버전 4.0.0"
+
+#: ../../changelog.md:76
+msgid "Major New Features / Improvements"
+msgstr "새 주요 기능 / 개선"
+
+#: ../../changelog.md:77
+msgid ""
+"Support Twitter API v2 "
+"([#1472](https://github.com/tweepy/tweepy/issues/1472), "
+"[#1535](https://github.com/tweepy/tweepy/pull/1535))"
+msgstr ""
+"이제 트위터 API v2 를 "
+"지원함([#1472](https://github.com/tweepy/tweepy/issues/1472), "
+"[#1535](https://github.com/tweepy/tweepy/pull/1535))"
+
+#: ../../changelog.md:78
+msgid "Replace API v1.1 models in package namespace"
+msgstr "패키지 네임스페이스에서 API v1.1 모델을 대체함"
+
+#: ../../changelog.md:80
+msgid ""
+"Rework media uploading "
+"([#640](https://github.com/tweepy/tweepy/issues/640), "
+"[#1486](https://github.com/tweepy/tweepy/pull/1486), "
+"[#1501](https://github.com/tweepy/tweepy/issues/1501))"
+msgstr ""
+"미디어 업로드 재작업 ([#640](https://github.com/tweepy/tweepy/issues/640), "
+"[#1486](https://github.com/tweepy/tweepy/pull/1486), "
+"[#1501](https://github.com/tweepy/tweepy/issues/1501))"
+
+#: ../../changelog.md:82
+msgid ""
+"Support asynchronous streaming "
+"([#732](https://github.com/tweepy/tweepy/issues/732), "
+"[#1491](https://github.com/tweepy/tweepy/pull/1491))"
+msgstr ""
+"이제 비동기 스트리밍을 지원함 ([#732](https://github.com/tweepy/tweepy/issues/732), "
+"[#1491](https://github.com/tweepy/tweepy/pull/1491))"
+
+#: ../../changelog.md:84
+msgid "Rework `API`"
+msgstr "`API` 재작업"
+
+#: ../../changelog.md:85
+msgid "Replace `bind_api` and `APIMethod` with `API.request`"
+msgstr "`bind_api` 과 `APIMethod` 를 `API.request` 로 대체함 "
+
+#: ../../changelog.md:86
+msgid "Stop using property decorators for `API` methods"
+msgstr "더 이상 `API` 메서드에 데코레이터 속성(Decorator property)을 사용하지 않음"
+
+#: ../../changelog.md:87
+msgid "Use `pagination` decorator"
+msgstr "이제 `pagination` 데코레이터를 사용함"
+
+#: ../../changelog.md:88
+msgid ""
+"Add `requests.Session` instance as `API.session` attribute "
+"([2f28757](https://github.com/tweepy/tweepy/commit/2f28757fc3f060d14ce4e42a8ca441cd172fd8e5))"
+msgstr ""
+"추가함: `requests.Session` (`API.session` 의 속성으로) "
+"([2f28757](https://github.com/tweepy/tweepy/commit/2f28757fc3f060d14ce4e42a8ca441cd172fd8e5))"
+
+#: ../../changelog.md:89
+msgid ""
+"Initialize a single `requests.Session` instance per `API` instance, "
+"rather than for each request"
+msgstr ""
+"이제 하나의 `API` 인스턴스에 하나의 `requests.Session` 인스턴스를 초기화(Initialize)하며, 매 요청마다"
+" 초기화하지 않아도 됨"
+
+#: ../../changelog.md:90
+msgid ""
+"Log warning when API.request is passed an unexpected keyword argument "
+"that isn't an endpoint parameter "
+"([c82d7ac](https://github.com/tweepy/tweepy/commit/c82d7ac1789ee9f3f1bdc2b0743376f518cdb0de))"
+msgstr ""
+"이제 API.request에 엔드포인트 매개변수가 아닌, 예기치 않은 키워드 인수가 전달되면 로그에 경고를 기록합니다. "
+"([c82d7ac](https://github.com/tweepy/tweepy/commit/c82d7ac1789ee9f3f1bdc2b0743376f518cdb0de))"
+
+#: ../../changelog.md:91
+msgid ""
+"Rename allowed parameters (`allowed_param`) to endpoint parameters "
+"(`endpoint_parameters`) "
+"([b4fc6a0](https://github.com/tweepy/tweepy/commit/b4fc6a09a1f8942f000d97a182368ba1e9b8f7f5))"
+msgstr ""
+"허용된 매개변수(`allowed_param`)를 엔드포인트 매개변수(`endpoint_parameters`)로 바꿈 "
+"([b4fc6a0](https://github.com/tweepy/tweepy/commit/b4fc6a09a1f8942f000d97a182368ba1e9b8f7f5))"
+
+#: ../../changelog.md:92
+msgid "Rename methods and method parameters (see Breaking Changes section)"
+msgstr "메서드명 및 메서드 매개변수명을 바꿈 (중요한 변경사항 문단 참조) "
+
+#: ../../changelog.md:93
+msgid "Require parameters for methods (see Breaking Changes section)"
+msgstr "메서드의 필수 매개변수 (중요한 변경사항 문단 참조) "
+
+#: ../../changelog.md:94
+msgid ""
+"Stop allowing arbitrary positional arguments for methods (see Breaking "
+"Changes section)"
+msgstr "메서드에 더 이상 임의의 위치 인수(Positional argument)를 전달할 수 없음 (중요한 변경사항 문단 참조) "
+
+#: ../../changelog.md:95
+msgid ""
+"Remove unnecessary attributes and parameters (see Breaking Changes "
+"section)"
+msgstr "제거함: 불필요한 속성 및 매개변수 (중요한 변경사항 문단 참조) "
+
+#: ../../changelog.md:96
+msgid "Improve, optimize, and simplify `API.request` and other `API` methods"
+msgstr "`API.request`와 다른 `API` 메서드를 개선·최적화·단순화함 "
+
+#: ../../changelog.md:98
+msgid "Rework streaming"
+msgstr "스트리밍 재작업"
+
+#: ../../changelog.md:99
+msgid ""
+"`StreamListener` has been merged into `Stream` (see Breaking Changes "
+"section)"
+msgstr "`StreamListener` 를 `Stream` 에 합침(Merge) (중요한 변경사항 문단 참조) "
+
+#: ../../changelog.md:100
+msgid ""
+"`Stream` data/event handling methods (i.e. those starting with `on_`) now"
+" log by default and disregard return values"
+msgstr ""
+"`Stream` 의 데이터 및 이벤트 처리 메서드가 (예: `on_` 으로 시작하는 것들) 이제 기본적으로 로그에 기록되며, "
+"반환값은 무시함 "
+
+#: ../../changelog.md:101
+msgid ""
+"Allow the stream to disconnect when any line of data is received, "
+"including keep-alive signals "
+"([#773](https://github.com/tweepy/tweepy/issues/773), "
+"[#897](https://github.com/tweepy/tweepy/issues/897))"
+msgstr ""
+"kee-alive 신호를 포함한 모든 종류의 데이터를 수신했을 때, 스트림 연결을 종료할 수 있도록 허용함 "
+"([#773](https://github.com/tweepy/tweepy/issues/773), "
+"[#897](https://github.com/tweepy/tweepy/issues/897))"
+
+#: ../../changelog.md:102
+msgid ""
+"Remove, rename, and replace attributes, methods, and parameters (see "
+"Breaking Changes section)"
+msgstr "속성, 메서드, 매개변수들을 제거·이름 변경·다른 것으로 대체함 (중요한 변경사항 문단 참조) "
+
+#: ../../changelog.md:103
+msgid "Improve, optimize, and simplify `Stream`"
+msgstr "`Stream` 을 개선·최적화·단순화함 "
+
+#: ../../changelog.md:105
+msgid "Rework documentation"
+msgstr "문서 재작업"
+
+#: ../../changelog.md:106
+msgid "Automatically use docstrings for documentation"
+msgstr "이제 문서에 자동으로 docstrings를 사용함"
+
+#: ../../changelog.md:107
+msgid "Use NumPy style docstrings"
+msgstr "이제 NumPy 스타일의 docstrings를 사용함"
+
+#: ../../changelog.md:108
+msgid "Use Intersphinx linking"
+msgstr "이제 Intersphinx 링크를 사용함"
+
+#: ../../changelog.md:109
+msgid "Add tooltips for cross references using sphinx-hoverxref"
+msgstr "sphinx-hoverxref를 이용해, 교차 참조가 가능하도록 툴팁을 추가함"
+
+#: ../../changelog.md:110
+msgid ""
+"Document `Stream` "
+"([18a6059](https://github.com/tweepy/tweepy/commit/18a6059e7980de7759be126ffe39836494cc4f23))"
+msgstr ""
+"`Stream` "
+"문서([18a6059](https://github.com/tweepy/tweepy/commit/18a6059e7980de7759be126ffe39836494cc4f23))"
+
+#: ../../changelog.md:111
+msgid ""
+"Document models "
+"([0724060](https://github.com/tweepy/tweepy/commit/07240603b2fc64c6433d8fbe9e1e8db47a9f1cfe),"
+" "
+"[78a0c22](https://github.com/tweepy/tweepy/commit/78a0c22fb67ca3d190e9dd95baab142aa2960ff9))"
+msgstr ""
+"`Models` "
+"문서([0724060](https://github.com/tweepy/tweepy/commit/07240603b2fc64c6433d8fbe9e1e8db47a9f1cfe),"
+" "
+"[78a0c22](https://github.com/tweepy/tweepy/commit/78a0c22fb67ca3d190e9dd95baab142aa2960ff9))"
+
+#: ../../changelog.md:112
+msgid ""
+"Document pagination "
+"([695d531](https://github.com/tweepy/tweepy/commit/695d531064277978d44f78387a3edb3d29fb6f25),"
+" "
+"[652fece](https://github.com/tweepy/tweepy/commit/652fece7f78f90ea11f206b4a045a2450db42cc9))"
+msgstr ""
+
+#: ../../changelog.md:113
+msgid ""
+"Add table for `API` documentation "
+"([6db8e4c](https://github.com/tweepy/tweepy/commit/6db8e4c06d20f6ad7bdfade7b44b13ac45dd51c0))"
+msgstr ""
+"`API` 문서에 테이블을 추가함 "
+"([6db8e4c](https://github.com/tweepy/tweepy/commit/6db8e4c06d20f6ad7bdfade7b44b13ac45dd51c0))"
+
+#: ../../changelog.md:114
+msgid ""
+"Separate documentation for exceptions "
+"([8a831b1](https://github.com/tweepy/tweepy/commit/8a831b16f1bd1288781bc924fe82397decd93b3d))"
+msgstr ""
+"예외와 관련된 문서를 따로 분리함 "
+"([8a831b1](https://github.com/tweepy/tweepy/commit/8a831b16f1bd1288781bc924fe82397decd93b3d))"
+
+#: ../../changelog.md:115
+msgid ""
+"Move changelog to documentation "
+"([fc98629](https://github.com/tweepy/tweepy/commit/fc9862963702eb02f33106ca13110b369ee86e47))"
+msgstr ""
+"체인지로그를 문서화함 "
+"([fc98629](https://github.com/tweepy/tweepy/commit/fc9862963702eb02f33106ca13110b369ee86e47))"
+
+#: ../../changelog.md:116
+msgid "Update, improve, and organize documentation"
+msgstr "문서를 갱신·개선·조직화함 "
+
+#: ../../changelog.md:118
+msgid "Rework exceptions"
+msgstr "예외 재작업"
+
+#: ../../changelog.md:119
+msgid ""
+"Replace `TweepError` with `TweepyException` "
+"([5c39cd1](https://github.com/tweepy/tweepy/commit/5c39cd159ef761500f3cb0292a3da40d5e250417))"
+" and `HTTPException` "
+"([#599](https://github.com/tweepy/tweepy/issues/599))"
+msgstr ""
+"`TweepError` 를 `TweepyException` "
+"과([5c39cd1](https://github.com/tweepy/tweepy/commit/5c39cd159ef761500f3cb0292a3da40d5e250417))"
+" `HTTPException` 로 변경 및 세분화함 "
+"([#599](https://github.com/tweepy/tweepy/issues/599))"
+
+#: ../../changelog.md:120
+msgid ""
+"Replace `RateLimitError` with `TooManyRequests` "
+"([cd5f696](https://github.com/tweepy/tweepy/commit/cd5f696d09530f86ac0edf1ec0fe0a02578a3920))"
+msgstr ""
+"`RateLimitError` 를 `TooManyRequests` 로 변경함 "
+"([cd5f696](https://github.com/tweepy/tweepy/commit/cd5f696d09530f86ac0edf1ec0fe0a02578a3920))"
+
+#: ../../changelog.md:121
+msgid ""
+"Remove `Parser.parse_error` "
+"([cd5f696](https://github.com/tweepy/tweepy/commit/cd5f696d09530f86ac0edf1ec0fe0a02578a3920))"
+msgstr ""
+"제거함: `Parser.parse_error` "
+"([cd5f696](https://github.com/tweepy/tweepy/commit/cd5f696d09530f86ac0edf1ec0fe0a02578a3920))"
+
+#: ../../changelog.md:122
+msgid ""
+"Add `NotFound` "
+"([2d84b27](https://github.com/tweepy/tweepy/commit/2d84b270408944e784b32199faa09fb553f6250d))"
+msgstr ""
+"추가함: `NotFound` "
+"([2d84b27](https://github.com/tweepy/tweepy/commit/2d84b270408944e784b32199faa09fb553f6250d))"
+
+#: ../../changelog.md:123
+msgid ""
+"Add `Unauthorized` "
+"([3ffec76](https://github.com/tweepy/tweepy/commit/3ffec76039a9552b1b90a11d3774ccc90793c33d))"
+msgstr ""
+"추가함: `Unauthorized` "
+"([3ffec76](https://github.com/tweepy/tweepy/commit/3ffec76039a9552b1b90a11d3774ccc90793c33d))"
+
+#: ../../changelog.md:124
+msgid ""
+"Add `Forbidden` "
+"([4a9bc58](https://github.com/tweepy/tweepy/commit/4a9bc58f1006c1b2b1310d4a6cd821e23d9c8c79))"
+msgstr ""
+"추가함: `Forbidden` "
+"([4a9bc58](https://github.com/tweepy/tweepy/commit/4a9bc58f1006c1b2b1310d4a6cd821e23d9c8c79))"
+
+#: ../../changelog.md:125
+msgid ""
+"Add `BadRequest` "
+"([3da5ede](https://github.com/tweepy/tweepy/commit/3da5edeffcab5796949c0c346b0bc187f69a6874))"
+msgstr ""
+"추가함: `BadRequest` "
+"([3da5ede](https://github.com/tweepy/tweepy/commit/3da5edeffcab5796949c0c346b0bc187f69a6874))"
+
+#: ../../changelog.md:126
+msgid ""
+"Add `TwitterServerError` "
+"([b443557](https://github.com/tweepy/tweepy/commit/b443557e79258ab99239cc4b910bac176a0d9b60))"
+msgstr ""
+"추가함: `TwitterServerError` "
+"([b443557](https://github.com/tweepy/tweepy/commit/b443557e79258ab99239cc4b910bac176a0d9b60))"
+
+#: ../../changelog.md:128
+msgid "Breaking Changes"
+msgstr "중요한 변경사항"
+
+#: ../../changelog.md:129
+msgid ""
+"Drop support for Python 2 "
+"([#1253](https://github.com/tweepy/tweepy/issues/1253), "
+"[#1482](https://github.com/tweepy/tweepy/pull/1482))"
+msgstr ""
+"더 이상 Python 2를 지원하지 않음 "
+"([#1253](https://github.com/tweepy/tweepy/issues/1253), "
+"[#1482](https://github.com/tweepy/tweepy/pull/1482))"
+
+#: ../../changelog.md:130
+msgid ""
+"Drop support for Python 3.5 "
+"([#1487](https://github.com/tweepy/tweepy/pull/1487))"
+msgstr ""
+"더 이상 Python 3.5를 지원하지 "
+"않음([#1487](https://github.com/tweepy/tweepy/pull/1487))"
+
+#: ../../changelog.md:132
+msgid "`API`"
+msgstr "`API`"
+
+#: ../../changelog.md:133
+msgid "Rename `API` and `models` methods"
+msgstr "`API` 메서드와 `models` 메서드의 이름을 변경함"
+
+#: ../../changelog.md:134
+msgid ""
+"`API.blocks` -> `API.get_blocks` "
+"([9541794](https://github.com/tweepy/tweepy/commit/9541794b5dd9a3617247c0cd5efdcd082b5e7275))"
+msgstr ""
+"`API.blocks` -> `API.get_blocks` "
+"([9541794](https://github.com/tweepy/tweepy/commit/9541794b5dd9a3617247c0cd5efdcd082b5e7275))"
+
+#: ../../changelog.md:135
+msgid ""
+"`API.blocks_ids` -> `API.get_blocked_ids` "
+"([e241ca4](https://github.com/tweepy/tweepy/commit/e241ca4bb44acc0def9db390ddf10cf7f9fc37e6))"
+msgstr ""
+"`API.blocks_ids` -> `API.get_blocked_ids` "
+"([e241ca4](https://github.com/tweepy/tweepy/commit/e241ca4bb44acc0def9db390ddf10cf7f9fc37e6))"
+
+#: ../../changelog.md:136
+msgid ""
+"`API.destroy_direct_message` -> `API.delete_direct_message` "
+"([2731fc9](https://github.com/tweepy/tweepy/commit/2731fc98fc7298425d8208d0184a60418af02ca9))"
+msgstr ""
+"`API.destroy_direct_message` -> `API.delete_direct_message` "
+"([2731fc9](https://github.com/tweepy/tweepy/commit/2731fc98fc7298425d8208d0184a60418af02ca9))"
+
+#: ../../changelog.md:137
+msgid ""
+"`DirectMessage.destroy` -> `DirectMessage.delete` "
+"([2731fc9](https://github.com/tweepy/tweepy/commit/2731fc98fc7298425d8208d0184a60418af02ca9))"
+msgstr ""
+"`DirectMessage.destroy` -> `DirectMessage.delete` "
+"([2731fc9](https://github.com/tweepy/tweepy/commit/2731fc98fc7298425d8208d0184a60418af02ca9))"
+
+#: ../../changelog.md:138
+msgid ""
+"`API.favorites` -> `API.get_favorites` "
+"([3c467da](https://github.com/tweepy/tweepy/commit/3c467da810f8ffdf5d7d05244d586897ed1ed547))"
+msgstr ""
+"`API.favorites` -> `API.get_favorites` "
+"([3c467da](https://github.com/tweepy/tweepy/commit/3c467da810f8ffdf5d7d05244d586897ed1ed547))"
+
+#: ../../changelog.md:139
+msgid ""
+"`API.followers` -> `API.get_followers` "
+"([ce768d9](https://github.com/tweepy/tweepy/commit/ce768d974ae7c4b907aeff580728b1045c2d85d2))"
+msgstr ""
+"`API.followers` -> `API.get_followers` "
+"([ce768d9](https://github.com/tweepy/tweepy/commit/ce768d974ae7c4b907aeff580728b1045c2d85d2))"
+
+#: ../../changelog.md:140
+msgid ""
+"`API.followers_ids` -> `API.get_follower_ids` "
+"([fa5e7c4](https://github.com/tweepy/tweepy/commit/fa5e7c4bb08b775e21e52da4e7e65b61eb7bc038))"
+msgstr ""
+"`API.followers_ids` -> `API.get_follower_ids` "
+"([fa5e7c4](https://github.com/tweepy/tweepy/commit/fa5e7c4bb08b775e21e52da4e7e65b61eb7bc038))"
+
+#: ../../changelog.md:141
+msgid ""
+"`models.User.followers_ids` -> `models.User.follower_ids` "
+"([fa5e7c4](https://github.com/tweepy/tweepy/commit/fa5e7c4bb08b775e21e52da4e7e65b61eb7bc038))"
+msgstr ""
+"`models.User.followers_ids` -> `models.User.follower_ids` "
+"([fa5e7c4](https://github.com/tweepy/tweepy/commit/fa5e7c4bb08b775e21e52da4e7e65b61eb7bc038))"
+
+#: ../../changelog.md:142
+msgid ""
+"`API.friends` -> `API.get_friends` "
+"([6f3fccb](https://github.com/tweepy/tweepy/commit/6f3fccb95917535586efa660f9cf9c851e3e4e02))"
+msgstr ""
+"`API.friends` -> `API.get_friends` "
+"([6f3fccb](https://github.com/tweepy/tweepy/commit/6f3fccb95917535586efa660f9cf9c851e3e4e02))"
+
+#: ../../changelog.md:143
+msgid ""
+"`API.friends_ids` -> `API.get_friend_ids` "
+"([bab3e5e](https://github.com/tweepy/tweepy/commit/bab3e5e9eee57583298fe64ab1ab0e37edf12344))"
+msgstr ""
+"`API.friends_ids` -> `API.get_friend_ids` "
+"([bab3e5e](https://github.com/tweepy/tweepy/commit/bab3e5e9eee57583298fe64ab1ab0e37edf12344))"
+
+#: ../../changelog.md:144
+msgid ""
+"`API.friendships_incoming` -> `API.incoming_friendships` "
+"([007bd07](https://github.com/tweepy/tweepy/commit/007bd07536d1e0dfd5a5b5967943acffb77f24f4))"
+msgstr ""
+"`API.friendships_incoming` -> `API.incoming_friendships` "
+"([007bd07](https://github.com/tweepy/tweepy/commit/007bd07536d1e0dfd5a5b5967943acffb77f24f4))"
+
+#: ../../changelog.md:145
+msgid ""
+"`API.friendships_outgoing` -> `API.outgoing_friendships` "
+"([1400065](https://github.com/tweepy/tweepy/commit/1400065bb4980ec1b3934f68173e63acffc970e2))"
+msgstr ""
+"`API.friendships_outgoing` -> `API.outgoing_friendships` "
+"([1400065](https://github.com/tweepy/tweepy/commit/1400065bb4980ec1b3934f68173e63acffc970e2))"
+
+#: ../../changelog.md:146
+msgid ""
+"`API.geo_search` -> `API.search_geo` "
+"([6f4fb39](https://github.com/tweepy/tweepy/commit/6f4fb39b1c88cc019e7e5d66f1c29b781568c622))"
+msgstr ""
+"`API.geo_search` -> `API.search_geo` "
+"([6f4fb39](https://github.com/tweepy/tweepy/commit/6f4fb39b1c88cc019e7e5d66f1c29b781568c622))"
+
+#: ../../changelog.md:147
+msgid ""
+"`API.list_direct_messages` -> `API.get_direct_messages` "
+"([ff1186f](https://github.com/tweepy/tweepy/commit/ff1186f80b2dbb7f5e4ed3669d90db300e8de36d))"
+msgstr ""
+"`API.list_direct_messages` -> `API.get_direct_messages` "
+"([ff1186f](https://github.com/tweepy/tweepy/commit/ff1186f80b2dbb7f5e4ed3669d90db300e8de36d))"
+
+#: ../../changelog.md:148
+msgid ""
+"`API.list_members` -> `API.get_list_members` "
+"([5845f02](https://github.com/tweepy/tweepy/commit/5845f023b74b309aa12c50844bdd586bd3e30dde))"
+msgstr ""
+"`API.list_members` -> `API.get_list_members` "
+"([5845f02](https://github.com/tweepy/tweepy/commit/5845f023b74b309aa12c50844bdd586bd3e30dde))"
+
+#: ../../changelog.md:149
+msgid ""
+"`API.list_subscribers` -> `API.get_list_subscribers` "
+"([a05b630](https://github.com/tweepy/tweepy/commit/a05b630973d4ac7e642f827f03ce01bc8e5b9ef8))"
+msgstr ""
+"`API.list_subscribers` -> `API.get_list_subscribers` "
+"([a05b630](https://github.com/tweepy/tweepy/commit/a05b630973d4ac7e642f827f03ce01bc8e5b9ef8))"
+
+#: ../../changelog.md:150
+msgid ""
+"`API.lists_all` -> `API.get_lists` "
+"([458e0e8](https://github.com/tweepy/tweepy/commit/458e0e8275693bb557f2a21e1f75be92adae0d00))"
+msgstr ""
+"`API.lists_all` -> `API.get_lists` "
+"([458e0e8](https://github.com/tweepy/tweepy/commit/458e0e8275693bb557f2a21e1f75be92adae0d00))"
+
+#: ../../changelog.md:151
+msgid ""
+"`API.lists_memberships` -> `API.get_list_memberships` "
+"([9dddc12](https://github.com/tweepy/tweepy/commit/9dddc1262d9d043df9201ddda39002d111d035fe))"
+msgstr ""
+"`API.lists_memberships` -> `API.get_list_memberships` "
+"([9dddc12](https://github.com/tweepy/tweepy/commit/9dddc1262d9d043df9201ddda39002d111d035fe))"
+
+#: ../../changelog.md:152
+msgid ""
+"`models.User.lists_memberships` -> `models.User.list_memberships` "
+"([9dddc12](https://github.com/tweepy/tweepy/commit/9dddc1262d9d043df9201ddda39002d111d035fe))"
+msgstr ""
+"`models.User.lists_memberships` -> `models.User.list_memberships` "
+"([9dddc12](https://github.com/tweepy/tweepy/commit/9dddc1262d9d043df9201ddda39002d111d035fe))"
+
+#: ../../changelog.md:153
+msgid ""
+"`API.lists_subscriptions` -> `API.get_list_subscriptions` "
+"([51945a7](https://github.com/tweepy/tweepy/commit/51945a7124e6ce68b294c97340a6ec803cd02da9))"
+msgstr ""
+"`API.lists_subscriptions` -> `API.get_list_subscriptions` "
+"([51945a7](https://github.com/tweepy/tweepy/commit/51945a7124e6ce68b294c97340a6ec803cd02da9))"
+
+#: ../../changelog.md:154
+msgid ""
+"`models.User.lists_subscriptions` -> `models.User.list_subscriptions` "
+"([51945a7](https://github.com/tweepy/tweepy/commit/51945a7124e6ce68b294c97340a6ec803cd02da9))"
+msgstr ""
+"`models.User.lists_subscriptions` -> `models.User.list_subscriptions` "
+"([51945a7](https://github.com/tweepy/tweepy/commit/51945a7124e6ce68b294c97340a6ec803cd02da9))"
+
+#: ../../changelog.md:155
+msgid ""
+"`API.mutes` -> `API.get_mutes` "
+"([744edc2](https://github.com/tweepy/tweepy/commit/744edc245f856e3fc69401db8185b820c0219f6f))"
+msgstr ""
+"`API.mutes` -> `API.get_mutes` "
+"([744edc2](https://github.com/tweepy/tweepy/commit/744edc245f856e3fc69401db8185b820c0219f6f))"
+
+#: ../../changelog.md:156
+msgid ""
+"`API.mutes_ids` -> `API.get_muted_ids` "
+"([ea26a29](https://github.com/tweepy/tweepy/commit/ea26a296639e7a42d81b9f84a236a82e4915d434))"
+msgstr ""
+"`API.mutes_ids` -> `API.get_muted_ids` "
+"([ea26a29](https://github.com/tweepy/tweepy/commit/ea26a296639e7a42d81b9f84a236a82e4915d434))"
+
+#: ../../changelog.md:157
+msgid ""
+"`API.retweeters` -> `API.get_retweeter_ids` "
+"([588c342](https://github.com/tweepy/tweepy/commit/588c34243fe2b12d72f66f0d31312c7452610ec8))"
+msgstr ""
+"`API.retweeters` -> `API.get_retweeter_ids` "
+"([588c342](https://github.com/tweepy/tweepy/commit/588c34243fe2b12d72f66f0d31312c7452610ec8))"
+
+#: ../../changelog.md:158
+msgid ""
+"`API.retweets` -> `API.get_retweets` "
+"([3b3ba24](https://github.com/tweepy/tweepy/commit/3b3ba2494743b894a44539247fd7e5b7839c90aa))"
+msgstr ""
+"`API.retweets` -> `API.get_retweets` "
+"([3b3ba24](https://github.com/tweepy/tweepy/commit/3b3ba2494743b894a44539247fd7e5b7839c90aa))"
+
+#: ../../changelog.md:159
+msgid ""
+"`API.retweets_of_me` -> `API.get_retweets_of_me` "
+"([737bd0b](https://github.com/tweepy/tweepy/commit/737bd0b725e5d33009e63eb040b5cb369214d7f0))"
+msgstr ""
+"`API.retweets_of_me` -> `API.get_retweets_of_me` "
+"([737bd0b](https://github.com/tweepy/tweepy/commit/737bd0b725e5d33009e63eb040b5cb369214d7f0))"
+
+#: ../../changelog.md:160
+msgid ""
+"`API.saved_searches` -> `API.get_saved_searches` "
+"([8b39f74](https://github.com/tweepy/tweepy/commit/8b39f748c91e3363cd35c3313563d43f1da25939))"
+msgstr ""
+"`API.saved_searches` -> `API.get_saved_searches` "
+"([8b39f74](https://github.com/tweepy/tweepy/commit/8b39f748c91e3363cd35c3313563d43f1da25939))"
+
+#: ../../changelog.md:161
+msgid ""
+"`API.search` -> `API.search_tweets` "
+"([7fac253](https://github.com/tweepy/tweepy/commit/7fac25379d51174408f0a361c22d8649437a0255))"
+msgstr ""
+"`API.search` -> `API.search_tweets` "
+"([7fac253](https://github.com/tweepy/tweepy/commit/7fac25379d51174408f0a361c22d8649437a0255))"
+
+#: ../../changelog.md:162
+msgid ""
+"`API.show_friendship` -> `API.get_friendship` "
+"([ee9ea2e](https://github.com/tweepy/tweepy/commit/ee9ea2e4513db4d1d627a8815008cb8c71769949))"
+msgstr ""
+"`API.show_friendship` -> `API.get_friendship` "
+"([ee9ea2e](https://github.com/tweepy/tweepy/commit/ee9ea2e4513db4d1d627a8815008cb8c71769949))"
+
+#: ../../changelog.md:163
+msgid ""
+"`API.show_list_member` -> `API.get_list_member` "
+"([431ab15](https://github.com/tweepy/tweepy/commit/431ab15b846706dbd30387412aa601ba9f3810ab))"
+msgstr ""
+"`API.show_list_member` -> `API.get_list_member` "
+"([431ab15](https://github.com/tweepy/tweepy/commit/431ab15b846706dbd30387412aa601ba9f3810ab))"
+
+#: ../../changelog.md:164
+msgid ""
+"`API.show_list_subscriber` -> `API.get_list_subscriber` "
+"([bf26301](https://github.com/tweepy/tweepy/commit/bf26301bb5fa22cc6d52ebb41ed7fe63c5a33768))"
+msgstr ""
+"`API.show_list_subscriber` -> `API.get_list_subscriber` "
+"([bf26301](https://github.com/tweepy/tweepy/commit/bf26301bb5fa22cc6d52ebb41ed7fe63c5a33768))"
+
+#: ../../changelog.md:165
+msgid ""
+"`API.statuses_lookup` -> `API.lookup_statuses` "
+"([#477](https://github.com/tweepy/tweepy/issues/477))"
+msgstr ""
+"`API.statuses_lookup` -> `API.lookup_statuses` "
+"([#477](https://github.com/tweepy/tweepy/issues/477))"
+
+#: ../../changelog.md:166
+msgid ""
+"`API.trends_available` -> `API.available_trends` "
+"([68b33d7](https://github.com/tweepy/tweepy/commit/68b33d7ea70bb9c2f7efc384482b3eb6af0807fa))"
+msgstr ""
+"`API.trends_available` -> `API.available_trends` "
+"([68b33d7](https://github.com/tweepy/tweepy/commit/68b33d7ea70bb9c2f7efc384482b3eb6af0807fa))"
+
+#: ../../changelog.md:167
+msgid ""
+"`API.trends_closest` -> `API.closest_trends` "
+"([2e18162](https://github.com/tweepy/tweepy/commit/2e181628ba97ec1252039439d1daccb9df93e565))"
+msgstr ""
+"`API.trends_closest` -> `API.closest_trends` "
+"([2e18162](https://github.com/tweepy/tweepy/commit/2e181628ba97ec1252039439d1daccb9df93e565))"
+
+#: ../../changelog.md:168
+msgid ""
+"`API.trends_place` -> `API.get_place_trends` "
+"([4912a7c](https://github.com/tweepy/tweepy/commit/4912a7c33420099663015325a0b758926892eb8a))"
+msgstr ""
+"`API.trends_place` -> `API.get_place_trends` "
+"([4912a7c](https://github.com/tweepy/tweepy/commit/4912a7c33420099663015325a0b758926892eb8a))"
+
+#: ../../changelog.md:169
+msgid ""
+"`API.update_with_media` -> `API.update_status_with_media` "
+"([0a5e533](https://github.com/tweepy/tweepy/commit/0a5e533a10c87163e847a0086358a6b0224da7ff))"
+msgstr ""
+"`API.update_with_media` -> `API.update_status_with_media` "
+"([0a5e533](https://github.com/tweepy/tweepy/commit/0a5e533a10c87163e847a0086358a6b0224da7ff))"
+
+#: ../../changelog.md:170
+msgid "Rename `API` method parameters"
+msgstr "`API` 메서드 매개변수명을 변경함 "
+
+#: ../../changelog.md:171
+msgid ""
+"`API.geo_id`: `id` -> `place_id` "
+"([78051e8](https://github.com/tweepy/tweepy/commit/78051e8a67b50cec5cacf53e0f9b315a53e16c4c))"
+msgstr ""
+"`API.geo_id`: `id` -> `place_id` "
+"([78051e8](https://github.com/tweepy/tweepy/commit/78051e8a67b50cec5cacf53e0f9b315a53e16c4c))"
+
+#: ../../changelog.md:172
+msgid ""
+"`API.lookup_friendships`: `screen_names` -> `screen_name` "
+"([4573b35](https://github.com/tweepy/tweepy/commit/4573b35611c8d8391373d579ccb0fe2eb6e3800b)),"
+" `user_ids` -> `user_id` "
+"([3bcccf8](https://github.com/tweepy/tweepy/commit/3bcccf8a1f03e7e35ed05cd4f0ef8f43b6e51b33))"
+msgstr ""
+"`API.lookup_friendships`: `screen_names` -> `screen_name` "
+"([4573b35](https://github.com/tweepy/tweepy/commit/4573b35611c8d8391373d579ccb0fe2eb6e3800b)),"
+" `user_ids` -> `user_id` "
+"([3bcccf8](https://github.com/tweepy/tweepy/commit/3bcccf8a1f03e7e35ed05cd4f0ef8f43b6e51b33))"
+
+#: ../../changelog.md:173
+msgid ""
+"`API.lookup_statuses`: `id_` -> `id` "
+"([f13a34b](https://github.com/tweepy/tweepy/commit/f13a34bf2309c3696fb050b8f3bac9fe1fa0b6cc))"
+msgstr ""
+"`API.lookup_statuses`: `id_` -> `id` "
+"([f13a34b](https://github.com/tweepy/tweepy/commit/f13a34bf2309c3696fb050b8f3bac9fe1fa0b6cc))"
+
+#: ../../changelog.md:174
+msgid ""
+"`API.lookup_users`: `screen_names` -> `screen_name` "
+"([17a2e7c](https://github.com/tweepy/tweepy/commit/17a2e7cdbbea19b8630870267a92e08e9365e29d)),"
+" `user_ids` -> `user_id` "
+"([e7d9e55](https://github.com/tweepy/tweepy/commit/e7d9e557f2611065cfed50dbd2fcf529f9146d65))"
+msgstr ""
+"`API.lookup_users`: `screen_names` -> `screen_name` "
+"([17a2e7c](https://github.com/tweepy/tweepy/commit/17a2e7cdbbea19b8630870267a92e08e9365e29d)),"
+" `user_ids` -> `user_id` "
+"([e7d9e55](https://github.com/tweepy/tweepy/commit/e7d9e557f2611065cfed50dbd2fcf529f9146d65))"
+
+#: ../../changelog.md:175
+msgid ""
+"`API.search_30_day`: `environment_name` -> `label` "
+"([6c66c60](https://github.com/tweepy/tweepy/commit/6c66c603c42c609b00f923ea2ce72c1e975c5462))"
+msgstr ""
+"`API.search_30_day`: `environment_name` -> `label` "
+"([6c66c60](https://github.com/tweepy/tweepy/commit/6c66c603c42c609b00f923ea2ce72c1e975c5462))"
+
+#: ../../changelog.md:176
+msgid ""
+"`API.search_full_archive`: `environment_name` -> `label` "
+"([295bfe4](https://github.com/tweepy/tweepy/commit/295bfe45ed056e94fc7055eb83aea9fcac5dddcb))"
+msgstr ""
+"`API.search_full_archive`: `environment_name` -> `label` "
+"([295bfe4](https://github.com/tweepy/tweepy/commit/295bfe45ed056e94fc7055eb83aea9fcac5dddcb))"
+
+#: ../../changelog.md:177
+msgid ""
+"`API.update_profile_image`: `file_` -> `file` "
+"([69f6c1d](https://github.com/tweepy/tweepy/commit/69f6c1d1302f0d5118ce2d288f76e7d8ffdac8c0))"
+msgstr ""
+"`API.update_profile_image`: `file_` -> `file` "
+"([69f6c1d](https://github.com/tweepy/tweepy/commit/69f6c1d1302f0d5118ce2d288f76e7d8ffdac8c0))"
+
+#: ../../changelog.md:178
+msgid "Require `API` method parameters"
+msgstr "`API` 메서드의 필수 매개변수"
+
+#: ../../changelog.md:179
+msgid ""
+"`API.closest_trends`: `lat`, `long` "
+"([75b9616](https://github.com/tweepy/tweepy/commit/75b9616d3206967b71902e491d662b6eea5d6fe2))"
+msgstr ""
+"`API.closest_trends`: `lat`, `long` "
+"([75b9616](https://github.com/tweepy/tweepy/commit/75b9616d3206967b71902e491d662b6eea5d6fe2))"
+
+#: ../../changelog.md:180
+msgid ""
+"`API.create_favorite`: `id` "
+"([d3d2abe](https://github.com/tweepy/tweepy/commit/d3d2abec91f678d660f53af259fe9ebce7ff5a11))"
+msgstr ""
+"`API.create_favorite`: `id` "
+"([d3d2abe](https://github.com/tweepy/tweepy/commit/d3d2abec91f678d660f53af259fe9ebce7ff5a11))"
+
+#: ../../changelog.md:181
+msgid ""
+"`API.create_list`: `name` "
+"([5e7385a](https://github.com/tweepy/tweepy/commit/5e7385a02e67178bb62c914998d8e0b7cb40714a))"
+msgstr ""
+"`API.create_list`: `name` "
+"([5e7385a](https://github.com/tweepy/tweepy/commit/5e7385a02e67178bb62c914998d8e0b7cb40714a))"
+
+#: ../../changelog.md:182
+msgid ""
+"`API.create_saved_search`: `query` "
+"([c57a4be](https://github.com/tweepy/tweepy/commit/c57a4bef48a41165196dcbc0e2013d5718ee52a1))"
+msgstr ""
+"`API.create_saved_search`: `query` "
+"([c57a4be](https://github.com/tweepy/tweepy/commit/c57a4bef48a41165196dcbc0e2013d5718ee52a1))"
+
+#: ../../changelog.md:183
+msgid ""
+"`API.delete_direct_message`: `id` "
+"([bcb56ab](https://github.com/tweepy/tweepy/commit/bcb56abce37d4252080fca6df796b7fc3dd2ae76))"
+msgstr ""
+"`API.delete_direct_message`: `id` "
+"([bcb56ab](https://github.com/tweepy/tweepy/commit/bcb56abce37d4252080fca6df796b7fc3dd2ae76))"
+
+#: ../../changelog.md:184
+msgid ""
+"`API.destroy_favorite`: `id` "
+"([a9d41b6](https://github.com/tweepy/tweepy/commit/a9d41b6e499a07dfbcb4146ba98b44d77796efa8))"
+msgstr ""
+"`API.destroy_favorite`: `id` "
+"([a9d41b6](https://github.com/tweepy/tweepy/commit/a9d41b6e499a07dfbcb4146ba98b44d77796efa8))"
+
+#: ../../changelog.md:185
+msgid ""
+"`API.get_direct_message`: `id` "
+"([f5775ee](https://github.com/tweepy/tweepy/commit/f5775ee4436e3c8ba040882803d1b3ea261313be))"
+msgstr ""
+"`API.get_direct_message`: `id` "
+"([f5775ee](https://github.com/tweepy/tweepy/commit/f5775ee4436e3c8ba040882803d1b3ea261313be))"
+
+#: ../../changelog.md:186
+msgid ""
+"`API.get_oembed`: `url` "
+"([af0cc51](https://github.com/tweepy/tweepy/commit/af0cc51b1f41a37d6b325596d0fa2c738a29efcf))"
+msgstr ""
+"`API.get_oembed`: `url` "
+"([af0cc51](https://github.com/tweepy/tweepy/commit/af0cc51b1f41a37d6b325596d0fa2c738a29efcf))"
+
+#: ../../changelog.md:187
+msgid ""
+"`API.get_place_trends`: `id` "
+"([c50f540](https://github.com/tweepy/tweepy/commit/c50f5405abf8161c88e13395c61b6b188540f6f9))"
+msgstr ""
+"`API.get_place_trends`: `id` "
+"([c50f540](https://github.com/tweepy/tweepy/commit/c50f5405abf8161c88e13395c61b6b188540f6f9))"
+
+#: ../../changelog.md:188
+msgid ""
+"`API.get_retweeter_ids`: `id` "
+"([66f6704](https://github.com/tweepy/tweepy/commit/66f6704472eba01321fdb36d8991e3497967ad89))"
+msgstr ""
+"`API.get_retweeter_ids`: `id` "
+"([66f6704](https://github.com/tweepy/tweepy/commit/66f6704472eba01321fdb36d8991e3497967ad89))"
+
+#: ../../changelog.md:189
+msgid ""
+"`API.get_status`: `id` "
+"([bac73c3](https://github.com/tweepy/tweepy/commit/bac73c3f1418ad3ce15524c4a9024c57ec70d12b))"
+msgstr ""
+"`API.get_status`: `id` "
+"([bac73c3](https://github.com/tweepy/tweepy/commit/bac73c3f1418ad3ce15524c4a9024c57ec70d12b))"
+
+#: ../../changelog.md:190
+msgid ""
+"`API.reverse_geocode`: `lat`, `long` "
+"([87d8646](https://github.com/tweepy/tweepy/commit/87d86462b112b35e9741c9452bf956aaa16fb47c))"
+msgstr ""
+"`API.reverse_geocode`: `lat`, `long` "
+"([87d8646](https://github.com/tweepy/tweepy/commit/87d86462b112b35e9741c9452bf956aaa16fb47c))"
+
+#: ../../changelog.md:191
+msgid ""
+"`API.search_30_day`: `query` "
+"([52874b7](https://github.com/tweepy/tweepy/commit/52874b72cd16e3984ce99710824d07608c329024))"
+msgstr ""
+"`API.search_30_day`: `query` "
+"([52874b7](https://github.com/tweepy/tweepy/commit/52874b72cd16e3984ce99710824d07608c329024))"
+
+#: ../../changelog.md:192
+msgid ""
+"`API.search_full_archive`: `query` "
+"([801f15d](https://github.com/tweepy/tweepy/commit/801f15de892771a5d1d683facb409c54459676b9))"
+msgstr ""
+"`API.search_full_archive`: `query` "
+"([801f15d](https://github.com/tweepy/tweepy/commit/801f15de892771a5d1d683facb409c54459676b9))"
+
+#: ../../changelog.md:193
+msgid ""
+"`API.search_tweets`: `q` "
+"([9377e7e](https://github.com/tweepy/tweepy/commit/9377e7e844f9a87e6fc8e53eb5ca0cd4d758d548))"
+msgstr ""
+"`API.search_tweets`: `q` "
+"([9377e7e](https://github.com/tweepy/tweepy/commit/9377e7e844f9a87e6fc8e53eb5ca0cd4d758d548))"
+
+#: ../../changelog.md:194
+#, fuzzy
+msgid ""
+"`API.search_users`: `q` "
+"([21802f9](https://github.com/tweepy/tweepy/commit/21802f9856fe8847c481f51c73d5c661b531bfc0))"
+msgstr ""
+"`API.search_tweets`: `q` "
+"([9377e7e](https://github.com/tweepy/tweepy/commit/9377e7e844f9a87e6fc8e53eb5ca0cd4d758d548))"
+
+#: ../../changelog.md:195
+msgid ""
+"`API.update_status`: `status` "
+"([f64c076](https://github.com/tweepy/tweepy/commit/f64c076503e13411719faa3042267f27e96126ea))"
+msgstr ""
+"`API.update_status`: `status` "
+"([f64c076](https://github.com/tweepy/tweepy/commit/f64c076503e13411719faa3042267f27e96126ea))"
+
+#: ../../changelog.md:196
+msgid ""
+"`API.update_status_with_media`: `status` "
+"([0726263](https://github.com/tweepy/tweepy/commit/0726263b33be8db7b675c0f970944bd8dccd81f1))"
+msgstr ""
+"`API.update_status_with_media`: `status` "
+"([0726263](https://github.com/tweepy/tweepy/commit/0726263b33be8db7b675c0f970944bd8dccd81f1))"
+
+#: ../../changelog.md:197
+msgid ""
+"Stop allowing positional arguments for `API` methods (change to be "
+"keyword-only arguments):"
+msgstr "`API` 메서드가 더 이상 위치 인수(Positional argument)를 받지 않음 (키워드 인수 형식으로 전달해야 함)"
+
+#: ../../changelog.md:198
+msgid ""
+"`API.add_list_member` "
+"([ae18ee5](https://github.com/tweepy/tweepy/commit/ae18ee50c122d7cbe714ded3851eed3a765ff0c5))"
+msgstr ""
+"`API.add_list_member` "
+"([ae18ee5](https://github.com/tweepy/tweepy/commit/ae18ee50c122d7cbe714ded3851eed3a765ff0c5))"
+
+#: ../../changelog.md:199
+msgid ""
+"`API.add_list_members ` "
+"([8eb900f](https://github.com/tweepy/tweepy/commit/8eb900f12e62a21dad9314d0caf9035471baf840))"
+msgstr ""
+"`API.add_list_members ` "
+"([8eb900f](https://github.com/tweepy/tweepy/commit/8eb900f12e62a21dad9314d0caf9035471baf840))"
+
+#: ../../changelog.md:200
+msgid ""
+"`API.available_trends` "
+"([7a74863](https://github.com/tweepy/tweepy/commit/7a74863b66aeffdcd1157d8abf07df5f907cb0be))"
+msgstr ""
+"`API.available_trends` "
+"([7a74863](https://github.com/tweepy/tweepy/commit/7a74863b66aeffdcd1157d8abf07df5f907cb0be))"
+
+#: ../../changelog.md:201
+msgid ""
+"`API.closest_trends`, besides `lat` and `long` "
+"([7946490](https://github.com/tweepy/tweepy/commit/794649099b915bd44954aef2844e64dc394a4f6f))"
+msgstr ""
+"`API.closest_trends` 및 `lat`, `long` "
+"([7946490](https://github.com/tweepy/tweepy/commit/794649099b915bd44954aef2844e64dc394a4f6f))"
+
+#: ../../changelog.md:202
+msgid ""
+"`API.create_block` "
+"([caa34c6](https://github.com/tweepy/tweepy/commit/caa34c6f790f5fa1820a52ed7dc3ebc3dd38e055))"
+msgstr ""
+"`API.create_block` "
+"([caa34c6](https://github.com/tweepy/tweepy/commit/caa34c6f790f5fa1820a52ed7dc3ebc3dd38e055))"
+
+#: ../../changelog.md:203
+msgid ""
+"`API.create_favorite`, besides `id` "
+"([0b83984](https://github.com/tweepy/tweepy/commit/0b839841c985e1c549a63b5306ac3ea9363ded7f))"
+msgstr ""
+"`API.create_favorite` 및 `id` "
+"([0b83984](https://github.com/tweepy/tweepy/commit/0b839841c985e1c549a63b5306ac3ea9363ded7f))"
+
+#: ../../changelog.md:204
+msgid ""
+"`API.create_friendship` "
+"([82cd798](https://github.com/tweepy/tweepy/commit/82cd7983d70d5260c1fa9290c1552227b70af00a))"
+msgstr ""
+"`API.create_friendship` "
+"([82cd798](https://github.com/tweepy/tweepy/commit/82cd7983d70d5260c1fa9290c1552227b70af00a))"
+
+#: ../../changelog.md:205
+msgid ""
+"`API.create_list`, besides `name` "
+"([25cb01e](https://github.com/tweepy/tweepy/commit/25cb01ec734d2e6bf913be0a5d8ef76da3ebca24))"
+msgstr ""
+"`API.create_list` 및 `name` "
+"([25cb01e](https://github.com/tweepy/tweepy/commit/25cb01ec734d2e6bf913be0a5d8ef76da3ebca24))"
+
+#: ../../changelog.md:206
+msgid ""
+"`API.create_mute ` "
+"([4aae710](https://github.com/tweepy/tweepy/commit/4aae710e05d0ed8906b3cb5bc2fabc8b8f253b44))"
+msgstr ""
+"`API.create_mute ` "
+"([4aae710](https://github.com/tweepy/tweepy/commit/4aae710e05d0ed8906b3cb5bc2fabc8b8f253b44))"
+
+#: ../../changelog.md:207
+msgid ""
+"`API.create_saved_search`, besides `query` "
+"([76be2d9](https://github.com/tweepy/tweepy/commit/76be2d9cfb2c8437627531ea7cb30047fbfd8355))"
+msgstr ""
+"`API.create_saved_search` 및 `query` "
+"([76be2d9](https://github.com/tweepy/tweepy/commit/76be2d9cfb2c8437627531ea7cb30047fbfd8355))"
+
+#: ../../changelog.md:208
+msgid ""
+"`API.delete_direct_message`, besides `id` "
+"([53ca00f](https://github.com/tweepy/tweepy/commit/53ca00ffe5681deff1f80ddfe3f822d7be1ba14f))"
+msgstr ""
+"`API.delete_direct_message` 및 `id` "
+"([53ca00f](https://github.com/tweepy/tweepy/commit/53ca00ffe5681deff1f80ddfe3f822d7be1ba14f))"
+
+#: ../../changelog.md:209
+msgid ""
+"`API.destroy_block` "
+"([c49cfb2](https://github.com/tweepy/tweepy/commit/c49cfb272f15ff11ef7cc0f27a6a6ed91ac6c755))"
+msgstr ""
+"`API.destroy_block` "
+"([c49cfb2](https://github.com/tweepy/tweepy/commit/c49cfb272f15ff11ef7cc0f27a6a6ed91ac6c755))"
+
+#: ../../changelog.md:210
+msgid ""
+"`API.destroy_favorite`, besides `id` "
+"([8afee87](https://github.com/tweepy/tweepy/commit/8afee87ee2e3f8e612082c693bab3fa6ce60cb69))"
+msgstr ""
+"`API.destroy_favorite` 및 `id` "
+"([8afee87](https://github.com/tweepy/tweepy/commit/8afee87ee2e3f8e612082c693bab3fa6ce60cb69))"
+
+#: ../../changelog.md:211
+msgid ""
+"`API.destroy_friendship` "
+"([b2d44fe](https://github.com/tweepy/tweepy/commit/b2d44fed587132b866401dcd0c02cb9bc0b3a130))"
+msgstr ""
+"`API.destroy_friendship` "
+"([b2d44fe](https://github.com/tweepy/tweepy/commit/b2d44fed587132b866401dcd0c02cb9bc0b3a130))"
+
+#: ../../changelog.md:212
+msgid ""
+"`API.destroy_list` "
+"([4b2cfc4](https://github.com/tweepy/tweepy/commit/4b2cfc486836faa749248af1fd6dd0200202c62e))"
+msgstr ""
+"`API.destroy_list` "
+"([4b2cfc4](https://github.com/tweepy/tweepy/commit/4b2cfc486836faa749248af1fd6dd0200202c62e))"
+
+#: ../../changelog.md:213
+msgid ""
+"`API.destroy_mute ` "
+"([009b54e](https://github.com/tweepy/tweepy/commit/009b54e43230827264eb34141d6436b935f76084))"
+msgstr ""
+"`API.destroy_mute ` "
+"([009b54e](https://github.com/tweepy/tweepy/commit/009b54e43230827264eb34141d6436b935f76084))"
+
+#: ../../changelog.md:214
+msgid ""
+"`API.destroy_saved_search`, besides `id` "
+"([b7afca2](https://github.com/tweepy/tweepy/commit/b7afca2ad8f8721b267fd159bc7a2a91d012b15e))"
+msgstr ""
+"`API.destroy_saved_search` 및 `id` "
+"([b7afca2](https://github.com/tweepy/tweepy/commit/b7afca2ad8f8721b267fd159bc7a2a91d012b15e))"
+
+#: ../../changelog.md:215
+msgid ""
+"`API.destroy_status`, besides `id` "
+"([876c8ca](https://github.com/tweepy/tweepy/commit/876c8cad4a9574d25ac4969e554b7a5739fb75a7))"
+msgstr ""
+"`API.destroy_status` 및 `id` "
+"([876c8ca](https://github.com/tweepy/tweepy/commit/876c8cad4a9574d25ac4969e554b7a5739fb75a7))"
+
+#: ../../changelog.md:216
+msgid ""
+"`API.geo_id`, besides `place_id` "
+"([a0cff22](https://github.com/tweepy/tweepy/commit/a0cff22d0402386ffe576327b17a2a4240e51148))"
+msgstr ""
+"`API.geo_id` 및 `place_id` "
+"([a0cff22](https://github.com/tweepy/tweepy/commit/a0cff22d0402386ffe576327b17a2a4240e51148))"
+
+#: ../../changelog.md:217
+msgid ""
+"`API.get_blocked_ids` "
+"([ff38b70](https://github.com/tweepy/tweepy/commit/ff38b7026403eb9c952e1d1ac00a1a11c6b40f61))"
+msgstr ""
+"`API.get_blocked_ids` "
+"([ff38b70](https://github.com/tweepy/tweepy/commit/ff38b7026403eb9c952e1d1ac00a1a11c6b40f61))"
+
+#: ../../changelog.md:218
+msgid ""
+"`API.get_blocks` "
+"([dc81854](https://github.com/tweepy/tweepy/commit/dc8185429815deeea51fad06995e64fb58c07009))"
+msgstr ""
+"`API.get_blocks` "
+"([dc81854](https://github.com/tweepy/tweepy/commit/dc8185429815deeea51fad06995e64fb58c07009))"
+
+#: ../../changelog.md:219
+msgid ""
+"`API.get_direct_message`, besides `id` "
+"([4ae0ec8](https://github.com/tweepy/tweepy/commit/4ae0ec83daef681877d7d5f3dadf41652a66051c))"
+msgstr ""
+"`API.get_direct_message` 및 `id` "
+"([4ae0ec8](https://github.com/tweepy/tweepy/commit/4ae0ec83daef681877d7d5f3dadf41652a66051c))"
+
+#: ../../changelog.md:220
+msgid ""
+"`API.get_direct_messages` "
+"([8e0507d](https://github.com/tweepy/tweepy/commit/8e0507dd1456a42e8c4258bed37295e1116c1bd9))"
+msgstr ""
+"`API.get_direct_messages` "
+"([8e0507d](https://github.com/tweepy/tweepy/commit/8e0507dd1456a42e8c4258bed37295e1116c1bd9))"
+
+#: ../../changelog.md:221
+msgid ""
+"`API.get_favorites` "
+"([e80b49a](https://github.com/tweepy/tweepy/commit/e80b49aded75b9cf75e168760c095a6d1a5f70ac))"
+msgstr ""
+"`API.get_favorites` "
+"([e80b49a](https://github.com/tweepy/tweepy/commit/e80b49aded75b9cf75e168760c095a6d1a5f70ac))"
+
+#: ../../changelog.md:222
+msgid ""
+"`API.get_follower_ids` "
+"([7d42597](https://github.com/tweepy/tweepy/commit/7d425979312dd71a8151c7463a2592bb2f57a2f9))"
+msgstr ""
+"`API.get_follower_ids` "
+"([7d42597](https://github.com/tweepy/tweepy/commit/7d425979312dd71a8151c7463a2592bb2f57a2f9))"
+
+#: ../../changelog.md:223
+msgid ""
+"`API.get_followers` "
+"([c6ab5a0](https://github.com/tweepy/tweepy/commit/c6ab5a0882651802a8a2fcf8c9f8300321415455))"
+msgstr ""
+"`API.get_followers` "
+"([c6ab5a0](https://github.com/tweepy/tweepy/commit/c6ab5a0882651802a8a2fcf8c9f8300321415455))"
+
+#: ../../changelog.md:224
+msgid ""
+"`API.get_friend_ids` "
+"([c65641b](https://github.com/tweepy/tweepy/commit/c65641b48df0320bad6046798d789e38b3cd8ec8))"
+msgstr ""
+"`API.get_friend_ids` "
+"([c65641b](https://github.com/tweepy/tweepy/commit/c65641b48df0320bad6046798d789e38b3cd8ec8))"
+
+#: ../../changelog.md:225
+msgid ""
+"`API.get_friends` "
+"([e6965fa](https://github.com/tweepy/tweepy/commit/e6965fa7847782ca5e4073a21cc3cd30752eeafb))"
+msgstr ""
+"`API.get_friends` "
+"([e6965fa](https://github.com/tweepy/tweepy/commit/e6965fa7847782ca5e4073a21cc3cd30752eeafb))"
+
+#: ../../changelog.md:226
+msgid ""
+"`API.get_friendship` "
+"([6dea7de](https://github.com/tweepy/tweepy/commit/6dea7de36bd4daefd33f25a76fc0712318f9735b))"
+msgstr ""
+"`API.get_friendship` "
+"([6dea7de](https://github.com/tweepy/tweepy/commit/6dea7de36bd4daefd33f25a76fc0712318f9735b))"
+
+#: ../../changelog.md:227
+msgid ""
+"`API.get_list` "
+"([92dc37f](https://github.com/tweepy/tweepy/commit/92dc37f1c45b1420c1cdcef0c16843ffffc15aa4))"
+msgstr ""
+"`API.get_list` "
+"([92dc37f](https://github.com/tweepy/tweepy/commit/92dc37f1c45b1420c1cdcef0c16843ffffc15aa4))"
+
+#: ../../changelog.md:228
+msgid ""
+"`API.get_list_member` "
+"([0af06db](https://github.com/tweepy/tweepy/commit/0af06db70a3f41db048d2f5e866a39c48cfcdd98))"
+msgstr ""
+"`API.get_list_member` "
+"([0af06db](https://github.com/tweepy/tweepy/commit/0af06db70a3f41db048d2f5e866a39c48cfcdd98))"
+
+#: ../../changelog.md:229
+msgid ""
+"`API.get_list_members` "
+"([7c8be8d](https://github.com/tweepy/tweepy/commit/7c8be8de2c9c099b61ec59078a62a2aa3fba8a8e))"
+msgstr ""
+"`API.get_list_members` "
+"([7c8be8d](https://github.com/tweepy/tweepy/commit/7c8be8de2c9c099b61ec59078a62a2aa3fba8a8e))"
+
+#: ../../changelog.md:230
+msgid ""
+"`API.get_list_memberships` "
+"([ec7601f](https://github.com/tweepy/tweepy/commit/ec7601ff86b8198d80242718cfea898c3d35b0ee))"
+msgstr ""
+"`API.get_list_memberships` "
+"([ec7601f](https://github.com/tweepy/tweepy/commit/ec7601ff86b8198d80242718cfea898c3d35b0ee))"
+
+#: ../../changelog.md:231
+msgid ""
+"`API.get_list_subscriber` "
+"([a175cdd](https://github.com/tweepy/tweepy/commit/a175cdd690f577cd56e1affb7c6d42a69a5c9427))"
+msgstr ""
+"`API.get_list_subscriber` "
+"([a175cdd](https://github.com/tweepy/tweepy/commit/a175cdd690f577cd56e1affb7c6d42a69a5c9427))"
+
+#: ../../changelog.md:232
+msgid ""
+"`API.get_list_subscribers` "
+"([3ee84ef](https://github.com/tweepy/tweepy/commit/3ee84ef24094eae62be706108309a5a561095be1))"
+msgstr ""
+"`API.get_list_subscribers` "
+"([3ee84ef](https://github.com/tweepy/tweepy/commit/3ee84ef24094eae62be706108309a5a561095be1))"
+
+#: ../../changelog.md:233
+msgid ""
+"`API.get_list_subscriptions` "
+"([178d719](https://github.com/tweepy/tweepy/commit/178d7193c08452f4218aa8a1e0b069b6b72f23e3))"
+msgstr ""
+"`API.get_list_subscriptions` "
+"([178d719](https://github.com/tweepy/tweepy/commit/178d7193c08452f4218aa8a1e0b069b6b72f23e3))"
+
+#: ../../changelog.md:234
+msgid ""
+"`API.get_lists` "
+"([3cd0058](https://github.com/tweepy/tweepy/commit/3cd00587cf7a3b92fb64375e0311e03a4c410595))"
+msgstr ""
+"`API.get_lists` "
+"([3cd0058](https://github.com/tweepy/tweepy/commit/3cd00587cf7a3b92fb64375e0311e03a4c410595))"
+
+#: ../../changelog.md:235
+msgid ""
+"`API.get_muted_ids` "
+"([2967104](https://github.com/tweepy/tweepy/commit/2967104c1e6f2398aaf52f19c9a7627dbcdd7651))"
+msgstr ""
+"`API.get_muted_ids` "
+"([2967104](https://github.com/tweepy/tweepy/commit/2967104c1e6f2398aaf52f19c9a7627dbcdd7651))"
+
+#: ../../changelog.md:236
+msgid ""
+"`API.get_mutes` "
+"([9e9d370](https://github.com/tweepy/tweepy/commit/9e9d370c440b0c5dd26131382a96306b681385a9))"
+msgstr ""
+"`API.get_mutes` "
+"([9e9d370](https://github.com/tweepy/tweepy/commit/9e9d370c440b0c5dd26131382a96306b681385a9))"
+
+#: ../../changelog.md:237
+msgid ""
+"`API.get_oembed`, besides `url` "
+"([d13d853](https://github.com/tweepy/tweepy/commit/d13d8535862b12f8cd0b4ca60a4f3c4be6f3122f))"
+msgstr ""
+"`API.get_oembed` 및 `url` "
+"([d13d853](https://github.com/tweepy/tweepy/commit/d13d8535862b12f8cd0b4ca60a4f3c4be6f3122f))"
+
+#: ../../changelog.md:238
+msgid ""
+"`API.get_place_trends`, besides `id` "
+"([548810c](https://github.com/tweepy/tweepy/commit/548810c081508965972bbdfcec227ebcba3a350d))"
+msgstr ""
+"`API.get_place_trends` 및 `id` "
+"([548810c](https://github.com/tweepy/tweepy/commit/548810c081508965972bbdfcec227ebcba3a350d))"
+
+#: ../../changelog.md:239
+msgid ""
+"`API.get_retweeter_ids`, besides `id` "
+"([9907c25](https://github.com/tweepy/tweepy/commit/9907c25c8873876ff56fd2575aaa6e1994715313))"
+msgstr ""
+"`API.get_retweeter_ids` 및 `id` "
+"([9907c25](https://github.com/tweepy/tweepy/commit/9907c25c8873876ff56fd2575aaa6e1994715313))"
+
+#: ../../changelog.md:240
+msgid ""
+"`API.get_retweets`, besides `id` "
+"([0bd0292](https://github.com/tweepy/tweepy/commit/0bd0292fbe7cdd7b1b6f7a43906ac59ffb97ed72))"
+msgstr ""
+"`API.get_retweets` 및 `id` "
+"([0bd0292](https://github.com/tweepy/tweepy/commit/0bd0292fbe7cdd7b1b6f7a43906ac59ffb97ed72))"
+
+#: ../../changelog.md:241
+msgid ""
+"`API.get_retweets_of_me` "
+"([2b2ed0a](https://github.com/tweepy/tweepy/commit/2b2ed0a45bfe2077dd1e0b3c0e91de2557aa4a36))"
+msgstr ""
+"`API.get_retweets_of_me` "
+"([2b2ed0a](https://github.com/tweepy/tweepy/commit/2b2ed0a45bfe2077dd1e0b3c0e91de2557aa4a36))"
+
+#: ../../changelog.md:242
+msgid ""
+"`API.get_saved_search`, besides `id` "
+"([1d3d3ae](https://github.com/tweepy/tweepy/commit/1d3d3ae2f5600173771d51b193d5c3675c905167))"
+msgstr ""
+"`API.get_saved_search` 및 `id` "
+"([1d3d3ae](https://github.com/tweepy/tweepy/commit/1d3d3ae2f5600173771d51b193d5c3675c905167))"
+
+#: ../../changelog.md:243
+msgid ""
+"`API.get_saved_searches` "
+"([c5f5b4b](https://github.com/tweepy/tweepy/commit/c5f5b4b552fbdff75cd4d46585cefa97a82abee7))"
+msgstr ""
+"`API.get_saved_searches` "
+"([c5f5b4b](https://github.com/tweepy/tweepy/commit/c5f5b4b552fbdff75cd4d46585cefa97a82abee7))"
+
+#: ../../changelog.md:244
+msgid ""
+"`API.get_settings` "
+"([2c2f0ec](https://github.com/tweepy/tweepy/commit/2c2f0ecbfb4bc9b262f2320589f2ce3cf99bdc9c))"
+msgstr ""
+"`API.get_settings` "
+"([2c2f0ec](https://github.com/tweepy/tweepy/commit/2c2f0ecbfb4bc9b262f2320589f2ce3cf99bdc9c))"
+
+#: ../../changelog.md:245
+msgid ""
+"`API.get_status`, besides `id` "
+"([30af3ac](https://github.com/tweepy/tweepy/commit/30af3ac8dcbd385fec6cef372550e0afb43b2612))"
+msgstr ""
+"`API.get_status` 및 `id` "
+"([30af3ac](https://github.com/tweepy/tweepy/commit/30af3ac8dcbd385fec6cef372550e0afb43b2612))"
+
+#: ../../changelog.md:246
+msgid ""
+"`API.get_user` "
+"([6b761ce](https://github.com/tweepy/tweepy/commit/6b761ce7f42ad348e9d0dade6657e020f326f88d))"
+msgstr ""
+"`API.get_user` "
+"([6b761ce](https://github.com/tweepy/tweepy/commit/6b761ce7f42ad348e9d0dade6657e020f326f88d))"
+
+#: ../../changelog.md:247
+msgid ""
+"`API.home_timeline` "
+"([b91be22](https://github.com/tweepy/tweepy/commit/b91be220928d1cb2996a5c71ef16a13c58375d4a))"
+msgstr ""
+"`API.home_timeline` "
+"([b91be22](https://github.com/tweepy/tweepy/commit/b91be220928d1cb2996a5c71ef16a13c58375d4a))"
+
+#: ../../changelog.md:248
+msgid ""
+"`API.incoming_friendships` "
+"([6d3b7f2](https://github.com/tweepy/tweepy/commit/6d3b7f259bb547eef47d6212fe4b3379b1a96586))"
+msgstr ""
+"`API.incoming_friendships` "
+"([6d3b7f2](https://github.com/tweepy/tweepy/commit/6d3b7f259bb547eef47d6212fe4b3379b1a96586))"
+
+#: ../../changelog.md:249
+msgid ""
+"`API.list_timeline` "
+"([e3ec5c1](https://github.com/tweepy/tweepy/commit/e3ec5c11f3f7ebac43747b8a7b0d07530ec34fea))"
+msgstr ""
+"`API.list_timeline` "
+"([e3ec5c1](https://github.com/tweepy/tweepy/commit/e3ec5c11f3f7ebac43747b8a7b0d07530ec34fea))"
+
+#: ../../changelog.md:250
+msgid ""
+"`API.lookup_friendships` "
+"([0eff951](https://github.com/tweepy/tweepy/commit/0eff9515797dad95728f44b7c2b21fd88e5f6312))"
+msgstr ""
+"`API.lookup_friendships` "
+"([0eff951](https://github.com/tweepy/tweepy/commit/0eff9515797dad95728f44b7c2b21fd88e5f6312))"
+
+#: ../../changelog.md:251
+msgid ""
+"`API.lookup_statuses`, besides `id` "
+"([cf9845d](https://github.com/tweepy/tweepy/commit/cf9845d18c42600f890e5a40b313e77079ca9a5b))"
+msgstr ""
+"`API.lookup_statuses` 및 `id` "
+"([cf9845d](https://github.com/tweepy/tweepy/commit/cf9845d18c42600f890e5a40b313e77079ca9a5b))"
+
+#: ../../changelog.md:252
+msgid ""
+"`API.lookup_users` "
+"([7317109](https://github.com/tweepy/tweepy/commit/731710944c07c82a7a2b52e5a73f0d20ec77b9ae))"
+msgstr ""
+"`API.lookup_users` "
+"([7317109](https://github.com/tweepy/tweepy/commit/731710944c07c82a7a2b52e5a73f0d20ec77b9ae))"
+
+#: ../../changelog.md:253
+msgid ""
+"`API.media_upload`, besides `filename` "
+"([ec2498f](https://github.com/tweepy/tweepy/commit/ec2498f0d2c14702b69dbdba463e07ce8709b8d5))"
+msgstr ""
+"`API.media_upload` 및 `filename` "
+"([ec2498f](https://github.com/tweepy/tweepy/commit/ec2498f0d2c14702b69dbdba463e07ce8709b8d5))"
+
+#: ../../changelog.md:254
+msgid ""
+"`API.mentions_timeline` "
+"([3614ce4](https://github.com/tweepy/tweepy/commit/3614ce42483711b1aea65c16a235b4ec4d0c8242))"
+msgstr ""
+"`API.mentions_timeline` "
+"([3614ce4](https://github.com/tweepy/tweepy/commit/3614ce42483711b1aea65c16a235b4ec4d0c8242))"
+
+#: ../../changelog.md:255
+msgid ""
+"`API.outgoing_friendships` "
+"([09f8504](https://github.com/tweepy/tweepy/commit/09f85045945331e9b0ace417be20df0fa1ec7a79))"
+msgstr ""
+"`API.outgoing_friendships` "
+"([09f8504](https://github.com/tweepy/tweepy/commit/09f85045945331e9b0ace417be20df0fa1ec7a79))"
+
+#: ../../changelog.md:256
+msgid ""
+"`API.rate_limit_status` "
+"([b4b91c1](https://github.com/tweepy/tweepy/commit/b4b91c116921045eb18790330771460c28f9662a))"
+msgstr ""
+"`API.rate_limit_status` "
+"([b4b91c1](https://github.com/tweepy/tweepy/commit/b4b91c116921045eb18790330771460c28f9662a))"
+
+#: ../../changelog.md:257
+msgid ""
+"`API.remove_list_member` "
+"([e7fa800](https://github.com/tweepy/tweepy/commit/e7fa800bf0cbe699201c7f3e26ad2e27b4193b6d))"
+msgstr ""
+"`API.remove_list_member` "
+"([e7fa800](https://github.com/tweepy/tweepy/commit/e7fa800bf0cbe699201c7f3e26ad2e27b4193b6d))"
+
+#: ../../changelog.md:258
+msgid ""
+"`API.remove_list_members` "
+"([593ef1c](https://github.com/tweepy/tweepy/commit/593ef1cf6a59656e3c7208ef6907009b2e95089b))"
+msgstr ""
+"`API.remove_list_members` "
+"([593ef1c](https://github.com/tweepy/tweepy/commit/593ef1cf6a59656e3c7208ef6907009b2e95089b))"
+
+#: ../../changelog.md:259
+msgid ""
+"`API.report_spam` "
+"([f55efcf](https://github.com/tweepy/tweepy/commit/f55efcfc86ba10c3fd133a84290a9c50a1f64a9d))"
+msgstr ""
+"`API.report_spam` "
+"([f55efcf](https://github.com/tweepy/tweepy/commit/f55efcfc86ba10c3fd133a84290a9c50a1f64a9d))"
+
+#: ../../changelog.md:260
+msgid ""
+"`API.retweet`, besides `id` "
+"([4f7be88](https://github.com/tweepy/tweepy/commit/4f7be886e806c3f61eaaff48827c5c8d1e517fe8))"
+msgstr ""
+"`API.retweet` 및 `id` "
+"([4f7be88](https://github.com/tweepy/tweepy/commit/4f7be886e806c3f61eaaff48827c5c8d1e517fe8))"
+
+#: ../../changelog.md:261
+msgid ""
+"`API.reverse_geocode`: besides `lat` and `long` "
+"([b209c48](https://github.com/tweepy/tweepy/commit/b209c484f1dd4458d455b4faa41971c6429dae3b))"
+msgstr ""
+"`API.reverse_geocode` 및 `lat`, `long` "
+"([b209c48](https://github.com/tweepy/tweepy/commit/b209c484f1dd4458d455b4faa41971c6429dae3b))"
+
+#: ../../changelog.md:262
+msgid ""
+"`API.search_30_day`, besides `label` and `query` "
+"([434fd35](https://github.com/tweepy/tweepy/commit/434fd35d76481f0281d62cd83b8da2bd47353e56))"
+msgstr ""
+"`API.search_30_day` 및 `label`, `query` "
+"([434fd35](https://github.com/tweepy/tweepy/commit/434fd35d76481f0281d62cd83b8da2bd47353e56))"
+
+#: ../../changelog.md:263
+msgid ""
+"`API.search_full_archive`, besides `label` and `query` "
+"([44391bc](https://github.com/tweepy/tweepy/commit/44391bcf55da7fb50cf077510ee94e849599b6cd))"
+msgstr ""
+"`API.search_full_archive` 및 `label`, `query` "
+"([44391bc](https://github.com/tweepy/tweepy/commit/44391bcf55da7fb50cf077510ee94e849599b6cd))"
+
+#: ../../changelog.md:264
+msgid ""
+"`API.search_geo` "
+"([0a6bec9](https://github.com/tweepy/tweepy/commit/0a6bec9906b41983067315954ac533556ae85176))"
+msgstr ""
+"`API.search_geo` "
+"([0a6bec9](https://github.com/tweepy/tweepy/commit/0a6bec9906b41983067315954ac533556ae85176))"
+
+#: ../../changelog.md:265
+msgid ""
+"`API.search_tweets`, besides `q` "
+"([445da4e](https://github.com/tweepy/tweepy/commit/445da4ec69cdaf1199ac025e63d7ffc80dd9f27f))"
+msgstr ""
+"`API.search_tweets` 및 `q` "
+"([445da4e](https://github.com/tweepy/tweepy/commit/445da4ec69cdaf1199ac025e63d7ffc80dd9f27f))"
+
+#: ../../changelog.md:266
+#, fuzzy
+msgid ""
+"`API.search_users`, besides `q` "
+"([76ca416](https://github.com/tweepy/tweepy/commit/76ca4169f38759d7eb7deb5cd984ef615fe2b628))"
+msgstr ""
+"`API.search_tweets` 및 `q` "
+"([445da4e](https://github.com/tweepy/tweepy/commit/445da4ec69cdaf1199ac025e63d7ffc80dd9f27f))"
+
+#: ../../changelog.md:267
+msgid ""
+"`API.send_direct_message`, besides `recipient_id` and `text` "
+"([7d1a549](https://github.com/tweepy/tweepy/commit/7d1a5498325cbc93c7c177a96f5642c5c5683eac))"
+msgstr ""
+"`API.send_direct_message` 및 `recipient_id` and `text` "
+"([7d1a549](https://github.com/tweepy/tweepy/commit/7d1a5498325cbc93c7c177a96f5642c5c5683eac))"
+
+#: ../../changelog.md:268
+msgid ""
+"`API.set_settings` "
+"([bf1d928](https://github.com/tweepy/tweepy/commit/bf1d928cec2b9ada5d161b479f9140d80e254e81))"
+msgstr ""
+"`API.set_settings` "
+"([bf1d928](https://github.com/tweepy/tweepy/commit/bf1d928cec2b9ada5d161b479f9140d80e254e81))"
+
+#: ../../changelog.md:269
+msgid ""
+"`API.supported_languages` "
+"([2034efc](https://github.com/tweepy/tweepy/commit/2034efc450d6bf29a481fc7eca35f125dd66e9d4))"
+msgstr ""
+"`API.supported_languages` "
+"([2034efc](https://github.com/tweepy/tweepy/commit/2034efc450d6bf29a481fc7eca35f125dd66e9d4))"
+
+#: ../../changelog.md:270
+msgid ""
+"`API.subscribe_list` "
+"([ee3b718](https://github.com/tweepy/tweepy/commit/ee3b718339e5ff8719cf8fc7ada5fc7930e41c13))"
+msgstr ""
+"`API.subscribe_list` "
+"([ee3b718](https://github.com/tweepy/tweepy/commit/ee3b718339e5ff8719cf8fc7ada5fc7930e41c13))"
+
+#: ../../changelog.md:271
+msgid ""
+"`API.unretweet`, besides `id` "
+"([4626c42](https://github.com/tweepy/tweepy/commit/4626c424aaca20b4fcb87bbd590cdb33abed9fb0))"
+msgstr ""
+"`API.unretweet` 및 `id` "
+"([4626c42](https://github.com/tweepy/tweepy/commit/4626c424aaca20b4fcb87bbd590cdb33abed9fb0))"
+
+#: ../../changelog.md:272
+msgid ""
+"`API.unsubscribe_list` "
+"([2df2311](https://github.com/tweepy/tweepy/commit/2df231158d08e05ccb2f08a020dea154681e2609))"
+msgstr ""
+"`API.unsubscribe_list` "
+"([2df2311](https://github.com/tweepy/tweepy/commit/2df231158d08e05ccb2f08a020dea154681e2609))"
+
+#: ../../changelog.md:273
+msgid ""
+"`API.update_list` "
+"([8b3b4fb](https://github.com/tweepy/tweepy/commit/8b3b4fbab2c9150ff3ce1f15f1f4a0f8bc5edde1))"
+msgstr ""
+"`API.update_list` "
+"([8b3b4fb](https://github.com/tweepy/tweepy/commit/8b3b4fbab2c9150ff3ce1f15f1f4a0f8bc5edde1))"
+
+#: ../../changelog.md:274
+msgid ""
+"`API.update_profile` "
+"([99cd815](https://github.com/tweepy/tweepy/commit/99cd815b0e730a8f1bc2bd0737fcb83749a483c7))"
+msgstr ""
+"`API.update_profile` "
+"([99cd815](https://github.com/tweepy/tweepy/commit/99cd815b0e730a8f1bc2bd0737fcb83749a483c7))"
+
+#: ../../changelog.md:275
+msgid ""
+"`API.update_profile_banner`, besides `filename` "
+"([1ca22be](https://github.com/tweepy/tweepy/commit/1ca22be0cbb0a4f3aba00b37263ac92149eceb1c))"
+msgstr ""
+"`API.update_profile_banner` 및 `filename` "
+"([1ca22be](https://github.com/tweepy/tweepy/commit/1ca22be0cbb0a4f3aba00b37263ac92149eceb1c))"
+
+#: ../../changelog.md:276
+msgid ""
+"`API.update_profile_image`, besides `filename` "
+"([3539fa2](https://github.com/tweepy/tweepy/commit/3539fa2129f22af80e68adfb9d216c2176dc0181))"
+msgstr ""
+"`API.update_profile_image` 및 `filename` "
+"([3539fa2](https://github.com/tweepy/tweepy/commit/3539fa2129f22af80e68adfb9d216c2176dc0181))"
+
+#: ../../changelog.md:277
+msgid ""
+"`API.update_status`, besides `status` "
+"([761cbfe](https://github.com/tweepy/tweepy/commit/761cbfe05e866e60edf7c4e58b9ecf356507c6f2))"
+msgstr ""
+"`API.update_status` 및 `status` "
+"([761cbfe](https://github.com/tweepy/tweepy/commit/761cbfe05e866e60edf7c4e58b9ecf356507c6f2))"
+
+#: ../../changelog.md:278
+msgid ""
+"`API.update_status_with_media`, besides `filename` and `status` "
+"([0ac4e83](https://github.com/tweepy/tweepy/commit/0ac4e83531993187df16c05a886654e13574f136))"
+msgstr ""
+"`API.update_status_with_media` 및 `filename`, `status` "
+"([0ac4e83](https://github.com/tweepy/tweepy/commit/0ac4e83531993187df16c05a886654e13574f136))"
+
+#: ../../changelog.md:279
+msgid ""
+"`API.user_timeline` "
+"([0ef964f](https://github.com/tweepy/tweepy/commit/0ef964f454a0e9111c1933aca13ec55c2bcbe2c3))"
+msgstr ""
+"`API.user_timeline` "
+"([0ef964f](https://github.com/tweepy/tweepy/commit/0ef964f454a0e9111c1933aca13ec55c2bcbe2c3))"
+
+#: ../../changelog.md:280
+msgid ""
+"Reorder `API.update_status_with_media` parameters "
+"([87abdcd](https://github.com/tweepy/tweepy/commit/87abdcd40c89da6be3ddc3911fadd4e31fcf5986))"
+msgstr ""
+"`API.update_status_with_media` 매개변수 재정렬 "
+"([87abdcd](https://github.com/tweepy/tweepy/commit/87abdcd40c89da6be3ddc3911fadd4e31fcf5986))"
+
+#: ../../changelog.md:281
+msgid ""
+"Rename `API` initialization parameter: `auth_handler` -> `auth` "
+"([ee313bd](https://github.com/tweepy/tweepy/commit/ee313bd96e9c2ecf317792a024712e98b5c33c25))"
+msgstr ""
+"다음 `API` 초기화 파라미터 이름 변경: `auth_handler` -> `auth` "
+"([ee313bd](https://github.com/tweepy/tweepy/commit/ee313bd96e9c2ecf317792a024712e98b5c33c25))"
+
+#: ../../changelog.md:282
+msgid ""
+"Stop allowing positional arguments besides `auth` for `API` "
+"initialization "
+"([da2f276](https://github.com/tweepy/tweepy/commit/da2f2767abb1b565b6902ecf7eead3dfcf651ec1))"
+msgstr ""
+"`API` 초기화에서의 `auth` 에서 위치 인수(Positional argument)를 더 이상 허용하지 "
+"않음([da2f276](https://github.com/tweepy/tweepy/commit/da2f2767abb1b565b6902ecf7eead3dfcf651ec1))"
+
+#: ../../changelog.md:283
+msgid ""
+"Remove `API.api_root` and `API.upload_root` "
+"([e757919](https://github.com/tweepy/tweepy/commit/e7579194edd367a5fea6e50dc1cd0d82f3ae643d))"
+msgstr ""
+"제거함: `API.api_root`, `API.upload_root` "
+"([e757919](https://github.com/tweepy/tweepy/commit/e7579194edd367a5fea6e50dc1cd0d82f3ae643d))"
+
+#: ../../changelog.md:284
+msgid ""
+"Remove `API.compression` "
+"([4590c7a](https://github.com/tweepy/tweepy/commit/4590c7adebc5bb540429dd9f432f16155c4bf0b5))"
+msgstr ""
+"제거함: `API.compression` "
+"([4590c7a](https://github.com/tweepy/tweepy/commit/4590c7adebc5bb540429dd9f432f16155c4bf0b5))"
+
+#: ../../changelog.md:285
+msgid ""
+"Remove `API.me`, `AuthHandler.get_username`, and "
+"`OAuthHandler.get_username` "
+"([807f937](https://github.com/tweepy/tweepy/commit/807f9371b6f0a796fea6093497401a1d10b5e183))"
+msgstr ""
+"제거함: `API.me`, `AuthHandler.get_username`, `OAuthHandler.get_username` "
+"([807f937](https://github.com/tweepy/tweepy/commit/807f9371b6f0a796fea6093497401a1d10b5e183))"
+
+#: ../../changelog.md:286
+msgid ""
+"Remove `API.search_host` and `API.search_root` "
+"([92db0cf](https://github.com/tweepy/tweepy/commit/92db0cf87666229098809973554d20d35b2971a0))"
+msgstr ""
+"제거함: `API.search_host`, `API.search_root` "
+"([92db0cf](https://github.com/tweepy/tweepy/commit/92db0cf87666229098809973554d20d35b2971a0))"
+
+#: ../../changelog.md:287
+msgid ""
+"Remove `API.wait_on_rate_limit_notify` "
+"([f325738](https://github.com/tweepy/tweepy/commit/f3257389ed566029e7eec0598597afeef6900d35))"
+msgstr ""
+"제거함: `API.wait_on_rate_limit_notify` "
+"([f325738](https://github.com/tweepy/tweepy/commit/f3257389ed566029e7eec0598597afeef6900d35))"
+
+#: ../../changelog.md:288
+msgid "Always log warning when rate limit reached"
+msgstr "이제 트위터 API 호출에 도달할 때 경고를 로그에 항상 기록함 "
+
+#: ../../changelog.md:289
+msgid ""
+"Remove `map_` keyword argument aliasing for `API.lookup_statuses` "
+"([0a404c3](https://github.com/tweepy/tweepy/commit/0a404c3fc66399271b1a1d769fc18665d1a7a37a))"
+msgstr ""
+"제거함: `API.lookup_statuses` 키워드 "
+"인수([0a404c3](https://github.com/tweepy/tweepy/commit/0a404c3fc66399271b1a1d769fc18665d1a7a37a))"
+
+#: ../../changelog.md:291
+msgid "`Stream`"
+msgstr "`Stream`"
+
+#: ../../changelog.md:292
+msgid ""
+"Remove and replace `StreamListener` by merging it into `Stream` "
+"([39abff4](https://github.com/tweepy/tweepy/commit/39abff4520e291180425ac2219d1d8597ac5da96))"
+msgstr ""
+"`StreamListener` 를 제거하고, `Stream` 에 해당 기능들을 병합(Merge)함 "
+"([39abff4](https://github.com/tweepy/tweepy/commit/39abff4520e291180425ac2219d1d8597ac5da96))"
+
+#: ../../changelog.md:293
+msgid ""
+"`StreamListener.keep_alive` -> `Stream.on_keep_alive` "
+"([abf4d5d](https://github.com/tweepy/tweepy/commit/abf4d5d4dfa117b39bfcdc992895574df7e5ee8b))"
+msgstr ""
+"`StreamListener.keep_alive` -> `Stream.on_keep_alive` "
+"([abf4d5d](https://github.com/tweepy/tweepy/commit/abf4d5d4dfa117b39bfcdc992895574df7e5ee8b))"
+
+#: ../../changelog.md:294
+msgid "`StreamListener.on_connect` -> `Stream.on_connect`"
+msgstr "`StreamListener.on_connect` -> `Stream.on_connect`"
+
+#: ../../changelog.md:295
+msgid "`StreamListener.on_data` -> `Stream.on_data`"
+msgstr "`StreamListener.on_data` -> `Stream.on_data`"
+
+#: ../../changelog.md:296
+msgid "`StreamListener.on_delete` -> `Stream.on_delete`"
+msgstr "`StreamListener.on_delete` -> `Stream.on_delete`"
+
+#: ../../changelog.md:297
+msgid ""
+"`StreamListener.on_disconnect` -> `Stream.on_disconnect_message` "
+"([6c3b997](https://github.com/tweepy/tweepy/commit/6c3b997df0070b6ab7ead9cd0482cb66088ef229))"
+msgstr ""
+"`StreamListener.on_disconnect` -> `Stream.on_disconnect_message` "
+"([6c3b997](https://github.com/tweepy/tweepy/commit/6c3b997df0070b6ab7ead9cd0482cb66088ef229))"
+
+#: ../../changelog.md:298
+msgid ""
+"`StreamListener.on_error` -> `Stream.on_request_error` "
+"([fe3bb8b](https://github.com/tweepy/tweepy/commit/fe3bb8bbbea880b4629206a7d542f71a96991e30))"
+msgstr ""
+"`StreamListener.on_error` -> `Stream.on_request_error` "
+"([fe3bb8b](https://github.com/tweepy/tweepy/commit/fe3bb8bbbea880b4629206a7d542f71a96991e30))"
+
+#: ../../changelog.md:299
+msgid "`StreamListener.on_exception` -> `Stream.on_exception`"
+msgstr "`StreamListener.on_exception` -> `Stream.on_exception`"
+
+#: ../../changelog.md:300
+msgid "`StreamListener.on_limit` -> `Stream.on_limit`"
+msgstr "`StreamListener.on_limit` -> `Stream.on_limit`"
+
+#: ../../changelog.md:301
+msgid "`StreamListener.on_scrub_geo` -> `Stream.on_scrub_geo`"
+msgstr "`StreamListener.on_scrub_geo` -> `Stream.on_scrub_geo`"
+
+#: ../../changelog.md:302
+msgid "`StreamListener.on_status` -> `Stream.on_status`"
+msgstr "`StreamListener.on_status` -> `Stream.on_status`"
+
+#: ../../changelog.md:303
+msgid "`StreamListener.on_status_withheld` -> `Stream.on_status_withheld`"
+msgstr "`StreamListener.on_status_withheld` -> `Stream.on_status_withheld`"
+
+#: ../../changelog.md:304
+msgid ""
+"`StreamListener.on_timeout` -> `Stream.on_connection_error` "
+"([8f62297](https://github.com/tweepy/tweepy/commit/8f622971f2a36f49ad54b70cf4f98464487a4716))"
+msgstr ""
+"`StreamListener.on_timeout` -> `Stream.on_connection_error` "
+"([8f62297](https://github.com/tweepy/tweepy/commit/8f622971f2a36f49ad54b70cf4f98464487a4716))"
+
+#: ../../changelog.md:305
+msgid "`StreamListener.on_user_withheld` -> `Stream.on_user_withheld`"
+msgstr "`StreamListener.on_user_withheld` -> `Stream.on_user_withheld`"
+
+#: ../../changelog.md:306
+msgid "`StreamListener.on_warning` -> `Stream.on_warning`"
+msgstr "`StreamListener.on_warning` -> `Stream.on_warning`"
+
+#: ../../changelog.md:307
+msgid ""
+"Remove `Stream.api` "
+"([21a9db2](https://github.com/tweepy/tweepy/commit/21a9db282a9ee981d5d767066634a0fb551bbcde))"
+msgstr ""
+"제거함: `Stream.api` "
+"([21a9db2](https://github.com/tweepy/tweepy/commit/21a9db282a9ee981d5d767066634a0fb551bbcde))"
+
+#: ../../changelog.md:308
+msgid ""
+"Remove `Stream.body` "
+"([3e40193](https://github.com/tweepy/tweepy/commit/3e40193ee1bcecd470e28f6e1bd90e9090694213))"
+msgstr ""
+"제거함: `Stream.body` "
+"([3e40193](https://github.com/tweepy/tweepy/commit/3e40193ee1bcecd470e28f6e1bd90e9090694213))"
+
+#: ../../changelog.md:309
+msgid ""
+"Remove `Stream.headers` "
+"([d07af4e](https://github.com/tweepy/tweepy/commit/d07af4ec865be12fc09ebf99afe2b99041e16b45))"
+msgstr ""
+"제거함: `Stream.headers` "
+"([d07af4e](https://github.com/tweepy/tweepy/commit/d07af4ec865be12fc09ebf99afe2b99041e16b45))"
+
+#: ../../changelog.md:310
+msgid ""
+"Remove `Stream.host` "
+"([9cf8518](https://github.com/tweepy/tweepy/commit/9cf8518350113c1bc89aa978d7a89ffcae2f1832))"
+msgstr ""
+"제거함: `Stream.host` "
+"([9cf8518](https://github.com/tweepy/tweepy/commit/9cf8518350113c1bc89aa978d7a89ffcae2f1832))"
+
+#: ../../changelog.md:311
+msgid ""
+"Remove `Stream.new_session` "
+"([26518ab](https://github.com/tweepy/tweepy/commit/26518abe993b3cf7729e9d55be571b4cc89f50ab))"
+msgstr ""
+"제거함: `Stream.new_session` "
+"([26518ab](https://github.com/tweepy/tweepy/commit/26518abe993b3cf7729e9d55be571b4cc89f50ab))"
+
+#: ../../changelog.md:312
+msgid ""
+"Remove `Stream.timeout` "
+"([a2f79f1](https://github.com/tweepy/tweepy/commit/a2f79f1b6e4406672895764b044d18b33dc527fd))"
+msgstr ""
+"제거함: `Stream.timeout` "
+"([a2f79f1](https://github.com/tweepy/tweepy/commit/a2f79f1b6e4406672895764b044d18b33dc527fd))"
+
+#: ../../changelog.md:313
+msgid ""
+"Remove `Stream.url` "
+"([48cbf97](https://github.com/tweepy/tweepy/commit/48cbf97fbcdb9543be3bb6729e9bc4327d8993bf))"
+msgstr ""
+"제거함: `Stream.url` "
+"([48cbf97](https://github.com/tweepy/tweepy/commit/48cbf97fbcdb9543be3bb6729e9bc4327d8993bf))"
+
+#: ../../changelog.md:314
+msgid ""
+"Remove Stream parameters and attributes for reconnect wait times "
+"([24059d4](https://github.com/tweepy/tweepy/commit/24059d41c13084003d88a8e62de081c7869db8ca))"
+msgstr ""
+"제거함: 재연결 관련 스트림 매개변수 및 속성값 "
+"([24059d4](https://github.com/tweepy/tweepy/commit/24059d41c13084003d88a8e62de081c7869db8ca))"
+
+#: ../../changelog.md:315
+msgid ""
+"Remove `Stream.retry_time_start`, `Stream.retry_420_start`, "
+"`Stream.retry_time_cap`, `Stream.snooze_time_step`, "
+"`Stream.snooze_time_cap`, `Stream.retry_time`, and `Stream.snooze_time`"
+msgstr ""
+"제거함: `Stream.retry_time_start`, `Stream.retry_420_start`, "
+"`Stream.retry_time_cap`, `Stream.snooze_time_step`, "
+"`Stream.snooze_time_cap`, `Stream.retry_time`, `Stream.snooze_time`"
+
+#: ../../changelog.md:316
+msgid ""
+"Rename `Stream.retry_count` to `Stream.max_retries` "
+"([3585f13](https://github.com/tweepy/tweepy/commit/3585f134ecfc5e1c25d37cb6d5bd21fd2d913aa9))"
+msgstr ""
+"`Stream.retry_count` 를 `Stream.max_retries` 으로 이름 변경함 "
+"([3585f13](https://github.com/tweepy/tweepy/commit/3585f134ecfc5e1c25d37cb6d5bd21fd2d913aa9))"
+
+#: ../../changelog.md:317
+msgid ""
+"Replace `Stream.auth` with parameters and attributes for each credential "
+"([c9f59e6](https://github.com/tweepy/tweepy/commit/c9f59e680f17412522206d0999bf9f5ac7788f2f))"
+msgstr ""
+"`Stream.auth` 를 자격증명 관련 매개변수 및 속성으로 대체함 "
+"([c9f59e6](https://github.com/tweepy/tweepy/commit/c9f59e680f17412522206d0999bf9f5ac7788f2f))"
+
+#: ../../changelog.md:318
+msgid ""
+"Replace `Stream.auth` with `Stream.consumer_key`, "
+"`Stream.consumer_secret`, `Stream.access_token`, and "
+"`Stream.access_token_secret`"
+msgstr ""
+"`Stream.auth` 를 `Stream.consumer_key`, `Stream.consumer_secret`, "
+"`Stream.access_token`, `Stream.access_token_secret` 로 대체하였음 "
+
+#: ../../changelog.md:319
+msgid ""
+"Replace `Stream` parameter, `proxies`, with `proxy` "
+"([#1272](https://github.com/tweepy/tweepy/issues/1272))"
+msgstr ""
+"`Stream` 의 매개변수인 `proxies` 를 `proxy` 로 대체함 "
+"([#1272](https://github.com/tweepy/tweepy/issues/1272))"
+
+#: ../../changelog.md:320
+msgid ""
+"Remove `Stream.filter` parameter: `encoding` "
+"([b3f2db2](https://github.com/tweepy/tweepy/commit/b3f2db2baa024ea1aae7acf53948b60e02c1ed18))"
+msgstr ""
+"제거함: `Stream.filter`의 매개변수인 `encoding` "
+"([b3f2db2](https://github.com/tweepy/tweepy/commit/b3f2db2baa024ea1aae7acf53948b60e02c1ed18))"
+
+#: ../../changelog.md:321
+msgid ""
+"Rename `Stream.filter` and `Stream.sample` parameters: `is_async` -> "
+"`threaded` "
+"([6c96c15](https://github.com/tweepy/tweepy/commit/6c96c156cac4ede3855222f0c4705bc08829b308))"
+msgstr ""
+"`Stream.filter` 과 `Stream.sample` 의 매개변수인 `is_async` 를 `threaded` 로 이름 "
+"변경함 "
+"([6c96c15](https://github.com/tweepy/tweepy/commit/6c96c156cac4ede3855222f0c4705bc08829b308))"
+
+#: ../../changelog.md:322
+msgid ""
+"Stop allowing positional arguments for `Stream.filter` "
+"([0629d5f](https://github.com/tweepy/tweepy/commit/0629d5ff17d5491d70da67b674f2e933c50f1262))"
+msgstr ""
+"더 이상 `Stream.filter` 가 위치 인수(Positional argument)를 허용하지 않음 "
+"([0629d5f](https://github.com/tweepy/tweepy/commit/0629d5ff17d5491d70da67b674f2e933c50f1262))"
+
+#: ../../changelog.md:323
+msgid ""
+"Stop allowing positional arguments for `Stream.sample` "
+"([b170720](https://github.com/tweepy/tweepy/commit/b170720b9af085fc024d364980f7ecde5d19de4d))"
+msgstr ""
+"더 이상 `Stream.sample` 이 위치 인수(Positional argument)를 허용하지 않음 "
+"([b170720](https://github.com/tweepy/tweepy/commit/b170720b9af085fc024d364980f7ecde5d19de4d))"
+
+#: ../../changelog.md:325
+msgid "Twitter API Breaking Changes"
+msgstr "트위터 API 중요 변경사항"
+
+#: ../../changelog.md:326
+msgid ""
+"Remove `API.configuration` "
+"([#1614](https://github.com/tweepy/tweepy/issues/1614))"
+msgstr ""
+"제거함: `API.configuration` "
+"([#1614](https://github.com/tweepy/tweepy/issues/1614))"
+
+#: ../../changelog.md:327
+msgid ""
+"Remove `API.geo_similar_places` "
+"([c6cfd97](https://github.com/tweepy/tweepy/commit/c6cfd9720b78c6261f4e7ab0f7da7802fc495d2e))"
+msgstr ""
+"제거함: `API.geo_similar_places` "
+"([c6cfd97](https://github.com/tweepy/tweepy/commit/c6cfd9720b78c6261f4e7ab0f7da7802fc495d2e))"
+
+#: ../../changelog.md:328
+msgid ""
+"Remove `API.related_results` "
+"([068273b](https://github.com/tweepy/tweepy/commit/068273bb2b159af904a154bc4d0720711c671bbc))"
+msgstr ""
+"제거함: `API.related_results` "
+"([068273b](https://github.com/tweepy/tweepy/commit/068273bb2b159af904a154bc4d0720711c671bbc))"
+
+#: ../../changelog.md:329
+msgid ""
+"Remove `Relation` model "
+"([cc4479a](https://github.com/tweepy/tweepy/commit/cc4479a4d5331cec57880d3bc82f283a8bc8bbc5))"
+msgstr ""
+"제거함: `Relation` model "
+"([cc4479a](https://github.com/tweepy/tweepy/commit/cc4479a4d5331cec57880d3bc82f283a8bc8bbc5))"
+
+#: ../../changelog.md:330
+msgid ""
+"Remove `id` endpoint parameter for `API.create_block` "
+"([e4eaa4b](https://github.com/tweepy/tweepy/commit/e4eaa4bd8a85f401035f1a0f56debd9eff25c610))"
+msgstr ""
+"제거함: `API.create_block` 의 엔드포인트 매개변수인 `id` "
+"([e4eaa4b](https://github.com/tweepy/tweepy/commit/e4eaa4bd8a85f401035f1a0f56debd9eff25c610))"
+
+#: ../../changelog.md:331
+msgid ""
+"Remove `id` endpoint parameter for `API.create_friendship` "
+"([6a3c1ab](https://github.com/tweepy/tweepy/commit/6a3c1abae29e04b52ae4e881c337bb735e72a038))"
+msgstr ""
+"제거함: `API.create_friendship` 의 엔드포인트 매개변수인 `id` "
+"([6a3c1ab](https://github.com/tweepy/tweepy/commit/6a3c1abae29e04b52ae4e881c337bb735e72a038))"
+
+#: ../../changelog.md:332
+msgid ""
+"Remove `id` endpoint parameter for `API.create_mute` "
+"([bb25d69](https://github.com/tweepy/tweepy/commit/bb25d691d2498456a6cd05f7a9f0dc8621a9ece4))"
+msgstr ""
+"제거함: `API.create_mute` 의 엔드포인트 매개변수인 `id` "
+"([bb25d69](https://github.com/tweepy/tweepy/commit/bb25d691d2498456a6cd05f7a9f0dc8621a9ece4))"
+
+#: ../../changelog.md:333
+msgid ""
+"Remove `id` endpoint parameter for `API.destroy_block` "
+"([1a9b52d](https://github.com/tweepy/tweepy/commit/1a9b52d121d6d00cdb8a8a9863170b748b02574e))"
+msgstr ""
+"제거함: `API.destroy_block` 의 엔드포인트 매개변수인 `id` "
+"([1a9b52d](https://github.com/tweepy/tweepy/commit/1a9b52d121d6d00cdb8a8a9863170b748b02574e))"
+
+#: ../../changelog.md:334
+msgid ""
+"Remove `id` endpoint parameter for `API.destroy_friendship` "
+"([66f1612](https://github.com/tweepy/tweepy/commit/66f16122addb06fe244f75c44ffd7adb01e57c7f))"
+msgstr ""
+"제거함: `API.destroy_friendship` 의 엔드포인트 매개변수인 `id` "
+"([66f1612](https://github.com/tweepy/tweepy/commit/66f16122addb06fe244f75c44ffd7adb01e57c7f))"
+
+#: ../../changelog.md:335
+msgid ""
+"Remove `id` endpoint parameter for `API.destroy_mute` "
+"([8c444c5](https://github.com/tweepy/tweepy/commit/8c444c5b9d135bf39850bbcd757c8471e16d4202))"
+msgstr ""
+"제거함: `API.destroy_mute` 의 엔드포인트 매개변수인 `id` "
+"([8c444c5](https://github.com/tweepy/tweepy/commit/8c444c5b9d135bf39850bbcd757c8471e16d4202))"
+
+#: ../../changelog.md:336
+msgid ""
+"Remove `id` endpoint parameter for `API.get_follower_ids` "
+"([5cddd12](https://github.com/tweepy/tweepy/commit/5cddd12d26d22f691039de3cb792da3e9e25e0e8))"
+msgstr ""
+"제거함: `API.get_follower_ids` 의 엔드포인트 매개변수인 `id` "
+"([5cddd12](https://github.com/tweepy/tweepy/commit/5cddd12d26d22f691039de3cb792da3e9e25e0e8))"
+
+#: ../../changelog.md:337
+msgid ""
+"Remove `id` endpoint parameter for `API.get_followers` "
+"([a3fb959](https://github.com/tweepy/tweepy/commit/a3fb9594b4bcc884eb29feb11028509b73328f2a))"
+msgstr ""
+"제거함: `API.get_followers` 의 엔드포인트 매개변수인 `id` "
+"([a3fb959](https://github.com/tweepy/tweepy/commit/a3fb9594b4bcc884eb29feb11028509b73328f2a))"
+
+#: ../../changelog.md:338
+msgid ""
+"Remove `id` endpoint parameter for "
+"`API.get_friend_ids`([7cbf818](https://github.com/tweepy/tweepy/commit/7cbf818e2093a5d866ab72469194df0d1d0d4696))"
+msgstr ""
+"제거함: `API.get_friend_ids` 의 엔드포인트 매개변수인 `id` "
+"([7cbf818](https://github.com/tweepy/tweepy/commit/7cbf818e2093a5d866ab72469194df0d1d0d4696))"
+
+#: ../../changelog.md:339
+msgid ""
+"Remove `id` endpoint parameter for `API.get_friends` "
+"([6875e15](https://github.com/tweepy/tweepy/commit/6875e1517d4d81b9f5bfb5e7b5d4e076cd3a7bea))"
+msgstr ""
+"제거함: `API.get_friends` 의 엔드포인트 매개변수인 `id` "
+"([6875e15](https://github.com/tweepy/tweepy/commit/6875e1517d4d81b9f5bfb5e7b5d4e076cd3a7bea))"
+
+#: ../../changelog.md:340
+msgid ""
+"Remove `id` endpoint parameter for `API.get_user` "
+"([a2681ed](https://github.com/tweepy/tweepy/commit/a2681ed376246677b48156fac66c75d05afdc3ff))"
+msgstr ""
+"제거함: `API.get_user` 의 엔드포인트 매개변수인 `id` "
+"([a2681ed](https://github.com/tweepy/tweepy/commit/a2681ed376246677b48156fac66c75d05afdc3ff))"
+
+#: ../../changelog.md:341
+msgid ""
+"Remove `accuracy` and `contained_within` endpoint parameters for "
+"`API.search_geo` "
+"([d37a409](https://github.com/tweepy/tweepy/commit/d37a409e96553d86621a6caa125c5581cac0b3f7))"
+msgstr ""
+"제거함: `API.search_geo` 의 엔드포인트 매개변수인 `accuracy`, `contained_within` "
+"([d37a409](https://github.com/tweepy/tweepy/commit/d37a409e96553d86621a6caa125c5581cac0b3f7))"
+
+#: ../../changelog.md:342
+msgid ""
+"Remove `allow_contributor_request` endpoint parameter for "
+"`API.set_settings` "
+"([1cc33b2](https://github.com/tweepy/tweepy/commit/1cc33b209f181d1c729d7931c1b541947423dd4d))"
+msgstr ""
+"제거함: `API.set_settings` 의 엔드포인트 매개변수인 `allow_contributor_request` "
+"([1cc33b2](https://github.com/tweepy/tweepy/commit/1cc33b209f181d1c729d7931c1b541947423dd4d))"
+
+#: ../../changelog.md:343
+msgid ""
+"Update `API.update_profile_banner` endpoint parameters: `offset_right` ->"
+" `offset_top` "
+"([83f9b79](https://github.com/tweepy/tweepy/commit/83f9b79f5744dc7327a8e1c7d5720742c3d370f1))"
+msgstr ""
+"`API.update_profile_banner` 의 다음 엔드포인트 매개변수를 갱신함: `offset_right` -> "
+"`offset_top` "
+"([83f9b79](https://github.com/tweepy/tweepy/commit/83f9b79f5744dc7327a8e1c7d5720742c3d370f1))"
+
+#: ../../changelog.md:344
+msgid ""
+"Remove `enable_dmcommands` and `fail_dmcommands` parameters for "
+"`API.update_status` "
+"([fe5b3ef](https://github.com/tweepy/tweepy/commit/fe5b3efd77713d00a7ca516ec20afa54903cba8c))"
+msgstr ""
+"제거함: `API.update_status` 의 매개변수인 `enable_dmcommands`, "
+"`fail_dmcommands([fe5b3ef](https://github.com/tweepy/tweepy/commit/fe5b3efd77713d00a7ca516ec20afa54903cba8c))"
+
+#: ../../changelog.md:345
+msgid ""
+"Remove `in_reply_to_status_id_str` and `auto_populate_reply_metadata` "
+"endpoint parameters for `API.update_status_with_media` "
+"([c3c9d29](https://github.com/tweepy/tweepy/commit/c3c9d29ecfffc75976b6d20b1efcfb084adfafaf))"
+msgstr ""
+"제거함: `API.update_status_with_media` 의 엔드포인트 매개변수인 "
+"`in_reply_to_status_id_str`, `auto_populate_reply_metadata` "
+"([c3c9d29](https://github.com/tweepy/tweepy/commit/c3c9d29ecfffc75976b6d20b1efcfb084adfafaf))"
+
+#: ../../changelog.md:346
+msgid ""
+"Remove `id` endpoint parameter for `API.user_timeline` "
+"([#1484](https://github.com/tweepy/tweepy/pull/1484))"
+msgstr ""
+"제거함:`API.user_timeline` 의 엔드포인트 매개변수인 `id` "
+"([#1484](https://github.com/tweepy/tweepy/pull/1484))"
+
+#: ../../changelog.md:347
+msgid ""
+"Remove `Stream.firehose` "
+"([ad50cdc](https://github.com/tweepy/tweepy/commit/ad50cdca6091c9781689634afb817f3ccd5c7e0d))"
+msgstr ""
+"제거함: `Stream.firehose` "
+"([ad50cdc](https://github.com/tweepy/tweepy/commit/ad50cdca6091c9781689634afb817f3ccd5c7e0d))"
+
+#: ../../changelog.md:348
+msgid ""
+"Remove "
+"`Stream.retweet`([6b1944b](https://github.com/tweepy/tweepy/commit/6b1944b23aeb93166964f96d71f408cd21ef64be))"
+msgstr ""
+"제거함: `Stream.retweet` "
+"([6b1944b](https://github.com/tweepy/tweepy/commit/6b1944b23aeb93166964f96d71f408cd21ef64be))"
+
+#: ../../changelog.md:349
+msgid ""
+"Remove `Stream.sitestream` and `Stream.userstream` "
+"([96f7e63](https://github.com/tweepy/tweepy/commit/96f7e63e1019639496bd983fd8443e49be45524f))"
+msgstr ""
+"제거함: `Stream.sitestream`, `Stream.userstream` "
+"([96f7e63](https://github.com/tweepy/tweepy/commit/96f7e63e1019639496bd983fd8443e49be45524f))"
+
+#: ../../changelog.md:350
+msgid ""
+"Remove `StreamListener.on_direct_message` and `StreamListener.on_friends`"
+" "
+"([ab2479b](https://github.com/tweepy/tweepy/commit/ab2479b15da04c28144c3f4384b7aac71eaa0250))"
+msgstr ""
+"제거함: `StreamListener.on_direct_message`, `StreamListener.on_friends` "
+"([ab2479b](https://github.com/tweepy/tweepy/commit/ab2479b15da04c28144c3f4384b7aac71eaa0250))"
+
+#: ../../changelog.md:351
+msgid ""
+"Remove `StreamListener.on_event` "
+"([20b5afb](https://github.com/tweepy/tweepy/commit/20b5afba81e451f3e7a97d97f11eb423fa2b1723))"
+msgstr ""
+"제거함: `StreamListener.on_event` "
+"([20b5afb](https://github.com/tweepy/tweepy/commit/20b5afba81e451f3e7a97d97f11eb423fa2b1723))"
+
+#: ../../changelog.md:353 ../../changelog.md:419
+msgid "Other"
+msgstr "기타"
+
+#: ../../changelog.md:354
+msgid ""
+"Datetime objects for `models.List.created_at`, "
+"`models.SavedSearch.created_at`, `models.Status.created_at`, and "
+"`models.User.created_at` are now aware "
+"([59d4d92](https://github.com/tweepy/tweepy/commit/59d4d920dd4470b52f329d850366721cb52ea0eb))"
+msgstr ""
+"이제 `models.List.created_at`, `models.SavedSearch.created_at`, "
+"`models.Status.created_at`, `models.User.created_at` 가 Datetime 객체를 "
+"인식함([59d4d92](https://github.com/tweepy/tweepy/commit/59d4d920dd4470b52f329d850366721cb52ea0eb))"
+
+#: ../../changelog.md:355
+msgid ""
+"Change `return_cursors` parameter for `JSONParser.parse` and "
+"`ModelParser.parse` to be keyword-only argument "
+"([56b8e31](https://github.com/tweepy/tweepy/commit/56b8e319a874f6d4cfae7dc9f7c33f32ceea83f4))"
+msgstr ""
+"`JSONParser.parse` 과 `ModelParser.parse` 의 매개변수인 `return_cursors` 를 키워드 "
+"인자로만 전달할 수 있도록 변경함 "
+"([56b8e31](https://github.com/tweepy/tweepy/commit/56b8e319a874f6d4cfae7dc9f7c33f32ceea83f4))"
+
+#: ../../changelog.md:356
+msgid ""
+"Remove `method` parameter from `parse` method for `Parser` and its "
+"subclasses "
+"([dda2ec6](https://github.com/tweepy/tweepy/commit/dda2ec6ccd9b5df44daf7b8574d183ac0c2503fa))"
+msgstr ""
+"제거함: `parse` 메서드에서, `Parser` 의 매개변수인 `method` 및 "
+"서브클래스([dda2ec6](https://github.com/tweepy/tweepy/commit/dda2ec6ccd9b5df44daf7b8574d183ac0c2503fa))"
+
+#: ../../changelog.md:357
+msgid ""
+"Remove handling of 401 HTTP status code in `API.verify_credentials` "
+"([7e4d2a4](https://github.com/tweepy/tweepy/commit/7e4d2a4b3bc9b73501d833af349fc8b8986a5197))"
+msgstr ""
+"더 이상 `API.verify_credentials` 가 HTTP 401 코드를 처리하지 못함 "
+"([7e4d2a4](https://github.com/tweepy/tweepy/commit/7e4d2a4b3bc9b73501d833af349fc8b8986a5197))"
+
+#: ../../changelog.md:358
+msgid ""
+"Remove `models.List.is_member` and `models.List.is_subscribed` "
+"([b765aee](https://github.com/tweepy/tweepy/commit/b765aee92ed9a482983c8a7900cbb62a238abb60))"
+msgstr ""
+"제거함: `models.List.is_member`, `models.List.is_subscribed` "
+"([b765aee](https://github.com/tweepy/tweepy/commit/b765aee92ed9a482983c8a7900cbb62a238abb60))"
+
+#: ../../changelog.md:362
+msgid "New Methods And Parameters / Attributes"
+msgstr "새 메서드 및 매개변수 / 속성(Attribute)"
+
+#: ../../changelog.md:363
+msgid ""
+"Add `API.get_list_ownerships` "
+"([#1282](https://github.com/tweepy/tweepy/pull/1282), "
+"[#1498](https://github.com/tweepy/tweepy/issues/1498))"
+msgstr ""
+"추가함: `API.get_list_ownerships` "
+"([#1282](https://github.com/tweepy/tweepy/pull/1282), "
+"[#1498](https://github.com/tweepy/tweepy/issues/1498))"
+
+#: ../../changelog.md:364
+msgid ""
+"Add `models.User.list_ownerships` "
+"([#1282](https://github.com/tweepy/tweepy/pull/1282))"
+msgstr ""
+"추가함: `models.User.list_ownerships` "
+"([#1282](https://github.com/tweepy/tweepy/pull/1282))"
+
+#: ../../changelog.md:365
+msgid ""
+"Add `API.get_profile_banner` "
+"([58ac8bb](https://github.com/tweepy/tweepy/commit/58ac8bb8083044f37c1999b61ecb763918d7a703))"
+msgstr ""
+"추가함: `API.get_profile_banner` "
+"([58ac8bb](https://github.com/tweepy/tweepy/commit/58ac8bb8083044f37c1999b61ecb763918d7a703))"
+
+#: ../../changelog.md:366
+msgid ""
+"Add `API.no_retweets_friendships` "
+"([496a399](https://github.com/tweepy/tweepy/commit/496a3993ae6f6048059c3e9ee2a6f08a27f654b9))"
+msgstr ""
+"추가함: `API.no_retweets_friendships` "
+"([496a399](https://github.com/tweepy/tweepy/commit/496a3993ae6f6048059c3e9ee2a6f08a27f654b9))"
+
+#: ../../changelog.md:367
+msgid ""
+"Add `API.remove_profile_banner` "
+"([f0e53c6](https://github.com/tweepy/tweepy/commit/f0e53c6d6a21595cefc797b66ab8bbc027a2d425))"
+msgstr ""
+"추가함: `API.remove_profile_banner` "
+"([f0e53c6](https://github.com/tweepy/tweepy/commit/f0e53c6d6a21595cefc797b66ab8bbc027a2d425))"
+
+#: ../../changelog.md:368
+msgid ""
+"Add `API.update_friendship` "
+"([ddd24a4](https://github.com/tweepy/tweepy/commit/ddd24a474305d2a9916d92e64b2821a27a6ef450))"
+msgstr ""
+"추가함: `API.update_friendship` "
+"([ddd24a4](https://github.com/tweepy/tweepy/commit/ddd24a474305d2a9916d92e64b2821a27a6ef450))"
+
+#: ../../changelog.md:369
+msgid ""
+"Add `API.user_agent` "
+"([bbec64b](https://github.com/tweepy/tweepy/commit/bbec64bda79350e9691951f61e9663a51696d07f))"
+msgstr ""
+"추가함: `API.user_agent` "
+"([bbec64b](https://github.com/tweepy/tweepy/commit/bbec64bda79350e9691951f61e9663a51696d07f))"
+
+#: ../../changelog.md:370
+msgid "Add endpoint parameters for `API` methods:"
+msgstr "`API` 메서드에 다음 엔드포인트 매개변수를 추가함"
+
+#: ../../changelog.md:371
+msgid ""
+"`API.create_block`: `include_entities`, `skip_status` "
+"([5e694b2](https://github.com/tweepy/tweepy/commit/5e694b289a8543014ed5bd04f667142ededeac04))"
+msgstr ""
+"`API.create_block`: `include_entities`, `skip_status` "
+"([5e694b2](https://github.com/tweepy/tweepy/commit/5e694b289a8543014ed5bd04f667142ededeac04))"
+
+#: ../../changelog.md:372
+msgid ""
+"`API.create_favorite`: `include_entities` "
+"([65c7ce7](https://github.com/tweepy/tweepy/commit/65c7ce71d09a570e14723b51fcef894093a21bae))"
+msgstr ""
+"`API.create_favorite`: `include_entities` "
+"([65c7ce7](https://github.com/tweepy/tweepy/commit/65c7ce71d09a570e14723b51fcef894093a21bae))"
+
+#: ../../changelog.md:373
+msgid ""
+"`API.destroy_block`: `include_entities`, `skip_status` "
+"([7299362](https://github.com/tweepy/tweepy/commit/7299362474563b7082f934c56b150d3f14366e26))"
+msgstr ""
+"`API.destroy_block`: `include_entities`, `skip_status` "
+"([7299362](https://github.com/tweepy/tweepy/commit/7299362474563b7082f934c56b150d3f14366e26))"
+
+#: ../../changelog.md:374
+msgid ""
+"`API.destroy_favorite`: `include_entities` "
+"([ecd19f0](https://github.com/tweepy/tweepy/commit/ecd19f071b385cc9649a699e502cc215b441e071))"
+msgstr ""
+"`API.destroy_favorite`: `include_entities` "
+"([ecd19f0](https://github.com/tweepy/tweepy/commit/ecd19f071b385cc9649a699e502cc215b441e071))"
+
+#: ../../changelog.md:375
+msgid ""
+"`API.destroy_status`: `trim_user` "
+"([ed363e6](https://github.com/tweepy/tweepy/commit/ed363e6141ba467f27a312bca92fafd8b303db4c))"
+msgstr ""
+"`API.destroy_status`: `trim_user` "
+"([ed363e6](https://github.com/tweepy/tweepy/commit/ed363e6141ba467f27a312bca92fafd8b303db4c))"
+
+#: ../../changelog.md:376
+msgid ""
+"`API.get_blocked_ids`: `stringify_ids` "
+"([316b4cc](https://github.com/tweepy/tweepy/commit/316b4cc73393e21075dd0fe1985777ba876bedcb))"
+msgstr ""
+"`API.get_blocked_ids`: `stringify_ids` "
+"([316b4cc](https://github.com/tweepy/tweepy/commit/316b4cc73393e21075dd0fe1985777ba876bedcb))"
+
+#: ../../changelog.md:377
+msgid ""
+"`API.get_blocks`: `include_entities`, `skip_status` "
+"([7ef1e85](https://github.com/tweepy/tweepy/commit/7ef1e8540d38e33d3082795ebf9561e24f1e42ae))"
+msgstr ""
+"`API.get_blocks`: `include_entities`, `skip_status` "
+"([7ef1e85](https://github.com/tweepy/tweepy/commit/7ef1e8540d38e33d3082795ebf9561e24f1e42ae))"
+
+#: ../../changelog.md:378
+msgid ""
+"`API.get_favorites`: `include_entities` "
+"([2b91edc](https://github.com/tweepy/tweepy/commit/2b91edc94c20d88467f9883fa0b16e4e35b8226f))"
+msgstr ""
+"`API.get_favorites`: `include_entities` "
+"([2b91edc](https://github.com/tweepy/tweepy/commit/2b91edc94c20d88467f9883fa0b16e4e35b8226f))"
+
+#: ../../changelog.md:379
+msgid ""
+"`API.get_follower_ids`: `stringify_ids ` "
+"([c490027](https://github.com/tweepy/tweepy/commit/c490027e936c3a0a1a62cfa3cb321358414b3b93))"
+msgstr ""
+"`API.get_follower_ids`: `stringify_ids ` "
+"([c490027](https://github.com/tweepy/tweepy/commit/c490027e936c3a0a1a62cfa3cb321358414b3b93))"
+
+#: ../../changelog.md:380
+msgid ""
+"`API.get_friend_ids`: `stringify_ids`, `count` "
+"([aba327e](https://github.com/tweepy/tweepy/commit/aba327e2aaec8ac5b63c84bdb2ece0bf7e84103f))"
+msgstr ""
+"`API.get_friend_ids`: `stringify_ids`, `count` "
+"([aba327e](https://github.com/tweepy/tweepy/commit/aba327e2aaec8ac5b63c84bdb2ece0bf7e84103f))"
+
+#: ../../changelog.md:381
+msgid ""
+"`API.get_list_member`: `include_entities`, `skip_status` "
+"([e959787](https://github.com/tweepy/tweepy/commit/e9597879d653fec0b999ec5e48995e7c5bad298f))"
+msgstr ""
+"`API.get_list_member`: `include_entities`, `skip_status` "
+"([e959787](https://github.com/tweepy/tweepy/commit/e9597879d653fec0b999ec5e48995e7c5bad298f))"
+
+#: ../../changelog.md:382
+msgid ""
+"`API.get_list_members`: `count`, `include_entities`, `skip_status` "
+"([232fa29](https://github.com/tweepy/tweepy/commit/232fa2982fd7a92c9d8458ca63482ee8d55d06f7))"
+msgstr ""
+"`API.get_list_members`: `count`, `include_entities`, `skip_status` "
+"([232fa29](https://github.com/tweepy/tweepy/commit/232fa2982fd7a92c9d8458ca63482ee8d55d06f7))"
+
+#: ../../changelog.md:383
+msgid ""
+"`API.get_list_subscriber`: `include_entities`, `skip_status` "
+"([783941a](https://github.com/tweepy/tweepy/commit/783941a28384aaa99d7998c69df2c873636f9922))"
+msgstr ""
+"`API.get_list_subscriber`: `include_entities`, `skip_status` "
+"([783941a](https://github.com/tweepy/tweepy/commit/783941a28384aaa99d7998c69df2c873636f9922))"
+
+#: ../../changelog.md:384
+msgid ""
+"`API.get_muted_ids`: `stringify_ids` "
+"([8b04108](https://github.com/tweepy/tweepy/commit/8b04108163f130f6492534ea26baa7b460031a7c))"
+msgstr ""
+"`API.get_muted_ids`: `stringify_ids` "
+"([8b04108](https://github.com/tweepy/tweepy/commit/8b04108163f130f6492534ea26baa7b460031a7c))"
+
+#: ../../changelog.md:385
+msgid ""
+"`API.get_retweeter_ids`: `count` "
+"([71ca488](https://github.com/tweepy/tweepy/commit/71ca488c6201552647fe73a030533de03ab0dbd4))"
+msgstr ""
+"`API.get_retweeter_ids`: `count` "
+"([71ca488](https://github.com/tweepy/tweepy/commit/71ca488c6201552647fe73a030533de03ab0dbd4))"
+
+#: ../../changelog.md:386
+msgid ""
+"`API.get_retweets`: `trim_user` "
+"([e377188](https://github.com/tweepy/tweepy/commit/e377188c0cca0863c617f2ae7f97d51c865273e8))"
+msgstr ""
+"`API.get_retweets`: `trim_user` "
+"([e377188](https://github.com/tweepy/tweepy/commit/e377188c0cca0863c617f2ae7f97d51c865273e8))"
+
+#: ../../changelog.md:387
+msgid ""
+"`API.get_retweets_of_me`: `trim_user`, `include_entities`, "
+"`include_user_entities` "
+"([589d97d](https://github.com/tweepy/tweepy/commit/589d97d400ac343b84a7b4b1911c1fb87d6e0ef6))"
+msgstr ""
+"`API.get_retweets_of_me`: `trim_user`, `include_entities`, "
+"`include_user_entities` "
+"([589d97d](https://github.com/tweepy/tweepy/commit/589d97d400ac343b84a7b4b1911c1fb87d6e0ef6))"
+
+#: ../../changelog.md:388
+msgid ""
+"`API.get_user`: `include_entities` "
+"([485691d](https://github.com/tweepy/tweepy/commit/485691d5686402af00938d672a102da57c195d1b))"
+msgstr ""
+"`API.get_user`: `include_entities` "
+"([485691d](https://github.com/tweepy/tweepy/commit/485691d5686402af00938d672a102da57c195d1b))"
+
+#: ../../changelog.md:389
+msgid ""
+"`API.incoming_friendships`: `stringify_ids` "
+"([ffb7c0e](https://github.com/tweepy/tweepy/commit/ffb7c0eb7582b1bd568c4d0c7f1ee7b4ae893ef1))"
+msgstr ""
+"`API.incoming_friendships`: `stringify_ids` "
+"([ffb7c0e](https://github.com/tweepy/tweepy/commit/ffb7c0eb7582b1bd568c4d0c7f1ee7b4ae893ef1))"
+
+#: ../../changelog.md:390
+msgid ""
+"`API.media_upload`: `media_category`, `additional_owners` "
+"([#1486](https://github.com/tweepy/tweepy/pull/1486))"
+msgstr ""
+"`API.media_upload`: `media_category`, `additional_owners` "
+"([#1486](https://github.com/tweepy/tweepy/pull/1486))"
+
+#: ../../changelog.md:391
+msgid ""
+"`API.mentions_timeline`: `trim_user`, `include_entities` "
+"([eb7c8f6](https://github.com/tweepy/tweepy/commit/eb7c8f6e668bf4fe00cdd2f58cc8b7c3fd9c6ed4))"
+msgstr ""
+"`API.mentions_timeline`: `trim_user`, `include_entities` "
+"([eb7c8f6](https://github.com/tweepy/tweepy/commit/eb7c8f6e668bf4fe00cdd2f58cc8b7c3fd9c6ed4))"
+
+#: ../../changelog.md:392
+msgid ""
+"`API.outgoing_friendships`: `stringify_ids` "
+"([7ed0762](https://github.com/tweepy/tweepy/commit/7ed0762883e03c4479980b62b123baf1e854d316))"
+msgstr ""
+"`API.outgoing_friendships`: `stringify_ids` "
+"([7ed0762](https://github.com/tweepy/tweepy/commit/7ed0762883e03c4479980b62b123baf1e854d316))"
+
+#: ../../changelog.md:393
+msgid ""
+"`API.retweet`: `trim_user` "
+"([70d9665](https://github.com/tweepy/tweepy/commit/70d96657a9e2897e59dc43f789256ea709ea3857))"
+msgstr ""
+"`API.retweet`: `trim_user` "
+"([70d9665](https://github.com/tweepy/tweepy/commit/70d96657a9e2897e59dc43f789256ea709ea3857))"
+
+#: ../../changelog.md:394
+msgid ""
+"`API.search_users`: `include_entities` "
+"([8d64b61](https://github.com/tweepy/tweepy/commit/8d64b617b974f4924df7b85e3d2ec3accb4365d1))"
+msgstr ""
+"`API.search_users`: `include_entities` "
+"([8d64b61](https://github.com/tweepy/tweepy/commit/8d64b617b974f4924df7b85e3d2ec3accb4365d1))"
+
+#: ../../changelog.md:395
+msgid ""
+"`API.unretweet`: `trim_user` "
+"([6d93f3b](https://github.com/tweepy/tweepy/commit/6d93f3b8a082aca6dc522bfabf7d284f4476e756))"
+msgstr ""
+"`API.unretweet`: `trim_user` "
+"([6d93f3b](https://github.com/tweepy/tweepy/commit/6d93f3b8a082aca6dc522bfabf7d284f4476e756))"
+
+#: ../../changelog.md:396
+msgid ""
+"`API.update_profile`: `include_entities`, `skip_status` "
+"([9715c4a](https://github.com/tweepy/tweepy/commit/9715c4a3fd1d367e4a163c9c61d0c8377a8c3c36))"
+msgstr ""
+"`API.update_profile`: `include_entities`, `skip_status` "
+"([9715c4a](https://github.com/tweepy/tweepy/commit/9715c4a3fd1d367e4a163c9c61d0c8377a8c3c36))"
+
+#: ../../changelog.md:397
+msgid ""
+"Add `Stream.on_disconnect` method "
+"([#277](https://github.com/tweepy/tweepy/issues/277))"
+msgstr ""
+"추가함: `Stream.on_disconnect` 메서드 "
+"([#277](https://github.com/tweepy/tweepy/issues/277))"
+
+#: ../../changelog.md:398
+msgid ""
+"Expose `Stream.thread` "
+"([9c2419d](https://github.com/tweepy/tweepy/commit/9c2419d09c2b5af101a730917308d89dced0861a))"
+msgstr ""
+"`Stream.thread` 를 "
+"드러냄(Expose)([9c2419d](https://github.com/tweepy/tweepy/commit/9c2419d09c2b5af101a730917308d89dced0861a))"
+
+#: ../../changelog.md:400
+msgid "New Functionality"
+msgstr "새 기능"
+
+#: ../../changelog.md:401
+msgid ""
+"Allow sending Quick Reply Options with Direct Messages "
+"([#1280](https://github.com/tweepy/tweepy/issues/1280))"
+msgstr ""
+"이제 쪽지에 빠른 답장 옵션을 포함해 보내는 것이 허용됨 "
+"([#1280](https://github.com/tweepy/tweepy/issues/1280))"
+
+#: ../../changelog.md:402
+msgid ""
+"Replace `API.send_direct_message` parameter, `quick_reply_type`, with "
+"`quick_reply_options`"
+msgstr ""
+"`API.send_direct_message` 의 매개변수인 `quick_reply_type` 를 "
+"`quick_reply_options` 로 대체"
+
+#: ../../changelog.md:403
+msgid ""
+"Allow sending Call-To-Action buttons with Direct Messages in "
+"`API.send_direct_message` "
+"([#1311](https://github.com/tweepy/tweepy/issues/1311))"
+msgstr ""
+"`API.send_direct_message` 를 이용한 쪽지를 전송할 때, 콜 투 액션 버튼을 포함하는 것을 허용함 "
+"([#1311](https://github.com/tweepy/tweepy/issues/1311))"
+
+#: ../../changelog.md:405
+msgid "Documentation For Existing Methods"
+msgstr "특정 메서드를 문서화함"
+
+#: ../../changelog.md:406
+msgid ""
+"Document `API.get_settings` "
+"([cbac800](https://github.com/tweepy/tweepy/commit/cbac800b752c7ac063b44e120f9699fd969718de))"
+msgstr ""
+"`API.get_settings` 문서화 "
+"([cbac800](https://github.com/tweepy/tweepy/commit/cbac800b752c7ac063b44e120f9699fd969718de))"
+
+#: ../../changelog.md:407
+msgid ""
+"Document `API.incoming_friendships` "
+"([09dbe0e](https://github.com/tweepy/tweepy/commit/09dbe0e8d0975531b559f18caf702152353c0fff))"
+msgstr ""
+"`API.incoming_friendships` 문서화 "
+"([09dbe0e](https://github.com/tweepy/tweepy/commit/09dbe0e8d0975531b559f18caf702152353c0fff))"
+
+#: ../../changelog.md:408
+msgid ""
+"Document `API.outgoing_friendships` "
+"([8ff5f22](https://github.com/tweepy/tweepy/commit/8ff5f22c6655002ff7ec230d2200d6833af5ff0a))"
+msgstr ""
+"`API.outgoing_friendships` 문서화 "
+"([8ff5f22](https://github.com/tweepy/tweepy/commit/8ff5f22c6655002ff7ec230d2200d6833af5ff0a))"
+
+#: ../../changelog.md:409
+msgid ""
+"Document `API.search_geo` "
+"([a51a097](https://github.com/tweepy/tweepy/commit/a51a097c13b31a5ce290749b280455cb93f970cb))"
+msgstr ""
+"`API.search_geo` "
+"문서화([a51a097](https://github.com/tweepy/tweepy/commit/a51a097c13b31a5ce290749b280455cb93f970cb))"
+
+#: ../../changelog.md:410
+msgid ""
+"Document `API.set_settings` "
+"([4703da3](https://github.com/tweepy/tweepy/commit/4703da38090292fb48d4d6853eb67883a5c282b8))"
+msgstr ""
+"`API.set_settings` 문서화 "
+"([4703da3](https://github.com/tweepy/tweepy/commit/4703da38090292fb48d4d6853eb67883a5c282b8))"
+
+#: ../../changelog.md:411
+msgid ""
+"Document `API.supported_languages` "
+"([9bb8446](https://github.com/tweepy/tweepy/commit/9bb8446837562424093d4c65b6c389d2f1228c62))"
+msgstr ""
+"`API.supported_languages` 문서화 "
+"([9bb8446](https://github.com/tweepy/tweepy/commit/9bb8446837562424093d4c65b6c389d2f1228c62))"
+
+#: ../../changelog.md:412
+msgid ""
+"Document `API.update_profile_banner` "
+"([a5df615](https://github.com/tweepy/tweepy/commit/a5df61561f2f40be88bc0e52bb6e50ce7b6a6052))"
+msgstr ""
+"`API.update_profile_banner` 문서화 "
+"([a5df615](https://github.com/tweepy/tweepy/commit/a5df61561f2f40be88bc0e52bb6e50ce7b6a6052))"
+
+#: ../../changelog.md:414
+msgid "Dependencies"
+msgstr "종속성(Dependencies) 관련"
+
+#: ../../changelog.md:415
+msgid ""
+"Update requests_oauthlib dependency requirement to >= 1.0.0 "
+"([bf629e5](https://github.com/tweepy/tweepy/commit/bf629e53abfada2ce58496fe775d81f47a13494e))"
+msgstr ""
+"requests_oauthlib 종속성 요구사항을 1.0.0 이상으로 조정함 "
+"([bf629e5](https://github.com/tweepy/tweepy/commit/bf629e53abfada2ce58496fe775d81f47a13494e))"
+
+#: ../../changelog.md:416
+msgid ""
+"Remove requests socks extra from setup.py `install_requires` "
+"([38b6de6](https://github.com/tweepy/tweepy/commit/38b6de6c464897684cc18638f1b9348f2a7584f2))"
+msgstr ""
+"제거함: setup.py - `install_requires` 로부터의 여분 요청 "
+"socks([38b6de6](https://github.com/tweepy/tweepy/commit/38b6de6c464897684cc18638f1b9348f2a7584f2))"
+
+#: ../../changelog.md:417
+msgid "Add socks extra requiring requests socks extra"
+msgstr "추가함: socks extra 요청"
+
+#: ../../changelog.md:420
+msgid ""
+"Check consumer key and secret type when initializing `OAuthHandler` "
+"([#1489](https://github.com/tweepy/tweepy/issues/1489))"
+msgstr ""
+"이제 `OAuthHandler` 초기화 시 Consumer Key값과 Secret 값의 자료형을 확인함 "
+"([#1489](https://github.com/tweepy/tweepy/issues/1489))"
+
+#: ../../changelog.md:421
+msgid ""
+"Make `models.User` hashable "
+"([#1306](https://github.com/tweepy/tweepy/pull/1306))"
+msgstr ""
+"`models.User` 를 해시화할 수 있게(Hashable) 함 "
+"([#1306](https://github.com/tweepy/tweepy/pull/1306))"
+
+#: ../../changelog.md:422
+msgid ""
+"Reduce extra sleep time for rate limit handling for `API` "
+"([#1049](https://github.com/tweepy/tweepy/issues/1049))"
+msgstr ""
+"`API` 요청 제한을 처리하기 위해 두었던 약간의 대기 시간을 줄임 "
+"([#1049](https://github.com/tweepy/tweepy/issues/1049))"
+
+#: ../../changelog.md:423
+msgid ""
+"Handle keyword arguments for `API.update_profile_image` "
+"([ab96f2f](https://github.com/tweepy/tweepy/commit/ab96f2fca9ab6300b2f2be0472bb8458d94dbcac))"
+msgstr ""
+"이제 `API.update_profile_image` 가 키워드 인자도 정상적으로 받을 수 있음 "
+"([ab96f2f](https://github.com/tweepy/tweepy/commit/ab96f2fca9ab6300b2f2be0472bb8458d94dbcac))"
+
+#: ../../changelog.md:424
+msgid ""
+"Handle keyword arguments for `API.update_profile_banner` "
+"([88c3fa1](https://github.com/tweepy/tweepy/commit/88c3fa1624af2a9eaaf0b85870ae01115ce0f952))"
+msgstr ""
+"이제 `API.update_profile_banner` 가 키워드 인자도 정상적으로 받을 수 있음 "
+"([88c3fa1](https://github.com/tweepy/tweepy/commit/88c3fa1624af2a9eaaf0b85870ae01115ce0f952))"
+
+#: ../../changelog.md:425
+msgid ""
+"Treat all 2xx HTTP status codes as successful responses "
+"([a0f6984](https://github.com/tweepy/tweepy/commit/a0f69848540fceae68de1be2e4dbd3fc6c7794ec))"
+msgstr ""
+"이제 모든 200번대 HTTP 상태 코드를 성공적 응답으로 취급함 "
+"([a0f6984](https://github.com/tweepy/tweepy/commit/a0f69848540fceae68de1be2e4dbd3fc6c7794ec))"
+
+#: ../../changelog.md:426
+msgid ""
+"Support gevent for streaming "
+"([#651](https://github.com/tweepy/tweepy/issues/651))"
+msgstr "이제 스트리밍이 gevent를 지원함 ([#651](https://github.com/tweepy/tweepy/issues/651))"
+
+#: ../../changelog.md:427
+msgid ""
+"Return thread when using threaded `Stream.filter` and `Stream.sample` "
+"([2e957b6](https://github.com/tweepy/tweepy/commit/2e957b654ed54f7d7c2b92166517f4d15deee240))"
+msgstr ""
+"스레드화된(Threaded) `Stream.filter` 와 `Stream.sample` 이 이제 스레드를 반환함 "
+"([2e957b6](https://github.com/tweepy/tweepy/commit/2e957b654ed54f7d7c2b92166517f4d15deee240))"
+
+#: ../../changelog.md:428
+msgid ""
+"Use specific user agent for `Stream` "
+"([5994c4b](https://github.com/tweepy/tweepy/commit/5994c4b4005f5f909609ff04765b784fcbe9479c))"
+msgstr ""
+"이제 `Stream` 이 특정 유저 에이전트를 사용함 "
+"([5994c4b](https://github.com/tweepy/tweepy/commit/5994c4b4005f5f909609ff04765b784fcbe9479c))"
+
+#: ../../changelog.md:432
+msgid "Various other optimizations and improvements"
+msgstr "기타 다양한 최적화 및 개선"
+
+#: ../../changelog.md:435
+msgid ""
+"Handle connection errors when streaming "
+"([#237](https://github.com/tweepy/tweepy/issues/237), "
+"[#448](https://github.com/tweepy/tweepy/issues/448), "
+"[#750](https://github.com/tweepy/tweepy/issues/750), "
+"[#1024](https://github.com/tweepy/tweepy/issues/1024), "
+"[#1113](https://github.com/tweepy/tweepy/issues/1113), "
+"[#1416](https://github.com/tweepy/tweepy/issues/1416))"
+msgstr ""
+"스트리밍 관련 연결 에러 처리 ([#237](https://github.com/tweepy/tweepy/issues/237), "
+"[#448](https://github.com/tweepy/tweepy/issues/448), "
+"[#750](https://github.com/tweepy/tweepy/issues/750), "
+"[#1024](https://github.com/tweepy/tweepy/issues/1024), "
+"[#1113](https://github.com/tweepy/tweepy/issues/1113), "
+"[#1416](https://github.com/tweepy/tweepy/issues/1416))"
+
+#: ../../changelog.md:436
+msgid ""
+"Remove dependence on string length delimitation in `Stream` "
+"([#892](https://github.com/tweepy/tweepy/issues/892))"
+msgstr ""
+"제거함: `Stream` 에서의 문자열 길이 한계에 대한 종속성 "
+"([#892](https://github.com/tweepy/tweepy/issues/892))"
+
+#: ../../changelog.md:437
+msgid ""
+"Stop reraising exceptions in `Stream._connect` "
+"([#1072](https://github.com/tweepy/tweepy/issues/1072))"
+msgstr ""
+"이제 `Stream._connect` 에서 예외를 또 발생시키지 않음 "
+"([#1072](https://github.com/tweepy/tweepy/issues/1072))"
+
+#: ../../changelog.md:438
+msgid ""
+"Change `Stream.sample` method to use GET HTTP method "
+"([1b0e869](https://github.com/tweepy/tweepy/commit/1b0e86968db9702ca258b3df93911952fc934f86))"
+msgstr ""
+"`Stream.sample` 메서드가 GET HTTP 메서드를 이용하도록 변경함 "
+"([1b0e869](https://github.com/tweepy/tweepy/commit/1b0e86968db9702ca258b3df93911952fc934f86))"
+
+#: ../../changelog.md:439
+msgid ""
+"Default to `models.User` model in `models.Status.parse` more broadly for "
+"`user` attribute to handle parsers without `model_factory` attribute or "
+"model factories without `user` attribute "
+"([#538](https://github.com/tweepy/tweepy/issues/538))"
+msgstr ""
+"`models.Status.parse` 의 `models.User` 모델이 `model_factory` 없이 `user` 로, 또는"
+" `user` 없이 Model factory들을 이용해 파서(Parser)를 더 광범위하게(more broadly) 처리할 수 "
+"있도록 바뀌었음 ([#538](https://github.com/tweepy/tweepy/issues/538))"
+
+#: ../../changelog.md:440
+msgid ""
+"Default to `models.Status` model in `models.SearchResults.parse` more "
+"broadly for results to handle parsers without `model_factory` attribute "
+"or model factories without `status` attribute "
+"([71c031b](https://github.com/tweepy/tweepy/commit/71c031b64a397c54c8d5f64ead161df63ea1c99c))"
+msgstr ""
+"`models.SearchResults.parse` 의 `models.Status` 모델이`model_factory` 없이, 또는 "
+"`status` 없이 Model factory들을 이용해 파서(Parser)의 결과를 더 광범위하게(more broadly) 받을 "
+"수 있도록 바뀌었음 "
+"([71c031b](https://github.com/tweepy/tweepy/commit/71c031b64a397c54c8d5f64ead161df63ea1c99c))"
+
+#: ../../changelog.md:441
+msgid ""
+"Start on page 1 for `PageIterator` "
+"([#958](https://github.com/tweepy/tweepy/issues/958))"
+msgstr ""
+"이제 `PageIterator` 가 1페이지부터 시작함(기존 0페이지에서 변경됨). "
+"([#958](https://github.com/tweepy/tweepy/issues/958))"
+
+#: ../../changelog.md:442
+msgid ""
+"Handle Twitter API issue with duplicate pages for `API.search_users` "
+"([#958](https://github.com/tweepy/tweepy/issues/958), "
+"[#1465](https://github.com/tweepy/tweepy/issues/1465))"
+msgstr ""
+"`API.search_users` 에서 페이지가 복사되던 트위터 API 관련 문제를 해결함 "
+"([#958](https://github.com/tweepy/tweepy/issues/958), "
+"[#1465](https://github.com/tweepy/tweepy/issues/1465))"
+
+#: ../../changelog.md:443
+msgid ""
+"Allow integer IDs for `Stream.filter` "
+"([#829](https://github.com/tweepy/tweepy/issues/829), "
+"[#830](https://github.com/tweepy/tweepy/pull/830))"
+msgstr ""
+"이제 `Stream.filter` 가 정수형 ID를 "
+"허용함([#829](https://github.com/tweepy/tweepy/issues/829), "
+"[#830](https://github.com/tweepy/tweepy/pull/830))"
+
+#: ../../changelog.md:444
+msgid ""
+"Handle `ChunkedEncodingError` during streaming "
+"([e8fcc4d](https://github.com/tweepy/tweepy/commit/e8fcc4da695abe15e8da371c1127f548aa8889ad))"
+msgstr ""
+"이제 스트리밍에서 `ChunkedEncodingError` 를 처리할 수 있음 "
+"([e8fcc4d](https://github.com/tweepy/tweepy/commit/e8fcc4da695abe15e8da371c1127f548aa8889ad))"
+
+#: ../../changelog.md:445
+msgid ""
+"Handle Twitter API errors with successful HTTP status codes "
+"([#1427](https://github.com/tweepy/tweepy/issues/1427))"
+msgstr ""
+"이제 HTTP 성공 상태 코드에서 발생하던 트위터 API 에러를 처리할 수 있음 "
+"([#1427](https://github.com/tweepy/tweepy/issues/1427))"
+
+#: ../../changelog.md:446
+msgid ""
+"Handle initial negative or zero limits in `Cursor` iterators "
+"([c1457b7](https://github.com/tweepy/tweepy/commit/c1457b7785764d736b0b1d60a15deb95581b783f))"
+msgstr ""
+"이제 `Cursor` 반복자가 음수나 0이 되던 문제를 처리할 수 있음 "
+"([c1457b7](https://github.com/tweepy/tweepy/commit/c1457b7785764d736b0b1d60a15deb95581b783f))"
+
+#: ../../changelog.md:448
+msgid "Version 3.10.0"
+msgstr "버전 3.10.0"
+
+#: ../../changelog.md:450
+msgid ""
+"This will be the last major and minor version to support Python 2.7 "
+"([#1253](https://github.com/tweepy/tweepy/issues/1253)) and Python 3.5."
+"   The next non-patch release should be version 4.0.0."
+msgstr ""
+"이 버전이 Python 2.7과 Python 3.5를 마지막으로 지원하는 버전임 "
+"([#1253](https://github.com/tweepy/tweepy/issues/1253))    tweepy의 다음 버전은"
+" 4.0.0이 됨"
+
+#: ../../changelog.md:454
+msgid ""
+"Add `API.search_30_day` and `API.search_full_archive` "
+"([#1175](https://github.com/tweepy/tweepy/issues/1175), "
+"[#1294](https://github.com/tweepy/tweepy/pull/1294))"
+msgstr ""
+"추가함: `API.search_30_day`, `API.search_full_archive` "
+"([#1175](https://github.com/tweepy/tweepy/issues/1175), "
+"[#1294](https://github.com/tweepy/tweepy/pull/1294))"
+
+#: ../../changelog.md:455
+msgid ""
+"Update allowed parameters for `API.home_timeline` "
+"([#1410](https://github.com/tweepy/tweepy/issues/1410), "
+"[#1458](https://github.com/tweepy/tweepy/pull/1458))"
+msgstr ""
+"`API.home_timeline` 에 허용되는 매개변수를 "
+"갱신함([#1410](https://github.com/tweepy/tweepy/issues/1410), "
+"[#1458](https://github.com/tweepy/tweepy/pull/1458))"
+
+#: ../../changelog.md:456
+msgid "Add `trim_user`, `exclude_replies`, `include_entities`"
+msgstr "추가함: `trim_user`, `exclude_replies`, `include_entities`"
+
+#: ../../changelog.md:457
+msgid "Remove `page` as erroneously documented parameter"
+msgstr "제거함: `page` (잘못 문서화된 매개변수) "
+
+#: ../../changelog.md:458
+msgid "Reorder `count` to be the first parameter"
+msgstr "`count` 가 첫 매개변수가 되도록 순서를 바꿈"
+
+#: ../../changelog.md:459
+msgid "Update allowed parameters for `API.get_oembed`"
+msgstr "`API.get_oembed` 에 허용되는 매개변수를 갱신함"
+
+#: ../../changelog.md:460
+msgid "Add `hide_thread`, `theme`, `link_color`, `widget_type`, `dnt`"
+msgstr "추가함: `hide_thread`, `theme`, `link_color`, `widget_type`, `dnt`"
+
+#: ../../changelog.md:461
+msgid "Remove `id`"
+msgstr "제거함: `id` "
+
+#: ../../changelog.md:462
+msgid ""
+"Remove `API.update_profile_background_image` "
+"([#1466](https://github.com/tweepy/tweepy/issues/1466))"
+msgstr ""
+"제거함: `API.update_profile_background_image` "
+"([#1466](https://github.com/tweepy/tweepy/issues/1466))"
+
+#: ../../changelog.md:463
+msgid "Add support for Python 3.9"
+msgstr "이제 Python 3.9를 지원함 "
+
+#: ../../changelog.md:464
+msgid ""
+"Switch from Travis CI to GitHub Actions to run tests and deploy releases "
+"([#1402](https://github.com/tweepy/tweepy/pull/1402))"
+msgstr ""
+"코드 테스트 및 릴리즈에 쓰이던 것을 Travis CI에서, GitHub Actions로 변경함 "
+"([#1402](https://github.com/tweepy/tweepy/pull/1402))"
+
+#: ../../changelog.md:465 ../../changelog.md:508 ../../changelog.md:535
+msgid "Update and improve various documentation"
+msgstr "문서를 갱신·개선함"
+
+#: ../../changelog.md:468
+msgid ""
+"Use `mimetypes.guess_type` as fallback for determining image file type "
+"([#1411](https://github.com/tweepy/tweepy/issues/1411))"
+msgstr ""
+"이제 `mimetypes.guess_type` 를 폴백 함수로서 이미지 파일 형식을 찾아내는데 사용함 "
+"([#1411](https://github.com/tweepy/tweepy/issues/1411))"
+
+#: ../../changelog.md:469
+msgid "Use proper MIME type in Content-Type header for uploaded images"
+msgstr "이제 업로드된 이미지에, 컨텐츠 종류에 적절한 적절한 MIME 타입을 사용함 "
+
+#: ../../changelog.md:470
+msgid ""
+"Allow `file` parameter to be used again for `API.media_upload` "
+"([#1412](https://github.com/tweepy/tweepy/issues/1412), "
+"[#1413](https://github.com/tweepy/tweepy/pull/1413))"
+msgstr ""
+"`API.media_upload` 에 `file` 매개변수를 재사용하도록 허용함 "
+"([#1412](https://github.com/tweepy/tweepy/issues/1412), "
+"[#1413](https://github.com/tweepy/tweepy/pull/1413))"
+
+#: ../../changelog.md:471
+msgid ""
+"Allow `file` parameter to be used again for `API.update_profile_banner`, "
+"`API.update_profile_image`, and `API.update_with_media` "
+"([#1475](https://github.com/tweepy/tweepy/pull/1475))"
+msgstr ""
+"`API.update_profile_banner`, `API.update_profile_image`, "
+"`API.update_with_media` 에 `file` 매개변수를 재사용하도록 허용함 "
+"([#1475](https://github.com/tweepy/tweepy/pull/1475))"
+
+#: ../../changelog.md:472
+msgid ""
+"Fix `User.lists`, `User.lists_memberships`, and "
+"`User.lists_subscriptions` to retrieve information about the user in "
+"question rather than the authenticating user "
+"([#1443](https://github.com/tweepy/tweepy/issues/1443), "
+"[#1444](https://github.com/tweepy/tweepy/pull/1444))"
+msgstr ""
+"이제 `User.lists`, `User.lists_memberships`, `User.lists_subscriptions` 가 "
+"현재 인증된 사용자 대신 지정한 사용자에 대한 정보를 가져옴 "
+"([#1443](https://github.com/tweepy/tweepy/issues/1443), "
+"[#1444](https://github.com/tweepy/tweepy/pull/1444))"
+
+#: ../../changelog.md:474
+msgid "Version 3.9.0"
+msgstr "버전 3.9.0 "
+
+#: ../../changelog.md:477
+msgid ""
+"Add `API.create_media_metadata` "
+"([#716](https://github.com/tweepy/tweepy/issues/716))"
+msgstr ""
+"추가함: `API.create_media_metadata` "
+"([#716](https://github.com/tweepy/tweepy/issues/716))"
+
+#: ../../changelog.md:478
+msgid ""
+"Update allowed parameters for `API.update_status` "
+"([#1101](https://github.com/tweepy/tweepy/issues/1101))"
+msgstr ""
+"`API.update_status` 에 허용되는 매개변수를 "
+"갱신함([#1101](https://github.com/tweepy/tweepy/issues/1101))"
+
+#: ../../changelog.md:479
+msgid ""
+"Add `exclude_reply_user_ids`, `attachment_url`, `possibly_sensitive`, "
+"`trim_user`, `enable_dmcommands`, `fail_dmcommands`, `card_uri`"
+msgstr ""
+"추가함: `exclude_reply_user_ids`, `attachment_url`, `possibly_sensitive`, "
+"`trim_user`, `enable_dmcommands`, `fail_dmcommands`, `card_uri`"
+
+#: ../../changelog.md:480
+msgid "Remove `in_reply_to_status_id_str`, `source`"
+msgstr "제거함: `in_reply_to_status_id_str`, `source`"
+
+#: ../../changelog.md:481
+msgid "Add allowed parameters to `API.get_status`"
+msgstr "`API.get_status` 에 다음 매개변수를 추가함 "
+
+#: ../../changelog.md:482
+msgid ""
+"`trim_user`, `include_my_retweet`, `include_entities`, "
+"`include_ext_alt_text`, `include_card_uri`"
+msgstr ""
+"`trim_user`, `include_my_retweet`, `include_entities`, "
+"`include_ext_alt_text`, `include_card_uri`"
+
+#: ../../changelog.md:483
+msgid "Add allowed parameters to `API.statuses_lookup`"
+msgstr "`API.statuses_lookup` 에 다음 매개변수를 추가함 "
+
+#: ../../changelog.md:484
+msgid "`include_ext_alt_text`, `include_card_uri`"
+msgstr "`include_ext_alt_text`, `include_card_uri`"
+
+#: ../../changelog.md:485
+msgid ""
+"Improve `API.lookup_users` "
+"([#706](https://github.com/tweepy/tweepy/issues/706))"
+msgstr ""
+"개선함: `API.lookup_users` "
+"([#706](https://github.com/tweepy/tweepy/issues/706))"
+
+#: ../../changelog.md:486
+msgid ""
+"Improve and optimize `API.statuses_lookup`, `API.create_media_metadata`, "
+"`API.update_status`"
+msgstr ""
+"`API.statuses_lookup`, `API.create_media_metadata`, `API.update_status` 를"
+" 개선 및 최적화함 "
+
+#: ../../changelog.md:487
+msgid "Add `reverse` as allowed parameter for `API.lists_all`"
+msgstr "`API.lists_all` 에 다음 매개변수를 추가함: `reverse` "
+
+#: ../../changelog.md:488
+msgid "Add `count` as allowed parameter for `API.lists_memberships`"
+msgstr "`API.lists_memberships` 에 다음 매개변수를 추가함: `count` "
+
+#: ../../changelog.md:489
+msgid "Add `count` as allowed parameter for `API.lists_subscriptions`"
+msgstr "`API.lists_subscriptions` 에 다음 매개변수를 추가함: `count` "
+
+#: ../../changelog.md:490
+msgid "Add `include_entities` as allowed parameter for `API.list_timeline`"
+msgstr "`API.list_timeline` 에 다음 매개변수를 추가함: `include_entities` "
+
+#: ../../changelog.md:491
+msgid "Add allowed parameters to `API.list_subscribers`"
+msgstr "`API.list_subscribers` 에 다음 매개변수를 추가함 "
+
+#: ../../changelog.md:492
+msgid "`count`, `include_entities`, `skip_status`"
+msgstr "`count`, `include_entities`, `skip_status`"
+
+#: ../../changelog.md:493
+msgid "Add support for Python 3.8"
+msgstr "이제 Python 3.8을 지원함"
+
+#: ../../changelog.md:494
+msgid "Update and improve setup.py"
+msgstr "setup.py를 갱신·개선함 "
+
+#: ../../changelog.md:495
+msgid "Use requests socks extra instead of requiring PySocks directly"
+msgstr "이제 PySocks을 직접 사용하는 대신, Request socks extra를 대신 사용함 "
+
+#: ../../changelog.md:496
+msgid ""
+"Allow uploading of images with file names without extensions "
+"([#1060](https://github.com/tweepy/tweepy/issues/1060), "
+"[#1086](https://github.com/tweepy/tweepy/pull/1086))"
+msgstr ""
+"이제 확장자 없이 파일명만 이용해 이미지를 업로드하는 것을 허용함 "
+"([#1060](https://github.com/tweepy/tweepy/issues/1060), "
+"[#1086](https://github.com/tweepy/tweepy/pull/1086))"
+
+#: ../../changelog.md:497
+msgid ""
+"Support uploading WebP images "
+"([#1298](https://github.com/tweepy/tweepy/issues/1298))"
+msgstr ""
+"이제 WebP 이미지 업로드를 지원함 "
+"([#1298](https://github.com/tweepy/tweepy/issues/1298))"
+
+#: ../../changelog.md:498
+msgid ""
+"Add missing attributes to `Relationship` model "
+"([#1375](https://github.com/tweepy/tweepy/pull/1375))"
+msgstr ""
+"`Relationship` 모델에 누락됐던 속성들을 추가함 "
+"([#1375](https://github.com/tweepy/tweepy/pull/1375))"
+
+#: ../../changelog.md:499
+msgid ""
+"Update max allowed size for uploaded GIFs "
+"([#1336](https://github.com/tweepy/tweepy/issues/1336), "
+"[#1338](https://github.com/tweepy/tweepy/pull/1338))"
+msgstr ""
+"GIF 파일 업로드 최대 제한 용량을 갱신함 "
+"([#1336](https://github.com/tweepy/tweepy/issues/1336), "
+"[#1338](https://github.com/tweepy/tweepy/pull/1338))"
+
+#: ../../changelog.md:500
+msgid ""
+"Add `_json` attribute to `DirectMessage` model "
+"([#1342](https://github.com/tweepy/tweepy/pull/1342))"
+msgstr ""
+"`DirectMessage` 모델에 `_json` 속성을 추가함 "
+"([#1342](https://github.com/tweepy/tweepy/pull/1342))"
+
+#: ../../changelog.md:501
+msgid ""
+"Update and improve tests "
+"([#1217](https://github.com/tweepy/tweepy/issues/1217))"
+msgstr "테스트(tests) 갱신·개선 ([#1217](https://github.com/tweepy/tweepy/issues/1217))"
+
+#: ../../changelog.md:502
+msgid "Add documentation for extended Tweets"
+msgstr "확장 트윗(Extended Tweets)에 대한 문서를 추가함 "
+
+#: ../../changelog.md:503
+msgid ""
+"Document `API.lookup_users` "
+"([#539](https://github.com/tweepy/tweepy/issues/539))"
+msgstr ""
+"`API.lookup_users` 문서 "
+"([#539](https://github.com/tweepy/tweepy/issues/539))"
+
+#: ../../changelog.md:504
+msgid ""
+"Add documentation for running tests "
+"([#681](https://github.com/tweepy/tweepy/issues/681))"
+msgstr ""
+"추가함: Running Tests 문서 "
+"([#681](https://github.com/tweepy/tweepy/issues/681))"
+
+#: ../../changelog.md:505
+msgid ""
+"Add Korean translation of documentation "
+"([#1296](https://github.com/tweepy/tweepy/pull/1296))"
+msgstr "추가함: 문서의 한국어 번역본 ([#1296](https://github.com/tweepy/tweepy/pull/1296))"
+
+#: ../../changelog.md:506
+msgid ""
+"Add Polish translation of documentation "
+"([#1316](https://github.com/tweepy/tweepy/pull/1316))"
+msgstr "추가함: 문서의 폴란드어 번역본 ([#1316](https://github.com/tweepy/tweepy/pull/1316))"
+
+#: ../../changelog.md:507
+msgid ""
+"Document `API.lookup_friendships` "
+"([#1375](https://github.com/tweepy/tweepy/pull/1375))"
+msgstr ""
+"`API.lookup_friendships` 문서 "
+"([#1375](https://github.com/tweepy/tweepy/pull/1375))"
+
+#: ../../changelog.md:511
+msgid "Fix handling of invalid credentials for `API.verify_credentials`"
+msgstr "`API.verify_credentials` 에서의 올바르지 못한 자격증명 처리 관련 문제 수정 "
+
+#: ../../changelog.md:512
+msgid ""
+"Handle boolean value for `API.verify_credentials` include_email parameter"
+" ([#890](https://github.com/tweepy/tweepy/issues/890))"
+msgstr ""
+"`API.verify_credentials` 의 include_email 매개변수 관련 Boolean값 처리 관련 문제 수정 "
+"([#890](https://github.com/tweepy/tweepy/issues/890))"
+
+#: ../../changelog.md:513
+msgid ""
+"Allow `Cursor` to be used with `API.list_direct_messages` by adding "
+"DMCursorIterator ([#1261](https://github.com/tweepy/tweepy/issues/1261), "
+"[#1262](https://github.com/tweepy/tweepy/pull/1262))"
+msgstr ""
+"이제 DMCursorIterator를 추가함으로써, `API.list_direct_messages` 에 `Cursor` 를 사용할 "
+"수 있음 ([#1261](https://github.com/tweepy/tweepy/issues/1261), "
+"[#1262](https://github.com/tweepy/tweepy/pull/1262))"
+
+#: ../../changelog.md:515
+msgid "Version 3.8.0"
+msgstr "버전 3.8.0 "
+
+#: ../../changelog.md:518
+msgid ""
+"Allow streams to use daemon threads "
+"([#1126](https://github.com/tweepy/tweepy/pull/1126))"
+msgstr ""
+"이제 스트림이 데몬 스레드를 사용할 수 있음 "
+"([#1126](https://github.com/tweepy/tweepy/pull/1126))"
+
+#: ../../changelog.md:519
+msgid ""
+"Remove `API.set_delivery_device` "
+"([#1203](https://github.com/tweepy/tweepy/issues/1203))"
+msgstr ""
+"제거함: `API.set_delivery_device` "
+"([#1203](https://github.com/tweepy/tweepy/issues/1203))"
+
+#: ../../changelog.md:520
+msgid ""
+"Remove simplejson import and usage "
+"([#832](https://github.com/tweepy/tweepy/pull/832))"
+msgstr ""
+"이제 simplejson을 더 이상 사용하지 않음 (import도 제거됨) "
+"([#832](https://github.com/tweepy/tweepy/pull/832))"
+
+#: ../../changelog.md:521
+msgid ""
+"Allow `cursor` parameter for `API.blocks_ids` and `API.mutes_ids` "
+"([#1208](https://github.com/tweepy/tweepy/pull/1208))"
+msgstr ""
+"이제 `API.blocks_ids` 와 `API.mutes_ids` 가 다음 매개변수를 허용함: `cursor` "
+"([#1208](https://github.com/tweepy/tweepy/pull/1208))"
+
+#: ../../changelog.md:522
+msgid "Drop support for Python 3.4"
+msgstr "이제 더 이상 Python 3.4를 지원하지 않음 "
+
+#: ../../changelog.md:523
+msgid ""
+"Allow `perform_block` parameter for `API.report_spam` "
+"([#1090](https://github.com/tweepy/tweepy/pull/1090))"
+msgstr ""
+"이제 `API.report_spam` 이 다음 매개변수를 허용함: `perform_block` "
+"([#1090](https://github.com/tweepy/tweepy/pull/1090))"
+
+#: ../../changelog.md:524
+msgid ""
+"Add `API.mutes` ([#1197](https://github.com/tweepy/tweepy/issues/1197), "
+"[#1215](https://github.com/tweepy/tweepy/pull/1215))"
+msgstr ""
+"추가함: `API.mutes` ([#1197](https://github.com/tweepy/tweepy/issues/1197), "
+"[#1215](https://github.com/tweepy/tweepy/pull/1215))"
+
+#: ../../changelog.md:525
+msgid ""
+"Allow `count` parameter for `API.friends` "
+"([#577](https://github.com/tweepy/tweepy/issues/577))"
+msgstr ""
+"이제 `API.friends` 가 다음 매개변수를 허용함: "
+"`count`([#577](https://github.com/tweepy/tweepy/issues/577))"
+
+#: ../../changelog.md:526
+msgid ""
+"Remove `since`, `from`, `to`, and `source` as allowed parameters for "
+"`API.search`"
+msgstr "`API.search` 허용 매개변수 목록에서 다음을 제거함: `since`, `from`, `to`, `source`"
+
+#: ../../changelog.md:527
+msgid ""
+"Handle location deletion and withheld content notices for streams "
+"([#886](https://github.com/tweepy/tweepy/pull/886))"
+msgstr ""
+"이제 스트림이 위치 삭제 및 보류된 컨텐츠 통지와 관련한 처리가 가능함 "
+"([#886](https://github.com/tweepy/tweepy/pull/886))"
+
+#: ../../changelog.md:528
+msgid ""
+"Allow usage of equality and difference operators with `User` objects "
+"([#939](https://github.com/tweepy/tweepy/pull/939))"
+msgstr ""
+"이제 `User` 객체에 '같음' 과 '같지 않음' 비교 연산자를 사용할 수 있음 "
+"([#939](https://github.com/tweepy/tweepy/pull/939))"
+
+#: ../../changelog.md:529
+msgid ""
+"Add `_json` attribute to `Category`, `Friendship`, and `List` models "
+"([#590](https://github.com/tweepy/tweepy/issues/590), "
+"[#1169](https://github.com/tweepy/tweepy/pull/1169))"
+msgstr ""
+"`Category`, `Friendship`, `List` 모델에 다음 속성을 추가함: `_json` "
+"([#590](https://github.com/tweepy/tweepy/issues/590), "
+"[#1169](https://github.com/tweepy/tweepy/pull/1169))"
+
+#: ../../changelog.md:530
+msgid ""
+"Remove `API.suggested_categories`, `API.suggested_users`, and "
+"`API.suggested_users_tweets`"
+msgstr ""
+"제거함: `API.suggested_categories`, `API.suggested_users`, "
+"`API.suggested_users_tweets`"
+
+#: ../../changelog.md:531
+msgid ""
+"Update and improve tests and cassettes "
+"([#1242](https://github.com/tweepy/tweepy/pull/1242))"
+msgstr ""
+"테스트(Tests) 및 카세트(Cassettes)를 갱신·개선함 "
+"([#1242](https://github.com/tweepy/tweepy/pull/1242))"
+
+#: ../../changelog.md:532
+msgid ""
+"Update `DirectMessage` model "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+msgstr ""
+"`DirectMessage` 모델을 갱신함 "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+
+#: ../../changelog.md:533
+msgid ""
+"Replace `API.direct_messages` and `API.sent_direct_messages` with "
+"`API.list_direct_messages` "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+msgstr ""
+"`API.direct_messages` 와 `API.sent_direct_messages` 를 "
+"`API.list_direct_messages` 로 대체함 "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+
+#: ../../changelog.md:534
+msgid ""
+"Update `API.get_direct_message`, `API.send_direct_message`, and "
+"`API.destroy_direct_message` "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+msgstr ""
+"갱신함: `API.get_direct_message`, `API.send_direct_message`, "
+"`API.destroy_direct_message` "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+
+#: ../../changelog.md:538
+msgid ""
+"Exclude examples during installation "
+"([#1141](https://github.com/tweepy/tweepy/issues/1141), "
+"[#1164](https://github.com/tweepy/tweepy/pull/1164))"
+msgstr ""
+"더 이상 예시 파일을 설치하지 않음 "
+"([#1141](https://github.com/tweepy/tweepy/issues/1141), "
+"[#1164](https://github.com/tweepy/tweepy/pull/1164))"
+
+#: ../../changelog.md:539
+msgid ""
+"Properly initialize `OAuthHandler.request_token` "
+"([#1149](https://github.com/tweepy/tweepy/pull/1149))"
+msgstr ""
+"이제 `OAuthHandler.request_token` 가 적절하게 초기화됨 "
+"([#1149](https://github.com/tweepy/tweepy/pull/1149))"
+
+#: ../../changelog.md:540
+msgid ""
+"Properly handle `map_` parameter for `API.statuses_lookup` "
+"([#598](https://github.com/tweepy/tweepy/issues/598))"
+msgstr ""
+"이제 `API.statuses_lookup` 가 `map_` 매개변수를 적절히 처리함 "
+"([#598](https://github.com/tweepy/tweepy/issues/598))"
+
+#: ../../changelog.md:541
+msgid ""
+"Support cursor pagination for `API.blocks_ids` and `API.mutes_ids` "
+"([#930](https://github.com/tweepy/tweepy/issues/930), "
+"[#931](https://github.com/tweepy/tweepy/pull/931))"
+msgstr ""
+"이제 `API.blocks_ids` 와 `API.mutes_ids` 커서 페이지화(Pagination)를 지원함 "
+"([#930](https://github.com/tweepy/tweepy/issues/930), "
+"[#931](https://github.com/tweepy/tweepy/pull/931))"
+
+#: ../../changelog.md:542
+msgid ""
+"Return values for `API.update_profile_background_image` and "
+"`API.update_profile_banner` "
+"([#904](https://github.com/tweepy/tweepy/pull/904))"
+msgstr ""
+"`API.update_profile_background_image` 과 `API.update_profile_banner` 에 대한 "
+"반환값 ([#904](https://github.com/tweepy/tweepy/pull/904))"
+
+#: ../../changelog.md:543
+msgid "Replace usage of root logger"
+msgstr "루트 로거(Root logger) 교체 사용"
+
+#: ../../changelog.md:544
+msgid ""
+"Close Requests sessions "
+"([#810](https://github.com/tweepy/tweepy/issues/810), "
+"[#1093](https://github.com/tweepy/tweepy/issues/1093), "
+"[#1237](https://github.com/tweepy/tweepy/issues/1237))"
+msgstr ""
+"요청 세션 닫음 ([#810](https://github.com/tweepy/tweepy/issues/810), "
+"[#1093](https://github.com/tweepy/tweepy/issues/1093), "
+"[#1237](https://github.com/tweepy/tweepy/issues/1237))"
+
+#: ../../changelog.md:546
+msgid "Version 3.7.0"
+msgstr "버전 3.7.0"
+
+#: ../../changelog.md:549
+msgid ""
+"Allow `trim_user` and `exclude_replies` as parameters for "
+"`API.user_timeline` ([#909](https://github.com/tweepy/tweepy/pull/909))"
+msgstr ""
+"`API.user_timeline` 에 `trim_user` 와 `exclude_replies` 를 매개변수로서 허용함 "
+"([#909](https://github.com/tweepy/tweepy/pull/909))"
+
+#: ../../changelog.md:550
+msgid ""
+"Allow `tweet_mode` parameter for `API.statuses_lookup` "
+"([#840](https://github.com/tweepy/tweepy/issues/840), "
+"[#926](https://github.com/tweepy/tweepy/pull/926))"
+msgstr ""
+"`API.statuses_lookup` 에 `tweet_mode` 매개변수를 허용함 "
+"([#840](https://github.com/tweepy/tweepy/issues/840), "
+"[#926](https://github.com/tweepy/tweepy/pull/926))"
+
+#: ../../changelog.md:551
+msgid "Drop support for Python 2.6 and 3.3"
+msgstr "Python 2.6 과 3.3에 대한 지원 중단 "
+
+#: ../../changelog.md:552
+msgid "[Discord Server](https://discord.gg/bJvqnhg)"
+msgstr ""
+
+#: ../../changelog.md:553
+msgid ""
+"Add proxy support for streams "
+"([#1033](https://github.com/tweepy/tweepy/pull/1033))"
+msgstr "이제 스트림이 프록시를 지원함 ([#1033](https://github.com/tweepy/tweepy/pull/1033))"
+
+#: ../../changelog.md:554
+msgid ""
+"Add `API.create_mute`, `API.destroy_mute`, and `API.mutes_ids` "
+"([#1055](https://github.com/tweepy/tweepy/pull/1055))"
+msgstr ""
+"추가함: `API.create_mute`, `API.destroy_mute`, `API.mutes_ids` "
+"([#1055](https://github.com/tweepy/tweepy/pull/1055))"
+
+#: ../../changelog.md:555
+msgid ""
+"Allow `tweet_mode` parameter for `API.lookup_users` "
+"([#1130](https://github.com/tweepy/tweepy/pull/1130))"
+msgstr ""
+"`API.lookup_users` 에 `tweet_mode` 매개변수를 허용함 "
+"([#1130](https://github.com/tweepy/tweepy/pull/1130))"
+
+#: ../../changelog.md:558
+msgid ""
+"Fix `AttributeError` during streaming "
+"([#1026](https://github.com/tweepy/tweepy/issues/1026), "
+"[#1027](https://github.com/tweepy/tweepy/pull/1027))"
+msgstr ""
+"스트리밍에서 `AttributeError` 가 발생하던 문제 수정 "
+"([#1026](https://github.com/tweepy/tweepy/issues/1026), "
+"[#1027](https://github.com/tweepy/tweepy/pull/1027))"
+
+#: ../../changelog.md:559
+msgid ""
+"Update how requirements are specified "
+"([#1029](https://github.com/tweepy/tweepy/issues/1029), "
+"[#1030](https://github.com/tweepy/tweepy/pull/1030))"
+msgstr ""
+"요구사항 관련 수정 ([#1029](https://github.com/tweepy/tweepy/issues/1029), "
+"[#1030](https://github.com/tweepy/tweepy/pull/1030))"
+
+#: ../../changelog.md:560
+msgid ""
+"Fix compatibility issue with Python 3.7 "
+"([#1017](https://github.com/tweepy/tweepy/issues/1017), "
+"[#1042](https://github.com/tweepy/tweepy/pull/1042))"
+msgstr ""
+"Python 3.7과의 호환성 문제를 해결함 "
+"([#1017](https://github.com/tweepy/tweepy/issues/1017), "
+"[#1042](https://github.com/tweepy/tweepy/pull/1042))"
+
+#: ../../changelog.md:562
+msgid "Version 3.6.0"
+msgstr "버전 3.6.0"
+
+#: ../../changelog.md:565
+msgid ""
+"Parse `Status.quoted_status` as a `Status` object "
+"([#633](https://github.com/tweepy/tweepy/pull/633))"
+msgstr ""
+"`Status.quoted_status` 를 `Status` 객체로 취급·파싱함 "
+"([#633](https://github.com/tweepy/tweepy/pull/633))"
+
+#: ../../changelog.md:566
+msgid ""
+"Allow `in_reply_to_status_id_str` as a parameter for `API.update_status` "
+"and `API.update_with_media` "
+"([#693](https://github.com/tweepy/tweepy/pull/693))"
+msgstr ""
+"`in_reply_to_status_id_str` 를 `API.update_status` 와 "
+"`API.update_with_media` 의 매개변수로서 허용함 "
+"([#693](https://github.com/tweepy/tweepy/pull/693))"
+
+#: ../../changelog.md:567
+msgid ""
+"Add `stall_warnings` parameter to `Stream.sample` "
+"([#701](https://github.com/tweepy/tweepy/pull/701))"
+msgstr ""
+"`Stream.sample` 에 추가함: 매개변수 "
+"`stall_warnings`([#701](https://github.com/tweepy/tweepy/pull/701))"
+
+#: ../../changelog.md:568
+msgid ""
+"Add `API.unretweet` ([#735](https://github.com/tweepy/tweepy/issues/735),"
+" [#736](https://github.com/tweepy/tweepy/pull/736))"
+msgstr ""
+"추가함: `API.unretweet` "
+"([#735](https://github.com/tweepy/tweepy/issues/735), "
+"[#736](https://github.com/tweepy/tweepy/pull/736))"
+
+#: ../../changelog.md:569
+msgid ""
+"Allow `auto_populate_reply_metadata` as a parameter for "
+"`API.update_status` and `API.update_with_media` "
+"([#761](https://github.com/tweepy/tweepy/pull/761))"
+msgstr ""
+"`auto_populate_reply_metadata` 를 `API.update_status` 와 "
+"`API.update_with_media` 의 매개변수로서 허용함 "
+"([#761](https://github.com/tweepy/tweepy/pull/761))"
+
+#: ../../changelog.md:570
+msgid "Allow `profile_link_color` as a parameter for `API.update_profile`"
+msgstr "`profile_link_color` 를 `API.update_profile` 의 매개변수로서 허용함"
+
+#: ../../changelog.md:571
+msgid ""
+"Add support for Python 3.6 "
+"([#831](https://github.com/tweepy/tweepy/pull/831), "
+"[#884](https://github.com/tweepy/tweepy/pull/884))"
+msgstr ""
+"이제 Python 3.6을 지원함([#831](https://github.com/tweepy/tweepy/pull/831), "
+"[#884](https://github.com/tweepy/tweepy/pull/884))"
+
+#: ../../changelog.md:574
+msgid ""
+"Update file size limit for `API.media_upload` "
+"([#717](https://github.com/tweepy/tweepy/pull/717))"
+msgstr ""
+"`API.media_upload` 의 파일 크기 제한을 수정함 "
+"([#717](https://github.com/tweepy/tweepy/pull/717))"
+
+#: ../../changelog.md:575
+msgid ""
+"Fix `JSONParser.parse` returning `None` in certain cases "
+"([#765](https://github.com/tweepy/tweepy/issues/765), "
+"[#766](https://github.com/tweepy/tweepy/pull/766))"
+msgstr ""
+"`JSONParser.parse` 가 특정 상황에서 `None` 을 반환하던 문제 수정 "
+"([#765](https://github.com/tweepy/tweepy/issues/765), "
+"[#766](https://github.com/tweepy/tweepy/pull/766))"
+
+#: ../../changelog.md:576
+msgid ""
+"Include URL parameters when accessing cache "
+"([#777](https://github.com/tweepy/tweepy/pull/777))"
+msgstr "캐시에 접근할 때 URL 매개변수가 포함 ([#777](https://github.com/tweepy/tweepy/pull/777))"
+
+#: ../../changelog.md:577
+msgid "Properly re-raise exceptions during streaming"
+msgstr "스트리밍에서 예외를 적절하게 재발생시킴 "
+
+#: ../../changelog.md:578
+msgid ""
+"Fix `AttributeError` and `TypeError` during streaming "
+"([#698](https://github.com/tweepy/tweepy/issues/698))"
+msgstr ""
+"스트리밍에서 `AttributeError` 와 `TypeError` 가 발생하는 문제 수정 "
+"([#698](https://github.com/tweepy/tweepy/issues/698))"
+
+#: ../../changelog.md:579
+msgid ""
+"Properly encode `filter_level` for `Stream.filter` "
+"([#782](https://github.com/tweepy/tweepy/issues/782))"
+msgstr ""
+"`Stream.filter` 의 `filter_level` 를 올바르게 인코딩함 "
+"([#782](https://github.com/tweepy/tweepy/issues/782))"
+
+#: ../../changelog.md:581
+msgid "Version 3.5.0"
+msgstr "버전 3.5.0"
+
+#: ../../changelog.md:583
+msgid "Features / Improvements"
+msgstr "기능 / 개선"
+
+#: ../../changelog.md:584
+msgid "Allow 'full_text' param when getting direct messages ( #664 )"
+msgstr "쪽지를 받을 때 'full_text' 매개변수를 허용함 (#664)"
+
+#: ../../changelog.md:585
+msgid "Explicitly return api code when parsing error ( #666 )"
+msgstr "파싱 에러가 발생했을 경우 명시적"
+
+#: ../../changelog.md:586
+msgid "Remove deprecated function and clean up codes ( #583 )"
+msgstr "더 이상 사용되지 않는 코드를 제거하고, 코드를 정리함 (#583)"
+
+#: ../../changelog.md:589
+msgid "update_status: first positional argument should be 'status' ( #578 )"
+msgstr "update_status: 첫 위치 인수(Positional argument)는 반드시 트윗(Status)여야 함 (#578)"
+
+#: ../../changelog.md:590
+msgid ""
+"Fix \"TypeError: Can't convert 'bytes' object to str implicitly\" ( #615 "
+"#658 #635 )"
+msgstr ""
+"다음 오류를 수정함: \"TypeError: Can't convert 'bytes' object to str "
+"implicitly\"(#615, #658, #635) "
+
+#: ../../changelog.md:591
+msgid "Fix duplicate raise in auth.py ( #667 )"
+msgstr "auth.py 에서의 중복 선언(raise)를 수정함 "
+
+#: ../../changelog.md:593
+msgid "Version 3.4.0"
+msgstr "버전 3.4.0 "
+
+#: ../../changelog.md:595
+msgid "New Features"
+msgstr "새 기능"
+
+#: ../../changelog.md:596
+msgid "Add API for account/settings (PR #596)"
+msgstr "추가함: 계정 및 설정 관련 API (PR #596) "
+
+#: ../../changelog.md:597
+msgid ""
+"Added RateLimitError for easily working with the rate limit. (Issue #600,"
+" PR #611) @obskyr"
+msgstr "트위터 API 요청 제한을 쉽게 처리할 수 있게끔 RateLimitError를 추가함 (문제 #600, PR #611) "
+
+#: ../../changelog.md:598
+msgid "Allow include_email param for verify_credentials API (PR #623)"
+msgstr "verify_credentials API에 include_email 매개변수를 허용함 (PR #623)"
+
+#: ../../changelog.md:599
+msgid ""
+"Added support for the \"filter_level\" parameter for the streaming API "
+"(PR #619)"
+msgstr "추가함: 스트리밍 API에서의 \"filter_level\" 매개변수 지원 (PR #619) "
+
+#: ../../changelog.md:602
+msgid "Streaming: don't decode stream bytes until json.decode (PR #606)"
+msgstr "스트리밍: 스트림 바이트를 json.decode 이전에 디코딩하려 시도하지 않음 (PR #606) "
+
+#: ../../changelog.md:603
+msgid "Typo fix on _add_list_members, _remove_list_members properties. (PR #593)"
+msgstr "_add_list_members 와 _remove_list_members 속성에 있던 오타를 수정함 (PR #593) "
+
+#: ../../changelog.md:604
+msgid "Fixes issue #570 - add \"exception\" when raising one"
+msgstr "문제 #570 수정 - 예외 발생 시의 \"exception\" 추가함"
+
+#: ../../changelog.md:605
+msgid "Change raise in streaming.py to raise exception (PR #621)"
+msgstr "streaming.py 에서의 예외 발생 관련 수정 (PR #621)"
+
+#: ../../changelog.md:607
+msgid "Version 3.3.0"
+msgstr "버전 3.3.0 "
+
+#: ../../changelog.md:609
+msgid "Loosen our dependency requirements for Requests (>= 2.4.3)"
+msgstr "Requests 요구사항을 완화함 (버전 2.4.3 이상)"
+
+#: ../../changelog.md:610
+msgid "Fix issue with streams freezing up on Python 3 (Issue #556)"
+msgstr "Python 3에서 스트림이 프리징되던 문제 수정 (문제 #556)"
+
+#: ../../changelog.md:611
+msgid ""
+"Add keep_alive() callback to StreamListener when keep alive messages "
+"arrive"
+msgstr "StreamListener에 추가함: keep_alive 메세지가 도착할 때 호출되는 keep_alive() 콜백 함수"
+
+#: ../../changelog.md:612
+msgid ""
+"Fix issue with stream session headers not being used when restarting "
+"connection"
+msgstr "재연결 시 스트림 세션 헤더가 사용되지 않던 문제 수정 "
+
+#: ../../changelog.md:613
+msgid ""
+"Fix issue with streams getting stuck in a loop when connection dies. (PR "
+"#561)"
+msgstr "연결이 비정상적으로 종료된 경우 스트림이 무한루프에 빠지던 문제를 수정함 (PR #561) "
+
+#: ../../changelog.md:615
+msgid "Version 3.2.0"
+msgstr "버전 3.2.0 "
+
+#: ../../changelog.md:617
+msgid "Remove deprecated trends methods."
+msgstr "제거함: 더 이상 사용되지 않는 트렌드 관련 메서드"
+
+#: ../../changelog.md:618
+msgid "Fix tweepy.debug() to work in Python 3."
+msgstr "tweepy.debug() 가 Python 3에서도 동작하도록 수정함 "
+
+#: ../../changelog.md:619
+msgid "Fixed issue #529 - StreamListener language filter stopped working."
+msgstr "StreamListener 언어 필터가 작동을 중지하는 문제를 수정함 (Issue #529)"
+
+#: ../../changelog.md:620
+msgid "Add Documentation Page for streaming."
+msgstr "추가함: 스트리밍 문서"
+
+#: ../../changelog.md:621
+msgid "Add media/upload endpoint."
+msgstr "추가함: 미디어 업로드 엔드포인트 "
+
+#: ../../changelog.md:622
+msgid "Add media_ids parameter to update_status()."
+msgstr "update_status() 에 추가함: media_ids 매개변수 "
+
+#: ../../changelog.md:624
+msgid "Version 3.1.0"
+msgstr "버전 3.1.0"
+
+#: ../../changelog.md:626
+msgid "Allow specifying your own ssl certificates for streaming client."
+msgstr "이제 스트리밍 클라이언트에 대한 자체 SSL 인증서 지정을 허용함 "
+
+#: ../../changelog.md:627
+msgid "Distribute Python Wheels instead of dumb binaries."
+msgstr "이제 Python Wheels를 이용해 배포함. "
+
+#: ../../changelog.md:628
+msgid ""
+"Fix cursor invocation, passing args to underlying method. "
+"(https://github.com/tweepy/tweepy/issues/515)"
+msgstr ""
+"특정 속성값을 기본 메서드(Underlying method)에 전달하는 것과 관련된 커서 호출 수정. "
+"(https://github.com/tweepy/tweepy/issues/515)"
+
+#: ../../changelog.md:629
+msgid "Upgrade to Request 2.4.3"
+msgstr "Request를 2.4.3으로 판올림함"
+
+#: ../../changelog.md:631
+msgid "Version 3.0"
+msgstr "버전 3.0 "
+
+#: ../../changelog.md:633
+msgid ""
+"Added multiple list members operation api methods (add_list_members, "
+"remove_list_members)."
+msgstr "추가함: 다수의 리스트 멤버 관련 API 메서드 (add_list_members, remove_list_members)."
+
+#: ../../changelog.md:634
+msgid "Added sitestream endpoint."
+msgstr "추가함: sitestream 엔드포인트 "
+
+#: ../../changelog.md:635
+msgid "Switch to using Requests instead of httplib."
+msgstr "httplib 대신 Requests를 이용하도록 변경함 "
+
+#: ../../changelog.md:636
+msgid "Fully removed support for non-secure HTTP."
+msgstr "제거함: 보안 연결이 아닌 HTTP에 대한 모든 지원"
+
+#: ../../changelog.md:637
+msgid "Proxy support."
+msgstr "이제 프록시를 지원함 "
+
+#: ../../changelog.md:638
+msgid "Add API method for /statuses/lookup.json"
+msgstr "/statuses/lookup.json 에 추가함: API 메서드"
+
+#: ../../changelog.md:639
+msgid "Add missing 'count' parameter to followers_ids"
+msgstr "followers_ids 에 추가함: 'count' 매개변수 "
+
+#: ../../changelog.md:640
+msgid "Added allowed_param to update_profile_image"
+msgstr "update_profile_image 에 추가함: allowed_param"
+
+#: ../../changelog.md:641
+msgid "Comparison between Status objects"
+msgstr "트윗(Status) 간 비교"
+
+#: ../../changelog.md:642
+msgid ""
+"Extend on_data method by including a conditional to process warning "
+"messages and add the definition of the method to manage those warning "
+"messages"
+msgstr "on_data 메서드에 경고 메세지 처리 조건을 포함·확장하였으며, 경고 메세지를 관리하는 메서드를 새로 정의함 "
+
+#: ../../changelog.md:643
+msgid "Better Python 3 support."
+msgstr "파이썬 3 지원 향상"
+
+#: ../../changelog.md:645
+msgid "Version 2.2"
+msgstr "버전 2.2"
+
+#: ../../changelog.md:647
+msgid "Added update_profile_banner endpoint."
+msgstr "추가함: update_profile_banner 엔드포인트"
+
+#: ../../changelog.md:648
+msgid "Don't treat HTTP status codes in 200 range as errors."
+msgstr "200번대 HTTP 상태 코드를 더 이상 에러로 취급하지 않음"
+
+#: ../../changelog.md:649
+msgid "Tests no longer packaged into egg releases."
+msgstr "더 이상 egg 릴리즈에 테스트가 패키징되지 않음"
+
+#: ../../changelog.md:650
+msgid "Improve test stability and enable CI testing on pull requests."
+msgstr "테스트 안정성 향상, 풀 리퀘스트에서 CI 테스트가 가능하도록 함"
+
+#: ../../changelog.md:651
+msgid "Removed Basic Auth."
+msgstr "제거함: 기본 인증(Basic Auth)"
+
+#: ../../changelog.md:652
+msgid "Use built-in timeout feature of httplib to fix appengine."
+msgstr "앱엔진(Appengine)을 수정하기 위해 httplib의 내장 타임아웃 기능 사용"
+
+#: ../../changelog.md:653
+msgid "Added retweeters() endpoint."
+msgstr "추가함: retweeters() 엔드포인트"
+
+#: ../../changelog.md:654
+msgid "Removed deprecated retweeted_by and retweeted_by_ids."
+msgstr "더 이상 사용되지 않는 retweeted_by 와 retweeted_by_ids 를 제거함"
+
+#: ../../changelog.md:655
+msgid "Improved datetime parsing. Should be more thread safe."
+msgstr "날짜 및 시간 파싱 기능 향상. 스레드에서 기존보다 더 안정적임"
+
+#: ../../changelog.md:656
+msgid "Enable coverage reporting. Upload reports to Coveralls."
+msgstr "코드 커버리지 보고 활성화됨. Coveralls에 보고서를 업로드 해주세요."
+
+#: ../../changelog.md:657
+msgid "https://coveralls.io/r/tweepy/tweepy"
+msgstr "https://coveralls.io/r/tweepy/tweepy"
+
+#: ../../changelog.md:658
+msgid "Removed deprecated test() endpoint."
+msgstr "더 이상 사용되지 않는 test() 엔드포인트가 제거함"
+
+#: ../../changelog.md:659
+msgid ""
+"New stream listeners callback on_disconnect(). Called whenever "
+"\"disconnect\" messages arrive from Twitter before connection is killed."
+msgstr ""
+"on_disconnect() 에 새 스트림 리스너를 추가함. 연결 종료 전에 트위터에서 \"disconnect\" 메세지가 도착할 "
+"때마다 호출됨."
+
+#: ../../changelog.md:661
+msgid ""
+"https://dev.twitter.com/docs/streaming-"
+"apis/messages#Disconnect_messages_disconnect"
+msgstr ""
+"https://dev.twitter.com/docs/streaming-"
+"apis/messages#Disconnect_messages_disconnect"
+
+#: ../../changelog.md:662
+msgid "[Compare View](https://github.com/tweepy/tweepy/compare/2.1...2.2)"
+msgstr "[비교 보기](https://github.com/tweepy/tweepy/compare/2.1...2.2)"
+
+#: ../../changelog.md:663
+msgid "Use HTTPS by default."
+msgstr "HTTPS를 기본으로 사용하게 설정함"
+
+#: ../../changelog.md:664
+msgid ""
+"Support setting the starting cursor postion (ex: Ex: "
+"Cursor(api.friends_ids, cursor=123456))"
+msgstr "커서 시작 위치 설정 지원 (예: Cursor(api.friends_ids, cursor=123456))"
+
+#: ../../changelog.md:666
+msgid ""
+"Added API.cached_result instance flag that is \"True\" when cached result"
+" is returned."
+msgstr "캐시된 결과가 반환될 때, \"True\"인 API.cached_result 인스턴스 플래그가 추가함"
+
+#: ../../changelog.md:667
+msgid "New Streaming client callbacks"
+msgstr "새 스트리밍 클라이언트 콜백이 추가함"
+
+#: ../../changelog.md:668
+msgid "on_event(status): called when new events arrive"
+msgstr "on_event(status): 새 이벤트가 발생하면 호출됨."
+
+#: ../../changelog.md:669
+msgid "on_direct_message(status): called when a new direct message arrives."
+msgstr "on_direct_message(status): 새 쪽지가 도착하면 호출됨."
+
+#: ../../changelog.md:671
+msgid ""
+"Improvements to streaming client re-connection behavior / configuration. "
+"(https://github.com/tweepy/tweepy/commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54)"
+msgstr ""
+"스트리밍 클리아언트 재연결 동작 및 구성의 개선 "
+"(https://github.com/tweepy/tweepy/commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54)"
+
+#: ../../changelog.md:675
+msgid "Version 2.1"
+msgstr "버전 2.1"
+
+#: ../../changelog.md:677
+msgid "Added get_oembed()."
+msgstr "추가함: get_oembed() "
+
+#: ../../changelog.md:678
+msgid "friends() and followers() are back and updated to v1.1."
+msgstr "friends() 와 followers() 가 다시 생겼으며, v1.1로 갱신됨"
+
+#: ../../changelog.md:679
+msgid "Fixed report_spam() endpoint."
+msgstr "report_spam() 엔드포인트 수정"
+
+#: ../../changelog.md:680
+msgid "Added \"languages\" parameter to streaming filter() method."
+msgstr "스트리밍 filter() 메서드에 \"languages\" 매개변수 추가."
+
+#: ../../changelog.md:681
+msgid "Added \"timeout\" support for API object. Ex: API(timeout=1000)."
+msgstr "API에 \"timeout\" 지원 추가. 예: API(timeout=1000)"
+
+#: ../../changelog.md:682
+msgid "Python 2.5 no longer supported."
+msgstr "파이썬 2.5 지원 중단"
+
+#: ../../changelog.md:683
+msgid "Added compression support. Ex: API(compression=True)."
+msgstr "압축 지원 추가. 예: API(compression=True)"
+
+#: ../../changelog.md:684
+msgid "Added on_connect() callback to StreamListener."
+msgstr "StreamListener에 on_connect() 콜백 추가"
+
+#: ../../changelog.md:685
+msgid "Switched API search() to v1.1 endpoint. Some breaking changes."
+msgstr "API의 search() v1.1의 엔드포인트로 전환. 이 외에도 다른 변화가 있었음."
+
+#: ../../changelog.md:686
+msgid "Drop \"page\" based cursors and use \"ID\" based ones instead."
+msgstr "\"page\"(페이지) 기반 커서를 \"ID\" 기반 커서로 대체함"
+
+#: ../../changelog.md:687
+msgid "[Compare View](https://github.com/tweepy/tweepy/compare/2.0...2.1)"
+msgstr "[비교 보기](https://github.com/tweepy/tweepy/compare/2.0...2.1)"
+
+#: ../../changelog.md:689
+msgid "Version 2.0"
+msgstr "버전 2.0"
+
+#: ../../changelog.md:691
+msgid "_Dedicated in memory of Aaron Swartz_"
+msgstr "_에런 스워츠(Aaron Swartz)를 추모하며_"
+
+#: ../../changelog.md:693
+msgid "Twitter API 1.1 support."
+msgstr "트위터 API 1.1 지원"
+
+#: ../../changelog.md:694
+msgid "Basic Authentication deprecated."
+msgstr "기본 인증방식(Basic Authentication)이 더 이상 사용되지 않음."
+
+#: ../../changelog.md:695
+msgid "friends_timeline() removed."
+msgstr "제거함: friends_timeline()"
+
+#: ../../changelog.md:696
+msgid "mentions() removed and replaced by mentions_timeline()."
+msgstr "mentions() 이 제거되고, mentions_timeline() 로 변경됨"
+
+#: ../../changelog.md:697 ../../changelog.md:700
+msgid "retweeted_by_user() removed."
+msgstr "제거함: retweeted_by_user()"
+
+#: ../../changelog.md:698
+msgid "retweeted_by_me() removed."
+msgstr "제거함: retweeted_by_me() "
+
+#: ../../changelog.md:699
+msgid "retweeted_to_me() removed."
+msgstr "제거함: retweeted_to_me()"
+
+#: ../../changelog.md:701
+msgid "friends() removed."
+msgstr "제거함: friends()"
+
+#: ../../changelog.md:702
+msgid "followers() removed."
+msgstr "제거함: followers()"
+
+#: ../../changelog.md:703
+msgid "enable_notifications() removed."
+msgstr "제거함: enable_notifications()"
+
+#: ../../changelog.md:704
+msgid "disable_notifications() removed."
+msgstr "제거함: disable_notifications()"
+
+#: ../../changelog.md:705
+msgid "exists_block() removed."
+msgstr "제거함: exists_block()"
+
+#: ../../changelog.md:706
+msgid "lists() removed and replaced by lists_all()."
+msgstr "lists() 가 제거되고, lists_all() 로 변경됨"
+
+#: ../../changelog.md:707
+msgid "is_list_member() removed."
+msgstr "제거함: is_list_member()"
+
+#: ../../changelog.md:708
+msgid "show_list_member added."
+msgstr "추가함: show_list_member"
+
+#: ../../changelog.md:709
+msgid "is_subscribed_list() removed."
+msgstr "제거함: is_subscribed_list()"
+
+#: ../../changelog.md:710
+msgid "show_list_subscriber() added."
+msgstr "추가함: show_list_subscriber()"
+
+#: ../../changelog.md:711
+msgid "trends_location() removed."
+msgstr "제거함: trends_location()"
+
+#: ../../changelog.md:712
+msgid "nearby_places() removed."
+msgstr "제거함: nearby_places("
+
+#~ msgid ""
+#~ "`Pagination` 문서 "
+#~ "([695d531](https://github.com/tweepy/tweepy/commit/695d531064277978d44f78387a3edb3d29fb6f25),"
+#~ " "
+#~ "[652fece](https://github.com/tweepy/tweepy/commit/652fece7f78f90ea11f206b4a045a2450db42cc9))"
+#~ msgstr ""
+
+#~ msgid "[디스코드 서버](https://discord.gg/bJvqnhg)"
+#~ msgstr ""
+
diff --git a/docs/locale/ko/LC_MESSAGES/client.po b/docs/locale/ko/LC_MESSAGES/client.po
new file mode 100644 (file)
index 0000000..fa9ca45
--- /dev/null
@@ -0,0 +1,2905 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: 2022-01-08 04:49+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../client.rst:7
+msgid ":class:`tweepy.Client` --- Twitter API v2 Reference"
+msgstr ":class:`tweepy.Client` --- 트위터 API v2 레퍼런스"
+
+#: of tweepy.client.Client:1
+msgid "Twitter API v2 Client"
+msgstr "트위터 API v2 클라이언트(Client)"
+
+#: of tweepy.client.Client tweepy.client.Client.add_list_member
+#: tweepy.client.Client.block tweepy.client.Client.create_compliance_job
+#: tweepy.client.Client.create_list tweepy.client.Client.create_tweet
+#: tweepy.client.Client.delete_list tweepy.client.Client.delete_tweet
+#: tweepy.client.Client.follow_list tweepy.client.Client.follow_user
+#: tweepy.client.Client.get_all_tweets_count tweepy.client.Client.get_blocked
+#: tweepy.client.Client.get_compliance_job
+#: tweepy.client.Client.get_compliance_jobs
+#: tweepy.client.Client.get_followed_lists
+#: tweepy.client.Client.get_liked_tweets tweepy.client.Client.get_liking_users
+#: tweepy.client.Client.get_list tweepy.client.Client.get_list_followers
+#: tweepy.client.Client.get_list_members
+#: tweepy.client.Client.get_list_memberships
+#: tweepy.client.Client.get_list_tweets tweepy.client.Client.get_me
+#: tweepy.client.Client.get_muted tweepy.client.Client.get_owned_lists
+#: tweepy.client.Client.get_pinned_lists
+#: tweepy.client.Client.get_recent_tweets_count
+#: tweepy.client.Client.get_retweeters tweepy.client.Client.get_space
+#: tweepy.client.Client.get_space_buyers tweepy.client.Client.get_spaces
+#: tweepy.client.Client.get_tweet tweepy.client.Client.get_tweets
+#: tweepy.client.Client.get_user tweepy.client.Client.get_users
+#: tweepy.client.Client.get_users_followers
+#: tweepy.client.Client.get_users_following
+#: tweepy.client.Client.get_users_mentions
+#: tweepy.client.Client.get_users_tweets tweepy.client.Client.hide_reply
+#: tweepy.client.Client.like tweepy.client.Client.mute
+#: tweepy.client.Client.pin_list tweepy.client.Client.remove_list_member
+#: tweepy.client.Client.retweet tweepy.client.Client.search_all_tweets
+#: tweepy.client.Client.search_recent_tweets tweepy.client.Client.search_spaces
+#: tweepy.client.Client.unblock tweepy.client.Client.unfollow_list
+#: tweepy.client.Client.unfollow_user tweepy.client.Client.unhide_reply
+#: tweepy.client.Client.unlike tweepy.client.Client.unmute
+#: tweepy.client.Client.unpin_list tweepy.client.Client.unretweet
+#: tweepy.client.Client.update_list
+msgid "Parameters"
+msgstr "매개변수"
+
+#: of tweepy.client.Client:5
+msgid "Twitter API Bearer Token"
+msgstr "트위터 API 베어러(Bearer) 토큰"
+
+#: of tweepy.client.Client:7
+msgid "Twitter API Consumer Key"
+msgstr "트위터 API Consumer Key"
+
+#: of tweepy.client.Client:9
+msgid "Twitter API Consumer Secret"
+msgstr "트위터 API Consumer Secret"
+
+#: of tweepy.client.Client:11
+msgid "Twitter API Access Token"
+msgstr "트위터 API Access Token"
+
+#: of tweepy.client.Client:13
+msgid "Twitter API Access Token Secret"
+msgstr "트위터 API Access Token Secret"
+
+#: of tweepy.client.Client:15
+msgid "Type to return from requests to the API"
+msgstr "API 요청으로 반환받을 값의 형태"
+
+#: of tweepy.client.Client:17
+msgid "Whether to wait when rate limit is reached"
+msgstr "API 호출 제한에 도달했을때 기다릴지의 여부"
+
+#: of tweepy.client.Client:22
+msgid "Requests Session used to make requests to the API"
+msgstr "API 요청에 사용되는 요청 세션(Requests Session)"
+
+#: of tweepy.client.Client
+msgid "type"
+msgstr "유형"
+
+#: of tweepy.client.Client:24
+msgid "requests.Session"
+msgstr "requests.Session"
+
+#: of tweepy.client.Client:28
+msgid "User agent used when making requests to the API"
+msgstr "API 요청에 사용되는 사용자 에이전트(User agent)"
+
+#: of tweepy.client.Client:30
+msgid "str"
+msgstr "str"
+
+#: ../../client.rst:15
+msgid "Twitter API v2 Endpoint"
+msgstr "트위터 API v2 엔드포인트"
+
+#: ../../client.rst:15
+msgid ":class:`Client` Method"
+msgstr ":class:`Client` 메서드"
+
+#: ../../client.rst:21 ../../client.rst:23
+msgid "`PUT /2/tweets/:id/hidden`_"
+msgstr "`부여: /2/tweets/:id/hidden`_"
+
+#: ../../client.rst:21
+msgid ":meth:`Client.hide_reply`"
+msgstr ":meth:`Client.hide_reply`"
+
+#: ../../client.rst:23
+msgid ":meth:`Client.unhide_reply`"
+msgstr ":meth:`Client.unhide_reply`"
+
+#: ../../client.rst:27
+msgid "`DELETE /2/users/:id/likes/:tweet_id`_"
+msgstr "`삭제: /2/users/:id/likes/:tweet_id`_"
+
+#: ../../client.rst:27
+msgid ":meth:`Client.unlike`"
+msgstr ":meth:`Client.unlike`"
+
+#: ../../client.rst:29
+msgid "`GET /2/tweets/:id/liking_users`_"
+msgstr "`가져오기: /2/tweets/:id/liking_users`_"
+
+#: ../../client.rst:29
+msgid ":meth:`Client.get_liking_users`"
+msgstr ":meth:`Client.get_liking_users`"
+
+#: ../../client.rst:31
+msgid "`GET /2/users/:id/liked_tweets`_"
+msgstr "`가져오기: /2/users/:id/liked_tweets`_"
+
+#: ../../client.rst:31
+msgid ":meth:`Client.get_liked_tweets`"
+msgstr ":meth:`Client.get_liked_tweets`"
+
+#: ../../client.rst:33
+msgid "`POST /2/users/:id/likes`_"
+msgstr "`게시: /2/users/:id/likes`_"
+
+#: ../../client.rst:33
+msgid ":meth:`Client.like`"
+msgstr ":meth:`Client.like`"
+
+#: ../../client.rst:37
+msgid "`DELETE /2/tweets/:id`_"
+msgstr "`삭제: /2/tweets/:id`_"
+
+#: ../../client.rst:37
+msgid ":meth:`Client.delete_tweet`"
+msgstr ":meth:`Client.delete_tweet`"
+
+#: ../../client.rst:39
+msgid "`POST /2/tweets`_"
+msgstr "`게시: /2/tweets`_"
+
+#: ../../client.rst:39
+msgid ":meth:`Client.create_tweet`"
+msgstr ":meth:`Client.create_tweet`"
+
+#: ../../client.rst:43
+msgid "`DELETE /2/users/:id/retweets/:source_tweet_id`_"
+msgstr "`삭제: /2/users/:id/retweets/:source_tweet_id`_"
+
+#: ../../client.rst:43
+msgid ":meth:`Client.unretweet`"
+msgstr ":meth:`Client.unretweet`"
+
+#: ../../client.rst:45
+msgid "`GET /2/tweets/:id/retweeted_by`_"
+msgstr "`가져오기: /2/tweets/:id/retweeted_by`_"
+
+#: ../../client.rst:45
+msgid ":meth:`Client.get_retweeters`"
+msgstr ":meth:`Client.get_retweeters`"
+
+#: ../../client.rst:47
+msgid "`POST /2/users/:id/retweets`_"
+msgstr "`게시: /2/users/:id/retweets`_"
+
+#: ../../client.rst:47
+msgid ":meth:`Client.retweet`"
+msgstr ":meth:`Client.retweet`"
+
+#: ../../client.rst:51
+msgid "`GET /2/tweets/search/all`_"
+msgstr "`가져오기: /2/tweets/search/all`_"
+
+#: ../../client.rst:51
+msgid ":meth:`Client.search_all_tweets`"
+msgstr ":meth:`Client.search_all_tweets`"
+
+#: ../../client.rst:53
+msgid "`GET /2/tweets/search/recent`_"
+msgstr "`가져오기: /2/tweets/search/recent`_"
+
+#: ../../client.rst:53
+msgid ":meth:`Client.search_recent_tweets`"
+msgstr ":meth:`Client.search_recent_tweets`"
+
+#: ../../client.rst:57
+msgid "`GET /2/users/:id/mentions`_"
+msgstr "`가져오기: /2/users/:id/mentions`_"
+
+#: ../../client.rst:57
+msgid ":meth:`Client.get_users_mentions`"
+msgstr ":meth:`Client.get_users_mentions`"
+
+#: ../../client.rst:59
+msgid "`GET /2/users/:id/tweets`_"
+msgstr "`가져오기: /2/users/:id/tweets`_"
+
+#: ../../client.rst:59
+msgid ":meth:`Client.get_users_tweets`"
+msgstr ":meth:`Client.get_users_tweets`"
+
+#: ../../client.rst:63
+msgid "`GET /2/tweets/counts/all`_"
+msgstr "`가져오기: /2/tweets/counts/all`_"
+
+#: ../../client.rst:63
+msgid ":meth:`Client.get_all_tweets_count`"
+msgstr ":meth:`Client.get_all_tweets_count`"
+
+#: ../../client.rst:65
+msgid "`GET /2/tweets/counts/recent`_"
+msgstr "`가져오기: /2/tweets/counts/recent`_"
+
+#: ../../client.rst:65
+msgid ":meth:`Client.get_recent_tweets_count`"
+msgstr ":meth:`Client.get_recent_tweets_count`"
+
+#: ../../client.rst:69
+msgid "`GET /2/tweets/:id`_"
+msgstr "`가져오기: /2/tweets/:id`_"
+
+#: ../../client.rst:69
+msgid ":meth:`Client.get_tweet`"
+msgstr ":meth:`Client.get_tweet`"
+
+#: ../../client.rst:71
+msgid "`GET /2/tweets`_"
+msgstr "`가져오기: /2/tweets`_"
+
+#: ../../client.rst:71
+msgid ":meth:`Client.get_tweets`"
+msgstr ":meth:`Client.get_tweets`"
+
+#: ../../client.rst:77
+msgid "`DELETE /2/users/:source_user_id/blocking/:target_user_id`_"
+msgstr "`삭제: /2/users/:source_user_id/blocking/:target_user_id`_"
+
+#: ../../client.rst:77
+msgid ":meth:`Client.unblock`"
+msgstr ":meth:`Client.unblock`"
+
+#: ../../client.rst:79
+msgid "`GET /2/users/:id/blocking`_"
+msgstr "`가져오기: /2/users/:id/blocking`_"
+
+#: ../../client.rst:79
+msgid ":meth:`Client.get_blocked`"
+msgstr ":meth:`Client.get_blocked`"
+
+#: ../../client.rst:81
+msgid "`POST /2/users/:id/blocking`_"
+msgstr "`게시: /2/users/:id/blocking`_"
+
+#: ../../client.rst:81
+msgid ":meth:`Client.block`"
+msgstr ":meth:`Client.block`"
+
+#: ../../client.rst:85
+msgid "`DELETE /2/users/:source_user_id/following/:target_user_id`_"
+msgstr "`삭제: /2/users/:source_user_id/following/:target_user_id`_"
+
+#: ../../client.rst:85
+msgid ":meth:`Client.unfollow_user`"
+msgstr ":meth:`Client.unfollow_user`"
+
+#: ../../client.rst:87
+msgid "`GET /2/users/:id/followers`_"
+msgstr "`가져오기: /2/users/:id/followers`_"
+
+#: ../../client.rst:87
+msgid ":meth:`Client.get_users_followers`"
+msgstr ":meth:`Client.get_users_followers`"
+
+#: ../../client.rst:89
+msgid "`GET /2/users/:id/following`_"
+msgstr "`가져오기: /2/users/:id/following`_"
+
+#: ../../client.rst:89
+msgid ":meth:`Client.get_users_following`"
+msgstr ":meth:`Client.get_users_following`"
+
+#: ../../client.rst:91
+msgid "`POST /2/users/:id/following`_"
+msgstr "`게시: /2/users/:id/following`_"
+
+#: ../../client.rst:91
+msgid ":meth:`Client.follow_user`"
+msgstr ":meth:`Client.follow_user`"
+
+#: ../../client.rst:95
+msgid "`DELETE /2/users/:source_user_id/muting/:target_user_id`_"
+msgstr "`삭제: /2/users/:source_user_id/muting/:target_user_id`_"
+
+#: ../../client.rst:95
+msgid ":meth:`Client.unmute`"
+msgstr ":meth:`Client.unmute`"
+
+#: ../../client.rst:97
+msgid "`GET /2/users/:id/muting`_"
+msgstr "`가져오기: /2/users/:id/muting`_"
+
+#: ../../client.rst:97
+msgid ":meth:`Client.get_muted`"
+msgstr ":meth:`Client.get_muted`"
+
+#: ../../client.rst:99
+msgid "`POST /2/users/:id/muting`_"
+msgstr "`게시: /2/users/:id/muting`_"
+
+#: ../../client.rst:99
+msgid ":meth:`Client.mute`"
+msgstr ":meth:`Client.mute`"
+
+#: ../../client.rst:103
+msgid "`GET /2/users/:id`_"
+msgstr "`가져오기: /2/users/:id`_"
+
+#: ../../client.rst:103 ../../client.rst:105
+msgid ":meth:`Client.get_user`"
+msgstr ":meth:`Client.get_user`"
+
+#: ../../client.rst:105
+msgid "`GET /2/users/by/username/:username`_"
+msgstr "`가져오기: /2/users/by/username/:username`_"
+
+#: ../../client.rst:107
+msgid "`GET /2/users`_"
+msgstr "`가져오기: /2/users`_"
+
+#: ../../client.rst:107 ../../client.rst:109
+msgid ":meth:`Client.get_users`"
+msgstr ":meth:`Client.get_users`"
+
+#: ../../client.rst:109
+msgid "`GET /2/users/by`_"
+msgstr "`가져오기: /2/users/by`_"
+
+#: ../../client.rst:111
+#, fuzzy
+msgid "`GET /2/users/me`_"
+msgstr "`가져오기: /2/users`_"
+
+#: ../../client.rst:111
+#, fuzzy
+msgid ":meth:`Client.get_me`"
+msgstr ":meth:`Client.get_muted`"
+
+#: ../../client.rst:117
+msgid "`GET /2/spaces/search`_"
+msgstr "`가져오기: /2/spaces/search`_"
+
+#: ../../client.rst:117
+msgid ":meth:`Client.search_spaces`"
+msgstr ":meth:`Client.search_spaces`"
+
+#: ../../client.rst:121
+msgid "`GET /2/spaces`_"
+msgstr "`가져오기: /2/spaces`_"
+
+#: ../../client.rst:121 ../../client.rst:127
+msgid ":meth:`Client.get_spaces`"
+msgstr ":meth:`Client.get_spaces`"
+
+#: ../../client.rst:123
+msgid "`GET /2/spaces/:id`_"
+msgstr "`가져오기: /2/spaces/:id`_"
+
+#: ../../client.rst:123
+msgid ":meth:`Client.get_space`"
+msgstr ":meth:`Client.get_space`"
+
+#: ../../client.rst:125
+msgid "`GET /2/spaces/:id/buyers`_"
+msgstr "`가져오기: /2/spaces/:id/buyers`_"
+
+#: ../../client.rst:125
+msgid ":meth:`Client.get_space_buyers`"
+msgstr ":meth:`Client.get_space_buyers`"
+
+#: ../../client.rst:127
+msgid "`GET /2/spaces/by/creator_ids`_"
+msgstr "`가져오기: /2/spaces/by/creator_ids`_"
+
+#: ../../client.rst:133
+msgid "`GET /2/lists/:id/tweets`_"
+msgstr "`가져오기: /2/lists/:id/tweets`_"
+
+#: ../../client.rst:133
+msgid ":meth:`Client.get_list_tweets`"
+msgstr ":meth:`Client.get_list_tweets`"
+
+#: ../../client.rst:137
+msgid "`DELETE /2/users/:id/followed_lists/:list_id`_"
+msgstr "`삭제: /2/users/:id/followed_lists/:list_id`_"
+
+#: ../../client.rst:137
+msgid ":meth:`Client.unfollow_list`"
+msgstr ":meth:`Client.unfollow_list`"
+
+#: ../../client.rst:139
+msgid "`GET /2/lists/:id/followers`_"
+msgstr "`가져오기: /2/lists/:id/followers`_"
+
+#: ../../client.rst:139
+msgid ":meth:`Client.get_list_followers`"
+msgstr ":meth:`Client.get_list_followers`"
+
+#: ../../client.rst:141
+msgid "`GET /2/users/:id/followed_lists`_"
+msgstr "`가져오기: /2/users/:id/followed_lists`_"
+
+#: ../../client.rst:141
+msgid ":meth:`Client.get_followed_lists`"
+msgstr ":meth:`Client.get_followed_lists`"
+
+#: ../../client.rst:143
+msgid "`POST /2/users/:id/followed_lists`_"
+msgstr "`게시: /2/users/:id/followed_lists`_"
+
+#: ../../client.rst:143
+msgid ":meth:`Client.follow_list`"
+msgstr ":meth:`Client.follow_list`"
+
+#: ../../client.rst:147
+msgid "`GET /2/lists/:id`_"
+msgstr "`가져오기: /2/lists/:id`_"
+
+#: ../../client.rst:147
+msgid ":meth:`Client.get_list`"
+msgstr ":meth:`Client.get_list`"
+
+#: ../../client.rst:149
+msgid "`GET /2/users/:id/owned_lists`_"
+msgstr "`가져오기: /2/users/:id/owned_lists`_"
+
+#: ../../client.rst:149
+msgid ":meth:`Client.get_owned_lists`"
+msgstr ":meth:`Client.get_owned_lists`"
+
+#: ../../client.rst:153
+msgid "`DELETE /2/lists/:id/members/:user_id`_"
+msgstr "`삭제: /2/lists/:id/members/:user_id`_"
+
+#: ../../client.rst:153
+msgid ":meth:`Client.remove_list_member`"
+msgstr ":meth:`Client.remove_list_member`"
+
+#: ../../client.rst:155
+msgid "`GET /2/lists/:id/members`_"
+msgstr "`가져오기: /2/lists/:id/members`_"
+
+#: ../../client.rst:155
+msgid ":meth:`Client.get_list_members`"
+msgstr ":meth:`Client.get_list_members`"
+
+#: ../../client.rst:157
+msgid "`GET /2/users/:id/list_memberships`_"
+msgstr "`가져오기: /2/users/:id/list_memberships`_"
+
+#: ../../client.rst:157
+msgid ":meth:`Client.get_list_memberships`"
+msgstr ":meth:`Client.get_list_memberships`"
+
+#: ../../client.rst:159
+msgid "`POST /2/lists/:id/members`_"
+msgstr "`게시: /2/lists/:id/members`_"
+
+#: ../../client.rst:159
+msgid ":meth:`Client.add_list_member`"
+msgstr ":meth:`Client.add_list_member`"
+
+#: ../../client.rst:163
+msgid "`DELETE /2/lists/:id`_"
+msgstr "`삭제: /2/lists/:id`_"
+
+#: ../../client.rst:163
+msgid ":meth:`Client.delete_list`"
+msgstr ":meth:`Client.delete_list`"
+
+#: ../../client.rst:165
+msgid "`PUT /2/lists/:id`_"
+msgstr "`게시: /2/lists/:id`_"
+
+#: ../../client.rst:165
+msgid ":meth:`Client.update_list`"
+msgstr ":meth:`Client.update_list`"
+
+#: ../../client.rst:167
+msgid "`POST /2/lists`_"
+msgstr "`게시: /2/lists`_"
+
+#: ../../client.rst:167
+msgid ":meth:`Client.create_list`"
+msgstr ":meth:`Client.create_list`"
+
+#: ../../client.rst:171
+msgid "`DELETE /2/users/:id/pinned_lists/:list_id`_"
+msgstr "`삭제: /2/users/:id/pinned_lists/:list_id`_"
+
+#: ../../client.rst:171
+msgid ":meth:`Client.unpin_list`"
+msgstr ":meth:`Client.unpin_list`"
+
+#: ../../client.rst:173
+msgid "`GET /2/users/:id/pinned_lists`_"
+msgstr "`가져오기: /2/users/:id/pinned_lists`_"
+
+#: ../../client.rst:173
+msgid ":meth:`Client.get_pinned_lists`"
+msgstr ":meth:`Client.get_pinned_lists`"
+
+#: ../../client.rst:175
+msgid "`POST /2/users/:id/pinned_lists`_"
+msgstr "`게시: /2/users/:id/pinned_lists`_"
+
+#: ../../client.rst:175
+msgid ":meth:`Client.pin_list`"
+msgstr ":meth:`Client.pin_list`"
+
+#: ../../client.rst:181
+msgid "`GET /2/compliance/jobs`_"
+msgstr "`가져오기: /2/compliance/jobs`_"
+
+#: ../../client.rst:181
+msgid ":meth:`Client.get_compliance_jobs`"
+msgstr ":meth:`Client.get_compliance_jobs`"
+
+#: ../../client.rst:183
+msgid "`GET /2/compliance/jobs/:id`_"
+msgstr "`가져오기: /2/compliance/jobs/:id`_"
+
+#: ../../client.rst:183
+msgid ":meth:`Client.get_compliance_job`"
+msgstr ":meth:`Client.get_compliance_job`"
+
+#: ../../client.rst:185
+msgid "`POST /2/compliance/jobs`_"
+msgstr "`게시: /2/compliance/jobs`_"
+
+#: ../../client.rst:185
+msgid ":meth:`Client.create_compliance_job`"
+msgstr ":meth:`Client.create_compliance_job`"
+
+#: ../../client.rst:269
+msgid "Tweets"
+msgstr "트윗"
+
+#: ../../client.rst:272
+msgid "Hide replies"
+msgstr "답글 숨기기"
+
+#: of tweepy.client.Client.hide_reply:1
+msgid "Hides a reply to a Tweet."
+msgstr "트윗의 답글을 숨깁니다."
+
+#: of tweepy.client.Client.add_list_member:5 tweepy.client.Client.block:3
+#: tweepy.client.Client.create_list:5 tweepy.client.Client.create_tweet:5
+#: tweepy.client.Client.delete_list:5 tweepy.client.Client.delete_tweet:5
+#: tweepy.client.Client.follow_list:5 tweepy.client.Client.follow_user:13
+#: tweepy.client.Client.get_blocked:3 tweepy.client.Client.get_muted:5
+#: tweepy.client.Client.get_pinned_lists:5 tweepy.client.Client.hide_reply:3
+#: tweepy.client.Client.like:3 tweepy.client.Client.mute:3
+#: tweepy.client.Client.pin_list:5 tweepy.client.Client.remove_list_member:6
+#: tweepy.client.Client.retweet:3 tweepy.client.Client.unblock:6
+#: tweepy.client.Client.unfollow_list:5 tweepy.client.Client.unfollow_user:9
+#: tweepy.client.Client.unhide_reply:3 tweepy.client.Client.unlike:6
+#: tweepy.client.Client.unmute:6 tweepy.client.Client.unpin_list:5
+#: tweepy.client.Client.unretweet:7 tweepy.client.Client.update_list:6
+msgid "Added ``user_auth`` parameter"
+msgstr ""
+
+#: of tweepy.client.Client.hide_reply:6
+msgid ""
+"Unique identifier of the Tweet to hide. The Tweet must belong to a "
+"conversation initiated by the authenticating user."
+msgstr "숨길 트윗의 고유 식별자. 대상 트윗은 현재 인증된 사용자애 의해 시작된 트윗 타래에 속해있어야 합니다."
+
+#: of tweepy.client.Client.add_list_member:12 tweepy.client.Client.block:8
+#: tweepy.client.Client.create_list:14 tweepy.client.Client.create_tweet:44
+#: tweepy.client.Client.delete_list:10 tweepy.client.Client.delete_tweet:10
+#: tweepy.client.Client.follow_list:10 tweepy.client.Client.follow_user:18
+#: tweepy.client.Client.get_blocked:20
+#: tweepy.client.Client.get_followed_lists:23
+#: tweepy.client.Client.get_liked_tweets:30
+#: tweepy.client.Client.get_liking_users:17 tweepy.client.Client.get_list:13
+#: tweepy.client.Client.get_list_followers:23
+#: tweepy.client.Client.get_list_members:23
+#: tweepy.client.Client.get_list_memberships:23
+#: tweepy.client.Client.get_list_tweets:23 tweepy.client.Client.get_me:11
+#: tweepy.client.Client.get_muted:22 tweepy.client.Client.get_owned_lists:23
+#: tweepy.client.Client.get_pinned_lists:14
+#: tweepy.client.Client.get_retweeters:17 tweepy.client.Client.get_tweet:18
+#: tweepy.client.Client.get_tweets:20 tweepy.client.Client.get_user:14
+#: tweepy.client.Client.get_users:18
+#: tweepy.client.Client.get_users_followers:21
+#: tweepy.client.Client.get_users_following:21
+#: tweepy.client.Client.get_users_mentions:66
+#: tweepy.client.Client.get_users_tweets:75 tweepy.client.Client.hide_reply:9
+#: tweepy.client.Client.like:8 tweepy.client.Client.mute:8
+#: tweepy.client.Client.pin_list:10 tweepy.client.Client.remove_list_member:13
+#: tweepy.client.Client.retweet:8 tweepy.client.Client.search_recent_tweets:58
+#: tweepy.client.Client.unblock:11 tweepy.client.Client.unfollow_list:10
+#: tweepy.client.Client.unfollow_user:14 tweepy.client.Client.unhide_reply:9
+#: tweepy.client.Client.unlike:11 tweepy.client.Client.unmute:11
+#: tweepy.client.Client.unpin_list:10 tweepy.client.Client.unretweet:12
+#: tweepy.client.Client.update_list:17
+#, fuzzy
+msgid "Whether or not to use OAuth 1.0a User Context to authenticate"
+msgstr "OAuth 1.0a 사용자 컨텍스트를 사용할지의 여부"
+
+#: of tweepy.client.Client.add_list_member tweepy.client.Client.block
+#: tweepy.client.Client.create_compliance_job tweepy.client.Client.create_list
+#: tweepy.client.Client.create_tweet tweepy.client.Client.delete_list
+#: tweepy.client.Client.delete_tweet tweepy.client.Client.follow_list
+#: tweepy.client.Client.follow_user tweepy.client.Client.get_all_tweets_count
+#: tweepy.client.Client.get_blocked tweepy.client.Client.get_compliance_job
+#: tweepy.client.Client.get_compliance_jobs
+#: tweepy.client.Client.get_followed_lists
+#: tweepy.client.Client.get_liked_tweets tweepy.client.Client.get_liking_users
+#: tweepy.client.Client.get_list tweepy.client.Client.get_list_followers
+#: tweepy.client.Client.get_list_members
+#: tweepy.client.Client.get_list_memberships
+#: tweepy.client.Client.get_list_tweets tweepy.client.Client.get_me
+#: tweepy.client.Client.get_muted tweepy.client.Client.get_owned_lists
+#: tweepy.client.Client.get_pinned_lists
+#: tweepy.client.Client.get_recent_tweets_count
+#: tweepy.client.Client.get_retweeters tweepy.client.Client.get_space
+#: tweepy.client.Client.get_space_buyers tweepy.client.Client.get_spaces
+#: tweepy.client.Client.get_tweet tweepy.client.Client.get_tweets
+#: tweepy.client.Client.get_user tweepy.client.Client.get_users
+#: tweepy.client.Client.get_users_followers
+#: tweepy.client.Client.get_users_following
+#: tweepy.client.Client.get_users_mentions
+#: tweepy.client.Client.get_users_tweets tweepy.client.Client.hide_reply
+#: tweepy.client.Client.like tweepy.client.Client.mute
+#: tweepy.client.Client.pin_list tweepy.client.Client.remove_list_member
+#: tweepy.client.Client.retweet tweepy.client.Client.search_all_tweets
+#: tweepy.client.Client.search_recent_tweets tweepy.client.Client.search_spaces
+#: tweepy.client.Client.unblock tweepy.client.Client.unfollow_list
+#: tweepy.client.Client.unfollow_user tweepy.client.Client.unhide_reply
+#: tweepy.client.Client.unlike tweepy.client.Client.unmute
+#: tweepy.client.Client.unpin_list tweepy.client.Client.unretweet
+#: tweepy.client.Client.update_list
+msgid "Returns"
+msgstr "반환"
+
+#: of tweepy.client.Client.add_list_member tweepy.client.Client.block
+#: tweepy.client.Client.create_compliance_job tweepy.client.Client.create_list
+#: tweepy.client.Client.create_tweet tweepy.client.Client.delete_list
+#: tweepy.client.Client.delete_tweet tweepy.client.Client.follow_list
+#: tweepy.client.Client.follow_user tweepy.client.Client.get_all_tweets_count
+#: tweepy.client.Client.get_blocked tweepy.client.Client.get_compliance_job
+#: tweepy.client.Client.get_compliance_jobs
+#: tweepy.client.Client.get_followed_lists
+#: tweepy.client.Client.get_liked_tweets tweepy.client.Client.get_liking_users
+#: tweepy.client.Client.get_list tweepy.client.Client.get_list_followers
+#: tweepy.client.Client.get_list_members
+#: tweepy.client.Client.get_list_memberships
+#: tweepy.client.Client.get_list_tweets tweepy.client.Client.get_me
+#: tweepy.client.Client.get_muted tweepy.client.Client.get_owned_lists
+#: tweepy.client.Client.get_pinned_lists
+#: tweepy.client.Client.get_recent_tweets_count
+#: tweepy.client.Client.get_retweeters tweepy.client.Client.get_space
+#: tweepy.client.Client.get_space_buyers tweepy.client.Client.get_spaces
+#: tweepy.client.Client.get_tweet tweepy.client.Client.get_tweets
+#: tweepy.client.Client.get_user tweepy.client.Client.get_users
+#: tweepy.client.Client.get_users_followers
+#: tweepy.client.Client.get_users_following
+#: tweepy.client.Client.get_users_mentions
+#: tweepy.client.Client.get_users_tweets tweepy.client.Client.hide_reply
+#: tweepy.client.Client.like tweepy.client.Client.mute
+#: tweepy.client.Client.pin_list tweepy.client.Client.remove_list_member
+#: tweepy.client.Client.retweet tweepy.client.Client.search_all_tweets
+#: tweepy.client.Client.search_recent_tweets tweepy.client.Client.search_spaces
+#: tweepy.client.Client.unblock tweepy.client.Client.unfollow_list
+#: tweepy.client.Client.unfollow_user tweepy.client.Client.unhide_reply
+#: tweepy.client.Client.unlike tweepy.client.Client.unmute
+#: tweepy.client.Client.unpin_list tweepy.client.Client.unretweet
+#: tweepy.client.Client.update_list
+msgid "Return type"
+msgstr "반환 형식"
+
+#: of tweepy.client.Client.add_list_member:19 tweepy.client.Client.block:15
+#: tweepy.client.Client.create_compliance_job:26
+#: tweepy.client.Client.create_list:21 tweepy.client.Client.create_tweet:51
+#: tweepy.client.Client.delete_list:17 tweepy.client.Client.delete_tweet:17
+#: tweepy.client.Client.follow_list:17 tweepy.client.Client.follow_user:25
+#: tweepy.client.Client.get_all_tweets_count:47
+#: tweepy.client.Client.get_blocked:27
+#: tweepy.client.Client.get_compliance_job:12
+#: tweepy.client.Client.get_compliance_jobs:17
+#: tweepy.client.Client.get_followed_lists:30
+#: tweepy.client.Client.get_liked_tweets:37
+#: tweepy.client.Client.get_liking_users:24 tweepy.client.Client.get_list:20
+#: tweepy.client.Client.get_list_followers:30
+#: tweepy.client.Client.get_list_members:30
+#: tweepy.client.Client.get_list_memberships:30
+#: tweepy.client.Client.get_list_tweets:30 tweepy.client.Client.get_me:18
+#: tweepy.client.Client.get_muted:29 tweepy.client.Client.get_owned_lists:30
+#: tweepy.client.Client.get_pinned_lists:21
+#: tweepy.client.Client.get_recent_tweets_count:44
+#: tweepy.client.Client.get_retweeters:24 tweepy.client.Client.get_space:19
+#: tweepy.client.Client.get_space_buyers:27 tweepy.client.Client.get_spaces:24
+#: tweepy.client.Client.get_tweet:25 tweepy.client.Client.get_tweets:27
+#: tweepy.client.Client.get_user:23 tweepy.client.Client.get_users:27
+#: tweepy.client.Client.get_users_followers:28
+#: tweepy.client.Client.get_users_following:28
+#: tweepy.client.Client.get_users_mentions:73
+#: tweepy.client.Client.get_users_tweets:82 tweepy.client.Client.hide_reply:16
+#: tweepy.client.Client.like:15 tweepy.client.Client.mute:15
+#: tweepy.client.Client.pin_list:17 tweepy.client.Client.remove_list_member:20
+#: tweepy.client.Client.retweet:15 tweepy.client.Client.search_all_tweets:62
+#: tweepy.client.Client.search_recent_tweets:65
+#: tweepy.client.Client.search_spaces:29 tweepy.client.Client.unblock:18
+#: tweepy.client.Client.unfollow_list:17 tweepy.client.Client.unfollow_user:21
+#: tweepy.client.Client.unhide_reply:16 tweepy.client.Client.unlike:18
+#: tweepy.client.Client.unmute:18 tweepy.client.Client.unpin_list:17
+#: tweepy.client.Client.unretweet:19 tweepy.client.Client.update_list:24
+msgid "References"
+msgstr "참조"
+
+#: of tweepy.client.Client.hide_reply:17 tweepy.client.Client.unhide_reply:17
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/hide-replies"
+"/api-reference/put-tweets-id-hidden"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/hide-replies"
+"/api-reference/put-tweets-id-hidden"
+
+#: of tweepy.client.Client.unhide_reply:1
+msgid "Unhides a reply to a Tweet."
+msgstr "트윗의 답글 숨김을 해제합니다."
+
+#: of tweepy.client.Client.unhide_reply:6
+msgid ""
+"Unique identifier of the Tweet to unhide. The Tweet must belong to a "
+"conversation initiated by the authenticating user."
+msgstr "숨김 해제할 트윗의 고유 식별자. 대상 트윗은 현재 인증된 사용자애 의해 시작된 트윗 타래에 속해있어야 합니다."
+
+#: ../../client.rst:279
+msgid "Likes"
+msgstr "마음에 들어요"
+
+#: of tweepy.client.Client.unlike:1
+msgid "Unlike a Tweet."
+msgstr "'마음에 들어요'를 취소합니다."
+
+#: of tweepy.client.Client.unlike:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not liking the Tweet or have already unliked the Tweet."
+msgstr ""
+"'마음에 들어요'를 표시하지 않은 트윗이나, 이미 '마음에 들어요'를 취소한 트윗에 이 요청을 보내면, 특별한 처리 없이도 요청이 "
+"성공합니다."
+
+#: of tweepy.client.Client.unlike:9
+msgid "The ID of the Tweet that you would like to unlike."
+msgstr "'마음에 들어요'를 취소할 트윗의 ID."
+
+#: of tweepy.client.Client.unlike:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/delete-users-id-likes-tweet_id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/delete-users-id-likes-tweet_id"
+
+#: of tweepy.client.Client.get_liking_users:1
+msgid "Allows you to get information about a Tweet’s liking users."
+msgstr "트윗에 '마음에 들어요'를 표시한 사용자에 대한 정보를 얻을 수 있습니다."
+
+#: of tweepy.client.Client.get_liking_users:3
+msgid "Tweet ID of the Tweet to request liking users of."
+msgstr "'마음에 들어요'를 표시한 사용자 목록을 받아올 트윗의 ID."
+
+#: of tweepy.client.Client.get_blocked:6
+#: tweepy.client.Client.get_followed_lists:7
+#: tweepy.client.Client.get_liked_tweets:8
+#: tweepy.client.Client.get_liking_users:5 tweepy.client.Client.get_list:7
+#: tweepy.client.Client.get_list_followers:7
+#: tweepy.client.Client.get_list_members:7
+#: tweepy.client.Client.get_list_memberships:7
+#: tweepy.client.Client.get_list_tweets:7 tweepy.client.Client.get_me:5
+#: tweepy.client.Client.get_muted:8 tweepy.client.Client.get_owned_lists:7
+#: tweepy.client.Client.get_pinned_lists:8
+#: tweepy.client.Client.get_retweeters:5 tweepy.client.Client.get_space:8
+#: tweepy.client.Client.get_space_buyers:10 tweepy.client.Client.get_spaces:11
+#: tweepy.client.Client.get_tweet:6 tweepy.client.Client.get_tweets:8
+#: tweepy.client.Client.get_user:8 tweepy.client.Client.get_users:12
+#: tweepy.client.Client.get_users_followers:5
+#: tweepy.client.Client.get_users_following:5
+#: tweepy.client.Client.get_users_mentions:20
+#: tweepy.client.Client.get_users_tweets:29
+#: tweepy.client.Client.search_all_tweets:21
+#: tweepy.client.Client.search_recent_tweets:21
+#: tweepy.client.Client.search_spaces:11
+msgid ":ref:`expansions_parameter`"
+msgstr ":ref:`expansions_parameter`"
+
+#: of tweepy.client.Client.get_liked_tweets:14
+#: tweepy.client.Client.get_liking_users:7
+#: tweepy.client.Client.get_retweeters:7
+#: tweepy.client.Client.get_space_buyers:12 tweepy.client.Client.get_tweet:8
+#: tweepy.client.Client.get_tweets:10
+#: tweepy.client.Client.get_users_mentions:28
+#: tweepy.client.Client.get_users_tweets:37
+#: tweepy.client.Client.search_all_tweets:27
+#: tweepy.client.Client.search_recent_tweets:27
+msgid ":ref:`media_fields_parameter`"
+msgstr ":ref:`media_fields_parameter`"
+
+#: of tweepy.client.Client.get_liked_tweets:22
+#: tweepy.client.Client.get_liking_users:9
+#: tweepy.client.Client.get_retweeters:9
+#: tweepy.client.Client.get_space_buyers:14 tweepy.client.Client.get_tweet:10
+#: tweepy.client.Client.get_tweets:12
+#: tweepy.client.Client.get_users_mentions:36
+#: tweepy.client.Client.get_users_tweets:45
+#: tweepy.client.Client.search_all_tweets:34
+#: tweepy.client.Client.search_recent_tweets:33
+msgid ":ref:`place_fields_parameter`"
+msgstr ":ref:`place_fields_parameter`"
+
+#: of tweepy.client.Client.get_liked_tweets:24
+#: tweepy.client.Client.get_liking_users:11
+#: tweepy.client.Client.get_retweeters:11
+#: tweepy.client.Client.get_space_buyers:16 tweepy.client.Client.get_tweet:12
+#: tweepy.client.Client.get_tweets:14
+#: tweepy.client.Client.get_users_mentions:38
+#: tweepy.client.Client.get_users_tweets:47
+#: tweepy.client.Client.search_all_tweets:36
+#: tweepy.client.Client.search_recent_tweets:35
+msgid ":ref:`poll_fields_parameter`"
+msgstr ":ref:`poll_fields_parameter`"
+
+#: of tweepy.client.Client.get_blocked:16
+#: tweepy.client.Client.get_liked_tweets:26
+#: tweepy.client.Client.get_liking_users:13
+#: tweepy.client.Client.get_list_followers:19
+#: tweepy.client.Client.get_list_members:19
+#: tweepy.client.Client.get_list_tweets:19 tweepy.client.Client.get_me:7
+#: tweepy.client.Client.get_muted:18 tweepy.client.Client.get_retweeters:13
+#: tweepy.client.Client.get_space_buyers:18 tweepy.client.Client.get_tweet:14
+#: tweepy.client.Client.get_tweets:16 tweepy.client.Client.get_user:10
+#: tweepy.client.Client.get_users:14
+#: tweepy.client.Client.get_users_followers:17
+#: tweepy.client.Client.get_users_following:17
+#: tweepy.client.Client.get_users_mentions:55
+#: tweepy.client.Client.get_users_tweets:65
+#: tweepy.client.Client.search_all_tweets:49
+#: tweepy.client.Client.search_recent_tweets:50
+msgid ":ref:`tweet_fields_parameter`"
+msgstr ":ref:`tweet_fields_parameter`"
+
+#: of tweepy.client.Client.get_blocked:18
+#: tweepy.client.Client.get_followed_lists:21
+#: tweepy.client.Client.get_liked_tweets:28
+#: tweepy.client.Client.get_liking_users:15 tweepy.client.Client.get_list:11
+#: tweepy.client.Client.get_list_followers:21
+#: tweepy.client.Client.get_list_members:21
+#: tweepy.client.Client.get_list_memberships:21
+#: tweepy.client.Client.get_list_tweets:21 tweepy.client.Client.get_me:9
+#: tweepy.client.Client.get_muted:20 tweepy.client.Client.get_owned_lists:21
+#: tweepy.client.Client.get_pinned_lists:12
+#: tweepy.client.Client.get_retweeters:15 tweepy.client.Client.get_space:12
+#: tweepy.client.Client.get_space_buyers:20 tweepy.client.Client.get_spaces:15
+#: tweepy.client.Client.get_tweet:16 tweepy.client.Client.get_tweets:18
+#: tweepy.client.Client.get_user:12 tweepy.client.Client.get_users:16
+#: tweepy.client.Client.get_users_followers:19
+#: tweepy.client.Client.get_users_following:19
+#: tweepy.client.Client.get_users_mentions:64
+#: tweepy.client.Client.get_users_tweets:73
+#: tweepy.client.Client.search_all_tweets:55
+#: tweepy.client.Client.search_recent_tweets:56
+#: tweepy.client.Client.search_spaces:22
+msgid ":ref:`user_fields_parameter`"
+msgstr ":ref:`user_fields_parameter`"
+
+#: of tweepy.client.Client.get_liking_users:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/get-tweets-id-liking_users"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/get-tweets-id-liking_users"
+
+#: of tweepy.client.Client.get_liked_tweets:1
+msgid "Allows you to get information about a user’s liked Tweets."
+msgstr "사용자가 '마음에 들어요'를 표시한 트윗에 대한 정보를 얻을 수 있습니다."
+
+#: of tweepy.client.Client.get_liked_tweets:3
+#: tweepy.client.Client.get_users_mentions:5
+#: tweepy.client.Client.get_users_tweets:6
+#: tweepy.client.Client.search_all_tweets:8
+#: tweepy.client.Client.search_recent_tweets:4
+msgid ""
+"The Tweets returned by this endpoint count towards the Project-level "
+"`Tweet cap`_."
+msgstr "이 엔드포인트를 통해 반환된 트윗은, 프로젝트 수준(Project-level)의 `트윗 한도`_ 에 계산됩니다."
+
+#: of tweepy.client.Client.get_liked_tweets:6
+msgid "User ID of the user to request liked Tweets for."
+msgstr "'마음에 들어요'를 표시한 트윗 목록을 가져올 대상 사용자의 ID."
+
+#: of tweepy.client.Client.get_liked_tweets:10
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 5 and 100. By default, each page will return 100 results."
+msgstr ""
+"페이지당 반환받을 결과 수의 최댓값. 5에서 100 사이의 자연수로 지정해야 하며, 기본값은 100입니다. (페이지당 100개의 "
+"결과 반환)"
+
+#: of tweepy.client.Client.get_liked_tweets:16
+#: tweepy.client.Client.get_users_followers:11
+#: tweepy.client.Client.get_users_following:11
+msgid ""
+"Used to request the next page of results if all results weren't returned "
+"with the latest request, or to go back to the previous page of results. "
+"To return the next page, pass the ``next_token`` returned in your "
+"previous response. To go back one page, pass the ``previous_token`` "
+"returned in your previous response."
+msgstr ""
+"다음 페이지나, 이전 페이지 결과값을 조회하는 데 쓰입니다. 바로 다음 페이지를 조회하려면 이전 요청에서 반환된 "
+"``next_token`` 값을 전달하고, 바로 이전 페이지를 조회하려면 이전 요청에서 반환된 ``previous_token`` "
+"값을 전달하면 됩니다. "
+
+#: of tweepy.client.Client.get_liked_tweets:38
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/get-users-id-liked_tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/get-users-id-liked_tweets"
+
+#: of tweepy.client.Client.like:1
+msgid "Like a Tweet."
+msgstr "트윗에 '마음에 들어요'를 표시합니다. "
+
+#: of tweepy.client.Client.like:6
+msgid "The ID of the Tweet that you would like to Like."
+msgstr "'마음에 들어요'를 표시할 트윗의 ID."
+
+#: of tweepy.client.Client.like:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/post-users-id-likes"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/post-users-id-likes"
+
+#: ../../client.rst:290
+msgid "Manage Tweets"
+msgstr "트윗 관리"
+
+#: of tweepy.client.Client.delete_tweet:1
+msgid "Allows an authenticated user ID to delete a Tweet."
+msgstr "현재 인증된 사용자의 트윗을 삭제합니다. "
+
+#: of tweepy.client.Client.delete_tweet:8
+msgid "The Tweet ID you are deleting."
+msgstr "삭제하려는 트윗의 ID. "
+
+#: of tweepy.client.Client.delete_tweet:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets"
+"/api-reference/delete-tweets-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets"
+"/api-reference/delete-tweets-id"
+
+#: of tweepy.client.Client.create_tweet:1
+msgid "Creates a Tweet on behalf of an authenticated user."
+msgstr "현재 인증된 사용자로서 트윗을 작성합니다. "
+
+#: of tweepy.client.Client.create_tweet:8
+msgid ""
+"`Tweets a link directly to a Direct Message conversation`_ with an "
+"account."
+msgstr "계정과의 `1:1 쪽지 링크를 트윗함.`_ "
+
+#: of tweepy.client.Client.create_tweet:11
+msgid "Allows you to Tweet exclusively for `Super Followers`_."
+msgstr "`슈퍼 팔로워`_ 전용 트윗을 작성할지의 여부. "
+
+#: of tweepy.client.Client.create_tweet:13
+msgid "Place ID being attached to the Tweet for geo location."
+msgstr "트윗에 포함될 위치의 ID값."
+
+#: of tweepy.client.Client.create_tweet:15
+msgid ""
+"A list of Media IDs being attached to the Tweet. This is only required if"
+" the request includes the ``tagged_user_ids``."
+msgstr "트윗에 포함할 미디어의 ID. 요청이 ``tagged_user_ids`` 값을 포함하고 있는 경우에만 필수가 됩니다. "
+
+#: of tweepy.client.Client.create_tweet:18
+msgid ""
+"A list of User IDs being tagged in the Tweet with Media. If the user "
+"you're tagging doesn't have photo-tagging enabled, their names won't show"
+" up in the list of tagged users even though the Tweet is successfully "
+"created."
+msgstr ""
+"트윗 미디어에 태그할 사용자들의 ID 목록. 태그하려는 사용자가 사진 태그를 허용하지 않은 경우, 트윗이 성공적으로 작성되더라도 "
+"태그된 사용자 목록에 이름이 표시되지 않습니다. "
+
+#: of tweepy.client.Client.create_tweet:23
+msgid ""
+"Duration of the poll in minutes for a Tweet with a poll. This is only "
+"required if the request includes ``poll.options``."
+msgstr "투표가 포함된 트윗의 투표 기간. 요청이 ``poll.options`` 값을 포함하고 있는 경우에만 필수가 됩니다. "
+
+#: of tweepy.client.Client.create_tweet:26
+msgid "A list of poll options for a Tweet with a poll."
+msgstr "투표를 포함한 트윗의, 투표 항목 목록"
+
+#: of tweepy.client.Client.create_tweet:28
+msgid "Link to the Tweet being quoted."
+msgstr "인용 리트윗하려는 트윗의 링크. "
+
+#: of tweepy.client.Client.create_tweet:30
+msgid ""
+"A list of User IDs to be excluded from the reply Tweet thus removing a "
+"user from a thread."
+msgstr "답글에서 제외할 사용자의 ID 목록."
+
+#: of tweepy.client.Client.create_tweet:33
+msgid ""
+"Tweet ID of the Tweet being replied to. Please note that "
+"``in_reply_to_tweet_id`` needs to be in the request if "
+"``exclude_reply_user_ids`` is present."
+msgstr ""
+"답글을 작성할 대상 트윗의 ID. 요청에 ``exclude_reply_user_ids`` 값이 포함되어 있는 경우, 이 "
+"``in_reply_to_tweet_id`` 가 반드시 포함되어야 함에 유의하시기 바랍니다."
+
+#: of tweepy.client.Client.create_tweet:37
+msgid ""
+"`Settings`_ to indicate who can reply to the Tweet. Limited to "
+"\"mentionedUsers\" and \"following\". If the field isn’t specified, it "
+"will default to everyone."
+msgstr ""
+"답글을 작성할 수 있는 사용자를 `설정`_ 합니다. \"mentionedUsers\"(내가 멘션하는 사람들만), "
+"\"following\"(내가 팔로우하는 사람들) 만 입력할 수 있으며, 따로 지정하지 않으면 \"모든 사람 답글 작성 가능\"으로"
+" 설정됩니다."
+
+#: of tweepy.client.Client.create_tweet:41
+msgid ""
+"Text of the Tweet being created. This field is required if "
+"``media.media_ids`` is not present."
+msgstr "트윗의 본문 텍스트. 트윗에 ``media.media_ids`` 가 포함되어 있지 않은 경우, 이 값은 필수가 됩니다. "
+
+#: of tweepy.client.Client.create_tweet:52
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets"
+"/api-reference/post-tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets"
+"/api-reference/post-tweets"
+
+#: ../../client.rst:297
+msgid "Retweets"
+msgstr "리트윗"
+
+#: of tweepy.client.Client.unretweet:1
+msgid "Allows an authenticated user ID to remove the Retweet of a Tweet."
+msgstr "현재 인증된 사용자로서 리트윗을 취소합니다. "
+
+#: of tweepy.client.Client.unretweet:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not Retweeting the Tweet or have already removed the Retweet"
+" of."
+msgstr "리트윗하지 않은 트윗이나, 이미 리트윗을 취소한 트윗에 이 요청을 보내면, 특별한 처리 없이도 요청이 성공합니다. "
+
+#: of tweepy.client.Client.unretweet:10
+msgid "The ID of the Tweet that you would like to remove the Retweet of."
+msgstr "리트윗 취소할 트윗의 ID. "
+
+#: of tweepy.client.Client.unretweet:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/delete-users-id-retweets-tweet_id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/delete-users-id-retweets-tweet_id"
+
+#: of tweepy.client.Client.get_retweeters:1
+msgid "Allows you to get information about who has Retweeted a Tweet."
+msgstr "트윗을 리트윗한 사용자들에 대한 정보를 얻을 수 있습니다."
+
+#: of tweepy.client.Client.get_retweeters:3
+msgid "Tweet ID of the Tweet to request Retweeting users of."
+msgstr "리트윗한 사용자 목록을 받아올 트윗의 ID."
+
+#: of tweepy.client.Client.get_retweeters:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/get-tweets-id-retweeted_by"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/get-tweets-id-retweeted_by"
+
+#: of tweepy.client.Client.retweet:1
+msgid "Causes the user ID to Retweet the target Tweet."
+msgstr "지정한 트윗을 현재 인증된 사용자로서 리트윗합니다. "
+
+#: of tweepy.client.Client.retweet:6
+msgid "The ID of the Tweet that you would like to Retweet."
+msgstr "리트윗하려는 트윗의 ID. "
+
+#: of tweepy.client.Client.retweet:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/post-users-id-retweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/post-users-id-retweets"
+
+#: ../../client.rst:306
+msgid "Search Tweets"
+msgstr "트윗 검색"
+
+#: of tweepy.client.Client.get_all_tweets_count:1
+#: tweepy.client.Client.search_all_tweets:1
+msgid ""
+"This endpoint is only available to those users who have been approved for"
+" the `Academic Research product track`_."
+msgstr "이 엔드포인트는 `학술 연구 제품 트랙`_ 사용이 승인된 사용자만 사용할 수 있습니다."
+
+#: of tweepy.client.Client.get_all_tweets_count:4
+#: tweepy.client.Client.search_all_tweets:4
+msgid ""
+"The full-archive search endpoint returns the complete history of public "
+"Tweets matching a search query; since the first Tweet was created March "
+"26, 2006."
+msgstr ""
+"이 전체 아카이브 검색 엔드포인트는 모든 공개 트윗의 전체 기록 중 검색 쿼리와 맞는 전체 트윗을 반환합니다. 범위는 트위터의 첫 "
+"번째 트윗부터이며, 이는 2006년 3월 26일에 작성되었습니다. "
+
+#: of tweepy.client.Client.get_all_tweets_count:8
+#: tweepy.client.Client.search_all_tweets:11
+msgid "One query for matching Tweets. Up to 1024 characters."
+msgstr "트윗 검색에 사용할 쿼리. 최대 1024자."
+
+#: of tweepy.client.Client.get_all_tweets_count:10
+#: tweepy.client.Client.search_all_tweets:13
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). Used with ``start_time``. The "
+"newest, most recent UTC timestamp to which the Tweets will be provided. "
+"Timestamp is in second granularity and is exclusive (for example, "
+"12:00:01 excludes the first second of the minute). If used without "
+"``start_time``, Tweets from 30 days before ``end_time`` will be returned "
+"by default. If not specified, ``end_time`` will default to [now - 30 "
+"seconds]."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴로 입력하는 매개변수. ``start_time`` "
+"매개변수와 같이 사용하는 것이 권장됩니다.트윗 검색 기간의 끝을 의미하며, 두 개로 세분화되었고 계산에 기준값을 포함하지 않습니다."
+" (예: 12:00:01로 설정하면 검색 기간에 12:00:00까지만 고려되고 그 다음 초는 고려되지 않음) "
+"``start_time`` 매개변수가 주어지지 않은 경우, ``end_time`` 으로부터 30일 전까지가 검색 기간이 됩니다. 이"
+" 매개변수가 지정되지 않은 경우의 기본값은 '현재 시점으로부터 30초 전'입니다."
+
+#: of tweepy.client.Client.search_all_tweets:23
+msgid ""
+"The maximum number of search results to be returned by a request. A "
+"number between 10 and the system limit (currently 500). By default, a "
+"request response will return 10 results."
+msgstr ""
+"요청당 반환받을 결과의 수. 10부터 트위터 시스템 제한 수치 (현재 500) 사이의 값이며, 기본값은 10입니다. (요청 당 "
+"10개의 결과 반환)"
+
+#: of tweepy.client.Client.get_all_tweets_count:22
+#: tweepy.client.Client.search_all_tweets:29
+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. You can learn more by visiting our page "
+"on `pagination`_."
+msgstr ""
+"이 매개변수는 결과의 다음 'page' (페이지) 를 가져오는 데 사용됩니다. 이 매개변수의 값은 API에서 제공된 값으로만 사용 "
+"가능하며, 이는 수정할 수 없습니다. 자세한 사항은 `Pagination`_ 페이지를 참고하시기 바랍니다. "
+
+#: of tweepy.client.Client.get_all_tweets_count:27
+#: tweepy.client.Client.search_all_tweets:38
+msgid ""
+"Returns results with a Tweet ID greater than (for example, more recent "
+"than) the specified ID. The ID specified is exclusive and responses will "
+"not include it. If included with the same request as a ``start_time`` "
+"parameter, only ``since_id`` will be used."
+msgstr ""
+"지정한 ID값보다 더 큰 ID값을 가지는 (즉, 더 최근의) 트윗들만 검색 결과에 포함합니다. ID값은 비포함적으로 "
+"계산됩니다('초과'를 의미, 즉 기준값을 포함하지 않음). 같은 요청에 ``start_time`` 값을 같이 전달할 경우, "
+"``since_id`` 값만 사용됩니다. "
+
+#: of tweepy.client.Client.get_all_tweets_count:32
+#: tweepy.client.Client.search_all_tweets:43
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute). By default, a request will return Tweets from up to 30 days ago "
+"if you do not include this parameter."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 포함적으로 계산되며('이상'을 의미, 즉 기준값을 포함 - 예: 12:00:01로 지정하면 01초도 검색 범위에"
+" 포함됨), 이 매개변수에 값을 지정하지 않으면 기본적으로 30일 이전까지의 결과를 반환합니다. "
+
+#: of tweepy.client.Client.get_all_tweets_count:38
+#: tweepy.client.Client.search_all_tweets:51
+msgid ""
+"Returns results with a Tweet ID less than (that is, older than) the "
+"specified ID. Used with ``since_id``. The ID specified is exclusive and "
+"responses will not include it."
+msgstr ""
+"지정한 ID값보다 더 작은 ID값을 가지는 (즉, 더 이전의) 트윗들만 검색 결과에 포함합니다. ID값은 비포함적으로 "
+"계산됩니다('미만'을 의미, 즉 기준값을 포함하지 않음). 같은 요청에 ``since_id`` 값을 같이 전달할 경우, "
+"``since_id`` 값만 사용됩니다. "
+
+#: of tweepy.client.Client.search_all_tweets:63
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-"
+"reference/get-tweets-search-all"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-"
+"reference/get-tweets-search-all"
+
+#: of tweepy.client.Client.search_recent_tweets:1
+msgid ""
+"The recent search endpoint returns Tweets from the last seven days that "
+"match a search query."
+msgstr "이 '최근 검색' 엔드포인트는 검색 조건과 일치하는, 최근 7일간의 트윗을 반환합니다."
+
+#: of tweepy.client.Client.get_recent_tweets_count:4
+#: tweepy.client.Client.search_recent_tweets:7
+msgid ""
+"One rule for matching Tweets. If you are using a `Standard Project`_ at "
+"the Basic `access level`_, you can use the basic set of `operators`_ and "
+"can make queries up to 512 characters long. If you are using an `Academic"
+" Research Project`_ at the Basic access level, you can use all available "
+"operators and can make queries up to 1,024 characters long."
+msgstr ""
+"트윗 검색에 사용할 쿼리(조건). `일반(Standard) 프로젝트`_ 를 기본(Basic) `권한(Access level)`_ "
+"에서 사용 중인 경우, 기본적인 `연산자`_ 를 포함해 최대 512자까지의 쿼리를 사용할 수 있습니다. `학술 연구용 프로젝트`_ "
+"를 기본 권한(Basic access level) 에서 사용 중인 경우, 기본적인 연산자를 포함해 최대 1,024자까지의 쿼리를 "
+"사용할 수 있습니다. "
+
+#: of tweepy.client.Client.get_recent_tweets_count:11
+#: tweepy.client.Client.search_recent_tweets:14
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The newest, most recent UTC "
+"timestamp to which the Tweets will be provided. Timestamp is in second "
+"granularity and is exclusive (for example, 12:00:01 excludes the first "
+"second of the minute). By default, a request will return Tweets from as "
+"recent as 30 seconds ago if you do not include this parameter."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 끝점을 지정하는 UTC "
+"타임스탬프값입니다. 이분법적·비포함적으로 계산되며('미만'을 의미, 즉 기준값을 포함하지 않음 - 예: 12:00:01로 지정하면 "
+"01초는 검색 범위에서 제외됨), 이 매개변수에 값을 지정하지 않으면 기본적으로 30초 이전까지의 결과를 반환합니다. "
+
+#: of tweepy.client.Client.search_recent_tweets:23
+msgid ""
+"The maximum number of search results to be returned by a request. A "
+"number between 10 and 100. By default, a request response will return 10 "
+"results."
+msgstr ""
+"요청 당 반환받을 결과의 수. 10 이상 100 이하의 자연수로 입력해야 하며, 값을 따로 지정하지 않으면 기본적으로 요청 당 "
+"10개의 결과를 반환합니다. "
+
+#: of tweepy.client.Client.search_recent_tweets:29
+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.client.Client.get_recent_tweets_count:22
+#: tweepy.client.Client.search_recent_tweets:37
+msgid ""
+"Returns results with a Tweet ID greater than (that is, more recent than) "
+"the specified ID. The ID specified is exclusive and responses will not "
+"include it. If included with the same request as a ``start_time`` "
+"parameter, only ``since_id`` will be used."
+msgstr ""
+"지정한 ID값보다 더 큰 ID값을 가지는 (즉, 더 최근의) 트윗들만 검색 결과에 포함합니다. ID값은 비포함적으로 "
+"계산됩니다('초과'를 의미, 즉 기준값을 포함하지 않음). 같은 요청에 ``start_time`` 값을 같이 전달할 경우, "
+"``since_id`` 값만 사용됩니다. "
+
+#: of tweepy.client.Client.get_recent_tweets_count:27
+#: tweepy.client.Client.search_recent_tweets:42
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp (from "
+"most recent seven days) from which the Tweets will be provided. Timestamp"
+" is in second granularity and is inclusive (for example, 12:00:01 "
+"includes the first second of the minute). If included with the same "
+"request as a ``since_id`` parameter, only ``since_id`` will be used. By "
+"default, a request will return Tweets from up to seven days ago if you do"
+" not include this parameter."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 시작점(단, 최근 7일 "
+"이내)을 지정하는 UTC 타임스탬프값입니다. 이분법적·포함적으로 계산되며('이상'을 의미, 즉 기준값을 포함함 - 예: "
+"12:00:01로 지정하면 01초가 검색 범위에 포함됨), 이 매개변수에 값을 지정하지 않으면 기본적으로 현재로부터 7일 이전까지의"
+" 결과를 반환합니다. 같은 요청에 ``since_id`` 값을 같이 전달할 경우, ``since_id`` 값만 사용됩니다. "
+
+#: of tweepy.client.Client.get_recent_tweets_count:35
+#: tweepy.client.Client.search_recent_tweets:52
+msgid ""
+"Returns results with a Tweet ID less than (that is, older than) the "
+"specified ID. The ID specified is exclusive and responses will not "
+"include it."
+msgstr ""
+"지정한 ID값보다 더 작은 ID값을 가지는 (즉, 더 이전의) 트윗들만 검색 결과에 포함합니다. ID값은 비포함적으로 "
+"계산됩니다('미만'을 의미, 즉 기준값을 포함하지 않음). "
+
+#: of tweepy.client.Client.search_recent_tweets:66
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-"
+"reference/get-tweets-search-recent"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-"
+"reference/get-tweets-search-recent"
+
+#: ../../client.rst:313
+msgid "Timelines"
+msgstr "타임라인"
+
+#: of tweepy.client.Client.get_users_mentions:1
+msgid ""
+"Returns Tweets mentioning a single user specified by the requested user "
+"ID. By default, the most recent ten Tweets are returned per request. "
+"Using pagination, up to the most recent 800 Tweets can be retrieved."
+msgstr ""
+"지정한 사용자에게 멘션하고 있는 트윗을 반환합니다. 따로 값을 지정하지 않으면, 요청당 최근 10개의 트윗을 반환합니다. "
+"페이지화(Pagination)를 이용하면, 최대 최근 800개의 결과를 가져올 수 있습니다. "
+
+#: of tweepy.client.Client.get_users_mentions:8
+msgid ""
+"Unique identifier of the user for whom to return Tweets mentioning the "
+"user. User ID can be referenced using the `user/lookup`_ endpoint. More "
+"information on Twitter IDs is `here`_."
+msgstr ""
+"지정할 사용자의 고유 ID값. 사용자의 ID값은 `user/lookup`_ 엔드포인트를 이용해 참조해올 수 있습니다. 트위터 "
+"ID값에 대한 자세한 설명은 `여기`_ 를 참고하세요. "
+
+#: of tweepy.client.Client.get_users_mentions:12
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The new UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute).  Please note that this parameter does not support a millisecond "
+"value."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 이분법적·포함적으로 계산됩니다('이상'을 의미, 즉 기준값을 포함함 - 예: 12:00:01로 지정하면 01초는"
+" 검색 범위에 포함됨). 밀리세컨드값을 지원하지 않습니다. "
+
+#: of tweepy.client.Client.get_users_mentions:12
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The new UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute)."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 이분법적·포함적으로 계산됩니다('이상'을 의미, 즉 기준값을 포함함 - 예: 12:00:01로 지정하면 01초는"
+" 검색 범위에 포함됨). "
+
+#: of tweepy.client.Client.get_users_mentions:17
+#: tweepy.client.Client.get_users_mentions:52
+#: tweepy.client.Client.get_users_tweets:20
+#: tweepy.client.Client.get_users_tweets:62
+msgid "Please note that this parameter does not support a millisecond value."
+msgstr "밀리세컨드값을 지원하지 않습니다. "
+
+#: of tweepy.client.Client.get_users_mentions:22
+#: tweepy.client.Client.get_users_tweets:31
+msgid ""
+"Specifies the number of Tweets to try and retrieve, up to a maximum of "
+"100 per distinct request. By default, 10 results are returned if this "
+"parameter is not supplied. The minimum permitted value is 5. It is "
+"possible to receive less than the ``max_results`` per request throughout "
+"the pagination process."
+msgstr ""
+"요청 당 가져올 트윗의 개수(최대 100개)를 지정할 수 있는 매개변수. 따로 설정하지 않으면 기본적으로 요청 당 최대 10개의 "
+"결과만 반환하며, 최솟값은 5입니다. 페이지화(Pagination)를 이용해 요청당 ``max_results`` 보다 적은 결과값을"
+" 받아오는 것이 가능합니다."
+
+#: of tweepy.client.Client.get_users_mentions:30
+#: tweepy.client.Client.get_users_tweets:39
+msgid ""
+"This parameter is used to move forwards or backwards through 'pages' of "
+"results, based on the value of the ``next_token`` or ``previous_token`` "
+"in the response. The value used with the parameter is pulled directly "
+"from the response provided by the API, and should not be modified."
+msgstr ""
+"이 매개변수는 ``next_token`` 이나 ``previous_token`` 값을 이용해, 결과값의 이전 혹은 다음 페이지를 "
+"조회하는 데 사용되는 매개변수입니다. 이 매개변수의 값은 API에서 제공된 값으로만 사용 가능하며, 이는 수정할 수 없습니다. "
+
+#: of tweepy.client.Client.get_users_mentions:40
+msgid ""
+"Returns results with a Tweet ID greater than (that is, more recent than) "
+"the specified 'since' Tweet ID. There are limits to the number of Tweets "
+"that can be accessed through the API. If the limit of Tweets has occurred"
+" since the ``since_id``, the ``since_id`` will be forced to the oldest ID"
+" available. More information on Twitter IDs is `here`_."
+msgstr ""
+"지정한 ID값보다 더 큰 ID값을 가지는 (즉, 더 최근의) 트윗들만 검색 결과에 포함합니다. 단, 트위터 API를 통해 가져올 수"
+" 있는 트윗 수에 한계가 있다는 것을 유의해야 합니다. 만약 이 값 때문에 API 호출 제한에 도달할 경우, 이 값인 "
+"``since_id`` 가 가능한 선에서 최대한 작은(즉, 최대한 예전의) ID값으로 강제 변경됩니다. 트위터 ID값에 대한 자세한"
+" 설명은 `여기`_ 를 참고하세요. "
+
+#: of tweepy.client.Client.get_users_mentions:47
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute).  Please note that this parameter does not support a millisecond "
+"value."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 이분법적·포함적으로 계산됩니다('이상'을 의미, 즉 기준값을 포함함 - 예: 12:00:01로 지정하면 01초는"
+" 검색 범위에 포함됨). 밀리세컨드값을 지원하지 않습니다. "
+
+#: of tweepy.client.Client.get_users_mentions:47
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute)."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 이분법적·포함적으로 계산됩니다('이상'을 의미, 즉 기준값을 포함함 - 예: 12:00:01로 지정하면 01초는"
+" 검색 범위에 포함됨). "
+
+#: of tweepy.client.Client.get_users_mentions:57
+msgid ""
+"Returns results with a Tweet ID less less than (that is, older than) the "
+"specified 'until' Tweet ID. There are limits to the number of Tweets that"
+" can be accessed through the API. If the limit of Tweets has occurred "
+"since the ``until_id``, the ``until_id`` will be forced to the most "
+"recent ID available. More information on Twitter IDs is `here`_."
+msgstr ""
+"지정한 ID값보다 더 작은 ID값을 가지는 (즉, 더 오래된) 트윗들만 검색 결과에 포함합니다. 단, 트위터 API를 통해 가져올 "
+"수 있는 트윗 수에 한계가 있다는 것을 유의해야 합니다. 만약 이 값 때문에 API 호출 제한에 도달할 경우, 이 값인 "
+"``until_id`` 가 가능한 선에서 약간 더 큰(즉, 최대한 오래된) ID값으로 강제 변경됩니다. 트위터 ID값에 대한 자세한"
+" 설명은 `여기`_ 를 참고하세요. "
+
+#: of tweepy.client.Client.get_users_mentions:74
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-"
+"reference/get-users-id-mentions"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-"
+"reference/get-users-id-mentions"
+
+#: of tweepy.client.Client.get_users_tweets:1
+msgid ""
+"Returns Tweets composed by a single user, specified by the requested user"
+" ID. By default, the most recent ten Tweets are returned per request. "
+"Using pagination, the most recent 3,200 Tweets can be retrieved."
+msgstr ""
+"ID로 지정한 사용자가 작성 또는 리트윗한 트윗들을 반환합니다. 기본적으로, 요청 당 10개의 결과를 반환합니다. "
+"페이지화(Pagination)를 이용하면, 최대 최근 3,200개의 결과를 가져올 수 있습니다. "
+
+#: of tweepy.client.Client.get_users_tweets:9
+msgid ""
+"Unique identifier of the Twitter account (user ID) for whom to return "
+"results. User ID can be referenced using the `user/lookup`_ endpoint. "
+"More information on Twitter IDs is `here`_."
+msgstr ""
+"지정할 사용자의 고유 ID값. 사용자의 ID값은 `user/lookup`_ 엔드포인트를 이용해 참조해올 수 있습니다. 트위터 "
+"ID값에 대한 자세한 설명은 `여기`_ 를 참고하세요. "
+
+#: of tweepy.client.Client.get_users_tweets:13
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The newest or most recent UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:01Z  Please note that"
+" this parameter does not support a millisecond value."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 끝점을 지정하는 UTC "
+"타임스탬프값입니다. 최대 최근 3200개의 결과를 받아올 수 있습니다. 이분법적·포함적으로 계산되며('이하'를 의미, 즉 기준값을 "
+"포함함 - 예: 12:00:01로 지정하면 01초는 검색 범위에 포함됨), 최솟값은 2010-11-06T00:00:01Z 입니다. "
+"밀리세컨드값을 지원하지 않습니다."
+
+#: of tweepy.client.Client.get_users_tweets:13
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The newest or most recent UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:01Z"
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗 검색 범위의 끝점을 지정하는 UTC "
+"타임스탬프값입니다. 최대 최근 3200개의 결과를 받아올 수 있습니다. 이분법적·포함적으로 계산되며('이하'를 의미, 즉 기준값을 "
+"포함함 - 예: 12:00:01로 지정하면 01초는 검색 범위에 포함됨), 최솟값은 2010-11-06T00:00:01Z 입니다. "
+
+#: of tweepy.client.Client.get_users_tweets:23
+msgid ""
+"Comma-separated list of the types of Tweets to exclude from the response."
+" When ``exclude=retweets`` is used, the maximum historical Tweets "
+"returned is still 3200. When the ``exclude=replies`` parameter is used "
+"for any value, only the most recent 800 Tweets are available."
+msgstr ""
+"결과값에서 제외할 트윗 종류를 구분하는, 쉼표(,)로 구분된 리스트입니다. ``exclude=retweets`` 를 사용해도, 최대"
+" 3200개까지의 결과를 반환받을 수 있습니다. 단, ``exclude=replies`` 를 같이 사용하면, 최대 800개까지의 "
+"결과만을 반환받을 수 있습니다. "
+
+#: of tweepy.client.Client.get_users_tweets:49
+msgid ""
+"Returns results with a Tweet ID greater than (that is, more recent than) "
+"the specified 'since' Tweet ID. Only the 3200 most recent Tweets are "
+"available. The result will exclude the ``since_id``. If the limit of "
+"Tweets has occurred since the ``since_id``, the ``since_id`` will be "
+"forced to the oldest ID available."
+msgstr ""
+"지정한 ID값보다 더 큰 ID값을 가지는 (즉, 더 최근의) 트윗들만 결과에 포함합니다. ID값은 비포함적으로 계산됩니다('초과'를"
+" 의미, 즉 기준값을 포함하지 않음). 같은 요청에 ``start_time`` 값을 같이 전달할 경우, ``since_id`` 값만"
+" 사용됩니다. "
+
+#: of tweepy.client.Client.get_users_tweets:55
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest or earliest UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:00Z  Please note that"
+" this parameter does not support a millisecond value."
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗을 가져올 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 최대 최근 3200개의 트윗만을 가져올 수 있습니다. 이분법적·포함적으로 계산되며('이상'을 의미, 즉 기준값을"
+" 포함 - 예: 12:00:01로 지정하면 01초도 검색 범위에 포함됨), 최솟값은 2010-11-06T00:00:00Z 입니다. "
+"밀리세컨드값을 지원하지 않습니다. "
+
+#: of tweepy.client.Client.get_users_tweets:55
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest or earliest UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:00Z"
+msgstr ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339) 꼴의 값. 트윗을 가져올 범위의 시작점을 지정하는 UTC "
+"타임스탬프값입니다. 최대 최근 3200개의 트윗만을 가져올 수 있습니다. 이분법적·포함적으로 계산되며('이상'을 의미, 즉 기준값을"
+" 포함 - 예: 12:00:01로 지정하면 01초도 검색 범위에 포함됨), 최솟값은 2010-11-06T00:00:00Z 입니다. "
+
+#: of tweepy.client.Client.get_users_tweets:67
+msgid ""
+"Returns results with a Tweet ID less less than (that is, older than) the "
+"specified 'until' Tweet ID. Only the 3200 most recent Tweets are "
+"available. The result will exclude the ``until_id``. If the limit of "
+"Tweets has occurred since the ``until_id``, the ``until_id`` will be "
+"forced to the most recent ID available."
+msgstr ""
+"지정한 ID값보다 더 작은 ID값을 가지는 (즉, 더 오래된) 트윗들만 결과에 포함합니다. 최대 최근 3200개의 트윗만을 가져올 "
+"수 있습니다. 비포함적으로 계산됩니다. ('미만'을 의미) 만약 이 값 때문에 API 호출 제한에 도달할 경우, 이 값인 "
+"``until_id`` 가 가능한 선에서 약간 더 큰(즉, 최대한 오래된) ID값으로 강제 변경됩니다. "
+
+#: of tweepy.client.Client.get_users_tweets:83
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-"
+"reference/get-users-id-tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-"
+"reference/get-users-id-tweets"
+
+#: ../../client.rst:320
+msgid "Tweet counts"
+msgstr "트윗 카운트"
+
+#: of tweepy.client.Client.get_all_tweets_count:18
+#: tweepy.client.Client.get_recent_tweets_count:18
+#, fuzzy
+msgid ""
+"This is the granularity that you want the timeseries count data to be "
+"grouped by. You can request ``minute``, ``hour``, or ``day`` granularity."
+" The default granularity, if not specified is ``hour``."
+msgstr ""
+"시계열(Timeseries) 데이터를 그룹화하는데 사용할 세분화용 매개변수. ``minute``, ``hour``, ``day`` "
+"중 하나의 값으로 입력해야 합니다. 기본값은 ``hour`` 입니다."
+
+#: of tweepy.client.Client.get_all_tweets_count:48
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-"
+"reference/get-tweets-counts-all"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-"
+"reference/get-tweets-counts-all"
+
+#: of tweepy.client.Client.get_recent_tweets_count:1
+msgid ""
+"The recent Tweet counts endpoint returns count of Tweets from the last "
+"seven days that match a search query."
+msgstr "이 엔드포인트는 지정한 조건에 맞는 최근 7일간의 트윗 관련 데이터를 반환합니다. "
+
+#: of tweepy.client.Client.get_recent_tweets_count:45
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-"
+"reference/get-tweets-counts-recent"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-"
+"reference/get-tweets-counts-recent"
+
+#: ../../client.rst:327
+msgid "Tweet lookup"
+msgstr "트윗 자세히보기"
+
+#: of tweepy.client.Client.get_tweet:1
+msgid ""
+"Returns a variety of information about a single Tweet specified by the "
+"requested ID."
+msgstr "ID로 지정한 하나의 트윗에 대한 다양한 정보를 반환합니다. "
+
+#: of tweepy.client.Client.get_tweet:4
+msgid "Unique identifier of the Tweet to request"
+msgstr "대상 트윗의 ID값. "
+
+#: of tweepy.client.Client.get_tweet:26
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-"
+"reference/get-tweets-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-"
+"reference/get-tweets-id"
+
+#: of tweepy.client.Client.get_tweets:1
+msgid ""
+"Returns a variety of information about the Tweet specified by the "
+"requested ID or list of IDs."
+msgstr "ID값으로 지정한 하나의 트윗 또는 ID값의 목록으로 지정한 트윗들에 대한 다양한 정보를 반환합니다. "
+
+#: of tweepy.client.Client.get_tweets:4
+msgid ""
+"A comma separated list of Tweet IDs. Up to 100 are allowed in a single "
+"request. Make sure to not include a space between commas and fields."
+msgstr ""
+"쉼표(,)로 구분된 트윗 ID값의 리스트. 요청 당 최대 100개까지만 전달할 수 있습니다. 값과 쉼표(,) 사이에 공백 문자를 "
+"넣지 않도록 유의하시기 바랍니다. "
+
+#: of tweepy.client.Client.get_tweets:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-"
+"reference/get-tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-"
+"reference/get-tweets"
+
+#: ../../client.rst:334
+msgid "Users"
+msgstr "사용자"
+
+#: ../../client.rst:337
+msgid "Blocks"
+msgstr "차단"
+
+#: of tweepy.client.Client.unblock:1
+msgid "Unblock another user."
+msgstr "지정한 사용자를 차단 해제합니다."
+
+#: of tweepy.client.Client.unblock:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not blocking or have already unblocked."
+msgstr "차단 해제하려는 사용자가 이미 차단 해제되어 있거나, 차단하고 있지 않던 경우 특별한 처리 없이도 요청이 성공합니다. "
+
+#: of tweepy.client.Client.unblock:9
+msgid "The user ID of the user that you would like to unblock."
+msgstr "차단 해제하려는 사용자의 ID값. "
+
+#: of tweepy.client.Client.unblock:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/delete-users-user_id-blocking"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/delete-users-user_id-blocking"
+
+#: of tweepy.client.Client.get_blocked:1
+msgid "Returns a list of users who are blocked by the authenticating user."
+msgstr "현재 인증된 사용자가 차단한 사용자의 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_blocked:8 tweepy.client.Client.get_muted:10
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 1 and 1000. By default, each page will return 100 results."
+msgstr ""
+"페이지당 반환받을 결과 수의 최댓값. 1에서 1000 사이의 자연수로 지정해야 하며, 기본값은 100입니다. (페이지당 100개의 "
+"결과 반환)"
+
+#: of tweepy.client.Client.get_blocked:12 tweepy.client.Client.get_muted:14
+msgid ""
+"Used to request the next page of results if all results weren't returned "
+"with the latest request, or to go back to the previous page of results."
+msgstr "다음 페이지나, 이전 페이지 결과값을 조회하는 데 쓰입니다. "
+
+#: of tweepy.client.Client.get_blocked:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/get-users-blocking"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/get-users-blocking"
+
+#: of tweepy.client.Client.block:1
+msgid "Block another user."
+msgstr "지정한 사용자를 차단합니다. "
+
+#: of tweepy.client.Client.block:6
+msgid "The user ID of the user that you would like to block."
+msgstr "차단하려는 사용자의 ID값. "
+
+#: of tweepy.client.Client.block:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/post-users-user_id-blocking"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/post-users-user_id-blocking"
+
+#: ../../client.rst:346
+msgid "Follows"
+msgstr "팔로우"
+
+#: of tweepy.client.Client.unfollow_user:1
+msgid "Allows a user ID to unfollow another user."
+msgstr "지정한 사용자를 팔로우 해제합니다. "
+
+#: of tweepy.client.Client.unfollow_user:3
+msgid ""
+"The request succeeds with no action when the authenticated user sends a "
+"request to a user they're not following or have already unfollowed."
+msgstr "팔로우 해제하려는 사용자가 이미 팔로우 해제되어 있거나, 팔로우하고 있지 않던 경우 특별한 처리 없이도 요청이 성공합니다. "
+
+#: of tweepy.client.Client.unfollow_user:6
+msgid "Renamed from :meth:`Client.unfollow`"
+msgstr ":meth:`Client.unfollow` 로부터 이름 변경됨 "
+
+#: of tweepy.client.Client.unfollow_user:12
+msgid "The user ID of the user that you would like to unfollow."
+msgstr "팔로우 해제하려는 사용자의 ID값. "
+
+#: of tweepy.client.Client.unfollow_user:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/delete-users-source_id-following"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/delete-users-source_id-following"
+
+#: of tweepy.client.Client.unfollow:1
+msgid "Alias for :meth:`Client.unfollow_user`"
+msgstr "다음 함수와 동일함(Alias): :meth:`Client.unfollow_user` "
+
+#: of tweepy.client.Client.unfollow:3
+msgid "Use :meth:`Client.unfollow_user` instead."
+msgstr ":meth:`Client.unfollow_user` 를 대신 사용해야 함 "
+
+#: of tweepy.client.Client.get_users_followers:1
+msgid "Returns a list of users who are followers of the specified user ID."
+msgstr "ID로 지정한 사용자의 팔로워 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_users_followers:3
+msgid "The user ID whose followers you would like to retrieve."
+msgstr "팔로워 리스트를 가져오려는 사용자의 ID값."
+
+#: of tweepy.client.Client.get_users_followers:7
+#: tweepy.client.Client.get_users_following:7
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 1 and the 1000. By default, each page will return 100 "
+"results."
+msgstr ""
+"페이지당 반환받을 결과 수의 최댓값. 1에서 1000 사이의 자연수로 지정해야 하며, 기본값은 100입니다. (페이지당 100개의 "
+"결과 반환)"
+
+#: of tweepy.client.Client.get_users_followers:29
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/get-users-id-followers"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/get-users-id-followers"
+
+#: of tweepy.client.Client.get_users_following:1
+msgid "Returns a list of users the specified user ID is following."
+msgstr "ID로 지정한 사용자가 팔로우중인 사용자들의 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_users_following:3
+msgid "The user ID whose following you would like to retrieve."
+msgstr "팔로잉 리스트를 가져오려는 사용자의 ID값."
+
+#: of tweepy.client.Client.get_users_following:29
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/get-users-id-following"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/get-users-id-following"
+
+#: of tweepy.client.Client.follow_user:1
+msgid "Allows a user ID to follow another user."
+msgstr "지정한 사용자를 팔로우합니다. "
+
+#: of tweepy.client.Client.follow_user:3
+msgid ""
+"If the target user does not have public Tweets, this endpoint will send a"
+" follow request."
+msgstr "대상 사용자가 비공개 계정인 경우, 이 엔드포인트는 팔로우 요청을 대신 보냅니다. "
+
+#: of tweepy.client.Client.follow_user:6
+msgid ""
+"The request succeeds with no action when the authenticated user sends a "
+"request to a user they're already following, or if they're sending a "
+"follower request to a user that does not have public Tweets."
+msgstr ""
+"팔로우하려는 사용자가 이미 팔로우 되어 있거나, 대상 사용자가 비공개 계정이어서 팔로우 요청을 대신 보내는 경우 특별한 처리 없이도"
+" 요청이 성공합니다. "
+
+#: of tweepy.client.Client.follow_user:10
+msgid "Renamed from :meth:`Client.follow`"
+msgstr ":meth:`Client.follow` 로부터 이름 변경됨"
+
+#: of tweepy.client.Client.follow_user:16
+msgid "The user ID of the user that you would like to follow."
+msgstr "팔로우하려는 사용자의 ID값. "
+
+#: of tweepy.client.Client.follow_user:26
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/post-users-source_user_id-following"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/post-users-source_user_id-following"
+
+#: of tweepy.client.Client.follow:1
+msgid "Alias for :meth:`Client.follow_user`"
+msgstr "다음 함수와 동일함(Alias): :meth:`Client.follow_user`"
+
+#: of tweepy.client.Client.follow:3
+msgid "Use :meth:`Client.follow_user` instead."
+msgstr ":meth:`Client.follow_user` 를 대신 사용해야 함 "
+
+#: ../../client.rst:361
+msgid "Mutes"
+msgstr "뮤트"
+
+#: of tweepy.client.Client.unmute:1
+msgid "Allows an authenticated user ID to unmute the target user."
+msgstr "지정한 사용자를 뮤트 해제합니다. "
+
+#: of tweepy.client.Client.unmute:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not muting or have already unmuted."
+msgstr "뮤트 해제하려는 사용자가 이미 뮤트 해제되어 있거나, 뮤트하고 있지 않던 경우 특별한 처리 없이도 요청이 성공합니다. "
+
+#: of tweepy.client.Client.unmute:9
+msgid "The user ID of the user that you would like to unmute."
+msgstr "뮤트 해제하려는 사용자의 ID값. "
+
+#: of tweepy.client.Client.unmute:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/delete-users-user_id-muting"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/delete-users-user_id-muting"
+
+#: of tweepy.client.Client.get_muted:1
+msgid "Returns a list of users who are muted by the authenticating user."
+msgstr "현재 인증된 사용자가 뮤트한 사용자의 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_muted:30
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/get-users-muting"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/get-users-muting"
+
+#: of tweepy.client.Client.mute:1
+msgid "Allows an authenticated user ID to mute the target user."
+msgstr "지정한 사용자를 뮤트합니다. "
+
+#: of tweepy.client.Client.mute:6
+msgid "The user ID of the user that you would like to mute."
+msgstr "뮤트하려는 사용자의 ID값. "
+
+#: of tweepy.client.Client.mute:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/post-users-user_id-muting"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/post-users-user_id-muting"
+
+#: ../../client.rst:370
+msgid "User lookup"
+msgstr "사용자 자세히보기"
+
+#: of tweepy.client.Client.get_user:1
+msgid ""
+"Returns a variety of information about a single user specified by the "
+"requested ID or username."
+msgstr "ID 또는 사용자명(username)로 지정한 하나의 사용자에 대한 다양한 정보를 반환합니다. "
+
+#: of tweepy.client.Client.get_user:4
+msgid "The ID of the user to lookup."
+msgstr "대상 사용자의 ID값. "
+
+#: of tweepy.client.Client.get_user:6
+msgid "The Twitter username (handle) of the user."
+msgstr "대상 사용자의 사용자명(username)"
+
+#: of tweepy.client.Client.get_spaces tweepy.client.Client.get_user
+#: tweepy.client.Client.get_users
+msgid "Raises"
+msgstr "예외 발생"
+
+#: of tweepy.client.Client.get_user:17
+msgid "If ID and username are not passed or both are passed"
+msgstr "ID값과 사용자명(username)이 둘 다 전달되지 않았거나, 둘 다 전달된 경우 "
+
+#: of tweepy.client.Client.get_user:24
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users-id https://developer.twitter.com/en/docs/twitter-"
+"api/users/lookup/api-reference/get-users-by-username-username"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users-id https://developer.twitter.com/en/docs/twitter-"
+"api/users/lookup/api-reference/get-users-by-username-username"
+
+#: of tweepy.client.Client.get_users:1
+msgid ""
+"Returns a variety of information about one or more users specified by the"
+" requested IDs or usernames."
+msgstr ""
+"ID값 및 사용자명(username)으로 지정한 하나의 사용자 또는 ID값 및 사용자명(username)의 목록으로 지정한 "
+"사용자들에 대한 다양한 정보를 반환합니다. "
+
+#: of tweepy.client.Client.get_users:4
+msgid ""
+"A comma separated list of user IDs. Up to 100 are allowed in a single "
+"request. Make sure to not include a space between commas and fields."
+msgstr ""
+"쉼표(,)로 구분된 사용자 ID값의 리스트. 요청 당 최대 100개까지만 전달할 수 있습니다. 값과 쉼표(,) 사이에 공백 문자를 "
+"넣지 않도록 유의하시기 바랍니다. "
+
+#: of tweepy.client.Client.get_users:8
+msgid ""
+"A comma separated list of Twitter usernames (handles). Up to 100 are "
+"allowed in a single request. Make sure to not include a space between "
+"commas and fields."
+msgstr ""
+"쉼표(,)로 구분된 사용자명(username)의 리스트. 요청 당 최대 100개까지만 전달할 수 있습니다. 값과 쉼표(,) 사이에 "
+"공백 문자를 넣지 않도록 유의하시기 바랍니다. "
+
+#: of tweepy.client.Client.get_users:21
+msgid "If IDs and usernames are not passed or both are passed"
+msgstr "ID값과 사용자명(username)이 둘 다 전달되지 않았거나, 둘 다 전달된 경우 "
+
+#: of tweepy.client.Client.get_users:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users https://developer.twitter.com/en/docs/twitter-"
+"api/users/lookup/api-reference/get-users-by"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users https://developer.twitter.com/en/docs/twitter-"
+"api/users/lookup/api-reference/get-users-by"
+
+#: of tweepy.client.Client.get_me:1
+msgid "Returns information about an authorized user."
+msgstr ""
+
+#: of tweepy.client.Client.get_me:19
+#, fuzzy
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users-me"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id"
+
+#: ../../client.rst:379
+msgid "Spaces"
+msgstr "스페이스"
+
+#: ../../client.rst:382
+msgid "Search Spaces"
+msgstr "스페이스 검색"
+
+#: of tweepy.client.Client.search_spaces:1
+msgid "Return live or scheduled Spaces matching your specified search terms"
+msgstr "지정한 조건에 맞는, 진행 중이거나 진행 예정인 스페이스들을 반환합니다. "
+
+#: of tweepy.client.Client.search_spaces:5
+msgid "``state`` is now an optional parameter."
+msgstr "이제 ``state`` 가 필수 매개변수가 아님 (Optional) "
+
+#: of tweepy.client.Client.search_spaces:8
+msgid ""
+"Your search term. This can be any text (including mentions and Hashtags) "
+"present in the title of the Space."
+msgstr "스페이스 검색 조건. 스페이스의 제목에서 찾을 문자열을 입력하면 되고, 멘션이나 해시태그도 문자열 형태로 전달할 수 있습니다. "
+
+#: of tweepy.client.Client.search_spaces:13
+msgid ""
+"The maximum number of results to return in this request. Specify a value "
+"between 1 and 100."
+msgstr "요청당 반환받을 결과 수의 최댓값. 1에서 100 사이의 자연수로 지정해야 합니다."
+
+#: of tweepy.client.Client.get_space:10 tweepy.client.Client.get_spaces:13
+#: tweepy.client.Client.search_spaces:16
+msgid ":ref:`space_fields_parameter`"
+msgstr ":ref:`space_fields_parameter`"
+
+#: of tweepy.client.Client.search_spaces:18
+msgid ""
+"Determines the type of results to return. This endpoint returns all "
+"Spaces by default. Use ``live`` to only return live Spaces or "
+"``scheduled`` to only return upcoming Spaces."
+msgstr ""
+"어떤 상태의 스페이스를 반환받을지를 정하는 매개변수. 이 엔드포인트는 기본적으로 모든 스페이스를 반환합니다. ``live`` 로 "
+"지정하면 현재 진행 중인 스페이스만 반환받을 수 있고, ``scheduled`` 로 지정하면 진행 예정인 스페이스만 반환받을 수 "
+"있습니다. "
+
+#: of tweepy.client.Client.search_spaces:30
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/search/api-"
+"reference/get-spaces-search"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/search/api-"
+"reference/get-spaces-search"
+
+#: ../../client.rst:387
+msgid "Spaces lookup"
+msgstr "스페이스 자세히보기"
+
+#: of tweepy.client.Client.get_spaces:1
+msgid ""
+"Returns details about multiple live or scheduled Spaces (created by the "
+"specified user IDs if specified). Up to 100 comma-separated Space or user"
+" IDs can be looked up using this endpoint."
+msgstr ""
+"여러 개의 진행 중이거나 진행 예정인 스페이스(특정 사용자 ID를 지정하면, 해당 사용자가 개설한 스페이스) 에 대한 다양한 정보를"
+" 반환합니다. 이 엔드포인트는 최대 100개의 쉼표(,)로 구분된 사용자 ID나 스페이스를 처리할 수 있습니다. "
+
+#: of tweepy.client.Client.get_spaces:7
+msgid "A comma separated list of Spaces (up to 100)."
+msgstr "쉼표(,)로 구분된 스페이스의 리스트 (최대 100개)"
+
+#: of tweepy.client.Client.get_spaces:9
+msgid "A comma separated list of user IDs (up to 100)."
+msgstr "쉼표(,)로 구분된 사용자 ID값의 리스트 (최대 100개)"
+
+#: of tweepy.client.Client.get_spaces:18
+msgid "If IDs and user IDs are not passed or both are passed"
+msgstr "ID값과 사용자명(username)이 둘 다 전달되지 않았거나, 둘 다 전달된 경우 "
+
+#: of tweepy.client.Client.get_spaces:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces https://developer.twitter.com/en/docs/twitter-"
+"api/spaces/lookup/api-reference/get-spaces-by-creator-ids"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces https://developer.twitter.com/en/docs/twitter-"
+"api/spaces/lookup/api-reference/get-spaces-by-creator-ids"
+
+#: of tweepy.client.Client.get_space:1
+msgid ""
+"Returns a variety of information about a single Space specified by the "
+"requested ID."
+msgstr "ID로 지정한 하나의 스페이스에 대한 다양한 정보를 반환합니다. "
+
+#: of tweepy.client.Client.get_space:6
+msgid "Unique identifier of the Space to request."
+msgstr "대상 스페이스의 ID값. "
+
+#: of tweepy.client.Client.get_space:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id"
+
+#: of tweepy.client.Client.get_space_buyers:1
+msgid ""
+"Returns a list of user who purchased a ticket to the requested Space. You"
+" must authenticate the request using the Access Token of the creator of "
+"the requested Space."
+msgstr "지정한 스페이스의 유료 티켓 구매자 리스트를 반환합니다. 현재의 액세스 토큰으로 인증된 사용자가 만든 스페이스에만 사용 가능합니다. "
+
+#: of tweepy.client.Client.get_space_buyers:7
+msgid "Unique identifier of the Space for which you want to request Tweets."
+msgstr "대상 스페이스의 ID값. "
+
+#: of tweepy.client.Client.get_space_buyers:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id-buyers"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id-buyers"
+
+#: ../../client.rst:396
+msgid "Lists"
+msgstr "리스트"
+
+#: ../../client.rst:399
+msgid "List Tweets lookup"
+msgstr "리스트 트윗 자세히보기"
+
+#: of tweepy.client.Client.get_list_tweets:1
+msgid "Returns a list of Tweets from the specified List."
+msgstr "지정한 리스트의 트윗 목록을 가져옵니다. "
+
+#: of tweepy.client.Client.get_list_tweets:5
+msgid "The ID of the List whose Tweets you would like to retrieve."
+msgstr "트윗을 가져올 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.get_followed_lists:11
+#: tweepy.client.Client.get_list_followers:9
+#: tweepy.client.Client.get_list_members:9
+#: tweepy.client.Client.get_list_memberships:11
+#: tweepy.client.Client.get_list_tweets:9
+#: tweepy.client.Client.get_owned_lists:11
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 1 and 100. By default, each page will return 100 results."
+msgstr ""
+"페이지당 반환받을 결과 수의 최댓값. 1에서 100 사이의 자연수로 지정해야 하며, 기본값은 100입니다. (페이지당 100개의 "
+"결과 반환)"
+
+#: of tweepy.client.Client.get_followed_lists:15
+#: tweepy.client.Client.get_list_followers:13
+#: tweepy.client.Client.get_list_members:13
+#: tweepy.client.Client.get_list_memberships:15
+#: tweepy.client.Client.get_list_tweets:13
+#: tweepy.client.Client.get_owned_lists:15
+msgid ""
+"Used to request the next page of results if all results weren't returned "
+"with the latest request, or to go back to the previous page of results. "
+"To return the next page, pass the next_token returned in your previous "
+"response. To go back one page, pass the previous_token returned in your "
+"previous response."
+msgstr ""
+"다음 페이지나, 이전 페이지 결과값을 조회하는 데 쓰입니다. 바로 다음 페이지를 조회하려면 이전 요청에서 반환된 "
+"``next_token`` 값을 전달하고, 바로 이전 페이지를 조회하려면 이전 요청에서 반환된 ``previous_token`` "
+"값을 전달하면 됩니다. "
+
+#: of tweepy.client.Client.get_list_tweets:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-"
+"reference/get-lists-id-tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-"
+"reference/get-lists-id-tweets"
+
+#: ../../client.rst:404
+msgid "List follows"
+msgstr "리스트 구독(Follow)"
+
+#: of tweepy.client.Client.unfollow_list:1
+msgid "Enables the authenticated user to unfollow a List."
+msgstr "현재 인증된 사용자로서, 대상 리스트를 구독 해제합니다. "
+
+#: of tweepy.client.Client.unfollow_list:8
+msgid "The ID of the List that you would like the user to unfollow."
+msgstr "구독 해제하려는 리스트의 ID값. "
+
+#: of tweepy.client.Client.unfollow_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/delete-users-id-followed-lists-list_id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/delete-users-id-followed-lists-list_id"
+
+#: of tweepy.client.Client.get_list_followers:1
+msgid "Returns a list of users who are followers of the specified List."
+msgstr "지정한 리스트를 구독 중인 사람들의 리스트를 반환합니다."
+
+#: of tweepy.client.Client.get_list_followers:5
+msgid "The ID of the List whose followers you would like to retrieve."
+msgstr "구독 중인 사람들의 리스트를 가져올 대상 리스트의 ID값."
+
+#: of tweepy.client.Client.get_list_followers:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/get-lists-id-followers"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/get-lists-id-followers"
+
+#: of tweepy.client.Client.get_followed_lists:1
+msgid "Returns all Lists a specified user follows."
+msgstr "지정한 사용자가 구독 중인 모든 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_followed_lists:5
+msgid "The user ID whose followed Lists you would like to retrieve."
+msgstr "구독 중인 리스트를 가져올 대상 사용자의 ID값. "
+
+#: of tweepy.client.Client.get_followed_lists:9 tweepy.client.Client.get_list:9
+#: tweepy.client.Client.get_list_memberships:9
+#: tweepy.client.Client.get_owned_lists:9
+#: tweepy.client.Client.get_pinned_lists:10
+msgid ":ref:`list_fields_parameter`"
+msgstr ":ref:`list_fields_parameter`"
+
+#: of tweepy.client.Client.get_followed_lists:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/get-users-id-followed_lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/get-users-id-followed_lists"
+
+#: of tweepy.client.Client.follow_list:1
+msgid "Enables the authenticated user to follow a List."
+msgstr "현재 인증된 사용자로서 대상 리스트를 구독(Follow)합니다."
+
+#: of tweepy.client.Client.follow_list:8
+msgid "The ID of the List that you would like the user to follow."
+msgstr "구독하려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.follow_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/post-users-id-followed-lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/post-users-id-followed-lists"
+
+#: ../../client.rst:415
+msgid "List lookup"
+msgstr "리스트 자세히보기"
+
+#: of tweepy.client.Client.get_list:1
+msgid "Returns the details of a specified List."
+msgstr "지정한 하나의 리스트에 대한 다양한 정보를 반환합니다. "
+
+#: of tweepy.client.Client.get_list:5
+msgid "The ID of the List to lookup."
+msgstr "자세히 보려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.get_list:21
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-"
+"reference/get-lists-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-"
+"reference/get-lists-id"
+
+#: of tweepy.client.Client.get_owned_lists:1
+msgid "Returns all Lists owned by the specified user."
+msgstr "지정한 사용자가 소유 중인(만든) 모든 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_owned_lists:5
+msgid "The user ID whose owned Lists you would like to retrieve."
+msgstr "소유 중인 리스트를 가져올 대상 사용자의 ID값. "
+
+#: of tweepy.client.Client.get_owned_lists:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-"
+"reference/get-users-id-owned_lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-"
+"reference/get-users-id-owned_lists"
+
+#: ../../client.rst:422
+msgid "List members"
+msgstr "리스트 구성원"
+
+#: of tweepy.client.Client.remove_list_member:1
+msgid "Enables the authenticated user to remove a member from a List they own."
+msgstr "현재 인증된 사용자로서, 지정한 사용자를 리스트 구성원에서 제거합니다."
+
+#: of tweepy.client.Client.remove_list_member:9
+msgid "The ID of the List you are removing a member from."
+msgstr "리스트 구성원을 제거하려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.remove_list_member:11
+msgid "The ID of the user you wish to remove as a member of the List."
+msgstr "리스트 구성원에서 제거하려는 대상 사용자의 ID값. "
+
+#: of tweepy.client.Client.remove_list_member:21
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/delete-lists-id-members-user_id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/delete-lists-id-members-user_id"
+
+#: of tweepy.client.Client.get_list_members:1
+msgid "Returns a list of users who are members of the specified List."
+msgstr "지정한 리스트의 구성원 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_list_members:5
+msgid "The ID of the List whose members you would like to retrieve."
+msgstr "구성원 리스트를 가져올 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.get_list_members:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/get-lists-id-members"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/get-lists-id-members"
+
+#: of tweepy.client.Client.get_list_memberships:1
+msgid "Returns all Lists a specified user is a member of."
+msgstr "지정한 사용자가 구성원인 모든 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_list_memberships:5
+msgid "The user ID whose List memberships you would like to retrieve."
+msgstr "지정한 대상이 구성원인 모든 리스트를 가져올 대상 사용자의 ID값."
+
+#: of tweepy.client.Client.get_list_memberships:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/get-users-id-list_memberships"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/get-users-id-list_memberships"
+
+#: of tweepy.client.Client.add_list_member:1
+msgid "Enables the authenticated user to add a member to a List they own."
+msgstr "현재 인증된 사용자로서, 리스트에 구성원을 추가합니다. "
+
+#: of tweepy.client.Client.add_list_member:8
+msgid "The ID of the List you are adding a member to."
+msgstr "구성원을 추가하려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.add_list_member:10
+msgid "The ID of the user you wish to add as a member of the List."
+msgstr "리스트 구성원에 추가하려는 대상 사용자의 ID값. "
+
+#: of tweepy.client.Client.add_list_member:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/post-lists-id-members"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/post-lists-id-members"
+
+#: ../../client.rst:433
+msgid "Manage Lists"
+msgstr "리스트 관리"
+
+#: of tweepy.client.Client.delete_list:1
+msgid "Enables the authenticated user to delete a List that they own."
+msgstr "현재 인증된 사용자로서, 소유 중인(만든) 리스트를 삭제합니다. "
+
+#: of tweepy.client.Client.delete_list:8
+msgid "The ID of the List to be deleted."
+msgstr "삭제하려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.delete_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/delete-lists-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/delete-lists-id"
+
+#: of tweepy.client.Client.update_list:1
+msgid ""
+"Enables the authenticated user to update the meta data of a specified "
+"List that they own."
+msgstr "현재 인증된 사용자로서, 소유 중인(만든) 리스트의 메타데이터를 수정합니다."
+
+#: of tweepy.client.Client.update_list:9
+msgid "The ID of the List to be updated."
+msgstr "갱신할 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.update_list:11
+msgid "Updates the description of the List."
+msgstr "리스트의 설명을 변경합니다. "
+
+#: of tweepy.client.Client.update_list:13
+msgid "Updates the name of the List."
+msgstr "리스트의 이름을 변경합니다. "
+
+#: of tweepy.client.Client.update_list:15
+msgid "Determines whether the List should be private."
+msgstr "리스트를 비공개로 설정할지의 여부. "
+
+#: of tweepy.client.Client.update_list:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/put-lists-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/put-lists-id"
+
+#: of tweepy.client.Client.create_list:1
+msgid "Enables the authenticated user to create a List."
+msgstr "현재 인증된 사용자로서 리스트를 만들 수 있도록 합니다. "
+
+#: of tweepy.client.Client.create_list:8
+msgid "The name of the List you wish to create."
+msgstr "만드려는 리스트의 이름. "
+
+#: of tweepy.client.Client.create_list:10
+msgid "Description of the List."
+msgstr "만드려는 리스트의 설명. "
+
+#: of tweepy.client.Client.create_list:12
+msgid "Determine whether the List should be private."
+msgstr "만드려는 리스트를 비공개로 설정할지의 여부. "
+
+#: of tweepy.client.Client.create_list:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/post-lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/post-lists"
+
+#: ../../client.rst:442
+msgid "Pinned Lists"
+msgstr "리스트 고정"
+
+#: of tweepy.client.Client.unpin_list:1
+msgid "Enables the authenticated user to unpin a List."
+msgstr "현재 인증된 사용자로서 리스트를 고정 해제(Unpin)합니다."
+
+#: of tweepy.client.Client.unpin_list:8
+msgid "The ID of the List that you would like the user to unpin."
+msgstr "고정 해제하려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.unpin_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/delete-users-id-pinned-lists-list_id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/delete-users-id-pinned-lists-list_id"
+
+#: of tweepy.client.Client.get_pinned_lists:1
+msgid "Returns the Lists pinned by a specified user."
+msgstr "지정한 사용자가 고정한 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_pinned_lists:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/get-users-id-pinned_lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/get-users-id-pinned_lists"
+
+#: of tweepy.client.Client.pin_list:1
+msgid "Enables the authenticated user to pin a List."
+msgstr "현재 인증된 사용자로서 리스트를 고정(Pin)합니다. "
+
+#: of tweepy.client.Client.pin_list:8
+msgid "The ID of the List that you would like the user to pin."
+msgstr "고정하려는 대상 리스트의 ID값. "
+
+#: of tweepy.client.Client.pin_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/post-users-id-pinned-lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/post-users-id-pinned-lists"
+
+#: ../../client.rst:451
+msgid "Compliance"
+msgstr "표준 작업(Compliance)"
+
+#: ../../client.rst:454
+msgid "Batch compliance"
+msgstr "표준 준수 하 일괄 작업(Batch compliance)"
+
+#: of tweepy.client.Client.get_compliance_jobs:1
+msgid "Returns a list of recent compliance jobs."
+msgstr "최근 표준 작업의 리스트를 반환합니다. "
+
+#: of tweepy.client.Client.get_compliance_jobs:5
+msgid ""
+"Allows to filter by job type - either by tweets or user ID. Only one "
+"filter (tweets or users) can be specified per request."
+msgstr ""
+"트윗이나 사용자 ID 둘 중 하나를 통해 작업별로 구분이 가능합니다. 요청 당 하나의 필터(트윗 또는 사용자)만 지정할 수 "
+"있습니다. "
+
+#: of tweepy.client.Client.get_compliance_jobs:8
+msgid ""
+"Allows to filter by job status. Only one filter can be specified per "
+"request. Default: ``all``"
+msgstr "상태에 따라 작업을 구분합니다.요청 당 하나의 필터(트윗 또는 사용자)만 지정할 수 있습니다. 기본값은 ``all``. "
+
+#: of tweepy.client.Client.get_compliance_jobs:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/get-compliance-jobs"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/get-compliance-jobs"
+
+#: of tweepy.client.Client.get_compliance_job:1
+msgid "Get a single compliance job with the specified ID."
+msgstr "ID값으로 지정한 하나의 표준 작업을 가져옵니다. "
+
+#: of tweepy.client.Client.get_compliance_job:5
+msgid "The unique identifier for the compliance job you want to retrieve."
+msgstr "가져오려는 대상 표준 작업의 고유 ID값. "
+
+#: of tweepy.client.Client.get_compliance_job:13
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/get-compliance-jobs-id"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/get-compliance-jobs-id"
+
+#: of tweepy.client.Client.create_compliance_job:1
+msgid "Creates a new compliance job for Tweet IDs or user IDs."
+msgstr "특정 트윗 ID 또는 사용자 ID에 대해 새 표준 작업을 만듭니다. "
+
+#: of tweepy.client.Client.create_compliance_job:3
+msgid ""
+"A compliance job will contain an ID and a destination URL. The "
+"destination URL represents the location that contains the list of IDs "
+"consumed by your app."
+msgstr "표준 작업에는 고유 ID값과 경로 URL이 포함됩니다. 경로 URL은 앱에서 사용하는 ID 목록이 포함된 위치를 가리킵니다. "
+
+#: of tweepy.client.Client.create_compliance_job:7
+msgid "You can run one batch job at a time."
+msgstr "한 번에 하나의 일괄 작업만 실행할 수 있습니다. "
+
+#: of tweepy.client.Client.create_compliance_job:11
+msgid ""
+"Specify whether you will be uploading tweet or user IDs. You can either "
+"specify tweets or users."
+msgstr ""
+"트윗이나 사용자 ID값 중 어느 것을 전달하는지를 정하는 매개변수. 다음 값 중 하나로 입력해야 합니다: ``tweets``, "
+"``users``"
+
+#: of tweepy.client.Client.create_compliance_job:14
+msgid ""
+"A name for this job, useful to identify multiple jobs using a label you "
+"define."
+msgstr "이 작업에 대한 이름. 여러 작업들을 서로 식별하는데 도움이 됩니다. "
+
+#: of tweepy.client.Client.create_compliance_job:17
+msgid ""
+"Specifies whether to enable the upload URL with support for resumable "
+"uploads. If true, this endpoint will return a pre-signed URL with "
+"resumable uploads enabled."
+msgstr ""
+"재시작 가능한 업로드를 지원하는 URL을 사용할자의 여부를 지정하는 매개변수. true로 설정하면, 이 엔드포인트는 재시작 가능한 "
+"업로드를 사용하도록 사전 서명된 URL을 반환합니다. "
+
+#: of tweepy.client.Client.create_compliance_job:27
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/post-compliance-jobs"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/post-compliance-jobs"
+
+#: ../../client.rst:463
+msgid "Expansions and Fields Parameters"
+msgstr "확장 및 필드 매개변수"
+
+#: ../../client.rst:468
+msgid "``expansions``"
+msgstr "``Expansions``"
+
+#: ../../client.rst:469
+msgid ""
+"`Expansions`_ enable you to request additional data objects that relate "
+"to the originally returned List, Space, Tweets, or users. Submit a list "
+"of desired expansions in a comma-separated list without spaces. The ID "
+"that represents the expanded data object will be included directly in the"
+" List, Space, Tweet, or user data object, but the expanded object "
+"metadata will be returned within the ``includes`` response object, and "
+"will also include the ID so that you can match this data object to the "
+"original Space, Tweet, or user object."
+msgstr ""
+"`확장(Expansions)`_ 을 사용해, 반환받은 리스트, 스페이스, 트윗 및 사용자와 관련된 추가 데이터 객체를 요청할 수 "
+"있습니다. 공백 문자 없이 쉼표(,)로 구분된 목록 꼴로 사용할 확장(Expansions)을 전달하시기 바랍니다. 확장 데이터 "
+"객체를 나타내는 ID는 리스트, 스페이스, 트윗 및 사용자에 포함되지만, 해당 데이터 객체의 메타데이터는 전달받은 "
+"``includes`` 객체에 포함됩니다. 더불어 확장 데이터 객체를 받을 때, 리스트, 스페이스 트윗 및 사용자에 포함된 데이터와"
+" 비교할 수 있도록 ID값도 같이 받게 됩니다."
+
+#: ../../client.rst:477
+msgid ""
+"At this time, the only expansion available to endpoints that primarily "
+"return List objects is ``expansions=owner_id``. You will find the "
+"expanded user data object living in the ``includes`` response object."
+msgstr ""
+"이 때, 리스트 개체를 주로 반환하는 엔드포인트에서 사용할 수 있는 유일한 확장(Expansions)은 "
+"``expansions=owner_id`` 입니다. 확장 사용자 데이터 객체는 ``includes`` 객체에서 찾을 수 있습니다."
+
+#: ../../client.rst:481
+msgid ""
+"For methods that return Spaces, the following data objects can be "
+"expanded using this parameter:"
+msgstr "스페이스를 반환하는 메서드는, 다음 데이터 객체를 이 매개변수를 활용해 확장할 수 있습니다."
+
+#: ../../client.rst:484
+msgid "The Spaces creator's user object"
+msgstr "스페이스 개설자인 사용자의 객체"
+
+#: ../../client.rst:485
+msgid "The user objects of any Space co-host"
+msgstr "스페이스의 공동 개설자인 아무 사용자의 객체 "
+
+#: ../../client.rst:486 ../../client.rst:495
+msgid "Any mentioned users’ object"
+msgstr "멘션된 아무 사용자의 객체"
+
+#: ../../client.rst:487
+msgid "Any speaker's user object"
+msgstr "발언자인 아무 사용자의 객체"
+
+#: ../../client.rst:489
+msgid ""
+"For methods that return Tweets, the following data objects can be "
+"expanded using this parameter:"
+msgstr "트윗을 반환하는 메서드는, 다음 데이터 객체를 이 매개변수를 활용해 확장할 수 있습니다. "
+
+#: ../../client.rst:492
+msgid "The Tweet author's user object"
+msgstr "트윗 작성자인 사용자의 객체"
+
+#: ../../client.rst:493
+msgid ""
+"The user object of the Tweet’s author that the original Tweet is "
+"responding to"
+msgstr "해당 트윗이 답글을 보내고 있는 트윗의 작성자인 사용자의 객체"
+
+#: ../../client.rst:496
+msgid "Any referenced Tweets’ author’s user object"
+msgstr "참조하고 있는 트윗(Referenced Tweets)의 작성자인 아무 사용자의 객체"
+
+#: ../../client.rst:497
+msgid "Attached media’s object"
+msgstr "첨부된 미디어의 객체"
+
+#: ../../client.rst:498
+msgid "Attached poll’s object"
+msgstr "첨부된 투표의 객체"
+
+#: ../../client.rst:499
+msgid "Attached place’s object"
+msgstr "첨부된 장소의 객체"
+
+#: ../../client.rst:500
+msgid "Any referenced Tweets’ object"
+msgstr "아무 참조하고 있는 트윗(Referenced Tweets)의 객체"
+
+#: ../../client.rst:502
+msgid ""
+"At this time, the only expansion available to endpoints that primarily "
+"return user objects is ``expansions=pinned_tweet_id``. You will find the "
+"expanded Tweet data object living in the ``includes`` response object."
+msgstr ""
+"이 때, 사용자 개체를 주로 반환하는 엔드포인트에서 사용할 수 있는 유일한 확장(Expansions)은 "
+"``expansions=pinned_tweet_id`` 입니다. 확장 트윗 데이터 객체는 ``includes`` 객체에서 찾을 수 "
+"있습니다."
+
+#: ../../client.rst:509
+msgid "``list_fields``"
+msgstr "``list_fields``"
+
+#: ../../client.rst:510
+msgid ""
+"This `fields`_ parameter enables you to select which specific `List "
+"fields`_ will deliver with each returned List objects. Specify the "
+"desired fields in a comma-separated list without spaces between commas "
+"and fields. These specified List fields will display directly in the List"
+" data objects."
+msgstr ""
+"이 `필드(fields)`_ 매개변수를 사용하면 어떤 `리스트 필드(List fields)`_ 가 각 리스트 객체마다 같이 "
+"반환될지를 지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 형식으로 지정 및 "
+"전달하면 됩니다. 지정한 리스트 필드는 리스트 데이터 객체에 직접 표시됩니다. "
+
+#: ../../client.rst:518
+msgid "``media_fields``"
+msgstr "``media_fields``"
+
+#: ../../client.rst:519
+msgid ""
+"This `fields`_ parameter enables you to select which specific `media "
+"fields`_ will deliver in each returned Tweet. Specify the desired fields "
+"in a comma-separated list without spaces between commas and fields. The "
+"Tweet will only return media fields if the Tweet contains media and if "
+"you've also included the ``expansions=attachments.media_keys`` query "
+"parameter in your request. While the media ID will be located in the "
+"Tweet object, you will find this ID and all additional media fields in "
+"the ``includes`` data object."
+msgstr ""
+"이 `필드(fields)`_ 매개변수를 사용하면 어떤 `미디어 필드(Media fields)`_ 가 각 트윗마다 같이 반환될지를 "
+"지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 형식으로 지정 및 전달하면 됩니다."
+" 단, 트윗에 미디어가 첨부되어 있어야 하며, 동시에 ``expansions=attachments.media_keys`` 쿼리 "
+"매개변수를 요청에 같이 포함시켜야 합니다. 그래야 미디어 필드를 반환할 것입니다. 미디어 ID값은 트윗 객체에 위치하나, "
+"``includes`` 데이터 객체에는 이 ID값과 모든 추가 미디어 필드가 포함됩니다. "
+
+#: ../../client.rst:530
+msgid "``place_fields``"
+msgstr "``place_fields``"
+
+#: ../../client.rst:531
+msgid ""
+"This `fields`_ parameter enables you to select which specific `place "
+"fields`_ will deliver in each returned Tweet. Specify the desired fields "
+"in a comma-separated list without spaces between commas and fields. The "
+"Tweet will only return place fields if the Tweet contains a place and if "
+"you've also included the ``expansions=geo.place_id`` query parameter in "
+"your request. While the place ID will be located in the Tweet object, you"
+" will find this ID and all additional place fields in the ``includes`` "
+"data object."
+msgstr ""
+"이 `필드(fields)`_ 매개변수를 사용하면 어떤 `장소 필드(Place fields)`_ 가 각 트윗마다 같이 반환될지를 "
+"지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 형식으로 지정 및 전달하면 됩니다."
+" 단, 트윗에 특정 장소가 첨부되어 있어야 하며, ``expansions=geo.place_id`` 쿼리 매개변수를 요청에 같이 "
+"포함시켜야 합니다. 그래야 장소 필드를 반환할 것입니다. 장소 ID값은 트윗 객체에 위치하나, ``includes`` 데이터 "
+"객체에는 이 ID값과 모든 추가 장소 필드가 포함됩니다. "
+
+#: ../../client.rst:542
+msgid "``poll_fields``"
+msgstr "``poll_fields``"
+
+#: ../../client.rst:544
+msgid ""
+"This `fields`_ parameter enables you to select which specific `poll "
+"fields`_ will deliver in each returned Tweet. Specify the desired fields "
+"in a comma-separated list without spaces between commas and fields. The "
+"Tweet will only return poll fields if the Tweet contains a poll and if "
+"you've also included the ``expansions=attachments.poll_ids`` query "
+"parameter in your request. While the poll ID will be located in the Tweet"
+" object, you will find this ID and all additional poll fields in the "
+"``includes`` data object."
+msgstr ""
+"이 `필드(fields)`_ 매개변수를 사용하면 어떤 `투표 필드(Place fields)`_ 가 각 트윗마다 같이 반환될지를 "
+"지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 형식으로 지정 및 전달하면 됩니다."
+" 단, 트윗에 투표가 첨부되어 있어야 하며, ``expansions=attachments.poll_ids`` 쿼리 매개변수를 요청에"
+" 같이 포함시켜야 합니다. 그래야 투표 필드를 반환할 것입니다. 투표 ID값은 트윗 객체에 위치하나, ``includes`` 데이터"
+" 객체에는 이 ID값과 모든 추가 투표 필드가 포함됩니다. "
+
+#: ../../client.rst:555
+msgid "``space_fields``"
+msgstr "``space_fields``"
+
+#: ../../client.rst:557
+msgid ""
+"This `fields`_ parameter enables you to select which specific `Space "
+"fields`_ will deliver in each returned Space. Specify the desired fields "
+"in a comma-separated list."
+msgstr ""
+"이 `필드(fields)`_ 매개변수를 사용하면 어떤 `스페이스 필드(Space fields)`_ 가 각 스페이스마다 같이 "
+"반환될지를 지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 형식으로 지정 및 "
+"전달하면 됩니다. "
+
+#: ../../client.rst:564
+msgid "``tweet_fields``"
+msgstr "``tweet_fields``"
+
+#: ../../client.rst:566
+msgid ""
+"For methods that return Tweets, this `fields`_ parameter enables you to "
+"select which specific `Tweet fields`_ will deliver in each returned Tweet"
+" object. Specify the desired fields in a comma-separated list without "
+"spaces between commas and fields. You can also pass the "
+"``expansions=referenced_tweets.id`` expansion to return the specified "
+"fields for both the original Tweet and any included referenced Tweets. "
+"The requested Tweet fields will display in both the original Tweet data "
+"object, as well as in the referenced Tweet expanded data object that will"
+" be located in the ``includes`` data object."
+msgstr ""
+"트윗을 반환하는 메서드는, 이 `필드(fields)`_ 매개변수를 사용하면 어떤 `트윗 필드(Tweet fields)`_ 가 각 "
+"트윗 객체마다 같이 반환될지를 지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 "
+"형식으로 지정 및 전달하면 됩니다. ``expansions=referenced_tweets.id`` 확장(Expansion)을 "
+"전달해 지정한 필드들이 원본 트윗과 아무 참조하고 있는 트윗(Referenced Tweet) 모두에서 반환되게 할 수 있습니다. "
+"요청한 트윗의 필드는 원본 트윗 데이터 객체와, ``includes`` 데이터 객체에 위치하는 참조하고 있는 트윗 확장 데이터 "
+"객체에 직접 표시됩니다. "
+
+#: ../../client.rst:575
+msgid ""
+"For methods that return users, this `fields`_ parameter enables you to "
+"select which specific `Tweet fields`_ will deliver in each returned "
+"pinned Tweet. Specify the desired fields in a comma-separated list "
+"without spaces between commas and fields. The Tweet fields will only "
+"return if the user has a pinned Tweet and if you've also included the "
+"``expansions=pinned_tweet_id`` query parameter in your request. While the"
+" referenced Tweet ID will be located in the original Tweet object, you "
+"will find this ID and all additional Tweet fields in the ``includes`` "
+"data object."
+msgstr ""
+"사용자를 반환하는 메서드는, 이 `필드(fields)`_ 매개변수를 사용하면 어떤 `트윗 필드(Tweet fields)`_ 가 각 "
+"고정된(Pinned, '프로필 메인에 올리기'를 의미) 트윗마다 반환될지를 지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 "
+"구분하고 있고, 공백 문자가 없는 리스트 형식으로 지정 및 전달하면 됩니다. 트윗 필드는 사용자가 고정된 트윗을 갖고 있고, 동시에"
+" 요청에 ``expansions=pinned_tweet_id`` 쿼리 매개변수를 포함한 경우에만 반환됩니다.참조하고 있는 트윗의 "
+"ID값은 원본 트윗 객체에 위치하나, ``includes`` 데이터 객체에는 이 ID값과 모든 추가 트윗 필드가 포함됩니다. "
+
+#: ../../client.rst:587
+msgid "``user_fields``"
+msgstr "``user_fields``"
+
+#: ../../client.rst:589
+msgid ""
+"For methods that return Spaces or Tweets, this `fields`_ parameter "
+"enables you to select which specific `user fields`_ will deliver in each "
+"returned Space or Tweet. Specify the desired fields in a comma-separated "
+"list without spaces between commas and fields. While the user ID will be "
+"located in the original Tweet object, you will find this ID and all "
+"additional user fields in the ``includes`` data object."
+msgstr ""
+"스페이스나 트윗을 반환하는 메서드는, 이 `필드(fields)`_ 매개변수를 사용하면 어떤 `사용자 필드(User fields)`_"
+" 가 각 트윗 또는 스페이스마다 반환될지를 지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는"
+" 리스트 형식으로 지정 및 전달하면 됩니다. 사용자 ID값은 원본 트윗 객체에 위치하나, ``includes`` 데이터 객체에는 이"
+" ID값과 모든 추가 사용자 필드가 포함됩니다. "
+
+#: ../../client.rst:596
+msgid ""
+"You must also pass one of the user expansions to return the desired user "
+"fields:"
+msgstr "원하는 사용자 필드를 반환받으려면, 다음 사용자 확장(Expansions)을 같이 전달해야 합니다: "
+
+#: ../../client.rst:599
+msgid "``expansions=author_id``"
+msgstr "``expansions=author_id``"
+
+#: ../../client.rst:600
+msgid "``expansions=entities.mentions.username``"
+msgstr "``expansions=entities.mentions.username``"
+
+#: ../../client.rst:601
+msgid "``expansions=in_reply_to_user_id``"
+msgstr "``expansions=in_reply_to_user_id``"
+
+#: ../../client.rst:602
+msgid "``expansions=referenced_tweets.id.author_id``"
+msgstr "``expansions=referenced_tweets.id.author_id``"
+
+#: ../../client.rst:604
+msgid ""
+"For methods that return users, this `fields`_ parameter enables you to "
+"select which specific `user fields`_ will deliver with each returned "
+"users objects. Specify the desired fields in a comma-separated list "
+"without spaces between commas and fields. These specified user fields "
+"will display directly in the user data objects."
+msgstr ""
+"사용자를 반환하는 메서드는, 이 `필드(fields)`_ 매개변수를 사용하면 어떤 `사용자 필드(User fields)`_ 가 각 "
+"사용자 객체마다 반환될지를 지정할 수 있습니다. 같이 반환받을 필드를 쉼표(,)로 구분하고 있고, 공백 문자가 없는 리스트 형식으로"
+" 지정 및 전달하면 됩니다. 지정한 사용자 필드는 사용자 데이터 객체에 직접 표시됩니다. "
+
+#: ../../client.rst:621
+msgid "``Response``"
+msgstr "``Response``"
+
+#: ../../client.rst:624
+msgid ""
+"The :obj:`Response` returned by :class:`Client` methods is a "
+":class:`collections.namedtuple`, with ``data``, ``includes``, ``errors``,"
+" and ``meta`` fields, corresponding with the fields in responses from "
+"Twitter's API."
+msgstr ""
+":class:`Client` 메서드에 의해 반환된 :obj:`Response` 는 ``data``, ``includes``, "
+"``errors``, ``meta`` 필드를 가지는 :class:`collections.namedtuple` 이며, 이 필드들은 "
+"각각 트위터 API에서 응답한 필드와 일치합니다. "
+
diff --git a/docs/locale/ko/LC_MESSAGES/code_snippet.po b/docs/locale/ko/LC_MESSAGES/code_snippet.po
deleted file mode 100644 (file)
index dd05b34..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# Code Snippets
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: Tweepy-ko\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-28 09:41+0900\n"
-"PO-Revision-Date: 2019-12-28 11:31+0900\n"
-"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
-
-#: ../../code_snippet.rst:6
-msgid "Code Snippets"
-msgstr "코드 조각"
-
-#: ../../code_snippet.rst:9
-msgid "Introduction"
-msgstr "들어가며"
-
-#: ../../code_snippet.rst:11
-msgid ""
-"Here are some code snippets to help you out with using Tweepy. Feel free "
-"to contribute your own snippets or improve the ones here!"
-msgstr ""
-"여기에는 당신이 Tweepy를 사용하는 데에 도움을 줄 몇 개의 코드 조각들이 있습니다. "
-"직접 만든 코드를 기여하거나, 여기 있는 코드를 개선해주세요!"
-
-#: ../../code_snippet.rst:15
-msgid "OAuth"
-msgstr "OAuth"
-
-#: ../../code_snippet.rst:31
-msgid "Pagination"
-msgstr "페이지 나누기"
-
-#: ../../code_snippet.rst:46
-msgid "FollowAll"
-msgstr "모든 팔로워 팔로우하기"
-
-#: ../../code_snippet.rst:48
-msgid "This snippet will follow every follower of the authenticated user."
-msgstr "아래 코드는 현재 인증된 사용자의 모든 팔로워를 팔로우 하도록 합니다."
-
-#: ../../code_snippet.rst:56
-msgid "Handling the rate limit using cursors"
-msgstr "커서 이용 한도의 처리"
-
-#: ../../code_snippet.rst:58
-msgid ""
-"Since cursors raise ``RateLimitError``\\ s in their ``next()`` method, "
-"handling them can be done by wrapping the cursor in an iterator."
-msgstr ""
-"커서는 커서 안의 ``next()`` 메소드 안에서 ``RateLimitError`` 를 일으킵니다. "
-"이 오류는 커서를 반복자로 감쌈으로써 처리할 수 있습니다."
-
-#: ../../code_snippet.rst:61
-msgid ""
-"Running this snippet will print all users you follow that themselves "
-"follow less than 300 people total - to exclude obvious spambots, for "
-"example - and will wait for 15 minutes each time it hits the rate limit."
-msgstr ""
-"이 코드를 실행하면 당신이 팔로우한 모든 유저 중 300명 이하를 팔로우하는 유저들을 출력하고, "
-"속도 제한에 도달할 때마다 15분간 기다릴 것입니다. 이 코드는 명백한 스팸봇을 제외하기 위한 예제입니다."
diff --git a/docs/locale/ko/LC_MESSAGES/cursor_tutorial.po b/docs/locale/ko/LC_MESSAGES/cursor_tutorial.po
deleted file mode 100644 (file)
index 3a916b1..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-# Cursor Tutorial
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: Tweepy-ko\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-28 09:41+0900\n"
-"PO-Revision-Date: 2019-12-28 11:26+0900\n"
-"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
-
-#: ../../cursor_tutorial.rst:5
-msgid "Cursor Tutorial"
-msgstr "커서(Cursor) 지침"
-
-#: ../../cursor_tutorial.rst:7
-msgid "This tutorial describes details on pagination with Cursor objects."
-msgstr "이 지침은 커서 객체를 이용한 페이징에 대한 세부 사항을 설명합니다."
-
-#: ../../cursor_tutorial.rst:10
-msgid "Introduction"
-msgstr "들어가며"
-
-#: ../../cursor_tutorial.rst:12
-msgid ""
-"We use pagination a lot in Twitter API development. Iterating through "
-"timelines, user lists, direct messages, etc. In order to perform "
-"pagination, we must supply a page/cursor parameter with each of our "
-"requests. The problem here is this requires a lot of boiler plate code "
-"just to manage the pagination loop. To help make pagination easier and "
-"require less code, Tweepy has the Cursor object."
-msgstr ""
-"트위터 API를 이용하는 개발에서, 페이징은 타임라인 반복, 사용자 목록, 쪽지, 그 외 여러 곳에서 자주 사용됩니다. "
-"페이징을 수행하기 위해서는, 각 요청마다 페이지/커서 매개변수를 전달해야 합니다. "
-"문제는, 페이징 루프를 관리하기 위해서는 많은 양의 표준 코드가 필요하다는 점입니다. "
-"Tweepy는 이런 페이징을 더 쉽고 적은 코드로 돕기 위해 커서 객체를 가지고 있습니다."
-
-#: ../../cursor_tutorial.rst:20
-msgid "Old way vs Cursor way"
-msgstr "기존 방법 vs 커서 방법"
-
-#: ../../cursor_tutorial.rst:22
-msgid ""
-"First let's demonstrate iterating the statuses in the authenticated "
-"user's timeline. Here is how we would do it the \"old way\" before the "
-"Cursor object was introduced::"
-msgstr ""
-"먼저, 인증된 사용자의 타임라인 내에서 status를 반복하는 방법을 구현해봅시다. "
-"커서 객체가 도입되기 전에 사용하던 \"기존 방법\"은 다음과 같습니다:: "
-
-#: ../../cursor_tutorial.rst:38
-msgid ""
-"As you can see, we must manage the \"page\" parameter manually in our "
-"pagination loop. Now here is the version of the code using the Cursor "
-"object::"
-msgstr ""
-"위 코드에서도 볼 수 있듯, 기존 방법은 페이징 루프마다 "page" 매개변수를 수동으로 관리해야 합니다. "
-"다음은 Tweepy의 커서 객체를 사용하는 예시 코드입니다:: "
-
-#: ../../cursor_tutorial.rst:46
-msgid ""
-"Now that looks much better! Cursor handles all the pagination work for us"
-" behind the scenes, so our code can now focus entirely on processing the "
-"results."
-msgstr ""
-"훨씬 나아 보이는군요! "
-"커서가 보이지 않는 곳에서 모든 페이징 작업을 처리해 주므로, "
-"우리는 결과 처리를 위한 코드에만 집중 할 수 있겠습니다."
-
-#: ../../cursor_tutorial.rst:51
-msgid "Passing parameters into the API method"
-msgstr "API 메소드로 매개변수 전달하기"
-
-#: ../../cursor_tutorial.rst:53
-msgid "What if you need to pass in parameters to the API method?"
-msgstr "API 메소드로 매개변수를 전달해야 한다면 어떻게 하시겠습니까?"
-
-#: ../../cursor_tutorial.rst:59
-msgid ""
-"Since we pass Cursor the callable, we can not pass the parameters "
-"directly into the method. Instead we pass the parameters into the Cursor "
-"constructor method::"
-msgstr ""
-"커서를 호출 가능으로 전달했기 때문에, 메소드에 직접적으로 매개변수를 전달 할 수 없습니다."
-"대신, 다음과 같이 커서 생성자 메소드로 매개변수를 전달합니다::"
-
-#: ../../cursor_tutorial.rst:65
-msgid ""
-"Now Cursor will pass the parameter into the method for us whenever it "
-"makes a request."
-msgstr ""
-"이제 커서는 요청을 받으면 메소드에 매개변수를 전달해 줄 것입니다."
-
-#: ../../cursor_tutorial.rst:69
-msgid "Items or Pages"
-msgstr "항목과 페이지"
-
-#: ../../cursor_tutorial.rst:71
-msgid ""
-"So far we have just demonstrated pagination iterating per item. What if "
-"instead you want to process per page of results? You would use the "
-"pages() method::"
-msgstr ""
-"지금까지 항목당 페이징을 반복하는 방법을 구현해보았습니다. "
-"페이지별로 결과를 처리하려면 어떻게 해야 할까요? "
-"이럴 때는 pages() 메소드를 사용해보세요::"
-
-#: ../../cursor_tutorial.rst:81
-msgid "Limits"
-msgstr "제한"
-
-#: ../../cursor_tutorial.rst:83
-msgid ""
-"What if you only want n items or pages returned? You pass into the "
-"items() or pages() methods the limit you want to impose."
-msgstr ""
-"일정 갯수의 항목이나 페이지만 반환받기를 원한다면 어떻게 해야 할까요? "
-"아래와 같이, items()나 pages() 메소드에 값을 전달하는 것으로 이를 설정 할 수 있습니다."
-
diff --git a/docs/locale/ko/LC_MESSAGES/development.po b/docs/locale/ko/LC_MESSAGES/development.po
new file mode 100644 (file)
index 0000000..e28b8b6
--- /dev/null
@@ -0,0 +1,89 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2021-12-03 16:37+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../development.rst:5
+msgid "Development"
+msgstr "개발"
+
+#: ../../development.rst:8
+msgid "Running Tests"
+msgstr "테스트 하기"
+
+#: ../../development.rst:10
+msgid "These steps outline how to run tests for Tweepy:"
+msgstr "다음은 Tweepy에서 어떻게 테스트를 진행할 수 있는가에 대한 대략적인 설명입니다."
+
+#: ../../development.rst:12
+msgid "Download Tweepy's source code to a directory."
+msgstr "Tweepy 소스코드를 다운로드합니다."
+
+#: ../../development.rst:14
+msgid ""
+"Install from the downloaded source with the ``test`` extra, e.g. ``pip "
+"install .[test]``. Optionally install the ``dev`` extra as well, for "
+"``tox`` and ``coverage``, e.g. ``pip install .[dev,test]``."
+msgstr ""
+"다운로드한 소스코드를 ``test`` 의 추가 정보를 사용해 설치합니다. "
+"(예시: ``pip install .[test]`` ) 추가적으로 ``tox`` 와 ``coverage`` 의 사용이 필요하다면 "
+"``dev`` 추가 정보와 같이 설치해주세요. (예시: ``pip install .[dev,test]`` )"
+
+#: ../../development.rst:18
+msgid ""
+"Run tests (e.g. ``python -m unittest discover tests``) in the source "
+"directory. With the ``dev`` extra, coverage can be measured by using "
+"``coverage run`` (e.g. ``coverage run -m unittest discover tests``) and "
+"``tox`` can be run to test different Python versions."
+msgstr ""
+"소스 디렉토리에서 ``python setup.py nonsetests`` 또는 간단하게 ``nonsetests`` 를 실행시키세요. "
+"``dev`` 추가 정보를 포함했다면 ``coverage`` 를 볼 수 있으며, "
+"``tox`` 를 이용해 다른 버전의 파이썬으로 실행할 수도 있습니다."
+
+#: ../../development.rst:23
+msgid "To record new cassettes, the following environment variables can be used:"
+msgstr "새 카세트를 기록하기 위해서는, 아래 환경 변수들을 사용할 수 있어야 합니다:"
+
+#: ../../development.rst:25
+msgid ""
+"``TWITTER_USERNAME`` ``BEARER_TOKEN`` ``CONSUMER_KEY`` "
+"``CONSUMER_SECRET`` ``ACCESS_KEY`` ``ACCESS_SECRET`` ``USE_REPLAY``"
+msgstr ""
+"``TWITTER_USERNAME`` ``BEARER_TOKEN`` ``CONSUMER_KEY`` "
+"``CONSUMER_SECRET`` ``ACCESS_KEY`` ``ACCESS_SECRET`` ``USE_REPLAY``"
+
+#: ../../development.rst:33
+msgid ""
+"Simply set ``USE_REPLAY`` to ``False`` and provide the app and account "
+"credentials and username."
+msgstr ""
+"간단하게 ``USE_REPLAY`` 를 ``False`` 로 설정하고, "
+"앱, 계정 자격 증명, 사용자 이름을 제공해도 됩니다."
+
+#: ../../development.rst:37
+msgid "Contributors"
+msgstr "기여자"
+
+#: ../../development.rst:39
+msgid ""
+"Tweepy's contributors can be identified through the `GitHub "
+"repository`_'s `contributors graph page`_, `commit history`_, `issues`_, "
+"`pull requests`_, and `discussions`_."
+msgstr ""
+"Tweepy의 기여자들은 `GitHub 저장소`_ 의 `기여자 그래프 페이지`_, `커밋 히스토리`_, `이슈`_, "
+"`PR(Pull requests)`_, 및 `토론(Discussions)`_ 에서 확인할 수 있습니다."
+
diff --git a/docs/locale/ko/LC_MESSAGES/examples.po b/docs/locale/ko/LC_MESSAGES/examples.po
new file mode 100644 (file)
index 0000000..5ebe191
--- /dev/null
@@ -0,0 +1,70 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: 2022-01-08 05:46+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../examples.rst:5
+msgid "Examples"
+msgstr "예시"
+
+#: ../../examples.rst:9
+msgid "API v1.1"
+msgstr "API v1.1""
+
+#: ../../examples.rst:13 ../../examples.rst:41
+msgid "Authentication"
+msgstr "인증"
+
+#: ../../examples.rst:17
+msgid "PIN-based Authorization"
+msgstr "PIN 기반 인증"
+
+#: ../../examples.rst:21
+msgid "Tweet / Update Status"
+msgstr "트윗하기(Update Status)"
+
+#: ../../examples.rst:25
+msgid "Follow Followers"
+msgstr "팔로워 팔로우하기"
+
+#: ../../examples.rst:29
+msgid "Handle Rate Limits"
+msgstr "API 호출 제한(Rate Limits) 다루기"
+
+#: ../../examples.rst:33
+msgid "Streaming"
+msgstr "스트리밍"
+
+#: ../../examples.rst:37
+msgid "API v2"
+msgstr "API v2"
+
+#: ../../examples.rst:45
+msgid "Search Recent Tweets"
+msgstr "최근 트윗 검색하기"
+
+#: ../../examples.rst:49
+msgid "Tweet Fields"
+msgstr "트윗 필드"
+
+#: ../../examples.rst:53
+msgid "Expansions"
+msgstr "확장(Expansions)"
+
+#: ../../examples.rst:57
+msgid "Create Tweet"
+msgstr "트윗 생성하기"
\ No newline at end of file
diff --git a/docs/locale/ko/LC_MESSAGES/exceptions.po b/docs/locale/ko/LC_MESSAGES/exceptions.po
new file mode 100644 (file)
index 0000000..7cee8fa
--- /dev/null
@@ -0,0 +1,117 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2021-12-03 17:33+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../exceptions.rst:5
+msgid "Exceptions"
+msgstr "예외"
+
+#: ../../exceptions.rst:7
+msgid ""
+"Exceptions are available directly in the :mod:`tweepy` module, which "
+"means :mod:`tweepy.errors` itself does not need to be imported. For "
+"example, :exc:`tweepy.errors.TweepyException` is available as "
+":exc:`tweepy.TweepyException`."
+msgstr ""
+":mod:`tweepy` 모듈에서 직접 예외를 사용할 수 있으므로, "
+"굳이 :mod:`tweepy.errors` 자체를 불러오거나 임포트(Import)할 필요는 없습니다. "
+"예로, :exc:`tweepy.errors.TweepyException` 는 "
+":exc:`tweepy.TweepyException`. 로도 사용이 가능합니다."
+
+#: of tweepy.errors.TweepyException:1
+msgid "Bases: :py:class:`Exception`"
+msgstr "기반: :py:class:`Exception`"
+
+#: of tweepy.errors.TweepyException:1
+msgid "Base exception for Tweepy"
+msgstr "Tweepy의 기본 예외."
+
+#: of tweepy.errors.HTTPException:1
+msgid "Bases: :py:class:`tweepy.errors.TweepyException`"
+msgstr "기반: :py:class:`tweepy.errors.TweepyException`"
+
+#: of tweepy.errors.HTTPException:1
+msgid "Exception raised when an HTTP request fails"
+msgstr "HTTP 요청 실패 시 발생하는 예외."
+
+#: of tweepy.errors.HTTPException:7
+msgid "Requests Response from the Twitter API"
+msgstr "트위터 API로의 요청에 대한 응답"
+
+#: of tweepy.errors.HTTPException
+msgid "type"
+msgstr "타입"
+
+#: of tweepy.errors.HTTPException:9
+msgid "requests.Response"
+msgstr "requests.Response"
+
+#: of tweepy.errors.HTTPException:13
+msgid "The errors the Twitter API responded with, if any"
+msgstr "트위터 API가 응답과 같이 반환한 오류 (있는 경우에만)"
+
+#: of tweepy.errors.HTTPException:15
+msgid "List[dict[str, Union[int, str]]]"
+msgstr "List[dict[str, Union[int, str]]]"
+
+#: of tweepy.errors.HTTPException:19
+msgid "The error codes the Twitter API responded with, if any"
+msgstr "트위터 API가 응답과 같이 반환한 오류 코드 (있는 경우에만)"
+
+#: of tweepy.errors.HTTPException:21
+msgid "List[int]"
+msgstr "List[int]"
+
+#: of tweepy.errors.HTTPException:25
+msgid "The error messages the Twitter API responded with, if any"
+msgstr "트위터 API가 응답과 같이 반환한 오류 메세지 (있는 경우에만)"
+
+#: of tweepy.errors.HTTPException:27
+msgid "List[str]"
+msgstr "List[str]"
+
+#: of tweepy.errors.BadRequest:1 tweepy.errors.Forbidden:1
+#: tweepy.errors.NotFound:1 tweepy.errors.TooManyRequests:1
+#: tweepy.errors.TwitterServerError:1 tweepy.errors.Unauthorized:1
+msgid "Bases: :py:class:`tweepy.errors.HTTPException`"
+msgstr "기반: :py:class:`tweepy.errors.HTTPException`"
+
+#: of tweepy.errors.BadRequest:1
+msgid "Exception raised for a 400 HTTP status code"
+msgstr "HTTP 400에 의해 발생하는 예외."
+
+#: of tweepy.errors.Unauthorized:1
+msgid "Exception raised for a 401 HTTP status code"
+msgstr "HTTP 401에 의해 발생하는 예외."
+
+#: of tweepy.errors.Forbidden:1
+msgid "Exception raised for a 403 HTTP status code"
+msgstr "HTTP 403에 의해 발생하는 예외."
+
+#: of tweepy.errors.NotFound:1
+msgid "Exception raised for a 404 HTTP status code"
+msgstr "HTTP 404에 의해 발생하는 예외."
+
+#: of tweepy.errors.TooManyRequests:1
+msgid "Exception raised for a 429 HTTP status code"
+msgstr "HTTP 429에 의해 발생하는 예외."
+
+#: of tweepy.errors.TwitterServerError:1
+msgid "Exception raised for a 5xx HTTP status code"
+msgstr "HTTP 5xx에 의해 발생하는 예외."
+
index f19598a89d938ed71239c488ed9b5e3554498b46..1efa15505ca608fcd2c0f63bdec5a8c168894732 100644 (file)
@@ -1,64 +1,68 @@
-# Extended Tweets
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 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: 2019-12-28 11:09+0900\n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2022-01-08 04:55+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
 
-#: ../../extended_tweets.rst:6
+#: ../../extended_tweets.rst:7
 msgid "Extended Tweets"
-msgstr "확장 트윗"
+msgstr "확장 트윗"
 
-#: ../../extended_tweets.rst:8
-msgid "This supplements `Twitter's Tweet updates documentation`_."
-msgstr "이 문서는 `트위터의 Tweet 업데이트 관련 문서`_ 에 대한 보충입니다."
+#: ../../extended_tweets.rst:9
+msgid ""
+"This supplements Twitter's `Tweet updates documentation`_ and "
+"`repository`_."
+msgstr ""
+"이 문서는 `트위터의 Tweet 업데이트 관련 문서`_ 와, "
+"`관련 저장소(Repository)`_ 에 대한 보충 문서입니다. "
 
-#: ../../extended_tweets.rst:11
+#: ../../extended_tweets.rst:15
 msgid "Introduction"
 msgstr "들어가며"
 
-#: ../../extended_tweets.rst:13
+#: ../../extended_tweets.rst:17
 msgid ""
 "On May 24, 2016, Twitter `announced <https://blog.twitter.com/express-"
-"even-more-in-140-characters>`_ changes to the way that replies and URLs "
+"even-more-in-140-characters>`__ changes to the way that replies and URLs "
 "are handled and `published plans <https://blog.twitter.com/2016/doing-"
-"more-with-140-characters>`_ around support for these changes in the "
+"more-with-140-characters>`__ around support for these changes in the "
 "Twitter API and initial technical documentation describing the updates to"
 " Tweet objects and API options.\\ [#]_ On September 26, 2017, Twitter "
 "`started testing "
 "<https://blog.twitter.com/official/en_us/topics/product/2017/Giving-you-"
-"more-characters-to-express-yourself.html>`_ 280 characters for certain "
+"more-characters-to-express-yourself.html>`__ 280 characters for certain "
 "languages,\\ [#]_ and on November 7, 2017, `announced "
-"<https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html>`_"
+"<https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html>`__"
 " that the character limit was being expanded for Tweets in languages "
 "where cramming was an issue.\\ [#]_"
 msgstr ""
 "2016년 5월 24일, 트위터는 이러한 자사 API의 변경사항에 대한 지원 및 "
 "API 옵션의 업데이트에 대해 설명하는 초기 기술 문서와 관련, "
-"답글 및 URL의 처리 및 `게시 방법 <https://blog.twitter.com/2016/doing-more-with-140-characters>`_ 에 대한 "
-"`변경사항을 발표 <https://blog.twitter.com/express-even-more-in-140-characters>`_ 했습니다.\ [#]_ "
+"답글 및 URL의 처리 및 `게시 방법 <https://blog.twitter.com/2016/doing-more-with-140-characters>`__ 에 대한 "
+"`변경사항을 발표 <https://blog.twitter.com/express-even-more-in-140-characters>`__ 했습니다.\\ [#]_ "
 "또한 2017년 9월 26일, 트위터는 특정 언어에 대한 280자 트윗 작성을 "
-"`테스트하기 시작 <https://blog.twitter.com/official/en_us/topics/product/2017/Giving-you-more-characters-to-express-yourself.html>`_"
-" 했으며,\ [#]_ 당해 11월 7일에 글자 수 제한으로 인한 부당한 요금 부과 등의 문제를을 해결하기 위해 "
-"글자 수 제한을 상향 조정한다고 `발표 <https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html>`_ 했습니다.\ [#]_ "
+"`테스트하기 시작 <https://blog.twitter.com/official/en_us/topics/product/2017/Giving-you-more-characters-to-express-yourself.html>`__"
+" 했으며,\\ [#]_ 당해 11월 7일에 글자 수 제한으로 인한 부당한 요금 부과 등의 문제를을 해결하기 위해 "
+"글자 수 제한을 상향 조정한다고 `발표 <https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html>`_ 했습니다.\\ [#]_ "
 
-#: ../../extended_tweets.rst:27
+#: ../../extended_tweets.rst:31
 msgid "Standard API methods"
-msgstr "í\91\9cì¤\80 API ë©\94ì\86\8c드"
+msgstr "í\91\9cì¤\80 API ë©\94ì\84\9c드"
 
-#: ../../extended_tweets.rst:29
+#: ../../extended_tweets.rst:33
 msgid ""
 "Any ``tweepy.API`` method that returns a Status object accepts a new "
 "``tweet_mode`` parameter. Valid values for this parameter are ``compat`` "
@@ -72,11 +76,11 @@ msgstr ""
 "확장 모드 (Extended Mode)를 제공합니다. "
 "전달받은 매개변수가 없을 경우, 기본값인 호환성 모드가 제공됩니다."
 
-#: ../../extended_tweets.rst:35
+#: ../../extended_tweets.rst:39
 msgid "Compatibility mode"
-msgstr "호환성 모드 (Compatibility Mode)"
+msgstr "호환 모드(Compatibility mode)"
 
-#: ../../extended_tweets.rst:37
+#: ../../extended_tweets.rst:41
 msgid ""
 "By default, using compatibility mode, the ``text`` attribute of Status "
 "objects returned by ``tweepy.API`` methods is truncated to 140 "
@@ -95,11 +99,11 @@ msgstr ""
 "이는 Status 객체의 ``text`` 속성값에 줄임표 문자, 공백 그리고 "
 "해당 트윗 자기 자신에 대한 영구적인 링크(Permalink)가 포함되는 것으로 식별이 가능합니다."
 
-#: ../../extended_tweets.rst:47
+#: ../../extended_tweets.rst:51
 msgid "Extended mode"
-msgstr "확장 모드 (Extended Mode)"
+msgstr "확장 모드(Extended Mode)"
 
-#: ../../extended_tweets.rst:49
+#: ../../extended_tweets.rst:53
 msgid ""
 "When using extended mode, the ``text`` attribute of Status objects "
 "returned by ``tweepy.API`` methods is replaced by a ``full_text`` "
@@ -118,11 +122,11 @@ msgstr ""
 "외부 끝 부분(Exclusive End)을 가리키는, 두 가지 원소를 가지는 배열(Array) 형태의 "
 "``display_text_range`` 라는 속성을 갖게 될 것입니다."
 
-#: ../../extended_tweets.rst:59
+#: ../../extended_tweets.rst:63
 msgid "Streaming"
 msgstr "스트리밍"
 
-#: ../../extended_tweets.rst:61
+#: ../../extended_tweets.rst:65
 msgid ""
 "By default, the Status objects from streams may contain an "
 "``extended_tweet`` attribute representing the equivalent field in the raw"
@@ -148,11 +152,11 @@ msgstr ""
 "외부 끝 부분(Exclusive End)을 가리키는, "
 "두 가지 원소를 가지는 배열(Array) 형태의 데이터가 저장될 것입니다."
 
-#: ../../extended_tweets.rst:73
+#: ../../extended_tweets.rst:77
 msgid "Handling Retweets"
-msgstr "리트윗 다루기"
+msgstr "리트윗 처리하기"
 
-#: ../../extended_tweets.rst:75
+#: ../../extended_tweets.rst:79
 msgid ""
 "When using extended mode with a Retweet, the ``full_text`` attribute of "
 "the Status object may be truncated with an ellipsis character instead of "
@@ -167,7 +171,7 @@ msgstr ""
 "리트윗 트윗에 대한 Status 객체의 ``retweeted_status`` 속성 그 자체가 "
 "또 하나의 Status 객체이기 때문에, 해당 개체의 ``full_text`` 속성을 대신 사용할 수 있습니다."
 
-#: ../../extended_tweets.rst:82
+#: ../../extended_tweets.rst:86
 msgid ""
 "This also applies similarly to Status objects/payloads that are Retweets "
 "from streams. The dictionary from the ``extended_tweet`` attribute/field "
@@ -182,34 +186,35 @@ msgstr ""
 "이 때 역시 리트윗된 Status 객체로부터의 (``retweeted_status`` 로부터의 속성/필드로부터의) "
 "``extended_tweet`` 속성/필드를 대신 사용할 수 있습니다."
 
-#: ../../extended_tweets.rst:89
+#: ../../extended_tweets.rst:93
 msgid "Examples"
 msgstr "예시"
 
-#: ../../extended_tweets.rst:91
+#: ../../extended_tweets.rst:95
 msgid ""
-"Given an existing ``tweepy.API`` object and ``id`` for a Tweet, the "
+"Given an existing :class:`API` object and ``id`` for a Tweet, the "
 "following can be used to print the full text of the Tweet, or if it's a "
 "Retweet, the full text of the Retweeted Tweet::"
 msgstr ""
-"아래의 예시는, ``tweepy.API`` 객체와 트윗에 대한 ``id`` 를 이용, "
+"아래의 예시는, :class:`API` 객체와 트윗에 대한 ``id`` 를 이용, "
 "해당 트윗의 모든 텍스트를 온전하게 출력하는 예시입니다. "
 "이 때 해당 트윗이 리트윗된 트윗일 경우, 리트윗된 트윗의 모든 텍스트를 출력합니다:: "
 
-#: ../../extended_tweets.rst:101
+#: ../../extended_tweets.rst:105
 msgid "If ``status`` is a Retweet, ``status.full_text`` could be truncated."
-msgstr "``status`` 가 Retweet일 경우(리트윗된 트윗일 경우), ``status.full_text`` 가 잘릴 수 있습니다."
+msgstr ""
+"``status`` 가 Retweet일 경우(리트윗된 트윗일 경우), "
+"``status.full_text`` 가 잘릴 수 있습니다."
 
-#: ../../extended_tweets.rst:103
+#: ../../extended_tweets.rst:107
 msgid ""
-"This Status event handler for a ``StreamListener`` prints the full text "
-"of the Tweet, or if it's a Retweet, the full text of the Retweeted "
-"Tweet::"
+"This Status event handler for a :class:`Stream` prints the full text of "
+"the Tweet, or if it's a Retweet, the full text of the Retweeted Tweet::"
 msgstr ""
-"아래의 ``StreamListener`` 를 위한 Status 이벤트 핸들러는, 트윗의 모든 텍스트를 출력합니다. "
-"이 때, 해당 트윗이 리트윗된 트윗일 경우, 리트윗된 트윗의 모든 텍스트를 출력합니다:: "
+":class:`Stream` 클래스에 대한 이 이벤트 핸들러는 트윗의 전체 텍스트를 출력합니다. "
+"이 때 해당 트윗이 리트윗된 트윗일 경우, 리트윗된 원 트윗의 전체 텍스트를 출력합니다:: "
 
-#: ../../extended_tweets.rst:118
+#: ../../extended_tweets.rst:122
 msgid ""
 "If ``status`` is a Retweet, it will not have an ``extended_tweet`` "
 "attribute, and ``status.text`` could be truncated."
@@ -218,28 +223,31 @@ msgstr ""
 "``extended_tweet`` 속성을 가지지 않을 것이며, "
 "``status.full_text`` 가 잘릴 수 있습니다."
 
-#: ../../extended_tweets.rst:122
+#: ../../extended_tweets.rst:126
 msgid "Footnotes"
 msgstr "각주"
 
-#: ../../extended_tweets.rst:123
+#: ../../extended_tweets.rst:127
 msgid ""
 "https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-"
 "links-in-tweets/67497"
 msgstr ""
-"https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-links-in-tweets/67497"
+"https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-"
+"links-in-tweets/67497"
 
-#: ../../extended_tweets.rst:124
+#: ../../extended_tweets.rst:128
 msgid ""
 "https://twittercommunity.com/t/testing-280-characters-for-certain-"
 "languages/94126"
 msgstr ""
-"https://twittercommunity.com/t/testing-280-characters-for-certain-languages/94126"
+"https://twittercommunity.com/t/testing-280-characters-for-certain-"
+"languages/94126"
 
-#: ../../extended_tweets.rst:125
+#: ../../extended_tweets.rst:129
 msgid ""
 "https://twittercommunity.com/t/updating-the-character-limit-and-the-"
 "twitter-text-library/96425"
 msgstr ""
-"https://twittercommunity.com/t/updating-the-character-limit-and-the-twitter-text-library/96425"
+"https://twittercommunity.com/t/updating-the-character-limit-and-the-"
+"twitter-text-library/96425"
 
diff --git a/docs/locale/ko/LC_MESSAGES/faq.po b/docs/locale/ko/LC_MESSAGES/faq.po
new file mode 100644 (file)
index 0000000..6e8942d
--- /dev/null
@@ -0,0 +1,353 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2022-01-08 05:28+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../faq.rst:7
+msgid "Frequently Asked Questions"
+msgstr "자주 묻는 질문(FAQ)"
+
+#: ../../faq.rst:10
+msgid "General"
+msgstr "일반"
+
+#: ../../faq.rst:13
+msgid ""
+"Why am I encountering a 401 Unauthorized error with :class:`API` or 403 "
+"Forbidden error with :class:`Client`?"
+msgstr ""
+":class:`API` 클래스에서 HTTP 401 권한 없음(Unauthorized) 오류가 발생하거나, "
+":class:`Client` 클래스에서 HTTP 403 금지됨(Forbidden) 오류가 발생하는 이유는 뭔가요? "
+
+#: ../../faq.rst:15
+msgid ""
+"If you're using a method that performs an action on behalf of the "
+"authenticating user, e.g. :meth:`API.update_status`, make sure your app "
+"has the write permission."
+msgstr ""
+"만약 본인이 현재 인증된 사용자로 해당 작업(메서드)을 실행하고 있다면"
+"(ex. :meth:`API.update_status`), 본인의 앱에 쓰기 권한이 있는지 확인하세요. "
+
+#: ../../faq.rst:19
+msgid ""
+"After giving it the write permission, make sure to regenerate and use new"
+" credentials to utilize it."
+msgstr "(쓰기 권한이 없었다면) 쓰기 권한을 부여하고, 새 자격 증명을 사용하여 해당 작업을 재생성하세요. "
+
+#: ../../faq.rst:22
+msgid ""
+"See `Twitter's API documentation on app permissions`_ for more "
+"information."
+msgstr "더 자세한 정보는 `트위터 API 문서 - 엡 권한`_ 페이지를 참고하세요."
+
+#: ../../faq.rst:27
+msgid "Why am I encountering a 403 Forbidden error with :class:`API`?"
+msgstr ":class:`API` 클래스에서 HTTP 403 금지됨(Forbidden) 오류가 발생하는 이유는 뭔가요?"
+
+#: ../../faq.rst:29
+msgid ""
+"If you have Essential access to the Twitter API, you won't be able to "
+"access Twitter API v1.1. This includes all :class:`API` methods and "
+":class:`Stream`."
+msgstr ""
+"트위터 API 액세스 권한이 Essential인 경우, 트위터 API v1.1에 액세스 할 수 없을거예요."
+"이는 :class:`API` 와 :class:`Stream` 클래스의 모든 메서드를 포함하고 있습니다. "
+
+#: ../../faq.rst:32
+msgid ""
+"You can use Twitter API v2 with :class:`Client` or apply for Elevated "
+"access."
+msgstr ""
+":class:`Client` 클래스를 이용해 트위터 API v2를 이용하거나, "
+"Elevated로의 액세스 권한 상승을 요청해야 해요. "
+
+#: ../../faq.rst:34
+msgid ""
+"See the `Twitter API access levels and versions documentation`_ for more "
+"information."
+msgstr "더 자세한 정보는 `트위터 API 문서 - 액세스 권한 및 버전`_ 페이지를 참고하세요."
+
+#: ../../faq.rst:40
+msgid "Why am I encountering issues when attempting to upload GIFs or videos?"
+msgstr "GIF나 동영상을 업로드하려고 하는데 문제가 발생해요. 이유가 뭔가요? "
+
+#: ../../faq.rst:42
+msgid ""
+"If you are encountering a 400 Bad Request error when uploading large GIFs"
+" or other errors/issues with uploading videos, make sure to pass the "
+"``media_category`` parameter, e.g. as ``tweet_gif`` or ``tweet_video``."
+msgstr ""
+"고용량의 GIF를 업로드할 때 HTTP 400 잘못된 요청(Bad Request) 오류가 발생하거나, "
+"영상 파일을 업로드할 때 다른 오류 및 문제가 발생하는 경우, "
+"``media_category`` 매개변수를 제대로 설정했는지 확인하세요. "
+"(예: ``tweet_gif`` 또는 ``tweet_video``)"
+
+#: ../../faq.rst:46
+msgid "Also make sure your video follows the recommended specifications."
+msgstr "또한 업로드하려는 영상 파일이 권장 규격에 맞는지도 확인하세요. "
+
+#: ../../faq.rst:48
+msgid ""
+"See `Twitter's API documentation on media best practices`_ for more "
+"information."
+msgstr "더 자세한 정보는 `트위터 API 문서 - 미디어 업로드`_ 페이지를 참고하세요."
+
+#: ../../faq.rst:53
+msgid ""
+"Why am I getting an inconsistent number of / not getting 3200 Tweets for "
+"a specific user?"
+msgstr "특정 사용자에 대한 3200개의 트윗이 수신되거나 그렇지 못한 이유는 무엇인가요? "
+
+#: ../../faq.rst:55
+msgid ""
+"\"For very high volume and high traffic accounts, be aware that the "
+"Twitter API is highly distributed and eventually consistent. We strive to"
+" provide current information but like any large scale system, you may see"
+" unexpected behaviours at high volumes.\""
+msgstr ""
+"\"많은 트래픽이나 고용량의 트래픽을 발생시키는 계정의 경우, "
+"트위터 API가 고도로 분산되어 있으며 일관성이 있음을 유의해야 합니다. "
+"저희는 최신 정보를 제공하기 위해 노력하나, 다른 대규모 시스템과 마찬가지로 "
+"예상 밖의 행동을 고용량 트래픽으로 간주할 수 있습니다.\""
+
+#: ../../faq.rst:60
+msgid "https://twittercommunity.com/t/inconsistent-tweet-retrieval/150635"
+msgstr "https://twittercommunity.com/t/inconsistent-tweet-retrieval/150635"
+
+#: ../../faq.rst:63
+msgid "Why am I getting no results from :meth:`API.search_tweets`?"
+msgstr ":meth:`API.search_tweets` 로부터 아무 결과값도 받지 못하는 이유는 무엇인가요? "
+
+#: ../../faq.rst:65
+msgid ""
+"Twitter's standard search API only \"searches against a sampling of "
+"recent Tweets published in the past 7 days.\""
+msgstr "트위터의 표준 검색 API는 \"최근 7일간의 트윗에 대해서만 검색\"합니다."
+
+#: ../../faq.rst:68
+msgid ""
+"If you're specifying an ID range beyond the past 7 days or there are no "
+"results from the past 7 days, then no results will be returned."
+msgstr ""
+"최근 7일 밖과 같은 범위를 지정하거나, 지난 7일간의 트윗(또는 대상 데이터)이 없으면 "
+"결과값이 반환되지 않습니다. "
+
+#: ../../faq.rst:71
+msgid ""
+"See Twitter's documentation on the standard search API for more "
+"information: https://developer.twitter.com/en/docs/twitter-"
+"api/v1/tweets/search/overview https://developer.twitter.com/en/docs"
+"/twitter-api/v1/tweets/search/api-reference/get-search-tweets"
+msgstr ""
+"더 자세한 정보는 다음의 트위터 API 문서 - 표준 검색을 참고하세요: "
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/overview "
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets"
+
+#: ../../faq.rst:76
+msgid "Tweepy v4"
+msgstr "tweepy v4"
+
+#: ../../faq.rst:79
+msgid ""
+"Why am I getting a :class:`TypeError` about an :class:`API` method taking"
+" 1 positional argument but given 2?"
+msgstr ""
+":class:`API` 클래스의 메서드 중 하나의 위치 인수(Positional argument)를 받는 메서드가 "
+"두 개의 위치 인수를 전달해줬을 때 :class:`TypeError` 를 반환하나요? "
+
+#: ../../faq.rst:81
+msgid ""
+"This and other similar errors are due to :ref:`Tweepy v4.0.0 <Version "
+"4.0.0>` changing :class:`API` methods to no longer accept arbitrary "
+"positional arguments. The 1 positional argument being referred to in the "
+"error is ``self``."
+msgstr ""
+"이 오류 및 다른 유사한 오류는 :ref:`Tweepy v4.0.0 <Version 4.0.0>` 에서의 변경점 중 "
+":class:`API` 클래스의 메서드가 더 이상 임의의 위치 인수를 받지 않도록 바뀌었기 때문입니다. "
+
+#: ../../faq.rst:86
+msgid "These parameters can be passed as keyword arguments instead."
+msgstr "이런 매개변수는 키워드 인수(Keyword argument)로 대신 전달될 수 있습니다. "
+
+#: ../../faq.rst:88
+msgid "Refer to the documentation for the :class:`API` method being used."
+msgstr "사용 중인 :class:`API` 클래스 메서드에 대한 tweepy 문서를 참고하세요. "
+
+#: ../../faq.rst:91
+msgid "Where did ``API.me`` go?"
+msgstr "``API.me`` 는 어디로 이동됐나요? "
+
+#: ../../faq.rst:93
+msgid ""
+"If you're attempting to use ``API.me`` with Tweepy v4, you'll get an "
+":class:`AttributeError` about the :class:`API` object not having a ``me``"
+" attribute."
+msgstr ""
+"tweepy v4에서 ``API.me`` 를 사용하려 하면, :class:`API` 가 ``me`` 속성을 "
+"가지고 있지 않다는 :class:`AttributeError` 가 반환될 겁니다."
+
+#: ../../faq.rst:97
+msgid "This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` removed ``API.me``."
+msgstr "이는 :ref:`Tweepy v4.0.0 <Version 4.0.0>` 부터 ``API.me`` 가 제거됐기 때문입니다."
+
+#: ../../faq.rst:99
+msgid "Instead, you can use :meth:`API.verify_credentials`."
+msgstr ":meth:`API.verify_credentials` 를 이 대신 사용할 수 있습니다. "
+
+#: ../../faq.rst:102
+msgid "Where did ``API.search`` go?"
+msgstr "``API.search`` 는 어디로 이동됐나요? "
+
+#: ../../faq.rst:104
+msgid ""
+"If you're attempting to use ``API.search`` or other :class:`API` methods "
+"from Tweepy v3, you might encounter an :class:`AttributeError` with "
+"Tweepy v4."
+msgstr ""
+"``API.search`` 이나 tweepy v3 에서만 지원했던 :class:`API` 메서드를 사용하려는 경우, "
+"tweepy v4에서는 :class:`AttributeError` 가 대신 반환되게 됩니다."
+
+#: ../../faq.rst:107
+msgid ""
+"This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` renamed many "
+":class:`API` methods to be more consistent."
+msgstr ""
+"이는 :ref:`Tweepy v4.0.0 <Version 4.0.0>` 부터 많은 :class:`API` 클래스 "
+"메서드의 이름을 일관적으로 보이도록 바꿨기 때문입니다."
+
+#: ../../faq.rst:110
+msgid ""
+"For example, ``API.search`` was renamed to :meth:`API.search_tweets`. You"
+" can refer to the changelog / release notes and update your method "
+"invocations accordingly."
+msgstr ""
+"예로, ``API.search`` 는 :meth:`API.search_tweets` 로 바뀌었습니다. "
+"체인지로그(Changelog)나 릴리즈 노트(Release note)를 참고해, "
+"메서드 호출법을 올바르게 수정해 주세요. "
+
+#: ../../faq.rst:115
+msgid "Where did ``StreamListener`` go?"
+msgstr "``StreamListener`` 는 어디로 이동됐나요? "
+
+#: ../../faq.rst:117
+msgid ""
+"If you're attempting to import ``StreamListener`` with Tweepy v4, you'll "
+"get an :class:`AttributeError` about ``tweepy`` not having a "
+"``StreamListener`` attribute."
+msgstr ""
+"tweepy v4에서 ``StreamListener`` 를 임포트하려 하면, "
+"``tweepy`` 가 ``StreamListener`` 속성을 가지고 있지 않다는 "
+":class:`AttributeError` 가 반환될 겁니다."
+
+#: ../../faq.rst:121
+msgid ""
+"This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` merged "
+"``StreamListener`` into :class:`Stream`."
+msgstr ""
+"이는 :ref:`tweepy v4.0.0 <Version 4.0.0>` 에서 ``StreamListener`` 가 "
+":class:`Stream` 클래스로 병합되었기 때문입니다. "
+
+#: ../../faq.rst:124
+msgid ""
+"To use Tweepy v4, you'll need to update your code to subclass "
+":class:`Stream` instead."
+msgstr ""
+"tweepy v4를 사용하려면, 본인의 코드를 :class:`Stream` 클래스를 사용하게끔 "
+"올바르게 수정해주어야 합니다."
+
+#: ../../faq.rst:128
+msgid "Twitter API v2"
+msgstr "트위터 API v2"
+
+#: ../../faq.rst:130
+msgid ""
+"Why am I not getting expansions or fields data with API v2 using "
+":class:`Client`?"
+msgstr "API v2에서 :class:`Client` 클래스를 사용해 필드 데이터를 받지 못하는 이유는 무엇인가요? "
+
+#: ../../faq.rst:133
+msgid ""
+"If you are simply printing the objects and looking at that output, the "
+"string representations of API v2 models/objects only include the default "
+"attributes that are guaranteed to exist."
+msgstr ""
+"만약 본인이 해당 객체를 출력하고 이를 확인하는 경우, API v2 모델 및 객체의 문자열형 "
+"표현에는 이 객체가 존재함을 보장하는 속성들만 포현되어 있을 것입니다. "
+
+#: ../../faq.rst:137
+msgid ""
+"The objects themselves still include the relevant data, which you can "
+"access as attributes or by key, like a dictionary."
+msgstr ""
+"개체 자체에는 여전히 (딕셔너리형 변수와 같이, 특정 속성 및 값으로 접근할 수 있는) "
+"관련 데이터가 포함되어 있습니다."
+
+#: ../../faq.rst:140
+msgid ""
+"There's also a ``data`` attribute/key that provides the entire data "
+"dictionary."
+msgstr ""
+"전체 데이터에 대한 딕셔너리꼴의 데이터를 제공하는, "
+"데이터(``data``)라는 속성 및 값도 존재합니다."
+
+#: ../../faq.rst:143
+msgid "How do I access ``includes`` data while using :class:`Paginator`?"
+msgstr ""
+":class:`Paginator` 클래스를 포함하고 있는 ``includes`` 데이터에 "
+"액세스하려면 어떻게 해야 하나요? "
+
+#: ../../faq.rst:145
+msgid ""
+":meth:`Paginator.flatten` flattens the ``data`` and iterates over each "
+"object."
+msgstr ""
+":meth:`Paginator.flatten` 메서드가 ``data`` 를 1차원꼴로 단순화해 주고, "
+"이를 각 개체에 대해 반복합니다."
+
+#: ../../faq.rst:147
+msgid ""
+"To access ``includes``, you'll need to iterate through each response "
+"instead."
+msgstr ""
+"``includes`` 에 액세스하려면, 대신 각 응답에 대해 반복해야 합니다."
+
+#: ../../faq.rst:150
+msgid ""
+"Why am I getting rate-limited so quickly when using "
+":meth:`Client.search_all_tweets` with :class:`Paginator`?"
+msgstr ""
+":meth:`Client.search_all_tweets` 과 :class:`Paginator` 를 같이 사용하는데, "
+"왜 이렇게 트위터 API 제한에 빨리 도달하나요? "
+
+#: ../../faq.rst:152
+msgid ""
+"The `GET /2/tweets/search/all`_ Twitter API endpoint that "
+":meth:`Client.search_all_tweets` uses has an additional 1 request per "
+"second rate limit that is not handled by :class:`Paginator`."
+msgstr ""
+":meth:`Client.search_all_tweets` 가 사용하는 "
+"`가져오기: /2/tweets/search/all`_ 트위터 API 엔드포인트는 초당 1번의 추가 제한을 "
+"갖고 있으며, 이는 :class:`Paginator` 에 의해 처리되지 않습니다."
+
+#: ../../faq.rst:156
+msgid ""
+"You can :func:`time.sleep` 1 second while iterating through responses to "
+"handle this rate limit."
+msgstr ""
+":func:`time.sleep` 을 이용, 반복 작업 간 지연 시간을 1초로 설정해 "
+"API 호출 제한에 도달하지 않도록 할 수 있습니다. "
+
index f305911d9c397baa6f2e6d36491ff5fc190dcdee..4564754e5111699d1477b580d22f66be5374248d 100644 (file)
@@ -1,21 +1,21 @@
-# Getting started
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 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: 2019-12-28 11:09+0900\n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2021-12-03 17:16+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
 
 #: ../../getting_started.rst:6
 msgid "Getting started"
@@ -31,14 +31,14 @@ msgid ""
 "tutorial is to get you set-up and rolling with Tweepy. We won't go into "
 "too much detail here, just some important basics."
 msgstr ""
-"Tweepy가 처음이라면, 이 문서를 참조하시는 것을 권장합니다. "
+"tweepy가 처음이라면, 이 문서를 참조하시는 것을 권장합니다. "
 "이 문서의 목표는 여러분이 Tweepy를 어떻게 설정하고 롤링하는지 "
 "알게 되는 것입니다. 여기서는 세부적인 언급은 피할 것이며, "
 "몇 가지 중요한 기초 사항들만 다룰 것입니다."
 
 #: ../../getting_started.rst:16
 msgid "Hello Tweepy"
-msgstr "Hello Tweepy"
+msgstr "Tweepy.안녕()!"
 
 #: ../../getting_started.rst:31
 msgid ""
@@ -47,9 +47,9 @@ msgid ""
 " for authentication. The :ref:`auth_tutorial` goes into more details "
 "about authentication."
 msgstr ""
-"위 예제는 내 타임라인의 트윗을 다운로드하여, 콘솔에 각 트윗을 텍스트로 "
+"위 예제는 내 타임라인의 트윗을 다운로드하여, 콘솔에 각 트윗을 텍스트로 "
 "출력하는 예제입니다. 참고로, 트위터는 모든 요청에 OAuth 인증을 요구합니다. "
-"ì\9d¸ì¦\9dì\97\90 ë\8c\80í\95\9c ë³´ë\8b¤ ì\9e\90ì\84¸í\95\9c ë\82´ì\9a©ì\9d\80 :ref:`auth_tutorial` ë¥¼ ì°¸ê³ í\95´ì£¼ì\84¸ì\9a\94."
+"ì\9d¸ì¦\9dì\97\90 ë\8c\80í\95\9c ë³´ë\8b¤ ì\9e\90ì\84¸í\95\9c ë\82´ì\9a©ì\9d\80 :ref:`auth_tutorial` ë¥¼ ì°¸ê³ í\95\98ì\8b\9c기 ë°\94ë\9e\8dë\8b\88ë\8b¤."
 
 #: ../../getting_started.rst:37
 msgid "API"
@@ -68,16 +68,16 @@ msgstr ""
 
 #: ../../getting_started.rst:45
 msgid "Models"
-msgstr "모델 (Models)"
+msgstr "모델"
 
 #: ../../getting_started.rst:47
 msgid ""
 "When we invoke an API method most of the time returned back to us will be"
 " a Tweepy model class instance. This will contain the data returned from "
 "Twitter which we can then use inside our application. For example the "
-"following code returns to us an User model::"
+"following code returns to us a User model::"
 msgstr ""
-"API 메소드를 호출할 때, 반환받는 것의 대부분은 Tweepy의 모델 클래스 인스턴스가 "
+"API 메소드를 호출할 때, 반환받는 것의 대부분은 Tweepy 모델 클래스의 인스턴스(객체)가 "
 "될 것입니다. 이는 애플리케이션에서 사용 가능한, "
 "트위터로부터 반환받은 데이터를 포함할 것입니다. "
 "예를 들어, 아래의 코드는 User 모델을 반환합니다:: "
index 450ab237280c47fe24bd517af6961832f21b646f..af43d30919151cf26b3614310efb6c328c481548 100644 (file)
@@ -1,39 +1,39 @@
-# Index
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 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: 2019-12-28 11:03+0900\n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2021-12-03 16:33+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
 
 #: ../../index.rst:7
 msgid "Tweepy Documentation"
-msgstr "Tweepy 기술 문서"
+msgstr "트위피 문서"
 
 #: ../../index.rst:9
 msgid "Contents:"
 msgstr "내용:"
 
-#: ../../index.rst:24
+#: ../../index.rst:32
 msgid "Indices and tables"
-msgstr "ì\9d¸ë\8d±ì\8a¤ì\99\80 Tables"
+msgstr "ì\83\89ì\9d¸ ë°\8f í\85\8cì\9d´ë¸\94"
 
-#: ../../index.rst:26
+#: ../../index.rst:34
 msgid ":ref:`genindex`"
 msgstr ":ref:`genindex`"
 
-#: ../../index.rst:27
+#: ../../index.rst:35
 msgid ":ref:`search`"
 msgstr ":ref:`search`"
 
index 37998056ed77cbc163502afa25a344b50775bd26..bd7666bc30d2b18639f028c11f4f81e07f82005d 100644 (file)
@@ -1,31 +1,46 @@
-# Installation
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 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: 2019-12-28 11:01+0900\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: 2021-12-03 16:41+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
 
 #: ../../install.rst:2
 msgid "Installation"
 msgstr "설치하기"
 
 #: ../../install.rst:4
-msgid "Install from PyPI::"
-msgstr "PyPI로부터 설치하기::"
+#, fuzzy
+msgid ""
+"The easiest way to install the latest version from PyPI is by using "
+"`pip`_::"
+msgstr "PyPI로부터 최신 버전을 설치하는 가장 쉬운 방법은, pip를 이용하는 것입니다::"
+
+#: ../../install.rst:10
+msgid ""
+"To use the ``tweepy.asynchronous`` subpackage, be sure to install with "
+"the ``async`` extra::"
+msgstr "하위 패키지인 ``tweepy.asynchronous`` 를 사용하려면, 아래와 같이 ``async`` 도 설치되게 해야 합니다:: "
+
+#: ../../install.rst:15
+msgid ""
+"You can also use Git to clone the repository from GitHub to install the "
+"latest development version::"
+msgstr "Git을 사용해 GitHub 저장소를 복제(Clone)해와, 최신 개발 버전을 설치할 수도 있습니다."
 
-#: ../../install.rst:8
-msgid "Install from source::"
-msgstr "ì\9b\90본 ì\86\8cì\8a¤ì½\94ë\93\9cë¡\9cë¶\80í\84° ì\84¤ì¹\98í\95\98기::"
+#: ../../install.rst:22
+msgid "Alternatively, install directly from the GitHub repository::"
+msgstr "ì\9c\84ì\99\80 ê°\99ì\9d\80 ë°©ë²\95 ë\8c\80ì\8b , ì\95\84ë\9e\98ì\99\80 ê°\99ì\9d´ GitHub ì \80ì\9e¥ì\86\8cì\97\90ì\84\9c ì§\81ì \91 ì\84¤ì¹\98í\95  ì\88\98ë\8f\84 ì\9e\88ì\8aµë\8b\88ë\8b¤:: "
 
diff --git a/docs/locale/ko/LC_MESSAGES/models.po b/docs/locale/ko/LC_MESSAGES/models.po
new file mode 100644 (file)
index 0000000..021c627
--- /dev/null
@@ -0,0 +1,189 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2021-12-03 18:30+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../models.rst:5
+msgid "Models Reference"
+msgstr "모델 레퍼런스"
+
+#: ../../models.rst:9
+msgid "API v1.1"
+msgstr "API v1.1"
+
+#: ../../models.rst
+msgid "reference"
+msgstr "레퍼런스"
+
+#: ../../models.rst:13
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/geo#bounding-box"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/geo#bounding-box"
+
+#: ../../models.rst:17
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/guides/message-create-object"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/guides/message-create-object"
+
+#: ../../models.rst:21
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show#example-"
+"response"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show#example-"
+"response"
+
+#: ../../models.rst:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show#example-response"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show#example-response"
+
+#: ../../models.rst:29
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/entities#media"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/entities#media"
+
+#: ../../models.rst:33
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/geo#place"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/geo#place"
+
+#: ../../models.rst:37
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup#example-"
+"response"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup#example-"
+"response"
+
+#: ../../models.rst:41
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
+"#example-response"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
+"#example-response"
+
+#: ../../models.rst:45
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets#example-response"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets#example-response"
+
+#: ../../models.rst:49
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/tweet"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/tweet"
+
+#: ../../models.rst:53
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/user"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/user"
+
+#: ../../models.rst:55
+msgid "API v2"
+msgstr "API v2"
+
+#: ../../models.rst:63
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/lists"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/lists"
+
+#: ../../models.rst:67
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/media"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/media"
+
+#: ../../models.rst:71
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/place"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/place"
+
+#: ../../models.rst:75
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/poll"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/poll"
+
+#: ../../models.rst:79 ../../models.rst:92
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/tweet"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/tweet"
+
+#: ../../models.rst:85
+msgid "Added ``ended_at`` and ``topic_ids`` fields"
+msgstr "다음 필드가 추가됨: ``ended_at``, ``topic_ids``"
+
+#: ../../models.rst:88
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/space"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/space"
+
+#: ../../models.rst:96
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/user"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/user"
+
diff --git a/docs/locale/ko/LC_MESSAGES/pagination.po b/docs/locale/ko/LC_MESSAGES/pagination.po
new file mode 100644 (file)
index 0000000..66d10fc
--- /dev/null
@@ -0,0 +1,112 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2022-01-08 04:55+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../pagination.rst:7
+msgid "Pagination"
+msgstr "페이지화"
+
+#: ../../pagination.rst:11 ../../pagination.rst:26
+msgid "API v1.1"
+msgstr "API v1.1"
+
+#: of tweepy.cursor.Cursor:1
+msgid ""
+":class:`Cursor` can be used to paginate for any :class:`API` methods that"
+" support pagination"
+msgstr ""
+"페이지화를 지원하는 모든 :class:`API` 메서드는, 페이지 매김을 위해 :class:`Cursor` 를 사용할 수 있음. "
+
+#: of tweepy.cursor.Cursor tweepy.cursor.Cursor.items
+#: tweepy.cursor.Cursor.pages tweepy.pagination.Paginator
+#: tweepy.pagination.Paginator.flatten
+msgid "Parameters"
+msgstr "매개변수"
+
+#: of tweepy.cursor.Cursor:4
+msgid ":class:`API` method to paginate for"
+msgstr "페이지화할 :class:`API` 메서드"
+
+#: of tweepy.cursor.Cursor:5 tweepy.pagination.Paginator:7
+msgid "Positional arguments to pass to ``method``"
+msgstr "``method`` 에 전달할 위치 인수(Positional arguments)."
+
+#: of tweepy.cursor.Cursor:6 tweepy.pagination.Paginator:8
+msgid "Keyword arguments to pass to ``method``"
+msgstr "``method`` 에 전달할 키워드 인수(Keyword arguments)."
+
+#: of tweepy.cursor.Cursor.items:1
+msgid "Retrieve the items in each page/request"
+msgstr "요청 당 각 페이지에 있는 항목들을 가져옴."
+
+#: of tweepy.cursor.Cursor.items:3
+msgid "Maximum number of items to iterate over"
+msgstr "반복할 최대 항목의 수"
+
+#: of tweepy.cursor.Cursor.items tweepy.cursor.Cursor.pages
+msgid "Returns"
+msgstr "반환"
+
+#: of tweepy.cursor.Cursor.items:5
+msgid "Iterator to iterate through items"
+msgstr "각 항목마다 반복하는 반복자(Iterator)"
+
+#: of tweepy.cursor.Cursor.items tweepy.cursor.Cursor.pages
+msgid "Return type"
+msgstr "반환 형식"
+
+#: of tweepy.cursor.Cursor.pages:1
+msgid "Retrieve the page for each request"
+msgstr "각 요청 당 페이지를 가져옴."
+
+#: of tweepy.cursor.Cursor.pages:3
+msgid "Maximum number of pages to iterate over"
+msgstr "반복할 최대 페이지 수"
+
+#: of tweepy.cursor.Cursor.pages:5
+msgid "Iterator to iterate through pages"
+msgstr "각 페이지마다 반복하는 반복자(Iterator)"
+
+#: ../../pagination.rst:16 ../../pagination.rst:43
+msgid "API v2"
+msgstr "API v2"
+
+#: of tweepy.pagination.Paginator:1
+msgid ""
+":class:`Paginator` can be used to paginate for any :class:`Client` "
+"methods that support pagination"
+msgstr ""
+"페이지화를 지원하는 모든 클라이언트(:class:`Client`) 메서드에 대해 "
+"페이지 매김(:class:`Paginator`)을 사용할 수 있습니다."
+
+#: of tweepy.pagination.Paginator:6
+msgid ":class:`Client` method to paginate for"
+msgstr "페이지화할 :class:`Client` 메서드"
+
+#: of tweepy.pagination.Paginator.flatten:1
+msgid "Flatten paginated data"
+msgstr "1차원 배열화(Flatten) 페이지 매김된 데이터"
+
+#: of tweepy.pagination.Paginator.flatten:3
+msgid "Maximum number of results to yield"
+msgstr "산출할 최대 결과의 수"
+
+#: ../../pagination.rst:22
+msgid "Example"
+msgstr "예시"
+
index 69d752d813d6aa39b58d96b2cea6bc220170a30e..e5d60fd26a71f5a466f6360165a6397eb567e998 100644 (file)
@@ -1,19 +1,19 @@
-# Parameters
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 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: 2019-12-28 10:59+0900\n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2021-11-30 09:39+0900\n"
 "Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
 
diff --git a/docs/locale/ko/LC_MESSAGES/running_tests.po b/docs/locale/ko/LC_MESSAGES/running_tests.po
deleted file mode 100644 (file)
index 4d3e385..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Running Tests
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: Tweepy-ko\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-28 09:41+0900\n"
-"PO-Revision-Date: 2019-12-28 10:59+0900\n"
-"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
-
-#: ../../running_tests.rst:5
-msgid "Running Tests"
-msgstr "테스트 하기"
-
-#: ../../running_tests.rst:7
-msgid "These steps outline how to run tests for Tweepy:"
-msgstr "다음은 Tweepy에서 어떻게 테스트를 진행할 수 있는가에 대한 대략적인 설명입니다."
-
-#: ../../running_tests.rst:9
-msgid "Download Tweepy's source code to a directory."
-msgstr "Tweepy 소스코드를 다운로드합니다."
-
-#: ../../running_tests.rst:11
-msgid ""
-"Install from the downloaded source with the ``test`` extra, e.g. ``pip "
-"install .[test]``. Optionally install the ``dev`` extra as well, for "
-"``tox`` and ``coverage``, e.g. ``pip install .[dev,test]``."
-msgstr ""
-"다운로드한 소스코드를 ``test`` 의 추가 정보를 사용, 설치하세요. "
-"(예시: ``pip install .[test]`` ) 추가적으로 ``tox`` 와 ``coverage`` 의 사용이 필요하다면 "
-"``dev`` 추가 정보와 같이 설치해주세요. (예시: ``pip install .[dev,test]`` )"
-
-#: ../../running_tests.rst:15
-msgid ""
-"Run ``python setup.py nosetests`` or simply ``nosetests`` in the source "
-"directory. With the ``dev`` extra, coverage will be shown, and ``tox`` "
-"can also be run to test different Python versions."
-msgstr ""
-"소스 디렉토리에서 ``python setup.py nonsetests`` 또는 간단하게 ``nonsetests`` 를 실행시키세요. "
-"``dev`` 추가 정보를 포함했다면 ``coverage`` 를 볼 수 있으며, "
-"``tox`` 를 이용해 다른 버전의 파이썬으로 실행할 수도 있습니다."
-
-#: ../../running_tests.rst:19
-msgid "To record new cassettes, the following environment variables can be used:"
-msgstr "새 카세트를 기록하기 위해서는, 아래 환경 변수들을 사용할 수 있어야 합니다:"
-
-#: ../../running_tests.rst:21
-msgid ""
-"``TWITTER_USERNAME`` ``CONSUMER_KEY`` ``CONSUMER_SECRET`` ``ACCESS_KEY`` "
-"``ACCESS_SECRET`` ``USE_REPLAY``"
-msgstr ""
-"``TWITTER_USERNAME`` ``CONSUMER_KEY`` ``CONSUMER_SECRET`` ``ACCESS_KEY`` "
-"``ACCESS_SECRET`` ``USE_REPLAY``"
-
-#: ../../running_tests.rst:28
-msgid ""
-"Simply set ``USE_REPLAY`` to ``False`` and provide the app and account "
-"credentials and username."
-msgstr ""
-"간단하게 ``USE_REPLAY`` 를 ``False`` 로 설정하고, 앱, 계정 자격 증명, 사용자 이름을 제공해도 됩니다."
diff --git a/docs/locale/ko/LC_MESSAGES/stream.po b/docs/locale/ko/LC_MESSAGES/stream.po
new file mode 100644 (file)
index 0000000..f791abd
--- /dev/null
@@ -0,0 +1,378 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2021-11-27 16:12+0900\n"
+"PO-Revision-Date: 2022-01-08 06:26+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../stream.rst:7
+msgid ":class:`tweepy.Stream` --- Stream Reference"
+msgstr ":class:`tweepy.Stream` --- 스트림 레퍼런스"
+
+#: of tweepy.streaming.Stream:1
+msgid "Filter and sample realtime Tweets"
+msgstr "실시간으로 트윗을 필터링 및 샘플링합니다."
+
+#: of tweepy.streaming.Stream tweepy.streaming.Stream.filter
+#: tweepy.streaming.Stream.on_closed tweepy.streaming.Stream.on_data
+#: tweepy.streaming.Stream.on_delete
+#: tweepy.streaming.Stream.on_disconnect_message
+#: tweepy.streaming.Stream.on_exception tweepy.streaming.Stream.on_limit
+#: tweepy.streaming.Stream.on_request_error
+#: tweepy.streaming.Stream.on_scrub_geo tweepy.streaming.Stream.on_status
+#: tweepy.streaming.Stream.on_status_withheld
+#: tweepy.streaming.Stream.on_user_withheld tweepy.streaming.Stream.on_warning
+#: tweepy.streaming.Stream.sample
+msgid "Parameters"
+msgstr "매개변수"
+
+#: of tweepy.streaming.Stream:3
+msgid "Twitter API Consumer Key"
+msgstr "트위터 API의 Consumer Key."
+
+#: of tweepy.streaming.Stream:5
+msgid "Twitter API Consumer Secret"
+msgstr "트위터 API의 Consumer Secret."
+
+#: of tweepy.streaming.Stream:7
+msgid "Twitter API Access Token"
+msgstr "트위터 API의 Access Token."
+
+#: of tweepy.streaming.Stream:9
+msgid "Twitter API Access Token Secret"
+msgstr "트위터 API의 Access Token Secret."
+
+#: of tweepy.streaming.Stream:11
+msgid ""
+"The default socket.read size. Default to 512, less than half the size of "
+"a Tweet so that it reads Tweets with the minimal latency of 2 reads per "
+"Tweet. Values higher than ~1kb will increase latency by waiting for more "
+"data to arrive but may also increase throughput by doing fewer socket "
+"read calls."
+msgstr ""
+"socket.read의 기본 크기. 트윗을 최소한의 지연시간으로 읽을 수 있도록, "
+"트윗 크기의 절반도 채 되지 않는 512로 기본 설정되어 있습니다. "
+"이 값을 1Kb 또는 그 이상으로 설정하면, 더 많은 데이터가 도착할 때까지 대기하므로 "
+"대기 시간은 증가하지만, 소켓의 읽기 호출은 적게 수행할 수도 있습니다."
+
+#: of tweepy.streaming.Stream:17
+msgid ""
+"Whether or not to use a daemon thread when using a thread to run the "
+"stream"
+msgstr "스트림을 실행하는 데 스레드를 사용할 경우, 데몬 스레드를 사용할지의 여부. "
+
+#: of tweepy.streaming.Stream:20
+msgid "Max number of times to retry connecting the stream"
+msgstr "스트림에 재연결을 시도할 최대 횟수"
+
+#: of tweepy.streaming.Stream:22
+msgid "URL of the proxy to use when connecting to the stream"
+msgstr "스트림에 연결할 때 사용할 프록시의 URL"
+
+#: of tweepy.streaming.Stream:24
+msgid ""
+"Either a boolean, in which case it controls whether to verify the "
+"server’s TLS certificate, or a string, in which case it must be a path to"
+" a CA bundle to use."
+msgstr ""
+"Boolean형으로 사용할 때는, 서버의 TLS 인증서를 확인할지의 여부를 설정할 수 있습니다. "
+"문자열형으로 사용할 때는, 사용할 CA 번들의 경로를 입력해야 합니다."
+
+#: of tweepy.streaming.Stream:31
+msgid "Whether there's currently a stream running"
+msgstr "현재 실행 중인 스트림이 있는지의 여부"
+
+#: of tweepy.streaming.Stream
+msgid "type"
+msgstr "형식"
+
+#: of tweepy.streaming.Stream:33
+msgid "bool"
+msgstr "bool"
+
+#: of tweepy.streaming.Stream:37
+msgid "Requests Session used to connect to the stream"
+msgstr "스트림에 연결하는 데 사용했던 세션 요청(Requests Session)"
+
+#: of tweepy.streaming.Stream:39
+msgid "Optional[:class:`requests.Session`]"
+msgstr "Optional[:class:`requests.Session`]"
+
+#: of tweepy.streaming.Stream:43
+msgid "Thread used to run the stream"
+msgstr "스트림을 실행하는 데 사용했던 스레드"
+
+#: of tweepy.streaming.Stream:45
+msgid "Optional[:class:`threading.Thread`]"
+msgstr "Optional[:class:`threading.Thread`]"
+
+#: of tweepy.streaming.Stream:49
+msgid "User agent used when connecting to the stream"
+msgstr "스트림에 연결하는 데 사용했던 사용자 에이전트(user_agent)"
+
+#: of tweepy.streaming.Stream:51
+msgid "str"
+msgstr "str"
+
+#: of tweepy.streaming.Stream.filter:1
+msgid "Filter realtime Tweets"
+msgstr "실시간 트윗 필터링"
+
+#: of tweepy.streaming.Stream.filter:3
+msgid "User IDs, indicating the users to return statuses for in the stream"
+msgstr "스트림으로부터 트윗들(statuses)을 반환받을 특정 사용자를 지정하는 사용자 ID값."
+
+#: of tweepy.streaming.Stream.filter:5
+msgid "Keywords to track"
+msgstr "추적할(Track) 키워드."
+
+#: of tweepy.streaming.Stream.filter:7
+msgid "Specifies a set of bounding boxes to track"
+msgstr "추적할(Track) 위치를 지정하는 경계 상자(Bounding box)의 집합 지정."
+
+#: of tweepy.streaming.Stream.filter:9
+msgid ""
+"Setting this parameter to one of none, low, or medium will set the "
+"minimum value of the filter_level Tweet attribute required to be included"
+" in the stream. The default value is none, which includes all available "
+"Tweets.  When displaying a stream of Tweets to end users (dashboards or "
+"live feeds at a presentation or conference, for example) it is suggested "
+"that you set this value to medium."
+msgstr ""
+"이 매개변수를 none, low 또는 medium 중 하나로 설정하면 "
+"스트림에 포함해야 하는 트윗 속성 중 filter_level 속성의 최솟값을 정합니다. "
+"기본값은 none이며, 이는 모든 사용 가능한 트윗을 스트림에 포함합니다. "
+"스트림의 트윗을 엔드유저(예: 프레젠테이션, 컨퍼런스의 대시보드 또는 라이브 피드)에게 "
+"트윗 스트림을 표시해야 할 때는, 이 값을 medium으로 설정하는 것을 권장합니다. "
+
+#: of tweepy.streaming.Stream.filter:9
+msgid ""
+"Setting this parameter to one of none, low, or medium will set the "
+"minimum value of the filter_level Tweet attribute required to be included"
+" in the stream. The default value is none, which includes all available "
+"Tweets."
+msgstr ""
+"이 매개변수를 none, low 또는 medium 중 하나로 설정하면 "
+"스트림에 포함해야 하는 트윗 속성 중 filter_level 속성의 최솟값을 정합니다. "
+"기본값은 none이며, 이는 모든 사용 가능한 트윗을 스트림에 포함합니다. "
+
+#: of tweepy.streaming.Stream.filter:14
+msgid ""
+"When displaying a stream of Tweets to end users (dashboards or live feeds"
+" at a presentation or conference, for example) it is suggested that you "
+"set this value to medium."
+msgstr ""
+"스트림의 트윗을 엔드유저(예: 프레젠테이션, 컨퍼런스의 대시보드 또는 라이브 피드)에게 "
+"트윗 스트림을 표시해야 할 때는, 이 값을 medium으로 설정하는 것을 권장합니다. "
+
+#: of tweepy.streaming.Stream.filter:18 tweepy.streaming.Stream.sample:3
+msgid ""
+"Setting this parameter to a comma-separated list of `BCP 47`_ language "
+"identifiers corresponding to any of the languages listed on Twitter’s "
+"`advanced search`_ page will only return Tweets that have been detected "
+"as being written in the specified languages. For example, connecting with"
+" language=en will only stream Tweets detected to be in the English "
+"language."
+msgstr ""
+"이 매개변수를 `BCP 47`_ 언어 식별자꼴로 표현되는, 쉼표(,)로 구분된 리스트로 설정하면"
+"(단, 트위터의 `고급 검색`_ 페이지에 있는 언어에 한함) 지정한 언어로 작성된 트윗만 "
+"반환합니다. 예로, language=ko 로 설정하면 한국어로 작성된 트윗만 스트림에 포함됩니다. "
+
+#: of tweepy.streaming.Stream.filter:25 tweepy.streaming.Stream.sample:10
+msgid "Specifies whether stall warnings should be delivered"
+msgstr "지연 경고(Stall warnings)를 전달할지의 여부"
+
+#: of tweepy.streaming.Stream.filter:27 tweepy.streaming.Stream.sample:12
+msgid "Whether or not to use a thread to run the stream"
+msgstr "스레드를 실행하기 위해 스레드를 사용할지의 여부"
+
+#: of tweepy.streaming.Stream.filter
+msgid "Raises"
+msgstr "발생 예외"
+
+#: of tweepy.streaming.Stream.filter:30
+msgid "When number of location coordinates is not a multiple of 4"
+msgstr "위치 좌표 수가 4의 배수가 아닌 경우"
+
+#: of tweepy.streaming.Stream.filter tweepy.streaming.Stream.sample
+msgid "Returns"
+msgstr "반환"
+
+#: of tweepy.streaming.Stream.filter:32 tweepy.streaming.Stream.sample:15
+msgid "The thread if ``threaded`` is set to ``True``, else ``None``"
+msgstr "``threaded`` 가 ``True`` 로 설정된 경우 스레드, 아닌 경우 ``None``"
+
+#: of tweepy.streaming.Stream.filter tweepy.streaming.Stream.sample
+msgid "Return type"
+msgstr "반환 형식"
+
+#: of tweepy.streaming.Stream.filter:36 tweepy.streaming.Stream.on_data:9
+#: tweepy.streaming.Stream.sample:19
+msgid "References"
+msgstr "참조"
+
+#: of tweepy.streaming.Stream.filter:37
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/api-reference/post-statuses-filter"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/api-reference/post-statuses-filter"
+
+#: of tweepy.streaming.Stream.sample:1
+msgid "Sample realtime Tweets"
+msgstr "실시간 트윗 샘플링"
+
+#: of tweepy.streaming.Stream.sample:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/sample-"
+"realtime/api-reference/get-statuses-sample"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/sample-"
+"realtime/api-reference/get-statuses-sample"
+
+#: of tweepy.streaming.Stream.disconnect:1
+msgid "Disconnect the stream"
+msgstr "스트림 연결 끊기"
+
+#: of tweepy.streaming.Stream.on_closed:1
+msgid "This is called when the stream has been closed by Twitter."
+msgstr "트위터에 의해 스트림이 닫힐 경우 호출됨."
+
+#: of tweepy.streaming.Stream.on_closed:3
+msgid "The Response from Twitter"
+msgstr "트위터로부터의 응답"
+
+#: of tweepy.streaming.Stream.on_connect:1
+msgid "This is called after successfully connecting to the streaming API."
+msgstr "스트리밍 API에 성공적으로 연결되면 호출됨."
+
+#: of tweepy.streaming.Stream.on_connection_error:1
+msgid "This is called when the stream connection errors or times out."
+msgstr "스트림 연결 오류 및 시간 초과시 호출됨."
+
+#: of tweepy.streaming.Stream.on_disconnect:1
+msgid "This is called when the stream has disconnected."
+msgstr "스트림 연결이 종료되면 호출됨."
+
+#: of tweepy.streaming.Stream.on_exception:1
+msgid "This is called when an unhandled exception occurs."
+msgstr "처리되지 않은 예외가 발생하면 호출됨."
+
+#: of tweepy.streaming.Stream.on_exception:3
+msgid "The unhandled exception"
+msgstr "처리되지 않은 예외"
+
+#: of tweepy.streaming.Stream.on_keep_alive:1
+msgid "This is called when a keep-alive signal is received."
+msgstr "keep-alive 신호를 받을 때 호출됨."
+
+#: of tweepy.streaming.Stream.on_request_error:1
+msgid "This is called when a non-200 HTTP status code is encountered."
+msgstr "HTTP 200이 아닌 상태 코드가 반환되면 호출됨."
+
+#: of tweepy.streaming.Stream.on_request_error:3
+msgid "The HTTP status code encountered"
+msgstr "발생한 HTTP 상태 코드"
+
+#: of tweepy.streaming.Stream.on_data:1
+msgid ""
+"This is called when raw data is received from the stream. This method "
+"handles sending the data to other methods based on the message type."
+msgstr ""
+"스트림에서 원본 데이터(Raw data)가 수신되면 호출됩니다. "
+"이 메서드는 메세지 유형에 따라 다른 메서드로 데이터를 전달합니다."
+
+#: of tweepy.streaming.Stream.on_data:5
+msgid "The raw data from the stream"
+msgstr "스트림으로부터의 원본 데이터(Raw data)"
+
+#: of tweepy.streaming.Stream.on_data:10
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/guides/streaming-message-types"
+msgstr """https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/guides/streaming-message-types"
+
+#: of tweepy.streaming.Stream.on_status:1
+msgid "This is called when a status is received."
+msgstr "트윗(Status)을 받아오면 호출됨."
+
+#: of tweepy.streaming.Stream.on_status:3
+msgid "The Status received"
+msgstr "받아온 트윗(Status)"
+
+#: of tweepy.streaming.Stream.on_delete:1
+msgid "This is called when a status deletion notice is received."
+msgstr "트윗(Status) 삭제를 전달받으면 호출됨."
+
+#: of tweepy.streaming.Stream.on_delete:3
+msgid "The ID of the deleted Tweet"
+msgstr "삭제된 트윗의 ID."
+
+#: of tweepy.streaming.Stream.on_delete:5
+msgid "The ID of the author of the Tweet"
+msgstr "트윗 작성자의 ID."
+
+#: of tweepy.streaming.Stream.on_disconnect_message:1
+msgid "This is called when a disconnect message is received."
+msgstr "연결 종료 메세지를 받으면 호출됨."
+
+#: of tweepy.streaming.Stream.on_disconnect_message:3
+msgid "The disconnect message"
+msgstr "연결 종료 메세지"
+
+#: of tweepy.streaming.Stream.on_limit:1
+msgid "This is called when a limit notice is received."
+msgstr "API 호출 제한을 전달받으면 호출됨."
+
+#: of tweepy.streaming.Stream.on_limit:3
+msgid ""
+"Total count of the number of undelivered Tweets since the connection was "
+"opened"
+msgstr "연결 수립 후 전달되지 않은 트윗의 총 개수"
+
+#: of tweepy.streaming.Stream.on_scrub_geo:1
+msgid "This is called when a location deletion notice is received."
+msgstr "특정 위치의 삭제를 전달받으면 호출됨."
+
+#: of tweepy.streaming.Stream.on_scrub_geo:3
+msgid "The location deletion notice"
+msgstr "특정 위치 삭제 통지"
+
+#: of tweepy.streaming.Stream.on_status_withheld:1
+msgid "This is called when a status withheld content notice is received."
+msgstr "트윗(Status) 내용 보류를 전달받으면 호출됨."
+
+#: of tweepy.streaming.Stream.on_status_withheld:3
+msgid "The status withheld content notice"
+msgstr "내용 보류 통지 대상 트윗(Status) "
+
+#: of tweepy.streaming.Stream.on_user_withheld:1
+msgid "This is called when a user withheld content notice is received."
+msgstr "사용자가 보류된 내용(의 통지)를 전달받았을때 호출됨."
+
+#: of tweepy.streaming.Stream.on_user_withheld:3
+msgid "The user withheld content notice"
+msgstr "내용 보류 통지를 받은 사용자"
+
+#: of tweepy.streaming.Stream.on_warning:1
+msgid "This is called when a stall warning message is received."
+msgstr "지연 경고(Stall warnings)를 전달받으면 호출됨."
+
+#: of tweepy.streaming.Stream.on_warning:3
+msgid "The stall warning"
+msgstr "지연 경고(Stall warnings)"
+
diff --git a/docs/locale/ko/LC_MESSAGES/streaming.po b/docs/locale/ko/LC_MESSAGES/streaming.po
new file mode 100644 (file)
index 0000000..2558135
--- /dev/null
@@ -0,0 +1,155 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2021, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: 2022-01-08 05:11+0900\n"
+"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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.9.1\n"
+
+#: ../../streaming.rst:7
+msgid "Streaming"
+msgstr "스트리밍"
+
+#: ../../streaming.rst:9
+msgid ""
+":class:`Stream` allows `filtering`_ and `sampling`_ of realtime Tweets "
+"using Twitter's API."
+msgstr ""
+":class:`Stream` 클래스는 트위터 API를 이용해, 실시간 트윗에 대한 `필터링(Filtering)`_ 과 "
+"`샘플링(Sampling)`_ 을 지원합니다. "
+
+#: ../../streaming.rst:15
+#, fuzzy
+msgid ""
+"Streams utilize Streaming HTTP protocol to deliver data through an open, "
+"streaming API connection. Rather than delivering data in batches through "
+"repeated requests by your client app, as might be expected from a REST "
+"API, a single connection is opened between your app and the API, with new"
+" results being sent through that connection whenever new matches occur. "
+"This results in a low-latency delivery mechanism that can support very "
+"high throughput. For further information, see "
+"https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data"
+msgstr ""
+"스트림은 스트리밍 HTTP 프로토콜을 이용하며, 스트리밍 API 연결을 통해데이터를 전송합니다. REST API에서 볼 수 있듯 "
+"클라이언트 앱과 API가 매 요청마다 다량의 데이터를 전송하는 대신, 앱과 API가 단일 연결을 구성하고 새 요청이 발생할 때마다 "
+"해당 요청과 그에 대한 결과만을 주고받습니다. 이와 같은 방식을 이용하면 높은 처리량을 요하는 작업을 낮은 지연시간으로 수행할 수 "
+"있습니다. 더 자세한 정보는 다음 URL을 참고하세요. "
+"https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data"
+
+#: ../../streaming.rst:25
+msgid "Using :class:`Stream`"
+msgstr ":class:`Stream` 클래스 사용하기"
+
+#: ../../streaming.rst:27
+msgid ""
+"To use :class:`Stream`, an instance of it needs to be initialized with "
+"Twitter API credentials (Consumer Key, Consumer Secret, Access Token, "
+"Access Token Secret)::"
+msgstr ""
+":class:`Stream` 클래스를 사용하려면, 해당 인스턴스가 트위터 API 자격증명으로 사전에 초기화되어 있어야 합니다. "
+"(Consumer Key, Consumer Secret, Access Token, Access Token Secret)::"
+
+#: ../../streaming.rst:38
+msgid ""
+"Then, :meth:`Stream.filter` or :meth:`Stream.sample` can be used to "
+"connect to and run a stream::"
+msgstr ""
+"그러면, :meth:`Stream.filter` 메서드나 :meth:`Stream.sample` 메서드를 사용해, 스트림에 "
+"연결하거나 스트림을 실행할 수 있습니다::"
+
+#: ../../streaming.rst:43
+msgid ""
+"Data received from the stream is passed to :meth:`Stream.on_data`. This "
+"method handles sending the data to other methods based on the message "
+"type. For example, if a Tweet is received from the stream, the raw data "
+"is sent to :meth:`Stream.on_data`, which constructs a :class:`Status` "
+"object and passes it to :meth:`Stream.on_status`. By default, the other "
+"methods, besides :meth:`Stream.on_data`, that receive the data from the "
+"stream, simply log the data received, with the `logging level`_ dependent"
+" on the type of the data."
+msgstr ""
+"스트림에서 수신된 데이터는 :meth:`Stream.on_data` 메서드로 전달됩니다. 이 메서드는 메세지 유형을 기반으로, "
+"데이터를 다른 메서드로 보내는 작업을 담당합니다. 예로, 스트림을 통해 트윗을 받은 경우 이에 대한 RAW 데이터가 "
+":meth:`Stream.on_data` 로 전달되며, 이는 :class:`Status` 객체를 만들고 이 객체를 "
+":meth:`Stream.on_status` 로 전달합니다. 기본적으로 스트림에서 데이터를 받아오는 "
+":meth:`Stream.on_data` 외의 다른 메서드는, 받아온 데이터의 유형과 관련된 `로깅 레벨(logging "
+"level)`_ 에 따라 받아온 데이터를 단순히 로깅할 뿐입니다. "
+
+#: ../../streaming.rst:53
+msgid ""
+"To customize the processing of the stream data, :class:`Stream` needs to "
+"be subclassed. For example, to print the IDs of every Tweet received::"
+msgstr ""
+"스트림 데이터의 처리를 사용자 정의하려면, :class:`Stream` 클래스를 기반으로 서브클래스(상속과 같음)를 만들어야 "
+"합니다. 예로, 받아온 트윗들의 ID를 모두 출력하려면 다음과 같은 소스코드를 사용하면 됩니다: "
+
+#: ../../streaming.rst:69
+msgid "Threading"
+msgstr "스레딩"
+
+#: ../../streaming.rst:70
+msgid ""
+"Both :meth:`Stream.filter` and :meth:`Stream.sample` have a ``threaded`` "
+"parameter. When set to ``True``, the stream will run in a separate "
+"`thread`_, which is returned by the call to either method. For example::"
+msgstr ""
+":meth:`Stream.filter` 와 :meth:`Stream.sample` 메서드는 모두 ``threaded`` 매개변수를 "
+"갖습니다. ``True`` 로 설정된 경우, 스트림이 별도의 `스레드`_ 에서 동작하게 되며, 메서드 중 하나를 호출하면 결과값을 "
+"반환하게 됩니다. 예시 소스코드는 다음과 같습니다: "
+
+#: ../../streaming.rst:79
+msgid "Handling Errors"
+msgstr "오류(Error) 처리"
+
+#: ../../streaming.rst:80
+#, fuzzy
+msgid ""
+":class:`Stream` has multiple methods to handle errors during streaming. "
+":meth:`Stream.on_closed` is called when the stream is closed by Twitter. "
+":meth:`Stream.on_connection_error` is called when the stream encounters a"
+" connection error. :meth:`Stream.on_request_error` is called when an "
+"error is encountered while trying to connect to the stream. When these "
+"errors are encountered and ``max_retries``, which defaults to infinite, "
+"hasn't been exceeded yet, the :class:`Stream` instance will attempt to "
+"reconnect the stream after an appropriate amount of time. By default, all"
+" three of these methods log an error. To customize that handling, they "
+"can be overridden in a subclass::"
+msgstr ""
+":class:`Stream` 클래스는 오류를 처리할 수 있는 여러 메서드를 가지고 있습니다. "
+":meth:`Stream.on_closed` 메서드는 트위터에 의해 스트림이 닫힌 경우 호출됩니다. "
+":meth:`Stream.on_connection_error` 메서드는 스트림에 연결 오류가 발생하면 호출됩니다. "
+":meth:`Stream.on_request_error` 메서드는 스트림에 연결하고 있는 도중에 연결 오류가 발생하면 호출됩니다. "
+"이러한 오류가 발생했으나 ``max_retries`` 회를 초과하여 시도하지 않은 경우(기본값은 무한대), "
+":class:`Stream` 인스턴스는 적절한 시간 이후에 재연결을 시도할 것입니다. 기본적으로 이 세 개의 메서드는 모두 오류를 "
+"로깅하며, 이러한 처리를 사용자 정의하려면 서브클래스를 만들어 재정의해야 합니다: "
+
+#: ../../streaming.rst:95
+msgid ""
+":meth:`Stream.on_request_error` is also passed the HTTP status code that "
+"was encountered. The HTTP status codes reference for the Twitter API can "
+"be found at https://developer.twitter.com/en/support/twitter-api/error-"
+"troubleshooting."
+msgstr ""
+":meth:`Stream.on_request_error` 메서드는 반환받은 HTTP 상태 코드도 반환합니다. 트위터 API에 대한 "
+"HTTP 상태 코드 레퍼런스는 https://developer.twitter.com/en/support/twitter-api"
+"/error-troubleshooting 을 참고하시기 바랍니다."
+
+#: ../../streaming.rst:99
+msgid ""
+":meth:`Stream.on_exception` is called when an unhandled exception occurs."
+" This is fatal to the stream, and by default, an exception is logged."
+msgstr ""
+"미리 처리하지 않은 예외가 발생하면 :meth:`Stream.on_exception` 메서드가 호출됩니다. 이는 스트림에 "
+"치명적이며, 기본적으로 예외로서 로깅됩니다. "
+
diff --git a/docs/locale/ko/LC_MESSAGES/streaming_how_to.po b/docs/locale/ko/LC_MESSAGES/streaming_how_to.po
deleted file mode 100644 (file)
index a38c9b8..0000000
+++ /dev/null
@@ -1,236 +0,0 @@
-# Streaming With Tweepy
-# Copyright (C) 2009-2020, Joshua Roesslein
-# This file is distributed under the same license as the Tweepy package.
-# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: Tweepy-ko\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-28 09:41+0900\n"
-"PO-Revision-Date: 2019-12-28 10:33+0900\n"
-"Last-Translator: 악동분홍토끼 <pinkrabbit412@daum.net>\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"
-
-#: ../../streaming_how_to.rst:8
-msgid "Streaming With Tweepy"
-msgstr "Tweepy를 이용한 스트리밍"
-
-#: ../../streaming_how_to.rst:9
-msgid ""
-"Tweepy makes it easier to use the twitter streaming api by handling "
-"authentication, connection, creating and destroying the session, reading "
-"incoming messages, and partially routing messages."
-msgstr ""
-"Tweepy는 인증, 연결, 세션 생성 및 삭제, 수신 메시지 읽기 및 메시지 라우팅 등을 "
-"처리해줌으로써 트위터 스트리밍 API를 더욱 쉽게 사용할 수 있도록 해 줍니다.""
-
-#: ../../streaming_how_to.rst:13
-msgid ""
-"This page aims to help you get started using Twitter streams with Tweepy "
-"by offering a first walk through.  Some features of Tweepy streaming are "
-"not covered here. See streaming.py in the Tweepy source code."
-msgstr ""
-"이 페이지는 당신이 Tweepy로 트위터 스트림을 사용할 수 있게끔 도움을 주는 것을 목표로 합니다. "
-"트위터 스트리밍의 일부 기능은 여기에서 다루지 않습니다. "
-"Tweepy 소스 코드의 streaming.py를 참고해주세요."
-
-#: ../../streaming_how_to.rst:17
-msgid ""
-"API authorization is required to access Twitter streams. Follow the "
-":ref:`auth_tutorial` if you need help with authentication."
-msgstr ""
-"트위터 스트림에 접근하기 위해선 API 인증이 필요합니다. "
-"인증 과정에 대한 설명은 :ref:`auth_tutorial` 을 참고해주세요."
-
-#: ../../streaming_how_to.rst:21
-msgid "Summary"
-msgstr "요약"
-
-#: ../../streaming_how_to.rst:22
-msgid ""
-"The Twitter streaming API is used to download twitter messages in real "
-"time.  It is useful for obtaining a high volume of tweets, or for "
-"creating a live feed using a site stream or user stream. See the `Twitter"
-" Streaming API Documentation`_."
-msgstr ""
-"트위터 스트리밍 API는 트위터의 메세지를 실시간으로 다운로드 하는 데에 사용됩니다. "
-"대량의 트윗을 얻거나, 사이트 스트림 또는 사용자 스트림을 사용해서 라이브 피드를 만드는 데에 유용합니다. "
-"보다 자세한 설명은 `트위터 스트리밍 API 설명서`_.를 참고해주세요."
-
-#: ../../streaming_how_to.rst:27
-msgid ""
-"The streaming api is quite different from the REST api because the REST "
-"api is used to *pull* data from twitter but the streaming api *pushes* "
-"messages to a persistent session. This allows the streaming api to "
-"download more data in real time than could be done using the REST API."
-msgstr ""
-"스트리밍 API는 REST API와는 상당히 다릅니다. "
-"REST API는 트위터에서 데이터를 가져오는 데에 사용되는 반면, "
-"스트리밍 API는 메세지를 지속되는 세션으로 보내주기 때문입니다. "
-"이를 통해 스트리밍 API는 REST API를 사용하는 것보다 더 많은 데이터를 실시간으로 다운로드 할 수 있습니다."
-
-#: ../../streaming_how_to.rst:33
-msgid ""
-"In Tweepy, an instance of **tweepy.Stream** establishes a streaming "
-"session and routes messages to **StreamListener** instance.  The "
-"**on_data** method of a stream listener receives all messages and calls "
-"functions according to the message type. The default **StreamListener** "
-"can classify most common twitter messages and routes them to "
-"appropriately named methods, but these methods are only stubs."
-msgstr ""
-"Tweepy의 **tweepy.Stream** 은 스트리밍 세션을 설정하고, "
-"**StreamListener** 인스턴스에게 메시지를 보내는 일을 합니다. "
-"스트림 수신자의 **on_data** 메소드는 모든 메시지를 수신하고 메시지의 종류에 따라 함수를 호출합니다. "
-"기본 **StreamListener** 는 가장 일반적인 트위터 메시지를 분류하여 적절하게 설정된 메소드로 보낼 수 있습니다. "
-"하지만 기본 **StreamListener** 의 메소드들은 스텁 메소드에 불과합니다."
-
-#: ../../streaming_how_to.rst:41
-msgid "Therefore using the streaming api has three steps."
-msgstr "그러므로 스트리밍 API를 사용할 때는 다음의 세 단계를 거쳐야 합니다."
-
-#: ../../streaming_how_to.rst:43
-msgid "Create a class inheriting from **StreamListener**"
-msgstr "**StreamListener** 를 상속 받는 클래스 생성"
-
-#: ../../streaming_how_to.rst:45
-msgid "Using that class create a **Stream** object"
-msgstr "그 클래스를 이용해 **Stream** 객체를 생성"
-
-#: ../../streaming_how_to.rst:47
-msgid "Connect to the Twitter API using the **Stream**."
-msgstr "**Stream** 을 사용해서 트위터 API에 연결"
-
-#: ../../streaming_how_to.rst:51
-msgid "Step 1: Creating a **StreamListener**"
-msgstr "1단계: **StreamListener** 생성"
-
-#: ../../streaming_how_to.rst:52
-msgid ""
-"This simple stream listener prints status text. The **on_data** method of"
-" Tweepy's **StreamListener** conveniently passes data from statuses to "
-"the **on_status** method. Create class **MyStreamListener** inheriting "
-"from  **StreamListener** and overriding **on_status**.::"
-msgstr ""
-"아래의 간단한 스트림 수신자는 status의 text를 출력합니다. "
-"Tweepy의 **StreamListener** 의 **on_data** 메소드는 "
-"손쉽게 status의 데이터를 **on_status** 메소드로 보내줍니다. "
-"**StreamListener** 를 상속받은 **MyStreamListener** 클래스를 생성하고 "
-"**on_status** 를 오버라이딩 합니다. :: "
-
-
-#: ../../streaming_how_to.rst:65
-msgid "Step 2: Creating a **Stream**"
-msgstr "2단계: **Stream** 생성"
-
-#: ../../streaming_how_to.rst:66
-msgid ""
-"We need an api to stream. See :ref:`auth_tutorial` to learn how to get an"
-" api object. Once we have an api and a status listener we can create our "
-"stream object.::"
-msgstr ""
-"스트림을 얻기 위해선 API 인스턴스가 필요합니다. "
-"API 객체를 얻는 방법은 :ref:`auth_tutorial` 를 참조해주세요. "
-"API와 status 수신자를 얻어내면, 다음과 같이 스트림 객체를 만들 수 있습니다. :: "
-
-#: ../../streaming_how_to.rst:73
-msgid "Step 3: Starting a Stream"
-msgstr "스트림 시작"
-
-#: ../../streaming_how_to.rst:74
-msgid ""
-"A number of twitter streams are available through Tweepy. Most cases will"
-" use filter, the user_stream, or the sitestream. For more information on "
-"the capabilities and limitations of the different streams see `Twitter "
-"Streaming API Documentation`_."
-msgstr ""
-"Tweepy는 많은 트위터 스트림을 지원합니다. "
-"대부분의 경우에는 filter, user_stream, sitestream 등을 사용하게 됩니다. "
-"더 많은 다른 스트림의 지원 여부에 관한 정보는 `트위터 스트리밍 API 설명서`_.를 참조해주세요."
-
-#: ../../streaming_how_to.rst:79
-msgid ""
-"In this example we will use **filter** to stream all tweets containing "
-"the word *python*. The **track** parameter is an array of search terms to"
-" stream. ::"
-msgstr ""
-"이 예시 코드는 **filter** 를 사용해서 *python* 이라는 단어를 포함하는 모든 트윗을 스트리밍 합니다. "
-"여기서, **track** 매개변수는 스트림에서 검색할 단어들의 배열을 의미합니다. ::"
-
-#: ../../streaming_how_to.rst:84
-msgid ""
-"This example shows how to use **filter** to stream tweets by a specific "
-"user. The **follow** parameter is an array of IDs. ::"
-msgstr ""
-"이 예제는 **filter** 를 사용해서 특정 사용자의 트윗을 스트리밍 하는 방법을 보여줍니다. "
-"여기서, **follow** 매개변수는 사용자들의 ID의 배열입니다. ::"
-
-#: ../../streaming_how_to.rst:88
-msgid ""
-"An easy way to find a single ID is to use one of the many conversion "
-"websites: search for 'what is my twitter ID'."
-msgstr ""
-"ID를 찾는 쉬운 방법 중 하나는 변환 웹사이트를 이용하는 것입니다. "
-"인터넷에 'what is my twitter ID' 를 검색해 보세요."
-
-#: ../../streaming_how_to.rst:91
-msgid "A Few More Pointers"
-msgstr "추가적인 조언"
-
-#: ../../streaming_how_to.rst:94
-msgid "Async Streaming"
-msgstr "비동기 스트리밍"
-
-#: ../../streaming_how_to.rst:95
-msgid ""
-"Streams do not terminate unless the connection is closed, blocking the "
-"thread. Tweepy offers a convenient **is_async** parameter on **filter** "
-"so the stream will run on a new thread. For example ::"
-msgstr ""
-"스트림은 연결이 종료되지 않으면 닫히지 않으므로, 스레드를 차단할 수 있습니다. "
-"Tweepy는 **filter** 에서 편리성을 높여줄 매개변수인 **is_async** 를 제공하여, "
-"스트림이 새로운 스레드에서 실행될 수 있도록 합니다. "
-"예시 코드는 아래와 같습니다 :: "
-
-#: ../../streaming_how_to.rst:102
-msgid "Handling Errors"
-msgstr "예외 처리"
-
-#: ../../streaming_how_to.rst:103
-msgid ""
-"When using Twitter's streaming API one must be careful of the dangers of "
-"rate limiting. If clients exceed a limited number of attempts to connect "
-"to the streaming API in a window of time, they will receive error 420.  "
-"The amount of time a client has to wait after receiving error 420 will "
-"increase exponentially each time they make a failed attempt."
-msgstr ""
-"트위터의 스트리밍 API를 사용할 때에는 한도(Rate Limit)를 초과하지 않아야 합니다. "
-"만약 클라이언트의 스트리밍 API 접근 시도 간격 또는 횟수가 한도를 초과한다면, "
-"420 오류를 수신하게 될 것입니다. 클라이언트가 420 오류를 수신한 후 기다려야 하는 시간은 "
-"접속에 실패할 때마다 기하급수적으로 증가합니다."
-
-#: ../../streaming_how_to.rst:108
-msgid ""
-"Tweepy's **Stream Listener** passes error codes to an **on_error** stub. "
-"The default implementation returns **False** for all codes, but we can "
-"override it to allow Tweepy to reconnect for some or all codes, using the"
-" backoff strategies recommended in the `Twitter Streaming API Connecting "
-"Documentation`_. ::"
-msgstr ""
-"Tweepy의 **Stream Listener** 는 오류 코드를 **on_error** 스텁 메소드로 전송합니다. "
-"**on_error** 메소드는 기본적으로 **False** 을 반환하지만, "
-"`트위터 스트리밍 API 연결 설명서`_ 에서 권장하는 백오프 전략을 사용하여 "
-"어떤, 혹은 모든 코드에서 Tweepy가 다시 연결할 수 있게끔 이를 재정의(Override) 할 수 있습니다. :: "
-
-#: ../../streaming_how_to.rst:123
-msgid ""
-"For more information on error codes from the Twitter API see `Twitter "
-"Response Codes Documentation`_."
-msgstr ""
-"트위터 API의 더 많은 오류 코드에 대한 정보를 보려면 `트위터 응답 코드 설명서`_ 를 참조하세요."
-
index 51f9362edab2ae4b3ef18ddd860356d9a4e8f32d..d302ff86e3d9fdec98f54812784bac2d11d61c39 100644 (file)
 # This file is distributed under the same license as the Tweepy package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Tweepy-pl\n"
+"Project-Id-Version:  Tweepy-pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-15 22:51+0200\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
 "PO-Revision-Date: 2021-04-28 15:37+0200\n"
 "Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail.com>\n"
 "Language: pl\n"
 "Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
+"(n%100<10 || n%100>=20) ? 1 : 2)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.9.0\n"
-"X-Generator: Poedit 2.4.2\n"
+"Generated-By: Babel 2.9.1\n"
 
 #: ../../api.rst:9
-msgid ":class:`tweepy.API` --- API Reference"
+#, fuzzy
+msgid ":class:`tweepy.API` --- Twitter API v1.1 Reference"
 msgstr ":class:`tweepy.API` --- Referencja API"
 
 #: of tweepy.api.API:1
-msgid ""
-"This class provides a wrapper for the API as provided by Twitter. The functions provided in this class "
-"are listed below."
-msgstr ""
-"Ta klasa dostarcza wrapper dla API tak jak dostarczono to przez Twitter. Funkcje dostarczone w tej klasie "
-"są zapisane poniżej."
-
-#: of tweepy.api.API tweepy.api.API.add_list_member tweepy.api.API.add_list_members tweepy.api.API.blocks
-#: tweepy.api.API.blocks_ids 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.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.destroy_block tweepy.api.API.destroy_direct_message 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.favorites
-#: tweepy.api.API.followers tweepy.api.API.followers_ids tweepy.api.API.friends tweepy.api.API.friends_ids
-#: tweepy.api.API.friendships_incoming tweepy.api.API.friendships_outgoing tweepy.api.API.geo_id
-#: tweepy.api.API.geo_search tweepy.api.API.get_direct_message tweepy.api.API.get_list
-#: tweepy.api.API.get_media_upload_status tweepy.api.API.get_oembed tweepy.api.API.get_profile_banner
-#: tweepy.api.API.get_saved_search tweepy.api.API.get_status tweepy.api.API.get_user
-#: tweepy.api.API.home_timeline tweepy.api.API.list_direct_messages tweepy.api.API.list_members
-#: tweepy.api.API.list_subscribers tweepy.api.API.list_timeline tweepy.api.API.lists_all
-#: tweepy.api.API.lists_memberships tweepy.api.API.lists_ownerships tweepy.api.API.lists_subscriptions
-#: tweepy.api.API.lookup_friendships tweepy.api.API.lookup_users tweepy.api.API.media_upload
-#: tweepy.api.API.mentions_timeline tweepy.api.API.mutes tweepy.api.API.mutes_ids
-#: tweepy.api.API.no_retweets_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.retweeters tweepy.api.API.retweets tweepy.api.API.retweets_of_me
-#: tweepy.api.API.reverse_geocode tweepy.api.API.search tweepy.api.API.search_30_day
-#: tweepy.api.API.search_full_archive tweepy.api.API.search_users tweepy.api.API.send_direct_message
-#: tweepy.api.API.set_settings tweepy.api.API.show_friendship tweepy.api.API.show_list_member
-#: tweepy.api.API.show_list_subscriber tweepy.api.API.simple_upload tweepy.api.API.statuses_lookup
-#: tweepy.api.API.subscribe_list tweepy.api.API.trends_closest tweepy.api.API.trends_place
-#: 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_with_media
-#: tweepy.api.API.user_timeline tweepy.api.API.verify_credentials
+msgid "Twitter API v1.1 Interface"
+msgstr ""
+
+#: 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 "Parametry"
 
-#: of tweepy.api.API:4
+#: of tweepy.api.API:3
 msgid "The authentication handler to be used"
 msgstr "Handler autentykacji, który zostanie użyty"
 
-#: of tweepy.api.API:5
+#: of tweepy.api.API:4
 msgid "The cache to query if a GET method is used"
 msgstr "Pamieć podręczna do zapytania gdy użyta zostaje metoda GET"
 
-#: of tweepy.api.API:6
+#: of tweepy.api.API:5
 msgid "The general REST API host server URL"
 msgstr "Generaly REST API hosta serwera URL"
 
-#: of tweepy.api.API:7
+#: of tweepy.api.API:6
 msgid ""
-"The Parser instance to use for parsing the response from Twitter; defaults to an instance of ModelParser"
+"The Parser instance to use for parsing the response from Twitter; "
+"defaults to an instance of ModelParser"
 msgstr ""
-"Instancja Parser, do uzycia podczas parsowania odpowiedzi od Twittera; domyślnie instancja ModelParser"
+"Instancja Parser, do uzycia podczas parsowania odpowiedzi od Twittera; "
+"domyślnie instancja ModelParser"
 
-#: of tweepy.api.API:9
+#: of tweepy.api.API:8
 msgid "The full url to an HTTPS proxy to use for connecting to Twitter"
 msgstr "Pełen url proxy HTTPS, które jest użyte do połączenia z Twitter"
 
-#: of tweepy.api.API:11
+#: of tweepy.api.API:9
 msgid "Number of retries to attempt when an error occurs"
 msgstr "Liczba powtórzeń gdy wystąpi błąd"
 
-#: of tweepy.api.API:12
-msgid "Number of seconds to wait between retries"
-msgstr "Liczba sekund oczekiwania pomiędzy powtórzeniami"
+#: of tweepy.api.API:10
+msgid "Number of seconds to wait between retries"
+msgstr "Liczba sekund oczekiwania pomiędzy powtórzeniami"
+
+#: of tweepy.api.API:11
+msgid "Which HTTP status codes to retry"
+msgstr "Który kod statusu HTTP zostanie użyty do powtórzenia"
+
+#: of tweepy.api.API:12
+msgid "The maximum amount of time to wait for a response from Twitter"
+msgstr "Maksymalna ilość czasu oczekiwania na odpowiedź od Twitter"
+
+#: of tweepy.api.API:13
+msgid "The URL of the upload server"
+msgstr "URL serwera upload"
+
+#: of tweepy.api.API:14
+msgid "Whether or not to automatically wait for rate limits to replenish"
+msgstr "Czy automatycznie oczekiwać na wyczerpanie limitów wskaźników"
+
+#: of tweepy.api.API tweepy.api.API.get_list_member
+#: tweepy.api.API.get_list_subscriber tweepy.api.API.verify_credentials
+msgid "Raises"
+msgstr "Wywołania"
+
+#: of tweepy.api.API:16
+msgid "If the given parser is not a Parser instance"
+msgstr "Co jeżeli dany parser nie jest instancją Parser"
+
+#: 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
+#, fuzzy
+msgid "References"
+msgstr "odniesienie"
+
+#: 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.rst:17
+#, fuzzy
+msgid ":class:`API` Method"
+msgstr "obiekt :class:`List`"
+
+#: ../../api.rst:21
+msgid "`GET search/30day/:label`_"
+msgstr ""
+
+#: ../../api.rst:21
+msgid ":meth:`API.search_30_day`"
+msgstr ""
+
+#: ../../api.rst:23
+msgid "`GET search/fullarchive/:label`_"
+msgstr ""
+
+#: ../../api.rst:23
+msgid ":meth:`API.search_full_archive`"
+msgstr ""
+
+#: ../../api.rst:29
+msgid "`GET statuses/home_timeline`_"
+msgstr ""
+
+#: ../../api.rst:29
+msgid ":meth:`API.home_timeline`"
+msgstr ""
+
+#: ../../api.rst:31
+msgid "`GET statuses/mentions_timeline`_"
+msgstr ""
+
+#: ../../api.rst:31
+msgid ":meth:`API.mentions_timeline`"
+msgstr ""
+
+#: ../../api.rst:33
+msgid "`GET statuses/user_timeline`_"
+msgstr ""
+
+#: ../../api.rst:33
+msgid ":meth:`API.user_timeline`"
+msgstr ""
+
+#: ../../api.rst:37
+msgid "`GET favorites/list`_"
+msgstr ""
+
+#: ../../api.rst:37
+msgid ":meth:`API.get_favorites`"
+msgstr ""
+
+#: ../../api.rst:39
+msgid "`GET statuses/lookup`_"
+msgstr ""
+
+#: ../../api.rst:39
+msgid ":meth:`API.lookup_statuses`"
+msgstr ""
+
+#: ../../api.rst:41
+msgid "`GET statuses/oembed`_"
+msgstr ""
+
+#: ../../api.rst:41
+msgid ":meth:`API.get_oembed`"
+msgstr ""
+
+#: ../../api.rst:43
+msgid "`GET statuses/retweeters/ids`_"
+msgstr ""
+
+#: ../../api.rst:43
+msgid ":meth:`API.get_retweeter_ids`"
+msgstr ""
+
+#: ../../api.rst:45
+msgid "`GET statuses/retweets/:id`_"
+msgstr ""
+
+#: ../../api.rst:45
+msgid ":meth:`API.get_retweets`"
+msgstr ""
+
+#: ../../api.rst:47
+msgid "`GET statuses/retweets_of_me`_"
+msgstr ""
+
+#: ../../api.rst:47
+msgid ":meth:`API.get_retweets_of_me`"
+msgstr ""
+
+#: ../../api.rst:49
+msgid "`GET statuses/show/:id`_"
+msgstr ""
+
+#: ../../api.rst:49
+msgid ":meth:`API.get_status`"
+msgstr ""
+
+#: ../../api.rst:51
+msgid "`POST favorites/create`_"
+msgstr ""
+
+#: ../../api.rst:51
+msgid ":meth:`API.create_favorite`"
+msgstr ""
+
+#: ../../api.rst:53
+msgid "`POST favorites/destroy`_"
+msgstr ""
+
+#: ../../api.rst:53
+msgid ":meth:`API.destroy_favorite`"
+msgstr ""
+
+#: ../../api.rst:55
+msgid "`POST statuses/destroy/:id`_"
+msgstr ""
+
+#: ../../api.rst:55
+msgid ":meth:`API.destroy_status`"
+msgstr ""
+
+#: ../../api.rst:57
+msgid "`POST statuses/retweet/:id`_"
+msgstr ""
+
+#: ../../api.rst:57
+msgid ":meth:`API.retweet`"
+msgstr ""
+
+#: ../../api.rst:59
+msgid "`POST statuses/unretweet/:id`_"
+msgstr ""
+
+#: ../../api.rst:59
+msgid ":meth:`API.unretweet`"
+msgstr ""
+
+#: ../../api.rst:61
+msgid "`POST statuses/update`_"
+msgstr ""
+
+#: ../../api.rst:61
+msgid ":meth:`API.update_status`"
+msgstr ""
+
+#: ../../api.rst:63
+msgid "`POST statuses/update_with_media`_"
+msgstr ""
+
+#: ../../api.rst:63
+msgid ":meth:`API.update_status_with_media`"
+msgstr ""
+
+#: ../../api.rst:67
+#, fuzzy
+msgid "`GET search/tweets`_"
+msgstr "Szuaknie Tweetów"
+
+#: ../../api.rst:67
+msgid ":meth:`API.search_tweets`"
+msgstr ""
+
+#: ../../api.rst:73
+msgid "`GET lists/list`_"
+msgstr ""
+
+#: ../../api.rst:73
+msgid ":meth:`API.get_lists`"
+msgstr ""
+
+#: ../../api.rst:75
+msgid "`GET lists/members`_"
+msgstr ""
+
+#: ../../api.rst:75
+msgid ":meth:`API.get_list_members`"
+msgstr ""
+
+#: ../../api.rst:77
+msgid "`GET lists/members/show`_"
+msgstr ""
+
+#: ../../api.rst:77
+msgid ":meth:`API.get_list_member`"
+msgstr ""
+
+#: ../../api.rst:79
+msgid "`GET lists/memberships`_"
+msgstr ""
+
+#: ../../api.rst:79
+msgid ":meth:`API.get_list_memberships`"
+msgstr ""
+
+#: ../../api.rst:81
+msgid "`GET lists/ownerships`_"
+msgstr ""
+
+#: ../../api.rst:81
+msgid ":meth:`API.get_list_ownerships`"
+msgstr ""
+
+#: ../../api.rst:83
+msgid "`GET lists/show`_"
+msgstr ""
+
+#: ../../api.rst:83
+msgid ":meth:`API.get_list`"
+msgstr ""
+
+#: ../../api.rst:85
+msgid "`GET lists/statuses`_"
+msgstr ""
+
+#: ../../api.rst:85
+msgid ":meth:`API.list_timeline`"
+msgstr ""
+
+#: ../../api.rst:87
+msgid "`GET lists/subscribers`_"
+msgstr ""
+
+#: ../../api.rst:87
+msgid ":meth:`API.get_list_subscribers`"
+msgstr ""
+
+#: ../../api.rst:89
+msgid "`GET lists/subscribers/show`_"
+msgstr ""
+
+#: ../../api.rst:89
+msgid ":meth:`API.get_list_subscriber`"
+msgstr ""
+
+#: ../../api.rst:91
+msgid "`GET lists/subscriptions`_"
+msgstr ""
+
+#: ../../api.rst:91
+msgid ":meth:`API.get_list_subscriptions`"
+msgstr ""
+
+#: ../../api.rst:93
+msgid "`POST lists/create`_"
+msgstr ""
+
+#: ../../api.rst:93
+msgid ":meth:`API.create_list`"
+msgstr ""
+
+#: ../../api.rst:95
+msgid "`POST lists/destroy`_"
+msgstr ""
+
+#: ../../api.rst:95
+msgid ":meth:`API.destroy_list`"
+msgstr ""
+
+#: ../../api.rst:97
+msgid "`POST lists/members/create`_"
+msgstr ""
+
+#: ../../api.rst:97
+msgid ":meth:`API.add_list_member`"
+msgstr ""
+
+#: ../../api.rst:99
+msgid "`POST lists/members/create_all`_"
+msgstr ""
+
+#: ../../api.rst:99
+msgid ":meth:`API.add_list_members`"
+msgstr ""
+
+#: ../../api.rst:101
+msgid "`POST lists/members/destroy`_"
+msgstr ""
+
+#: ../../api.rst:101
+msgid ":meth:`API.remove_list_member`"
+msgstr ""
+
+#: ../../api.rst:103
+msgid "`POST lists/members/destroy_all`_"
+msgstr ""
+
+#: ../../api.rst:103
+msgid ":meth:`API.remove_list_members`"
+msgstr ""
+
+#: ../../api.rst:105
+msgid "`POST lists/subscribers/create`_"
+msgstr ""
+
+#: ../../api.rst:105
+msgid ":meth:`API.subscribe_list`"
+msgstr ""
+
+#: ../../api.rst:107
+msgid "`POST lists/subscribers/destroy`_"
+msgstr ""
+
+#: ../../api.rst:107
+msgid ":meth:`API.unsubscribe_list`"
+msgstr ""
+
+#: ../../api.rst:109
+msgid "`POST lists/update`_"
+msgstr ""
+
+#: ../../api.rst:109
+msgid ":meth:`API.update_list`"
+msgstr ""
+
+#: ../../api.rst:113
+msgid "`GET followers/ids`_"
+msgstr ""
+
+#: ../../api.rst:113
+msgid ":meth:`API.get_follower_ids`"
+msgstr ""
+
+#: ../../api.rst:115
+msgid "`GET followers/list`_"
+msgstr ""
+
+#: ../../api.rst:115
+msgid ":meth:`API.get_followers`"
+msgstr ""
+
+#: ../../api.rst:117
+msgid "`GET friends/ids`_"
+msgstr ""
+
+#: ../../api.rst:117
+msgid ":meth:`API.get_friend_ids`"
+msgstr ""
+
+#: ../../api.rst:119
+msgid "`GET friends/list`_"
+msgstr ""
+
+#: ../../api.rst:119
+msgid ":meth:`API.get_friends`"
+msgstr ""
+
+#: ../../api.rst:121
+msgid "`GET friendships/incoming`_"
+msgstr ""
+
+#: ../../api.rst:121
+msgid ":meth:`API.incoming_friendships`"
+msgstr ""
+
+#: ../../api.rst:123
+msgid "`GET friendships/lookup`_"
+msgstr ""
+
+#: ../../api.rst:123
+msgid ":meth:`API.lookup_friendships`"
+msgstr ""
+
+#: ../../api.rst:125
+msgid "`GET friendships/no_retweets/ids`_"
+msgstr ""
+
+#: ../../api.rst:125
+msgid ":meth:`API.no_retweets_friendships`"
+msgstr ""
+
+#: ../../api.rst:127
+msgid "`GET friendships/outgoing`_"
+msgstr ""
+
+#: ../../api.rst:127
+msgid ":meth:`API.outgoing_friendships`"
+msgstr ""
+
+#: ../../api.rst:129
+msgid "`GET friendships/show`_"
+msgstr ""
+
+#: ../../api.rst:129
+msgid ":meth:`API.get_friendship`"
+msgstr ""
+
+#: ../../api.rst:131
+msgid "`GET users/lookup`_"
+msgstr ""
+
+#: ../../api.rst:131
+msgid ":meth:`API.lookup_users`"
+msgstr ""
+
+#: ../../api.rst:133
+msgid "`GET users/search`_"
+msgstr ""
+
+#: ../../api.rst:133
+msgid ":meth:`API.search_users`"
+msgstr ""
+
+#: ../../api.rst:135
+msgid "`GET users/show`_"
+msgstr ""
+
+#: ../../api.rst:135
+msgid ":meth:`API.get_user`"
+msgstr ""
+
+#: ../../api.rst:137
+msgid "`POST friendships/create`_"
+msgstr ""
+
+#: ../../api.rst:137
+msgid ":meth:`API.create_friendship`"
+msgstr ""
+
+#: ../../api.rst:139
+msgid "`POST friendships/destroy`_"
+msgstr ""
+
+#: ../../api.rst:139
+msgid ":meth:`API.destroy_friendship`"
+msgstr ""
+
+#: ../../api.rst:141
+msgid "`POST friendships/update`_"
+msgstr ""
+
+#: ../../api.rst:141
+msgid ":meth:`API.update_friendship`"
+msgstr ""
+
+#: ../../api.rst:145
+#, fuzzy
+msgid "`GET account/settings`_"
+msgstr "Zarządzaj ustawieniami konta i profilu"
+
+#: ../../api.rst:145
+msgid ":meth:`API.get_settings`"
+msgstr ""
+
+#: ../../api.rst:147
+msgid "`GET account/verify_credentials`_"
+msgstr ""
+
+#: ../../api.rst:147
+msgid ":meth:`API.verify_credentials`"
+msgstr ""
+
+#: ../../api.rst:149
+msgid "`GET saved_searches/list`_"
+msgstr ""
+
+#: ../../api.rst:149
+msgid ":meth:`API.get_saved_searches`"
+msgstr ""
+
+#: ../../api.rst:151
+msgid "`GET saved_searches/show/:id`_"
+msgstr ""
+
+#: ../../api.rst:151
+msgid ":meth:`API.get_saved_search`"
+msgstr ""
+
+#: ../../api.rst:153
+msgid "`GET users/profile_banner`_"
+msgstr ""
+
+#: ../../api.rst:153
+msgid ":meth:`API.get_profile_banner`"
+msgstr ""
+
+#: ../../api.rst:155
+msgid "`POST account/remove_profile_banner`_"
+msgstr ""
+
+#: ../../api.rst:155
+msgid ":meth:`API.remove_profile_banner`"
+msgstr ""
+
+#: ../../api.rst:157
+msgid "`POST account/settings`_"
+msgstr ""
+
+#: ../../api.rst:157
+msgid ":meth:`API.set_settings`"
+msgstr ""
+
+#: ../../api.rst:159
+msgid "`POST account/update_profile`_"
+msgstr ""
+
+#: ../../api.rst:159
+msgid ":meth:`API.update_profile`"
+msgstr ""
+
+#: ../../api.rst:161
+msgid "`POST account/update_profile_banner`_"
+msgstr ""
+
+#: ../../api.rst:161
+msgid ":meth:`API.update_profile_banner`"
+msgstr ""
+
+#: ../../api.rst:163
+msgid "`POST account/update_profile_image`_"
+msgstr ""
+
+#: ../../api.rst:163
+msgid ":meth:`API.update_profile_image`"
+msgstr ""
+
+#: ../../api.rst:165
+msgid "`POST saved_searches/create`_"
+msgstr ""
+
+#: ../../api.rst:165
+msgid ":meth:`API.create_saved_search`"
+msgstr ""
+
+#: ../../api.rst:167
+msgid "`POST saved_searches/destroy/:id`_"
+msgstr ""
+
+#: ../../api.rst:167
+msgid ":meth:`API.destroy_saved_search`"
+msgstr ""
+
+#: ../../api.rst:171
+msgid "`GET blocks/ids`_"
+msgstr ""
+
+#: ../../api.rst:171
+msgid ":meth:`API.get_blocked_ids`"
+msgstr ""
+
+#: ../../api.rst:173
+msgid "`GET blocks/list`_"
+msgstr ""
+
+#: ../../api.rst:173
+msgid ":meth:`API.get_blocks`"
+msgstr ""
+
+#: ../../api.rst:175
+msgid "`GET mutes/users/ids`_"
+msgstr ""
+
+#: ../../api.rst:175
+msgid ":meth:`API.get_muted_ids`"
+msgstr ""
+
+#: ../../api.rst:177
+msgid "`GET mutes/users/list`_"
+msgstr ""
+
+#: ../../api.rst:177
+msgid ":meth:`API.get_mutes`"
+msgstr ""
+
+#: ../../api.rst:179
+msgid "`POST blocks/create`_"
+msgstr ""
+
+#: ../../api.rst:179
+msgid ":meth:`API.create_block`"
+msgstr ""
+
+#: ../../api.rst:181
+msgid "`POST blocks/destroy`_"
+msgstr ""
+
+#: ../../api.rst:181
+msgid ":meth:`API.destroy_block`"
+msgstr ""
+
+#: ../../api.rst:183
+msgid "`POST mutes/users/create`_"
+msgstr ""
+
+#: ../../api.rst:183
+msgid ":meth:`API.create_mute`"
+msgstr ""
+
+#: ../../api.rst:185
+msgid "`POST mutes/users/destroy`_"
+msgstr ""
+
+#: ../../api.rst:185
+msgid ":meth:`API.destroy_mute`"
+msgstr ""
+
+#: ../../api.rst:187
+msgid "`POST users/report_spam`_"
+msgstr ""
+
+#: ../../api.rst:187
+msgid ":meth:`API.report_spam`"
+msgstr ""
+
+#: ../../api.rst:193
+msgid "`DELETE direct_messages/events/destroy`_"
+msgstr ""
+
+#: ../../api.rst:193
+msgid ":meth:`API.delete_direct_message`"
+msgstr ""
+
+#: ../../api.rst:195
+msgid "`GET direct_messages/events/list`_"
+msgstr ""
+
+#: ../../api.rst:195
+msgid ":meth:`API.get_direct_messages`"
+msgstr ""
+
+#: ../../api.rst:197
+msgid "`GET direct_messages/events/show`_"
+msgstr ""
+
+#: ../../api.rst:197
+msgid ":meth:`API.get_direct_message`"
+msgstr ""
+
+#: ../../api.rst:199
+msgid "`POST direct_messages/events/new`_"
+msgstr ""
+
+#: ../../api.rst:199
+msgid ":meth:`API.send_direct_message`"
+msgstr ""
+
+#: ../../api.rst:205
+msgid "`GET media/upload`_"
+msgstr ""
+
+#: ../../api.rst:205
+msgid ":meth:`API.get_media_upload_status`"
+msgstr ""
+
+#: ../../api.rst:207
+msgid "`POST media/metadata/create`_"
+msgstr ""
+
+#: ../../api.rst:207
+msgid ":meth:`API.create_media_metadata`"
+msgstr ""
+
+#: ../../api.rst:209
+msgid ":meth:`API.media_upload`"
+msgstr ""
+
+#: ../../api.rst:211
+msgid "`POST media/upload`_"
+msgstr ""
+
+#: ../../api.rst:211
+msgid ":meth:`API.simple_upload`"
+msgstr ""
+
+#: ../../api.rst:213
+msgid ":meth:`API.chunked_upload`"
+msgstr ""
+
+#: ../../api.rst:215
+msgid "`POST media/upload (APPEND)`_"
+msgstr ""
+
+#: ../../api.rst:215
+msgid ":meth:`API.chunked_upload_append`"
+msgstr ""
+
+#: ../../api.rst:217
+msgid "`POST media/upload (FINALIZE)`_"
+msgstr ""
+
+#: ../../api.rst:217
+msgid ":meth:`API.chunked_upload_finalize`"
+msgstr ""
+
+#: ../../api.rst:219
+msgid "`POST media/upload (INIT)`_"
+msgstr ""
+
+#: ../../api.rst:219
+msgid ":meth:`API.chunked_upload_init`"
+msgstr ""
+
+#: ../../api.rst:225
+msgid "`GET trends/available`_"
+msgstr ""
+
+#: ../../api.rst:225
+msgid ":meth:`API.available_trends`"
+msgstr ""
+
+#: ../../api.rst:227
+msgid "`GET trends/closest`_"
+msgstr ""
+
+#: ../../api.rst:227
+msgid ":meth:`API.closest_trends`"
+msgstr ""
+
+#: ../../api.rst:231
+msgid "`GET trends/place`_"
+msgstr ""
+
+#: ../../api.rst:231
+msgid ":meth:`API.get_place_trends`"
+msgstr ""
+
+#: ../../api.rst:237
+msgid "`GET geo/id/:place_id`_"
+msgstr ""
+
+#: ../../api.rst:237
+msgid ":meth:`API.geo_id`"
+msgstr ""
 
-#: of tweepy.api.API:13
-msgid "Which HTTP status codes to retry"
-msgstr "Który kod statusu HTTP zostanie użyty do powtórzenia"
+#: ../../api.rst:241
+msgid "`GET geo/reverse_geocode`_"
+msgstr ""
 
-#: of tweepy.api.API:14
-msgid "The maximum amount of time to wait for a response from Twitter"
-msgstr "Maksymalna ilość czasu oczekiwania na odpowiedź od Twitter"
+#: ../../api.rst:241
+msgid ":meth:`API.reverse_geocode`"
+msgstr ""
 
-#: of tweepy.api.API:16
-msgid "The URL of the upload server"
-msgstr "URL serwera upload"
+#: ../../api.rst:243
+msgid "`GET geo/search`_"
+msgstr ""
 
-#: of tweepy.api.API:17
-msgid "Whether or not to automatically wait for rate limits to replenish"
-msgstr "Czy automatycznie oczekiwać na wyczerpanie limitów wskaźników"
+#: ../../api.rst:243
+msgid ":meth:`API.search_geo`"
+msgstr ""
 
-#: of tweepy.api.API
-msgid "Raises"
-msgstr "Wywołania"
+#: ../../api.rst:249
+msgid "`GET help/languages`_"
+msgstr ""
 
-#: of tweepy.api.API:20
-msgid "If the given parser is not a Parser instance"
-msgstr "Co jeżeli dany parser nie jest instancją Parser"
+#: ../../api.rst:249
+#, fuzzy
+msgid ":meth:`API.supported_languages`"
+msgstr "Uzyskaj języki obsługiwane przez Twittera"
 
-#: of tweepy.api.API tweepy.api.API.add_list_member tweepy.api.API.add_list_members tweepy.api.API.blocks
-#: tweepy.api.API.blocks_ids 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.configuration
-#: 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.destroy_block tweepy.api.API.destroy_direct_message
-#: 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.favorites tweepy.api.API.followers tweepy.api.API.followers_ids tweepy.api.API.friends
-#: tweepy.api.API.friends_ids tweepy.api.API.friendships_incoming tweepy.api.API.friendships_outgoing
-#: tweepy.api.API.geo_id tweepy.api.API.geo_search tweepy.api.API.get_direct_message tweepy.api.API.get_list
-#: tweepy.api.API.get_media_upload_status tweepy.api.API.get_oembed tweepy.api.API.get_profile_banner
-#: tweepy.api.API.get_saved_search tweepy.api.API.get_settings tweepy.api.API.get_status
-#: tweepy.api.API.get_user tweepy.api.API.home_timeline tweepy.api.API.list_direct_messages
-#: tweepy.api.API.list_members tweepy.api.API.list_subscribers tweepy.api.API.list_timeline
-#: tweepy.api.API.lists_all tweepy.api.API.lists_memberships tweepy.api.API.lists_ownerships
-#: tweepy.api.API.lists_subscriptions tweepy.api.API.lookup_friendships tweepy.api.API.lookup_users
-#: tweepy.api.API.media_upload tweepy.api.API.mentions_timeline tweepy.api.API.mutes
-#: tweepy.api.API.mutes_ids tweepy.api.API.no_retweets_friendships tweepy.api.API.rate_limit_status
-#: tweepy.api.API.remove_list_member tweepy.api.API.remove_list_members tweepy.api.API.remove_profile_banner
-#: tweepy.api.API.report_spam tweepy.api.API.retweet tweepy.api.API.retweeters tweepy.api.API.retweets
-#: tweepy.api.API.retweets_of_me tweepy.api.API.reverse_geocode tweepy.api.API.saved_searches
-#: tweepy.api.API.search tweepy.api.API.search_30_day tweepy.api.API.search_full_archive
-#: tweepy.api.API.search_users tweepy.api.API.send_direct_message tweepy.api.API.set_settings
-#: tweepy.api.API.show_friendship tweepy.api.API.show_list_member tweepy.api.API.show_list_subscriber
-#: tweepy.api.API.simple_upload tweepy.api.API.statuses_lookup tweepy.api.API.subscribe_list
-#: tweepy.api.API.supported_languages tweepy.api.API.trends_available tweepy.api.API.trends_closest
-#: tweepy.api.API.trends_place 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_with_media tweepy.api.API.user_timeline tweepy.api.API.verify_credentials
-msgid "reference"
-msgstr "odniesienie"
+#: ../../api.rst:253
+#, fuzzy
+msgid "`GET application/rate_limit_status`_"
+msgstr "Uzyskaj status limitu aplikacji"
 
-#: of tweepy.api.API:22
-msgid "https://developer.twitter.com/en/docs/api-reference-index"
-msgstr "https://developer.twitter.com/en/docs/api-reference-index"
+#: ../../api.rst:253
+#, fuzzy
+msgid ":meth:`API.rate_limit_status`"
+msgstr "Uzyskaj status limitu aplikacji"
 
-#: ../../api.rst:14
+#: ../../api.rst:366
 msgid "Premium Search APIs"
 msgstr "Premium API wyszukiwania"
 
 #: of tweepy.api.API.search_30_day:1
 msgid "Premium search that provides Tweets posted within the last 30 days."
-msgstr "Wyszukanie premium, które zawiera Tweety zapostowane w ciągu ostatnich 30 dni."
+msgstr ""
+"Wyszukanie premium, które zawiera Tweety zapostowane w ciągu ostatnich 30"
+" dni."
 
 #: 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."
+"The (case-sensitive) label associated with your search developer "
+"environment, as displayed at "
+"https://developer.twitter.com/en/account/environments."
 msgstr ""
-"Etykieta (wielkość liter jest ważna) powiązana z twoim środowiskiem developerskim wyszukiwania, tak jak "
-"jest to widoczne na https://developer.twitter.com/en/account/environments."
+"Etykieta (wielkość liter jest ważna) powiązana z twoim środowiskiem "
+"developerskim wyszukiwania, tak jak jest to widoczne na "
+"https://developer.twitter.com/en/account/environments."
 
 #: 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."
+"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 ""
-"Równowartość jednej zasady/filtra premium, maksimum 1024 znaki (256 w środowiskach developerskich "
-"Sandbox).  Parametr ten powinien zawierać WSZYSTKIE części zasad/filtrów, uwzględniając wszystkie "
-"operatory. Cżesci zasad nie powinni być podzielone na inne parametry zapytania."
+"Równowartość jednej zasady/filtra premium, maksimum 1024 znaki (256 w "
+"środowiskach developerskich Sandbox).  Parametr ten powinien zawierać "
+"WSZYSTKIE części zasad/filtrów, uwzględniając wszystkie operatory. Cżesci"
+" zasad nie powinni być podzielone na inne parametry zapytania."
 
 #: 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)."
+"The equivalent of one premium rule/filter, with up to 1,024 characters "
+"(256 with Sandbox dev environments)."
 msgstr ""
-"Równowartość jednej zasady/filtra premium, maksimum 1024 znaki (256 w środowiskach developerskich "
-"Sandbox)."
+"Równowartość jednej zasady/filtra premium, maksimum 1024 znaki (256 w "
+"środowiskach developerskich Sandbox)."
 
 #: 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."
+"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 ""
-"Parametr ten powinien zawierać WSZYSTKIE części zasad/filtrów, uwzględniając wszystkie operatory. Cżesci "
-"zasad nie powinni być podzielone na inne parametry zapytania."
+"Parametr ten powinien zawierać WSZYSTKIE części zasad/filtrów, "
+"uwzględniając wszystkie operatory. Cżesci zasad nie powinni być "
+"podzielone na inne parametry zapytania."
 
 #: 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."
+"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 ""
-"Tagi mogą zostać użyte do segregowania zasad i odpowiednich dla nich danych w grupy logiczne. Jeżeli tag "
-"zasady jest dostarcony to tag ten będzie uwzględniony w atrybucie `matching_rules`.  Zaleca się "
-"wyznaczenie specifcznych UUIDów dla tagów danej zasady oraz zachowanie pożądanych połaczeń po stronie "
-"klienta."
+"Tagi mogą zostać użyte do segregowania zasad i odpowiednich dla nich "
+"danych w grupy logiczne. Jeżeli tag zasady jest dostarcony to tag ten "
+"będzie uwzględniony w atrybucie `matching_rules`.  Zaleca się wyznaczenie"
+" specifcznych UUIDów dla tagów danej zasady oraz zachowanie pożądanych "
+"połaczeń po stronie klienta."
 
 #: 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."
+"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 ""
-"Tagi mogą zostać użyte do segregowania zasad i odpowiednich dla nich danych w grupy logiczne. Jeżeli tag "
-"zasady jest dostarcony to tag ten będzie uwzględniony w atrybucie `matching_rules`."
+"Tagi mogą zostać użyte do segregowania zasad i odpowiednich dla nich "
+"danych w grupy logiczne. Jeżeli tag zasady jest dostarcony to tag ten "
+"będzie uwzględniony w atrybucie `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."
+"It is recommended to assign rule-specific UUIDs to rule tags and maintain"
+" desired mappings on the client side."
 msgstr ""
-"Zaleca się wyznaczenie specifcznych UUIDów dla tagów danej zasady oraz zachowanie pożądanych połaczeń po "
-"stronie klienta."
+"Zaleca się wyznaczenie specifcznych UUIDów dla tagów danej zasady oraz "
+"zachowanie pożądanych połaczeń po stronie klienta."
 
 #: 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 ""
-"Najstarszy timestamp UTC (z ostatnich 30 dni), od którego będą dostarczane Tweety. Timestamp jest w "
-"stopniu dokładności minutowej i jest całkowity (np. 12:00 zawiera minutę 00).  Określone: Użycie tylko "
-"fromDate bez parametru toDate dostarczy wyniki dla zapytania cofającego się w czasie od now( ) do "
-"fromDate.  Nieokreślony: Jeśli fromDate nie jest określone, API dostarczy wszystkie wyniki dla 30 dni "
-"przed now( ) lub toDate (jeśli jest określone).  Jeśli nie zostanie użyty ani parametr fromDate ani "
-"toDate, API dostarczy wszystkie wyniki dla ostatnich 30 dni, począwszy od momentu złożenia żądania, idąc "
-"wstecz."
+"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 ""
+"Najstarszy timestamp UTC (z ostatnich 30 dni), od którego będą "
+"dostarczane Tweety. Timestamp jest w stopniu dokładności minutowej i jest"
+" całkowity (np. 12:00 zawiera minutę 00).  Określone: Użycie tylko "
+"fromDate bez parametru toDate dostarczy wyniki dla zapytania cofającego "
+"się w czasie od now( ) do fromDate.  Nieokreślony: Jeśli fromDate nie "
+"jest określone, API dostarczy wszystkie wyniki dla 30 dni przed now( ) "
+"lub toDate (jeśli jest określone).  Jeśli nie zostanie użyty ani parametr"
+" fromDate ani toDate, API dostarczy wszystkie wyniki dla ostatnich 30 "
+"dni, począwszy od momentu złożenia żądania, idąc wstecz."
 
 #: 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)."
+"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 ""
-"Najstarszy timestamp UTC (z ostatnich 30 dni), od którego będą dostarczane Tweety. Timestamp jest w "
-"stopniu dokładności minutowej i jest całkowity (np. 12:00 zawiera minutę 00)."
+"Najstarszy timestamp UTC (z ostatnich 30 dni), od którego będą "
+"dostarczane Tweety. Timestamp jest w stopniu dokładności minutowej i jest"
+" całkowity (np. 12:00 zawiera minutę 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."
+"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 ""
-"Określone: Użycie tylko fromDate bez parametru toDate dostarczy wyniki dla zapytania cofającego się w "
-"czasie od now( ) do fromDate."
+"Określone: Użycie tylko fromDate bez parametru toDate dostarczy wyniki "
+"dla zapytania cofającego się w czasie od now( ) do 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)."
+"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 ""
-"Nieokreślony: Jeśli fromDate nie jest określone, API dostarczy wszystkie wyniki dla 30 dni przed now( ) "
-"lub toDate (jeśli jest określone)"
+"Nieokreślony: Jeśli fromDate nie jest określone, API dostarczy wszystkie "
+"wyniki dla 30 dni przed now( ) lub toDate (jeśli jest określone)"
 
 #: 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."
+"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 ""
-"Jeśli nie zostanie użyty ani parametr fromDate ani toDate, API dostarczy wszystkie wyniki dla ostatnich "
-"30 dni, począwszy od momentu złożenia żądania, idąc wstecz."
+"Jeśli nie zostanie użyty ani parametr fromDate ani toDate, API dostarczy "
+"wszystkie wyniki dla ostatnich 30 dni, począwszy od momentu złożenia "
+"żądania, idąc wstecz."
 
 #: 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 ""
-"Ostatni, najbardziej aktualny timestamp UTC, do którego będą dostarczane Tweety. Znacznik czasowy jest z "
-"dokładnością do minuty i nie jest całkowity (np. 11:59 nie obejmuje 59. minuty godziny).  Określone: "
-"Użycie tylko toDate bez parametru fromDate spowoduje dostarczenie danych zostatnich 30 dni przed toDate.  "
-"Nieokreślone: Jeśli toDate nie jest określone, API dostarczy wszystkie wyniki od now( ) dla zapytania "
-"cofającego się w czasie do 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."
+"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 ""
+"Ostatni, najbardziej aktualny timestamp UTC, do którego będą dostarczane "
+"Tweety. Znacznik czasowy jest z dokładnością do minuty i nie jest "
+"całkowity (np. 11:59 nie obejmuje 59. minuty godziny).  Określone: Użycie"
+" tylko toDate bez parametru fromDate spowoduje dostarczenie danych "
+"zostatnich 30 dni przed toDate.  Nieokreślone: Jeśli toDate nie jest "
+"określone, API dostarczy wszystkie wyniki od now( ) dla zapytania "
+"cofającego się w czasie do 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."
 
 #: 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 ""
-"Ostatni, najbardziej aktualny timestamp UTC, do którego będą dostarczane Tweety. Znacznik czasowy jest z "
-"dokładnością do minuty i nie jest całkowity (np. 11:59 nie obejmuje 59. minuty godziny)."
-
-#: of tweepy.api.API.search_30_day:38 tweepy.api.API.search_full_archive:39
-msgid ""
-"Specified: Using only the toDate with no fromDate parameter will deliver the most recent 30 days of data "
-"prior to the toDate."
-msgstr ""
-"Określone: Użycie tylko toDate bez parametru fromDate spowoduje dostarczenie danych zostatnich 30 dni "
-"przed toDate."
-
-#: of tweepy.api.API.search_30_day:41 tweepy.api.API.search_full_archive:42
-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 ""
-"Nieokreślone: Jeśli toDate nie jest określone, API dostarczy wszystkie wyniki od now( ) dla zapytania "
-"cofającego się w czasie do fromDate."
-
-#: of tweepy.api.API.search_30_day:45 tweepy.api.API.search_full_archive:46
-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 ""
-"Jeśli ani parametr fromDate ani toDate nie jest użyty, API dostarczy wszystkie wyniki dla całego 30-"
-"dniowego indeksu, zaczynając od czasu żądania, idąc wstecz."
-
-#: of tweepy.api.API.search_30_day:48 tweepy.api.API.search_full_archive:49
-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 ""
-"Maksymalna liczba wyników wyszukiwań zwracanych przez zapytanie. Liczba pomiędzy 10 a limitem systemowym "
-"(obecnie 500, 100 dla środowisk Sandbox). Domyślnie odpowiedź żądania zwraca 100 wyników."
-
-#: of tweepy.api.API.search_30_day:52 tweepy.api.API.search_full_archive:53
-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 ""
-"Ten parametr jest używany do uzyskania następnej \"strony\" wyników. Wartość użyta w tym parametrze jest "
-"pobierana bezpośrednio z odpowiedzi dostarczonej przez API i nie powinna być modyfikowana."
-
-#: of tweepy.api.API.add_list_member tweepy.api.API.add_list_members tweepy.api.API.blocks
-#: tweepy.api.API.blocks_ids tweepy.api.API.chunked_upload tweepy.api.API.chunked_upload_finalize
-#: tweepy.api.API.chunked_upload_init tweepy.api.API.configuration 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_direct_message 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.favorites tweepy.api.API.followers
-#: tweepy.api.API.followers_ids tweepy.api.API.friends tweepy.api.API.friends_ids
-#: tweepy.api.API.friendships_incoming tweepy.api.API.friendships_outgoing tweepy.api.API.geo_id
-#: tweepy.api.API.geo_search tweepy.api.API.get_direct_message tweepy.api.API.get_list
-#: tweepy.api.API.get_oembed tweepy.api.API.get_profile_banner tweepy.api.API.get_saved_search
-#: tweepy.api.API.get_settings tweepy.api.API.get_status tweepy.api.API.get_user
-#: tweepy.api.API.home_timeline tweepy.api.API.list_direct_messages tweepy.api.API.list_members
-#: tweepy.api.API.list_subscribers tweepy.api.API.list_timeline tweepy.api.API.lists_all
-#: tweepy.api.API.lists_memberships tweepy.api.API.lists_ownerships tweepy.api.API.lists_subscriptions
-#: tweepy.api.API.lookup_friendships tweepy.api.API.lookup_users tweepy.api.API.media_upload
-#: tweepy.api.API.mentions_timeline tweepy.api.API.mutes tweepy.api.API.mutes_ids
-#: tweepy.api.API.no_retweets_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.retweeters tweepy.api.API.retweets tweepy.api.API.retweets_of_me
-#: tweepy.api.API.reverse_geocode tweepy.api.API.saved_searches tweepy.api.API.search
-#: tweepy.api.API.search_30_day tweepy.api.API.search_full_archive tweepy.api.API.search_users
-#: tweepy.api.API.send_direct_message tweepy.api.API.set_settings tweepy.api.API.show_friendship
-#: tweepy.api.API.show_list_member tweepy.api.API.show_list_subscriber tweepy.api.API.simple_upload
-#: tweepy.api.API.statuses_lookup tweepy.api.API.subscribe_list tweepy.api.API.supported_languages
-#: tweepy.api.API.trends_available tweepy.api.API.trends_closest tweepy.api.API.trends_place
-#: 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_with_media tweepy.api.API.user_timeline
-#: tweepy.api.API.verify_credentials
+"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 ""
+"Ostatni, najbardziej aktualny timestamp UTC, do którego będą dostarczane "
+"Tweety. Znacznik czasowy jest z dokładnością do minuty i nie jest "
+"całkowity (np. 11:59 nie obejmuje 59. minuty godziny)."
+
+#: 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 ""
+"Określone: Użycie tylko toDate bez parametru fromDate spowoduje "
+"dostarczenie danych zostatnich 30 dni przed toDate."
+
+#: 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 ""
+"Nieokreślone: Jeśli toDate nie jest określone, API dostarczy wszystkie "
+"wyniki od now( ) dla zapytania cofającego się w czasie do 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 ""
+"Jeśli ani parametr fromDate ani toDate nie jest użyty, API dostarczy "
+"wszystkie wyniki dla całego 30-dniowego indeksu, zaczynając od czasu "
+"żądania, idąc wstecz."
+
+#: 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 ""
+"Maksymalna liczba wyników wyszukiwań zwracanych przez zapytanie. Liczba "
+"pomiędzy 10 a limitem systemowym (obecnie 500, 100 dla środowisk "
+"Sandbox). Domyślnie odpowiedź żądania zwraca 100 wyników."
+
+#: 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 ""
+"Ten parametr jest używany do uzyskania następnej \"strony\" wyników. "
+"Wartość użyta w tym parametrze jest pobierana bezpośrednio z odpowiedzi "
+"dostarczonej przez API i nie powinna być modyfikowana."
+
+#: 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
+#, fuzzy
+msgid "Returns"
+msgstr "Trendy"
+
+#: 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 "Typ zwracany"
 
-#: of tweepy.api.API.favorites:11 tweepy.api.API.home_timeline:12 tweepy.api.API.list_timeline:18
-#: tweepy.api.API.mentions_timeline:9 tweepy.api.API.retweets:7 tweepy.api.API.retweets_of_me:11
-#: tweepy.api.API.search_30_day:56 tweepy.api.API.search_full_archive:57 tweepy.api.API.statuses_lookup:12
-#: tweepy.api.API.user_timeline:19
-msgid "list of :class:`Status` objects"
-msgstr "lista obiektów :class:`Status`"
+#: 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 ""
 
-#: of tweepy.api.API.search_30_day:58 tweepy.api.API.search_full_archive:59
-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_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."
+"Premium search that provides Tweets from as early as 2006, starting with "
+"the first Tweet posted in March 2006."
 msgstr ""
-"Wyszukanie premium, które zwraca Tweety nawet z 2006 roku, najstarsze z nich zapostowane w marcu 2006 "
-"roku."
+"Wyszukanie premium, które zwraca Tweety nawet z 2006 roku, najstarsze z "
+"nich zapostowane w marcu 2006 roku."
 
-#: ../../api.rst:21
+#: ../../api.rst:373
 msgid "Tweets"
 msgstr "Tweety"
 
-#: ../../api.rst:24
+#: ../../api.rst:376
 msgid "Get Tweet timelines"
 msgstr "Uzyskaj osie czasów Tweeta"
 
 #: 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 ""
-"Zwraca 20 ostatnich statusów w tym retweety zapostowane przez zuwierzytelnionego użytkownika i jego "
-"znajomych. Jest to to samo co  /timeline/home."
-
-#: of tweepy.api.API.favorites:6 tweepy.api.API.followers:7 tweepy.api.API.followers_ids:8
-#: tweepy.api.API.friends:7 tweepy.api.API.friends_ids:8 tweepy.api.API.home_timeline:5
-#: tweepy.api.API.list_direct_messages:4 tweepy.api.API.list_members:7 tweepy.api.API.list_subscribers:8
-#: tweepy.api.API.list_timeline:11 tweepy.api.API.lists_memberships:7 tweepy.api.API.lists_ownerships:8
-#: tweepy.api.API.lists_subscriptions:6 tweepy.api.API.mentions_timeline:3 tweepy.api.API.retweeters:5
-#: tweepy.api.API.retweets:4 tweepy.api.API.retweets_of_me:4 tweepy.api.API.search:37
+"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 ""
+"Zwraca 20 ostatnich statusów w tym retweety zapostowane przez "
+"zuwierzytelnionego użytkownika i jego znajomych. Jest to to samo co  "
+"/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 "Liczba wyników do pobrania na stronę"
 
-#: of tweepy.api.API.favorites:7 tweepy.api.API.home_timeline:6 tweepy.api.API.list_timeline:9
-#: tweepy.api.API.mentions_timeline:4 tweepy.api.API.retweets_of_me:5 tweepy.api.API.user_timeline:7
+#: 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 "Zwraca tylko statusy z ID większym (tzn. nowszym) niż określone ID"
 
-#: of tweepy.api.API.favorites:8 tweepy.api.API.home_timeline:7 tweepy.api.API.list_timeline:10
-#: tweepy.api.API.mentions_timeline:5 tweepy.api.API.retweets_of_me:6 tweepy.api.API.search:46
+#: 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 "Zwraca tylko statusy z ID mniejszym (tzn. starszym) lub równym określonemu ID"
+msgstr ""
+"Zwraca tylko statusy z ID mniejszym (tzn. starszym) lub równym "
+"określonemu ID"
 
-#: of tweepy.api.API.destroy_status:5 tweepy.api.API.get_status:4 tweepy.api.API.home_timeline:8
-#: tweepy.api.API.mentions_timeline:6 tweepy.api.API.retweet:4 tweepy.api.API.retweets:5
-#: tweepy.api.API.retweets_of_me:7 tweepy.api.API.statuses_lookup:6 tweepy.api.API.unretweet:5
-#: tweepy.api.API.update_status:57 tweepy.api.API.user_timeline:10
+#: 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 ""
-"Boolean wskazujacy czy dostarczyć ID użytkowników zamiast kompletnych obiektów user. Domyślnie False"
+"Boolean wskazujacy czy dostarczyć ID użytkowników zamiast kompletnych "
+"obiektów user. Domyślnie False"
 
 #: of tweepy.api.API.home_timeline:9 tweepy.api.API.user_timeline:11
 msgid "|exclude_replies|"
-msgstr "Ustawione jako false powoduje, że węzeł jednostek nie będzie zawarty. Domyślnie False"
-
-#: of tweepy.api.API.blocks:4 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.favorites:9
-#: tweepy.api.API.get_status:9 tweepy.api.API.get_user:5 tweepy.api.API.home_timeline:10
-#: tweepy.api.API.list_members:9 tweepy.api.API.list_subscribers:10 tweepy.api.API.list_timeline:12
-#: tweepy.api.API.lookup_users:14 tweepy.api.API.mentions_timeline:7 tweepy.api.API.mutes:4
-#: tweepy.api.API.retweets_of_me:8 tweepy.api.API.search:47 tweepy.api.API.search_users:9
-#: tweepy.api.API.show_list_member:9 tweepy.api.API.show_list_subscriber:9 tweepy.api.API.statuses_lookup:5
-#: tweepy.api.API.update_profile:15 tweepy.api.API.update_profile_image:6
-#: tweepy.api.API.verify_credentials:3
+msgstr ""
+"Ustawione jako false powoduje, że węzeł jednostek nie będzie zawarty. "
+"Domyślnie False"
+
+#: 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 "Ustawione jako false powoduje, że węzeł jednostek nie będzie zawarty. Domyślnie False"
+msgstr ""
+"Ustawione jako false powoduje, że węzeł jednostek nie będzie zawarty. "
+"Domyślnie False"
 
-#: of tweepy.api.API.home_timeline:14
+#: 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"
+"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"
+"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 "Zwraca 20 najnowszych wzmianek, w tym retweety."
 
-#: of tweepy.api.API.mentions_timeline:11
+#: 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"
+"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"
+"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 ""
-"Zwraca 20 ostatnich statusów zapostowanych przez zuwierzytelnionego użytkownika lub wyznaczonego "
-"użytkownika. Możliwe jest także zażądanie osi czasu innego użytkownika za pomocą parametru 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.favorites:4 tweepy.api.API.followers:4
-#: tweepy.api.API.followers_ids:4 tweepy.api.API.friends:4 tweepy.api.API.friends_ids:4
-#: tweepy.api.API.get_profile_banner:8 tweepy.api.API.get_user:3 tweepy.api.API.lists_all:13
-#: tweepy.api.API.lists_memberships:5 tweepy.api.API.lists_ownerships:6 tweepy.api.API.lists_subscriptions:4
-#: tweepy.api.API.remove_list_member:6 tweepy.api.API.report_spam:4 tweepy.api.API.show_list_member:5
-#: tweepy.api.API.show_list_subscriber:7 tweepy.api.API.update_friendship:4 tweepy.api.API.user_timeline:5
+"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 ""
+"Zwraca 20 ostatnich statusów zapostowanych przez zuwierzytelnionego "
+"użytkownika lub wyznaczonego użytkownika. Możliwe jest także zażądanie "
+"osi czasu innego użytkownika za pomocą parametru 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 ""
-"Określa ID użytkownika. Przydatne do rozróżnienia czy nazwa wyświetlana jest taka sama jak ID użytkownika"
-
-#: 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.favorites:5 tweepy.api.API.followers:5
-#: tweepy.api.API.followers_ids:5 tweepy.api.API.friends:5 tweepy.api.API.friends_ids:5
-#: tweepy.api.API.get_profile_banner:9 tweepy.api.API.get_user:4 tweepy.api.API.lists_all:14
-#: tweepy.api.API.lists_memberships:6 tweepy.api.API.lists_ownerships:7 tweepy.api.API.lists_subscriptions:5
-#: tweepy.api.API.remove_list_member:7 tweepy.api.API.report_spam:3 tweepy.api.API.show_list_member:6
-#: tweepy.api.API.show_list_subscriber:8 tweepy.api.API.update_friendship:3 tweepy.api.API.user_timeline:6
+"Określa ID użytkownika. Przydatne do rozróżnienia czy nazwa wyświetlana "
+"jest taka sama jak ID użytkownika"
+
+#: 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 ""
-"Określa nazwę wyświetlaną użytkownika. Przydatne do rozróżnienia czy nazwa wyświetlana jest taka sama jak "
-"ID użytkownika"
+"Określa nazwę wyświetlaną użytkownika. Przydatne do rozróżnienia czy "
+"nazwa wyświetlana jest taka sama jak ID użytkownika"
 
 #: 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."
+"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 ""
-"Kiedy ustawiony na ``false``, oś czasu usunie wszystkie natywne retweety (choć nadal będą się one liczyć "
-"zarówno do maksymalnej długości osi czasu jak i do wycinka wybranego przez parametr count). Uwaga: Jeśli "
-"używasz parametru trim_user w połączeniu z include_rts, retweety nadal będą zawierały pełny obiekt "
-"użytkownika."
+"Kiedy ustawiony na ``false``, oś czasu usunie wszystkie natywne retweety "
+"(choć nadal będą się one liczyć zarówno do maksymalnej długości osi czasu"
+" jak i do wycinka wybranego przez parametr count). Uwaga: Jeśli używasz "
+"parametru trim_user w połączeniu z include_rts, retweety nadal będą "
+"zawierały pełny obiekt użytkownika."
 
-#: of tweepy.api.API.user_timeline:21
+#: 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"
+"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"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines"
+"/api-reference/get-statuses-user_timeline"
 
-#: ../../api.rst:33
+#: ../../api.rst:385
 msgid "Post, retrieve, and engage with Tweets"
 msgstr "Postowanie, pozyskiwanie i angażowanie się w Tweety"
 
-#: of tweepy.api.API.favorites:1
-msgid "Returns the favorite statuses for the authenticating user or user specified by the ID parameter."
+#: of tweepy.api.API.get_favorites:1
+msgid ""
+"Returns the favorite statuses for the authenticating user or user "
+"specified by the ID parameter."
 msgstr ""
-"Zwraca ulubione statusy zuwierzytelnionego użytkownika lub użytkownika określonego przez parametr ID."
+"Zwraca ulubione statusy zuwierzytelnionego użytkownika lub użytkownika "
+"określonego przez parametr ID."
 
-#: of tweepy.api.API.favorites:13
+#: 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"
+"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"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-favorites-list"
 
-#: of tweepy.api.API.statuses_lookup:1
-msgid "Returns full Tweet objects for up to 100 Tweets per request, specified by the ``id`` parameter."
-msgstr "Zwraca pełne obiekty Tweet, do 100 tweetów na jedno żądanie. Sprecyzowane w parametrze ``id``."
+#: 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 ""
+"Zwraca pełne obiekty Tweet, do 100 tweetów na jedno żądanie. Sprecyzowane"
+" w parametrze ``id``."
 
-#: of tweepy.api.API.statuses_lookup:4
+#: of tweepy.api.API.lookup_statuses:4
 msgid "A list of Tweet IDs to lookup, up to 100"
 msgstr "Lista ID tweetów do wyszukania, maksymalnie 100"
 
-#: of tweepy.api.API.statuses_lookup:7
-msgid "A boolean indicating whether or not to include Tweets that cannot be shown. Defaults to False."
-msgstr "Boolean wskazujący czy zawarte będą tweety, które nie mogą być pokazywane. Domyślnie False."
+#: 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 ""
+"Boolean wskazujący czy zawarte będą tweety, które nie mogą być "
+"pokazywane. Domyślnie False."
 
-#: of tweepy.api.API.get_status:10 tweepy.api.API.statuses_lookup:9
+#: of tweepy.api.API.get_status:10 tweepy.api.API.lookup_statuses:9
 msgid "|include_ext_alt_text|"
 msgstr ""
-"Jeżeli alt tekst został dodany do którejś z dołączonych jednostek to ten parametr zwróci wartość "
-"ext_alt_text w kluczu top-level dla tej jednostki mediów"
+"Jeżeli alt tekst został dodany do którejś z dołączonych jednostek to ten "
+"parametr zwróci wartość ext_alt_text w kluczu top-level dla tej jednostki"
+" mediów"
 
-#: of tweepy.api.API.get_status:11 tweepy.api.API.statuses_lookup:10
+#: of tweepy.api.API.get_status:11 tweepy.api.API.lookup_statuses:10
 msgid "|include_card_uri|"
 msgstr ""
-"Boolean wkazujący czy otrzymany tweet powinien zawierać atrybut card_uri gdy do tweeta dołączona jest "
-"karta ads oraz gdy karta jest dołączona używając wartośći card_uri"
+"Boolean wkazujący czy otrzymany tweet powinien zawierać atrybut card_uri "
+"gdy do tweeta dołączona jest karta ads oraz gdy karta jest dołączona "
+"używając wartośći card_uri"
 
-#: of tweepy.api.API.statuses_lookup:14
+#: 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"
+"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"
+"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."
+"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 ""
-"Zwraca pojedynczy Tweet, określony przez adres URL Tweeta lub ID Tweeta, w formacie kompatybilnym z "
-"oEmbed. Zwrócony fragment HTML zostanie automatycznie rozpoznany jako osadzony Tweet, gdy widget "
-"JavaScript Twittera jest zawarty na stronie."
+"Zwraca pojedynczy Tweet, określony przez adres URL Tweeta lub ID Tweeta, "
+"w formacie kompatybilnym z oEmbed. Zwrócony fragment HTML zostanie "
+"automatycznie rozpoznany jako osadzony Tweet, gdy widget JavaScript "
+"Twittera jest zawarty na stronie."
 
 #: 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."
+"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 ""
-"Punkt końcowy oEmbed pozwala na dostosowanie ostatecznego wyglądu osadzonego Tweeta poprzez ustawienie "
-"odpowiednich właściwości w znacznikach HTML, które będą domyślnie interpretowane przez JavaScript "
-"Twittera dołączony do odpowiedzi HTML. Format zwróconego znacznika może się zmienić, gdyż Twitter dodaje "
-"nowe funkcje lub dostosowuje swoją reprezentację Tweetów."
+"Punkt końcowy oEmbed pozwala na dostosowanie ostatecznego wyglądu "
+"osadzonego Tweeta poprzez ustawienie odpowiednich właściwości w "
+"znacznikach HTML, które będą domyślnie interpretowane przez JavaScript "
+"Twittera dołączony do odpowiedzi HTML. Format zwróconego znacznika może "
+"się zmienić, gdyż Twitter dodaje nowe funkcje lub dostosowuje swoją "
+"reprezentację Tweetów."
 
 #: 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``."
+"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 ""
-"Znacznik Tweet fallback jest przeznaczony do zapisywania w pomięci podręcznej na Twoich serwerach przez "
-"sugerowany czas życia pamięci podany w ``cache_age``."
+"Znacznik Tweet fallback jest przeznaczony do zapisywania w pomięci "
+"podręcznej na Twoich serwerach przez sugerowany czas życia pamięci podany"
+" w ``cache_age``."
 
 #: of tweepy.api.API.get_oembed:15
 msgid "The URL of the Tweet to be embedded"
@@ -610,182 +1564,229 @@ msgstr "ID zapisanego wyszukania które ma zostać usunięte"
 
 #: 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."
+"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 ""
-"Maksymalna szerokość renderowanego Tweeta w całych pikselach. Dostarczona wartość poniżej lub powyżej "
-"dozwolonego zakresu zostanie zwrócona odpowiednio jako minimalna lub maksymalna obsługiwana szerokość; "
-"zresetowana wartość szerokości zostanie odzwierciedlona w zwróconej właściwości ``width``. Twitter nie "
-"obsługuje parametru oEmbed ``maxheight``. Tweety są zasadniczo tekstem, a zatem mają nieprzewidywalną "
-"wysokość, która nie może być skalowana jak obraz lub wideo. W związku z tym, odpowiedź oEmbed nie "
-"dostarczy wartości dla parametru ``height``. Implementacje, które potrzebują spójnej wysokości dla "
-"Tweetów powinny odnieść się do parametrów ``hide_thread`` i ``hide_media`` poniżej."
+"Maksymalna szerokość renderowanego Tweeta w całych pikselach. Dostarczona"
+" wartość poniżej lub powyżej dozwolonego zakresu zostanie zwrócona "
+"odpowiednio jako minimalna lub maksymalna obsługiwana szerokość; "
+"zresetowana wartość szerokości zostanie odzwierciedlona w zwróconej "
+"właściwości ``width``. Twitter nie obsługuje parametru oEmbed "
+"``maxheight``. Tweety są zasadniczo tekstem, a zatem mają "
+"nieprzewidywalną wysokość, która nie może być skalowana jak obraz lub "
+"wideo. W związku z tym, odpowiedź oEmbed nie dostarczy wartości dla "
+"parametru ``height``. Implementacje, które potrzebują spójnej wysokości "
+"dla Tweetów powinny odnieść się do parametrów ``hide_thread`` i "
+"``hide_media`` poniżej."
 
-#: of tweepy.api.API.get_oembed:27
+#: 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."
+"When set to ``true``, ``\"t\"``, or ``1``, links in a Tweet are not "
+"expanded to photo, video, or link previews."
 msgstr ""
-"Gdy ustawione na ``true``, ``\"t\"``, lub ``1``, linki w tweecie nie są rozszerzone o zdjęcia, wideo lub "
-"podgląd linków."
+"Gdy ustawione na ``true``, ``\"t\"``, lub ``1``, linki w tweecie nie są "
+"rozszerzone o zdjęcia, wideo lub podgląd linków."
 
-#: of tweepy.api.API.get_oembed:29
+#: 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."
+"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 ""
-"Gdy ustawione na ``true``, ``\"t\"``, lub ``1``, skrócona wersja poprzedniego Tweeta w wątku konwersacji "
-"nie będzie wyświetlana, gdy żądany Tweet jest odpowiedzią na innego Tweeta."
+"Gdy ustawione na ``true``, ``\"t\"``, lub ``1``, skrócona wersja "
+"poprzedniego Tweeta w wątku konwersacji nie będzie wyświetlana, gdy "
+"żądany Tweet jest odpowiedzią na innego Tweeta."
 
-#: of tweepy.api.API.get_oembed:33
+#: of tweepy.api.API.get_oembed:31
 msgid ""
-"When set to ``true``, ``\"t\"``, or ``1``, the ``<script>`` responsible for loading ``widgets.js`` will "
-"not be returned. Your webpages should include their own reference to ``widgets.js`` for use across all "
-"Twitter widgets including Embedded Tweets."
+"When set to ``true``, ``\"t\"``, or ``1``, the ``<script>`` responsible "
+"for loading ``widgets.js`` will not be returned. Your webpages should "
+"include their own reference to ``widgets.js`` for use across all Twitter "
+"widgets including Embedded Tweets."
 msgstr ""
-"Kiedy ustawiony na ``true``, ``\"t\"``, lub ``1``, ``<script>`` odpowiedzialny za ładowanie ``widgets."
-"js`` nie zostanie zwrócony. Twoje strony internetowe powinny zawierać własne odniesienie do ``widgets."
-"js`` do użytku we wszystkich widżetach Twittera, w tym w osadzonych tweetach."
+"Kiedy ustawiony na ``true``, ``\"t\"``, lub ``1``, ``<script>`` "
+"odpowiedzialny za ładowanie ``widgets.js`` nie zostanie zwrócony. Twoje "
+"strony internetowe powinny zawierać własne odniesienie do ``widgets.js`` "
+"do użytku we wszystkich widżetach Twittera, w tym w osadzonych tweetach."
 
-#: of tweepy.api.API.get_oembed:38
+#: of tweepy.api.API.get_oembed:35
 msgid ""
-"Specifies whether the embedded Tweet should be floated left, right, or center in the page relative to the "
-"parent element."
+"Specifies whether the embedded Tweet should be floated left, right, or "
+"center in the page relative to the parent element."
 msgstr ""
-"Określa, czy osadzony Tweet powinien być spławiany w lewo, w prawo lub na środku strony względem elementu "
-"nadrzędnego."
+"Określa, czy osadzony Tweet powinien być spławiany w lewo, w prawo lub na"
+" środku strony względem elementu nadrzędnego."
 
-#: of tweepy.api.API.get_oembed:40
+#: of tweepy.api.API.get_oembed:37
 msgid ""
-"A comma-separated list of Twitter usernames related to your content. This value will be forwarded to "
-"Tweet action intents if a viewer chooses to reply, like, or retweet the embedded Tweet."
+"A comma-separated list of Twitter usernames related to your content. This"
+" value will be forwarded to Tweet action intents if a viewer chooses to "
+"reply, like, or retweet the embedded Tweet."
 msgstr ""
-"Oddzielona przecinkami lista nazw użytkowników Twittera związanych z twoją treścią. Ta wartość zostanie "
-"przekazana do intencji akcji Tweet, jeśli użytkownik zdecyduje się odpowiedzieć, polubić lub retweetować "
+"Oddzielona przecinkami lista nazw użytkowników Twittera związanych z "
+"twoją treścią. Ta wartość zostanie przekazana do intencji akcji Tweet, "
+"jeśli użytkownik zdecyduje się odpowiedzieć, polubić lub retweetować "
 "osadzonego Tweeta."
 
-#: of tweepy.api.API.get_oembed:43
+#: of tweepy.api.API.get_oembed:40
 msgid ""
-"Request returned HTML and a rendered Tweet in the specified Twitter language supported by embedded Tweets."
+"Request returned HTML and a rendered Tweet in the specified Twitter "
+"language supported by embedded Tweets."
 msgstr ""
-"Żądanie zwrócenia HTML i wyrenderowanego Tweeta w określonym języku Twittera obsługiwanym przez osadzone "
-"Tweety."
+"Żądanie zwrócenia HTML i wyrenderowanego Tweeta w określonym języku "
+"Twittera obsługiwanym przez osadzone Tweety."
 
-#: of tweepy.api.API.get_oembed:45
-msgid "When set to ``dark``, the Tweet is displayed with light text over a dark background."
-msgstr "Kiedy ustawiony na ``dark``, Tweet jest wyświetlany z jasnym tekstem na ciemnym tle."
+#: of tweepy.api.API.get_oembed:42
+msgid ""
+"When set to ``dark``, the Tweet is displayed with light text over a dark "
+"background."
+msgstr ""
+"Kiedy ustawiony na ``dark``, Tweet jest wyświetlany z jasnym tekstem na "
+"ciemnym tle."
 
-#: of tweepy.api.API.get_oembed:47
+#: of tweepy.api.API.get_oembed:44
 msgid "Adjust the color of Tweet text links with a hexadecimal color value."
-msgstr "Dostosuj kolor linków tekstowych Tweeta za pomocą szesnastkowej wartości koloru."
+msgstr ""
+"Dostosuj kolor linków tekstowych Tweeta za pomocą szesnastkowej wartości "
+"koloru."
 
-#: of tweepy.api.API.get_oembed:49
+#: of tweepy.api.API.get_oembed:46
 msgid "Set to ``video`` to return a Twitter Video embed for the given Tweet."
 msgstr "Ustaw jako ``video`` aby zwrócić embed Twitter Video dla danego Tweeta."
 
-#: of tweepy.api.API.get_oembed:51
+#: of tweepy.api.API.get_oembed:48
 msgid ""
-"When set to ``true``, the Tweet and its embedded page on your site are not used for purposes that include "
-"personalized suggestions and personalized ads."
+"When set to ``true``, the Tweet and its embedded page on your site are "
+"not used for purposes that include personalized suggestions and "
+"personalized ads."
+msgstr ""
+"Po ustawieniu na ``true``, Tweet i jego osadzona strona na Twojej stronie"
+" nie są używane do celów, które obejmują spersonalizowane sugestie i "
+"spersonalizowane reklamy."
+
+#: of tweepy.api.API.available_trends:7 tweepy.api.API.closest_trends:19
+#: tweepy.api.API.get_oembed:52 tweepy.api.API.get_place_trends:21
+#: tweepy.api.API.get_profile_banner:11 tweepy.api.API.get_settings:4
+#: tweepy.api.API.rate_limit_status:8 tweepy.api.API.set_settings:22
+#: tweepy.api.API.supported_languages:8
+msgid "JSON"
 msgstr ""
-"Po ustawieniu na ``true``, Tweet i jego osadzona strona na Twojej stronie nie są używane do celów, które "
-"obejmują spersonalizowane sugestie i spersonalizowane reklamy."
 
-#: of tweepy.api.API.configuration:8 tweepy.api.API.get_oembed:55 tweepy.api.API.get_profile_banner:11
-#: tweepy.api.API.get_settings:4 tweepy.api.API.rate_limit_status:8 tweepy.api.API.set_settings:24
-#: tweepy.api.API.supported_languages:8 tweepy.api.API.trends_available:7 tweepy.api.API.trends_closest:19
-#: tweepy.api.API.trends_place:21
-msgid ":class:`JSON` object"
-msgstr "obiekt :class:`JSON`"
+#: of tweepy.api.API.available_trends:8 tweepy.api.API.closest_trends:20
+#: tweepy.api.API.get_oembed:53 tweepy.api.API.get_place_trends:22
+#: tweepy.api.API.get_profile_banner:12 tweepy.api.API.get_settings:5
+#: tweepy.api.API.rate_limit_status:9 tweepy.api.API.set_settings:23
+#: tweepy.api.API.supported_languages:9
+#, fuzzy
+msgid ":class:`dict`"
+msgstr "obiekt :class:`Media`"
 
 #: of tweepy.api.API.get_oembed:57
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"oembed"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-oembed"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"oembed"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-oembed"
 
-#: of tweepy.api.API.retweeters:1
+#: of tweepy.api.API.get_retweeter_ids:1
 msgid ""
-"Returns up to 100 user IDs belonging to users who have retweeted the Tweet specified by the ``id`` "
-"parameter."
+"Returns up to 100 user IDs belonging to users who have retweeted the "
+"Tweet specified by the ``id`` parameter."
 msgstr ""
-"Zwraca maksymalnie 100 ID użytkowników, należących do użytkowników, którzy zretweetowali Tweeta "
-"określonego przez paremetr ``id``."
+"Zwraca maksymalnie 100 ID użytkowników, należących do użytkowników, "
+"którzy zretweetowali Tweeta określonego przez paremetr ``id``."
 
-#: of tweepy.api.API.create_favorite:4 tweepy.api.API.destroy_favorite:4 tweepy.api.API.destroy_status:4
-#: tweepy.api.API.get_status:3 tweepy.api.API.retweet:3 tweepy.api.API.retweeters:4
-#: tweepy.api.API.retweets:3 tweepy.api.API.unretweet:4
+#: of tweepy.api.API.create_favorite:4 tweepy.api.API.destroy_favorite:4
+#: tweepy.api.API.destroy_status:4 tweepy.api.API.get_retweeter_ids:4
+#: tweepy.api.API.get_retweets:3 tweepy.api.API.get_status:3
+#: tweepy.api.API.retweet:3 tweepy.api.API.unretweet:4
 msgid "|sid|"
 msgstr "Numeryczne ID statusu"
 
-#: of tweepy.api.API.blocks:6 tweepy.api.API.blocks_ids:5 tweepy.api.API.followers:6
-#: tweepy.api.API.followers_ids:6 tweepy.api.API.friends:6 tweepy.api.API.friends_ids:6
-#: tweepy.api.API.friendships_incoming:4 tweepy.api.API.friendships_outgoing:4
-#: tweepy.api.API.list_direct_messages:5 tweepy.api.API.list_members:8 tweepy.api.API.list_subscribers:9
-#: tweepy.api.API.lists_memberships:8 tweepy.api.API.lists_ownerships:9 tweepy.api.API.lists_subscriptions:7
-#: tweepy.api.API.mutes:3 tweepy.api.API.mutes_ids:4 tweepy.api.API.retweeters:6
+#: of tweepy.api.API.get_blocked_ids:5 tweepy.api.API.get_blocks:6
+#: tweepy.api.API.get_direct_messages:5 tweepy.api.API.get_follower_ids:6
+#: tweepy.api.API.get_followers:7 tweepy.api.API.get_friend_ids:6
+#: tweepy.api.API.get_friends:6 tweepy.api.API.get_list_members:8
+#: tweepy.api.API.get_list_memberships:8 tweepy.api.API.get_list_ownerships:9
+#: tweepy.api.API.get_list_subscribers:9
+#: tweepy.api.API.get_list_subscriptions:7 tweepy.api.API.get_muted_ids:4
+#: tweepy.api.API.get_mutes:3 tweepy.api.API.get_retweeter_ids:6
+#: tweepy.api.API.incoming_friendships:4 tweepy.api.API.outgoing_friendships:4
 msgid "|cursor|"
 msgstr ""
-"Dzieli wyniki na strony. Ustaw wartość jako -1 by rozpocząć stronnicowanie. Dostarcz wartości tak jak są "
-"zwracane w tekście opowiedzi. Atrybuty next_cursor i previous_cursor używane są do przechoznenia na przód "
-"i w tył"
+"Dzieli wyniki na strony. Ustaw wartość jako -1 by rozpocząć "
+"stronnicowanie. Dostarcz wartości tak jak są zwracane w tekście "
+"opowiedzi. Atrybuty next_cursor i previous_cursor używane są do "
+"przechoznenia na przód i w tył"
 
-#: of tweepy.api.API.blocks_ids:4 tweepy.api.API.followers_ids:7 tweepy.api.API.friends_ids:7
-#: tweepy.api.API.friendships_incoming:5 tweepy.api.API.friendships_outgoing:5 tweepy.api.API.mutes_ids:3
-#: tweepy.api.API.no_retweets_friendships:4 tweepy.api.API.retweeters:7
+#: of tweepy.api.API.get_blocked_ids:4 tweepy.api.API.get_follower_ids:7
+#: tweepy.api.API.get_friend_ids:7 tweepy.api.API.get_muted_ids:3
+#: tweepy.api.API.get_retweeter_ids:7 tweepy.api.API.incoming_friendships:5
+#: tweepy.api.API.no_retweets_friendships:4
+#: tweepy.api.API.outgoing_friendships:5
 msgid "|stringify_ids|"
 msgstr "Zwraca tylko statusy z ID większym (tzn. nowszym) niż określone ID"
 
-#: of tweepy.api.API.blocks_ids:7 tweepy.api.API.followers_ids:10 tweepy.api.API.friends_ids:10
-#: tweepy.api.API.friendships_incoming:7 tweepy.api.API.friendships_outgoing:7 tweepy.api.API.mutes_ids:6
-#: tweepy.api.API.no_retweets_friendships:6 tweepy.api.API.retweeters:9
-msgid "list of :class:`int`"
+#: of tweepy.api.API.get_blocked_ids:8 tweepy.api.API.get_follower_ids:11
+#: tweepy.api.API.get_friend_ids:11 tweepy.api.API.get_muted_ids:7
+#: tweepy.api.API.get_retweeter_ids:10 tweepy.api.API.incoming_friendships:8
+#: tweepy.api.API.no_retweets_friendships:7
+#: tweepy.api.API.outgoing_friendships:8
+#, fuzzy
+msgid ":py:class:`List`\\[:class:`int`]"
 msgstr "lista obiektów :class:`int`"
 
-#: of tweepy.api.API.retweeters:11
+#: of tweepy.api.API.get_retweeter_ids:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"retweeters-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweeters-ids"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"retweeters-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweeters-ids"
 
-#: of tweepy.api.API.retweets:1
+#: of tweepy.api.API.get_retweets:1
 msgid "Returns up to 100 of the first Retweets of the given Tweet."
 msgstr "Zwraca do 100 pierwszych retweetów wybranego tweeta."
 
-#: of tweepy.api.API.retweets:9
+#: of tweepy.api.API.get_retweets:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"retweets-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"retweets-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets-id"
 
-#: of tweepy.api.API.retweets_of_me:1
-msgid "Returns the 20 most recent Tweets of the authenticated user that have been retweeted by others."
+#: of tweepy.api.API.get_retweets_of_me:1
+msgid ""
+"Returns the 20 most recent Tweets of the authenticated user that have "
+"been retweeted by others."
 msgstr ""
-"Zwraca 20 najnowszych tweetów od zuwierzytelnionego użytkownika, które zostały zretweetowane przez innych "
-"użytkowników."
+"Zwraca 20 najnowszych tweetów od zuwierzytelnionego użytkownika, które "
+"zostały zretweetowane przez innych użytkowników."
 
-#: of tweepy.api.API.followers:9 tweepy.api.API.friends:9 tweepy.api.API.retweets_of_me:9
+#: of tweepy.api.API.get_followers:10 tweepy.api.API.get_friends:9
+#: tweepy.api.API.get_retweets_of_me:9
 msgid "|include_user_entities|"
-msgstr "Gdy ustawione jako False to jednostki węzła obiektu user nie będą zawarte. Domyślnie True"
+msgstr ""
+"Gdy ustawione jako False to jednostki węzła obiektu user nie będą "
+"zawarte. Domyślnie True"
 
-#: of tweepy.api.API.retweets_of_me:13
+#: of tweepy.api.API.get_retweets_of_me:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"retweets_of_me"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets_of_me"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"retweets_of_me"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-retweets_of_me"
 
 #: of tweepy.api.API.get_status:1
 msgid "Returns a single status specified by the ID parameter."
@@ -793,89 +1794,100 @@ msgstr "Zwraca pojedyńczy status określony przez parametr ID."
 
 #: of tweepy.api.API.get_status:5
 msgid ""
-"A boolean indicating if any Tweets returned that have been retweeted by the authenticating user should "
-"include an additional current_user_retweet node, containing the ID of the source status for the retweet."
+"A boolean indicating if any Tweets returned that have been retweeted by "
+"the authenticating user should include an additional current_user_retweet"
+" node, containing the ID of the source status for the retweet."
 msgstr ""
-"Boolean wskazujący czy tweety, które zostały zretweetowane przez zuwierzytelnionego użytkownika powinny "
-"zawierać dodatkowy węzeł current_user_retweet, który zawiera ID statusu źródłowego dla retweeta."
+"Boolean wskazujący czy tweety, które zostały zretweetowane przez "
+"zuwierzytelnionego użytkownika powinny zawierać dodatkowy węzeł "
+"current_user_retweet, który zawiera ID statusu źródłowego dla retweeta."
 
-#: of tweepy.api.API.create_favorite:7 tweepy.api.API.destroy_favorite:7 tweepy.api.API.destroy_status:7
-#: tweepy.api.API.get_status:13 tweepy.api.API.retweet:6 tweepy.api.API.unretweet:7
-#: tweepy.api.API.update_status:61 tweepy.api.API.update_with_media:21
-msgid ":class:`Status` object"
-msgstr "obiekt :class:`Status`"
+#: of tweepy.api.API.create_favorite:8 tweepy.api.API.destroy_favorite:8
+#: tweepy.api.API.destroy_status:8 tweepy.api.API.get_status:14
+#: tweepy.api.API.retweet:7 tweepy.api.API.unretweet:8
+#: tweepy.api.API.update_status:61 tweepy.api.API.update_status_with_media:21
+msgid ":class:`~tweepy.models.Status`"
+msgstr ""
 
-#: of tweepy.api.API.get_status:15
+#: of tweepy.api.API.get_status:18
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"show-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-show-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-"
-"show-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/get-statuses-show-id"
 
 #: of tweepy.api.API.create_favorite:1
-msgid "Favorites the status specified in the ``id`` parameter as the authenticating user."
-msgstr "Ustawia jako ulubione statusy określone przez parametr ``id``  jako zuwierzytelniony użytkownik."
+msgid ""
+"Favorites the status specified in the ``id`` parameter as the "
+"authenticating user."
+msgstr ""
+"Ustawia jako ulubione statusy określone przez parametr ``id``  jako "
+"zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.create_favorite:9
+#: of tweepy.api.API.create_favorite:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-"
-"create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-"
-"create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-create"
 
 #: of tweepy.api.API.destroy_favorite:1
-msgid "Un-favorites the status specified in the ``id`` parameter as the authenticating user."
-msgstr "Usuwa z ulubionych statusy określone przez parametr ``id`` jako zuwierzytelniony użytkownik."
+msgid ""
+"Un-favorites the status specified in the ``id`` parameter as the "
+"authenticating user."
+msgstr ""
+"Usuwa z ulubionych statusy określone przez parametr ``id`` jako "
+"zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.destroy_favorite:9
+#: of tweepy.api.API.destroy_favorite:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-"
-"destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-"
-"destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-favorites-destroy"
 
 #: of tweepy.api.API.destroy_status:1
 msgid ""
-"Destroy the status specified by the ``id`` parameter. The authenticated user must be the author of the "
-"status to destroy."
+"Destroy the status specified by the ``id`` parameter. The authenticated "
+"user must be the author of the status to destroy."
 msgstr ""
-"Niszczy status określony przez parametr ``id``. Zuwierzytelniony użytkownik musi być autorem statusu by "
-"go zniszczyć."
+"Niszczy status określony przez parametr ``id``. Zuwierzytelniony "
+"użytkownik musi być autorem statusu by go zniszczyć."
 
-#: of tweepy.api.API.destroy_status:9
+#: of tweepy.api.API.destroy_status:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"destroy-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-destroy-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"destroy-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-destroy-id"
 
 #: of tweepy.api.API.retweet:1
 msgid "Retweets a Tweet. Requires the ID of the Tweet you are retweeting."
 msgstr "Retweetuje tweet. Wymaga ID tweeta, który retweetujesz."
 
-#: of tweepy.api.API.retweet:8
+#: of tweepy.api.API.retweet:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"retweet-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-retweet-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"retweet-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-retweet-id"
 
 #: of tweepy.api.API.unretweet:1
 msgid "Untweets a retweeted status. Requires the ID of the retweet to unretweet."
 msgstr "Odtweetowuje zretweetowany status. Wymaga ID retweeta."
 
-#: of tweepy.api.API.unretweet:9
+#: of tweepy.api.API.unretweet:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"unretweet-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-unretweet-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"unretweet-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-unretweet-id"
 
 #: of tweepy.api.API.update_status:1
 msgid "Updates the authenticating user's current status, also known as Tweeting."
@@ -883,583 +1895,700 @@ msgstr "Aktualizuje status zuwierzytelnionego użytkownika."
 
 #: of tweepy.api.API.update_status:4
 msgid ""
-"For each update attempt, the update text is compared with the authenticating user's recent Tweets. Any "
-"attempt that would result in duplication will be blocked, resulting in a 403 error. A user cannot submit "
-"the same status twice in a row."
+"For each update attempt, the update text is compared with the "
+"authenticating user's recent Tweets. Any attempt that would result in "
+"duplication will be blocked, resulting in a 403 error. A user cannot "
+"submit the same status twice in a row."
 msgstr ""
-"Dla każdej próby aktualizacji, jej tekst jest porównywany z najnowszym tweetem zuwierzytelnionego "
-"użytkownika. Każda próba, której rezultatem był by duplikat, zostanie zablokowana, co spowoduje "
-"wystąpienie błędu 403. Użytkownik nie może wysłać tego samego statusu dwa razy pod rząd."
+"Dla każdej próby aktualizacji, jej tekst jest porównywany z najnowszym "
+"tweetem zuwierzytelnionego użytkownika. Każda próba, której rezultatem "
+"był by duplikat, zostanie zablokowana, co spowoduje wystąpienie błędu "
+"403. Użytkownik nie może wysłać tego samego statusu dwa razy pod rząd."
 
 #: of tweepy.api.API.update_status:9
 msgid ""
-"While not rate limited by the API, a user is limited in the number of Tweets they can create at a time. "
-"If the number of updates posted by the user reaches the current allowed limit this method will return an "
-"HTTP 403 error."
+"While not rate limited by the API, a user is limited in the number of "
+"Tweets they can create at a time. If the number of updates posted by the "
+"user reaches the current allowed limit this method will return an HTTP "
+"403 error."
 msgstr ""
-"Mimo, że nie jest to limitowane przez API, użytkownik może stworzyć maksymalnie określoną liczbę tweetów "
-"za jednym razem. Jeżeli liczba aktualizacji zapostowana przez użytkownika osiągnie aktualny limit, metoda "
-"tha zwróci błąd HTTP 403."
+"Mimo, że nie jest to limitowane przez API, użytkownik może stworzyć "
+"maksymalnie określoną liczbę tweetów za jednym razem. Jeżeli liczba "
+"aktualizacji zapostowana przez użytkownika osiągnie aktualny limit, "
+"metoda tha zwróci błąd HTTP 403."
 
-#: of tweepy.api.API.update_status:14 tweepy.api.API.update_with_media:7
+#: of tweepy.api.API.update_status:14 tweepy.api.API.update_status_with_media:7
 msgid "The text of your status update."
 msgstr "Tekst statusu aktualizacji."
 
 #: of tweepy.api.API.update_status:15
 msgid ""
-"The ID of an existing status that the update is in reply to. Note: This parameter will be ignored unless "
-"the author of the Tweet this parameter references is mentioned within the status text. Therefore, you "
-"must include @username, where username is the author of the referenced Tweet, within the update."
+"The ID of an existing status that the update is in reply to. Note: This "
+"parameter will be ignored unless the author of the Tweet this parameter "
+"references is mentioned within the status text. Therefore, you must "
+"include @username, where username is the author of the referenced Tweet, "
+"within the update."
 msgstr ""
-"ID istniejącego statusu dla którego odpowiada aktualizacja. Uwaga: Ten parametr zostanie zignorowany, "
-"chyba, że autor tweeta, do którego się odnosi jest wspomniany w ramach tekstu statusu. Tak więc w "
-"aktualizacji musisz zawrzeć @username, gdzie username jest autorem wspomnianego tweeta."
+"ID istniejącego statusu dla którego odpowiada aktualizacja. Uwaga: Ten "
+"parametr zostanie zignorowany, chyba, że autor tweeta, do którego się "
+"odnosi jest wspomniany w ramach tekstu statusu. Tak więc w aktualizacji "
+"musisz zawrzeć @username, gdzie username jest autorem wspomnianego "
+"tweeta."
 
-#: of tweepy.api.API.update_status:21
+#: of tweepy.api.API.update_status:20
 msgid ""
-"If set to true and used with in_reply_to_status_id, leading @mentions will be looked up from the original "
-"Tweet, and added to the new Tweet from there. This wil append @mentions into the metadata of an extended "
-"Tweet as a reply chain grows, until the limit on @mentions is reached. In cases where the original Tweet "
-"has been deleted, the reply will fail."
+"If set to true and used with in_reply_to_status_id, leading @mentions "
+"will be looked up from the original Tweet, and added to the new Tweet "
+"from there. This wil append @mentions into the metadata of an extended "
+"Tweet as a reply chain grows, until the limit on @mentions is reached. In"
+" cases where the original Tweet has been deleted, the reply will fail."
 msgstr ""
-"Jeżeli ustawione jako true i użyte w in_reply_to_status_id, głowne @mentions będą wyszukane w oryginalnym "
-"tweecie i dodane do nowego tweeta. To dołączy @mentions do metaaty istniejącego tweeta wraz z rozwojem "
-"łańcucha tweetów, póki nie zostanie osiągnięty limit @mentions. Odpowiedź nie powiedzie się, w "
-"przypadkach gdzie oryginalny tweet został usunięty."
+"Jeżeli ustawione jako true i użyte w in_reply_to_status_id, głowne "
+"@mentions będą wyszukane w oryginalnym tweecie i dodane do nowego tweeta."
+" To dołączy @mentions do metaaty istniejącego tweeta wraz z rozwojem "
+"łańcucha tweetów, póki nie zostanie osiągnięty limit @mentions. Odpowiedź"
+" nie powiedzie się, w przypadkach gdzie oryginalny tweet został usunięty."
 
-#: of tweepy.api.API.update_status:27
+#: of tweepy.api.API.update_status:26
 msgid ""
-"When used with auto_populate_reply_metadata, a comma-separated list of user ids which will be removed "
-"from the server-generated @mentions prefix on an extended Tweet. Note that the leading @mention cannot be "
-"removed as it would break the in-reply-to-status-id semantics. Attempting to remove it will be silently "
-"ignored."
+"When used with auto_populate_reply_metadata, a comma-separated list of "
+"user ids which will be removed from the server-generated @mentions prefix"
+" on an extended Tweet. Note that the leading @mention cannot be removed "
+"as it would break the in-reply-to-status-id semantics. Attempting to "
+"remove it will be silently ignored."
 msgstr ""
-"Gdy użyte z auto_populate_reply_metadata, lista ID użytkowników oddzielona przecinkami zostanie usunięta "
-"z wygenerowanego przez serwer prefiksu @mentions na rozszerzonym tweecie. Zauważ, że główne @mention nie "
-"mogą być usunięte ponieważ zepsuło by to semantykę in-reply-to-status-id. Próby ich usunięcia będą "
-"dyskretnie zignorowane."
+"Gdy użyte z auto_populate_reply_metadata, lista ID użytkowników "
+"oddzielona przecinkami zostanie usunięta z wygenerowanego przez serwer "
+"prefiksu @mentions na rozszerzonym tweecie. Zauważ, że główne @mention "
+"nie mogą być usunięte ponieważ zepsuło by to semantykę in-reply-to-"
+"status-id. Próby ich usunięcia będą dyskretnie zignorowane."
 
-#: of tweepy.api.API.update_status:33
+#: of tweepy.api.API.update_status:32
 msgid ""
-"In order for a URL to not be counted in the status body of an extended Tweet, provide a URL as a Tweet "
-"attachment. This URL must be a Tweet permalink, or Direct Message deep link. Arbitrary, non-Twitter URLs "
-"must remain in the status text. URLs passed to the attachment_url parameter not matching either a Tweet "
-"permalink or Direct Message deep link will fail at Tweet creation and cause an exception."
+"In order for a URL to not be counted in the status body of an extended "
+"Tweet, provide a URL as a Tweet attachment. This URL must be a Tweet "
+"permalink, or Direct Message deep link. Arbitrary, non-Twitter URLs must "
+"remain in the status text. URLs passed to the attachment_url parameter "
+"not matching either a Tweet permalink or Direct Message deep link will "
+"fail at Tweet creation and cause an exception."
 msgstr ""
-"Aby URL nie był policzony w treść statusu rozszerzonego tweeta, dołacz go jako załącznik. URL ten musi "
-"być permalinkiem tweeta lub linkiem Wiadomości Bezpośredniej. Inne nie-twitterowe URL muszą pozostać w "
-"tekście statusu. URL przekazane do parametru attachment_url, które nie są przyporządkowane do permalinku "
-"tweeta lub Wiadomości Bezpośredniej, nie stworzą tweeta i spowodują wystąpienie wyjątku."
+"Aby URL nie był policzony w treść statusu rozszerzonego tweeta, dołacz go"
+" jako załącznik. URL ten musi być permalinkiem tweeta lub linkiem "
+"Wiadomości Bezpośredniej. Inne nie-twitterowe URL muszą pozostać w "
+"tekście statusu. URL przekazane do parametru attachment_url, które nie są"
+" przyporządkowane do permalinku tweeta lub Wiadomości Bezpośredniej, nie "
+"stworzą tweeta i spowodują wystąpienie wyjątku."
 
-#: of tweepy.api.API.update_status:40
+#: of tweepy.api.API.update_status:39
 msgid ""
-"A list of media_ids to associate with the Tweet. You may include up to 4 photos or 1 animated GIF or 1 "
-"video in a Tweet."
+"A list of media_ids to associate with the Tweet. You may include up to 4 "
+"photos or 1 animated GIF or 1 video in a Tweet."
 msgstr ""
-"Lista media_ids powiązanych z Tweetem. Jeden Tweet może zawierać maksymalnie 4 zdjęcia, 1 animowany GIF "
-"lub 1 video."
+"Lista media_ids powiązanych z Tweetem. Jeden Tweet może zawierać "
+"maksymalnie 4 zdjęcia, 1 animowany GIF lub 1 video."
 
-#: of tweepy.api.API.update_status:42
+#: of tweepy.api.API.update_status:41
 msgid ""
-"If you upload Tweet media that might be considered sensitive content such as nudity, or medical "
-"procedures, you must set this value to true."
+"If you upload Tweet media that might be considered sensitive content such"
+" as nudity, or medical procedures, you must set this value to true."
 msgstr ""
-"Jeżeli prześlesz media tweeta, które mogą zawierać wrażliwy kontent taki jak nagość lub procedury "
-"medyczne to ta wartość musi być ustawiona jako true."
+"Jeżeli prześlesz media tweeta, które mogą zawierać wrażliwy kontent taki "
+"jak nagość lub procedury medyczne to ta wartość musi być ustawiona jako "
+"true."
 
-#: of tweepy.api.API.update_status:45
+#: of tweepy.api.API.update_status:44
 msgid ""
-"The latitude of the location this Tweet refers to. This parameter will be ignored unless it is inside the "
-"range -90.0 to +90.0 (North is positive) inclusive. It will also be ignored if there is no corresponding "
-"long parameter."
+"The latitude of the location this Tweet refers to. This parameter will be"
+" ignored unless it is inside the range -90.0 to +90.0 (North is positive)"
+" inclusive. It will also be ignored if there is no corresponding long "
+"parameter."
 msgstr ""
-"Szerokość geograficzna lokacji do której odnosi się tweet. Ten parametr zostanie zignorowany, chyba, że "
-"znajduje się pomiędzy -90.0 a +90.0 (północ to wartość dodatnia). Zostanie on także zignorowany jeżeli "
-"nie ma on dopasowanego parametru długości geograficznej."
+"Szerokość geograficzna lokacji do której odnosi się tweet. Ten parametr "
+"zostanie zignorowany, chyba, że znajduje się pomiędzy -90.0 a +90.0 "
+"(północ to wartość dodatnia). Zostanie on także zignorowany jeżeli nie ma"
+" on dopasowanego parametru długości geograficznej."
 
-#: of tweepy.api.API.update_status:49
+#: of tweepy.api.API.update_status:48
 msgid ""
-"The longitude of the location this Tweet refers to. The valid ranges for longitude are -180.0 to +180.0 "
-"(East is positive) inclusive. This parameter will be ignored if outside that range, if it is not a "
-"number, if geo_enabled is disabled, or if there no corresponding lat parameter."
+"The longitude of the location this Tweet refers to. The valid ranges for "
+"longitude are -180.0 to +180.0 (East is positive) inclusive. This "
+"parameter will be ignored if outside that range, if it is not a number, "
+"if geo_enabled is disabled, or if there no corresponding lat parameter."
 msgstr ""
-"Długość geograficzna do której odnosi się tweet. Poprawne wartości zawieraja się między -180.0 a +180.0 "
-"(wschód to wartość dodatnia). Ten parametr zostanie zignorowany jeżeli przekracza ten zakres, nie jest "
-"liczbą, gdy geo_enabled  jest wyłączone oraz jeżeli nie ma dopasowanego parametru szerokości "
-"geograficznej."
+"Długość geograficzna do której odnosi się tweet. Poprawne wartości "
+"zawieraja się między -180.0 a +180.0 (wschód to wartość dodatnia). Ten "
+"parametr zostanie zignorowany jeżeli przekracza ten zakres, nie jest "
+"liczbą, gdy geo_enabled  jest wyłączone oraz jeżeli nie ma dopasowanego "
+"parametru szerokości geograficznej."
 
-#: of tweepy.api.API.update_status:54
+#: of tweepy.api.API.update_status:53
 msgid "A place in the world."
 msgstr "Miejsce gdzieś na świecie."
 
-#: of tweepy.api.API.update_status:55 tweepy.api.API.update_with_media:18
-msgid "Whether or not to put a pin on the exact coordinates a Tweet has been sent from."
-msgstr "Czy wbić szpilkę w miejsce o dokładnych koordynatach, z których został wysłany Tweet."
+#: of tweepy.api.API.update_status:54
+#: tweepy.api.API.update_status_with_media:17
+msgid ""
+"Whether or not to put a pin on the exact coordinates a Tweet has been "
+"sent from."
+msgstr ""
+"Czy wbić szpilkę w miejsce o dokładnych koordynatach, z których został "
+"wysłany Tweet."
 
-#: of tweepy.api.API.update_status:58
-msgid "Associate an ads card with the Tweet using the card_uri value from any ads card response."
+#: of tweepy.api.API.update_status:57
+msgid ""
+"Associate an ads card with the Tweet using the card_uri value from any "
+"ads card response."
 msgstr ""
-"Powiązuje karte reklamową z tweetem używając wartości card_uri z jakiejkolwiek odpowiedzi od karty "
-"reklamowej."
+"Powiązuje karte reklamową z tweetem używając wartości card_uri z "
+"jakiejkolwiek odpowiedzi od karty reklamowej."
 
-#: of tweepy.api.API.update_status:63
+#: of tweepy.api.API.update_status:65
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"update"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"update"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update"
 
-#: of tweepy.api.API.update_with_media:1
+#: of tweepy.api.API.update_status_with_media:1
 msgid "Use :func:`API.media_upload` instead."
 msgstr "Użyj :func:`API.media_upload`."
 
-#: of tweepy.api.API.update_with_media:4
+#: of tweepy.api.API.update_status_with_media:4
 msgid ""
-"Update the authenticated user's status. Statuses that are duplicates or too long will be silently ignored."
+"Update the authenticated user's status. Statuses that are duplicates or "
+"too long will be silently ignored."
 msgstr ""
-"Aktualizuje status zuwierzytelnionego użytkownika. Statusy, które są duplikatami lub są zbyt długie, będą "
-"ignorowane."
+"Aktualizuje status zuwierzytelnionego użytkownika. Statusy, które są "
+"duplikatami lub są zbyt długie, będą ignorowane."
 
-#: of tweepy.api.API.chunked_upload:7 tweepy.api.API.media_upload:7 tweepy.api.API.simple_upload:4
-#: tweepy.api.API.update_profile_banner:3 tweepy.api.API.update_profile_image:4
-#: tweepy.api.API.update_with_media:8
+#: of tweepy.api.API.chunked_upload:7 tweepy.api.API.media_upload:7
+#: tweepy.api.API.simple_upload:4 tweepy.api.API.update_profile_banner:3
+#: tweepy.api.API.update_profile_image:4
+#: tweepy.api.API.update_status_with_media:8
 msgid "|filename|"
 msgstr ""
-"Określa nazwę wyświetlaną użytkownika. Przydatne do rozróżnienia czy nazwa wyświetlana jest taka sama jak "
-"ID użytkownika"
+"Określa nazwę wyświetlaną użytkownika. Przydatne do rozróżnienia czy "
+"nazwa wyświetlana jest taka sama jak ID użytkownika"
 
-#: of tweepy.api.API.chunked_upload:8 tweepy.api.API.media_upload:8 tweepy.api.API.simple_upload:5
-#: tweepy.api.API.update_profile_banner:4 tweepy.api.API.update_profile_image:5
-#: tweepy.api.API.update_with_media:9
+#: of tweepy.api.API.chunked_upload:8 tweepy.api.API.media_upload:8
+#: tweepy.api.API.simple_upload:5 tweepy.api.API.update_profile_banner:4
+#: tweepy.api.API.update_profile_image:5
+#: tweepy.api.API.update_status_with_media:9
 msgid "|file|"
 msgstr "Lista ID tweetów do wyszukania, maksymalnie 100"
 
-#: of tweepy.api.API.update_with_media:10
+#: of tweepy.api.API.update_status_with_media:10
 msgid "Set to true for content which may not be suitable for every audience."
 msgstr "Oznacz jako true w przypadku treści nieodpowiednich dla wszystkich."
 
-#: of tweepy.api.API.update_with_media:12
+#: of tweepy.api.API.update_status_with_media:12
 msgid "The ID of an existing status that the update is in reply to."
 msgstr "ID istniejącego już statusu, dla ktorego aktualizacja jest odpowiedzią."
 
-#: of tweepy.api.API.update_with_media:14
+#: of tweepy.api.API.update_status_with_media:13
 msgid "The location's latitude that this tweet refers to."
 msgstr "Szerokość geograficzna do której odnosi się tweet."
 
-#: of tweepy.api.API.update_with_media:15
+#: of tweepy.api.API.update_status_with_media:14
 msgid "The location's longitude that this tweet refers to."
 msgstr "Długość geograficzna do której odnosi się tweet."
 
-#: of tweepy.api.API.update_with_media:16
-msgid "Twitter ID of location which is listed in the Tweet if geolocation is enabled for the user."
-msgstr "Twitter ID lokacji, która jest wymieniona w tweecie gdy użytkownik ma włączoną geolokację."
+#: of tweepy.api.API.update_status_with_media:15
+msgid ""
+"Twitter ID of location which is listed in the Tweet if geolocation is "
+"enabled for the user."
+msgstr ""
+"Twitter ID lokacji, która jest wymieniona w tweecie gdy użytkownik ma "
+"włączoną geolokację."
 
-#: of tweepy.api.API.update_with_media:23
+#: of tweepy.api.API.update_status_with_media:25
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"update_with_media"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update_with_media"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-"
-"update_with_media"
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-"
+"engage/api-reference/post-statuses-update_with_media"
 
-#: ../../api.rst:64
+#: ../../api.rst:416
 msgid "Search Tweets"
 msgstr "Szuaknie Tweetów"
 
-#: of tweepy.api.API.search:1
+#: of tweepy.api.API.search_tweets:1
 msgid "Returns a collection of relevant Tweets matching a specified query."
 msgstr "Zwraca zbiór odpowiednich tweetów pasujących do określonego zapytania."
 
-#: of tweepy.api.API.search:3
+#: of tweepy.api.API.search_tweets:3
 msgid ""
-"Please note that Twitter's search service and, by extension, the Search API is not meant to be an "
-"exhaustive source of Tweets. Not all Tweets will be indexed or made available via the search interface."
+"Please note that Twitter's search service and, by extension, the Search "
+"API is not meant to be an exhaustive source of Tweets. Not all Tweets "
+"will be indexed or made available via the search interface."
 msgstr ""
-"Proszę miej na uwadze, że usługa wyszukiwania Twittera oraz Search API nie są w założeniu pełnym źródłem "
-"tweetów. Nie wszystkie tweety będą zindeksowane lub udostępnione przez wyszukiwarkę."
+"Proszę miej na uwadze, że usługa wyszukiwania Twittera oraz Search API "
+"nie są w założeniu pełnym źródłem tweetów. Nie wszystkie tweety będą "
+"zindeksowane lub udostępnione przez wyszukiwarkę."
 
-#: of tweepy.api.API.search:7
+#: of tweepy.api.API.search_tweets:9
+#, fuzzy
 msgid ""
-"In API v1.1, the response format of the Search API has been improved to return Tweet objects more similar "
-"to the objects you’ll find across the REST API and platform. However, perspectival attributes (fields "
-"that pertain to the perspective of the authenticating user) are not currently supported on this endpoint."
-"\\ [#]_\\ [#]_"
+"In API v1.1, the response format of the Search API has been improved to "
+"return Tweet objects more similar to the objects you’ll find across the "
+"REST API and platform. However, perspectival attributes (fields that "
+"pertain to the perspective of the authenticating user) are not currently "
+"supported on this endpoint. [#]_\\ [#]_"
 msgstr ""
-"W API v1.1 format odpowiedzi dla Search API został udoskonalony tak by zwracał obiekty tweetów podobnie "
-"jak obiekty, które możesz znaleśść w REST API oraz platformie. Jednakże, atrybuty perspektywiczne (pola "
-"które odnoszą się do perspektywy zuwierzytelnionego użytkownika) nie są na tą chwilę wspierane w tym "
-"punkcie końcowym.\\ [#]_\\ [#]_"
+"W API v1.1 format odpowiedzi dla Search API został udoskonalony tak by "
+"zwracał obiekty tweetów podobnie jak obiekty, które możesz znaleśść w "
+"REST API oraz platformie. Jednakże, atrybuty perspektywiczne (pola które "
+"odnoszą się do perspektywy zuwierzytelnionego użytkownika) nie są na tą "
+"chwilę wspierane w tym punkcie końcowym.\\ [#]_\\ [#]_"
 
-#: of tweepy.api.API.search:13
+#: of tweepy.api.API.search_tweets:16
+#, fuzzy
 msgid ""
-"the search query string of 500 characters maximum, including operators. Queries may additionally be "
-"limited by complexity."
+"The search query string of 500 characters maximum, including operators. "
+"Queries may additionally be limited by complexity."
 msgstr ""
-"ciąg znaków zapytania wyszukiwania dla maksimum 500 znaków, wliczając w to operatory. Zapytania mogą być "
-"także ograniczone przez ich zawiłość."
+"ciąg znaków zapytania wyszukiwania dla maksimum 500 znaków, wliczając w "
+"to operatory. Zapytania mogą być także ograniczone przez ich zawiłość."
 
-#: of tweepy.api.API.search:15
+#: of tweepy.api.API.search_tweets:18
+#, fuzzy
 msgid ""
-"Returns tweets by users located within a given radius of the given latitude/longitude.  The location is "
-"preferentially taking from the Geotagging API, but will fall back to their Twitter profile. The parameter "
-"value is specified by \"latitide,longitude,radius\", where radius units must be specified as either \"mi"
-"\" (miles) or \"km\" (kilometers). Note that you cannot use the near operator via the API to geocode "
-"arbitrary locations; however you can use this geocode parameter to search near geocodes directly. A "
-"maximum of 1,000 distinct \"sub-regions\" will be considered when using the radius modifier."
+"Returns tweets by users located within a given radius of the given "
+"latitude/longitude.  The location is preferentially taking from the "
+"Geotagging API, but will fall back to their Twitter profile. The "
+"parameter value is specified by \"latitude,longitude,radius\", where "
+"radius units must be specified as either \"mi\" (miles) or \"km\" "
+"(kilometers). Note that you cannot use the near operator via the API to "
+"geocode arbitrary locations; however you can use this geocode parameter "
+"to search near geocodes directly. A maximum of 1,000 distinct \"sub-"
+"regions\" will be considered when using the radius modifier."
 msgstr ""
-"Zwraca tweety w oparciu o lokalizacje użytkownika wewnątrz promienia podanej szerokości/długości "
-"geograficznej. Lokacja domyślnie jest pobierana z Geotagging API, lecz zostanie cofnięta do profilu "
-"Twitter. Wartość parametru jest określona przez \"szerokość,długość,promień\" gdzie jednostki promienia "
-"muszą być określone jako \"mi\" (mile) lub \"km\" (kilometry). Uwaga: nie możesz użyć pobliskiego "
-"operatora poprzez API by zgeokodyfikować przypadkowe lokacje; jenakże możesz użyć tego parametru geocode "
-"do wyszukania geokodów bezpośrednio. Maksymalnie 1000 różnych \"podregionów\" będzie brane pod uwagę "
-"używajac modyfikatora promienia."
+"Zwraca tweety w oparciu o lokalizacje użytkownika wewnątrz promienia "
+"podanej szerokości/długości geograficznej. Lokacja domyślnie jest "
+"pobierana z Geotagging API, lecz zostanie cofnięta do profilu Twitter. "
+"Wartość parametru jest określona przez \"szerokość,długość,promień\" "
+"gdzie jednostki promienia muszą być określone jako \"mi\" (mile) lub "
+"\"km\" (kilometry). Uwaga: nie możesz użyć pobliskiego operatora poprzez "
+"API by zgeokodyfikować przypadkowe lokacje; jenakże możesz użyć tego "
+"parametru geocode do wyszukania geokodów bezpośrednio. Maksymalnie 1000 "
+"różnych \"podregionów\" będzie brane pod uwagę używajac modyfikatora "
+"promienia."
 
-#: of tweepy.api.API.search:25
+#: of tweepy.api.API.search_tweets:28
 msgid ""
-"Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort."
-msgstr "Ogranicza tweey to podanego języka, nadanego przez kod ISO 639-1. Detekcja języka jest best-effort."
+"Restricts tweets to the given language, given by an ISO 639-1 code. "
+"Language detection is best-effort."
+msgstr ""
+"Ogranicza tweey to podanego języka, nadanego przez kod ISO 639-1. "
+"Detekcja języka jest best-effort."
 
-#: of tweepy.api.API.search:27
+#: of tweepy.api.API.search_tweets:30
 msgid ""
-"Specify the language of the query you are sending (only ja is currently effective). This is intended for "
-"language-specific consumers and the default should work in the majority of cases."
+"Specify the language of the query you are sending (only ja is currently "
+"effective). This is intended for language-specific consumers and the "
+"default should work in the majority of cases."
 msgstr ""
-"Określa język zapytania, które będzie wysłane (na tę chwię tylko \"ja\"). Jesto skierowane do konsumentów "
-"posiadających szczególne wymagania językowe. Domyślnie działa w większości przypadków."
+"Określa język zapytania, które będzie wysłane (na tę chwię tylko \"ja\")."
+" Jesto skierowane do konsumentów posiadających szczególne wymagania "
+"językowe. Domyślnie działa w większości przypadków."
 
-#: of tweepy.api.API.search:30
+#: of tweepy.api.API.search_tweets:33
 msgid ""
-"Specifies what type of search results you would prefer to receive. The current default is \"mixed.\" "
-"Valid values include:  * mixed : include both popular and real time results in the                       "
-"response * recent : return only the most recent results in the response * popular : return only the most "
-"popular results in the response"
+"Specifies what type of search results you would prefer to receive. The "
+"current default is \"mixed.\" Valid values include:  * mixed : include "
+"both popular and real time results in the                       response "
+"* recent : return only the most recent results in the response * popular "
+": return only the most popular results in the response"
 msgstr ""
-"Określa jaki typ wyników wyszukiwania chciałbyś otrzymywać. Domyślnie \"mixed\". Poprawne wartości "
-"zawierają:  * mixed : zawiera wyniki popularne oraz w czasie rzeczywistym *recent : zwraca tylko "
-"najnowsze wyniki * popular : zwraca tylko popularne wyniki"
+"Określa jaki typ wyników wyszukiwania chciałbyś otrzymywać. Domyślnie "
+"\"mixed\". Poprawne wartości zawierają:  * mixed : zawiera wyniki "
+"popularne oraz w czasie rzeczywistym *recent : zwraca tylko najnowsze "
+"wyniki * popular : zwraca tylko popularne wyniki"
 
-#: of tweepy.api.API.search:30
+#: of tweepy.api.API.search_tweets:33
 msgid ""
-"Specifies what type of search results you would prefer to receive. The current default is \"mixed.\" "
-"Valid values include:"
+"Specifies what type of search results you would prefer to receive. The "
+"current default is \"mixed.\" Valid values include:"
 msgstr ""
-"Określa jaki typ wynimów wyszukiwania chciałbyś otrzymywać. Domyślnie ustawienie to \"mixed.\". Poprawne "
-"wartości to:"
+"Określa jaki typ wynimów wyszukiwania chciałbyś otrzymywać. Domyślnie "
+"ustawienie to \"mixed.\". Poprawne wartości to:"
 
-#: of tweepy.api.API.search:34
-msgid "mixed : include both popular and real time results in the                       response"
-msgstr "mixed : zwraca w odpowiedzi rezultaty popularne oraz te będące w czasie rzeczywistym"
+#: of tweepy.api.API.search_tweets:36
+msgid ""
+"mixed : include both popular and real time results in the"
+"                       response"
+msgstr ""
+"mixed : zwraca w odpowiedzi rezultaty popularne oraz te będące w czasie "
+"rzeczywistym"
 
-#: of tweepy.api.API.search:35
+#: of tweepy.api.API.search_tweets:37
 msgid "recent : return only the most recent results in the response"
 msgstr "recent : zwraca w odpowiedzi tylko najnowsze rezultaty"
 
-#: of tweepy.api.API.search:36
+#: of tweepy.api.API.search_tweets:38
 msgid "popular : return only the most popular results in the response"
 msgstr "popular : zwraca w odpowiedzi tylko najbardziej popularne rezultaty"
 
-#: of tweepy.api.API.search:38
+#: of tweepy.api.API.search_tweets:40
 msgid ""
-"Returns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that "
-"the search index has a 7-day limit. In other words, no tweets will be found for a date older than one "
-"week."
+"Returns tweets created before the given date. Date should be formatted as"
+" YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In "
+"other words, no tweets will be found for a date older than one week."
 msgstr ""
-"Zwraca tweety stworzone przed określoną datą. Data powinna być w formacie YYYY-MM-DD. Miej na uwadze, że "
-"indeks wyszukiwania ma 7-dniowy limit. Innymi słowami, nie zostaną znalezione żadne tweety starsze niż "
-"tydzień."
+"Zwraca tweety stworzone przed określoną datą. Data powinna być w formacie"
+" YYYY-MM-DD. Miej na uwadze, że indeks wyszukiwania ma 7-dniowy limit. "
+"Innymi słowami, nie zostaną znalezione żadne tweety starsze niż tydzień."
 
-#: of tweepy.api.API.search:42
+#: of tweepy.api.API.search_tweets:44
 msgid ""
-"|since_id| There are limits to the number of Tweets which can be accessed through the API. If the limit "
-"of Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available."
+"|since_id| There are limits to the number of Tweets which can be accessed"
+" through the API. If the limit of Tweets has occurred since the since_id,"
+" the since_id will be forced to the oldest ID available."
 msgstr ""
-"Zwraca tylko statusy z ID większym (tzn. nowszym) niż określone ID. Liczba tweetów, które są dostępne w "
-"API jst limitowana. Jeżeli limit tweetów wydarzył się od since_id to since_id będzie najstarzym dostępnym "
+"Zwraca tylko statusy z ID większym (tzn. nowszym) niż określone ID. "
+"Liczba tweetów, które są dostępne w API jst limitowana. Jeżeli limit "
+"tweetów wydarzył się od since_id to since_id będzie najstarzym dostępnym "
 "ID."
 
-#: of tweepy.api.API.search:49
-msgid ":class:`SearchResults` object"
+#: of tweepy.api.API.search_tweets:52
+#, fuzzy
+msgid ":class:`SearchResults`"
 msgstr "obiekt :class:`SearchResults`"
 
-#: of tweepy.api.API.search:51
-msgid "https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets"
-msgstr "https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets"
+#: of tweepy.api.API.search_tweets:56
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets"
 
-#: ../../api.rst:69
+#: ../../api.rst:421
 msgid "Accounts and users"
 msgstr "Konta i użytkownicy"
 
-#: ../../api.rst:72
+#: ../../api.rst:424
 msgid "Create and manage lists"
 msgstr "Tworzenie i zarządzanie listami"
 
-#: of tweepy.api.API.lists_all:1
+#: of tweepy.api.API.get_lists:1
 msgid ""
-"Returns all lists the authenticating or specified user subscribes to, including their own. The user is "
-"specified using the ``user_id`` or ``screen_name`` parameters. If no user is given, the authenticating "
-"user is used."
+"Returns all lists the authenticating or specified user subscribes to, "
+"including their own. The user is specified using the ``user_id`` or "
+"``screen_name`` parameters. If no user is given, the authenticating user "
+"is used."
 msgstr ""
-"Zwraca wszystkie listy, które subskrybuje zuwierzytelniony lub określony użytkownik, w tym ich własne. "
-"Użytkownik określony jest poprzez parametry ``user_id`` lub ``screen name``. Jeżeli użytkownik nie jest "
-"podany to zostanie wtedy użyty zuwierzytelniony użytkownik."
+"Zwraca wszystkie listy, które subskrybuje zuwierzytelniony lub określony "
+"użytkownik, w tym ich własne. Użytkownik określony jest poprzez parametry"
+" ``user_id`` lub ``screen name``. Jeżeli użytkownik nie jest podany to "
+"zostanie wtedy użyty zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.lists_all:6
+#: of tweepy.api.API.get_lists:6
 msgid ""
-"A maximum of 100 results will be returned by this call. Subscribed lists are returned first, followed by "
-"owned lists. This means that if a user subscribes to 90 lists and owns 20 lists, this method returns 90 "
-"subscriptions and 10 owned lists. The ``reverse`` method returns owned lists first, so with "
-"``reverse=true``, 20 owned lists and 80 subscriptions would be returned."
+"A maximum of 100 results will be returned by this call. Subscribed lists "
+"are returned first, followed by owned lists. This means that if a user "
+"subscribes to 90 lists and owns 20 lists, this method returns 90 "
+"subscriptions and 10 owned lists. The ``reverse`` method returns owned "
+"lists first, so with ``reverse=true``, 20 owned lists and 80 "
+"subscriptions would be returned."
 msgstr ""
-"Maksymalnie 100 wyników może być zwrócone przez to wywołanie. Listy subskrybowane są zwrócone jako "
-"pirwsze, tuż za nimi listy posiadane na własność. To oznacza, że jeżeli użytkownik subsrybuje 90 list i "
-"posiada 20 list to ta metoa zwróci 90 list subskrybowanych i 10 list posiadanych. Metoda ``reverse`` "
-"zwraca posiadane listy jako pierwsze, tak więc z ustawieniem ``reverse=true`` zwrócone będzie 20 list "
-"posiadanych i 80 subskrybowanych."
+"Maksymalnie 100 wyników może być zwrócone przez to wywołanie. Listy "
+"subskrybowane są zwrócone jako pirwsze, tuż za nimi listy posiadane na "
+"własność. To oznacza, że jeżeli użytkownik subsrybuje 90 list i posiada "
+"20 list to ta metoa zwróci 90 list subskrybowanych i 10 list posiadanych."
+" Metoda ``reverse`` zwraca posiadane listy jako pierwsze, tak więc z "
+"ustawieniem ``reverse=true`` zwrócone będzie 20 list posiadanych i 80 "
+"subskrybowanych."
 
-#: of tweepy.api.API.lists_all:15
+#: of tweepy.api.API.get_lists:15
 msgid ""
-"A boolean indicating if you would like owned lists to be returned first. See description above for "
-"information on how this parameter works."
+"A boolean indicating if you would like owned lists to be returned first. "
+"See description above for information on how this parameter works."
 msgstr ""
-"Boolean wskazujący czy chiałbyś by posiadane na własność listy zostały zwrócone jako pierwsze. Zobacz "
-"opis powyżej po więcej informacji na temat tego parametru."
+"Boolean wskazujący czy chiałbyś by posiadane na własność listy zostały "
+"zwrócone jako pierwsze. Zobacz opis powyżej po więcej informacji na temat"
+" tego parametru."
 
-#: of tweepy.api.API.lists_all:19 tweepy.api.API.lists_memberships:13 tweepy.api.API.lists_ownerships:11
-#: tweepy.api.API.lists_subscriptions:9
-msgid "list of :class:`List` objects"
-msgstr "lista obiektów :class:`List`"
+#: of tweepy.api.API.get_list_memberships:14
+#: tweepy.api.API.get_list_ownerships:12
+#: tweepy.api.API.get_list_subscriptions:10 tweepy.api.API.get_lists:20
+msgid ":py:class:`List`\\[:class:`~tweepy.models.List`]"
+msgstr ""
 
-#: of tweepy.api.API.lists_all:21
+#: of tweepy.api.API.get_lists:24
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-list"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-list"
 
-#: of tweepy.api.API.list_members:1
+#: of tweepy.api.API.get_list_members:1
 msgid "Returns the members of the specified list."
 msgstr "Zwraca użytkowników z określonej listy."
 
-#: of tweepy.api.API.add_list_member:4 tweepy.api.API.add_list_members:5 tweepy.api.API.destroy_list:6
-#: tweepy.api.API.get_list:4 tweepy.api.API.list_members:3 tweepy.api.API.list_subscribers:4
-#: tweepy.api.API.list_timeline:5 tweepy.api.API.remove_list_member:4 tweepy.api.API.remove_list_members:5
-#: tweepy.api.API.show_list_member:3 tweepy.api.API.show_list_subscriber:5 tweepy.api.API.subscribe_list:5
+#: of tweepy.api.API.add_list_member:4 tweepy.api.API.add_list_members:5
+#: tweepy.api.API.destroy_list:6 tweepy.api.API.get_list:4
+#: tweepy.api.API.get_list_member:3 tweepy.api.API.get_list_members:3
+#: tweepy.api.API.get_list_subscriber:5 tweepy.api.API.get_list_subscribers:4
+#: tweepy.api.API.list_timeline:5 tweepy.api.API.remove_list_member:4
+#: tweepy.api.API.remove_list_members:5 tweepy.api.API.subscribe_list:5
 #: tweepy.api.API.unsubscribe_list:3 tweepy.api.API.update_list:4
 msgid "|list_id|"
 msgstr "Numeryczna lista ID"
 
-#: of tweepy.api.API.add_list_member:5 tweepy.api.API.add_list_members:6 tweepy.api.API.destroy_list:7
-#: tweepy.api.API.get_list:5 tweepy.api.API.list_members:4 tweepy.api.API.list_subscribers:5
-#: tweepy.api.API.list_timeline:6 tweepy.api.API.remove_list_member:5 tweepy.api.API.remove_list_members:6
-#: tweepy.api.API.show_list_member:4 tweepy.api.API.show_list_subscriber:6 tweepy.api.API.subscribe_list:6
+#: of tweepy.api.API.add_list_member:5 tweepy.api.API.add_list_members:6
+#: tweepy.api.API.destroy_list:7 tweepy.api.API.get_list:5
+#: tweepy.api.API.get_list_member:4 tweepy.api.API.get_list_members:4
+#: tweepy.api.API.get_list_subscriber:6 tweepy.api.API.get_list_subscribers:5
+#: tweepy.api.API.list_timeline:6 tweepy.api.API.remove_list_member:5
+#: tweepy.api.API.remove_list_members:6 tweepy.api.API.subscribe_list:6
 #: tweepy.api.API.unsubscribe_list:4 tweepy.api.API.update_list:5
 msgid "|slug|"
 msgstr ""
-"Możesz zidentyfikować listę używając jej slug zamiast numerycznego ID. Jeżeli się na to zdecydujesz to "
-"będziesz musiał określić właściciela listy używając parametrów owner_id lub owner_screen_name"
+"Możesz zidentyfikować listę używając jej slug zamiast numerycznego ID. "
+"Jeżeli się na to zdecydujesz to będziesz musiał określić właściciela "
+"listy używając parametrów owner_id lub owner_screen_name"
 
-#: of tweepy.api.API.add_list_member:8 tweepy.api.API.add_list_members:11 tweepy.api.API.destroy_list:4
-#: tweepy.api.API.get_list:6 tweepy.api.API.list_members:5 tweepy.api.API.list_subscribers:6
-#: tweepy.api.API.list_timeline:7 tweepy.api.API.remove_list_member:8 tweepy.api.API.remove_list_members:11
-#: tweepy.api.API.show_list_member:7 tweepy.api.API.show_list_subscriber:3 tweepy.api.API.subscribe_list:3
+#: of tweepy.api.API.add_list_member:8 tweepy.api.API.add_list_members:11
+#: tweepy.api.API.destroy_list:4 tweepy.api.API.get_list:6
+#: tweepy.api.API.get_list_member:7 tweepy.api.API.get_list_members:5
+#: tweepy.api.API.get_list_subscriber:3 tweepy.api.API.get_list_subscribers:6
+#: tweepy.api.API.list_timeline:7 tweepy.api.API.remove_list_member:8
+#: tweepy.api.API.remove_list_members:11 tweepy.api.API.subscribe_list:3
 #: tweepy.api.API.unsubscribe_list:5 tweepy.api.API.update_list:9
 msgid "|owner_screen_name|"
-msgstr "Nazwa wyświetlana użytkownika, który jest właścicielem listy żądanej przez slug"
+msgstr ""
+"Nazwa wyświetlana użytkownika, który jest właścicielem listy żądanej "
+"przez slug"
 
-#: of tweepy.api.API.add_list_member:9 tweepy.api.API.add_list_members:12 tweepy.api.API.destroy_list:5
-#: tweepy.api.API.get_list:7 tweepy.api.API.list_members:6 tweepy.api.API.list_subscribers:7
-#: tweepy.api.API.list_timeline:8 tweepy.api.API.remove_list_member:9 tweepy.api.API.remove_list_members:12
-#: tweepy.api.API.show_list_member:8 tweepy.api.API.show_list_subscriber:4 tweepy.api.API.subscribe_list:4
+#: of tweepy.api.API.add_list_member:9 tweepy.api.API.add_list_members:12
+#: tweepy.api.API.destroy_list:5 tweepy.api.API.get_list:7
+#: tweepy.api.API.get_list_member:8 tweepy.api.API.get_list_members:6
+#: tweepy.api.API.get_list_subscriber:4 tweepy.api.API.get_list_subscribers:7
+#: tweepy.api.API.list_timeline:8 tweepy.api.API.remove_list_member:9
+#: tweepy.api.API.remove_list_members:12 tweepy.api.API.subscribe_list:4
 #: tweepy.api.API.unsubscribe_list:6 tweepy.api.API.update_list:10
 msgid "|owner_id|"
 msgstr "ID użytkownika, który jest właścicielem listy żadanej przez slug"
 
-#: of tweepy.api.API.blocks:5 tweepy.api.API.create_block:9 tweepy.api.API.destroy_block:7
-#: tweepy.api.API.followers:8 tweepy.api.API.friends:8 tweepy.api.API.list_members:10
-#: tweepy.api.API.list_subscribers:11 tweepy.api.API.mutes:5 tweepy.api.API.show_list_member:10
-#: tweepy.api.API.show_list_subscriber:10 tweepy.api.API.update_profile:16
-#: tweepy.api.API.update_profile_image:7 tweepy.api.API.verify_credentials:4
+#: of tweepy.api.API.create_block:9 tweepy.api.API.destroy_block:7
+#: tweepy.api.API.get_blocks:5 tweepy.api.API.get_followers:9
+#: tweepy.api.API.get_friends:8 tweepy.api.API.get_list_member:10
+#: tweepy.api.API.get_list_members:10 tweepy.api.API.get_list_subscriber:10
+#: tweepy.api.API.get_list_subscribers:11 tweepy.api.API.get_mutes:5
+#: tweepy.api.API.update_profile:15 tweepy.api.API.update_profile_image:7
+#: tweepy.api.API.verify_credentials:4
 msgid "|skip_status|"
-msgstr "Boolean wskazujący czy będą zawarte w zwróconych obiektach user. Domyślnie False"
+msgstr ""
+"Boolean wskazujący czy będą zawarte w zwróconych obiektach user. "
+"Domyślnie False"
 
-#: of tweepy.api.API.blocks:8 tweepy.api.API.followers:11 tweepy.api.API.friends:11
-#: tweepy.api.API.list_members:12 tweepy.api.API.list_subscribers:13 tweepy.api.API.lookup_users:20
-#: tweepy.api.API.mutes:7 tweepy.api.API.search_users:11
-msgid "list of :class:`User` objects"
-msgstr "lista obiektów :class:`User`"
+#: of tweepy.api.API.get_blocks:9 tweepy.api.API.get_followers:13
+#: tweepy.api.API.get_friends:12 tweepy.api.API.get_list_members:13
+#: tweepy.api.API.get_list_subscribers:14 tweepy.api.API.get_mutes:8
+#: tweepy.api.API.lookup_users:18 tweepy.api.API.search_users:12
+msgid ":py:class:`List`\\[:class:`~tweepy.models.User`]"
+msgstr ""
 
-#: of tweepy.api.API.list_members:14
+#: of tweepy.api.API.get_list_members:17
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-members"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-members"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members"
 
-#: of tweepy.api.API.show_list_member:1
+#: of tweepy.api.API.get_list_member:1
 msgid "Check if the specified user is a member of the specified list."
 msgstr "Sprawdza czy określony użytkownik jest członkiem określonej listy."
 
-#: of tweepy.api.API.show_list_member:12
-msgid ":class:`User` object if user is a member of list"
-msgstr "obiekt :class:`User` jeżeli użytkownik jest członkiem listy"
+#: of tweepy.api.API.get_list_member:12
+#, fuzzy
+msgid "The user is not a member of the list."
+msgstr "Sprawdza czy określony użytkownik jest członkiem określonej listy."
+
+#: of tweepy.api.API.create_block:12 tweepy.api.API.create_friendship:9
+#: tweepy.api.API.create_mute:8 tweepy.api.API.destroy_block:10
+#: tweepy.api.API.destroy_friendship:7 tweepy.api.API.destroy_mute:8
+#: tweepy.api.API.get_list_member:15 tweepy.api.API.get_list_subscriber:15
+#: tweepy.api.API.get_user:8 tweepy.api.API.report_spam:9
+#: tweepy.api.API.update_profile:18 tweepy.api.API.update_profile_image:10
+#: tweepy.api.API.verify_credentials:11
+msgid ":class:`~tweepy.models.User`"
+msgstr ""
 
-#: of tweepy.api.API.show_list_member:14
+#: of tweepy.api.API.get_list_member:19
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-members-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members-show"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-members-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-members-show"
 
-#: of tweepy.api.API.lists_memberships:1
+#: of tweepy.api.API.get_list_memberships:1
 msgid ""
-"Returns the lists the specified user has been added to. If ``user_id`` or ``screen_name`` are not "
-"provided, the memberships for the authenticating user are returned."
+"Returns the lists the specified user has been added to. If ``user_id`` or"
+" ``screen_name`` are not provided, the memberships for the authenticating"
+" user are returned."
 msgstr ""
-"Zwraca listy, do których został dodany wybrany użytkownik. Jeżeli ``user_id`` lub ``screen_name`` nie są "
-"podane to zwracane jest członkostwo dla zuwierzytelnionego użytkownika."
+"Zwraca listy, do których został dodany wybrany użytkownik. Jeżeli "
+"``user_id`` lub ``screen_name`` nie są podane to zwracane jest "
+"członkostwo dla zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.lists_memberships:9
+#: of tweepy.api.API.get_list_memberships:9
 msgid ""
-"A boolean indicating whether to return just lists the authenticating user owns, and the user represented "
-"by ``user_id`` or ``screen_name`` is a member of."
+"A boolean indicating whether to return just lists the authenticating user"
+" owns, and the user represented by ``user_id`` or ``screen_name`` is a "
+"member of."
 msgstr ""
-"Boolean wskazujący czy zwrócić tylko listy, które posiada zuwierzytelniony użytkownik oraz użytkownik "
-"reprezentowany przez ``user_id`` lub ``screen_name``."
+"Boolean wskazujący czy zwrócić tylko listy, które posiada "
+"zuwierzytelniony użytkownik oraz użytkownik reprezentowany przez "
+"``user_id`` lub ``screen_name``."
 
-#: of tweepy.api.API.lists_memberships:15
+#: of tweepy.api.API.get_list_memberships:18
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-memberships"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-memberships"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-memberships"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-memberships"
 
-#: of tweepy.api.API.lists_ownerships:1
+#: of tweepy.api.API.get_list_ownerships:1
 msgid ""
-"Returns the lists owned by the specified user. Private lists will only be shown if the authenticated user "
-"is also the owner of the lists. If ``user_id`` and ``screen_name`` are not provided, the ownerships for "
-"the authenticating user are returned."
+"Returns the lists owned by the specified user. Private lists will only be"
+" shown if the authenticated user is also the owner of the lists. If "
+"``user_id`` and ``screen_name`` are not provided, the ownerships for the "
+"authenticating user are returned."
 msgstr ""
-"Zwraca listy, które są własnością określonego użytkownika. Prywatne listy będa pokazne tylko jeżeli "
-"zuwierzytelniony użytkownik jest ich właścicielem. Jeżeli ``user_id`` oraz ``screen_name`` nie są "
-"określone to zwrócone zostaną te, któe są posiadane przez zuwierzytelnionego użytkownika."
+"Zwraca listy, które są własnością określonego użytkownika. Prywatne listy"
+" będa pokazne tylko jeżeli zuwierzytelniony użytkownik jest ich "
+"właścicielem. Jeżeli ``user_id`` oraz ``screen_name`` nie są określone to"
+" zwrócone zostaną te, któe są posiadane przez zuwierzytelnionego "
+"użytkownika."
 
-#: of tweepy.api.API.lists_ownerships:13
+#: of tweepy.api.API.get_list_ownerships:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-ownerships"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-ownerships"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-ownerships"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-ownerships"
 
 #: of tweepy.api.API.get_list:1
 msgid ""
-"Returns the specified list. Private lists will only be shown if the authenticated user owns the specified "
-"list."
+"Returns the specified list. Private lists will only be shown if the "
+"authenticated user owns the specified list."
 msgstr ""
-"Zwraca wybraną listę. Prywate listy będą pokazane tylko jeżeli zuwierzytelniony użytkownik jest ich "
-"właścicielem."
+"Zwraca wybraną listę. Prywate listy będą pokazane tylko jeżeli "
+"zuwierzytelniony użytkownik jest ich właścicielem."
 
-#: of tweepy.api.API.add_list_member:11 tweepy.api.API.add_list_members:14 tweepy.api.API.create_list:8
-#: tweepy.api.API.destroy_list:9 tweepy.api.API.get_list:9 tweepy.api.API.remove_list_member:11
-#: tweepy.api.API.remove_list_members:14 tweepy.api.API.subscribe_list:8 tweepy.api.API.unsubscribe_list:8
-#: tweepy.api.API.update_list:12
-msgid ":class:`List` object"
-msgstr "obiekt :class:`List`"
+#: of tweepy.api.API.add_list_member:12 tweepy.api.API.add_list_members:15
+#: tweepy.api.API.create_list:9 tweepy.api.API.destroy_list:10
+#: tweepy.api.API.get_list:10 tweepy.api.API.remove_list_member:12
+#: tweepy.api.API.remove_list_members:15 tweepy.api.API.subscribe_list:9
+#: tweepy.api.API.unsubscribe_list:9 tweepy.api.API.update_list:13
+msgid ":class:`~tweepy.models.List`"
+msgstr ""
 
-#: of tweepy.api.API.get_list:11
+#: of tweepy.api.API.get_list:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show"
 
 #: of tweepy.api.API.list_timeline:1
 msgid ""
-"Returns a timeline of Tweets authored by members of the specified list. Retweets are included by default. "
-"Use the ``include_rts=false`` parameter to omit retweets."
+"Returns a timeline of Tweets authored by members of the specified list. "
+"Retweets are included by default. Use the ``include_rts=false`` parameter"
+" to omit retweets."
 msgstr ""
-"Zwraca oś czasu Tweetów, których autorami są członkowie wybranej listy. Domyślnie zawiera retweety. Użyj "
-"parametru ``include_rts=false`` by pominąć retweety."
+"Zwraca oś czasu Tweetów, których autorami są członkowie wybranej listy. "
+"Domyślnie zawiera retweety. Użyj parametru ``include_rts=false`` by "
+"pominąć retweety."
 
 #: of tweepy.api.API.list_timeline:13
 msgid ""
-"A boolean indicating whether the list timeline will contain native retweets (if they exist) in addition "
-"to the standard stream of Tweets. The output format of retweeted Tweets is identical to the "
-"representation you see in home_timeline."
+"A boolean indicating whether the list timeline will contain native "
+"retweets (if they exist) in addition to the standard stream of Tweets. "
+"The output format of retweeted Tweets is identical to the representation "
+"you see in home_timeline."
 msgstr ""
-"Boolean wskazujący czy oś czasu listy będzie zawierać natywne retweety (jeżeli istnieją) w dodatku do "
-"standardowego strumienia tweetów. Format wyjścia reteetowanych Tweetów jest identyczny do tego widocznego "
-"w home_timeline."
+"Boolean wskazujący czy oś czasu listy będzie zawierać natywne retweety "
+"(jeżeli istnieją) w dodatku do standardowego strumienia tweetów. Format "
+"wyjścia reteetowanych Tweetów jest identyczny do tego widocznego w "
+"home_timeline."
 
-#: of tweepy.api.API.list_timeline:20
+#: of tweepy.api.API.list_timeline:23
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-statuses"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-statuses"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-statuses"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-statuses"
 
-#: of tweepy.api.API.list_subscribers:1
+#: of tweepy.api.API.get_list_subscribers:1
 msgid ""
-"Returns the subscribers of the specified list. Private list subscribers will only be shown if the "
-"authenticated user owns the specified list."
+"Returns the subscribers of the specified list. Private list subscribers "
+"will only be shown if the authenticated user owns the specified list."
 msgstr ""
-"Zwraca subskrybentów wybranej listy. Subskrybenci prywatnych list będą wyświetleni tylko jeżeli "
-"zuwierzytelniony użytkownik jest właścicielem listy."
+"Zwraca subskrybentów wybranej listy. Subskrybenci prywatnych list będą "
+"wyświetleni tylko jeżeli zuwierzytelniony użytkownik jest właścicielem "
+"listy."
 
-#: of tweepy.api.API.list_subscribers:15
+#: of tweepy.api.API.get_list_subscribers:18
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-subscribers"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-subscribers"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers"
 
-#: of tweepy.api.API.show_list_subscriber:1
+#: of tweepy.api.API.get_list_subscriber:1
 msgid "Check if the specified user is a subscriber of the specified list."
 msgstr "Sprawdza czy określony użytkownik jest subskrybentem określonej listy."
 
-#: of tweepy.api.API.show_list_subscriber:12
-msgid ":class:`User` object if user is subscribed to list"
-msgstr "obiekt :class:`User` jeżeli użytkownik subskrybuje listę"
+#: of tweepy.api.API.get_list_subscriber:12
+#, fuzzy
+msgid "The user is not a subscriber of the list."
+msgstr "Sprawdza czy określony użytkownik jest subskrybentem określonej listy."
 
-#: of tweepy.api.API.show_list_subscriber:14
+#: of tweepy.api.API.get_list_subscriber:19
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-subscribers-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers-show"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-subscribers-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscribers-show"
 
-#: of tweepy.api.API.lists_subscriptions:1
+#: of tweepy.api.API.get_list_subscriptions:1
 msgid ""
-"Obtain a collection of the lists the specified user is subscribed to, 20 lists per page by default. Does "
-"not include the user's own lists."
+"Obtain a collection of the lists the specified user is subscribed to, 20 "
+"lists per page by default. Does not include the user's own lists."
 msgstr ""
-"Zdobywa kolekcję list do którye subskrybuje wybrany użytkownnik, domyślnie 20 list na jedną stronę. Nie "
-"zawiera list posiadanych przez użytkownika."
+"Zdobywa kolekcję list do którye subskrybuje wybrany użytkownnik, "
+"domyślnie 20 list na jedną stronę. Nie zawiera list posiadanych przez "
+"użytkownika."
 
-#: of tweepy.api.API.lists_subscriptions:11
+#: of tweepy.api.API.get_list_subscriptions:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-subscriptions"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscriptions"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"get-lists-subscriptions"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-subscriptions"
 
 #: of tweepy.api.API.create_list:1
 msgid ""
-"Creates a new list for the authenticated user. Note that you can create up to 1000 lists per account."
+"Creates a new list for the authenticated user. Note that you can create "
+"up to 1000 lists per account."
 msgstr ""
-"Tworzy nową listę dla zuwierzytelnionego użytkownia. Miej na uwadzę, że możesz stworzyć maksymalnie 1000 "
-"list dla jednego konta."
+"Tworzy nową listę dla zuwierzytelnionego użytkownia. Miej na uwadzę, że "
+"możesz stworzyć maksymalnie 1000 list dla jednego konta."
 
 #: of tweepy.api.API.create_list:4
 msgid "The name of the new list."
@@ -1468,133 +2597,151 @@ msgstr "Nazwa nowej listy."
 #: of tweepy.api.API.create_list:5 tweepy.api.API.update_list:7
 msgid "|list_mode|"
 msgstr ""
-"Czy lista jest publiczna czy prywatna. Wartości mogą być publiczne i prwyatne. Domyślnie listy są "
-"publiczne jeżeli nie jest ustawiony żaden tryb"
+"Czy lista jest publiczna czy prywatna. Wartości mogą być publiczne i "
+"prwyatne. Domyślnie listy są publiczne jeżeli nie jest ustawiony żaden "
+"tryb"
 
 #: of tweepy.api.API.create_list:6
 msgid "The description of the list you are creating."
 msgstr "Opis listy, którą tworzysz."
 
-#: of tweepy.api.API.create_list:10
+#: of tweepy.api.API.create_list:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-create"
 
 #: of tweepy.api.API.destroy_list:1
-msgid "Deletes the specified list. The authenticated user must own the list to be able to destroy it."
-msgstr "Usuwa określoną listę. Zuwierzytelniony użytkownik musi być właścicielem listy by ją usunąć."
+msgid ""
+"Deletes the specified list. The authenticated user must own the list to "
+"be able to destroy it."
+msgstr ""
+"Usuwa określoną listę. Zuwierzytelniony użytkownik musi być właścicielem "
+"listy by ją usunąć."
 
-#: of tweepy.api.API.destroy_list:11
+#: of tweepy.api.API.destroy_list:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-destroy"
 
 #: of tweepy.api.API.add_list_member:1
 msgid ""
-"Add a member to a list. The authenticated user must own the list to be able to add members to it. Lists "
-"are limited to 5,000 members."
+"Add a member to a list. The authenticated user must own the list to be "
+"able to add members to it. Lists are limited to 5,000 members."
 msgstr ""
-"Dodaje nowego członka do listy. Zuwierzytelniony użytkownik musi być właścicielem listy by dodawać do "
-"niej członków. Lista może zawierać maksymalnie 5000 członków."
+"Dodaje nowego członka do listy. Zuwierzytelniony użytkownik musi być "
+"właścicielem listy by dodawać do niej członków. Lista może zawierać "
+"maksymalnie 5000 członków."
 
-#: of tweepy.api.API.add_list_member:13
+#: of tweepy.api.API.add_list_member:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create"
 
 #: of tweepy.api.API.add_list_members:1
 msgid ""
-"Add up to 100 members to a list. The authenticated user must own the list to be able to add members to "
-"it. Lists are limited to 5,000 members."
+"Add up to 100 members to a list. The authenticated user must own the list"
+" to be able to add members to it. Lists are limited to 5,000 members."
 msgstr ""
-"Dodaje członków do listy, maksymalnie 100. Zuwierzytelniony użytkownik musi być właścicielem listy by "
-"dodawać do niej członków. Lista może zawierać maksymalnie 5000 członków."
+"Dodaje członków do listy, maksymalnie 100. Zuwierzytelniony użytkownik "
+"musi być właścicielem listy by dodawać do niej członków. Lista może "
+"zawierać maksymalnie 5000 członków."
 
 #: of tweepy.api.API.add_list_members:7 tweepy.api.API.remove_list_members:7
-msgid "A comma separated list of user IDs, up to 100 are allowed in a single request"
-msgstr "Oddzielona przecinkami lista ID użytkowników, maksymalnie 100 na jedno żądanie"
+msgid ""
+"A comma separated list of user IDs, up to 100 are allowed in a single "
+"request"
+msgstr ""
+"Oddzielona przecinkami lista ID użytkowników, maksymalnie 100 na jedno "
+"żądanie"
 
 #: of tweepy.api.API.add_list_members:9 tweepy.api.API.remove_list_members:9
-msgid "A comma separated list of screen names, up to 100 are allowed in a single request"
+msgid ""
+"A comma separated list of screen names, up to 100 are allowed in a single"
+" request"
 msgstr "Oddzielona przecinkami lista nazw, maksymalnie 100 na jedno żądanie"
 
-#: of tweepy.api.API.add_list_members:16
+#: of tweepy.api.API.add_list_members:19
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-create_all"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create_all"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-create_all"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-create_all"
 
 #: of tweepy.api.API.remove_list_member:1
 msgid ""
-"Removes the specified member from the list. The authenticated user must be the list's owner to remove "
-"members from the list."
+"Removes the specified member from the list. The authenticated user must "
+"be the list's owner to remove members from the list."
 msgstr ""
-"Usuwa wybranego użytkownika z listy. Zuwierzytelniony użytkownik musi być właścicielem listy by usuwać z "
-"niej użytkowników."
+"Usuwa wybranego użytkownika z listy. Zuwierzytelniony użytkownik musi być"
+" właścicielem listy by usuwać z niej użytkowników."
 
-#: of tweepy.api.API.remove_list_member:13
+#: of tweepy.api.API.remove_list_member:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy"
 
 #: of tweepy.api.API.remove_list_members:1
 msgid ""
-"Remove up to 100 members from a list. The authenticated user must own the list to be able to remove "
-"members from it. Lists are limited to 5,000 members."
+"Remove up to 100 members from a list. The authenticated user must own the"
+" list to be able to remove members from it. Lists are limited to 5,000 "
+"members."
 msgstr ""
-"Usuwa użytkowników z listy, maksymalnie 100. Zuwierzytelniony użytkownik musi być właścicielem listy by "
-"usuwać z niej użytkowników. Listy mogą zawierać maksymalnie 5000 użytkowników."
+"Usuwa użytkowników z listy, maksymalnie 100. Zuwierzytelniony użytkownik "
+"musi być właścicielem listy by usuwać z niej użytkowników. Listy mogą "
+"zawierać maksymalnie 5000 użytkowników."
 
-#: of tweepy.api.API.remove_list_members:16
+#: of tweepy.api.API.remove_list_members:19
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-destroy_all"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy_all"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-members-destroy_all"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-members-destroy_all"
 
 #: of tweepy.api.API.subscribe_list:1
 msgid "Subscribes the authenticated user to the specified list."
 msgstr "Subskrybuje zuwierzytelnionego użytkownika do określonej listy."
 
-#: of tweepy.api.API.subscribe_list:10
+#: of tweepy.api.API.subscribe_list:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-subscribers-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-subscribers-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-create"
 
 #: of tweepy.api.API.unsubscribe_list:1
 msgid "Unsubscribes the authenticated user from the specified list."
 msgstr "Anuluje subskrypcję zuwierzytelnionego użytkownika do określonej listy."
 
-#: of tweepy.api.API.unsubscribe_list:10
+#: of tweepy.api.API.unsubscribe_list:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-subscribers-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-subscribers-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-subscribers-destroy"
 
 #: of tweepy.api.API.update_list:1
-msgid "Updates the specified list. The authenticated user must own the list to be able to update it."
+msgid ""
+"Updates the specified list. The authenticated user must own the list to "
+"be able to update it."
 msgstr ""
-"Aktualizuje wybraną listę. Zuwierzytelniony użytkownik musi być właścicielem listy by ją zaktualizować."
+"Aktualizuje wybraną listę. Zuwierzytelniony użytkownik musi być "
+"właścicielem listy by ją zaktualizować."
 
 #: of tweepy.api.API.update_list:6
 msgid "The name for the list."
@@ -1604,183 +2751,203 @@ msgstr "Nazwa listy."
 msgid "The description to give the list."
 msgstr "Opis nadany liście."
 
-#: of tweepy.api.API.update_list:14
+#: of tweepy.api.API.update_list:17
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-update"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-update"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/"
-"post-lists-update"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/post-lists-update"
 
-#: ../../api.rst:113
+#: ../../api.rst:465
 msgid "Follow, search, and get users"
 msgstr "Słedzenie, wyszukiwanie i zdobywanie użytkowników"
 
-#: of tweepy.api.API.followers_ids:1
+#: of tweepy.api.API.get_follower_ids:1
 msgid "Returns an array containing the IDs of users following the specified user."
-msgstr "Zwraca tablicę zawierającą ID użytkowników obserwujących wybranego użytkownika."
+msgstr ""
+"Zwraca tablicę zawierającą ID użytkowników obserwujących wybranego "
+"użytkownika."
 
-#: of tweepy.api.API.followers_ids:12
+#: of tweepy.api.API.get_follower_ids:15
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-followers-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-ids"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-followers-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-ids"
 
-#: of tweepy.api.API.followers:1
+#: of tweepy.api.API.get_followers:1
 msgid ""
-"Returns a user's followers ordered in which they were added. If no user is specified by id/screen name, "
-"it defaults to the authenticated user."
+"Returns a user's followers ordered in which they were added. If no user "
+"is specified by id/screen name, it defaults to the authenticated user."
 msgstr ""
-"Zwraca obserwujących użytkownika według chronologii rozpoczęcia przez nich obserwowania. Jeżeli "
-"użytkownik nie jest określony to domyślnie będzie użyty zuwierzytelniony użytkownik."
+"Zwraca obserwujących użytkownika według chronologii rozpoczęcia przez "
+"nich obserwowania. Jeżeli użytkownik nie jest określony to domyślnie "
+"będzie użyty zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.followers:13
+#: of tweepy.api.API.get_followers:17
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-followers-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-list"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-followers-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-followers-list"
 
-#: of tweepy.api.API.friends_ids:1
-msgid "Returns an array containing the IDs of users being followed by the specified user."
-msgstr "Zwraca tablicę zawierającą ID użytkowników obserwowanych przez wybranego użytkownika."
+#: of tweepy.api.API.get_friend_ids:1
+msgid ""
+"Returns an array containing the IDs of users being followed by the "
+"specified user."
+msgstr ""
+"Zwraca tablicę zawierającą ID użytkowników obserwowanych przez wybranego "
+"użytkownika."
 
-#: of tweepy.api.API.friends_ids:12
+#: of tweepy.api.API.get_friend_ids:15
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friends-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-ids"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friends-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-ids"
 
-#: of tweepy.api.API.friends:1
+#: of tweepy.api.API.get_friends:1
 msgid ""
-"Returns a user's friends ordered in which they were added 100 at a time. If no user is specified it "
-"defaults to the authenticated user."
+"Returns a user's friends ordered in which they were added 100 at a time. "
+"If no user is specified it defaults to the authenticated user."
 msgstr ""
-"Zwraca znajomych użytkownika, 100 na raz, posortowanych według chronologii dodania do znajomych. Jeżeli "
-"użytkownik nie jest określony to domyślnie będzie użyty zuwierzytelniony użytkownik."
+"Zwraca znajomych użytkownika, 100 na raz, posortowanych według "
+"chronologii dodania do znajomych. Jeżeli użytkownik nie jest określony to"
+" domyślnie będzie użyty zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.friends:13
+#: of tweepy.api.API.get_friends:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friends-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-list"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friends-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friends-list"
 
-#: of tweepy.api.API.friendships_incoming:1
+#: of tweepy.api.API.incoming_friendships:1
 msgid ""
-"Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating "
-"user."
+"Returns a collection of numeric IDs for every user who has a pending "
+"request to follow the authenticating user."
 msgstr ""
-"Zwraca kolekcję numerycznych ID dla każdego użytkownika, któy ma oczekujący request follow "
-"zuwierzytelnionego użytkownika."
+"Zwraca kolekcję numerycznych ID dla każdego użytkownika, któy ma "
+"oczekujący request follow zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.friendships_incoming:9
+#: of tweepy.api.API.incoming_friendships:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-incoming"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-incoming"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-incoming"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-incoming"
 
 #: of tweepy.api.API.lookup_friendships:1
 msgid ""
-"Returns the relationships of the authenticated user to the list of up to 100 screen_name or user_id "
-"provided."
+"Returns the relationships of the authenticated user to the list of up to "
+"100 screen_name or user_id provided."
 msgstr ""
-"Zwraca relacje pomiędzy zuwierzytelnionym użytkownikiem a  (maksimum) 100 dostarczonych screen_name oraz "
-"user_id."
+"Zwraca relacje pomiędzy zuwierzytelnionym użytkownikiem a  (maksimum) 100"
+" dostarczonych screen_name oraz user_id."
 
 #: of tweepy.api.API.lookup_friendships:4 tweepy.api.API.lookup_users:10
 msgid "A list of screen names, up to 100 are allowed in a single request."
-msgstr "Lista nazw wyświetlanych, masymalnie 100 może być zawartych w pojedyńczym żądaniu."
+msgstr ""
+"Lista nazw wyświetlanych, masymalnie 100 może być zawartych w pojedyńczym"
+" żądaniu."
 
-#: of tweepy.api.API.lookup_friendships:6 tweepy.api.API.lookup_users:12
+#: of tweepy.api.API.lookup_friendships:5 tweepy.api.API.lookup_users:11
 msgid "A list of user IDs, up to 100 are allowed in a single request."
-msgstr "Lista ID użytkowników, masymalnie 100 może być zawartych w pojedyńczym żądaniu."
+msgstr ""
+"Lista ID użytkowników, masymalnie 100 może być zawartych w pojedyńczym "
+"żądaniu."
 
-#: of tweepy.api.API.lookup_friendships:9
-msgid "list of :class:`Relationship` objects"
-msgstr "lista obiektów :class:`Relationship`"
+#: of tweepy.api.API.lookup_friendships:8
+msgid ":py:class:`List`\\[:class:`~tweepy.models.Relationship`]"
+msgstr ""
 
-#: of tweepy.api.API.lookup_friendships:11
+#: of tweepy.api.API.lookup_friendships:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-lookup"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-lookup"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup"
 
 #: of tweepy.api.API.no_retweets_friendships:1
 msgid ""
-"Returns a collection of user_ids that the currently authenticated user does not want to receive retweets "
-"from."
-msgstr "Zwraca kolekcję user_id od których zuwierzytelniony użytkownik nie chce otrzymywać retweetów."
+"Returns a collection of user_ids that the currently authenticated user "
+"does not want to receive retweets from."
+msgstr ""
+"Zwraca kolekcję user_id od których zuwierzytelniony użytkownik nie chce "
+"otrzymywać retweetów."
 
-#: of tweepy.api.API.no_retweets_friendships:8
+#: of tweepy.api.API.no_retweets_friendships:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-no_retweets-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-no_retweets-ids"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-no_retweets-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-no_retweets-ids"
 
-#: of tweepy.api.API.friendships_outgoing:1
+#: of tweepy.api.API.outgoing_friendships:1
 msgid ""
-"Returns a collection of numeric IDs for every protected user for whom the authenticating user has a "
-"pending follow request."
+"Returns a collection of numeric IDs for every protected user for whom the"
+" authenticating user has a pending follow request."
 msgstr ""
-"Zwraca zbiór numerycznych identyfikatorów każdego chronionego użytkownika, dla którego użytkownik "
-"uwierzytelniający ma oczekujące żądanie follow."
+"Zwraca zbiór numerycznych identyfikatorów każdego chronionego "
+"użytkownika, dla którego użytkownik uwierzytelniający ma oczekujące "
+"żądanie follow."
 
-#: of tweepy.api.API.friendships_outgoing:9
+#: of tweepy.api.API.outgoing_friendships:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-outgoing"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-outgoing"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-outgoing"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-outgoing"
 
-#: of tweepy.api.API.show_friendship:1
+#: of tweepy.api.API.get_friendship:1
 msgid "Returns detailed information about the relationship between two users."
-msgstr "Zwraca szczegółowe informacje na temat znajomości pomiędzy dwoma użytkownikami."
+msgstr ""
+"Zwraca szczegółowe informacje na temat znajomości pomiędzy dwoma "
+"użytkownikami."
 
-#: of tweepy.api.API.show_friendship:3
+#: of tweepy.api.API.get_friendship:3
 msgid "The user_id of the subject user."
 msgstr "Wartość user_id podanego użytkownika."
 
-#: of tweepy.api.API.show_friendship:4
+#: of tweepy.api.API.get_friendship:4
 msgid "The screen_name of the subject user."
 msgstr "Wartość screen_name podanego użytkownika."
 
-#: of tweepy.api.API.show_friendship:5
+#: of tweepy.api.API.get_friendship:5
 msgid "The user_id of the target user."
 msgstr "Wartość user_id wybranego użytkownika."
 
-#: of tweepy.api.API.show_friendship:6
+#: of tweepy.api.API.get_friendship:6
 msgid "The screen_name of the target user."
 msgstr "Wartość screen_name wybranego użytkownika."
 
-#: of tweepy.api.API.show_friendship:8 tweepy.api.API.update_friendship:8
-msgid ":class:`Friendship` object"
+#: of tweepy.api.API.get_friendship:9 tweepy.api.API.update_friendship:9
+#, fuzzy
+msgid ":class:`~tweepy.models.Friendship`"
 msgstr "obiekt :class:`Friendship`"
 
-#: of tweepy.api.API.show_friendship:10
+#: of tweepy.api.API.get_friendship:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-friendships-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show"
 
 #: of tweepy.api.API.lookup_users:1
 msgid "Returns fully-hydrated user objects for up to 100 users per request."
-msgstr "Zwraca fully-hydrated obiekt użytkownika, maksymalnie 100 użytkowników na jedno żądanie."
+msgstr ""
+"Zwraca fully-hydrated obiekt użytkownika, maksymalnie 100 użytkowników na"
+" jedno żądanie."
 
 #: of tweepy.api.API.lookup_users:3
 msgid "There are a few things to note when using this method."
@@ -1788,60 +2955,67 @@ msgstr "Należy mieć na uwadze kilka kwestii używając tej metody."
 
 #: of tweepy.api.API.lookup_users:5
 msgid ""
-"You must be following a protected user to be able to see their most             recent status update. If "
-"you don't follow a protected user their             status will be removed."
+"You must be following a protected user to be able to see their most"
+"             recent status update. If you don't follow a protected user "
+"their             status will be removed."
 msgstr ""
-"Musisz obserwować chronionego użytkownika by móc zobaczyć jego najnowszą zmianę statusu. Jeżeli nie "
-"obserwujesz go, to jego status zostanie usunięty."
+"Musisz obserwować chronionego użytkownika by móc zobaczyć jego najnowszą "
+"zmianę statusu. Jeżeli nie obserwujesz go, to jego status zostanie "
+"usunięty."
 
 #: of tweepy.api.API.lookup_users:6
 msgid ""
-"The order of user IDs or screen names may not match the order of             users in the returned array."
+"The order of user IDs or screen names may not match the order of"
+"             users in the returned array."
 msgstr ""
-"Porządek ID użytkowników lub nazw wyświetlanych może nie być rownoważny z porządkiem użytkowników w "
-"zwróconej tablicy."
+"Porządek ID użytkowników lub nazw wyświetlanych może nie być rownoważny z"
+" porządkiem użytkowników w zwróconej tablicy."
 
 #: of tweepy.api.API.lookup_users:7
 msgid ""
-"If a requested user is unknown, suspended, or deleted, then that             user will not be returned in "
-"the results list."
+"If a requested user is unknown, suspended, or deleted, then that"
+"             user will not be returned in the results list."
 msgstr ""
-"Jeżeli żądany użytkownik jest nieznany, zablokowany lub usunięty to nie zostanie on zwrócony w liście "
-"wyników."
+"Jeżeli żądany użytkownik jest nieznany, zablokowany lub usunięty to nie "
+"zostanie on zwrócony w liście wyników."
 
 #: of tweepy.api.API.lookup_users:8
 msgid ""
-"If none of your lookup criteria can be satisfied by returning a             user object, a HTTP 404 will "
-"be thrown."
+"If none of your lookup criteria can be satisfied by returning a"
+"             user object, a HTTP 404 will be thrown."
 msgstr ""
-"Jeżeli żadne z twoich wyszukiwań nie spełnia wymagań i nie zwraca obiektu użytkownika, to wystąpi błąd "
-"HTTP 404."
+"Jeżeli żadne z twoich wyszukiwań nie spełnia wymagań i nie zwraca obiektu"
+" użytkownika, to wystąpi błąd HTTP 404."
 
-#: of tweepy.api.API.lookup_users:15
+#: of tweepy.api.API.lookup_users:13
 msgid ""
-"Valid request values are compat and extended, which give compatibility mode and extended mode, "
-"respectively for Tweets that contain over 140 characters."
+"Valid request values are compat and extended, which give compatibility "
+"mode and extended mode, respectively for Tweets that contain over 140 "
+"characters."
 msgstr ""
-"Poprawne wartości żądań są kompatybilne i rozszerzone, co nadaje im odpowiednio tryb kompatybilności lub "
-"trybowi rozszerzony, dla tweetów zawierających ponad 140 znaków."
+"Poprawne wartości żądań są kompatybilne i rozszerzone, co nadaje im "
+"odpowiednio tryb kompatybilności lub trybowi rozszerzony, dla tweetów "
+"zawierających ponad 140 znaków."
 
 #: of tweepy.api.API.lookup_users:22
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-users-lookup"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-lookup"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-users-lookup"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-lookup"
 
 #: of tweepy.api.API.search_users:1
 msgid ""
-"Run a search for users similar to Find People button on Twitter.com; the same results returned by people "
-"search on Twitter.com will be returned by using this API (about being listed in the People Search). It is "
-"only possible to retrieve the first 1000 matches from this API."
+"Run a search for users similar to Find People button on Twitter.com; the "
+"same results returned by people search on Twitter.com will be returned by"
+" using this API (about being listed in the People Search). It is only "
+"possible to retrieve the first 1000 matches from this API."
 msgstr ""
-"Uruchom wyszukiwanie dla użytkowników podobne do przycisku Znajdź Ludzi na Twitter.com; używając teego "
-"API zostaną zwrócone te same rezultaty co w  przypadku wyszukiwania ludzi. Używając tego API możliwe jest "
-"uzyskanie makymalnie 1000 pierwszych wyników."
+"Uruchom wyszukiwanie dla użytkowników podobne do przycisku Znajdź Ludzi "
+"na Twitter.com; używając teego API zostaną zwrócone te same rezultaty co "
+"w  przypadku wyszukiwania ludzi. Używając tego API możliwe jest uzyskanie"
+" makymalnie 1000 pierwszych wyników."
 
 #: of tweepy.api.API.search_users:6
 msgid "The query to run against people search."
@@ -1849,34 +3023,29 @@ msgstr "Zapytanie, które jest uruchomione przeciwko wyszukiwaniom ludzi."
 
 #: of tweepy.api.API.search_users:7
 msgid "|page|"
-msgstr "Określa którą stronę wyników otrzymać. Uwaga: istnieją limity stronnicowania"
+msgstr ""
+"Określa którą stronę wyników otrzymać. Uwaga: istnieją limity "
+"stronnicowania"
 
-#: of tweepy.api.API.search_users:13
+#: of tweepy.api.API.search_users:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-users-search"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-search"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-users-search"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-search"
 
 #: of tweepy.api.API.get_user:1
 msgid "Returns information about the specified user."
 msgstr "Zwraca informacje o wybranym użytkowniku."
 
-#: of tweepy.api.API.create_block:11 tweepy.api.API.create_friendship:8 tweepy.api.API.create_mute:7
-#: tweepy.api.API.destroy_block:9 tweepy.api.API.destroy_friendship:6 tweepy.api.API.destroy_mute:7
-#: tweepy.api.API.get_user:7 tweepy.api.API.report_spam:8 tweepy.api.API.update_profile:18
-#: tweepy.api.API.update_profile_image:9
-msgid ":class:`User` object"
-msgstr "obiekt :class:`User`"
-
-#: of tweepy.api.API.get_user:9
+#: of tweepy.api.API.get_user:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-users-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-show"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/get-users-show"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-users-show"
 
 #: of tweepy.api.API.create_friendship:1
 msgid "Create a new friendship with the specified user (aka follow)."
@@ -1884,31 +3053,35 @@ msgstr "Stwórz nową znajomość z wybranym użytkownikiem (obserwuj)."
 
 #: of tweepy.api.API.create_friendship:5
 msgid "Enable notifications for the target user in addition to becoming friends."
-msgstr "Włącz notyfikacje dla wybranego użytkownika wraz z dodaniem go do znajomych."
+msgstr ""
+"Włącz notyfikacje dla wybranego użytkownika wraz z dodaniem go do "
+"znajomych."
 
-#: of tweepy.api.API.create_friendship:10
+#: of tweepy.api.API.create_friendship:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/post-friendships-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/post-friendships-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-create"
 
 #: of tweepy.api.API.destroy_friendship:1
 msgid "Destroy a friendship with the specified user (aka unfollow)."
 msgstr "Zerwij znajomość z wybranym użytkownikim (przestań obserwować)."
 
-#: of tweepy.api.API.destroy_friendship:8
+#: of tweepy.api.API.destroy_friendship:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/post-friendships-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/post-friendships-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-destroy"
 
 #: of tweepy.api.API.update_friendship:1
 msgid "Turn on/off Retweets and device notifications from the specified user."
-msgstr "Włącz/wyłącz Retweey i notyfikacje na urzędzeniach od wyznaczonego użytkownika."
+msgstr ""
+"Włącz/wyłącz Retweey i notyfikacje na urzędzeniach od wyznaczonego "
+"użytkownika."
 
 #: of tweepy.api.API.update_friendship:5
 msgid "Turn on/off device notifications from the target user."
@@ -1918,32 +3091,33 @@ msgstr "Włącz/wyłacz notyfikacje na urządzeniach od wybranego użytkownika."
 msgid "Turn on/off Retweets from the target user."
 msgstr "Włącz/wyłącz Retweety wybranego użytkownika."
 
-#: of tweepy.api.API.update_friendship:10
+#: of tweepy.api.API.update_friendship:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/post-friendships-update"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-update"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-"
-"reference/post-friendships-update"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/post-friendships-update"
 
-#: ../../api.rst:146
+#: ../../api.rst:498
 msgid "Manage account settings and profile"
 msgstr "Zarządzaj ustawieniami konta i profilu"
 
 #: of tweepy.api.API.get_settings:1
 msgid ""
-"Returns settings (including current trend, geo and sleep time information) for the authenticating user."
+"Returns settings (including current trend, geo and sleep time "
+"information) for the authenticating user."
 msgstr ""
-"Zwraca ustawienia (w tym aktualny trend, geo oraz informacje o czasie uśpienia) dla zuwierzytelnionego "
-"użytkownika."
+"Zwraca ustawienia (w tym aktualny trend, geo oraz informacje o czasie "
+"uÅ\9bpienia) dla zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.get_settings:6
+#: of tweepy.api.API.get_settings:9
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-account-settings"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-settings"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-account-settings"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-settings"
 
 #: of tweepy.api.API.verify_credentials:1
 msgid "Verify the supplied user credentials are valid."
@@ -1951,90 +3125,100 @@ msgstr "Potwierdza, że dane podanego użytkownika są prawidłowe."
 
 #: of tweepy.api.API.verify_credentials:5
 msgid "When set to true email will be returned in the user objects as a string."
-msgstr "Gdy ustawione jako true, e-mail będzie zwrócony w obiekcie użytkownika jako ciąg znaków."
+msgstr ""
+"Gdy ustawione jako true, e-mail będzie zwrócony w obiekcie użytkownika "
+"jako ciąg znaków."
 
 #: of tweepy.api.API.verify_credentials:8
-msgid ":class:`User` object if credentials are valid, otherwise False"
-msgstr "obiekt :class:`User` jeżeli dane są prawidłowe, w innym przypadku False"
+msgid "Authentication unsuccessful"
+msgstr ""
 
-#: of tweepy.api.API.verify_credentials:10
+#: of tweepy.api.API.verify_credentials:15
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-account-verify_credentials"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-verify_credentials"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-account-verify_credentials"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-account-verify_credentials"
 
-#: of tweepy.api.API.saved_searches:1
+#: of tweepy.api.API.get_saved_searches:1
 msgid "Returns the authenticated user's saved search queries."
 msgstr "Zwraca zapisane zapytania zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.saved_searches:3
-msgid "list of :class:`SavedSearch` objects"
-msgstr "lista obiektów :class:`SavedSearch`"
+#: of tweepy.api.API.get_saved_searches:4
+msgid ":py:class:`List`\\[:class:`~tweepy.models.SavedSearch`]"
+msgstr ""
 
-#: of tweepy.api.API.saved_searches:5
+#: of tweepy.api.API.get_saved_searches:8
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-saved_searches-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-list"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-saved_searches-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-list"
 
 #: of tweepy.api.API.get_saved_search:1
-msgid "Retrieve the data for a saved search owned by the authenticating user specified by the given ID."
+msgid ""
+"Retrieve the data for a saved search owned by the authenticating user "
+"specified by the given ID."
 msgstr ""
-"Pobiera dane dla zapisanych wyszukiwań należących do zuwierzytelnionego użytkownika, określone przez "
-"podane ID."
+"Pobiera dane dla zapisanych wyszukiwań należących do zuwierzytelnionego "
+"użytkownika, określone przez podane ID."
 
 #: of tweepy.api.API.get_saved_search:4
 msgid "The ID of the saved search to be retrieved."
 msgstr "ID zapisanego wyszukania które ma zostać pobrane."
 
-#: of tweepy.api.API.create_saved_search:5 tweepy.api.API.destroy_saved_search:6
-#: tweepy.api.API.get_saved_search:6
-msgid ":class:`SavedSearch` object"
-msgstr "obiekt :class:`SavedSearch`"
+#: of tweepy.api.API.create_saved_search:6
+#: tweepy.api.API.destroy_saved_search:7 tweepy.api.API.get_saved_search:7
+msgid ":class:`~tweepy.models.SavedSearch`"
+msgstr ""
 
-#: of tweepy.api.API.get_saved_search:8
+#: of tweepy.api.API.get_saved_search:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-saved_searches-show-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-saved_searches-show-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
 
 #: of tweepy.api.API.get_profile_banner:1
 msgid ""
-"Returns a map of the available size variations of the specified user's profile banner. If the user has "
-"not uploaded a profile banner, a HTTP 404 will be served instead."
+"Returns a map of the available size variations of the specified user's "
+"profile banner. If the user has not uploaded a profile banner, a HTTP 404"
+" will be served instead."
 msgstr ""
-"Zwraca mapę dostępnych wariantów rozmiaru banera profilowego określonego użytkownika. Jeśli użytkownik "
-"nie przesłał baneru profilowego, zamiast tego zostanie wyświetlony komunikat HTTP 404."
+"Zwraca mapę dostępnych wariantów rozmiaru banera profilowego określonego "
+"użytkownika. Jeśli użytkownik nie przesłał baneru profilowego, zamiast "
+"tego zostanie wyświetlony komunikat HTTP 404."
 
 #: of tweepy.api.API.get_profile_banner:5
-msgid "The profile banner data available at each size variant's URL is in PNG format."
-msgstr "Dane banerów profilowych dostępne pod adresem URL każdego wariantu wielkościowego, w formacie PNG."
+msgid ""
+"The profile banner data available at each size variant's URL is in PNG "
+"format."
+msgstr ""
+"Dane banerów profilowych dostępne pod adresem URL każdego wariantu "
+"wielkościowego, w formacie PNG."
 
-#: of tweepy.api.API.get_profile_banner:13
+#: of tweepy.api.API.get_profile_banner:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-users-profile_banner"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-users-profile_banner"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/get-users-profile_banner"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-users-profile_banner"
 
 #: of tweepy.api.API.remove_profile_banner:1
 msgid "Removes the uploaded profile banner for the authenticating user."
 msgstr "Usuwa baner profilowy zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.remove_profile_banner:3
+#: of tweepy.api.API.remove_profile_banner:5
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-remove_profile_banner"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-remove_profile_banner"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-remove_profile_banner"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-remove_profile_banner"
 
 #: of tweepy.api.API.set_settings:1
 msgid "Updates the authenticating user's settings."
@@ -2042,162 +3226,190 @@ msgstr "Aktualizuje ustawienia zuwierzytelnionego użytkownika."
 
 #: of tweepy.api.API.set_settings:3
 msgid ""
-"When set to ``true``, ``t`` or ``1`` , will enable sleep time for the user. Sleep time is the time when "
-"push or SMS notifications should not be sent to the user."
+"When set to ``true``, ``t`` or ``1`` , will enable sleep time for the "
+"user. Sleep time is the time when push or SMS notifications should not be"
+" sent to the user."
 msgstr ""
-"Gdy ustawione na ``true``, ``t`` lub ``1``, włączy czas uśpienia dla użytkownika. Czas uśpienia to czas, "
-"w którym powiadomienia push lub SMS nie powinny być wysyłane do użytkownika."
+"Gdy ustawione na ``true``, ``t`` lub ``1``, włączy czas uśpienia dla "
+"użytkownika. Czas uśpienia to czas, w którym powiadomienia push lub SMS "
+"nie powinny być wysyłane do użytkownika."
 
 #: of tweepy.api.API.set_settings:6
 msgid ""
-"The hour that sleep time should begin if it is enabled. The value for this parameter should be provided "
-"in `ISO 8601`_ format (i.e. 00-23). The time is considered to be in the same timezone as the user's "
+"The hour that sleep time should begin if it is enabled. The value for "
+"this parameter should be provided in `ISO 8601`_ format (i.e. 00-23). The"
+" time is considered to be in the same timezone as the user's "
 "``time_zone`` setting."
 msgstr ""
-"Godzina, o której powinien rozpocząć się czas uśpienia, jeśli jest on włączony. Wartość dla tego "
-"parametru powinna być podana w formacie `ISO 8601`_ (np. 00-23). Czas jest uważany za znajdujący się w "
-"tej samej strefie czasowej co ustawienie użytkownika ``time_zone``."
+"Godzina, o której powinien rozpocząć się czas uśpienia, jeśli jest on "
+"włączony. Wartość dla tego parametru powinna być podana w formacie `ISO "
+"8601`_ (np. 00-23). Czas jest uważany za znajdujący się w tej samej "
+"strefie czasowej co ustawienie użytkownika ``time_zone``."
 
 #: of tweepy.api.API.set_settings:10
 msgid ""
-"The hour that sleep time should end if it is enabled. The value for this parameter should be provided in "
-"`ISO 8601`_ format (i.e. 00-23). The time is considered to be in the same timezone as the user's "
-"``time_zone`` setting."
+"The hour that sleep time should end if it is enabled. The value for this "
+"parameter should be provided in `ISO 8601`_ format (i.e. 00-23). The time"
+" is considered to be in the same timezone as the user's ``time_zone`` "
+"setting."
 msgstr ""
-"Godzina, o której powinien zakończyć się czas uśpienia, jeśli jest włączony. Wartość dla tego parametru "
-"powinna być podana w formacie `ISO 8601`_ (np. 00-23). Czas jest uważany za znajdujący się w tej samej "
+"Godzina, o której powinien zakończyć się czas uśpienia, jeśli jest "
+"włączony. Wartość dla tego parametru powinna być podana w formacie `ISO "
+"8601`_ (np. 00-23). Czas jest uważany za znajdujący się w tej samej "
 "strefie czasowej co ustawienie użytkownika ``time_zone``."
 
 #: of tweepy.api.API.set_settings:14
 msgid ""
-"The timezone dates and times should be displayed in for the user. The timezone must be one of the `Rails "
-"TimeZone`_ names."
+"The timezone dates and times should be displayed in for the user. The "
+"timezone must be one of the `Rails TimeZone`_ names."
 msgstr ""
-"Strefa czasowa, w której powinny być wyświetlane daty i godziny dla użytkownika. Strefa czasowa musi być "
-"jedną z nazw `Rails TimeZone`_."
+"Strefa czasowa, w której powinny być wyświetlane daty i godziny dla "
+"użytkownika. Strefa czasowa musi być jedną z nazw `Rails TimeZone`_."
 
-#: of tweepy.api.API.set_settings:17
+#: of tweepy.api.API.set_settings:16
 msgid ""
-"The Yahoo! Where On Earth ID to use as the user's default trend location. Global information is available "
-"by using 1 as the WOEID."
+"The Yahoo! Where On Earth ID to use as the user's default trend location."
+" Global information is available by using 1 as the WOEID."
 msgstr ""
-"ID Yahoo! Where On Earth lokacji, dla której mają być zwrócone informacje o trendach. Globalne informacje "
-"są dostępne używając 1 jako WOEID."
+"ID Yahoo! Where On Earth lokacji, dla której mają być zwrócone informacje"
+" o trendach. Globalne informacje są dostępne używając 1 jako WOEID."
 
-#: of tweepy.api.API.set_settings:20
+#: of tweepy.api.API.set_settings:18
 msgid ""
-"The language which Twitter should render in for this user. The language must be specified by the "
-"appropriate two letter ISO 639-1 representation."
+"The language which Twitter should render in for this user. The language "
+"must be specified by the appropriate two letter ISO 639-1 representation."
 msgstr ""
-"Język, w którym Twitter powinien renderować treści dla tego użytkownika. Język musi być określony przez "
-"odpowiednią dwuliterową reprezentację ISO 639-1."
+"Język, w którym Twitter powinien renderować treści dla tego użytkownika. "
+"Język musi być określony przez odpowiednią dwuliterową reprezentację ISO "
+"639-1."
 
-#: of tweepy.api.API.set_settings:26
+#: of tweepy.api.API.set_settings:27
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-settings"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-settings"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-settings"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-settings"
 
 #: of tweepy.api.API.update_profile:1
-msgid "Sets values that users are able to set under the \"Account\" tab of their settings page."
+msgid ""
+"Sets values that users are able to set under the \"Account\" tab of their"
+" settings page."
 msgstr ""
-"Ustawia wartości, które użytkownicy mogą ustawić pod zakładką \"Konto\" w ustawieniach swojego konta."
+"Ustawia wartości, które użytkownicy mogą ustawić pod zakładką \"Konto\" w"
+" ustawieniach swojego konta."
 
 #: of tweepy.api.API.update_profile:4
 msgid "Full name associated with the profile."
 msgstr "Pełna nazwa powiązana z profilem."
 
 #: of tweepy.api.API.update_profile:5
-msgid "URL associated with the profile. Will be prepended with ``http://`` if not present"
+msgid ""
+"URL associated with the profile. Will be prepended with ``http://`` if "
+"not present"
 msgstr "Maximum 100 znaków. Będzie poprzedzone \"http://\" jeżeli jeszcze nie jest"
 
 #: of tweepy.api.API.update_profile:7
 msgid ""
-"The city or country describing where the user of the account is located. The contents are not normalized "
-"or geocoded in any way."
+"The city or country describing where the user of the account is located. "
+"The contents are not normalized or geocoded in any way."
 msgstr ""
-"Miasto lub kraj opisujący miejsce, w którym znajduje się użytkownik konta. Zawartość nie jest "
-"normalizowana ani geokodowana w żaden sposób."
+"Miasto lub kraj opisujący miejsce, w którym znajduje się użytkownik "
+"konta. Zawartość nie jest normalizowana ani geokodowana w żaden sposób."
 
-#: of tweepy.api.API.update_profile:10
+#: of tweepy.api.API.update_profile:9
 msgid "A description of the user owning the account."
 msgstr "Opis użytkownika, do którego należy konto."
 
-#: of tweepy.api.API.update_profile:11
+#: of tweepy.api.API.update_profile:10
 msgid ""
-"Sets a hex value that controls the color scheme of links used on the authenticating user's profile page "
-"on twitter.com. This must be a valid hexadecimal value, and may be either three or six characters (ex: "
-"F00 or FF0000)."
+"Sets a hex value that controls the color scheme of links used on the "
+"authenticating user's profile page on twitter.com. This must be a valid "
+"hexadecimal value, and may be either three or six characters (ex: F00 or "
+"FF0000)."
 msgstr ""
-"Ustawia wartość heksadecymalną, która kontroluje schemat kolorów linków używanych na stronie profilu "
-"zuwierzytelnionego użytkownika na twitter.com. Musi to być poprawna wartość szesnastkowa i może składać "
-"się z trzech lub sześciu znaków (np. F00 lub FF0000)."
+"Ustawia wartość heksadecymalną, która kontroluje schemat kolorów linków "
+"używanych na stronie profilu zuwierzytelnionego użytkownika na "
+"twitter.com. Musi to być poprawna wartość szesnastkowa i może składać się"
+" z trzech lub sześciu znaków (np. F00 lub FF0000)."
 
-#: of tweepy.api.API.update_profile:20
+#: of tweepy.api.API.update_profile:22
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-update_profile"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-update_profile"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile"
 
 #: of tweepy.api.API.update_profile_banner:1
 msgid "Uploads a profile banner on behalf of the authenticating user."
-msgstr "Zwraca tablicę obiektów użytkownika, którego wyciszył zuwierzytelniony użytkownik."
+msgstr ""
+"Zwraca tablicę obiektów użytkownika, którego wyciszył zuwierzytelniony "
+"użytkownik."
 
 #: of tweepy.api.API.update_profile_banner:5
 msgid ""
-"The width of the preferred section of the image being uploaded in pixels. Use with ``height``, "
-"``offset_left``, and ``offset_top`` to select the desired region of the image to use."
+"The width of the preferred section of the image being uploaded in pixels."
+" Use with ``height``, ``offset_left``, and ``offset_top`` to select the "
+"desired region of the image to use."
 msgstr ""
-"Szerokość preferowanej części wysyłanego obrazu w pikselach. Użyj wraz z ``height``, ``offset_left``, "
-"oraz ``offset_top`` aby wybrać pożądany region obrazu do użycia."
+"Szerokość preferowanej części wysyłanego obrazu w pikselach. Użyj wraz z "
+"``height``, ``offset_left``, oraz ``offset_top`` aby wybrać pożądany "
+"region obrazu do użycia."
 
 #: of tweepy.api.API.update_profile_banner:8
 msgid ""
-"The height of the preferred section of the image being uploaded in pixels. Use with ``width``, "
-"``offset_left``, and ``offset_top`` to select the desired region of the image to use."
+"The height of the preferred section of the image being uploaded in "
+"pixels. Use with ``width``, ``offset_left``, and ``offset_top`` to select"
+" the desired region of the image to use."
 msgstr ""
-"Wysokość preferowanej części wysyłanego obrazu w pikselach. Użyj wraz z ``width``, ``offset_left``, i "
-"``offset_top`` aby wybrać pożądany region obrazu do użycia."
+"Wysokość preferowanej części wysyłanego obrazu w pikselach. Użyj wraz z "
+"``width``, ``offset_left``, i ``offset_top`` aby wybrać pożądany region "
+"obrazu do użycia."
 
 #: of tweepy.api.API.update_profile_banner:11
 msgid ""
-"The number of pixels by which to offset the uploaded image from the left. Use with ``height``, ``width``, "
-"and ``offset_top`` to select the desired region of the image to use."
+"The number of pixels by which to offset the uploaded image from the left."
+" Use with ``height``, ``width``, and ``offset_top`` to select the desired"
+" region of the image to use."
 msgstr ""
-"Liczba pikseli, o którą ma być przesunięty przesłany obraz od lewej strony. Użyj razem z ``height``, "
-"``width``, i ``offset_top`` aby wybrać żądany region obrazu do użycia."
+"Liczba pikseli, o którą ma być przesunięty przesłany obraz od lewej "
+"strony. Użyj razem z ``height``, ``width``, i ``offset_top`` aby wybrać "
+"żądany region obrazu do użycia."
 
 #: of tweepy.api.API.update_profile_banner:14
 msgid ""
-"The number of pixels by which to offset the uploaded image from the top. Use with ``height``, ``width``, "
-"and ``offset_left`` to select the desired region of the image to use."
+"The number of pixels by which to offset the uploaded image from the top. "
+"Use with ``height``, ``width``, and ``offset_left`` to select the desired"
+" region of the image to use."
 msgstr ""
-"Liczba pikseli, o którą ma być przesunięty przesłany obraz od góry. Użyj razem z ``height``, ``width``, i "
-"``offset_top`` aby wybrać żądany region obrazu do użycia."
+"Liczba pikseli, o którą ma być przesunięty przesłany obraz od góry. Użyj "
+"razem z ``height``, ``width``, i ``offset_top`` aby wybrać żądany region "
+"obrazu do użycia."
 
-#: of tweepy.api.API.update_profile_banner:18
+#: of tweepy.api.API.update_profile_banner:20
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-update_profile_banner"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_banner"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-update_profile_banner"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_banner"
 
 #: of tweepy.api.API.update_profile_image:1
-msgid "Update the authenticating user's profile image. Valid formats: GIF, JPG, or PNG"
-msgstr "Aktualizuje zdjęcie profilowe zuwierzytelnionego użytkownika. Poprawne formaty: GIF, JPG oraz PNG"
+msgid ""
+"Update the authenticating user's profile image. Valid formats: GIF, JPG, "
+"or PNG"
+msgstr ""
+"Aktualizuje zdjęcie profilowe zuwierzytelnionego użytkownika. Poprawne "
+"formaty: GIF, JPG oraz PNG"
 
-#: of tweepy.api.API.update_profile_image:11
+#: of tweepy.api.API.update_profile_image:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-update_profile_image"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_image"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-account-update_profile_image"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-account-update_profile_image"
 
 #: of tweepy.api.API.create_saved_search:1
 msgid "Creates a saved search for the authenticated user."
@@ -2207,208 +3419,233 @@ msgstr "Tworzy zapisane wyszukani dla zuwierzytelnionego użytkownika."
 msgid "The query of the search the user would like to save."
 msgstr "Zapytanie dla wyszukania, które użytkownik chciałby zapisać."
 
-#: of tweepy.api.API.create_saved_search:7
+#: of tweepy.api.API.create_saved_search:10
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-saved_searches-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-saved_searches-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-create"
 
 #: of tweepy.api.API.destroy_saved_search:1
 msgid ""
-"Destroys a saved search for the authenticated user. The search specified by ID must be owned by the "
-"authenticating user."
+"Destroys a saved search for the authenticated user. The search specified "
+"by ID must be owned by the authenticating user."
 msgstr ""
-"Niszczy zapisane wyszukanie dla zuwierzytelnionego użytkownika. Wyszukanie określone przez ID musi "
-"należeć do zuwierzytelnionego użytkownika."
+"Niszczy zapisane wyszukanie dla zuwierzytelnionego użytkownika. "
+"Wyszukanie określone przez ID musi należeć do zuwierzytelnionego "
+"użytkownika."
 
 #: of tweepy.api.API.destroy_saved_search:4
 msgid "The ID of the saved search to be deleted."
 msgstr "Parametr ID zapisanego wyszukania które ma zostać usunięte."
 
-#: of tweepy.api.API.destroy_saved_search:8
+#: of tweepy.api.API.destroy_saved_search:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-saved_searches-destroy-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-destroy-id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-"
-"reference/post-saved_searches-destroy-id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/post-saved_searches-destroy-id"
 
-#: ../../api.rst:173
+#: ../../api.rst:525
 msgid "Mute, block, and report users"
 msgstr "Wyciszanie, blokowanie i reportowanie użytkowników"
 
-#: of tweepy.api.API.blocks_ids:1
+#: of tweepy.api.API.get_blocked_ids:1
 msgid "Returns an array of numeric user IDs the authenticating user is blocking."
 msgstr ""
-"Zwraca tablicę numerycznych ID użytkowników, którzy blokowani są przez zuwierzytelnionego użytkownika."
+"Zwraca tablicę numerycznych ID użytkowników, którzy blokowani są przez "
+"zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.blocks_ids:9
+#: of tweepy.api.API.get_blocked_ids:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-blocks-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-ids"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-blocks-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-ids"
 
-#: of tweepy.api.API.blocks:1
+#: of tweepy.api.API.get_blocks:1
 msgid "Returns an array of user objects that the authenticating user is blocking."
-msgstr "Zwraca tablicę obiektów użytkownika, który blokowany jest przez zuwierzytelnionego użytkownika."
+msgstr ""
+"Zwraca tablicę obiektów użytkownika, który blokowany jest przez "
+"zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.blocks:10
+#: of tweepy.api.API.get_blocks:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-blocks-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-list"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-blocks-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-blocks-list"
 
-#: of tweepy.api.API.mutes_ids:1
+#: of tweepy.api.API.get_muted_ids:1
 msgid "Returns an array of numeric user IDs the authenticating user has muted."
-msgstr "Zwraca tablicę numerycznych ID użytkowników, których wyciszył zuwierzytelniony użytkownik."
+msgstr ""
+"Zwraca tablicę numerycznych ID użytkowników, których wyciszył "
+"zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.mutes_ids:8
+#: of tweepy.api.API.get_muted_ids:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-mutes-users-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-ids"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-mutes-users-ids"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-ids"
 
-#: of tweepy.api.API.mutes:1
+#: of tweepy.api.API.get_mutes:1
 msgid "Returns an array of user objects the authenticating user has muted."
-msgstr "Zwraca tablicę obiektów użytkownika, którego wyciszył zuwierzytelniony użytkownik."
+msgstr ""
+"Zwraca tablicę obiektów użytkownika, którego wyciszył zuwierzytelniony "
+"użytkownik."
 
-#: of tweepy.api.API.mutes:9
+#: of tweepy.api.API.get_mutes:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-mutes-users-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-list"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/get-mutes-users-list"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/get-mutes-users-list"
 
 #: of tweepy.api.API.create_block:1
 msgid ""
-"Blocks the specified user from following the authenticating user. In addition the blocked user will not "
-"show in the authenticating users mentions or timeline (unless retweeted by another user). If a follow or "
+"Blocks the specified user from following the authenticating user. In "
+"addition the blocked user will not show in the authenticating users "
+"mentions or timeline (unless retweeted by another user). If a follow or "
 "friend relationship exists it is destroyed."
 msgstr ""
-"Blokuje określonemu użytkownikowi możliwość śledzenia zuwierzytelnionego użytkownika. Dodatkowo "
-"zablokowany użytkownik nie będzie widoczny we wzmiankach ani na osi czasu  zuwierzytelnionego użytkownika "
-"(chyba, że jest retweetowany przez innego użytkownika). Jeśli istnieje relacja follow lub znajomy, "
-"zostaje ona zniszczona."
+"Blokuje określonemu użytkownikowi możliwość śledzenia zuwierzytelnionego "
+"użytkownika. Dodatkowo zablokowany użytkownik nie będzie widoczny we "
+"wzmiankach ani na osi czasu  zuwierzytelnionego użytkownika (chyba, że "
+"jest retweetowany przez innego użytkownika). Jeśli istnieje relacja "
+"follow lub znajomy, zostaje ona zniszczona."
 
-#: of tweepy.api.API.create_block:13
+#: of tweepy.api.API.create_block:16
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-blocks-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-blocks-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-create"
 
 #: of tweepy.api.API.destroy_block:1
-msgid "Un-blocks the user specified in the ID parameter for the authenticating user."
-msgstr "Odblokowywuje użytkownika określonego przez parametr ID jako zuwierzytelniony użytkownik."
+msgid ""
+"Un-blocks the user specified in the ID parameter for the authenticating "
+"user."
+msgstr ""
+"Odblokowywuje użytkownika określonego przez parametr ID jako "
+"zuwierzytelniony użytkownik."
 
-#: of tweepy.api.API.destroy_block:11
+#: of tweepy.api.API.destroy_block:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-blocks-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-blocks-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-blocks-destroy"
 
 #: of tweepy.api.API.create_mute:1
 msgid "Mutes the user specified in the ID parameter for the authenticating user."
-msgstr "Wycisza użytkownika określonego przez parametr ID dla zuwierzytelnionego użytkownika."
+msgstr ""
+"Wycisza użytkownika określonego przez parametr ID dla zuwierzytelnionego "
+"użytkownika."
 
-#: of tweepy.api.API.create_mute:9
+#: of tweepy.api.API.create_mute:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-mutes-users-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-mutes-users-create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-create"
 
 #: of tweepy.api.API.destroy_mute:1
-msgid "Un-mutes the user specified in the ID parameter for the authenticating user."
-msgstr "Wyłącza wyciszenie użytkownika określonego przez parametr ID dla zuwierzytelnionego użytkownika."
+msgid ""
+"Un-mutes the user specified in the ID parameter for the authenticating "
+"user."
+msgstr ""
+"Wyłącza wyciszenie użytkownika określonego przez parametr ID dla "
+"zuwierzytelnionego użytkownika."
 
-#: of tweepy.api.API.destroy_mute:9
+#: of tweepy.api.API.destroy_mute:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-mutes-users-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-destroy"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-mutes-users-destroy"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-mutes-users-destroy"
 
 #: of tweepy.api.API.report_spam:1
 msgid "Report the specified user as a spam account to Twitter."
 msgstr "Zreportuj do Twittera wyznaczonego użytkownika jako spamera."
 
 #: of tweepy.api.API.report_spam:5
-msgid "A boolean indicating if the reported account should be blocked. Defaults to True."
+msgid ""
+"A boolean indicating if the reported account should be blocked. Defaults "
+"to True."
 msgstr "Boolean wskazujący czy zgłoszone konto ma być zablokowane. Domyślnie true."
 
-#: of tweepy.api.API.report_spam:10
+#: of tweepy.api.API.report_spam:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-users-report_spam"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-users-report_spam"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-"
-"reference/post-users-report_spam"
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/mute-block-report-users/api-reference/post-users-report_spam"
 
-#: ../../api.rst:194
+#: ../../api.rst:546
 msgid "Direct Messages"
 msgstr "Wiadomości Bezpośrednie"
 
-#: ../../api.rst:197
+#: ../../api.rst:549
 msgid "Sending and receiving events"
 msgstr "Wysyłanie i otrzymywanie zdarzeń"
 
-#: of tweepy.api.API.destroy_direct_message:1
+#: of tweepy.api.API.delete_direct_message:1
 msgid ""
-"Deletes the direct message specified in the required ID parameter. The authenticating user must be the "
-"recipient of the specified direct message. Direct Messages are only removed from the interface of the "
-"user context provided. Other members of the conversation can still access the Direct Messages."
+"Deletes the direct message specified in the required ID parameter. The "
+"authenticating user must be the recipient of the specified direct "
+"message. Direct Messages are only removed from the interface of the user "
+"context provided. Other members of the conversation can still access the "
+"Direct Messages."
 msgstr ""
-"Usuwa wiadomość bezpośrednią określona w wymaganym parametrze ID. Zuwierzytelniony użytkownik musi być "
-"odbiorcą tej konkretnej wiadomości bezpośredniej. Wiadomości bezpośrednie mogą być usunięte tylko z "
-"intefejsu dostarczonego kontektu użytkownika. Inni członkowie konwersacji nadal mają dostęp do Wiadomości "
-"Bezpośrednich."
+"Usuwa wiadomość bezpośrednią określona w wymaganym parametrze ID. "
+"Zuwierzytelniony użytkownik musi być odbiorcą tej konkretnej wiadomości "
+"bezpośredniej. Wiadomości bezpośrednie mogą być usunięte tylko z "
+"intefejsu dostarczonego kontektu użytkownika. Inni członkowie konwersacji"
+" nadal mają dostęp do Wiadomości Bezpośrednich."
 
-#: of tweepy.api.API.destroy_direct_message:7
+#: of tweepy.api.API.delete_direct_message:7
 msgid "The ID of the Direct Message that should be deleted."
 msgstr "Parametr ID Wiadomości Bezpośredniej która ma zostać usunięta."
 
-#: of tweepy.api.API.destroy_direct_message:11
+#: of tweepy.api.API.delete_direct_message:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"delete-message-event"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/delete-message-event"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"delete-message-event"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/delete-message-event"
 
-#: of tweepy.api.API.list_direct_messages:1
+#: of tweepy.api.API.get_direct_messages:1
 msgid ""
-"Returns all Direct Message events (both sent and received) within the last 30 days. Sorted in reverse-"
-"chronological order."
+"Returns all Direct Message events (both sent and received) within the "
+"last 30 days. Sorted in reverse-chronological order."
 msgstr ""
-"Zwraca wszystkie zdarzenia Wiadomości Bezpośrednich (otrzymane i wysłane) w ostatnich 30 dniach. "
-"Posortowane w odwrotnym porządku chronologicznym."
+"Zwraca wszystkie zdarzenia Wiadomości Bezpośrednich (otrzymane i wysłane)"
+" w ostatnich 30 dniach. Posortowane w odwrotnym porządku chronologicznym."
 
-#: of tweepy.api.API.list_direct_messages:7
-msgid "list of :class:`DirectMessage` objects"
-msgstr "lista obiektów :class:`DirectMessage`"
+#: of tweepy.api.API.get_direct_messages:8
+msgid ":py:class:`List`\\[:class:`~tweepy.models.DirectMessage`]"
+msgstr ""
 
-#: of tweepy.api.API.list_direct_messages:9
+#: of tweepy.api.API.get_direct_messages:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"list-events"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/list-events"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"list-events"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/list-events"
 
 #: of tweepy.api.API.get_direct_message:1
 msgid "Returns a specific direct message."
@@ -2418,93 +3655,110 @@ msgstr "Zwraca wybraną wiadomość bezpośrednią."
 msgid "The ID of the Direct Message event that should be returned."
 msgstr "Parametr ID Wiadomości Bezpośredniej która ma zostać usunięta."
 
-#: of tweepy.api.API.get_direct_message:5 tweepy.api.API.send_direct_message:15
-msgid ":class:`DirectMessage` object"
+#: of tweepy.api.API.get_direct_message:6 tweepy.api.API.send_direct_message:13
+#, fuzzy
+msgid ":class:`~tweepy.models.DirectMessage`"
 msgstr "obiekt :class:`DirectMessage`"
 
-#: of tweepy.api.API.get_direct_message:7
+#: of tweepy.api.API.get_direct_message:10
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"get-event"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/get-event"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"get-event"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/get-event"
 
 #: of tweepy.api.API.send_direct_message:1
-msgid "Sends a new direct message to the specified user from the authenticating user."
-msgstr "Wysyła nową wiadomość bezpośrednią od zuwierzytelniongo użytkownika do wybranego użytkownika."
+msgid ""
+"Sends a new direct message to the specified user from the authenticating "
+"user."
+msgstr ""
+"Wysyła nową wiadomość bezpośrednią od zuwierzytelniongo użytkownika do "
+"wybranego użytkownika."
 
 #: of tweepy.api.API.send_direct_message:4
 msgid "The ID of the user who should receive the direct message."
 msgstr "ID użytkownika, który ma otrzymać wiadomość."
 
-#: of tweepy.api.API.send_direct_message:6
+#: of tweepy.api.API.send_direct_message:5
 msgid "The text of your Direct Message. Max length of 10,000 characters."
 msgstr "Tekst twojej Wiadomości Bezpośrednij. Maksymalna długość: 10000 znaków."
 
-#: of tweepy.api.API.send_direct_message:8
+#: of tweepy.api.API.send_direct_message:6
 msgid "Array of Options objects (20 max)."
 msgstr "Tablica obiektów Opcji (maks 20)."
 
-#: of tweepy.api.API.send_direct_message:9
+#: of tweepy.api.API.send_direct_message:7
 msgid "The attachment type. Can be media or location."
 msgstr "Typ załącznika. Może być mediami lub lokacją."
 
-#: of tweepy.api.API.send_direct_message:10
-msgid "A media id to associate with the message. A Direct Message may only reference a single media_id."
+#: of tweepy.api.API.send_direct_message:8
+msgid ""
+"A media id to associate with the message. A Direct Message may only "
+"reference a single media_id."
 msgstr ""
-"ID mediów do powiązania z wiadomością. Wiadomość bezpośrednia może odnosić si tylko do pojedyńczeego "
-"media_id."
+"ID mediów do powiązania z wiadomością. Wiadomość bezpośrednia może "
+"odnosić si tylko do pojedyńczeego media_id."
 
-#: of tweepy.api.API.send_direct_message:13
+#: of tweepy.api.API.send_direct_message:10
 msgid "Array of 1-3 call-to-action (CTA) button objects"
 msgstr "Tablica 1-3 obiektów przycisków call-to-action (CTA)"
 
 #: of tweepy.api.API.send_direct_message:17
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"new-event"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/new-event"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/"
-"new-event"
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/api-reference/new-event"
 
-#: ../../api.rst:208
+#: ../../api.rst:560
 msgid "Media"
 msgstr "Media"
 
-#: ../../api.rst:211
+#: ../../api.rst:563
 msgid "Upload media"
 msgstr "Prześlij media"
 
 #: of tweepy.api.API.get_media_upload_status:1
 msgid ""
-"Check on the progress of a chunked media upload. If the upload has succeeded, it's safe to create a Tweet "
-"with this ``media_id``."
+"Check on the progress of a chunked media upload. If the upload has "
+"succeeded, it's safe to create a Tweet with this ``media_id``."
 msgstr ""
-"Sprawdza postęp przesyłania mediów w postaci chunked. Jeśli przesyłanie zakończyło się sukcesem, można "
-"bezpiecznie utworzyć Tweeta z tym ``media_id``."
+"Sprawdza postęp przesyłania mediów w postaci chunked. Jeśli przesyłanie "
+"zakończyło się sukcesem, można bezpiecznie utworzyć Tweeta z tym "
+"``media_id``."
 
 #: of tweepy.api.API.get_media_upload_status:4
 msgid "The ID of the media to check."
 msgstr "ID mediów do sprawdzenia."
 
-#: of tweepy.api.API.get_media_upload_status:6
+#: of tweepy.api.API.chunked_upload:16 tweepy.api.API.chunked_upload_finalize:9
+#: tweepy.api.API.chunked_upload_init:9
+#: tweepy.api.API.get_media_upload_status:7 tweepy.api.API.media_upload:15
+#: tweepy.api.API.simple_upload:10
+msgid ":class:`~tweepy.models.Media`"
+msgstr ""
+
+#: of tweepy.api.API.get_media_upload_status:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/get-media-upload-"
-"status"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/get-media-upload-status"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/get-media-upload-"
-"status"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/get-media-upload-status"
 
 #: of tweepy.api.API.create_media_metadata:1
 msgid ""
-"This endpoint can be used to provide additional information about the uploaded ``media_id``. This feature "
-"is currently only supported for images and GIFs. Call this endpoint to attach additional metadata such as "
-"image alt text."
+"This endpoint can be used to provide additional information about the "
+"uploaded ``media_id``. This feature is currently only supported for "
+"images and GIFs. Call this endpoint to attach additional metadata such as"
+" image alt text."
 msgstr ""
-"Ten punkt końcowy może być użyty do dostarczenia dodatkowych informacji na temat wrzuconego ``media_id``. "
-"Ta funkcja na tę chwilę jest wspierana tylko przez obrazy i GIFy. Wywołaj ten punkt końcowy by dodać "
-"dodatkowe metadane takie jak alt text."
+"Ten punkt końcowy może być użyty do dostarczenia dodatkowych informacji "
+"na temat wrzuconego ``media_id``. Ta funkcja na tę chwilę jest wspierana "
+"tylko przez obrazy i GIFy. Wywołaj ten punkt końcowy by dodać dodatkowe "
+"metadane takie jak alt text."
 
 #: of tweepy.api.API.create_media_metadata:6
 msgid "The ID of the media to add alt text to."
@@ -2514,283 +3768,338 @@ msgstr "ID mediów, do których dodany jest alt text."
 msgid "The alt text to add to the image."
 msgstr "Alt tekst który zostanie dodany do obrazu."
 
-#: of tweepy.api.API.create_media_metadata:9
+#: of tweepy.api.API.create_media_metadata:11
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-metadata-"
-"create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-metadata-create"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-metadata-"
-"create"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-metadata-create"
 
 #: of tweepy.api.API.media_upload:1
 msgid ""
-"Use this to upload media to Twitter. This calls either :func:`API.simple_upload` or :func:`API."
-"chunked_upload`. Chunked media upload is automatically used for videos. If ``chunked`` is set or the "
-"media is a video, ``wait_for_async_finalize`` can be specified as a keyword argument to be passed to :"
-"func:`API.chunked_upload`."
+"Use this to upload media to Twitter. This calls either "
+":func:`API.simple_upload` or :func:`API.chunked_upload`. Chunked media "
+"upload is automatically used for videos. If ``chunked`` is set or the "
+"media is a video, ``wait_for_async_finalize`` can be specified as a "
+"keyword argument to be passed to :func:`API.chunked_upload`."
 msgstr ""
-"Użyj tego, aby przesłać media na Twittera. Wywoływana jest albo :func:`API.simple_upload` lub :func:`API."
-"chunked_upload`. Przesyłanie mediów w postaci plików chunked jest automatycznie używane dla filmów. Jeśli "
-"``chunked`` jest ustawione lub media są wideo, ``wait_for_async_finalize`` może być określone jako "
-"argument słowa kluczowego, które ma być przekazane do :func:`API.chunked_upload`."
+"Użyj tego, aby przesłać media na Twittera. Wywoływana jest albo "
+":func:`API.simple_upload` lub :func:`API.chunked_upload`. Przesyłanie "
+"mediów w postaci plików chunked jest automatycznie używane dla filmów. "
+"Jeśli ``chunked`` jest ustawione lub media są wideo, "
+"``wait_for_async_finalize`` może być określone jako argument słowa "
+"kluczowego, które ma być przekazane do :func:`API.chunked_upload`."
 
 #: of tweepy.api.API.media_upload:9
 msgid ""
-"Whether or not to use chunked media upload. Videos use chunked upload regardless of this parameter. "
-"Defaults to ``False``."
+"Whether or not to use chunked media upload. Videos use chunked upload "
+"regardless of this parameter. Defaults to ``False``."
 msgstr ""
-"Czy używać przesyłania mediów w postaci plików chunked czy nie. Filmy używają przesyłania w postaci "
-"plików chunked niezależnie od tego parametru. Domyślnie ustawione na ``False``."
+"Czy używać przesyłania mediów w postaci plików chunked czy nie. Filmy "
+"używają przesyłania w postaci plików chunked niezależnie od tego "
+"parametru. Domyślnie ustawione na ``False``."
 
-#: of tweepy.api.API.chunked_upload:12 tweepy.api.API.chunked_upload_init:5 tweepy.api.API.media_upload:12
-#: tweepy.api.API.simple_upload:6
+#: of tweepy.api.API.chunked_upload:12 tweepy.api.API.chunked_upload_init:5
+#: tweepy.api.API.media_upload:11 tweepy.api.API.simple_upload:6
 msgid "|media_category|"
 msgstr ""
-"Kategoria, która reprezentuje sposób, w jaki media będą używane. To pole jest wymagane podczas "
-"korzystania z mediów za pomocą Ads API"
+"Kategoria, która reprezentuje sposób, w jaki media będą używane. To pole "
+"jest wymagane podczas korzystania z mediów za pomocą Ads API"
 
-#: of tweepy.api.API.chunked_upload:13 tweepy.api.API.chunked_upload_init:6 tweepy.api.API.media_upload:13
-#: tweepy.api.API.simple_upload:7
+#: of tweepy.api.API.chunked_upload:13 tweepy.api.API.chunked_upload_init:6
+#: tweepy.api.API.media_upload:12 tweepy.api.API.simple_upload:7
 msgid "|additional_owners|"
 msgstr ""
-"Lista identyfikatorów użytkowników do ustawienia jako dodatkowych właścicieli, którzy mogą używać "
-"zwróconego ``media_id`` w Tweetach lub Kartach. Można podać do 100 dodatkowych właścicieli."
-
-#: of tweepy.api.API.chunked_upload:15 tweepy.api.API.chunked_upload_finalize:8
-#: tweepy.api.API.chunked_upload_init:8 tweepy.api.API.media_upload:15 tweepy.api.API.simple_upload:9
-msgid ":class:`Media` object"
-msgstr "obiekt :class:`Media`"
+"Lista identyfikatorów użytkowników do ustawienia jako dodatkowych "
+"właścicieli, którzy mogą używać zwróconego ``media_id`` w Tweetach lub "
+"Kartach. Można podać do 100 dodatkowych właścicieli."
 
-#: of tweepy.api.API.media_upload:17
-msgid "https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/overview"
-msgstr "https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/overview"
+#: of tweepy.api.API.media_upload:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-"
+"media/overview"
+msgstr ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-"
+"media/overview"
 
 #: of tweepy.api.API.simple_upload:1
-msgid "Use this endpoint to upload media to Twitter. This does not use the chunked upload endpoints."
+msgid ""
+"Use this endpoint to upload media to Twitter. This does not use the "
+"chunked upload endpoints."
 msgstr ""
-"Użyj tego punktu końcowego do przesyłania mediów do Twittera. Nie używane są punkty końcowe przesyłania "
-"chunked."
+"Użyj tego punktu końcowego do przesyłania mediów do Twittera. Nie używane"
+" są punkty końcowe przesyłania chunked."
 
-#: of tweepy.api.API.simple_upload:11
+#: of tweepy.api.API.simple_upload:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload"
 
 #: of tweepy.api.API.chunked_upload:1
 msgid ""
-"Use this to upload media to Twitter. This uses the chunked upload endpoints and calls :func:`API."
-"chunked_upload_init`, :func:`API.chunked_upload_append`, and :func:`API.chunked_upload_finalize`. If "
-"``wait_for_async_finalize`` is set, this calls :func:`API.get_media_upload_status` as well."
+"Use this to upload media to Twitter. This uses the chunked upload "
+"endpoints and calls :func:`API.chunked_upload_init`, "
+":func:`API.chunked_upload_append`, and "
+":func:`API.chunked_upload_finalize`. If ``wait_for_async_finalize`` is "
+"set, this calls :func:`API.get_media_upload_status` as well."
 msgstr ""
-"Użyj tego, aby przesłać media naTwittera. Użyte są punkty końcowye chunked upload i wywoływana :func:`API."
-"chunked_upload_init`, :func:`API.chunked_upload_append`, i :func:`API.chunked_upload_finalize`. Jeśli "
-"``wait_for_async_finalize`` jest ustawione, wywołuje to również :func:`API.get_media_upload_status`."
+"Użyj tego, aby przesłać media naTwittera. Użyte są punkty końcowye "
+"chunked upload i wywoływana :func:`API.chunked_upload_init`, "
+":func:`API.chunked_upload_append`, i :func:`API.chunked_upload_finalize`."
+" Jeśli ``wait_for_async_finalize`` jest ustawione, wywołuje to również "
+":func:`API.get_media_upload_status`."
 
 #: of tweepy.api.API.chunked_upload:9 tweepy.api.API.chunked_upload_init:4
 msgid "The MIME type of the media being uploaded."
 msgstr "Typ MIME mediów, któa są przesyłane."
 
 #: of tweepy.api.API.chunked_upload:10
-msgid "Whether to wait for Twitter's API to finish processing the media. Defaults to ``True``."
-msgstr "Czy czekać czy nie., aż Twitter API zakończy procesowanie mediów. Domyślnie ``True``."
+msgid ""
+"Whether to wait for Twitter's API to finish processing the media. "
+"Defaults to ``True``."
+msgstr ""
+"Czy czekać czy nie., aż Twitter API zakończy procesowanie mediów. "
+"Domyślnie ``True``."
 
-#: of tweepy.api.API.chunked_upload:17
+#: of tweepy.api.API.chunked_upload:20
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-"
-"upload"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/uploading-media/chunked-media-upload"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-"
-"upload"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/uploading-media/chunked-media-upload"
 
 #: of tweepy.api.API.chunked_upload_append:1
-msgid "Use this endpoint to upload a chunk (consecutive byte range) of the media file."
-msgstr "Użyj tego punktu końcowego by przesłać chunk (kolejny zakres bajtów) pliku media."
+msgid ""
+"Use this endpoint to upload a chunk (consecutive byte range) of the media"
+" file."
+msgstr ""
+"Użyj tego punktu końcowego by przesłać chunk (kolejny zakres bajtów) "
+"pliku media."
 
-#: of tweepy.api.API.chunked_upload_append:4 tweepy.api.API.chunked_upload_finalize:6
+#: of tweepy.api.API.chunked_upload_append:4
+#: tweepy.api.API.chunked_upload_finalize:6
 msgid "The ``media_id`` returned from the initialization."
 msgstr "Parametr ``media_id`` zwrócony podczas inicjalizacji."
 
 #: of tweepy.api.API.chunked_upload_append:5
 msgid "The raw binary file content being uploaded. It must be <= 5 MB."
-msgstr "Zawartość pliku, który jest przesyłany,  w formie binarnej. Musi być <= 5 MB."
+msgstr ""
+"Zawartość pliku, który jest przesyłany,  w formie binarnej. Musi być <= 5"
+" MB."
 
-#: of tweepy.api.API.chunked_upload_append:7
+#: of tweepy.api.API.chunked_upload_append:6
 msgid ""
-"An ordered index of file chunk. It must be between 0-999 inclusive. The first segment has index 0, second "
-"segment has index 1, and so on."
+"An ordered index of file chunk. It must be between 0-999 inclusive. The "
+"first segment has index 0, second segment has index 1, and so on."
 msgstr ""
-"Uporządkowany indeks kawałka pliku. Musi zawierać się w przedziale 0-999 włącznie. Pierwszy segment ma "
-"indeks 0, drugi segment ma indeks 1, i tak dalej."
+"Uporządkowany indeks kawałka pliku. Musi zawierać się w przedziale 0-999 "
+"włącznie. Pierwszy segment ma indeks 0, drugi segment ma indeks 1, i tak "
+"dalej."
 
-#: of tweepy.api.API.chunked_upload_append:11
+#: of tweepy.api.API.chunked_upload_append:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-"
-"append"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-append"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-"
-"append"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-append"
 
 #: of tweepy.api.API.chunked_upload_finalize:1
 msgid ""
-"Use this endpoint after the entire media file is uploaded via appending. If (and only if) the response "
-"contains a ``processing_info field``, it may also be necessary to check its status and wait for it to "
-"return success before proceeding to Tweet creation."
+"Use this endpoint after the entire media file is uploaded via appending. "
+"If (and only if) the response contains a ``processing_info field``, it "
+"may also be necessary to check its status and wait for it to return "
+"success before proceeding to Tweet creation."
 msgstr ""
-"Użyj tego punktu końcowego po przesłaniu całego pliku media poprzez appending. Jeśli (i tylko jeśli) "
-"odpowiedź zawiera pole ``processing_info``, może być również konieczne sprawdzenie jego statusu i "
-"poczekanie, aż zwróci status sukces przed przejściem do tworzenia Tweeta."
+"Użyj tego punktu końcowego po przesłaniu całego pliku media poprzez "
+"appending. Jeśli (i tylko jeśli) odpowiedź zawiera pole "
+"``processing_info``, może być również konieczne sprawdzenie jego statusu "
+"i poczekanie, aż zwróci status sukces przed przejściem do tworzenia "
+"Tweeta."
 
-#: of tweepy.api.API.chunked_upload_finalize:10
+#: of tweepy.api.API.chunked_upload_finalize:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-"
-"finalize"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-finalize"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-"
-"finalize"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-finalize"
 
 #: of tweepy.api.API.chunked_upload_init:1
 msgid "Use this endpoint to initiate a chunked file upload session."
-msgstr "Użyj tego punktu końcowego do zainicjowania sesji wysyłania plików w postaci chunked."
+msgstr ""
+"Użyj tego punktu końcowego do zainicjowania sesji wysyłania plików w "
+"postaci chunked."
 
 #: of tweepy.api.API.chunked_upload_init:3
 msgid "The size of the media being uploaded in bytes."
 msgstr "Rozmiar przesłanych mediów, wyrażony w bajtach."
 
-#: of tweepy.api.API.chunked_upload_init:10
+#: of tweepy.api.API.chunked_upload_init:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-"
-"init"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-init"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-"
-"init"
+"https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media"
+"/api-reference/post-media-upload-init"
 
-#: ../../api.rst:230
+#: ../../api.rst:582
 msgid "Trends"
 msgstr "Trendy"
 
-#: ../../api.rst:233
+#: ../../api.rst:585
 msgid "Get locations with trending topics"
 msgstr "Uzyskaj lokacje z trendującymi tematami"
 
-#: of tweepy.api.API.trends_available:1
+#: of tweepy.api.API.available_trends:1
 msgid ""
-"Returns the locations that Twitter has trending topic information for. The response is an array of "
-"\"locations\" that encode the location's WOEID (a Yahoo! Where On Earth ID) and some other human-readable "
+"Returns the locations that Twitter has trending topic information for. "
+"The response is an array of \"locations\" that encode the location's "
+"WOEID (a Yahoo! Where On Earth ID) and some other human-readable "
 "information such as a canonical name and country the location belongs in."
 msgstr ""
-"Zwraca lokację, dla której Twitter posiada informacje o trendujących tematach. Odpowiedź będzie w formie "
-"tablicy `\"locations\", który szyfruje WOEID ( Yahoo! Where On Earth ID) lokacji i inne odczytywalne "
-"przez człowieka informacje takie jak autentyczna nazwa oraz państwo, w którym znajduje się lokacja."
+"Zwraca lokację, dla której Twitter posiada informacje o trendujących "
+"tematach. Odpowiedź będzie w formie tablicy `\"locations\", który "
+"szyfruje WOEID ( Yahoo! Where On Earth ID) lokacji i inne odczytywalne "
+"przez człowieka informacje takie jak autentyczna nazwa oraz państwo, w "
+"którym znajduje się lokacja."
 
-#: of tweepy.api.API.trends_available:9
+#: of tweepy.api.API.available_trends:12
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-with-trending-topics/api-reference/"
-"get-trends-available"
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-available"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-with-trending-topics/api-reference/"
-"get-trends-available"
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-available"
 
-#: of tweepy.api.API.trends_closest:1
+#: of tweepy.api.API.closest_trends:1
 msgid ""
-"Returns the locations that Twitter has trending topic information for, closest to a specified location."
-msgstr "Zwraca lokację, dla której Twitter ma trendujące tematy najbardziej zbliżone do określonej lokacji."
+"Returns the locations that Twitter has trending topic information for, "
+"closest to a specified location."
+msgstr ""
+"Zwraca lokację, dla której Twitter ma trendujące tematy najbardziej "
+"zbliżone do określonej lokacji."
 
-#: of tweepy.api.API.trends_closest:4
+#: of tweepy.api.API.closest_trends:4
 msgid ""
-"The response is an array of “locations” that encode the location’s WOEID and some other human-readable "
-"information such as a canonical name and country the location belongs in."
+"The response is an array of “locations” that encode the location’s WOEID "
+"and some other human-readable information such as a canonical name and "
+"country the location belongs in."
 msgstr ""
-"Ta odpowiedź jest tablicą \"locations\" który szyfruje WOEID lokacji oraz inne odczytywalne przz "
-"człowieka informacje takie jak autentyczna nazwa oraz państwo w którym lokacja się znajduje."
+"Ta odpowiedź jest tablicą \"locations\" który szyfruje WOEID lokacji oraz"
+" inne odczytywalne przz człowieka informacje takie jak autentyczna nazwa "
+"oraz państwo w którym lokacja się znajduje."
 
-#: of tweepy.api.API.trends_closest:8
+#: of tweepy.api.API.closest_trends:8
 msgid "A WOEID is a Yahoo! Where On Earth ID."
 msgstr "WOEID jest to Yahoo! Where On Earth ID."
 
-#: of tweepy.api.API.trends_closest:10
+#: of tweepy.api.API.closest_trends:10
 msgid ""
-"If provided with a long parameter the available trend locations will be sorted by distance, nearest to "
-"furthest, to the co-ordinate pair. The valid ranges for longitude is -180.0 to +180.0 (West is negative, "
-"East is positive) inclusive."
+"If provided with a long parameter the available trend locations will be "
+"sorted by distance, nearest to furthest, to the co-ordinate pair. The "
+"valid ranges for longitude is -180.0 to +180.0 (West is negative, East is"
+" positive) inclusive."
 msgstr ""
-"Jeżeli podana jest długość gograficzna to dostępne trendy lokacji będa ustawione wg. dystansu od "
-"najbliższej do najdalszej, w parach co-ordinate. Poprawne wartości długośći gograficznej to wyłącznie "
-"wartości od -180.0 do +180.0 (zachód to wartość negatywna, wschód to pozytywna)."
+"Jeżeli podana jest długość gograficzna to dostępne trendy lokacji będa "
+"ustawione wg. dystansu od najbliższej do najdalszej, w parach co-"
+"ordinate. Poprawne wartości długośći gograficznej to wyłącznie wartości "
+"od -180.0 do +180.0 (zachód to wartość negatywna, wschód to pozytywna)."
 
-#: of tweepy.api.API.trends_closest:14
+#: of tweepy.api.API.closest_trends:14
 msgid ""
-"If provided with a lat parameter the available trend locations will be sorted by distance, nearest to "
-"furthest, to the co-ordinate pair. The valid ranges for longitude is -180.0 to +180.0 (West is negative, "
-"East is positive) inclusive."
+"If provided with a lat parameter the available trend locations will be "
+"sorted by distance, nearest to furthest, to the co-ordinate pair. The "
+"valid ranges for longitude is -180.0 to +180.0 (West is negative, East is"
+" positive) inclusive."
 msgstr ""
-"Jeżeli podana jest szerokość gograficzna to dostępne trendy lokacji będa ustawione wg. dystansu od "
-"najbliższej do najdalszej, w parach co-ordinate. Poprawne wartości długośći gograficznej to wyłącznie "
-"wartości od -180.0 do +180.0 (zachód to wartość negatywna, wschód to pozytywna)."
+"Jeżeli podana jest szerokość gograficzna to dostępne trendy lokacji będa "
+"ustawione wg. dystansu od najbliższej do najdalszej, w parach co-"
+"ordinate. Poprawne wartości długośći gograficznej to wyłącznie wartości "
+"od -180.0 do +180.0 (zachód to wartość negatywna, wschód to pozytywna)."
 
-#: of tweepy.api.API.trends_closest:21
+#: of tweepy.api.API.closest_trends:24
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-with-trending-topics/api-reference/"
-"get-trends-closest"
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-closest"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-with-trending-topics/api-reference/"
-"get-trends-closest"
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/locations-"
+"with-trending-topics/api-reference/get-trends-closest"
 
-#: ../../api.rst:240
+#: ../../api.rst:592
 msgid "Get trends near a location"
 msgstr "Uzyskaj trendy w okolicy danej lokacji"
 
-#: of tweepy.api.API.trends_place:1
+#: of tweepy.api.API.get_place_trends:1
 msgid ""
-"Returns the top 50 trending topics for a specific WOEID, if trending information is available for it."
-msgstr "Zwraca top 50 trendujących tematów dla wybranego WOEID jeżeli są dla nich dostępne informacje."
+"Returns the top 50 trending topics for a specific WOEID, if trending "
+"information is available for it."
+msgstr ""
+"Zwraca top 50 trendujących tematów dla wybranego WOEID jeżeli są dla nich"
+" dostępne informacje."
 
-#: of tweepy.api.API.trends_place:4
+#: of tweepy.api.API.get_place_trends:4
 msgid ""
-"The response is an array of “trend” objects that encode the name of the trending topic, the query "
-"parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL."
+"The response is an array of “trend” objects that encode the name of the "
+"trending topic, the query parameter that can be used to search for the "
+"topic on Twitter Search, and the Twitter Search URL."
 msgstr ""
-"Ta odpowiedź jest tablicą obiektów \"trend\" które szyfrują nazwę trendującego tematu, parametr "
-"zapytania, który może być użyty do wyszukania tematu na Twitter Search a także Twitter Search URL."
+"Ta odpowiedź jest tablicą obiektów \"trend\" które szyfrują nazwę "
+"trendującego tematu, parametr zapytania, który może być użyty do "
+"wyszukania tematu na Twitter Search a także Twitter Search URL."
 
-#: of tweepy.api.API.trends_place:8
+#: of tweepy.api.API.get_place_trends:8
 msgid ""
-"This information is cached for 5 minutes. Requesting more frequently than that will not return any more "
-"data, and will count against your rate limit usage."
+"This information is cached for 5 minutes. Requesting more frequently than"
+" that will not return any more data, and will count against your rate "
+"limit usage."
 msgstr ""
-"Ta informacja zostaje zmagazynowana na 5 minut. Zażądanie większej częstotliwości nie zwróci większej "
-"ilości danych i nie będzie liczyć się jako wspólczynnik limitu używania."
+"Ta informacja zostaje zmagazynowana na 5 minut. Zażądanie większej "
+"częstotliwości nie zwróci większej ilości danych i nie będzie liczyć się "
+"jako wspólczynnik limitu używania."
 
-#: of tweepy.api.API.trends_place:12
-msgid "The tweet_volume for the last 24 hours is also returned for many trends if this is available."
+#: of tweepy.api.API.get_place_trends:12
+msgid ""
+"The tweet_volume for the last 24 hours is also returned for many trends "
+"if this is available."
 msgstr ""
-"Wartość tweet_volume dla ostatnich 24 godzin jest także zwracane dla wielu trendów jeżeli jest to możliwe."
+"Wartość tweet_volume dla ostatnich 24 godzin jest także zwracane dla "
+"wielu trendów jeżeli jest to możliwe."
 
-#: of tweepy.api.API.trends_place:15
+#: of tweepy.api.API.get_place_trends:15
 msgid ""
-"The Yahoo! Where On Earth ID of the location to return trending information for. Global information is "
-"available by using 1 as the WOEID."
+"The Yahoo! Where On Earth ID of the location to return trending "
+"information for. Global information is available by using 1 as the WOEID."
 msgstr ""
-"ID Yahoo! Where On Earth lokacji, dla której mają być zwrócone informacje o trenach. Globalne informacje "
-"są dostępne używając 1 jako WOEID."
+"ID Yahoo! Where On Earth lokacji, dla której mają być zwrócone informacje"
+" o trenach. Globalne informacje są dostępne używając 1 jako WOEID."
 
-#: of tweepy.api.API.trends_place:18
-msgid "Setting this equal to hashtags will remove all hashtags from the trends list."
-msgstr "Ustawienie tego jako jednakowe z hashtagami, spowoduje usunięcie hashtagów z listy trendów."
+#: of tweepy.api.API.get_place_trends:18
+msgid ""
+"Setting this equal to hashtags will remove all hashtags from the trends "
+"list."
+msgstr ""
+"Ustawienie tego jako jednakowe z hashtagami, spowoduje usunięcie "
+"hashtagów z listy trendów."
 
-#: of tweepy.api.API.trends_place:23
+#: of tweepy.api.API.get_place_trends:26
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/trends/trends-for-location/api-reference/get-trends-"
-"place"
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/trends-for-"
+"location/api-reference/get-trends-place"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/trends/trends-for-location/api-reference/get-trends-"
-"place"
+"https://developer.twitter.com/en/docs/twitter-api/v1/trends/trends-for-"
+"location/api-reference/get-trends-place"
 
-#: ../../api.rst:245
+#: ../../api.rst:597
 msgid "Geo"
 msgstr "Geo"
 
-#: ../../api.rst:248
+#: ../../api.rst:600
 msgid "Get information about a place"
 msgstr "Uzyskaj informacje na temat lokacji"
 
@@ -2802,34 +4111,38 @@ msgstr "Posiadając ``place_id`` lokacji podaje więcej informacji na jej temat.
 msgid "Valid Twitter ID of a location."
 msgstr "Poprawny ID Twittera lokacji."
 
-#: of tweepy.api.API.geo_id:5
-msgid ":class:`Place` object"
-msgstr "obiekt :class:`Place`"
+#: of tweepy.api.API.geo_id:6
+msgid ":class:`~tweepy.models.Place`"
+msgstr ""
 
-#: of tweepy.api.API.geo_id:7
+#: of tweepy.api.API.geo_id:10
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/geo/place-information/api-reference/get-geo-id-"
-"place_id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/place-"
+"information/api-reference/get-geo-id-place_id"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/geo/place-information/api-reference/get-geo-id-"
-"place_id"
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/place-"
+"information/api-reference/get-geo-id-place_id"
 
-#: ../../api.rst:253
+#: ../../api.rst:605
 msgid "Get places near a location"
 msgstr "Uzyskaj miejsca w pobliżu danej lokacji"
 
 #: of tweepy.api.API.reverse_geocode:1
 msgid ""
-"Given a latitude and a longitude, searches for up to 20 places that can be used as a ``place_id`` when "
-"updating a status."
+"Given a latitude and a longitude, searches for up to 20 places that can "
+"be used as a ``place_id`` when updating a status."
 msgstr ""
-"Biorąc pod uwagę szerokość i długość geograficzną, wyszukuje do 20 miejsc, które mogą być użyte jako "
-"``place_id`` podczas aktualizacji statusu."
+"Biorąc pod uwagę szerokość i długość geograficzną, wyszukuje do 20 "
+"miejsc, które mogą być użyte jako ``place_id`` podczas aktualizacji "
+"statusu."
 
 #: of tweepy.api.API.reverse_geocode:4
-msgid "This request is an informative call and will deliver generalized results about geography."
+msgid ""
+"This request is an informative call and will deliver generalized results "
+"about geography."
 msgstr ""
-"To zapytanie ma charakter informacyjny i dostarczy uogólnionych wyników dotyczących danych geograficznych."
+"To zapytanie ma charakter informacyjny i dostarczy uogólnionych wyników "
+"dotyczących danych geograficznych."
 
 #: of tweepy.api.API.reverse_geocode:7
 msgid "The location's latitude."
@@ -2841,251 +4154,261 @@ msgstr "Długość geograficzna lokacji."
 
 #: of tweepy.api.API.reverse_geocode:9
 msgid ""
-"Specify the \"region\" in which to search, such as a number (then this is a radius in meters, but it can "
-"also take a string that is suffixed with ft to specify feet). If this is not passed in, then it is "
-"assumed to be 0m"
+"Specify the \"region\" in which to search, such as a number (then this is"
+" a radius in meters, but it can also take a string that is suffixed with "
+"ft to specify feet). If this is not passed in, then it is assumed to be "
+"0m"
 msgstr ""
-"Określa \"region\" do wyszukiwania, między innymi numer (wtedy jest to zasięg w metrach, ale może być to "
-"też ciąg znaków zakończonych jako stopy). Jeżeli nie jest to przekazane, założony będzie zasięg 0m"
+"Określa \"region\" do wyszukiwania, między innymi numer (wtedy jest to "
+"zasięg w metrach, ale może być to też ciąg znaków zakończonych jako "
+"stopy). Jeżeli nie jest to przekazane, założony będzie zasięg 0m"
 
 #: of tweepy.api.API.reverse_geocode:13
 msgid "Assumed to be ``neighborhood`` by default; can also be ``city``."
-msgstr "Domyślnie przyjmuje się, że jest to ``neighborhood'`; może być także ``city``."
-
-#: of tweepy.api.API.reverse_geocode:15
-msgid ""
-"A hint as to the maximum number of results to return. This is only a guideline, which may not be adhered "
-"to."
 msgstr ""
-"Wskazówka co do maksymalnej liczby rezultatów, które zostaną zwrócone. Jest to tylko wskazanie, nie "
-"musisz się do niego stosować."
+"Domyślnie przyjmuje się, że jest to ``neighborhood'`; może być także "
+"``city``."
 
-#: of tweepy.api.API.geo_search:47 tweepy.api.API.reverse_geocode:18
-msgid "list of :class:`Place` objects"
-msgstr "lista obiektów :class:`Place`"
-
-#: of tweepy.api.API.reverse_geocode:20
+#: of tweepy.api.API.reverse_geocode:14
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-location/api-reference/get-geo-"
-"reverse_geocode"
+"A hint as to the maximum number of results to return. This is only a "
+"guideline, which may not be adhered to."
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-location/api-reference/get-geo-"
-"reverse_geocode"
+"Wskazówka co do maksymalnej liczby rezultatów, które zostaną zwrócone. "
+"Jest to tylko wskazanie, nie musisz się do niego stosować."
 
-#: of tweepy.api.API.geo_search:1
-msgid ""
-"Search for places that can be attached to a Tweet via :func:`API.update_status`. Given a latitude and a "
-"longitude pair, an IP address, or a name, this request will return a list of all the valid places that "
-"can be used as the ``place_id`` when updating a status."
+#: of tweepy.api.API.reverse_geocode:18 tweepy.api.API.search_geo:48
+msgid ":py:class:`List`\\[:class:`~tweepy.models.Place`]"
 msgstr ""
-"Wyszukuje miejsca, które mogą być dołączone do Tweeta poprzez :func:`API.update_status`. Biorąc pod uwagę "
-"parę szerokości i długości geograficznej, adres IP lub nazwę, to zapytanie zwróci listę wszystkich "
-"poprawnych miejsc, które mogą być użyte jako ``place_id`` podczas aktualizacji statusu."
 
-#: of tweepy.api.API.geo_search:6
+#: of tweepy.api.API.reverse_geocode:22
 msgid ""
-"Conceptually, a query can be made from the user's location, retrieve a list of places, have the user "
-"validate the location they are at, and then send the ID of this location with a call to :func:`API."
-"update_status`."
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-reverse_geocode"
 msgstr ""
-"W teorii, zapytanie może być wykonane z lokalizacji użytkownika, pobrać listę miejsc, oraz wymóc na "
-"użytkowniku zatwierdzenie lokalizacji, w której się znajduje, a następnie wysłać ID tej lokalizacji z "
-"wywołaniem :func:`API.update_status`."
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-reverse_geocode"
 
-#: of tweepy.api.API.geo_search:11
+#: of tweepy.api.API.search_geo:1
 msgid ""
-"This is the recommended method to use find places that can be attached to :func:`API.update_status`. "
-"Unlike :func:`API.reverse_geocode` which provides raw data access, this endpoint can potentially re-order "
-"places with regards to the user who is authenticated. This approach is also preferred for interactive "
-"place matching with the user."
+"Search for places that can be attached to a Tweet via "
+":func:`API.update_status`. Given a latitude and a longitude pair, an IP "
+"address, or a name, this request will return a list of all the valid "
+"places that can be used as the ``place_id`` when updating a status."
 msgstr ""
-"Jest to zalecana metoda do użycia w celu znalezienia miejsc, które mogą być dołączone do :func:`API."
-"update_status`. W przeciwieństwie do :func:`API.reverse_geocode`, który zapewnia dostęp do surowych "
-"danych, ten punkt końcowy może potencjalnie zmienić kolejność miejsc w odniesieniu do zuwierzytelnionego "
-"użytkownika. Ten sposó jest również preferowany dla interaktywnego dopasowywania miejsc z użytkownikiem."
+"Wyszukuje miejsca, które mogą być dołączone do Tweeta poprzez "
+":func:`API.update_status`. Biorąc pod uwagę parę szerokości i długości "
+"geograficznej, adres IP lub nazwę, to zapytanie zwróci listę wszystkich "
+"poprawnych miejsc, które mogą być użyte jako ``place_id`` podczas "
+"aktualizacji statusu."
 
-#: of tweepy.api.API.geo_search:17
+#: of tweepy.api.API.search_geo:6
 msgid ""
-"Some parameters in this method are only required based on the existence of other parameters. For "
-"instance, ``lat`` is required if ``long`` is provided, and vice-versa."
+"Conceptually, a query can be made from the user's location, retrieve a "
+"list of places, have the user validate the location they are at, and then"
+" send the ID of this location with a call to :func:`API.update_status`."
 msgstr ""
-"Niektóre parametry w tej metodzie są wymagane tylko na podstawie istnienia innych parametrów. Na "
-"przykład, ``lat`` jest wymagany jeśli ``long`` jest podany i na odwrót."
+"W teorii, zapytanie może być wykonane z lokalizacji użytkownika, pobrać "
+"listę miejsc, oraz wymóc na użytkowniku zatwierdzenie lokalizacji, w "
+"której się znajduje, a następnie wysłać ID tej lokalizacji z wywołaniem "
+":func:`API.update_status`."
 
-#: of tweepy.api.API.geo_search:21
+#: of tweepy.api.API.search_geo:11
 msgid ""
-"The latitude to search around. This parameter will be ignored unless it is inside the range -90.0 to "
-"+90.0 (North is positive) inclusive. It will also be ignored if there isn't a corresponding ``long`` "
-"parameter."
+"This is the recommended method to use find places that can be attached to"
+" :func:`API.update_status`. Unlike :func:`API.reverse_geocode` which "
+"provides raw data access, this endpoint can potentially re-order places "
+"with regards to the user who is authenticated. This approach is also "
+"preferred for interactive place matching with the user."
 msgstr ""
-"Szerokość geograficzna lokacji do której odnosi się tweet. Ten parametr zostanie zignorowany, chyba, że "
-"znajduje się pomiędzy -90.0 a +90.0 (północ to wartość dodatnia). Zostanie on także zignorowany jeżeli "
-"nie ma on dopasowanego parametru ``long``."
+"Jest to zalecana metoda do użycia w celu znalezienia miejsc, które mogą "
+"być dołączone do :func:`API.update_status`. W przeciwieństwie do "
+":func:`API.reverse_geocode`, który zapewnia dostęp do surowych danych, "
+"ten punkt końcowy może potencjalnie zmienić kolejność miejsc w "
+"odniesieniu do zuwierzytelnionego użytkownika. Ten sposó jest również "
+"preferowany dla interaktywnego dopasowywania miejsc z użytkownikiem."
 
-#: of tweepy.api.API.geo_search:25
+#: of tweepy.api.API.search_geo:17
 msgid ""
-"The longitude to search around. The valid ranges for longitude are -180.0 to +180.0 (East is positive) "
-"inclusive. This parameter will be ignored if outside that range, if it is not a number, if "
-"``geo_enabled`` is turned off, or if there not a corresponding ``lat`` parameter."
+"Some parameters in this method are only required based on the existence "
+"of other parameters. For instance, ``lat`` is required if ``long`` is "
+"provided, and vice-versa."
 msgstr ""
-"Długość geograficzna do której odnosi się tweet. Poprawne wartości zawieraja się między -180.0 a +180.0 "
-"(wschód to wartość dodatnia). Ten parametr zostanie zignorowany jeżeli przekracza ten zakres, nie jest "
-"liczbą, gdy geo_enabled  jest wyłączone oraz jeżeli nie ma dopasowanego parametru ``lat``."
+"Niektóre parametry w tej metodzie są wymagane tylko na podstawie "
+"istnienia innych parametrów. Na przykład, ``lat`` jest wymagany jeśli "
+"``long`` jest podany i na odwrót."
 
-#: of tweepy.api.API.geo_search:30
+#: of tweepy.api.API.search_geo:21
 msgid ""
-"Free-form text to match against while executing a geo-based query, best suited for finding nearby "
-"locations by name."
+"The latitude to search around. This parameter will be ignored unless it "
+"is inside the range -90.0 to +90.0 (North is positive) inclusive. It will"
+" also be ignored if there isn't a corresponding ``long`` parameter."
 msgstr ""
-"Dowolny tekst do dopasowania podczas wykonywania zapytania opartego na geolokacji, najlepiej nadaje się "
-"do wyszukiwania pobliskich lokalizacji według nazwy."
-
-#: of tweepy.api.API.geo_search:32
-msgid "An IP address. Used when attempting to fix geolocation based off of the user's IP address."
-msgstr "Adres IP. Używane przy próbie ustalenia geolokalizacji na podstawie adresu IP użytkownika."
+"Szerokość geograficzna lokacji do której odnosi się tweet. Ten parametr "
+"zostanie zignorowany, chyba, że znajduje się pomiędzy -90.0 a +90.0 "
+"(północ to wartość dodatnia). Zostanie on także zignorowany jeżeli nie ma"
+" on dopasowanego parametru ``long``."
 
-#: of tweepy.api.API.geo_search:34
+#: of tweepy.api.API.search_geo:25
 msgid ""
-"This is the minimal granularity of place types to return and must be one of: ``neighborhood``, ``city``, "
-"``admin`` or ``country``. If no granularity is provided for the request ``neighborhood`` is assumed.  "
-"Setting this to ``city``, for example, will find places which have a type of ``city``, ``admin`` or "
-"``country``."
+"The longitude to search around. The valid ranges for longitude are -180.0"
+" to +180.0 (East is positive) inclusive. This parameter will be ignored "
+"if outside that range, if it is not a number, if ``geo_enabled`` is "
+"turned off, or if there not a corresponding ``lat`` parameter."
 msgstr ""
-"Jest to minimalna wartość stopnia szczegółowości typów miejsc do zwrócenia i musi być jednym z: "
-"``neighborhood``, ``city``, ``admin`` lub ``country``. Jeśli nie podano stopnia szczegółowości to "
-"ustawione jest ono jako``neighborhood``.  Ustawienie tego na ``city``, na przykład, znajdzie miejsca, "
-"które mają typ ``city``, ``admin`` lub ``country``."
+"Długość geograficzna do której odnosi się tweet. Poprawne wartości "
+"zawieraja się między -180.0 a +180.0 (wschód to wartość dodatnia). Ten "
+"parametr zostanie zignorowany jeżeli przekracza ten zakres, nie jest "
+"liczbą, gdy geo_enabled  jest wyłączone oraz jeżeli nie ma dopasowanego "
+"parametru ``lat``."
 
-#: of tweepy.api.API.geo_search:34
+#: of tweepy.api.API.search_geo:30
 msgid ""
-"This is the minimal granularity of place types to return and must be one of: ``neighborhood``, ``city``, "
-"``admin`` or ``country``. If no granularity is provided for the request ``neighborhood`` is assumed."
+"Free-form text to match against while executing a geo-based query, best "
+"suited for finding nearby locations by name."
 msgstr ""
-"Jest to minimalna wartość poziomu szczegółowiści typów miejsc do zwrócenia i musi być jednym z: "
-"``neighborhood``, ``city``, ``admin`` lub ``country``. Jeśli nie podano stopnia szczegółowości dla "
-"żądania to ustawione jest ono jako ``neighborhood``."
+"Dowolny tekst do dopasowania podczas wykonywania zapytania opartego na "
+"geolokacji, najlepiej nadaje się do wyszukiwania pobliskich lokalizacji "
+"według nazwy."
 
-#: of tweepy.api.API.geo_search:39
+#: of tweepy.api.API.search_geo:32
 msgid ""
-"Setting this to ``city``, for example, will find places which have a type of ``city``, ``admin`` or "
-"``country``."
+"An IP address. Used when attempting to fix geolocation based off of the "
+"user's IP address."
 msgstr ""
-"Ustawienie tego na ``city``, na przykład, znajdzie miejsca, które mają typ ``city``, ``admin`` lub "
-"``country``."
+"Adres IP. Używane przy próbie ustalenia geolokalizacji na podstawie "
+"adresu IP użytkownika."
 
-#: of tweepy.api.API.geo_search:41
+#: of tweepy.api.API.search_geo:34
 msgid ""
-"A hint as to the number of results to return. This does not guarantee that the number of results returned "
-"will equal ``max_results``, but instead informs how many \"nearby\" results to return. Ideally, only pass "
-"in the number of places you intend to display to the user here."
+"This is the minimal granularity of place types to return and must be one "
+"of: ``neighborhood``, ``city``, ``admin`` or ``country``. If no "
+"granularity is provided for the request ``neighborhood`` is assumed.  "
+"Setting this to ``city``, for example, will find places which have a type"
+" of ``city``, ``admin`` or ``country``."
 msgstr ""
-"Podpowiedź co do liczby wyników do zwrócenia. Nie gwarantuje to, że liczba zwróconych wyników będzie "
-"równa ``max_results``, ale zamiast tego informuje ile \"pobliskich\" wyników zwrócić. Najlepiej określać "
-"należy tylko taką liczbę miejsc, jaką zamierzasz wyświetlić użytkownikowi."
+"Jest to minimalna wartość stopnia szczegółowości typów miejsc do "
+"zwrócenia i musi być jednym z: ``neighborhood``, ``city``, ``admin`` lub "
+"``country``. Jeśli nie podano stopnia szczegółowości to ustawione jest "
+"ono jako``neighborhood``.  Ustawienie tego na ``city``, na przykład, "
+"znajdzie miejsca, które mają typ ``city``, ``admin`` lub ``country``."
 
-#: of tweepy.api.API.geo_search:49
+#: of tweepy.api.API.search_geo:34
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-location/api-reference/get-geo-search"
+"This is the minimal granularity of place types to return and must be one "
+"of: ``neighborhood``, ``city``, ``admin`` or ``country``. If no "
+"granularity is provided for the request ``neighborhood`` is assumed."
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-location/api-reference/get-geo-search"
-
-#: ../../api.rst:260
-msgid "Developer utilities"
-msgstr "Narzędzia developerskie"
-
-#: ../../api.rst:263
-msgid "Get Twitter configuration details"
-msgstr "Uzyskaj szczegóły konfiguracji Twittera"
+"Jest to minimalna wartość poziomu szczegółowiści typów miejsc do "
+"zwrócenia i musi być jednym z: ``neighborhood``, ``city``, ``admin`` lub "
+"``country``. Jeśli nie podano stopnia szczegółowości dla żądania to "
+"ustawione jest ono jako ``neighborhood``."
 
-#: of tweepy.api.API.configuration:1
+#: of tweepy.api.API.search_geo:39
 msgid ""
-"Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, "
-"maximum photo resolutions, and t.co shortened URL length."
+"Setting this to ``city``, for example, will find places which have a type"
+" of ``city``, ``admin`` or ``country``."
 msgstr ""
-"Zwraca aktualną konfigurację używaną przez Twitter, w tym slug twitter.cm, które nie są nazwami "
-"użytkowników, maksymalne rozmiary zdjęcia oraz długość skróconego URL."
+"Ustawienie tego na ``city``, na przykład, znajdzie miejsca, które mają "
+"typ ``city``, ``admin`` lub ``country``."
 
-#: of tweepy.api.API.configuration:5
+#: of tweepy.api.API.search_geo:41
 msgid ""
-"It is recommended applications request this endpoint when they are loaded, but no more than once a day."
+"A hint as to the number of results to return. This does not guarantee "
+"that the number of results returned will equal ``max_results``, but "
+"instead informs how many \"nearby\" results to return. Ideally, only pass"
+" in the number of places you intend to display to the user here."
 msgstr ""
-"Zalecane jest, aby aplikacje wysyłały żądanie do tego punktu końcowego, gdy są ładowane, ale nie częściej "
-"niż raz dziennie."
+"Podpowiedź co do liczby wyników do zwrócenia. Nie gwarantuje to, że "
+"liczba zwróconych wyników będzie równa ``max_results``, ale zamiast tego "
+"informuje ile \"pobliskich\" wyników zwrócić. Najlepiej określać należy "
+"tylko taką liczbę miejsc, jaką zamierzasz wyświetlić użytkownikowi."
 
-#: of tweepy.api.API.configuration:10
+#: of tweepy.api.API.search_geo:52
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/configuration/api-reference/get-"
-"help-configuration"
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-search"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/configuration/api-reference/get-"
-"help-configuration"
+"https://developer.twitter.com/en/docs/twitter-api/v1/geo/places-near-"
+"location/api-reference/get-geo-search"
+
+#: ../../api.rst:612
+msgid "Developer utilities"
+msgstr "Narzędzia developerskie"
 
-#: ../../api.rst:268
+#: ../../api.rst:615
 msgid "Get Twitter supported languages"
 msgstr "Uzyskaj języki obsługiwane przez Twittera"
 
 #: of tweepy.api.API.supported_languages:1
 msgid ""
-"Returns the list of languages supported by Twitter along with the language code supported by Twitter."
+"Returns the list of languages supported by Twitter along with the "
+"language code supported by Twitter."
 msgstr "Zwraca listę języków obsługiwanych przez Twittera wraz z ich kodem."
 
 #: of tweepy.api.API.supported_languages:4
 msgid ""
-"The language code may be formatted as ISO 639-1 alpha-2 (``en``), ISO 639-3 alpha-3 (``msa``), or ISO "
-"639-1 alpha-2 combined with an ISO 3166-1 alpha-2 localization (``zh-tw``)."
+"The language code may be formatted as ISO 639-1 alpha-2 (``en``), ISO "
+"639-3 alpha-3 (``msa``), or ISO 639-1 alpha-2 combined with an ISO 3166-1"
+" alpha-2 localization (``zh-tw``)."
 msgstr ""
-"Kod języka może być sformatowany jako ISO 639-1 alfa-2 (``en``), ISO 639-3 alfa-3 (``msa``) lub ISO 639-1 "
-"alfa-2 w połączeniu z lokalizacją ISO 3166-1 alfa-2 (``zh-tw``)."
+"Kod języka może być sformatowany jako ISO 639-1 alfa-2 (``en``), ISO "
+"639-3 alfa-3 (``msa``) lub ISO 639-1 alfa-2 w połączeniu z lokalizacją "
+"ISO 3166-1 alfa-2 (``zh-tw``)."
 
-#: of tweepy.api.API.supported_languages:10
+#: of tweepy.api.API.supported_languages:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/supported-languages/api-"
-"reference/get-help-languages"
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/supported-languages/api-reference/get-help-languages"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/supported-languages/api-"
-"reference/get-help-languages"
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/supported-languages/api-reference/get-help-languages"
 
-#: ../../api.rst:273
+#: ../../api.rst:620
 msgid "Get app rate limit status"
 msgstr "Uzyskaj status limitu aplikacji"
 
 #: of tweepy.api.API.rate_limit_status:1
 msgid ""
-"Returns the current rate limits for methods belonging to the specified resource families. When using "
-"application-only auth, this method's response indicates the application-only auth rate limiting context."
+"Returns the current rate limits for methods belonging to the specified "
+"resource families. When using application-only auth, this method's "
+"response indicates the application-only auth rate limiting context."
 msgstr ""
-"Zwraca aktualne limity wartości dla metod należących do wybranej rodziny zasobów. Używając tego "
-"uwierzytelniania (tylko dla aplikacji), odpowiedź tej metody wskaże limit kontekstu dla tego "
-"uwierzytelniania."
+"Zwraca aktualne limity wartości dla metod należących do wybranej rodziny "
+"zasobów. Używając tego uwierzytelniania (tylko dla aplikacji), odpowiedź "
+"tej metody wskaże limit kontekstu dla tego uwierzytelniania."
 
 #: of tweepy.api.API.rate_limit_status:5
-msgid "A comma-separated list of resource families you want to know the current rate limit disposition for."
+msgid ""
+"A comma-separated list of resource families you want to know the current "
+"rate limit disposition for."
 msgstr ""
-"Odseparowana przecinkami lista rodziny zasobów. Powinieneś znać aktualny limit wartośći dyspozycji dla."
+"Odseparowana przecinkami lista rodziny zasobów. Powinieneś znać aktualny "
+"limit wartośći dyspozycji dla."
 
-#: of tweepy.api.API.rate_limit_status:10
+#: of tweepy.api.API.rate_limit_status:13
 msgid ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/rate-limit-status/api-reference/"
-"get-application-rate_limit_status"
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/rate-limit-status/api-reference/get-application-rate_limit_status"
 msgstr ""
-"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/rate-limit-status/api-reference/"
-"get-application-rate_limit_status"
+"https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities"
+"/rate-limit-status/api-reference/get-application-rate_limit_status"
 
-#: ../../api.rst:279
+#: ../../api.rst:626
 msgid "Footnotes"
 msgstr "Przypisy"
 
-#: ../../api.rst:280
+#: ../../api.rst:627
 msgid "https://web.archive.org/web/20170829051949/https://dev.twitter.com/rest/reference/get/search/tweets"
 msgstr "https://web.archive.org/web/20170829051949/https://dev.twitter.com/rest/reference/get/search/tweets"
 
-#: ../../api.rst:281
+#: ../../api.rst:628
 msgid ""
-"https://twittercommunity.com/t/favorited-reports-as-false-even-if-status-is-already-favorited-by-the-"
-"user/11145"
+"https://twittercommunity.com/t/favorited-reports-as-false-even-if-status-"
+"is-already-favorited-by-the-user/11145"
 msgstr ""
-"https://twittercommunity.com/t/favorited-reports-as-false-even-if-status-is-already-favorited-by-the-"
-"user/11145"
+"https://twittercommunity.com/t/favorited-reports-as-false-even-if-status-"
+"is-already-favorited-by-the-user/11145"
 
 #~ msgid "This page contains some basic documentation for the Tweepy module."
 #~ msgstr "Ta strona zawiera podstawową dokumentację do modułu Tweepy."
@@ -3111,8 +4434,13 @@ msgstr ""
 #~ msgid "Whether or not to use GZIP compression for requests"
 #~ msgstr "Czy do żądań ma zostać użyta kompresja GZIP"
 
-#~ msgid "Whether or not to print a notification when Tweepy is waiting for rate limits to replenish"
-#~ msgstr "czy wyświetlać notyfikacje, gdy Tweepy oczekuje na wyczerpanie limitów wskaźników"
+#~ msgid ""
+#~ "Whether or not to print a "
+#~ "notification when Tweepy is waiting for"
+#~ " rate limits to replenish"
+#~ msgstr ""
+#~ "czy wyświetlać notyfikacje, gdy Tweepy "
+#~ "oczekuje na wyczerpanie limitów wskaźników"
 
 #~ msgid "Timeline methods"
 #~ msgstr "Metody osi czasu"
@@ -3124,38 +4452,70 @@ msgstr ""
 #~ msgstr "Metody statusu"
 
 #~ msgid ""
-#~ "When set to true, enables shortcode commands for sending Direct Messages as part of the status text to "
-#~ "send a Direct Message to a user. When set to false, disables this behavior and includes any leading "
-#~ "characters in the status text that is posted"
+#~ "When set to true, enables shortcode "
+#~ "commands for sending Direct Messages as"
+#~ " part of the status text to "
+#~ "send a Direct Message to a user."
+#~ " When set to false, disables this "
+#~ "behavior and includes any leading "
+#~ "characters in the status text that "
+#~ "is posted"
 #~ msgstr ""
-#~ "Gdy ustawione jako true, pozwala używać krótkich komend do wysyłania Wiadomości Bezpośrednich jako "
-#~ "częśc tekstu statusu do wysłania do użytkownika. Jeżeli ustawione jako false, powyższe rozwiązanie "
-#~ "zostanie wyłączone i zawarte zostaną głowne znaki zapostowanego tekstu statusu."
+#~ "Gdy ustawione jako true, pozwala używać"
+#~ " krótkich komend do wysyłania Wiadomości"
+#~ " Bezpośrednich jako częśc tekstu statusu"
+#~ " do wysłania do użytkownika. Jeżeli "
+#~ "ustawione jako false, powyższe rozwiązanie "
+#~ "zostanie wyłączone i zawarte zostaną "
+#~ "głowne znaki zapostowanego tekstu statusu."
 
 #~ msgid ""
-#~ "When set to true, causes any status text that starts with shortcode commands to return an API error. "
-#~ "When set to false, allows shortcode commands to be sent in the status text and acted on by the API."
+#~ "When set to true, causes any "
+#~ "status text that starts with shortcode"
+#~ " commands to return an API error. "
+#~ "When set to false, allows shortcode "
+#~ "commands to be sent in the status"
+#~ " text and acted on by the API."
 #~ msgstr ""
-#~ "Gdy ustawione jako true, powoduje, że jakikolwiek tekst statusu rozpoczęty komendą krótka wywołuje "
-#~ "błąd API. Gdy ustawione jako true, pozwala krótkim komendom na zostanie wysłanym w tekście statusu i "
-#~ "bycie użytym przez API"
+#~ "Gdy ustawione jako true, powoduje, że"
+#~ " jakikolwiek tekst statusu rozpoczęty "
+#~ "komendą krótka wywołuje błąd API. Gdy"
+#~ " ustawione jako true, pozwala krótkim "
+#~ "komendom na zostanie wysłanym w tekście"
+#~ " statusu i bycie użytym przez API"
 
-#~ msgid "The filename of the image to upload. This will automatically be opened unless `file` is specified"
+#~ msgid ""
+#~ "The filename of the image to "
+#~ "upload. This will automatically be "
+#~ "opened unless `file` is specified"
 #~ msgstr ""
-#~ "Nazwa pliku obrazu do wrzucenia. Będzie ona automatycznie otwarta, chyba, że `file` zostanie określone."
+#~ "Nazwa pliku obrazu do wrzucenia. Będzie"
+#~ " ona automatycznie otwarta, chyba, że "
+#~ "`file` zostanie określone."
 
 #~ msgid "Whether to automatically include the @mentions in the status metadata."
 #~ msgstr "Czy automatycznie zawierać @wzmianki w metadacie statusu."
 
-#~ msgid "Source of the update. Only supported by Identi.ca. Twitter ignores this parameter."
-#~ msgstr "Źródło aktualizacji. Wspierane tylko przez Identi.ca. Twitter ignoruje ten parametr."
+#~ msgid ""
+#~ "Source of the update. Only supported "
+#~ "by Identi.ca. Twitter ignores this "
+#~ "parameter."
+#~ msgstr ""
+#~ "Źródło aktualizacji. Wspierane tylko przez "
+#~ "Identi.ca. Twitter ignoruje ten parametr."
 
 #~ msgid ""
-#~ "A file object, which will be used instead of opening `filename`. `filename` is still required, for "
-#~ "MIME type detection and to use as a form field in the POST data"
+#~ "A file object, which will be used"
+#~ " instead of opening `filename`. `filename`"
+#~ " is still required, for MIME type "
+#~ "detection and to use as a form "
+#~ "field in the POST data"
 #~ msgstr ""
-#~ "Plik, który zostanie użyty zamiast otwierania `filename`. `filename` jest nadal wymagany dla detekcji "
-#~ "typu MIME oraz do używania pola formularzu w danych POST."
+#~ "Plik, który zostanie użyty zamiast "
+#~ "otwierania `filename`. `filename` jest nadal"
+#~ " wymagany dla detekcji typu MIME oraz"
+#~ " do używania pola formularzu w danych"
+#~ " POST."
 
 #~ msgid "Have ids returned as strings instead."
 #~ msgstr "ID będą zwracane jago ciąg znaków."
@@ -3169,20 +4529,32 @@ msgstr ""
 #~ msgid "Returns the authenticated user's information."
 #~ msgstr "Zwraca informacje o zuwierzytelnionym użytkowniku."
 
-#~ msgid "Specifies the number of statuses to retrieve. May not be greater than 20."
+#~ msgid ""
+#~ "Specifies the number of statuses to "
+#~ "retrieve. May not be greater than "
+#~ "20."
 #~ msgstr "Określa liczbę statusów do uzyskania. Nie może być większe niz 20."
 
 #~ msgid "|full_text|"
 #~ msgstr ""
-#~ "Boolean wkazujący czy powinna być zwrócona całość tekstu wiadomości. Ustawione jako False powoduje, że "
-#~ "wiadomość zostanie obcięta do 140 znaków. Domyślnie False."
+#~ "Boolean wkazujący czy powinna być "
+#~ "zwrócona całość tekstu wiadomości. Ustawione"
+#~ " jako False powoduje, że wiadomość "
+#~ "zostanie obcięta do 140 znaków. "
+#~ "Domyślnie False."
 
 #~ msgid ""
-#~ "The Quick Reply type to present to the user:  * options - Array of Options objects (20 max). * "
-#~ "text_input - Text Input object. * location - Location object."
+#~ "The Quick Reply type to present to"
+#~ " the user:  * options - Array "
+#~ "of Options objects (20 max). * "
+#~ "text_input - Text Input object. * "
+#~ "location - Location object."
 #~ msgstr ""
-#~ "Typ Szybkiej Odpowiedzi do pokazania użytkownikowi  * options - szyk obiektów Opcji (maks 20). * "
-#~ "text_input - tekst obiektu Input. * location - obiekt Lokacji."
+#~ "Typ Szybkiej Odpowiedzi do pokazania "
+#~ "użytkownikowi  * options - szyk obiektów"
+#~ " Opcji (maks 20). * text_input - "
+#~ "tekst obiektu Input. * location - "
+#~ "obiekt Lokacji."
 
 #~ msgid "The Quick Reply type to present to the user:"
 #~ msgstr "Typ Szybkiej Odpowiedzi do pokazania użytkownikowi:"
@@ -3200,10 +4572,17 @@ msgstr ""
 #~ msgstr "Metody konta"
 
 #~ msgid "local path to image file to upload. Not a remote URL!"
-#~ msgstr "ścieżka lokalna dla obrazu, który ma być wrzucony. Nie jest to remote URL!"
+#~ msgstr ""
+#~ "ścieżka lokalna dla obrazu, który ma "
+#~ "być wrzucony. Nie jest to remote "
+#~ "URL!"
 
-#~ msgid "Update authenticating user's background image. Valid formats: GIF, JPG, or PNG"
-#~ msgstr "Aktualizuje zdjęcie w tle użytkownika. Poprawne formaty: GIF, JPG oraz PNG"
+#~ msgid ""
+#~ "Update authenticating user's background image."
+#~ " Valid formats: GIF, JPG, or PNG"
+#~ msgstr ""
+#~ "Aktualizuje zdjęcie w tle użytkownika. "
+#~ "Poprawne formaty: GIF, JPG oraz PNG"
 
 #~ msgid "Maximum of 20 characters"
 #~ msgstr "Maksimum 20 znaków."
@@ -3224,11 +4603,14 @@ msgstr ""
 #~ msgstr "Metody Blokowania"
 
 #~ msgid ""
-#~ "Blocks the user specified in the ID parameter as the authenticating user. Destroys a friendship to the "
-#~ "blocked user if it exists."
+#~ "Blocks the user specified in the "
+#~ "ID parameter as the authenticating user."
+#~ " Destroys a friendship to the blocked"
+#~ " user if it exists."
 #~ msgstr ""
-#~ "Blokuje użytkownika określonego przez parametr ID jako zuwierzytelniony użytkownik. Przerywa znajomość "
-#~ "jeżeli taka istniała."
+#~ "Blokuje użytkownika określonego przez parametr"
+#~ " ID jako zuwierzytelniony użytkownik. "
+#~ "Przerywa znajomość jeżeli taka istniała."
 
 #~ msgid "Mute Methods"
 #~ msgstr "Metody Wyciszania"
@@ -3236,10 +4618,14 @@ msgstr ""
 #~ msgid "Spam Reporting Methods"
 #~ msgstr "Metody Reportowania Spamu"
 
-#~ msgid "The user specified in the id is blocked by the authenticated user and reported as a spammer."
+#~ msgid ""
+#~ "The user specified in the id is"
+#~ " blocked by the authenticated user "
+#~ "and reported as a spammer."
 #~ msgstr ""
-#~ "Użytkownik określony przez ID zostaje zablokowany przez zuwierzytelniongo użytkownika oraz zgłoszony "
-#~ "jako spammer."
+#~ "Użytkownik określony przez ID zostaje "
+#~ "zablokowany przez zuwierzytelniongo użytkownika "
+#~ "oraz zgłoszony jako spammer."
 
 #~ msgid "Saved Searches Methods"
 #~ msgstr "Metody Zapisanych wyszukań"
@@ -3257,15 +4643,27 @@ msgstr ""
 #~ msgstr "Metody Geo"
 
 #~ msgid ""
-#~ "Given a latitude and longitude, looks for places (cities and neighbourhoods) whose IDs can be "
-#~ "specified in a call to :func:`update_status` to appear as the name of the location. This call provides "
-#~ "a detailed response about the location in question; the :func:`nearby_places` function should be "
-#~ "preferred for getting a list of places nearby without great detail."
+#~ "Given a latitude and longitude, looks"
+#~ " for places (cities and neighbourhoods) "
+#~ "whose IDs can be specified in a"
+#~ " call to :func:`update_status` to appear"
+#~ " as the name of the location. "
+#~ "This call provides a detailed response"
+#~ " about the location in question; the"
+#~ " :func:`nearby_places` function should be "
+#~ "preferred for getting a list of "
+#~ "places nearby without great detail."
 #~ msgstr ""
-#~ "Posiadając szerokość i długość geograficzną, wyszukiwane będą miejsca (miasta i dzielnice), których ID "
-#~ "mogą być określone w wywołaniu dla :func:`update_status` tak by wyglądały jako nazwa lokacji. To "
-#~ "wywołanie dostarcza szczegółowe informacje na temat lokacji; funkcja :func:`nearby_places` powinna być "
-#~ "używana do zdobywania list miejscw okolicy, bez szczegółowych informacji."
+#~ "Posiadając szerokość i długość geograficzną,"
+#~ " wyszukiwane będą miejsca (miasta i "
+#~ "dzielnice), których ID mogą być "
+#~ "określone w wywołaniu dla "
+#~ ":func:`update_status` tak by wyglądały jako"
+#~ " nazwa lokacji. To wywołanie dostarcza "
+#~ "szczegółowe informacje na temat lokacji; "
+#~ "funkcja :func:`nearby_places` powinna być "
+#~ "używana do zdobywania list miejscw "
+#~ "okolicy, bez szczegółowych informacji."
 
 #~ msgid "Utility methods"
 #~ msgstr "Metody Użyteczności"
@@ -3277,48 +4675,180 @@ msgstr ""
 #~ msgstr "Użyj tego punktu końcowego by wrzucić obraz na Twitter."
 
 #~ msgid ""
-#~ "The filename of the image to upload. This will automatically be opened unless ``file`` is specified."
-#~ msgstr "Nazwa pliku obrazu do wrzucenia. Jest automatycznie otwarte, chyba, że ``file`` jest określone."
+#~ "The filename of the image to "
+#~ "upload. This will automatically be "
+#~ "opened unless ``file`` is specified."
+#~ msgstr ""
+#~ "Nazwa pliku obrazu do wrzucenia. Jest"
+#~ " automatycznie otwarte, chyba, że ``file``"
+#~ " jest określone."
 
 #~ msgid ""
-#~ "A file object, which will be used instead of opening ``filename``. ``filename`` is still required, for "
-#~ "MIME type detection and to use as a form field in the POST data."
+#~ "A file object, which will be used"
+#~ " instead of opening ``filename``. "
+#~ "``filename`` is still required, for MIME"
+#~ " type detection and to use as a"
+#~ " form field in the POST data."
 #~ msgstr ""
-#~ "Obiekt pliku, który musi być użyty zamiast otwierania ``filename``. ``filename`` jest nadal wymagane "
-#~ "dla detekcji typu MIME oraz do użytwania pól formy w danych POST."
+#~ "Obiekt pliku, który musi być użyty "
+#~ "zamiast otwierania ``filename``. ``filename`` "
+#~ "jest nadal wymagane dla detekcji typu"
+#~ " MIME oraz do użytwania pól formy "
+#~ "w danych POST."
 
 #~ msgid ":mod:`tweepy.error` --- Exceptions"
 #~ msgstr ":mod:`tweepy.error` --- Wyjątki"
 
 #~ msgid ""
-#~ "The exceptions are available in the ``tweepy`` module directly, which means ``tweepy.error`` itself "
-#~ "does not need to be imported. For example, ``tweepy.error.TweepError`` is available as ``tweepy."
-#~ "TweepError``."
+#~ "The exceptions are available in the "
+#~ "``tweepy`` module directly, which means "
+#~ "``tweepy.error`` itself does not need to"
+#~ " be imported. For example, "
+#~ "``tweepy.error.TweepError`` is available as "
+#~ "``tweepy.TweepError``."
 #~ msgstr ""
-#~ "Wyjątki są dostępne bezpośrednio w module ``tweepy`` co oznacza, że ``tweepy.error`` sam w sobie nie "
-#~ "musi zostać zimportowany. Na przykład: ``tweepy.error.TweepError`` jest dostępny jako ``tweepy."
-#~ "TweepError``."
+#~ "Wyjątki są dostępne bezpośrednio w "
+#~ "module ``tweepy`` co oznacza, że "
+#~ "``tweepy.error`` sam w sobie nie musi"
+#~ " zostać zimportowany. Na przykład: "
+#~ "``tweepy.error.TweepError`` jest dostępny jako "
+#~ "``tweepy.TweepError``."
 
 #~ msgid "The main exception Tweepy uses. Is raised for a number of things."
 #~ msgstr "Główny wyjątek używany przez Tweepy. Pojawia się w różnych przypadkach."
 
 #~ msgid ""
-#~ "When a ``TweepError`` is raised due to an error Twitter responded with, the error code (`as described "
-#~ "in the API documentation <https://developer.twitter.com/en/docs/basics/response-codes>`_) can be "
-#~ "accessed at ``TweepError.response.text``. Note, however, that ``TweepError``\\ s also may be raised "
-#~ "with other things as message (for example plain error reason strings)."
+#~ "When a ``TweepError`` is raised due "
+#~ "to an error Twitter responded with, "
+#~ "the error code (`as described in "
+#~ "the API documentation "
+#~ "<https://developer.twitter.com/en/docs/basics/response-codes>`_)"
+#~ " can be accessed at "
+#~ "``TweepError.response.text``. Note, however, that"
+#~ " ``TweepError``\\ s also may be "
+#~ "raised with other things as message "
+#~ "(for example plain error reason "
+#~ "strings)."
 #~ msgstr ""
-#~ "Gdy podniesiony jest ``TweepError`` z powodu błedu, którym odpowiedział Twitter to kod błedu (`tak jak "
-#~ "jest to określone w dokumentacji API <https://developer.twitter.com/en/docs/basics/response-codes>`_) "
-#~ "może być znaleziony w ``TweepError.response.text``.. Uwaga: ``TweepError``\\ s może być także "
-#~ "podniesiony wraz z innymi rzeczami jako wiadomość (na przykład jako prosty błąd ciągów znaków powodu)."
+#~ "Gdy podniesiony jest ``TweepError`` z "
+#~ "powodu błedu, którym odpowiedział Twitter "
+#~ "to kod błedu (`tak jak jest to "
+#~ "określone w dokumentacji API "
+#~ "<https://developer.twitter.com/en/docs/basics/response-codes>`_)"
+#~ " może być znaleziony w "
+#~ "``TweepError.response.text``.. Uwaga: ``TweepError``\\ "
+#~ "s może być także podniesiony wraz "
+#~ "z innymi rzeczami jako wiadomość (na "
+#~ "przykład jako prosty błąd ciągów znaków"
+#~ " powodu)."
 
 #~ msgid ""
-#~ "Is raised when an API method fails due to hitting Twitter's rate limit. Makes for easy handling of the "
+#~ "Is raised when an API method fails"
+#~ " due to hitting Twitter's rate limit."
+#~ " Makes for easy handling of the "
 #~ "rate limit specifically."
 #~ msgstr ""
-#~ "Jest podniesione gdy metoda API nie działa ze względu na osiągnięcie limitu współczynników określonej "
-#~ "przez Twitter. Ułatwia to obsługę limitu współczynników."
+#~ "Jest podniesione gdy metoda API nie "
+#~ "działa ze względu na osiągnięcie limitu"
+#~ " współczynników określonej przez Twitter. "
+#~ "Ułatwia to obsługę limitu współczynników."
+
+#~ msgid ""
+#~ "Inherits from :exc:`TweepError`, so ``except"
+#~ " TweepError`` will catch a "
+#~ "``RateLimitError`` too."
+#~ msgstr ""
+#~ "Dziedziczy od :exc:`TweepError` więc ``except"
+#~ " TweepError`` też złapie ``RateLimitError``."
+
+#~ msgid ""
+#~ "This class provides a wrapper for "
+#~ "the API as provided by Twitter. "
+#~ "The functions provided in this class "
+#~ "are listed below."
+#~ msgstr ""
+#~ "Ta klasa dostarcza wrapper dla API "
+#~ "tak jak dostarczono to przez Twitter."
+#~ " Funkcje dostarczone w tej klasie są"
+#~ " zapisane poniżej."
+
+#~ msgid "list of :class:`Status` objects"
+#~ msgstr "lista obiektów :class:`Status`"
+
+#~ msgid ":class:`JSON` object"
+#~ msgstr "obiekt :class:`JSON`"
+
+#~ msgid ":class:`Status` object"
+#~ msgstr "obiekt :class:`Status`"
+
+#~ msgid "list of :class:`List` objects"
+#~ msgstr "lista obiektów :class:`List`"
+
+#~ msgid "list of :class:`User` objects"
+#~ msgstr "lista obiektów :class:`User`"
+
+#~ msgid ":class:`User` object if user is a member of list"
+#~ msgstr "obiekt :class:`User` jeżeli użytkownik jest członkiem listy"
+
+#~ msgid ":class:`User` object if user is subscribed to list"
+#~ msgstr "obiekt :class:`User` jeżeli użytkownik subskrybuje listę"
+
+#~ msgid "list of :class:`Relationship` objects"
+#~ msgstr "lista obiektów :class:`Relationship`"
+
+#~ msgid ":class:`User` object"
+#~ msgstr "obiekt :class:`User`"
+
+#~ msgid ":class:`User` object if credentials are valid, otherwise False"
+#~ msgstr "obiekt :class:`User` jeżeli dane są prawidłowe, w innym przypadku False"
+
+#~ msgid "list of :class:`SavedSearch` objects"
+#~ msgstr "lista obiektów :class:`SavedSearch`"
+
+#~ msgid ":class:`SavedSearch` object"
+#~ msgstr "obiekt :class:`SavedSearch`"
+
+#~ msgid "list of :class:`DirectMessage` objects"
+#~ msgstr "lista obiektów :class:`DirectMessage`"
+
+#~ msgid ":class:`Place` object"
+#~ msgstr "obiekt :class:`Place`"
+
+#~ msgid "list of :class:`Place` objects"
+#~ msgstr "lista obiektów :class:`Place`"
+
+#~ msgid "Get Twitter configuration details"
+#~ msgstr "Uzyskaj szczegóły konfiguracji Twittera"
+
+#~ msgid ""
+#~ "Returns the current configuration used "
+#~ "by Twitter including twitter.com slugs "
+#~ "which are not usernames, maximum photo"
+#~ " resolutions, and t.co shortened URL "
+#~ "length."
+#~ msgstr ""
+#~ "Zwraca aktualną konfigurację używaną przez "
+#~ "Twitter, w tym slug twitter.cm, które"
+#~ " nie są nazwami użytkowników, maksymalne"
+#~ " rozmiary zdjęcia oraz długość skróconego"
+#~ " URL."
+
+#~ msgid ""
+#~ "It is recommended applications request "
+#~ "this endpoint when they are loaded, "
+#~ "but no more than once a day."
+#~ msgstr ""
+#~ "Zalecane jest, aby aplikacje wysyłały "
+#~ "żądanie do tego punktu końcowego, gdy"
+#~ " są ładowane, ale nie częściej niż"
+#~ " raz dziennie."
+
+#~ msgid ""
+#~ "https://developer.twitter.com/en/docs/twitter-api/v1"
+#~ "/developer-utilities/configuration/api-reference/get-"
+#~ "help-configuration"
+#~ msgstr ""
+#~ "https://developer.twitter.com/en/docs/twitter-api/v1"
+#~ "/developer-utilities/configuration/api-reference/get-"
+#~ "help-configuration"
 
-#~ msgid "Inherits from :exc:`TweepError`, so ``except TweepError`` will catch a ``RateLimitError`` too."
-#~ msgstr "Dziedziczy od :exc:`TweepError` więc ``except TweepError`` też złapie ``RateLimitError``."
diff --git a/docs/locale/pl/LC_MESSAGES/asyncstream.po b/docs/locale/pl/LC_MESSAGES/asyncstream.po
new file mode 100644 (file)
index 0000000..1e47628
--- /dev/null
@@ -0,0 +1,364 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../asyncstream.rst:7
+msgid ":class:`tweepy.asynchronous.AsyncStream` --- Asynchronous Stream Reference"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:1
+msgid "Stream realtime Tweets asynchronously"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream
+#: tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.on_closed
+#: tweepy.asynchronous.streaming.AsyncStream.on_data
+#: tweepy.asynchronous.streaming.AsyncStream.on_delete
+#: tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message
+#: tweepy.asynchronous.streaming.AsyncStream.on_exception
+#: tweepy.asynchronous.streaming.AsyncStream.on_limit
+#: tweepy.asynchronous.streaming.AsyncStream.on_request_error
+#: tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo
+#: tweepy.asynchronous.streaming.AsyncStream.on_status
+#: tweepy.asynchronous.streaming.AsyncStream.on_status_withheld
+#: tweepy.asynchronous.streaming.AsyncStream.on_user_withheld
+#: tweepy.asynchronous.streaming.AsyncStream.on_warning
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Parameters"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:5
+msgid "Twitter API Consumer Key"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:7
+msgid "Twitter API Consumer Secret"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:9
+msgid "Twitter API Access Token"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:11
+msgid "Twitter API Access Token Secret"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:13
+msgid "Number of times to attempt to (re)connect the stream."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:15
+msgid "Proxy URL"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:20
+msgid "Aiohttp client session used to connect to the API"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream
+msgid "type"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:22
+msgid "Optional[aiohttp.ClientSession]"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:26
+#: tweepy.asynchronous.streaming.AsyncStream.filter:38
+#: tweepy.asynchronous.streaming.AsyncStream.sample:17
+msgid "The task running the stream"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:28
+msgid "Optional[asyncio.Task]"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:32
+msgid "User agent used when connecting to the API"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream:34
+msgid "str"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:1
+msgid "Filter realtime Tweets"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:3
+msgid ""
+"A list of user IDs, indicating the users to return statuses for in the "
+"stream. See https://developer.twitter.com/en/docs/twitter-api/v1/tweets"
+"/filter-realtime/guides/basic-stream-parameters for more information."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:7
+msgid ""
+"Keywords to track. Phrases of keywords are specified by a list. See "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:11
+msgid ""
+"Specifies a set of bounding boxes to track. See "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:15
+msgid ""
+"Setting this parameter to one of none, low, or medium will set the "
+"minimum value of the filter_level Tweet attribute required to be included"
+" in the stream. The default value is none, which includes all available "
+"Tweets.  When displaying a stream of Tweets to end users (dashboards or "
+"live feeds at a presentation or conference, for example) it is suggested "
+"that you set this value to medium."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:15
+msgid ""
+"Setting this parameter to one of none, low, or medium will set the "
+"minimum value of the filter_level Tweet attribute required to be included"
+" in the stream. The default value is none, which includes all available "
+"Tweets."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:20
+msgid ""
+"When displaying a stream of Tweets to end users (dashboards or live feeds"
+" at a presentation or conference, for example) it is suggested that you "
+"set this value to medium."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:24
+#: tweepy.asynchronous.streaming.AsyncStream.sample:3
+msgid ""
+"Setting this parameter to a comma-separated list of `BCP 47`_ language "
+"identifiers corresponding to any of the languages listed on Twitter’s "
+"`advanced search`_ page will only return Tweets that have been detected "
+"as being written in the specified languages. For example, connecting with"
+" language=en will only stream Tweets detected to be in the English "
+"language."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:31
+#: tweepy.asynchronous.streaming.AsyncStream.sample:10
+msgid ""
+"Specifies whether stall warnings should be delivered. See "
+"https://developer.twitter.com/en/docs/tweets/filter-realtime/guides"
+"/basic-stream-parameters for more information."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Raises"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:36
+msgid ""
+"When the stream is already connected or when the number of location     "
+"coordinates is not a multiple of 4"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Returns"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter
+#: tweepy.asynchronous.streaming.AsyncStream.sample
+msgid "Return type"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:42
+#: tweepy.asynchronous.streaming.AsyncStream.on_data:11
+#: tweepy.asynchronous.streaming.AsyncStream.sample:21
+msgid "References"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.filter:43
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/api-reference/post-statuses-filter"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.sample:1
+msgid "Sample realtime Tweets"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.sample:15
+msgid "When the stream is already connected"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.sample:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/sample-"
+"realtime/api-reference/get-statuses-sample"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.disconnect:1
+msgid "Disconnect the stream"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_closed:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_connect:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_connection_error:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_data:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_delete:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_disconnect:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_exception:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_keep_alive:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_limit:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_request_error:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_status:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_status_withheld:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_user_withheld:1
+#: tweepy.asynchronous.streaming.AsyncStream.on_warning:1
+msgid "|coroutine|"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_closed:3
+msgid "This is called when the stream has been closed by Twitter."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_closed:5
+msgid "The response from Twitter"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_connect:3
+msgid "This is called after successfully connecting to the streaming API."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_connection_error:3
+msgid "This is called when the stream connection errors or times out."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_disconnect:3
+msgid "This is called when the stream has disconnected."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_exception:3
+msgid "This is called when an unhandled exception occurs."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_exception:5
+msgid "The unhandled exception"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_keep_alive:3
+msgid "This is called when a keep-alive signal is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_request_error:3
+msgid "This is called when a non-200 HTTP status code is encountered."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_request_error:5
+msgid "The HTTP status code encountered"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_data:3
+msgid ""
+"This is called when raw data is received from the stream. This method "
+"handles sending the data to other methods, depending on the message type."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_data:7
+msgid "The raw data from the stream"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_data:12
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-"
+"realtime/guides/streaming-message-types"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status:3
+msgid "This is called when a status is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status:5
+msgid "The Status received"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_delete:3
+msgid "This is called when a status deletion notice is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_delete:5
+msgid "The ID of the deleted Tweet"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_delete:7
+msgid "The ID of the author of the Tweet"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message:3
+msgid "This is called when a disconnect message is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_disconnect_message:5
+msgid "The disconnect message"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_limit:3
+msgid "This is called when a limit notice is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_limit:5
+msgid ""
+"Total count of the number of undelivered Tweets since the connection was "
+"opened"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo:3
+msgid "This is called when a location deletion notice is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_scrub_geo:5
+msgid "The location deletion notice"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status_withheld:3
+msgid "This is called when a status withheld content notice is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_status_withheld:5
+msgid "The status withheld content notice"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_user_withheld:3
+msgid "This is called when a user withheld content notice is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_user_withheld:5
+msgid "The user withheld content notice"
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_warning:3
+msgid "This is called when a stall warning message is received."
+msgstr ""
+
+#: of tweepy.asynchronous.streaming.AsyncStream.on_warning:5
+msgid "The stall warning"
+msgstr ""
+
index 058cdf089fea753506b22291525dd030aadad672..83a77bd1bd46eb27b4203006d2d2602c26e4bed0 100644 (file)
@@ -2,9 +2,9 @@
 # This file is distributed under the same license as the Tweepy package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Tweepy-pl\n"
+"Project-Id-Version:  Tweepy-pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-15 22:51+0200\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
 "PO-Revision-Date: 2021-04-28 15:37+0200\n"
 "Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail.com>\n"
 "Language: pl\n"
@@ -12,719 +12,3206 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
 "(n%100<10 || n%100>=20) ? 1 : 2)\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.8.0\n"
-"X-Generator: Poedit 2.4.2\n"
+"Generated-By: Babel 2.9.1\n"
 
 #: ../../changelog.md:1
 msgid "Changelog"
 msgstr "Changelog"
 
 #: ../../changelog.md:4
+#, fuzzy
 msgid ""
-"These changelogs are also at https://github.com/tweepy/tweepy/releases as "
-"release notes."
+"These changelogs are also at <https://github.com/tweepy/tweepy/releases> "
+"as release notes."
 msgstr ""
-"Te changelogs są również dostępne na https://github.com/tweepy/tweepy/releases "
-"jako release notes."
+"Te changelogs są również dostępne na "
+"https://github.com/tweepy/tweepy/releases jako release notes."
 
 #: ../../changelog.md:6
+#, fuzzy
+msgid "Version 4.4.0"
+msgstr "Wersja 3.4.0"
+
+#: ../../changelog.md:8 ../../changelog.md:18 ../../changelog.md:30
+#: ../../changelog.md:46 ../../changelog.md:360 ../../changelog.md:453
+#: ../../changelog.md:476 ../../changelog.md:517 ../../changelog.md:548
+#: ../../changelog.md:564
+msgid "New Features / Improvements"
+msgstr "Nowe funkcje / Usprawnienia"
+
+#: ../../changelog.md:9
+msgid ""
+"Add support for List lookup with Twitter API v2 "
+"([0aa2366](https://github.com/tweepy/tweepy/commit/0aa2366a875464756507abf42709a3db676f4cee))"
+msgstr ""
+
+#: ../../changelog.md:10
+msgid ""
+"Add `Client.get_space_buyers` "
+"([8bf58ca](https://github.com/tweepy/tweepy/commit/8bf58ca5754f72292d1d86367a02778af7a44f20))"
+msgstr ""
+
+#: ../../changelog.md:11
+msgid ""
+"Add `Space.ended_at` and `Space.topic_ids` "
+"([c89a233](https://github.com/tweepy/tweepy/commit/c89a233a96142ce01ecd5e1372c3fdce45c6601f))"
+msgstr ""
+
+#: ../../changelog.md:13 ../../changelog.md:40 ../../changelog.md:59
+#: ../../changelog.md:434 ../../changelog.md:467 ../../changelog.md:510
+#: ../../changelog.md:537 ../../changelog.md:557 ../../changelog.md:573
+#: ../../changelog.md:588 ../../changelog.md:601
+msgid "Bug Fixes"
+msgstr "Naprawa błędów"
+
+#: ../../changelog.md:14
+msgid ""
+"Remove erroneous `Space.__str__` "
+"([ebb4bfd](https://github.com/tweepy/tweepy/commit/ebb4bfdd4033e9a8ee257ab244381e1a8fdb2984))"
+msgstr ""
+
+#: ../../changelog.md:16
+#, fuzzy
+msgid "Version 4.3.0"
+msgstr "Wersja 3.3.0"
+
+#: ../../changelog.md:19
+msgid ""
+"Add support for managing Tweets with Twitter API v2 "
+"([7884e3a](https://github.com/tweepy/tweepy/commit/7884e3a7253d9a821ff46160ec0d3811f299327f))"
+msgstr ""
+
+#: ../../changelog.md:21 ../../changelog.md:67 ../../changelog.md:430
+msgid "Misc"
+msgstr ""
+
+#: ../../changelog.md:22
+msgid ""
+"Document `HTTPException` attributes "
+"([c62c31a](https://github.com/tweepy/tweepy/commit/c62c31a0f3574e04b6e2f5996b90b5c1b5917485))"
+msgstr ""
+
+#: ../../changelog.md:23
+msgid ""
+"Add table to documentation mapping `Client` methods to Twitter API v2 "
+"endpoints "
+"([0572b03](https://github.com/tweepy/tweepy/commit/0572b03b7fe1a2384951ebc2c0002f9d8bd6b68a))"
+msgstr ""
+
+#: ../../changelog.md:24
+msgid "Add and improve examples"
+msgstr ""
+
+#: ../../changelog.md:25
+msgid "Revamp examples page in documentation"
+msgstr ""
+
+#: ../../changelog.md:26 ../../changelog.md:35 ../../changelog.md:71
+#: ../../changelog.md:431
+#, fuzzy
+msgid "Update and improve various documentation and tests"
+msgstr "Zaktualizowanie i poprawa dokumentacji"
+
+#: ../../changelog.md:28
+#, fuzzy
+msgid "Version 4.2.0"
+msgstr "Wersja 3.2.0"
+
+#: ../../changelog.md:31
+msgid ""
+"Add support for managing lists with Twitter API v2 "
+"([b1342bf](https://github.com/tweepy/tweepy/commit/b1342bfc998bee334437f2b7a8d2aef4df7c3838))"
+msgstr ""
+
+#: ../../changelog.md:32
+msgid ""
+"Rename `Client.follow` and `Client.unfollow` to `Client.follow_user` and "
+"`Client.unfollow_user`, respectively "
+"([8f8de15](https://github.com/tweepy/tweepy/commit/8f8de15e13f11d042a521d2adae24d0c09fa2098))"
+msgstr ""
+
+#: ../../changelog.md:33
+msgid "`Client.follow` and `Client.unfollow` are kept as deprecated aliases"
+msgstr ""
+
+#: ../../changelog.md:34
+msgid "Add FAQ section in documentation"
+msgstr ""
+
+#: ../../changelog.md:37
+msgid "Twitter API Changes"
+msgstr ""
+
+#: ../../changelog.md:38
+msgid ""
+"Change `state` to optional parameter for `Client.search_spaces` "
+"([e61d5d6](https://github.com/tweepy/tweepy/commit/e61d5d6f017db7f28871331b515fcfd87666f352))"
+msgstr ""
+
+#: ../../changelog.md:41
+msgid ""
+"Fix parsing of datetime strings for API v2 models with Python 3.6 "
+"([5bf2446](https://github.com/tweepy/tweepy/commit/5bf24464b00257a9fa5f66047a2f7815c1e4f8fb))"
+msgstr ""
+
+#: ../../changelog.md:42
+msgid ""
+"Fix models missing an `API` instance attribute when using `Cursor` with "
+"pagination by ID "
+"([451e921](https://github.com/tweepy/tweepy/commit/451e921210677ee0a618849f189bdfeea497a00c))"
+msgstr ""
+
+#: ../../changelog.md:44
+#, fuzzy
+msgid "Version 4.1.0"
+msgstr "Wersja 3.1.0"
+
+#: ../../changelog.md:47
+msgid ""
+"Add support for Python 3.10 "
+"([229b738](https://github.com/tweepy/tweepy/commit/229b73858c93bd5997385445f522816c374d41ea))"
+msgstr ""
+
+#: ../../changelog.md:48
+msgid "Update minimum dev requirement version for tox to 3.14.0"
+msgstr ""
+
+#: ../../changelog.md:49
+msgid ""
+"Add support for Spaces "
+"([5c68892](https://github.com/tweepy/tweepy/commit/5c688922cf0f8e89d401ea5108b06aaa8c12d71b))"
+msgstr ""
+
+#: ../../changelog.md:50
+msgid "Add `Space` model"
+msgstr ""
+
+#: ../../changelog.md:51
+msgid "Add `Client.search_spaces`, `Client.get_spaces`, and `Client.get_space`"
+msgstr ""
+
+#: ../../changelog.md:52
+msgid ""
+"Add support for batch compliance "
+"([6ca75e1](https://github.com/tweepy/tweepy/commit/6ca75e1b69a1085ac43215b30fc8269b91faa790))"
+msgstr ""
+
+#: ../../changelog.md:53
+msgid ""
+"Add `Client.get_compliance_jobs`, `Client.get_compliance_job`, and "
+"`Client.create_compliance_job`"
+msgstr ""
+
+#: ../../changelog.md:54
+msgid ""
+"Add `Client.get_muted` "
+"([00cdab8](https://github.com/tweepy/tweepy/commit/00cdab8a86b98c6b02636fd511700fc73653e006))"
+msgstr ""
+
+#: ../../changelog.md:55
+#, fuzzy
+msgid "Minor documentation corrections"
+msgstr "Dodanie dokumentacji dla rozszerzonych Tweetów"
+
+#: ../../changelog.md:57
+#, fuzzy
+msgid "Version 4.0.1"
+msgstr "Wersja 3.4.0"
+
+#: ../../changelog.md:60
+msgid ""
+"Fix handling of strings passed as fields parameters for `Client` methods "
+"([d61a5d9](https://github.com/tweepy/tweepy/commit/d61a5d9f52a9d9ee3f40d23515d6ffd1f2a02e14))"
+msgstr ""
+
+#: ../../changelog.md:61
+msgid ""
+"Include unexpected parameters passed to `Client` methods in Twitter API "
+"request "
+"([618d1c2](https://github.com/tweepy/tweepy/commit/618d1c25c7743443686f27006f558f4d78972da3))"
+msgstr ""
+
+#: ../../changelog.md:62
+msgid "This future-proofs for new endpoint parameters"
+msgstr ""
+
+#: ../../changelog.md:63
+msgid ""
+"Stop checking parameter names when converting parameters passed to "
+"`Client` methods from datetimes to strings "
+"([1320a37](https://github.com/tweepy/tweepy/commit/1320a3709b1683cb32b69abdaa9e7e120b6ed59c))"
+msgstr ""
+
+#: ../../changelog.md:64
+msgid ""
+"This future-proofs for new endpoint parameters besides `start_time` and "
+"`end_time` that accept datetimes"
+msgstr ""
+
+#: ../../changelog.md:65
+msgid ""
+"Handle simplejson being installed when handling `JSONDecodeError` in "
+"`HTTPException` "
+"([586c162](https://github.com/tweepy/tweepy/commit/586c1621f71c9569c17b6bdbee99a7c238bb301d))"
+msgstr ""
+
+#: ../../changelog.md:68
+msgid ""
+"Update documentation requirements "
+"([3fa38b6](https://github.com/tweepy/tweepy/commit/3fa38b6b949fb85c434f4aec9c54327d80027c12),"
+" "
+"[388e2f6](https://github.com/tweepy/tweepy/commit/388e2f6c5167cd9fd6669d05d2e15ea00cdea805),"
+" "
+"[4315ab0](https://github.com/tweepy/tweepy/commit/4315ab07c382c92e177cde7232085dfd4828b50e))"
+msgstr ""
+
+#: ../../changelog.md:69
+msgid ""
+"Remove nose usage from tests "
+"([b4c06a4](https://github.com/tweepy/tweepy/commit/b4c06a4bb7800026809cfabf69565845dbc00923))"
+msgstr ""
+
+#: ../../changelog.md:70
+msgid ""
+"Remove mock and nose from tests extra and requirements "
+"([0f071fd](https://github.com/tweepy/tweepy/commit/0f071fd2dbbbb5eb7efccc16a8121eb22ebabf12),"
+" "
+"[b4c06a4](https://github.com/tweepy/tweepy/commit/b4c06a4bb7800026809cfabf69565845dbc00923))"
+msgstr ""
+
+#: ../../changelog.md:73
+#, fuzzy
+msgid "Version 4.0.0"
+msgstr "Wersja 3.10.0"
+
+#: ../../changelog.md:76
+#, fuzzy
+msgid "Major New Features / Improvements"
+msgstr "Nowe funkcje / Usprawnienia"
+
+#: ../../changelog.md:77
+msgid ""
+"Support Twitter API v2 "
+"([#1472](https://github.com/tweepy/tweepy/issues/1472), "
+"[#1535](https://github.com/tweepy/tweepy/pull/1535))"
+msgstr ""
+
+#: ../../changelog.md:78
+msgid "Replace API v1.1 models in package namespace"
+msgstr ""
+
+#: ../../changelog.md:80
+msgid ""
+"Rework media uploading "
+"([#640](https://github.com/tweepy/tweepy/issues/640), "
+"[#1486](https://github.com/tweepy/tweepy/pull/1486), "
+"[#1501](https://github.com/tweepy/tweepy/issues/1501))"
+msgstr ""
+
+#: ../../changelog.md:82
+msgid ""
+"Support asynchronous streaming "
+"([#732](https://github.com/tweepy/tweepy/issues/732), "
+"[#1491](https://github.com/tweepy/tweepy/pull/1491))"
+msgstr ""
+
+#: ../../changelog.md:84
+msgid "Rework `API`"
+msgstr ""
+
+#: ../../changelog.md:85
+msgid "Replace `bind_api` and `APIMethod` with `API.request`"
+msgstr ""
+
+#: ../../changelog.md:86
+msgid "Stop using property decorators for `API` methods"
+msgstr ""
+
+#: ../../changelog.md:87
+msgid "Use `pagination` decorator"
+msgstr ""
+
+#: ../../changelog.md:88
+msgid ""
+"Add `requests.Session` instance as `API.session` attribute "
+"([2f28757](https://github.com/tweepy/tweepy/commit/2f28757fc3f060d14ce4e42a8ca441cd172fd8e5))"
+msgstr ""
+
+#: ../../changelog.md:89
+msgid ""
+"Initialize a single `requests.Session` instance per `API` instance, "
+"rather than for each request"
+msgstr ""
+
+#: ../../changelog.md:90
+msgid ""
+"Log warning when API.request is passed an unexpected keyword argument "
+"that isn't an endpoint parameter "
+"([c82d7ac](https://github.com/tweepy/tweepy/commit/c82d7ac1789ee9f3f1bdc2b0743376f518cdb0de))"
+msgstr ""
+
+#: ../../changelog.md:91
+msgid ""
+"Rename allowed parameters (`allowed_param`) to endpoint parameters "
+"(`endpoint_parameters`) "
+"([b4fc6a0](https://github.com/tweepy/tweepy/commit/b4fc6a09a1f8942f000d97a182368ba1e9b8f7f5))"
+msgstr ""
+
+#: ../../changelog.md:92
+msgid "Rename methods and method parameters (see Breaking Changes section)"
+msgstr ""
+
+#: ../../changelog.md:93
+msgid "Require parameters for methods (see Breaking Changes section)"
+msgstr ""
+
+#: ../../changelog.md:94
+msgid ""
+"Stop allowing arbitrary positional arguments for methods (see Breaking "
+"Changes section)"
+msgstr ""
+
+#: ../../changelog.md:95
+msgid ""
+"Remove unnecessary attributes and parameters (see Breaking Changes "
+"section)"
+msgstr ""
+
+#: ../../changelog.md:96
+msgid "Improve, optimize, and simplify `API.request` and other `API` methods"
+msgstr ""
+
+#: ../../changelog.md:98
+msgid "Rework streaming"
+msgstr ""
+
+#: ../../changelog.md:99
+msgid ""
+"`StreamListener` has been merged into `Stream` (see Breaking Changes "
+"section)"
+msgstr ""
+
+#: ../../changelog.md:100
+msgid ""
+"`Stream` data/event handling methods (i.e. those starting with `on_`) now"
+" log by default and disregard return values"
+msgstr ""
+
+#: ../../changelog.md:101
+msgid ""
+"Allow the stream to disconnect when any line of data is received, "
+"including keep-alive signals "
+"([#773](https://github.com/tweepy/tweepy/issues/773), "
+"[#897](https://github.com/tweepy/tweepy/issues/897))"
+msgstr ""
+
+#: ../../changelog.md:102
+msgid ""
+"Remove, rename, and replace attributes, methods, and parameters (see "
+"Breaking Changes section)"
+msgstr ""
+
+#: ../../changelog.md:103
+msgid "Improve, optimize, and simplify `Stream`"
+msgstr ""
+
+#: ../../changelog.md:105
+msgid "Rework documentation"
+msgstr ""
+
+#: ../../changelog.md:106
+msgid "Automatically use docstrings for documentation"
+msgstr ""
+
+#: ../../changelog.md:107
+msgid "Use NumPy style docstrings"
+msgstr ""
+
+#: ../../changelog.md:108
+msgid "Use Intersphinx linking"
+msgstr ""
+
+#: ../../changelog.md:109
+msgid "Add tooltips for cross references using sphinx-hoverxref"
+msgstr ""
+
+#: ../../changelog.md:110
+msgid ""
+"Document `Stream` "
+"([18a6059](https://github.com/tweepy/tweepy/commit/18a6059e7980de7759be126ffe39836494cc4f23))"
+msgstr ""
+
+#: ../../changelog.md:111
+msgid ""
+"Document models "
+"([0724060](https://github.com/tweepy/tweepy/commit/07240603b2fc64c6433d8fbe9e1e8db47a9f1cfe),"
+" "
+"[78a0c22](https://github.com/tweepy/tweepy/commit/78a0c22fb67ca3d190e9dd95baab142aa2960ff9))"
+msgstr ""
+
+#: ../../changelog.md:112
+msgid ""
+"Document pagination "
+"([695d531](https://github.com/tweepy/tweepy/commit/695d531064277978d44f78387a3edb3d29fb6f25),"
+" "
+"[652fece](https://github.com/tweepy/tweepy/commit/652fece7f78f90ea11f206b4a045a2450db42cc9))"
+msgstr ""
+
+#: ../../changelog.md:113
+msgid ""
+"Add table for `API` documentation "
+"([6db8e4c](https://github.com/tweepy/tweepy/commit/6db8e4c06d20f6ad7bdfade7b44b13ac45dd51c0))"
+msgstr ""
+
+#: ../../changelog.md:114
+msgid ""
+"Separate documentation for exceptions "
+"([8a831b1](https://github.com/tweepy/tweepy/commit/8a831b16f1bd1288781bc924fe82397decd93b3d))"
+msgstr ""
+
+#: ../../changelog.md:115
+msgid ""
+"Move changelog to documentation "
+"([fc98629](https://github.com/tweepy/tweepy/commit/fc9862963702eb02f33106ca13110b369ee86e47))"
+msgstr ""
+
+#: ../../changelog.md:116
+#, fuzzy
+msgid "Update, improve, and organize documentation"
+msgstr "Zaktualizowanie i poprawa dokumentacji"
+
+#: ../../changelog.md:118
+msgid "Rework exceptions"
+msgstr ""
+
+#: ../../changelog.md:119
+msgid ""
+"Replace `TweepError` with `TweepyException` "
+"([5c39cd1](https://github.com/tweepy/tweepy/commit/5c39cd159ef761500f3cb0292a3da40d5e250417))"
+" and `HTTPException` "
+"([#599](https://github.com/tweepy/tweepy/issues/599))"
+msgstr ""
+
+#: ../../changelog.md:120
+msgid ""
+"Replace `RateLimitError` with `TooManyRequests` "
+"([cd5f696](https://github.com/tweepy/tweepy/commit/cd5f696d09530f86ac0edf1ec0fe0a02578a3920))"
+msgstr ""
+
+#: ../../changelog.md:121
+msgid ""
+"Remove `Parser.parse_error` "
+"([cd5f696](https://github.com/tweepy/tweepy/commit/cd5f696d09530f86ac0edf1ec0fe0a02578a3920))"
+msgstr ""
+
+#: ../../changelog.md:122
+msgid ""
+"Add `NotFound` "
+"([2d84b27](https://github.com/tweepy/tweepy/commit/2d84b270408944e784b32199faa09fb553f6250d))"
+msgstr ""
+
+#: ../../changelog.md:123
+msgid ""
+"Add `Unauthorized` "
+"([3ffec76](https://github.com/tweepy/tweepy/commit/3ffec76039a9552b1b90a11d3774ccc90793c33d))"
+msgstr ""
+
+#: ../../changelog.md:124
+msgid ""
+"Add `Forbidden` "
+"([4a9bc58](https://github.com/tweepy/tweepy/commit/4a9bc58f1006c1b2b1310d4a6cd821e23d9c8c79))"
+msgstr ""
+
+#: ../../changelog.md:125
+msgid ""
+"Add `BadRequest` "
+"([3da5ede](https://github.com/tweepy/tweepy/commit/3da5edeffcab5796949c0c346b0bc187f69a6874))"
+msgstr ""
+
+#: ../../changelog.md:126
+msgid ""
+"Add `TwitterServerError` "
+"([b443557](https://github.com/tweepy/tweepy/commit/b443557e79258ab99239cc4b910bac176a0d9b60))"
+msgstr ""
+
+#: ../../changelog.md:128
+msgid "Breaking Changes"
+msgstr ""
+
+#: ../../changelog.md:129
+msgid ""
+"Drop support for Python 2 "
+"([#1253](https://github.com/tweepy/tweepy/issues/1253), "
+"[#1482](https://github.com/tweepy/tweepy/pull/1482))"
+msgstr ""
+
+#: ../../changelog.md:130
+msgid ""
+"Drop support for Python 3.5 "
+"([#1487](https://github.com/tweepy/tweepy/pull/1487))"
+msgstr ""
+
+#: ../../changelog.md:132
+msgid "`API`"
+msgstr ""
+
+#: ../../changelog.md:133
+msgid "Rename `API` and `models` methods"
+msgstr ""
+
+#: ../../changelog.md:134
+msgid ""
+"`API.blocks` -> `API.get_blocks` "
+"([9541794](https://github.com/tweepy/tweepy/commit/9541794b5dd9a3617247c0cd5efdcd082b5e7275))"
+msgstr ""
+
+#: ../../changelog.md:135
+msgid ""
+"`API.blocks_ids` -> `API.get_blocked_ids` "
+"([e241ca4](https://github.com/tweepy/tweepy/commit/e241ca4bb44acc0def9db390ddf10cf7f9fc37e6))"
+msgstr ""
+
+#: ../../changelog.md:136
+msgid ""
+"`API.destroy_direct_message` -> `API.delete_direct_message` "
+"([2731fc9](https://github.com/tweepy/tweepy/commit/2731fc98fc7298425d8208d0184a60418af02ca9))"
+msgstr ""
+
+#: ../../changelog.md:137
+msgid ""
+"`DirectMessage.destroy` -> `DirectMessage.delete` "
+"([2731fc9](https://github.com/tweepy/tweepy/commit/2731fc98fc7298425d8208d0184a60418af02ca9))"
+msgstr ""
+
+#: ../../changelog.md:138
+msgid ""
+"`API.favorites` -> `API.get_favorites` "
+"([3c467da](https://github.com/tweepy/tweepy/commit/3c467da810f8ffdf5d7d05244d586897ed1ed547))"
+msgstr ""
+
+#: ../../changelog.md:139
+msgid ""
+"`API.followers` -> `API.get_followers` "
+"([ce768d9](https://github.com/tweepy/tweepy/commit/ce768d974ae7c4b907aeff580728b1045c2d85d2))"
+msgstr ""
+
+#: ../../changelog.md:140
+msgid ""
+"`API.followers_ids` -> `API.get_follower_ids` "
+"([fa5e7c4](https://github.com/tweepy/tweepy/commit/fa5e7c4bb08b775e21e52da4e7e65b61eb7bc038))"
+msgstr ""
+
+#: ../../changelog.md:141
+msgid ""
+"`models.User.followers_ids` -> `models.User.follower_ids` "
+"([fa5e7c4](https://github.com/tweepy/tweepy/commit/fa5e7c4bb08b775e21e52da4e7e65b61eb7bc038))"
+msgstr ""
+
+#: ../../changelog.md:142
+msgid ""
+"`API.friends` -> `API.get_friends` "
+"([6f3fccb](https://github.com/tweepy/tweepy/commit/6f3fccb95917535586efa660f9cf9c851e3e4e02))"
+msgstr ""
+
+#: ../../changelog.md:143
+msgid ""
+"`API.friends_ids` -> `API.get_friend_ids` "
+"([bab3e5e](https://github.com/tweepy/tweepy/commit/bab3e5e9eee57583298fe64ab1ab0e37edf12344))"
+msgstr ""
+
+#: ../../changelog.md:144
+msgid ""
+"`API.friendships_incoming` -> `API.incoming_friendships` "
+"([007bd07](https://github.com/tweepy/tweepy/commit/007bd07536d1e0dfd5a5b5967943acffb77f24f4))"
+msgstr ""
+
+#: ../../changelog.md:145
+msgid ""
+"`API.friendships_outgoing` -> `API.outgoing_friendships` "
+"([1400065](https://github.com/tweepy/tweepy/commit/1400065bb4980ec1b3934f68173e63acffc970e2))"
+msgstr ""
+
+#: ../../changelog.md:146
+msgid ""
+"`API.geo_search` -> `API.search_geo` "
+"([6f4fb39](https://github.com/tweepy/tweepy/commit/6f4fb39b1c88cc019e7e5d66f1c29b781568c622))"
+msgstr ""
+
+#: ../../changelog.md:147
+msgid ""
+"`API.list_direct_messages` -> `API.get_direct_messages` "
+"([ff1186f](https://github.com/tweepy/tweepy/commit/ff1186f80b2dbb7f5e4ed3669d90db300e8de36d))"
+msgstr ""
+
+#: ../../changelog.md:148
+msgid ""
+"`API.list_members` -> `API.get_list_members` "
+"([5845f02](https://github.com/tweepy/tweepy/commit/5845f023b74b309aa12c50844bdd586bd3e30dde))"
+msgstr ""
+
+#: ../../changelog.md:149
+msgid ""
+"`API.list_subscribers` -> `API.get_list_subscribers` "
+"([a05b630](https://github.com/tweepy/tweepy/commit/a05b630973d4ac7e642f827f03ce01bc8e5b9ef8))"
+msgstr ""
+
+#: ../../changelog.md:150
+msgid ""
+"`API.lists_all` -> `API.get_lists` "
+"([458e0e8](https://github.com/tweepy/tweepy/commit/458e0e8275693bb557f2a21e1f75be92adae0d00))"
+msgstr ""
+
+#: ../../changelog.md:151
+msgid ""
+"`API.lists_memberships` -> `API.get_list_memberships` "
+"([9dddc12](https://github.com/tweepy/tweepy/commit/9dddc1262d9d043df9201ddda39002d111d035fe))"
+msgstr ""
+
+#: ../../changelog.md:152
+msgid ""
+"`models.User.lists_memberships` -> `models.User.list_memberships` "
+"([9dddc12](https://github.com/tweepy/tweepy/commit/9dddc1262d9d043df9201ddda39002d111d035fe))"
+msgstr ""
+
+#: ../../changelog.md:153
+msgid ""
+"`API.lists_subscriptions` -> `API.get_list_subscriptions` "
+"([51945a7](https://github.com/tweepy/tweepy/commit/51945a7124e6ce68b294c97340a6ec803cd02da9))"
+msgstr ""
+
+#: ../../changelog.md:154
+msgid ""
+"`models.User.lists_subscriptions` -> `models.User.list_subscriptions` "
+"([51945a7](https://github.com/tweepy/tweepy/commit/51945a7124e6ce68b294c97340a6ec803cd02da9))"
+msgstr ""
+
+#: ../../changelog.md:155
+msgid ""
+"`API.mutes` -> `API.get_mutes` "
+"([744edc2](https://github.com/tweepy/tweepy/commit/744edc245f856e3fc69401db8185b820c0219f6f))"
+msgstr ""
+
+#: ../../changelog.md:156
+msgid ""
+"`API.mutes_ids` -> `API.get_muted_ids` "
+"([ea26a29](https://github.com/tweepy/tweepy/commit/ea26a296639e7a42d81b9f84a236a82e4915d434))"
+msgstr ""
+
+#: ../../changelog.md:157
+msgid ""
+"`API.retweeters` -> `API.get_retweeter_ids` "
+"([588c342](https://github.com/tweepy/tweepy/commit/588c34243fe2b12d72f66f0d31312c7452610ec8))"
+msgstr ""
+
+#: ../../changelog.md:158
+msgid ""
+"`API.retweets` -> `API.get_retweets` "
+"([3b3ba24](https://github.com/tweepy/tweepy/commit/3b3ba2494743b894a44539247fd7e5b7839c90aa))"
+msgstr ""
+
+#: ../../changelog.md:159
+msgid ""
+"`API.retweets_of_me` -> `API.get_retweets_of_me` "
+"([737bd0b](https://github.com/tweepy/tweepy/commit/737bd0b725e5d33009e63eb040b5cb369214d7f0))"
+msgstr ""
+
+#: ../../changelog.md:160
+msgid ""
+"`API.saved_searches` -> `API.get_saved_searches` "
+"([8b39f74](https://github.com/tweepy/tweepy/commit/8b39f748c91e3363cd35c3313563d43f1da25939))"
+msgstr ""
+
+#: ../../changelog.md:161
+msgid ""
+"`API.search` -> `API.search_tweets` "
+"([7fac253](https://github.com/tweepy/tweepy/commit/7fac25379d51174408f0a361c22d8649437a0255))"
+msgstr ""
+
+#: ../../changelog.md:162
+msgid ""
+"`API.show_friendship` -> `API.get_friendship` "
+"([ee9ea2e](https://github.com/tweepy/tweepy/commit/ee9ea2e4513db4d1d627a8815008cb8c71769949))"
+msgstr ""
+
+#: ../../changelog.md:163
+msgid ""
+"`API.show_list_member` -> `API.get_list_member` "
+"([431ab15](https://github.com/tweepy/tweepy/commit/431ab15b846706dbd30387412aa601ba9f3810ab))"
+msgstr ""
+
+#: ../../changelog.md:164
+msgid ""
+"`API.show_list_subscriber` -> `API.get_list_subscriber` "
+"([bf26301](https://github.com/tweepy/tweepy/commit/bf26301bb5fa22cc6d52ebb41ed7fe63c5a33768))"
+msgstr ""
+
+#: ../../changelog.md:165
+msgid ""
+"`API.statuses_lookup` -> `API.lookup_statuses` "
+"([#477](https://github.com/tweepy/tweepy/issues/477))"
+msgstr ""
+
+#: ../../changelog.md:166
+msgid ""
+"`API.trends_available` -> `API.available_trends` "
+"([68b33d7](https://github.com/tweepy/tweepy/commit/68b33d7ea70bb9c2f7efc384482b3eb6af0807fa))"
+msgstr ""
+
+#: ../../changelog.md:167
+msgid ""
+"`API.trends_closest` -> `API.closest_trends` "
+"([2e18162](https://github.com/tweepy/tweepy/commit/2e181628ba97ec1252039439d1daccb9df93e565))"
+msgstr ""
+
+#: ../../changelog.md:168
+msgid ""
+"`API.trends_place` -> `API.get_place_trends` "
+"([4912a7c](https://github.com/tweepy/tweepy/commit/4912a7c33420099663015325a0b758926892eb8a))"
+msgstr ""
+
+#: ../../changelog.md:169
+msgid ""
+"`API.update_with_media` -> `API.update_status_with_media` "
+"([0a5e533](https://github.com/tweepy/tweepy/commit/0a5e533a10c87163e847a0086358a6b0224da7ff))"
+msgstr ""
+
+#: ../../changelog.md:170
+msgid "Rename `API` method parameters"
+msgstr ""
+
+#: ../../changelog.md:171
+msgid ""
+"`API.geo_id`: `id` -> `place_id` "
+"([78051e8](https://github.com/tweepy/tweepy/commit/78051e8a67b50cec5cacf53e0f9b315a53e16c4c))"
+msgstr ""
+
+#: ../../changelog.md:172
+msgid ""
+"`API.lookup_friendships`: `screen_names` -> `screen_name` "
+"([4573b35](https://github.com/tweepy/tweepy/commit/4573b35611c8d8391373d579ccb0fe2eb6e3800b)),"
+" `user_ids` -> `user_id` "
+"([3bcccf8](https://github.com/tweepy/tweepy/commit/3bcccf8a1f03e7e35ed05cd4f0ef8f43b6e51b33))"
+msgstr ""
+
+#: ../../changelog.md:173
+msgid ""
+"`API.lookup_statuses`: `id_` -> `id` "
+"([f13a34b](https://github.com/tweepy/tweepy/commit/f13a34bf2309c3696fb050b8f3bac9fe1fa0b6cc))"
+msgstr ""
+
+#: ../../changelog.md:174
+msgid ""
+"`API.lookup_users`: `screen_names` -> `screen_name` "
+"([17a2e7c](https://github.com/tweepy/tweepy/commit/17a2e7cdbbea19b8630870267a92e08e9365e29d)),"
+" `user_ids` -> `user_id` "
+"([e7d9e55](https://github.com/tweepy/tweepy/commit/e7d9e557f2611065cfed50dbd2fcf529f9146d65))"
+msgstr ""
+
+#: ../../changelog.md:175
+msgid ""
+"`API.search_30_day`: `environment_name` -> `label` "
+"([6c66c60](https://github.com/tweepy/tweepy/commit/6c66c603c42c609b00f923ea2ce72c1e975c5462))"
+msgstr ""
+
+#: ../../changelog.md:176
+msgid ""
+"`API.search_full_archive`: `environment_name` -> `label` "
+"([295bfe4](https://github.com/tweepy/tweepy/commit/295bfe45ed056e94fc7055eb83aea9fcac5dddcb))"
+msgstr ""
+
+#: ../../changelog.md:177
+msgid ""
+"`API.update_profile_image`: `file_` -> `file` "
+"([69f6c1d](https://github.com/tweepy/tweepy/commit/69f6c1d1302f0d5118ce2d288f76e7d8ffdac8c0))"
+msgstr ""
+
+#: ../../changelog.md:178
+msgid "Require `API` method parameters"
+msgstr ""
+
+#: ../../changelog.md:179
+msgid ""
+"`API.closest_trends`: `lat`, `long` "
+"([75b9616](https://github.com/tweepy/tweepy/commit/75b9616d3206967b71902e491d662b6eea5d6fe2))"
+msgstr ""
+
+#: ../../changelog.md:180
+msgid ""
+"`API.create_favorite`: `id` "
+"([d3d2abe](https://github.com/tweepy/tweepy/commit/d3d2abec91f678d660f53af259fe9ebce7ff5a11))"
+msgstr ""
+
+#: ../../changelog.md:181
+msgid ""
+"`API.create_list`: `name` "
+"([5e7385a](https://github.com/tweepy/tweepy/commit/5e7385a02e67178bb62c914998d8e0b7cb40714a))"
+msgstr ""
+
+#: ../../changelog.md:182
+msgid ""
+"`API.create_saved_search`: `query` "
+"([c57a4be](https://github.com/tweepy/tweepy/commit/c57a4bef48a41165196dcbc0e2013d5718ee52a1))"
+msgstr ""
+
+#: ../../changelog.md:183
+msgid ""
+"`API.delete_direct_message`: `id` "
+"([bcb56ab](https://github.com/tweepy/tweepy/commit/bcb56abce37d4252080fca6df796b7fc3dd2ae76))"
+msgstr ""
+
+#: ../../changelog.md:184
+msgid ""
+"`API.destroy_favorite`: `id` "
+"([a9d41b6](https://github.com/tweepy/tweepy/commit/a9d41b6e499a07dfbcb4146ba98b44d77796efa8))"
+msgstr ""
+
+#: ../../changelog.md:185
+msgid ""
+"`API.get_direct_message`: `id` "
+"([f5775ee](https://github.com/tweepy/tweepy/commit/f5775ee4436e3c8ba040882803d1b3ea261313be))"
+msgstr ""
+
+#: ../../changelog.md:186
+msgid ""
+"`API.get_oembed`: `url` "
+"([af0cc51](https://github.com/tweepy/tweepy/commit/af0cc51b1f41a37d6b325596d0fa2c738a29efcf))"
+msgstr ""
+
+#: ../../changelog.md:187
+msgid ""
+"`API.get_place_trends`: `id` "
+"([c50f540](https://github.com/tweepy/tweepy/commit/c50f5405abf8161c88e13395c61b6b188540f6f9))"
+msgstr ""
+
+#: ../../changelog.md:188
+msgid ""
+"`API.get_retweeter_ids`: `id` "
+"([66f6704](https://github.com/tweepy/tweepy/commit/66f6704472eba01321fdb36d8991e3497967ad89))"
+msgstr ""
+
+#: ../../changelog.md:189
+msgid ""
+"`API.get_status`: `id` "
+"([bac73c3](https://github.com/tweepy/tweepy/commit/bac73c3f1418ad3ce15524c4a9024c57ec70d12b))"
+msgstr ""
+
+#: ../../changelog.md:190
+msgid ""
+"`API.reverse_geocode`: `lat`, `long` "
+"([87d8646](https://github.com/tweepy/tweepy/commit/87d86462b112b35e9741c9452bf956aaa16fb47c))"
+msgstr ""
+
+#: ../../changelog.md:191
+msgid ""
+"`API.search_30_day`: `query` "
+"([52874b7](https://github.com/tweepy/tweepy/commit/52874b72cd16e3984ce99710824d07608c329024))"
+msgstr ""
+
+#: ../../changelog.md:192
+msgid ""
+"`API.search_full_archive`: `query` "
+"([801f15d](https://github.com/tweepy/tweepy/commit/801f15de892771a5d1d683facb409c54459676b9))"
+msgstr ""
+
+#: ../../changelog.md:193
+msgid ""
+"`API.search_tweets`: `q` "
+"([9377e7e](https://github.com/tweepy/tweepy/commit/9377e7e844f9a87e6fc8e53eb5ca0cd4d758d548))"
+msgstr ""
+
+#: ../../changelog.md:194
+msgid ""
+"`API.search_users`: `q` "
+"([21802f9](https://github.com/tweepy/tweepy/commit/21802f9856fe8847c481f51c73d5c661b531bfc0))"
+msgstr ""
+
+#: ../../changelog.md:195
+msgid ""
+"`API.update_status`: `status` "
+"([f64c076](https://github.com/tweepy/tweepy/commit/f64c076503e13411719faa3042267f27e96126ea))"
+msgstr ""
+
+#: ../../changelog.md:196
+msgid ""
+"`API.update_status_with_media`: `status` "
+"([0726263](https://github.com/tweepy/tweepy/commit/0726263b33be8db7b675c0f970944bd8dccd81f1))"
+msgstr ""
+
+#: ../../changelog.md:197
+msgid ""
+"Stop allowing positional arguments for `API` methods (change to be "
+"keyword-only arguments):"
+msgstr ""
+
+#: ../../changelog.md:198
+msgid ""
+"`API.add_list_member` "
+"([ae18ee5](https://github.com/tweepy/tweepy/commit/ae18ee50c122d7cbe714ded3851eed3a765ff0c5))"
+msgstr ""
+
+#: ../../changelog.md:199
+msgid ""
+"`API.add_list_members ` "
+"([8eb900f](https://github.com/tweepy/tweepy/commit/8eb900f12e62a21dad9314d0caf9035471baf840))"
+msgstr ""
+
+#: ../../changelog.md:200
+msgid ""
+"`API.available_trends` "
+"([7a74863](https://github.com/tweepy/tweepy/commit/7a74863b66aeffdcd1157d8abf07df5f907cb0be))"
+msgstr ""
+
+#: ../../changelog.md:201
+msgid ""
+"`API.closest_trends`, besides `lat` and `long` "
+"([7946490](https://github.com/tweepy/tweepy/commit/794649099b915bd44954aef2844e64dc394a4f6f))"
+msgstr ""
+
+#: ../../changelog.md:202
+msgid ""
+"`API.create_block` "
+"([caa34c6](https://github.com/tweepy/tweepy/commit/caa34c6f790f5fa1820a52ed7dc3ebc3dd38e055))"
+msgstr ""
+
+#: ../../changelog.md:203
+msgid ""
+"`API.create_favorite`, besides `id` "
+"([0b83984](https://github.com/tweepy/tweepy/commit/0b839841c985e1c549a63b5306ac3ea9363ded7f))"
+msgstr ""
+
+#: ../../changelog.md:204
+msgid ""
+"`API.create_friendship` "
+"([82cd798](https://github.com/tweepy/tweepy/commit/82cd7983d70d5260c1fa9290c1552227b70af00a))"
+msgstr ""
+
+#: ../../changelog.md:205
+msgid ""
+"`API.create_list`, besides `name` "
+"([25cb01e](https://github.com/tweepy/tweepy/commit/25cb01ec734d2e6bf913be0a5d8ef76da3ebca24))"
+msgstr ""
+
+#: ../../changelog.md:206
+msgid ""
+"`API.create_mute ` "
+"([4aae710](https://github.com/tweepy/tweepy/commit/4aae710e05d0ed8906b3cb5bc2fabc8b8f253b44))"
+msgstr ""
+
+#: ../../changelog.md:207
+msgid ""
+"`API.create_saved_search`, besides `query` "
+"([76be2d9](https://github.com/tweepy/tweepy/commit/76be2d9cfb2c8437627531ea7cb30047fbfd8355))"
+msgstr ""
+
+#: ../../changelog.md:208
+msgid ""
+"`API.delete_direct_message`, besides `id` "
+"([53ca00f](https://github.com/tweepy/tweepy/commit/53ca00ffe5681deff1f80ddfe3f822d7be1ba14f))"
+msgstr ""
+
+#: ../../changelog.md:209
+msgid ""
+"`API.destroy_block` "
+"([c49cfb2](https://github.com/tweepy/tweepy/commit/c49cfb272f15ff11ef7cc0f27a6a6ed91ac6c755))"
+msgstr ""
+
+#: ../../changelog.md:210
+msgid ""
+"`API.destroy_favorite`, besides `id` "
+"([8afee87](https://github.com/tweepy/tweepy/commit/8afee87ee2e3f8e612082c693bab3fa6ce60cb69))"
+msgstr ""
+
+#: ../../changelog.md:211
+msgid ""
+"`API.destroy_friendship` "
+"([b2d44fe](https://github.com/tweepy/tweepy/commit/b2d44fed587132b866401dcd0c02cb9bc0b3a130))"
+msgstr ""
+
+#: ../../changelog.md:212
+msgid ""
+"`API.destroy_list` "
+"([4b2cfc4](https://github.com/tweepy/tweepy/commit/4b2cfc486836faa749248af1fd6dd0200202c62e))"
+msgstr ""
+
+#: ../../changelog.md:213
+msgid ""
+"`API.destroy_mute ` "
+"([009b54e](https://github.com/tweepy/tweepy/commit/009b54e43230827264eb34141d6436b935f76084))"
+msgstr ""
+
+#: ../../changelog.md:214
+msgid ""
+"`API.destroy_saved_search`, besides `id` "
+"([b7afca2](https://github.com/tweepy/tweepy/commit/b7afca2ad8f8721b267fd159bc7a2a91d012b15e))"
+msgstr ""
+
+#: ../../changelog.md:215
+msgid ""
+"`API.destroy_status`, besides `id` "
+"([876c8ca](https://github.com/tweepy/tweepy/commit/876c8cad4a9574d25ac4969e554b7a5739fb75a7))"
+msgstr ""
+
+#: ../../changelog.md:216
+msgid ""
+"`API.geo_id`, besides `place_id` "
+"([a0cff22](https://github.com/tweepy/tweepy/commit/a0cff22d0402386ffe576327b17a2a4240e51148))"
+msgstr ""
+
+#: ../../changelog.md:217
+msgid ""
+"`API.get_blocked_ids` "
+"([ff38b70](https://github.com/tweepy/tweepy/commit/ff38b7026403eb9c952e1d1ac00a1a11c6b40f61))"
+msgstr ""
+
+#: ../../changelog.md:218
+msgid ""
+"`API.get_blocks` "
+"([dc81854](https://github.com/tweepy/tweepy/commit/dc8185429815deeea51fad06995e64fb58c07009))"
+msgstr ""
+
+#: ../../changelog.md:219
+msgid ""
+"`API.get_direct_message`, besides `id` "
+"([4ae0ec8](https://github.com/tweepy/tweepy/commit/4ae0ec83daef681877d7d5f3dadf41652a66051c))"
+msgstr ""
+
+#: ../../changelog.md:220
+msgid ""
+"`API.get_direct_messages` "
+"([8e0507d](https://github.com/tweepy/tweepy/commit/8e0507dd1456a42e8c4258bed37295e1116c1bd9))"
+msgstr ""
+
+#: ../../changelog.md:221
+msgid ""
+"`API.get_favorites` "
+"([e80b49a](https://github.com/tweepy/tweepy/commit/e80b49aded75b9cf75e168760c095a6d1a5f70ac))"
+msgstr ""
+
+#: ../../changelog.md:222
+msgid ""
+"`API.get_follower_ids` "
+"([7d42597](https://github.com/tweepy/tweepy/commit/7d425979312dd71a8151c7463a2592bb2f57a2f9))"
+msgstr ""
+
+#: ../../changelog.md:223
+msgid ""
+"`API.get_followers` "
+"([c6ab5a0](https://github.com/tweepy/tweepy/commit/c6ab5a0882651802a8a2fcf8c9f8300321415455))"
+msgstr ""
+
+#: ../../changelog.md:224
+msgid ""
+"`API.get_friend_ids` "
+"([c65641b](https://github.com/tweepy/tweepy/commit/c65641b48df0320bad6046798d789e38b3cd8ec8))"
+msgstr ""
+
+#: ../../changelog.md:225
+msgid ""
+"`API.get_friends` "
+"([e6965fa](https://github.com/tweepy/tweepy/commit/e6965fa7847782ca5e4073a21cc3cd30752eeafb))"
+msgstr ""
+
+#: ../../changelog.md:226
+msgid ""
+"`API.get_friendship` "
+"([6dea7de](https://github.com/tweepy/tweepy/commit/6dea7de36bd4daefd33f25a76fc0712318f9735b))"
+msgstr ""
+
+#: ../../changelog.md:227
+msgid ""
+"`API.get_list` "
+"([92dc37f](https://github.com/tweepy/tweepy/commit/92dc37f1c45b1420c1cdcef0c16843ffffc15aa4))"
+msgstr ""
+
+#: ../../changelog.md:228
+msgid ""
+"`API.get_list_member` "
+"([0af06db](https://github.com/tweepy/tweepy/commit/0af06db70a3f41db048d2f5e866a39c48cfcdd98))"
+msgstr ""
+
+#: ../../changelog.md:229
+msgid ""
+"`API.get_list_members` "
+"([7c8be8d](https://github.com/tweepy/tweepy/commit/7c8be8de2c9c099b61ec59078a62a2aa3fba8a8e))"
+msgstr ""
+
+#: ../../changelog.md:230
+msgid ""
+"`API.get_list_memberships` "
+"([ec7601f](https://github.com/tweepy/tweepy/commit/ec7601ff86b8198d80242718cfea898c3d35b0ee))"
+msgstr ""
+
+#: ../../changelog.md:231
+msgid ""
+"`API.get_list_subscriber` "
+"([a175cdd](https://github.com/tweepy/tweepy/commit/a175cdd690f577cd56e1affb7c6d42a69a5c9427))"
+msgstr ""
+
+#: ../../changelog.md:232
+msgid ""
+"`API.get_list_subscribers` "
+"([3ee84ef](https://github.com/tweepy/tweepy/commit/3ee84ef24094eae62be706108309a5a561095be1))"
+msgstr ""
+
+#: ../../changelog.md:233
+msgid ""
+"`API.get_list_subscriptions` "
+"([178d719](https://github.com/tweepy/tweepy/commit/178d7193c08452f4218aa8a1e0b069b6b72f23e3))"
+msgstr ""
+
+#: ../../changelog.md:234
+msgid ""
+"`API.get_lists` "
+"([3cd0058](https://github.com/tweepy/tweepy/commit/3cd00587cf7a3b92fb64375e0311e03a4c410595))"
+msgstr ""
+
+#: ../../changelog.md:235
+msgid ""
+"`API.get_muted_ids` "
+"([2967104](https://github.com/tweepy/tweepy/commit/2967104c1e6f2398aaf52f19c9a7627dbcdd7651))"
+msgstr ""
+
+#: ../../changelog.md:236
+msgid ""
+"`API.get_mutes` "
+"([9e9d370](https://github.com/tweepy/tweepy/commit/9e9d370c440b0c5dd26131382a96306b681385a9))"
+msgstr ""
+
+#: ../../changelog.md:237
+msgid ""
+"`API.get_oembed`, besides `url` "
+"([d13d853](https://github.com/tweepy/tweepy/commit/d13d8535862b12f8cd0b4ca60a4f3c4be6f3122f))"
+msgstr ""
+
+#: ../../changelog.md:238
+msgid ""
+"`API.get_place_trends`, besides `id` "
+"([548810c](https://github.com/tweepy/tweepy/commit/548810c081508965972bbdfcec227ebcba3a350d))"
+msgstr ""
+
+#: ../../changelog.md:239
+msgid ""
+"`API.get_retweeter_ids`, besides `id` "
+"([9907c25](https://github.com/tweepy/tweepy/commit/9907c25c8873876ff56fd2575aaa6e1994715313))"
+msgstr ""
+
+#: ../../changelog.md:240
+msgid ""
+"`API.get_retweets`, besides `id` "
+"([0bd0292](https://github.com/tweepy/tweepy/commit/0bd0292fbe7cdd7b1b6f7a43906ac59ffb97ed72))"
+msgstr ""
+
+#: ../../changelog.md:241
+msgid ""
+"`API.get_retweets_of_me` "
+"([2b2ed0a](https://github.com/tweepy/tweepy/commit/2b2ed0a45bfe2077dd1e0b3c0e91de2557aa4a36))"
+msgstr ""
+
+#: ../../changelog.md:242
+msgid ""
+"`API.get_saved_search`, besides `id` "
+"([1d3d3ae](https://github.com/tweepy/tweepy/commit/1d3d3ae2f5600173771d51b193d5c3675c905167))"
+msgstr ""
+
+#: ../../changelog.md:243
+msgid ""
+"`API.get_saved_searches` "
+"([c5f5b4b](https://github.com/tweepy/tweepy/commit/c5f5b4b552fbdff75cd4d46585cefa97a82abee7))"
+msgstr ""
+
+#: ../../changelog.md:244
+msgid ""
+"`API.get_settings` "
+"([2c2f0ec](https://github.com/tweepy/tweepy/commit/2c2f0ecbfb4bc9b262f2320589f2ce3cf99bdc9c))"
+msgstr ""
+
+#: ../../changelog.md:245
+msgid ""
+"`API.get_status`, besides `id` "
+"([30af3ac](https://github.com/tweepy/tweepy/commit/30af3ac8dcbd385fec6cef372550e0afb43b2612))"
+msgstr ""
+
+#: ../../changelog.md:246
+msgid ""
+"`API.get_user` "
+"([6b761ce](https://github.com/tweepy/tweepy/commit/6b761ce7f42ad348e9d0dade6657e020f326f88d))"
+msgstr ""
+
+#: ../../changelog.md:247
+msgid ""
+"`API.home_timeline` "
+"([b91be22](https://github.com/tweepy/tweepy/commit/b91be220928d1cb2996a5c71ef16a13c58375d4a))"
+msgstr ""
+
+#: ../../changelog.md:248
+msgid ""
+"`API.incoming_friendships` "
+"([6d3b7f2](https://github.com/tweepy/tweepy/commit/6d3b7f259bb547eef47d6212fe4b3379b1a96586))"
+msgstr ""
+
+#: ../../changelog.md:249
+msgid ""
+"`API.list_timeline` "
+"([e3ec5c1](https://github.com/tweepy/tweepy/commit/e3ec5c11f3f7ebac43747b8a7b0d07530ec34fea))"
+msgstr ""
+
+#: ../../changelog.md:250
+msgid ""
+"`API.lookup_friendships` "
+"([0eff951](https://github.com/tweepy/tweepy/commit/0eff9515797dad95728f44b7c2b21fd88e5f6312))"
+msgstr ""
+
+#: ../../changelog.md:251
+msgid ""
+"`API.lookup_statuses`, besides `id` "
+"([cf9845d](https://github.com/tweepy/tweepy/commit/cf9845d18c42600f890e5a40b313e77079ca9a5b))"
+msgstr ""
+
+#: ../../changelog.md:252
+msgid ""
+"`API.lookup_users` "
+"([7317109](https://github.com/tweepy/tweepy/commit/731710944c07c82a7a2b52e5a73f0d20ec77b9ae))"
+msgstr ""
+
+#: ../../changelog.md:253
+msgid ""
+"`API.media_upload`, besides `filename` "
+"([ec2498f](https://github.com/tweepy/tweepy/commit/ec2498f0d2c14702b69dbdba463e07ce8709b8d5))"
+msgstr ""
+
+#: ../../changelog.md:254
+msgid ""
+"`API.mentions_timeline` "
+"([3614ce4](https://github.com/tweepy/tweepy/commit/3614ce42483711b1aea65c16a235b4ec4d0c8242))"
+msgstr ""
+
+#: ../../changelog.md:255
+msgid ""
+"`API.outgoing_friendships` "
+"([09f8504](https://github.com/tweepy/tweepy/commit/09f85045945331e9b0ace417be20df0fa1ec7a79))"
+msgstr ""
+
+#: ../../changelog.md:256
+msgid ""
+"`API.rate_limit_status` "
+"([b4b91c1](https://github.com/tweepy/tweepy/commit/b4b91c116921045eb18790330771460c28f9662a))"
+msgstr ""
+
+#: ../../changelog.md:257
+msgid ""
+"`API.remove_list_member` "
+"([e7fa800](https://github.com/tweepy/tweepy/commit/e7fa800bf0cbe699201c7f3e26ad2e27b4193b6d))"
+msgstr ""
+
+#: ../../changelog.md:258
+msgid ""
+"`API.remove_list_members` "
+"([593ef1c](https://github.com/tweepy/tweepy/commit/593ef1cf6a59656e3c7208ef6907009b2e95089b))"
+msgstr ""
+
+#: ../../changelog.md:259
+msgid ""
+"`API.report_spam` "
+"([f55efcf](https://github.com/tweepy/tweepy/commit/f55efcfc86ba10c3fd133a84290a9c50a1f64a9d))"
+msgstr ""
+
+#: ../../changelog.md:260
+msgid ""
+"`API.retweet`, besides `id` "
+"([4f7be88](https://github.com/tweepy/tweepy/commit/4f7be886e806c3f61eaaff48827c5c8d1e517fe8))"
+msgstr ""
+
+#: ../../changelog.md:261
+msgid ""
+"`API.reverse_geocode`: besides `lat` and `long` "
+"([b209c48](https://github.com/tweepy/tweepy/commit/b209c484f1dd4458d455b4faa41971c6429dae3b))"
+msgstr ""
+
+#: ../../changelog.md:262
+msgid ""
+"`API.search_30_day`, besides `label` and `query` "
+"([434fd35](https://github.com/tweepy/tweepy/commit/434fd35d76481f0281d62cd83b8da2bd47353e56))"
+msgstr ""
+
+#: ../../changelog.md:263
+msgid ""
+"`API.search_full_archive`, besides `label` and `query` "
+"([44391bc](https://github.com/tweepy/tweepy/commit/44391bcf55da7fb50cf077510ee94e849599b6cd))"
+msgstr ""
+
+#: ../../changelog.md:264
+msgid ""
+"`API.search_geo` "
+"([0a6bec9](https://github.com/tweepy/tweepy/commit/0a6bec9906b41983067315954ac533556ae85176))"
+msgstr ""
+
+#: ../../changelog.md:265
+msgid ""
+"`API.search_tweets`, besides `q` "
+"([445da4e](https://github.com/tweepy/tweepy/commit/445da4ec69cdaf1199ac025e63d7ffc80dd9f27f))"
+msgstr ""
+
+#: ../../changelog.md:266
+msgid ""
+"`API.search_users`, besides `q` "
+"([76ca416](https://github.com/tweepy/tweepy/commit/76ca4169f38759d7eb7deb5cd984ef615fe2b628))"
+msgstr ""
+
+#: ../../changelog.md:267
+msgid ""
+"`API.send_direct_message`, besides `recipient_id` and `text` "
+"([7d1a549](https://github.com/tweepy/tweepy/commit/7d1a5498325cbc93c7c177a96f5642c5c5683eac))"
+msgstr ""
+
+#: ../../changelog.md:268
+msgid ""
+"`API.set_settings` "
+"([bf1d928](https://github.com/tweepy/tweepy/commit/bf1d928cec2b9ada5d161b479f9140d80e254e81))"
+msgstr ""
+
+#: ../../changelog.md:269
+msgid ""
+"`API.supported_languages` "
+"([2034efc](https://github.com/tweepy/tweepy/commit/2034efc450d6bf29a481fc7eca35f125dd66e9d4))"
+msgstr ""
+
+#: ../../changelog.md:270
+msgid ""
+"`API.subscribe_list` "
+"([ee3b718](https://github.com/tweepy/tweepy/commit/ee3b718339e5ff8719cf8fc7ada5fc7930e41c13))"
+msgstr ""
+
+#: ../../changelog.md:271
+msgid ""
+"`API.unretweet`, besides `id` "
+"([4626c42](https://github.com/tweepy/tweepy/commit/4626c424aaca20b4fcb87bbd590cdb33abed9fb0))"
+msgstr ""
+
+#: ../../changelog.md:272
+msgid ""
+"`API.unsubscribe_list` "
+"([2df2311](https://github.com/tweepy/tweepy/commit/2df231158d08e05ccb2f08a020dea154681e2609))"
+msgstr ""
+
+#: ../../changelog.md:273
+msgid ""
+"`API.update_list` "
+"([8b3b4fb](https://github.com/tweepy/tweepy/commit/8b3b4fbab2c9150ff3ce1f15f1f4a0f8bc5edde1))"
+msgstr ""
+
+#: ../../changelog.md:274
+msgid ""
+"`API.update_profile` "
+"([99cd815](https://github.com/tweepy/tweepy/commit/99cd815b0e730a8f1bc2bd0737fcb83749a483c7))"
+msgstr ""
+
+#: ../../changelog.md:275
+msgid ""
+"`API.update_profile_banner`, besides `filename` "
+"([1ca22be](https://github.com/tweepy/tweepy/commit/1ca22be0cbb0a4f3aba00b37263ac92149eceb1c))"
+msgstr ""
+
+#: ../../changelog.md:276
+msgid ""
+"`API.update_profile_image`, besides `filename` "
+"([3539fa2](https://github.com/tweepy/tweepy/commit/3539fa2129f22af80e68adfb9d216c2176dc0181))"
+msgstr ""
+
+#: ../../changelog.md:277
+msgid ""
+"`API.update_status`, besides `status` "
+"([761cbfe](https://github.com/tweepy/tweepy/commit/761cbfe05e866e60edf7c4e58b9ecf356507c6f2))"
+msgstr ""
+
+#: ../../changelog.md:278
+msgid ""
+"`API.update_status_with_media`, besides `filename` and `status` "
+"([0ac4e83](https://github.com/tweepy/tweepy/commit/0ac4e83531993187df16c05a886654e13574f136))"
+msgstr ""
+
+#: ../../changelog.md:279
+msgid ""
+"`API.user_timeline` "
+"([0ef964f](https://github.com/tweepy/tweepy/commit/0ef964f454a0e9111c1933aca13ec55c2bcbe2c3))"
+msgstr ""
+
+#: ../../changelog.md:280
+msgid ""
+"Reorder `API.update_status_with_media` parameters "
+"([87abdcd](https://github.com/tweepy/tweepy/commit/87abdcd40c89da6be3ddc3911fadd4e31fcf5986))"
+msgstr ""
+
+#: ../../changelog.md:281
+msgid ""
+"Rename `API` initialization parameter: `auth_handler` -> `auth` "
+"([ee313bd](https://github.com/tweepy/tweepy/commit/ee313bd96e9c2ecf317792a024712e98b5c33c25))"
+msgstr ""
+
+#: ../../changelog.md:282
+msgid ""
+"Stop allowing positional arguments besides `auth` for `API` "
+"initialization "
+"([da2f276](https://github.com/tweepy/tweepy/commit/da2f2767abb1b565b6902ecf7eead3dfcf651ec1))"
+msgstr ""
+
+#: ../../changelog.md:283
+msgid ""
+"Remove `API.api_root` and `API.upload_root` "
+"([e757919](https://github.com/tweepy/tweepy/commit/e7579194edd367a5fea6e50dc1cd0d82f3ae643d))"
+msgstr ""
+
+#: ../../changelog.md:284
+msgid ""
+"Remove `API.compression` "
+"([4590c7a](https://github.com/tweepy/tweepy/commit/4590c7adebc5bb540429dd9f432f16155c4bf0b5))"
+msgstr ""
+
+#: ../../changelog.md:285
+msgid ""
+"Remove `API.me`, `AuthHandler.get_username`, and "
+"`OAuthHandler.get_username` "
+"([807f937](https://github.com/tweepy/tweepy/commit/807f9371b6f0a796fea6093497401a1d10b5e183))"
+msgstr ""
+
+#: ../../changelog.md:286
+msgid ""
+"Remove `API.search_host` and `API.search_root` "
+"([92db0cf](https://github.com/tweepy/tweepy/commit/92db0cf87666229098809973554d20d35b2971a0))"
+msgstr ""
+
+#: ../../changelog.md:287
+msgid ""
+"Remove `API.wait_on_rate_limit_notify` "
+"([f325738](https://github.com/tweepy/tweepy/commit/f3257389ed566029e7eec0598597afeef6900d35))"
+msgstr ""
+
+#: ../../changelog.md:288
+msgid "Always log warning when rate limit reached"
+msgstr ""
+
+#: ../../changelog.md:289
+msgid ""
+"Remove `map_` keyword argument aliasing for `API.lookup_statuses` "
+"([0a404c3](https://github.com/tweepy/tweepy/commit/0a404c3fc66399271b1a1d769fc18665d1a7a37a))"
+msgstr ""
+
+#: ../../changelog.md:291
+msgid "`Stream`"
+msgstr ""
+
+#: ../../changelog.md:292
+msgid ""
+"Remove and replace `StreamListener` by merging it into `Stream` "
+"([39abff4](https://github.com/tweepy/tweepy/commit/39abff4520e291180425ac2219d1d8597ac5da96))"
+msgstr ""
+
+#: ../../changelog.md:293
+msgid ""
+"`StreamListener.keep_alive` -> `Stream.on_keep_alive` "
+"([abf4d5d](https://github.com/tweepy/tweepy/commit/abf4d5d4dfa117b39bfcdc992895574df7e5ee8b))"
+msgstr ""
+
+#: ../../changelog.md:294
+msgid "`StreamListener.on_connect` -> `Stream.on_connect`"
+msgstr ""
+
+#: ../../changelog.md:295
+msgid "`StreamListener.on_data` -> `Stream.on_data`"
+msgstr ""
+
+#: ../../changelog.md:296
+msgid "`StreamListener.on_delete` -> `Stream.on_delete`"
+msgstr ""
+
+#: ../../changelog.md:297
+msgid ""
+"`StreamListener.on_disconnect` -> `Stream.on_disconnect_message` "
+"([6c3b997](https://github.com/tweepy/tweepy/commit/6c3b997df0070b6ab7ead9cd0482cb66088ef229))"
+msgstr ""
+
+#: ../../changelog.md:298
+msgid ""
+"`StreamListener.on_error` -> `Stream.on_request_error` "
+"([fe3bb8b](https://github.com/tweepy/tweepy/commit/fe3bb8bbbea880b4629206a7d542f71a96991e30))"
+msgstr ""
+
+#: ../../changelog.md:299
+msgid "`StreamListener.on_exception` -> `Stream.on_exception`"
+msgstr ""
+
+#: ../../changelog.md:300
+msgid "`StreamListener.on_limit` -> `Stream.on_limit`"
+msgstr ""
+
+#: ../../changelog.md:301
+msgid "`StreamListener.on_scrub_geo` -> `Stream.on_scrub_geo`"
+msgstr ""
+
+#: ../../changelog.md:302
+msgid "`StreamListener.on_status` -> `Stream.on_status`"
+msgstr ""
+
+#: ../../changelog.md:303
+msgid "`StreamListener.on_status_withheld` -> `Stream.on_status_withheld`"
+msgstr ""
+
+#: ../../changelog.md:304
+msgid ""
+"`StreamListener.on_timeout` -> `Stream.on_connection_error` "
+"([8f62297](https://github.com/tweepy/tweepy/commit/8f622971f2a36f49ad54b70cf4f98464487a4716))"
+msgstr ""
+
+#: ../../changelog.md:305
+msgid "`StreamListener.on_user_withheld` -> `Stream.on_user_withheld`"
+msgstr ""
+
+#: ../../changelog.md:306
+msgid "`StreamListener.on_warning` -> `Stream.on_warning`"
+msgstr ""
+
+#: ../../changelog.md:307
+msgid ""
+"Remove `Stream.api` "
+"([21a9db2](https://github.com/tweepy/tweepy/commit/21a9db282a9ee981d5d767066634a0fb551bbcde))"
+msgstr ""
+
+#: ../../changelog.md:308
+msgid ""
+"Remove `Stream.body` "
+"([3e40193](https://github.com/tweepy/tweepy/commit/3e40193ee1bcecd470e28f6e1bd90e9090694213))"
+msgstr ""
+
+#: ../../changelog.md:309
+msgid ""
+"Remove `Stream.headers` "
+"([d07af4e](https://github.com/tweepy/tweepy/commit/d07af4ec865be12fc09ebf99afe2b99041e16b45))"
+msgstr ""
+
+#: ../../changelog.md:310
+msgid ""
+"Remove `Stream.host` "
+"([9cf8518](https://github.com/tweepy/tweepy/commit/9cf8518350113c1bc89aa978d7a89ffcae2f1832))"
+msgstr ""
+
+#: ../../changelog.md:311
+msgid ""
+"Remove `Stream.new_session` "
+"([26518ab](https://github.com/tweepy/tweepy/commit/26518abe993b3cf7729e9d55be571b4cc89f50ab))"
+msgstr ""
+
+#: ../../changelog.md:312
+msgid ""
+"Remove `Stream.timeout` "
+"([a2f79f1](https://github.com/tweepy/tweepy/commit/a2f79f1b6e4406672895764b044d18b33dc527fd))"
+msgstr ""
+
+#: ../../changelog.md:313
+msgid ""
+"Remove `Stream.url` "
+"([48cbf97](https://github.com/tweepy/tweepy/commit/48cbf97fbcdb9543be3bb6729e9bc4327d8993bf))"
+msgstr ""
+
+#: ../../changelog.md:314
+msgid ""
+"Remove Stream parameters and attributes for reconnect wait times "
+"([24059d4](https://github.com/tweepy/tweepy/commit/24059d41c13084003d88a8e62de081c7869db8ca))"
+msgstr ""
+
+#: ../../changelog.md:315
+msgid ""
+"Remove `Stream.retry_time_start`, `Stream.retry_420_start`, "
+"`Stream.retry_time_cap`, `Stream.snooze_time_step`, "
+"`Stream.snooze_time_cap`, `Stream.retry_time`, and `Stream.snooze_time`"
+msgstr ""
+
+#: ../../changelog.md:316
+msgid ""
+"Rename `Stream.retry_count` to `Stream.max_retries` "
+"([3585f13](https://github.com/tweepy/tweepy/commit/3585f134ecfc5e1c25d37cb6d5bd21fd2d913aa9))"
+msgstr ""
+
+#: ../../changelog.md:317
+msgid ""
+"Replace `Stream.auth` with parameters and attributes for each credential "
+"([c9f59e6](https://github.com/tweepy/tweepy/commit/c9f59e680f17412522206d0999bf9f5ac7788f2f))"
+msgstr ""
+
+#: ../../changelog.md:318
+msgid ""
+"Replace `Stream.auth` with `Stream.consumer_key`, "
+"`Stream.consumer_secret`, `Stream.access_token`, and "
+"`Stream.access_token_secret`"
+msgstr ""
+
+#: ../../changelog.md:319
+msgid ""
+"Replace `Stream` parameter, `proxies`, with `proxy` "
+"([#1272](https://github.com/tweepy/tweepy/issues/1272))"
+msgstr ""
+
+#: ../../changelog.md:320
+msgid ""
+"Remove `Stream.filter` parameter: `encoding` "
+"([b3f2db2](https://github.com/tweepy/tweepy/commit/b3f2db2baa024ea1aae7acf53948b60e02c1ed18))"
+msgstr ""
+
+#: ../../changelog.md:321
+msgid ""
+"Rename `Stream.filter` and `Stream.sample` parameters: `is_async` -> "
+"`threaded` "
+"([6c96c15](https://github.com/tweepy/tweepy/commit/6c96c156cac4ede3855222f0c4705bc08829b308))"
+msgstr ""
+
+#: ../../changelog.md:322
+msgid ""
+"Stop allowing positional arguments for `Stream.filter` "
+"([0629d5f](https://github.com/tweepy/tweepy/commit/0629d5ff17d5491d70da67b674f2e933c50f1262))"
+msgstr ""
+
+#: ../../changelog.md:323
+msgid ""
+"Stop allowing positional arguments for `Stream.sample` "
+"([b170720](https://github.com/tweepy/tweepy/commit/b170720b9af085fc024d364980f7ecde5d19de4d))"
+msgstr ""
+
+#: ../../changelog.md:325
+msgid "Twitter API Breaking Changes"
+msgstr ""
+
+#: ../../changelog.md:326
+msgid ""
+"Remove `API.configuration` "
+"([#1614](https://github.com/tweepy/tweepy/issues/1614))"
+msgstr ""
+
+#: ../../changelog.md:327
+msgid ""
+"Remove `API.geo_similar_places` "
+"([c6cfd97](https://github.com/tweepy/tweepy/commit/c6cfd9720b78c6261f4e7ab0f7da7802fc495d2e))"
+msgstr ""
+
+#: ../../changelog.md:328
+msgid ""
+"Remove `API.related_results` "
+"([068273b](https://github.com/tweepy/tweepy/commit/068273bb2b159af904a154bc4d0720711c671bbc))"
+msgstr ""
+
+#: ../../changelog.md:329
+msgid ""
+"Remove `Relation` model "
+"([cc4479a](https://github.com/tweepy/tweepy/commit/cc4479a4d5331cec57880d3bc82f283a8bc8bbc5))"
+msgstr ""
+
+#: ../../changelog.md:330
+msgid ""
+"Remove `id` endpoint parameter for `API.create_block` "
+"([e4eaa4b](https://github.com/tweepy/tweepy/commit/e4eaa4bd8a85f401035f1a0f56debd9eff25c610))"
+msgstr ""
+
+#: ../../changelog.md:331
+msgid ""
+"Remove `id` endpoint parameter for `API.create_friendship` "
+"([6a3c1ab](https://github.com/tweepy/tweepy/commit/6a3c1abae29e04b52ae4e881c337bb735e72a038))"
+msgstr ""
+
+#: ../../changelog.md:332
+msgid ""
+"Remove `id` endpoint parameter for `API.create_mute` "
+"([bb25d69](https://github.com/tweepy/tweepy/commit/bb25d691d2498456a6cd05f7a9f0dc8621a9ece4))"
+msgstr ""
+
+#: ../../changelog.md:333
+msgid ""
+"Remove `id` endpoint parameter for `API.destroy_block` "
+"([1a9b52d](https://github.com/tweepy/tweepy/commit/1a9b52d121d6d00cdb8a8a9863170b748b02574e))"
+msgstr ""
+
+#: ../../changelog.md:334
+msgid ""
+"Remove `id` endpoint parameter for `API.destroy_friendship` "
+"([66f1612](https://github.com/tweepy/tweepy/commit/66f16122addb06fe244f75c44ffd7adb01e57c7f))"
+msgstr ""
+
+#: ../../changelog.md:335
+msgid ""
+"Remove `id` endpoint parameter for `API.destroy_mute` "
+"([8c444c5](https://github.com/tweepy/tweepy/commit/8c444c5b9d135bf39850bbcd757c8471e16d4202))"
+msgstr ""
+
+#: ../../changelog.md:336
+msgid ""
+"Remove `id` endpoint parameter for `API.get_follower_ids` "
+"([5cddd12](https://github.com/tweepy/tweepy/commit/5cddd12d26d22f691039de3cb792da3e9e25e0e8))"
+msgstr ""
+
+#: ../../changelog.md:337
+msgid ""
+"Remove `id` endpoint parameter for `API.get_followers` "
+"([a3fb959](https://github.com/tweepy/tweepy/commit/a3fb9594b4bcc884eb29feb11028509b73328f2a))"
+msgstr ""
+
+#: ../../changelog.md:338
+msgid ""
+"Remove `id` endpoint parameter for "
+"`API.get_friend_ids`([7cbf818](https://github.com/tweepy/tweepy/commit/7cbf818e2093a5d866ab72469194df0d1d0d4696))"
+msgstr ""
+
+#: ../../changelog.md:339
+msgid ""
+"Remove `id` endpoint parameter for `API.get_friends` "
+"([6875e15](https://github.com/tweepy/tweepy/commit/6875e1517d4d81b9f5bfb5e7b5d4e076cd3a7bea))"
+msgstr ""
+
+#: ../../changelog.md:340
+msgid ""
+"Remove `id` endpoint parameter for `API.get_user` "
+"([a2681ed](https://github.com/tweepy/tweepy/commit/a2681ed376246677b48156fac66c75d05afdc3ff))"
+msgstr ""
+
+#: ../../changelog.md:341
+msgid ""
+"Remove `accuracy` and `contained_within` endpoint parameters for "
+"`API.search_geo` "
+"([d37a409](https://github.com/tweepy/tweepy/commit/d37a409e96553d86621a6caa125c5581cac0b3f7))"
+msgstr ""
+
+#: ../../changelog.md:342
+msgid ""
+"Remove `allow_contributor_request` endpoint parameter for "
+"`API.set_settings` "
+"([1cc33b2](https://github.com/tweepy/tweepy/commit/1cc33b209f181d1c729d7931c1b541947423dd4d))"
+msgstr ""
+
+#: ../../changelog.md:343
+msgid ""
+"Update `API.update_profile_banner` endpoint parameters: `offset_right` ->"
+" `offset_top` "
+"([83f9b79](https://github.com/tweepy/tweepy/commit/83f9b79f5744dc7327a8e1c7d5720742c3d370f1))"
+msgstr ""
+
+#: ../../changelog.md:344
+msgid ""
+"Remove `enable_dmcommands` and `fail_dmcommands` parameters for "
+"`API.update_status` "
+"([fe5b3ef](https://github.com/tweepy/tweepy/commit/fe5b3efd77713d00a7ca516ec20afa54903cba8c))"
+msgstr ""
+
+#: ../../changelog.md:345
+msgid ""
+"Remove `in_reply_to_status_id_str` and `auto_populate_reply_metadata` "
+"endpoint parameters for `API.update_status_with_media` "
+"([c3c9d29](https://github.com/tweepy/tweepy/commit/c3c9d29ecfffc75976b6d20b1efcfb084adfafaf))"
+msgstr ""
+
+#: ../../changelog.md:346
+msgid ""
+"Remove `id` endpoint parameter for `API.user_timeline` "
+"([#1484](https://github.com/tweepy/tweepy/pull/1484))"
+msgstr ""
+
+#: ../../changelog.md:347
+msgid ""
+"Remove `Stream.firehose` "
+"([ad50cdc](https://github.com/tweepy/tweepy/commit/ad50cdca6091c9781689634afb817f3ccd5c7e0d))"
+msgstr ""
+
+#: ../../changelog.md:348
+msgid ""
+"Remove "
+"`Stream.retweet`([6b1944b](https://github.com/tweepy/tweepy/commit/6b1944b23aeb93166964f96d71f408cd21ef64be))"
+msgstr ""
+
+#: ../../changelog.md:349
+msgid ""
+"Remove `Stream.sitestream` and `Stream.userstream` "
+"([96f7e63](https://github.com/tweepy/tweepy/commit/96f7e63e1019639496bd983fd8443e49be45524f))"
+msgstr ""
+
+#: ../../changelog.md:350
+msgid ""
+"Remove `StreamListener.on_direct_message` and `StreamListener.on_friends`"
+" "
+"([ab2479b](https://github.com/tweepy/tweepy/commit/ab2479b15da04c28144c3f4384b7aac71eaa0250))"
+msgstr ""
+
+#: ../../changelog.md:351
+msgid ""
+"Remove `StreamListener.on_event` "
+"([20b5afb](https://github.com/tweepy/tweepy/commit/20b5afba81e451f3e7a97d97f11eb423fa2b1723))"
+msgstr ""
+
+#: ../../changelog.md:353 ../../changelog.md:419
+msgid "Other"
+msgstr ""
+
+#: ../../changelog.md:354
+msgid ""
+"Datetime objects for `models.List.created_at`, "
+"`models.SavedSearch.created_at`, `models.Status.created_at`, and "
+"`models.User.created_at` are now aware "
+"([59d4d92](https://github.com/tweepy/tweepy/commit/59d4d920dd4470b52f329d850366721cb52ea0eb))"
+msgstr ""
+
+#: ../../changelog.md:355
+msgid ""
+"Change `return_cursors` parameter for `JSONParser.parse` and "
+"`ModelParser.parse` to be keyword-only argument "
+"([56b8e31](https://github.com/tweepy/tweepy/commit/56b8e319a874f6d4cfae7dc9f7c33f32ceea83f4))"
+msgstr ""
+
+#: ../../changelog.md:356
+msgid ""
+"Remove `method` parameter from `parse` method for `Parser` and its "
+"subclasses "
+"([dda2ec6](https://github.com/tweepy/tweepy/commit/dda2ec6ccd9b5df44daf7b8574d183ac0c2503fa))"
+msgstr ""
+
+#: ../../changelog.md:357
+msgid ""
+"Remove handling of 401 HTTP status code in `API.verify_credentials` "
+"([7e4d2a4](https://github.com/tweepy/tweepy/commit/7e4d2a4b3bc9b73501d833af349fc8b8986a5197))"
+msgstr ""
+
+#: ../../changelog.md:358
+msgid ""
+"Remove `models.List.is_member` and `models.List.is_subscribed` "
+"([b765aee](https://github.com/tweepy/tweepy/commit/b765aee92ed9a482983c8a7900cbb62a238abb60))"
+msgstr ""
+
+#: ../../changelog.md:362
+msgid "New Methods And Parameters / Attributes"
+msgstr ""
+
+#: ../../changelog.md:363
+msgid ""
+"Add `API.get_list_ownerships` "
+"([#1282](https://github.com/tweepy/tweepy/pull/1282), "
+"[#1498](https://github.com/tweepy/tweepy/issues/1498))"
+msgstr ""
+
+#: ../../changelog.md:364
+msgid ""
+"Add `models.User.list_ownerships` "
+"([#1282](https://github.com/tweepy/tweepy/pull/1282))"
+msgstr ""
+
+#: ../../changelog.md:365
+msgid ""
+"Add `API.get_profile_banner` "
+"([58ac8bb](https://github.com/tweepy/tweepy/commit/58ac8bb8083044f37c1999b61ecb763918d7a703))"
+msgstr ""
+
+#: ../../changelog.md:366
+msgid ""
+"Add `API.no_retweets_friendships` "
+"([496a399](https://github.com/tweepy/tweepy/commit/496a3993ae6f6048059c3e9ee2a6f08a27f654b9))"
+msgstr ""
+
+#: ../../changelog.md:367
+msgid ""
+"Add `API.remove_profile_banner` "
+"([f0e53c6](https://github.com/tweepy/tweepy/commit/f0e53c6d6a21595cefc797b66ab8bbc027a2d425))"
+msgstr ""
+
+#: ../../changelog.md:368
+msgid ""
+"Add `API.update_friendship` "
+"([ddd24a4](https://github.com/tweepy/tweepy/commit/ddd24a474305d2a9916d92e64b2821a27a6ef450))"
+msgstr ""
+
+#: ../../changelog.md:369
+msgid ""
+"Add `API.user_agent` "
+"([bbec64b](https://github.com/tweepy/tweepy/commit/bbec64bda79350e9691951f61e9663a51696d07f))"
+msgstr ""
+
+#: ../../changelog.md:370
+msgid "Add endpoint parameters for `API` methods:"
+msgstr ""
+
+#: ../../changelog.md:371
+msgid ""
+"`API.create_block`: `include_entities`, `skip_status` "
+"([5e694b2](https://github.com/tweepy/tweepy/commit/5e694b289a8543014ed5bd04f667142ededeac04))"
+msgstr ""
+
+#: ../../changelog.md:372
+msgid ""
+"`API.create_favorite`: `include_entities` "
+"([65c7ce7](https://github.com/tweepy/tweepy/commit/65c7ce71d09a570e14723b51fcef894093a21bae))"
+msgstr ""
+
+#: ../../changelog.md:373
+msgid ""
+"`API.destroy_block`: `include_entities`, `skip_status` "
+"([7299362](https://github.com/tweepy/tweepy/commit/7299362474563b7082f934c56b150d3f14366e26))"
+msgstr ""
+
+#: ../../changelog.md:374
+msgid ""
+"`API.destroy_favorite`: `include_entities` "
+"([ecd19f0](https://github.com/tweepy/tweepy/commit/ecd19f071b385cc9649a699e502cc215b441e071))"
+msgstr ""
+
+#: ../../changelog.md:375
+msgid ""
+"`API.destroy_status`: `trim_user` "
+"([ed363e6](https://github.com/tweepy/tweepy/commit/ed363e6141ba467f27a312bca92fafd8b303db4c))"
+msgstr ""
+
+#: ../../changelog.md:376
+msgid ""
+"`API.get_blocked_ids`: `stringify_ids` "
+"([316b4cc](https://github.com/tweepy/tweepy/commit/316b4cc73393e21075dd0fe1985777ba876bedcb))"
+msgstr ""
+
+#: ../../changelog.md:377
+msgid ""
+"`API.get_blocks`: `include_entities`, `skip_status` "
+"([7ef1e85](https://github.com/tweepy/tweepy/commit/7ef1e8540d38e33d3082795ebf9561e24f1e42ae))"
+msgstr ""
+
+#: ../../changelog.md:378
+msgid ""
+"`API.get_favorites`: `include_entities` "
+"([2b91edc](https://github.com/tweepy/tweepy/commit/2b91edc94c20d88467f9883fa0b16e4e35b8226f))"
+msgstr ""
+
+#: ../../changelog.md:379
+msgid ""
+"`API.get_follower_ids`: `stringify_ids ` "
+"([c490027](https://github.com/tweepy/tweepy/commit/c490027e936c3a0a1a62cfa3cb321358414b3b93))"
+msgstr ""
+
+#: ../../changelog.md:380
+msgid ""
+"`API.get_friend_ids`: `stringify_ids`, `count` "
+"([aba327e](https://github.com/tweepy/tweepy/commit/aba327e2aaec8ac5b63c84bdb2ece0bf7e84103f))"
+msgstr ""
+
+#: ../../changelog.md:381
+msgid ""
+"`API.get_list_member`: `include_entities`, `skip_status` "
+"([e959787](https://github.com/tweepy/tweepy/commit/e9597879d653fec0b999ec5e48995e7c5bad298f))"
+msgstr ""
+
+#: ../../changelog.md:382
+msgid ""
+"`API.get_list_members`: `count`, `include_entities`, `skip_status` "
+"([232fa29](https://github.com/tweepy/tweepy/commit/232fa2982fd7a92c9d8458ca63482ee8d55d06f7))"
+msgstr ""
+
+#: ../../changelog.md:383
+msgid ""
+"`API.get_list_subscriber`: `include_entities`, `skip_status` "
+"([783941a](https://github.com/tweepy/tweepy/commit/783941a28384aaa99d7998c69df2c873636f9922))"
+msgstr ""
+
+#: ../../changelog.md:384
+msgid ""
+"`API.get_muted_ids`: `stringify_ids` "
+"([8b04108](https://github.com/tweepy/tweepy/commit/8b04108163f130f6492534ea26baa7b460031a7c))"
+msgstr ""
+
+#: ../../changelog.md:385
+msgid ""
+"`API.get_retweeter_ids`: `count` "
+"([71ca488](https://github.com/tweepy/tweepy/commit/71ca488c6201552647fe73a030533de03ab0dbd4))"
+msgstr ""
+
+#: ../../changelog.md:386
+msgid ""
+"`API.get_retweets`: `trim_user` "
+"([e377188](https://github.com/tweepy/tweepy/commit/e377188c0cca0863c617f2ae7f97d51c865273e8))"
+msgstr ""
+
+#: ../../changelog.md:387
+msgid ""
+"`API.get_retweets_of_me`: `trim_user`, `include_entities`, "
+"`include_user_entities` "
+"([589d97d](https://github.com/tweepy/tweepy/commit/589d97d400ac343b84a7b4b1911c1fb87d6e0ef6))"
+msgstr ""
+
+#: ../../changelog.md:388
+msgid ""
+"`API.get_user`: `include_entities` "
+"([485691d](https://github.com/tweepy/tweepy/commit/485691d5686402af00938d672a102da57c195d1b))"
+msgstr ""
+
+#: ../../changelog.md:389
+msgid ""
+"`API.incoming_friendships`: `stringify_ids` "
+"([ffb7c0e](https://github.com/tweepy/tweepy/commit/ffb7c0eb7582b1bd568c4d0c7f1ee7b4ae893ef1))"
+msgstr ""
+
+#: ../../changelog.md:390
+msgid ""
+"`API.media_upload`: `media_category`, `additional_owners` "
+"([#1486](https://github.com/tweepy/tweepy/pull/1486))"
+msgstr ""
+
+#: ../../changelog.md:391
+msgid ""
+"`API.mentions_timeline`: `trim_user`, `include_entities` "
+"([eb7c8f6](https://github.com/tweepy/tweepy/commit/eb7c8f6e668bf4fe00cdd2f58cc8b7c3fd9c6ed4))"
+msgstr ""
+
+#: ../../changelog.md:392
+msgid ""
+"`API.outgoing_friendships`: `stringify_ids` "
+"([7ed0762](https://github.com/tweepy/tweepy/commit/7ed0762883e03c4479980b62b123baf1e854d316))"
+msgstr ""
+
+#: ../../changelog.md:393
+msgid ""
+"`API.retweet`: `trim_user` "
+"([70d9665](https://github.com/tweepy/tweepy/commit/70d96657a9e2897e59dc43f789256ea709ea3857))"
+msgstr ""
+
+#: ../../changelog.md:394
+msgid ""
+"`API.search_users`: `include_entities` "
+"([8d64b61](https://github.com/tweepy/tweepy/commit/8d64b617b974f4924df7b85e3d2ec3accb4365d1))"
+msgstr ""
+
+#: ../../changelog.md:395
+msgid ""
+"`API.unretweet`: `trim_user` "
+"([6d93f3b](https://github.com/tweepy/tweepy/commit/6d93f3b8a082aca6dc522bfabf7d284f4476e756))"
+msgstr ""
+
+#: ../../changelog.md:396
+msgid ""
+"`API.update_profile`: `include_entities`, `skip_status` "
+"([9715c4a](https://github.com/tweepy/tweepy/commit/9715c4a3fd1d367e4a163c9c61d0c8377a8c3c36))"
+msgstr ""
+
+#: ../../changelog.md:397
+#, fuzzy
+msgid ""
+"Add `Stream.on_disconnect` method "
+"([#277](https://github.com/tweepy/tweepy/issues/277))"
+msgstr ""
+"Poprawienie wywoływania kursora, przekazującego argumenty do metody "
+"bazowej. (https://github.com/tweepy/tweepy/issues/515)"
+
+#: ../../changelog.md:398
+msgid ""
+"Expose `Stream.thread` "
+"([9c2419d](https://github.com/tweepy/tweepy/commit/9c2419d09c2b5af101a730917308d89dced0861a))"
+msgstr ""
+
+#: ../../changelog.md:400
+msgid "New Functionality"
+msgstr ""
+
+#: ../../changelog.md:401
+msgid ""
+"Allow sending Quick Reply Options with Direct Messages "
+"([#1280](https://github.com/tweepy/tweepy/issues/1280))"
+msgstr ""
+
+#: ../../changelog.md:402
+msgid ""
+"Replace `API.send_direct_message` parameter, `quick_reply_type`, with "
+"`quick_reply_options`"
+msgstr ""
+
+#: ../../changelog.md:403
+msgid ""
+"Allow sending Call-To-Action buttons with Direct Messages in "
+"`API.send_direct_message` "
+"([#1311](https://github.com/tweepy/tweepy/issues/1311))"
+msgstr ""
+
+#: ../../changelog.md:405
+#, fuzzy
+msgid "Documentation For Existing Methods"
+msgstr "Dodanie dokumentacji dla rozszerzonych Tweetów"
+
+#: ../../changelog.md:406
+msgid ""
+"Document `API.get_settings` "
+"([cbac800](https://github.com/tweepy/tweepy/commit/cbac800b752c7ac063b44e120f9699fd969718de))"
+msgstr ""
+
+#: ../../changelog.md:407
+msgid ""
+"Document `API.incoming_friendships` "
+"([09dbe0e](https://github.com/tweepy/tweepy/commit/09dbe0e8d0975531b559f18caf702152353c0fff))"
+msgstr ""
+
+#: ../../changelog.md:408
+msgid ""
+"Document `API.outgoing_friendships` "
+"([8ff5f22](https://github.com/tweepy/tweepy/commit/8ff5f22c6655002ff7ec230d2200d6833af5ff0a))"
+msgstr ""
+
+#: ../../changelog.md:409
+msgid ""
+"Document `API.search_geo` "
+"([a51a097](https://github.com/tweepy/tweepy/commit/a51a097c13b31a5ce290749b280455cb93f970cb))"
+msgstr ""
+
+#: ../../changelog.md:410
+msgid ""
+"Document `API.set_settings` "
+"([4703da3](https://github.com/tweepy/tweepy/commit/4703da38090292fb48d4d6853eb67883a5c282b8))"
+msgstr ""
+
+#: ../../changelog.md:411
+msgid ""
+"Document `API.supported_languages` "
+"([9bb8446](https://github.com/tweepy/tweepy/commit/9bb8446837562424093d4c65b6c389d2f1228c62))"
+msgstr ""
+
+#: ../../changelog.md:412
+msgid ""
+"Document `API.update_profile_banner` "
+"([a5df615](https://github.com/tweepy/tweepy/commit/a5df61561f2f40be88bc0e52bb6e50ce7b6a6052))"
+msgstr ""
+
+#: ../../changelog.md:414
+msgid "Dependencies"
+msgstr ""
+
+#: ../../changelog.md:415
+msgid ""
+"Update requests_oauthlib dependency requirement to >= 1.0.0 "
+"([bf629e5](https://github.com/tweepy/tweepy/commit/bf629e53abfada2ce58496fe775d81f47a13494e))"
+msgstr ""
+
+#: ../../changelog.md:416
+msgid ""
+"Remove requests socks extra from setup.py `install_requires` "
+"([38b6de6](https://github.com/tweepy/tweepy/commit/38b6de6c464897684cc18638f1b9348f2a7584f2))"
+msgstr ""
+
+#: ../../changelog.md:417
+msgid "Add socks extra requiring requests socks extra"
+msgstr ""
+
+#: ../../changelog.md:420
+msgid ""
+"Check consumer key and secret type when initializing `OAuthHandler` "
+"([#1489](https://github.com/tweepy/tweepy/issues/1489))"
+msgstr ""
+
+#: ../../changelog.md:421
+msgid ""
+"Make `models.User` hashable "
+"([#1306](https://github.com/tweepy/tweepy/pull/1306))"
+msgstr ""
+
+#: ../../changelog.md:422
+msgid ""
+"Reduce extra sleep time for rate limit handling for `API` "
+"([#1049](https://github.com/tweepy/tweepy/issues/1049))"
+msgstr ""
+
+#: ../../changelog.md:423
+msgid ""
+"Handle keyword arguments for `API.update_profile_image` "
+"([ab96f2f](https://github.com/tweepy/tweepy/commit/ab96f2fca9ab6300b2f2be0472bb8458d94dbcac))"
+msgstr ""
+
+#: ../../changelog.md:424
+msgid ""
+"Handle keyword arguments for `API.update_profile_banner` "
+"([88c3fa1](https://github.com/tweepy/tweepy/commit/88c3fa1624af2a9eaaf0b85870ae01115ce0f952))"
+msgstr ""
+
+#: ../../changelog.md:425
+msgid ""
+"Treat all 2xx HTTP status codes as successful responses "
+"([a0f6984](https://github.com/tweepy/tweepy/commit/a0f69848540fceae68de1be2e4dbd3fc6c7794ec))"
+msgstr ""
+
+#: ../../changelog.md:426
+msgid ""
+"Support gevent for streaming "
+"([#651](https://github.com/tweepy/tweepy/issues/651))"
+msgstr ""
+
+#: ../../changelog.md:427
+msgid ""
+"Return thread when using threaded `Stream.filter` and `Stream.sample` "
+"([2e957b6](https://github.com/tweepy/tweepy/commit/2e957b654ed54f7d7c2b92166517f4d15deee240))"
+msgstr ""
+
+#: ../../changelog.md:428
+msgid ""
+"Use specific user agent for `Stream` "
+"([5994c4b](https://github.com/tweepy/tweepy/commit/5994c4b4005f5f909609ff04765b784fcbe9479c))"
+msgstr ""
+
+#: ../../changelog.md:432
+msgid "Various other optimizations and improvements"
+msgstr ""
+
+#: ../../changelog.md:435
+msgid ""
+"Handle connection errors when streaming "
+"([#237](https://github.com/tweepy/tweepy/issues/237), "
+"[#448](https://github.com/tweepy/tweepy/issues/448), "
+"[#750](https://github.com/tweepy/tweepy/issues/750), "
+"[#1024](https://github.com/tweepy/tweepy/issues/1024), "
+"[#1113](https://github.com/tweepy/tweepy/issues/1113), "
+"[#1416](https://github.com/tweepy/tweepy/issues/1416))"
+msgstr ""
+
+#: ../../changelog.md:436
+msgid ""
+"Remove dependence on string length delimitation in `Stream` "
+"([#892](https://github.com/tweepy/tweepy/issues/892))"
+msgstr ""
+
+#: ../../changelog.md:437
+msgid ""
+"Stop reraising exceptions in `Stream._connect` "
+"([#1072](https://github.com/tweepy/tweepy/issues/1072))"
+msgstr ""
+
+#: ../../changelog.md:438
+msgid ""
+"Change `Stream.sample` method to use GET HTTP method "
+"([1b0e869](https://github.com/tweepy/tweepy/commit/1b0e86968db9702ca258b3df93911952fc934f86))"
+msgstr ""
+
+#: ../../changelog.md:439
+msgid ""
+"Default to `models.User` model in `models.Status.parse` more broadly for "
+"`user` attribute to handle parsers without `model_factory` attribute or "
+"model factories without `user` attribute "
+"([#538](https://github.com/tweepy/tweepy/issues/538))"
+msgstr ""
+
+#: ../../changelog.md:440
+msgid ""
+"Default to `models.Status` model in `models.SearchResults.parse` more "
+"broadly for results to handle parsers without `model_factory` attribute "
+"or model factories without `status` attribute "
+"([71c031b](https://github.com/tweepy/tweepy/commit/71c031b64a397c54c8d5f64ead161df63ea1c99c))"
+msgstr ""
+
+#: ../../changelog.md:441
+msgid ""
+"Start on page 1 for `PageIterator` "
+"([#958](https://github.com/tweepy/tweepy/issues/958))"
+msgstr ""
+
+#: ../../changelog.md:442
+msgid ""
+"Handle Twitter API issue with duplicate pages for `API.search_users` "
+"([#958](https://github.com/tweepy/tweepy/issues/958), "
+"[#1465](https://github.com/tweepy/tweepy/issues/1465))"
+msgstr ""
+
+#: ../../changelog.md:443
+msgid ""
+"Allow integer IDs for `Stream.filter` "
+"([#829](https://github.com/tweepy/tweepy/issues/829), "
+"[#830](https://github.com/tweepy/tweepy/pull/830))"
+msgstr ""
+
+#: ../../changelog.md:444
+msgid ""
+"Handle `ChunkedEncodingError` during streaming "
+"([e8fcc4d](https://github.com/tweepy/tweepy/commit/e8fcc4da695abe15e8da371c1127f548aa8889ad))"
+msgstr ""
+
+#: ../../changelog.md:445
+msgid ""
+"Handle Twitter API errors with successful HTTP status codes "
+"([#1427](https://github.com/tweepy/tweepy/issues/1427))"
+msgstr ""
+
+#: ../../changelog.md:446
+msgid ""
+"Handle initial negative or zero limits in `Cursor` iterators "
+"([c1457b7](https://github.com/tweepy/tweepy/commit/c1457b7785764d736b0b1d60a15deb95581b783f))"
+msgstr ""
+
+#: ../../changelog.md:448
 msgid "Version 3.10.0"
 msgstr "Wersja 3.10.0"
 
-#: ../../changelog.md:8
+#: ../../changelog.md:450
+#, fuzzy
 msgid ""
-"This will be the last major and minor version to support Python 2.7 (#1253) and "
-"Python 3.5.<br />The next non-patch release should be version 4.0.0."
+"This will be the last major and minor version to support Python 2.7 "
+"([#1253](https://github.com/tweepy/tweepy/issues/1253)) and Python 3.5."
+"   The next non-patch release should be version 4.0.0."
 msgstr ""
-"Będzie to ostatnia większa i mniejsza wersja wspierająca Pythona 2.7 (#1253) i "
-"Pythona 3.5.<br />Następnym wydaniem bez poprawek powinna być wersja 4.0.0."
-
-#: ../../changelog.md:11 ../../changelog.md:34 ../../changelog.md:75
-#: ../../changelog.md:106 ../../changelog.md:122
-msgid "New Features / Improvements"
-msgstr "Nowe funkcje / Usprawnienia"
+"Będzie to ostatnia większa i mniejsza wersja wspierająca Pythona 2.7 "
+"(#1253) i Pythona 3.5.<br />Następnym wydaniem bez poprawek powinna być "
+"wersja 4.0.0."
 
-#: ../../changelog.md:12
-msgid "Add API.search_30_day and API.search_full_archive (#1175, #1294)"
-msgstr "Dodanie API.search_30_day and API.search_full_archive (#1175, #1294)"
+#: ../../changelog.md:454
+msgid ""
+"Add `API.search_30_day` and `API.search_full_archive` "
+"([#1175](https://github.com/tweepy/tweepy/issues/1175), "
+"[#1294](https://github.com/tweepy/tweepy/pull/1294))"
+msgstr ""
 
-#: ../../changelog.md:13
-msgid "Update allowed parameters for API.home_timeline (#1410, #1458)"
-msgstr "Aktualizacja dozwolonych parametrów dla API.home_timeline (#1410, #1458)"
+#: ../../changelog.md:455
+msgid ""
+"Update allowed parameters for `API.home_timeline` "
+"([#1410](https://github.com/tweepy/tweepy/issues/1410), "
+"[#1458](https://github.com/tweepy/tweepy/pull/1458))"
+msgstr ""
 
-#: ../../changelog.md:14
-msgid "Add trim_user, exclude_replies, include_entities"
+#: ../../changelog.md:456
+#, fuzzy
+msgid "Add `trim_user`, `exclude_replies`, `include_entities`"
 msgstr "Dodanie trim_user, exclude_replies, include_entities"
 
-#: ../../changelog.md:15
-msgid "Remove page as erroneously documented parameter"
+#: ../../changelog.md:457
+#, fuzzy
+msgid "Remove `page` as erroneously documented parameter"
 msgstr "Usunięcie strony jako błędnie udokumentowany parametr"
 
-#: ../../changelog.md:16
-msgid "Reorder count to be the first parameter"
+#: ../../changelog.md:458
+#, fuzzy
+msgid "Reorder `count` to be the first parameter"
 msgstr "Ustawienie count jako pierwszego parametru"
 
-#: ../../changelog.md:17
-msgid "Update allowed parameters for API.get_oembed"
+#: ../../changelog.md:459
+#, fuzzy
+msgid "Update allowed parameters for `API.get_oembed`"
 msgstr "Aktualizacja dozwolonych parametrów dla API.get_oembed"
 
-#: ../../changelog.md:18
-msgid "Add hide_thread, theme, link_color, widget_type, dnt"
+#: ../../changelog.md:460
+#, fuzzy
+msgid "Add `hide_thread`, `theme`, `link_color`, `widget_type`, `dnt`"
 msgstr "Dodanie hide_thread, theme, link_color, widget_type, dnt"
 
-#: ../../changelog.md:19
-msgid "Remove id"
+#: ../../changelog.md:461
+#, fuzzy
+msgid "Remove `id`"
 msgstr "Usunięcie id"
 
-#: ../../changelog.md:20
-msgid "Remove API.update_profile_background_image (#1466)"
+#: ../../changelog.md:462
+#, fuzzy
+msgid ""
+"Remove `API.update_profile_background_image` "
+"([#1466](https://github.com/tweepy/tweepy/issues/1466))"
 msgstr "Usunięcie API.update_profile_background_image (#1466)"
 
-#: ../../changelog.md:21
+#: ../../changelog.md:463
 msgid "Add support for Python 3.9"
 msgstr "Dodanie wsparcia dla Python 3.9"
 
-#: ../../changelog.md:22
+#: ../../changelog.md:464
+#, fuzzy
 msgid ""
-"Switch from Travis CI to GitHub Actions to run tests and deploy releases (#1402)"
+"Switch from Travis CI to GitHub Actions to run tests and deploy releases "
+"([#1402](https://github.com/tweepy/tweepy/pull/1402))"
 msgstr ""
-"Przejście z Travis CI na GitHub Actions do przeprowadzania testów i wdrażania "
-"nowych wersji (#1402)"
+"Przejście z Travis CI na GitHub Actions do przeprowadzania testów i "
+"wdrażania nowych wersji (#1402)"
 
-#: ../../changelog.md:23 ../../changelog.md:66 ../../changelog.md:93
+#: ../../changelog.md:465 ../../changelog.md:508 ../../changelog.md:535
 msgid "Update and improve various documentation"
 msgstr "Zaktualizowanie i poprawa dokumentacji"
 
-#: ../../changelog.md:25 ../../changelog.md:68 ../../changelog.md:95
-#: ../../changelog.md:115 ../../changelog.md:131 ../../changelog.md:146
-#: ../../changelog.md:159
-msgid "Bug Fixes"
-msgstr "Naprawa błędów"
-
-#: ../../changelog.md:26
+#: ../../changelog.md:468
+#, fuzzy
 msgid ""
-"Use mimetypes.guess_type as fallback for determining image file type (#1411)"
+"Use `mimetypes.guess_type` as fallback for determining image file type "
+"([#1411](https://github.com/tweepy/tweepy/issues/1411))"
 msgstr ""
-"Użycie mimetypes.guess_type jako alternatywy dla określenia typu pliku obrazu "
-"(#1411)"
+"Użycie mimetypes.guess_type jako alternatywy dla określenia typu pliku "
+"obrazu (#1411)"
 
-#: ../../changelog.md:27
+#: ../../changelog.md:469
 msgid "Use proper MIME type in Content-Type header for uploaded images"
 msgstr ""
-"Użycie odpowiedniego typu MIME w nagłówku Content-Type dla przesyłanych obrazów"
+"Użycie odpowiedniego typu MIME w nagłówku Content-Type dla przesyłanych "
+"obrazów"
 
-#: ../../changelog.md:28
-msgid "Allow file parameter to be used again for API.media_upload (#1412, #1413)"
+#: ../../changelog.md:470
+msgid ""
+"Allow `file` parameter to be used again for `API.media_upload` "
+"([#1412](https://github.com/tweepy/tweepy/issues/1412), "
+"[#1413](https://github.com/tweepy/tweepy/pull/1413))"
 msgstr ""
-"Pozwolenie na ponowne użycie parametru file dla API.media_upload (#1412, #1413)"
 
-#: ../../changelog.md:29
+#: ../../changelog.md:471
+#, fuzzy
 msgid ""
-"Allow file parameter to be used again for API.update_profile_banner, API."
-"update_profile_image, and API.update_with_media (#1475)"
+"Allow `file` parameter to be used again for `API.update_profile_banner`, "
+"`API.update_profile_image`, and `API.update_with_media` "
+"([#1475](https://github.com/tweepy/tweepy/pull/1475))"
 msgstr ""
-"Pozwolenie na ponowne użycie parametru pliku dla API.update_profile_banner, API."
-"update_profile_image, i API.update_with_media (#1475)"
+"Pozwolenie na ponowne użycie parametru pliku dla "
+"API.update_profile_banner, API.update_profile_image, i "
+"API.update_with_media (#1475)"
 
-#: ../../changelog.md:30
+#: ../../changelog.md:472
+#, fuzzy
 msgid ""
-"Fix User.lists, User.lists_memberships, and User.lists_subscriptions to "
-"retrieve information about the user in question rather than the authenticating "
-"user (#1443, #1444)"
+"Fix `User.lists`, `User.lists_memberships`, and "
+"`User.lists_subscriptions` to retrieve information about the user in "
+"question rather than the authenticating user "
+"([#1443](https://github.com/tweepy/tweepy/issues/1443), "
+"[#1444](https://github.com/tweepy/tweepy/pull/1444))"
 msgstr ""
-"Naprawienie User.lists, User.lists_memberships i User.lists_subscriptions, aby "
-"pobierały informacje o użytkowniku, którego dotyczą, a nie o zuwierzytelnionym "
-"użytkowniku (#1443, #1444)"
+"Naprawienie User.lists, User.lists_memberships i "
+"User.lists_subscriptions, aby pobierały informacje o użytkowniku, którego"
+" dotyczą, a nie o zuwierzytelnionym użytkowniku (#1443, #1444)"
 
-#: ../../changelog.md:32
+#: ../../changelog.md:474
 msgid "Version 3.9.0"
 msgstr "Wersja 3.9.0"
 
-#: ../../changelog.md:35
-msgid "Add API.create_media_metadata (#716)"
-msgstr "Dodanie API.create_media_metadata (#716)"
+#: ../../changelog.md:477
+msgid ""
+"Add `API.create_media_metadata` "
+"([#716](https://github.com/tweepy/tweepy/issues/716))"
+msgstr ""
 
-#: ../../changelog.md:36
-msgid "Update allowed parameters for API.update_status (#1101)"
+#: ../../changelog.md:478
+#, fuzzy
+msgid ""
+"Update allowed parameters for `API.update_status` "
+"([#1101](https://github.com/tweepy/tweepy/issues/1101))"
 msgstr "Zaktualizowanie dozwolonych parametrów dla API.update_status (#1101)"
 
-#: ../../changelog.md:37
+#: ../../changelog.md:479
+#, fuzzy
 msgid ""
-"Add exclude_reply_user_ids, attachment_url, possibly_sensitive, trim_user, "
-"enable_dmcommands, fail_dmcommands, card_uri"
+"Add `exclude_reply_user_ids`, `attachment_url`, `possibly_sensitive`, "
+"`trim_user`, `enable_dmcommands`, `fail_dmcommands`, `card_uri`"
 msgstr ""
-"Dodanie exclude_reply_user_ids, attachment_url, possibly_sensitive, trim_user, "
-"enable_dmcommands, fail_dmcommands, card_uri"
+"Dodanie exclude_reply_user_ids, attachment_url, possibly_sensitive, "
+"trim_user, enable_dmcommands, fail_dmcommands, card_uri"
 
-#: ../../changelog.md:38
-msgid "Remove in_reply_to_status_id_str, source"
+#: ../../changelog.md:480
+#, fuzzy
+msgid "Remove `in_reply_to_status_id_str`, `source`"
 msgstr "Usunięcie in_reply_to_status_id_str, source"
 
-#: ../../changelog.md:39
-msgid "Add allowed parameters to API.get_status"
+#: ../../changelog.md:481
+#, fuzzy
+msgid "Add allowed parameters to `API.get_status`"
 msgstr "Dodanie dozwolonych parametrów dla API.get_status"
 
-#: ../../changelog.md:40
+#: ../../changelog.md:482
+#, fuzzy
 msgid ""
-"trim_user, include_my_retweet, include_entities, include_ext_alt_text, "
-"include_card_uri"
+"`trim_user`, `include_my_retweet`, `include_entities`, "
+"`include_ext_alt_text`, `include_card_uri`"
 msgstr ""
 "trim_user, include_my_retweet, include_entities, include_ext_alt_text, "
 "include_card_uri"
 
-#: ../../changelog.md:41
-msgid "Add allowed parameters to API.statuses_lookup"
+#: ../../changelog.md:483
+#, fuzzy
+msgid "Add allowed parameters to `API.statuses_lookup`"
 msgstr "Dodanie dozwolonych parametrów dla API.statuses_lookup"
 
-#: ../../changelog.md:42
-msgid "include_ext_alt_text, include_card_uri"
+#: ../../changelog.md:484
+#, fuzzy
+msgid "`include_ext_alt_text`, `include_card_uri`"
 msgstr "include_ext_alt_text, include_card_uri"
 
-#: ../../changelog.md:43
-msgid "Improve API.lookup_users (#706)"
-msgstr "Poprawienie API.lookup_users (#706)"
+#: ../../changelog.md:485
+msgid ""
+"Improve `API.lookup_users` "
+"([#706](https://github.com/tweepy/tweepy/issues/706))"
+msgstr ""
 
-#: ../../changelog.md:44
+#: ../../changelog.md:486
+#, fuzzy
 msgid ""
-"Improve and optimize API.statuses_lookup, API.create_media_metadata, API."
-"update_status"
+"Improve and optimize `API.statuses_lookup`, `API.create_media_metadata`, "
+"`API.update_status`"
 msgstr ""
-"Poprawienie i optymalizacja API.statuses_lookup, API.create_media_metadata, API."
-"update_status"
+"Poprawienie i optymalizacja API.statuses_lookup, "
+"API.create_media_metadata, API.update_status"
 
-#: ../../changelog.md:45
-msgid "Add reverse as allowed parameter for API.lists_all"
+#: ../../changelog.md:487
+#, fuzzy
+msgid "Add `reverse` as allowed parameter for `API.lists_all`"
 msgstr "Dodanie reverse jako dozwolonego parametru dla API.lists_all"
 
-#: ../../changelog.md:46
-msgid "Add count as allowed parameter for API.lists_memberships"
+#: ../../changelog.md:488
+#, fuzzy
+msgid "Add `count` as allowed parameter for `API.lists_memberships`"
 msgstr "Dodanie count jako dozwolonego parametru dla API.lists_memberships"
 
-#: ../../changelog.md:47
-msgid "Add count as allowed parameter for API.lists_subscriptions"
+#: ../../changelog.md:489
+#, fuzzy
+msgid "Add `count` as allowed parameter for `API.lists_subscriptions`"
 msgstr "Dodanie count jako dozwolonego parametru dla API.lists_subscriptions"
 
-#: ../../changelog.md:48
-msgid "Add include_entities as allowed parameter for API.list_timeline"
+#: ../../changelog.md:490
+#, fuzzy
+msgid "Add `include_entities` as allowed parameter for `API.list_timeline`"
 msgstr "Dodanie include_entities jako dozwolonego parametru dla API.list_timeline"
 
-#: ../../changelog.md:49
-msgid "Add allowed parameters to API.list_subscribers"
+#: ../../changelog.md:491
+#, fuzzy
+msgid "Add allowed parameters to `API.list_subscribers`"
 msgstr "Dodanie dozwolonych parametrów dla API.list_subscribers"
 
-#: ../../changelog.md:50
-msgid "count, include_entities, skip_status"
+#: ../../changelog.md:492
+#, fuzzy
+msgid "`count`, `include_entities`, `skip_status`"
 msgstr "count, include_entities, skip_status"
 
-#: ../../changelog.md:51
+#: ../../changelog.md:493
 msgid "Add support for Python 3.8"
 msgstr "Dodanie wsparcia dla Python 3.8"
 
-#: ../../changelog.md:52
+#: ../../changelog.md:494
 msgid "Update and improve setup.py"
 msgstr "Aktualizacja i poprawa setup.py"
 
-#: ../../changelog.md:53
+#: ../../changelog.md:495
 msgid "Use requests socks extra instead of requiring PySocks directly"
 msgstr ""
-"Od teraz używane są requests socks extra zamiast wymagania PySocks bezpośrednio"
+"Od teraz używane są requests socks extra zamiast wymagania PySocks "
+"bezpośrednio"
 
-#: ../../changelog.md:54
+#: ../../changelog.md:496
+#, fuzzy
 msgid ""
-"Allow uploading of images with file names without extensions (#1060, #1086)"
+"Allow uploading of images with file names without extensions "
+"([#1060](https://github.com/tweepy/tweepy/issues/1060), "
+"[#1086](https://github.com/tweepy/tweepy/pull/1086))"
 msgstr ""
-"Zezwalanie na wysyłanie obrazów z nazwami plików bez rozszerzeń (#1060, #1086"
+"Zezwalanie na wysyłanie obrazów z nazwami plików bez rozszerzeń (#1060, "
+"#1086"
 
-#: ../../changelog.md:55
-msgid "Support uploading WebP images (#1298)"
-msgstr "Wsparcie dla przesyłania obrazów WebP (#1298)"
+#: ../../changelog.md:497
+#, fuzzy
+msgid ""
+"Support uploading WebP images "
+"([#1298](https://github.com/tweepy/tweepy/issues/1298))"
+msgstr ""
+"Poprawienie wywoływania kursora, przekazującego argumenty do metody "
+"bazowej. (https://github.com/tweepy/tweepy/issues/515)"
 
-#: ../../changelog.md:56
-msgid "Add missing attributes to Relationship model (#1375)"
+#: ../../changelog.md:498
+#, fuzzy
+msgid ""
+"Add missing attributes to `Relationship` model "
+"([#1375](https://github.com/tweepy/tweepy/pull/1375))"
 msgstr "Dodanie brakującego atrybutu do modelu Relationship (#1375)"
 
-#: ../../changelog.md:57
-msgid "Update max allowed size for uploaded GIFs (#1336, #1338)"
+#: ../../changelog.md:499
+msgid ""
+"Update max allowed size for uploaded GIFs "
+"([#1336](https://github.com/tweepy/tweepy/issues/1336), "
+"[#1338](https://github.com/tweepy/tweepy/pull/1338))"
 msgstr ""
-"Aktualizacja maksymalnego dozwolonego rozmiaru dla wysyłanych GIFów (#1336, "
-"#1338)"
 
-#: ../../changelog.md:58
-msgid "Add _json attribute to DirectMessage model (#1342)"
+#: ../../changelog.md:500
+#, fuzzy
+msgid ""
+"Add `_json` attribute to `DirectMessage` model "
+"([#1342](https://github.com/tweepy/tweepy/pull/1342))"
 msgstr "Dodanie atrybutu _json do modelu DirectMessage (#1342)"
 
-#: ../../changelog.md:59
-msgid "Update and improve tests (#1217)"
-msgstr "Aktualizacja i poprawa testów (#1217)"
+#: ../../changelog.md:501
+msgid ""
+"Update and improve tests "
+"([#1217](https://github.com/tweepy/tweepy/issues/1217))"
+msgstr ""
 
-#: ../../changelog.md:60
+#: ../../changelog.md:502
 msgid "Add documentation for extended Tweets"
 msgstr "Dodanie dokumentacji dla rozszerzonych Tweetów"
 
-#: ../../changelog.md:61
-msgid "Document API.lookup_users (#539)"
-msgstr "Dodanie dokumentacji dla API.lookup_users (#539)"
+#: ../../changelog.md:503
+msgid ""
+"Document `API.lookup_users` "
+"([#539](https://github.com/tweepy/tweepy/issues/539))"
+msgstr ""
 
-#: ../../changelog.md:62
-msgid "Add documentation for running tests (#681)"
+#: ../../changelog.md:504
+#, fuzzy
+msgid ""
+"Add documentation for running tests "
+"([#681](https://github.com/tweepy/tweepy/issues/681))"
 msgstr "Dodanie dokumentacji dla przeprowadzania testów (#681)"
 
-#: ../../changelog.md:63
-msgid "Add Korean translation of documentation (#1296)"
+#: ../../changelog.md:505
+#, fuzzy
+msgid ""
+"Add Korean translation of documentation "
+"([#1296](https://github.com/tweepy/tweepy/pull/1296))"
 msgstr "Dodanie koreańskiego tłumaczenia do dokumentacji (#1296)"
 
-#: ../../changelog.md:64
-msgid "Add Polish translation of documentation (#1316)"
+#: ../../changelog.md:506
+#, fuzzy
+msgid ""
+"Add Polish translation of documentation "
+"([#1316](https://github.com/tweepy/tweepy/pull/1316))"
 msgstr "Dodanie polskiego tłumaczenia do dokumentacji (#1316)"
 
-#: ../../changelog.md:65
-msgid "Document API.lookup_friendships (#1375)"
-msgstr "Dodanie dokumentacji dla API.lookup_friendships (#1375)"
+#: ../../changelog.md:507
+msgid ""
+"Document `API.lookup_friendships` "
+"([#1375](https://github.com/tweepy/tweepy/pull/1375))"
+msgstr ""
 
-#: ../../changelog.md:69
-msgid "Fix handling of invalid credentials for API.verify_credentials"
+#: ../../changelog.md:511
+#, fuzzy
+msgid "Fix handling of invalid credentials for `API.verify_credentials`"
 msgstr "Naprawa obsługi niepoprawnych danych dostępu dla API.verify_credentials"
 
-#: ../../changelog.md:70
+#: ../../changelog.md:512
+#, fuzzy
 msgid ""
-"Handle boolean value for API.verify_credentials include_email parameter (#890)"
+"Handle boolean value for `API.verify_credentials` include_email parameter"
+" ([#890](https://github.com/tweepy/tweepy/issues/890))"
 msgstr ""
-"Obsługa wartości boolean dla parametru API.verify_credentials include_email "
-"(#890)"
+"Obsługa wartości boolean dla parametru API.verify_credentials "
+"include_email (#890)"
 
-#: ../../changelog.md:71
+#: ../../changelog.md:513
 msgid ""
-"Allow Cursor to be used with API.list_direct_messages by adding "
-"DMCursorIterator (#1261, #1262)"
+"Allow `Cursor` to be used with `API.list_direct_messages` by adding "
+"DMCursorIterator ([#1261](https://github.com/tweepy/tweepy/issues/1261), "
+"[#1262](https://github.com/tweepy/tweepy/pull/1262))"
 msgstr ""
-"Zezwolenie na użycie kursora z API.list_direct_messages przez dodanie "
-"DMCursorIterator (#1261, #1262)"
 
-#: ../../changelog.md:73
+#: ../../changelog.md:515
 msgid "Version 3.8.0"
 msgstr "Wersja 3.8.0"
 
-#: ../../changelog.md:76
-msgid "Allow streams to use daemon threads (#1126)"
+#: ../../changelog.md:518
+#, fuzzy
+msgid ""
+"Allow streams to use daemon threads "
+"([#1126](https://github.com/tweepy/tweepy/pull/1126))"
 msgstr "Zezwolenie strumieniom na używanie wątków demonów (#1126)"
 
-#: ../../changelog.md:77
-msgid "Remove API.set_delivery_device (#1203)"
-msgstr "Usunięcie API.set_delivery_device (#1203)"
+#: ../../changelog.md:519
+msgid ""
+"Remove `API.set_delivery_device` "
+"([#1203](https://github.com/tweepy/tweepy/issues/1203))"
+msgstr ""
 
-#: ../../changelog.md:78
-msgid "Remove simplejson import and usage (#832)"
+#: ../../changelog.md:520
+#, fuzzy
+msgid ""
+"Remove simplejson import and usage "
+"([#832](https://github.com/tweepy/tweepy/pull/832))"
 msgstr "Usunięcie simplejson import and usage (#832)"
 
-#: ../../changelog.md:79
-msgid "Allow cursor parameter for API.blocks_ids and API.mutes_ids (#1208)"
+#: ../../changelog.md:521
+#, fuzzy
+msgid ""
+"Allow `cursor` parameter for `API.blocks_ids` and `API.mutes_ids` "
+"([#1208](https://github.com/tweepy/tweepy/pull/1208))"
 msgstr "Dodanie parametru cursor dla API.blocks_ids and API.mutes_ids (#1208)"
 
-#: ../../changelog.md:80
+#: ../../changelog.md:522
 msgid "Drop support for Python 3.4"
 msgstr "Porzucenie wsparcia dla Python 3.4"
 
-#: ../../changelog.md:81
-msgid "Allow perform_block parameter for API.report_spam (#1090)"
+#: ../../changelog.md:523
+#, fuzzy
+msgid ""
+"Allow `perform_block` parameter for `API.report_spam` "
+"([#1090](https://github.com/tweepy/tweepy/pull/1090))"
 msgstr "Zezwolenie parametru perform_block dla API.report_spam (#1090)"
 
-#: ../../changelog.md:82
-msgid "Add API.mutes (#1197, #1215)"
-msgstr "Dodanie API.mutes (#1197, #1215)"
-
-#: ../../changelog.md:83
-msgid "Allow count parameter for API.friends (#577)"
-msgstr "Zezwolenie parametru count dla API.friends (#577)"
+#: ../../changelog.md:524
+msgid ""
+"Add `API.mutes` ([#1197](https://github.com/tweepy/tweepy/issues/1197), "
+"[#1215](https://github.com/tweepy/tweepy/pull/1215))"
+msgstr ""
 
-#: ../../changelog.md:84
-msgid "Remove since, from, to, and source as allowed parameters for API.search"
+#: ../../changelog.md:525
+msgid ""
+"Allow `count` parameter for `API.friends` "
+"([#577](https://github.com/tweepy/tweepy/issues/577))"
 msgstr ""
-"Usunięcie since, from, to, oraz source jako dozwolonych parametrów dla API."
-"search"
 
-#: ../../changelog.md:85
-msgid "Handle location deletion and withheld content notices for streams (#886)"
+#: ../../changelog.md:526
+#, fuzzy
+msgid ""
+"Remove `since`, `from`, `to`, and `source` as allowed parameters for "
+"`API.search`"
 msgstr ""
-"Dodanie obsługi powiadomienia o usunięciu lokalizacji i wstrzymanej zawartości "
-"dla strumieni (#886)"
+"Usunięcie since, from, to, oraz source jako dozwolonych parametrów dla "
+"API.search"
 
-#: ../../changelog.md:86
-msgid "Allow usage of equality and difference operators with User objects (#939)"
+#: ../../changelog.md:527
+#, fuzzy
+msgid ""
+"Handle location deletion and withheld content notices for streams "
+"([#886](https://github.com/tweepy/tweepy/pull/886))"
 msgstr ""
-"Zezwolenie na użycie operatorów równości i różnicy z obiektami User (#939)"
+"Dodanie obsługi powiadomienia o usunięciu lokalizacji i wstrzymanej "
+"zawartości dla strumieni (#886)"
 
-#: ../../changelog.md:87
-msgid "Add _json attribute to Category, Friendship, and List models (#590, #1169)"
+#: ../../changelog.md:528
+#, fuzzy
+msgid ""
+"Allow usage of equality and difference operators with `User` objects "
+"([#939](https://github.com/tweepy/tweepy/pull/939))"
+msgstr "Zezwolenie na użycie operatorów równości i różnicy z obiektami User (#939)"
+
+#: ../../changelog.md:529
+msgid ""
+"Add `_json` attribute to `Category`, `Friendship`, and `List` models "
+"([#590](https://github.com/tweepy/tweepy/issues/590), "
+"[#1169](https://github.com/tweepy/tweepy/pull/1169))"
 msgstr ""
-"Dodanie atrybutu _json do modeli Category, Friendship oraz List (#590, #1169)"
 
-#: ../../changelog.md:88
+#: ../../changelog.md:530
+#, fuzzy
 msgid ""
-"Remove API.suggested_categories, API.suggested_users, and API."
-"suggested_users_tweets"
+"Remove `API.suggested_categories`, `API.suggested_users`, and "
+"`API.suggested_users_tweets`"
 msgstr ""
-"Usunięcie API.suggested_categories, API.suggested_users oraz API."
-"suggested_users_tweets"
+"Usunięcie API.suggested_categories, API.suggested_users oraz "
+"API.suggested_users_tweets"
 
-#: ../../changelog.md:89
-msgid "Update and improve tests and cassettes (#1242)"
+#: ../../changelog.md:531
+#, fuzzy
+msgid ""
+"Update and improve tests and cassettes "
+"([#1242](https://github.com/tweepy/tweepy/pull/1242))"
 msgstr "Aktualizacja i poprawa testów oraz kaset (#1242)"
 
-#: ../../changelog.md:90
-msgid "Update DirectMessage model (#1081, #1228)"
-msgstr "Akutalizacja modelu DirectMessage (#1081, #1228)"
+#: ../../changelog.md:532
+msgid ""
+"Update `DirectMessage` model "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
+msgstr ""
 
-#: ../../changelog.md:91
+#: ../../changelog.md:533
 msgid ""
-"Replace API.direct_messages and API.sent_direct_messages with API."
-"list_direct_messages (#1081, #1228)"
+"Replace `API.direct_messages` and `API.sent_direct_messages` with "
+"`API.list_direct_messages` "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
 msgstr ""
-"Zamiana API.direct_messages oraz API.sent_direct_messages na API."
-"list_direct_messages (#1081, #1228)"
 
-#: ../../changelog.md:92
+#: ../../changelog.md:534
 msgid ""
-"Update API.get_direct_message, API.send_direct_message, and API."
-"destroy_direct_message (#1081, #1228)"
+"Update `API.get_direct_message`, `API.send_direct_message`, and "
+"`API.destroy_direct_message` "
+"([#1081](https://github.com/tweepy/tweepy/issues/1081), "
+"[#1228](https://github.com/tweepy/tweepy/pull/1228))"
 msgstr ""
-"Aktualizacja API.get_direct_message, API.send_direct_message, and API."
-"destroy_direct_message (#1081, #1228"
 
-#: ../../changelog.md:96
-msgid "Exclude examples during installation (#1141, #1164)"
-msgstr "Wykluczenie przykładów podczas instalacji (#1141, #1164)"
+#: ../../changelog.md:538
+msgid ""
+"Exclude examples during installation "
+"([#1141](https://github.com/tweepy/tweepy/issues/1141), "
+"[#1164](https://github.com/tweepy/tweepy/pull/1164))"
+msgstr ""
 
-#: ../../changelog.md:97
-msgid "Properly initialize OAuthHandler.request_token (#1149)"
+#: ../../changelog.md:539
+#, fuzzy
+msgid ""
+"Properly initialize `OAuthHandler.request_token` "
+"([#1149](https://github.com/tweepy/tweepy/pull/1149))"
 msgstr "Poprawne inicjalizowanie OAuthHandler.request_token (#1149)"
 
-#: ../../changelog.md:98
-msgid "Properly handle map_ parameter for API.statuses_lookup (#598)"
+#: ../../changelog.md:540
+#, fuzzy
+msgid ""
+"Properly handle `map_` parameter for `API.statuses_lookup` "
+"([#598](https://github.com/tweepy/tweepy/issues/598))"
 msgstr "Poprawna obsługa parametru map_ dla API.statuses_lookup (#598)"
 
-#: ../../changelog.md:99
+#: ../../changelog.md:541
 msgid ""
-"Support cursor pagination for API.blocks_ids and API.mutes_ids (#930, #931)"
+"Support cursor pagination for `API.blocks_ids` and `API.mutes_ids` "
+"([#930](https://github.com/tweepy/tweepy/issues/930), "
+"[#931](https://github.com/tweepy/tweepy/pull/931))"
 msgstr ""
-"Wsparcie indeksowania kursora dla API.blocks_ids oraz API.mutes_ids (#930, #931)"
 
-#: ../../changelog.md:100
+#: ../../changelog.md:542
+#, fuzzy
 msgid ""
-"Return values for API.update_profile_background_image and API."
-"update_profile_banner (#904)"
+"Return values for `API.update_profile_background_image` and "
+"`API.update_profile_banner` "
+"([#904](https://github.com/tweepy/tweepy/pull/904))"
 msgstr ""
-"Zwracanie wartości dla API.update_profile_background_image oraz API."
-"update_profile_banner (#904)"
+"Zwracanie wartości dla API.update_profile_background_image oraz "
+"API.update_profile_banner (#904)"
 
-#: ../../changelog.md:101
+#: ../../changelog.md:543
 msgid "Replace usage of root logger"
 msgstr "Zamiana użycie rejestratora głównego"
 
-#: ../../changelog.md:102
-msgid "Close Requests sessions (#810, #1093, #1237)"
-msgstr "Zamknięcie sesji Requests (#810, #1093, #1237)"
+#: ../../changelog.md:544
+msgid ""
+"Close Requests sessions "
+"([#810](https://github.com/tweepy/tweepy/issues/810), "
+"[#1093](https://github.com/tweepy/tweepy/issues/1093), "
+"[#1237](https://github.com/tweepy/tweepy/issues/1237))"
+msgstr ""
 
-#: ../../changelog.md:104
+#: ../../changelog.md:546
 msgid "Version 3.7.0"
 msgstr "Wersja 3.7.0"
 
-#: ../../changelog.md:107
+#: ../../changelog.md:549
+#, fuzzy
 msgid ""
-"Allow trim_user and exclude_replies as parameters for API.user_timeline (#909)"
+"Allow `trim_user` and `exclude_replies` as parameters for "
+"`API.user_timeline` ([#909](https://github.com/tweepy/tweepy/pull/909))"
 msgstr ""
-"Zezwolenie parametrów trim_user oraz exclude_replies dla API.user_timeline "
-"(#909)"
+"Zezwolenie parametrów trim_user oraz exclude_replies dla "
+"API.user_timeline (#909)"
 
-#: ../../changelog.md:108
-msgid "Allow tweet_mode parameter for API.statuses_lookup (#840, #926)"
-msgstr "Zezwolenie parametru tweet_mode dla API.statuses_lookup (#840, #926)"
+#: ../../changelog.md:550
+msgid ""
+"Allow `tweet_mode` parameter for `API.statuses_lookup` "
+"([#840](https://github.com/tweepy/tweepy/issues/840), "
+"[#926](https://github.com/tweepy/tweepy/pull/926))"
+msgstr ""
 
-#: ../../changelog.md:109
+#: ../../changelog.md:551
 msgid "Drop support for Python 2.6 and 3.3"
 msgstr "Porzucenie wsparcia dla Python 2.6 oraz 3.3"
 
-#: ../../changelog.md:110
-msgid "Discord Server"
-msgstr "Serwer Discord"
+#: ../../changelog.md:552
+msgid "[Discord Server](https://discord.gg/bJvqnhg)"
+msgstr ""
 
-#: ../../changelog.md:111
-msgid "Add proxy support for streams (#1033)"
+#: ../../changelog.md:553
+#, fuzzy
+msgid ""
+"Add proxy support for streams "
+"([#1033](https://github.com/tweepy/tweepy/pull/1033))"
 msgstr "Dodanie wsparcia proxy dla strumieni (#1033)"
 
-#: ../../changelog.md:112
-msgid "Add API.create_mute, API.destroy_mute, and API.mutes_ids (#1055)"
+#: ../../changelog.md:554
+#, fuzzy
+msgid ""
+"Add `API.create_mute`, `API.destroy_mute`, and `API.mutes_ids` "
+"([#1055](https://github.com/tweepy/tweepy/pull/1055))"
 msgstr "Dodanie API.create_mute, API.destroy_mute, and API.mutes_ids (#1055)"
 
-#: ../../changelog.md:113
-msgid "Allow tweet_mode parameter for API.lookup_users (#1130)"
+#: ../../changelog.md:555
+#, fuzzy
+msgid ""
+"Allow `tweet_mode` parameter for `API.lookup_users` "
+"([#1130](https://github.com/tweepy/tweepy/pull/1130))"
 msgstr "Zezwolenie parametru tweet_mode dla API.lookup_users (#1130)"
 
-#: ../../changelog.md:116
-msgid "Fix AttributeError during streaming (#1026, #1027)"
+#: ../../changelog.md:558
+msgid ""
+"Fix `AttributeError` during streaming "
+"([#1026](https://github.com/tweepy/tweepy/issues/1026), "
+"[#1027](https://github.com/tweepy/tweepy/pull/1027))"
 msgstr ""
-"Naprawienie AttributeError podczas przesyłania strumieniowego (#1026, #1027)"
 
-#: ../../changelog.md:117
-msgid "Update how requirements are specified (#1029, #1030)"
-msgstr "Uaktualnienie sposobu określania wymagań (#1029, #1030)"
+#: ../../changelog.md:559
+msgid ""
+"Update how requirements are specified "
+"([#1029](https://github.com/tweepy/tweepy/issues/1029), "
+"[#1030](https://github.com/tweepy/tweepy/pull/1030))"
+msgstr ""
 
-#: ../../changelog.md:118
-msgid "Fix compatibility issue with Python 3.7 (#1017, #1042)"
-msgstr "Naprawa problemu kompatybilności z Pythonem 3.7 (#1017, #1042)"
+#: ../../changelog.md:560
+msgid ""
+"Fix compatibility issue with Python 3.7 "
+"([#1017](https://github.com/tweepy/tweepy/issues/1017), "
+"[#1042](https://github.com/tweepy/tweepy/pull/1042))"
+msgstr ""
 
-#: ../../changelog.md:120
+#: ../../changelog.md:562
 msgid "Version 3.6.0"
 msgstr "Wersja 3.6.0"
 
-#: ../../changelog.md:123
-msgid "Parse Status.quoted_status as a Status object (#633)"
+#: ../../changelog.md:565
+#, fuzzy
+msgid ""
+"Parse `Status.quoted_status` as a `Status` object "
+"([#633](https://github.com/tweepy/tweepy/pull/633))"
 msgstr "Parsowanie Status.quoted_status jako obiektu Status (#633)"
 
-#: ../../changelog.md:124
+#: ../../changelog.md:566
+#, fuzzy
 msgid ""
-"Allow in_reply_to_status_id_str as a parameter for API.update_status and API."
-"update_with_media (#693)"
+"Allow `in_reply_to_status_id_str` as a parameter for `API.update_status` "
+"and `API.update_with_media` "
+"([#693](https://github.com/tweepy/tweepy/pull/693))"
 msgstr ""
-"Zezwolenie parametru in_reply_to_status_id_str dla API.update_status oraz API."
-"update_with_media (#693)"
+"Zezwolenie parametru in_reply_to_status_id_str dla API.update_status oraz"
+" API.update_with_media (#693)"
 
-#: ../../changelog.md:125
-msgid "Add stall_warnings parameter to Stream.sample (#701)"
+#: ../../changelog.md:567
+#, fuzzy
+msgid ""
+"Add `stall_warnings` parameter to `Stream.sample` "
+"([#701](https://github.com/tweepy/tweepy/pull/701))"
 msgstr "Dodanie parametru stall_warnings dla Stream.sample (#701)"
 
-#: ../../changelog.md:126
-msgid "Add API.unretweet (#735, #736)"
-msgstr "Dodanie API.unretweet (#735, #736)"
-
-#: ../../changelog.md:127
+#: ../../changelog.md:568
 msgid ""
-"Allow auto_populate_reply_metadata as a parameter for API.update_status and API."
-"update_with_media (#761)"
+"Add `API.unretweet` ([#735](https://github.com/tweepy/tweepy/issues/735),"
+" [#736](https://github.com/tweepy/tweepy/pull/736))"
 msgstr ""
-"Zezwolenie auto_populate_reply_metadata jako parametru dla API.update_status "
-"oraz API.update_with_media (#761)"
 
-#: ../../changelog.md:128
-msgid "Allow profile_link_color as a parameter for API.update_profile"
+#: ../../changelog.md:569
+#, fuzzy
+msgid ""
+"Allow `auto_populate_reply_metadata` as a parameter for "
+"`API.update_status` and `API.update_with_media` "
+"([#761](https://github.com/tweepy/tweepy/pull/761))"
 msgstr ""
-"Zezwolenie profile_link_color jako parametru dla API.update_profile (#761)"
+"Zezwolenie auto_populate_reply_metadata jako parametru dla "
+"API.update_status oraz API.update_with_media (#761)"
 
-#: ../../changelog.md:129
-msgid "Add support for Python 3.6 (#831, #884)"
-msgstr "Dodanie wsparcia dla Python 3.6 (#831, #884)"
+#: ../../changelog.md:570
+#, fuzzy
+msgid "Allow `profile_link_color` as a parameter for `API.update_profile`"
+msgstr "Zezwolenie profile_link_color jako parametru dla API.update_profile (#761)"
 
-#: ../../changelog.md:132
-msgid "Update file size limit for API.media_upload (#717)"
+#: ../../changelog.md:571
+msgid ""
+"Add support for Python 3.6 "
+"([#831](https://github.com/tweepy/tweepy/pull/831), "
+"[#884](https://github.com/tweepy/tweepy/pull/884))"
+msgstr ""
+
+#: ../../changelog.md:574
+#, fuzzy
+msgid ""
+"Update file size limit for `API.media_upload` "
+"([#717](https://github.com/tweepy/tweepy/pull/717))"
 msgstr "Aktualizacja limitu rozmiaru pliku dla API.media_upload (#717)"
 
-#: ../../changelog.md:133
-msgid "Fix JSONParser.parse returning None in certain cases (#765, #766)"
+#: ../../changelog.md:575
+msgid ""
+"Fix `JSONParser.parse` returning `None` in certain cases "
+"([#765](https://github.com/tweepy/tweepy/issues/765), "
+"[#766](https://github.com/tweepy/tweepy/pull/766))"
 msgstr ""
-"Naprawaa JSONParser.parse zwracającego None w niektórych przypadkach (#765, "
-"#766)"
 
-#: ../../changelog.md:134
-msgid "Include URL parameters when accessing cache (#777)"
+#: ../../changelog.md:576
+#, fuzzy
+msgid ""
+"Include URL parameters when accessing cache "
+"([#777](https://github.com/tweepy/tweepy/pull/777))"
 msgstr "Uwzględnienie parametrów URL podczas dostępu do pamięci podręcznej (#777)"
 
-#: ../../changelog.md:135
+#: ../../changelog.md:577
 msgid "Properly re-raise exceptions during streaming"
-msgstr ""
-"Prawidłowe ponowne podnoszenie wyjątków podczas przesyłania strumieniowego"
+msgstr "Prawidłowe ponowne podnoszenie wyjątków podczas przesyłania strumieniowego"
 
-#: ../../changelog.md:136
-msgid "Fix AttributeError and TypeError during streaming (#698)"
+#: ../../changelog.md:578
+#, fuzzy
+msgid ""
+"Fix `AttributeError` and `TypeError` during streaming "
+"([#698](https://github.com/tweepy/tweepy/issues/698))"
 msgstr ""
-"Naperawa AttributeError oraz TypeError podczas przesyłania strumieniowego (#698)"
+"Naperawa AttributeError oraz TypeError podczas przesyłania strumieniowego"
+" (#698)"
 
-#: ../../changelog.md:137
-msgid "Properly encode filter_level for Stream.filter (#782)"
+#: ../../changelog.md:579
+#, fuzzy
+msgid ""
+"Properly encode `filter_level` for `Stream.filter` "
+"([#782](https://github.com/tweepy/tweepy/issues/782))"
 msgstr "Poprawne kodowanie filter_level dla Stream.filter (#782)"
 
-#: ../../changelog.md:139
+#: ../../changelog.md:581
 msgid "Version 3.5.0"
 msgstr "Wersja 3.5.0"
 
-#: ../../changelog.md:141
+#: ../../changelog.md:583
 msgid "Features / Improvements"
 msgstr "Nowe funkcje / Usprawnienia"
 
-#: ../../changelog.md:142
+#: ../../changelog.md:584
 msgid "Allow 'full_text' param when getting direct messages ( #664 )"
 msgstr ""
-"Zezwolenie parametru 'full_text\" podczas otrzymania bezpośredniej wiadomości "
-"( #664 )"
+"Zezwolenie parametru 'full_text\" podczas otrzymania bezpośredniej "
+"wiadomości ( #664 )"
 
-#: ../../changelog.md:143
+#: ../../changelog.md:585
 msgid "Explicitly return api code when parsing error ( #666 )"
 msgstr "Wyraźnie zwrócenie kodu api przy błędzie parsowania ( #666 )"
 
-#: ../../changelog.md:144
+#: ../../changelog.md:586
 msgid "Remove deprecated function and clean up codes ( #583 )"
 msgstr "Usuniećie przestarzałych funkcję i czyszczenie kodu ( #583 )"
 
-#: ../../changelog.md:147
+#: ../../changelog.md:589
 msgid "update_status: first positional argument should be 'status' ( #578 )"
 msgstr "update_status: pierwszy argument pozycyjny powinien być 'status' ( #578 )"
 
-#: ../../changelog.md:148
+#: ../../changelog.md:590
 msgid ""
-"Fix \"TypeError: Can't convert 'bytes' object to str implicitly\" ( #615 #658 "
-"#635 )"
+"Fix \"TypeError: Can't convert 'bytes' object to str implicitly\" ( #615 "
+"#658 #635 )"
 msgstr ""
-"Naprawienie \"TypeError: Can't convert 'bytes' object to str implicitly"
-"\" ( #615 #658 #635 )"
+"Naprawienie \"TypeError: Can't convert 'bytes' object to str implicitly\""
+" ( #615 #658 #635 )"
 
-#: ../../changelog.md:149
+#: ../../changelog.md:591
 msgid "Fix duplicate raise in auth.py ( #667 )"
 msgstr "Naprawienie duplikatu podniesienia w auth.py ( #667 )"
 
-#: ../../changelog.md:151
+#: ../../changelog.md:593
 msgid "Version 3.4.0"
 msgstr "Wersja 3.4.0"
 
-#: ../../changelog.md:153
+#: ../../changelog.md:595
 msgid "New Features"
 msgstr "Nowe funkcje"
 
-#: ../../changelog.md:154
+#: ../../changelog.md:596
 msgid "Add API for account/settings (PR #596)"
 msgstr "Dodanie API dla konta/ustawień (PR #596)"
 
-#: ../../changelog.md:155
+#: ../../changelog.md:597
 msgid ""
-"Added RateLimitError for easily working with the rate limit. (Issue #600, PR "
-"#611) @obskyr"
+"Added RateLimitError for easily working with the rate limit. (Issue #600,"
+" PR #611) @obskyr"
 msgstr ""
-"Dodanie RateLimitError dla ułatwienia pracy z limitem przepływu. (Issue #600, "
-"PR #611) @obskyr"
+"Dodanie RateLimitError dla ułatwienia pracy z limitem przepływu. (Issue "
+"#600, PR #611) @obskyr"
 
-#: ../../changelog.md:156
+#: ../../changelog.md:598
 msgid "Allow include_email param for verify_credentials API (PR #623)"
 msgstr "Zezwolenie parametru include_email dla verify_credentials API (PR #623)"
 
-#: ../../changelog.md:157
+#: ../../changelog.md:599
 msgid ""
-"Added support for the \"filter_level\" parameter for the streaming API (PR #619)"
+"Added support for the \"filter_level\" parameter for the streaming API "
+"(PR #619)"
 msgstr ""
 "Dodanie wsparcia dla parametru \"filter_level\" podcas przesyłania "
 "strumieniowego API (PR #619)"
 
-#: ../../changelog.md:160
+#: ../../changelog.md:602
 msgid "Streaming: don't decode stream bytes until json.decode (PR #606)"
 msgstr ""
-"Przesyłanie strumieniowe: nie dekoduj bajtów strumienia przed json.decode (PR "
-"#606)"
+"Przesyłanie strumieniowe: nie dekoduj bajtów strumienia przed json.decode"
+" (PR #606)"
 
-#: ../../changelog.md:161
+#: ../../changelog.md:603
 msgid "Typo fix on _add_list_members, _remove_list_members properties. (PR #593)"
 msgstr ""
-"Poprawka literówek we właściwościach _add_list_members, _remove_list_members. "
-"(PR #593)"
+"Poprawka literówek we właściwościach _add_list_members, "
+"_remove_list_members. (PR #593)"
 
-#: ../../changelog.md:162
+#: ../../changelog.md:604
 msgid "Fixes issue #570 - add \"exception\" when raising one"
 msgstr "Poprawki do błędu #570 - dodanie \"exception\" przy podnoszeniu wyjątku"
 
-#: ../../changelog.md:163
+#: ../../changelog.md:605
 msgid "Change raise in streaming.py to raise exception (PR #621)"
 msgstr "Zmiana raise w streaming.py na raise exception (PR #621)"
 
-#: ../../changelog.md:165
+#: ../../changelog.md:607
 msgid "Version 3.3.0"
 msgstr "Wersja 3.3.0"
 
-#: ../../changelog.md:167
+#: ../../changelog.md:609
 msgid "Loosen our dependency requirements for Requests (>= 2.4.3)"
 msgstr ""
-"Rozluźnienie naszych wymagań dotyczących zależności dla Requests (>= 2.4.3)"
+"Rozluźnienie naszych wymagań dotyczących zależności dla Requests (>= "
+"2.4.3)"
 
-#: ../../changelog.md:168
+#: ../../changelog.md:610
 msgid "Fix issue with streams freezing up on Python 3 (Issue #556)"
 msgstr ""
-"Naprawienie problemu z zawieszaniem się strumieni w Pythonie 3 (Issue #556)"
+"Naprawienie problemu z zawieszaniem się strumieni w Pythonie 3 (Issue "
+"#556)"
 
-#: ../../changelog.md:169
+#: ../../changelog.md:611
 msgid ""
-"Add keep_alive() callback to StreamListener when keep alive messages arrive"
+"Add keep_alive() callback to StreamListener when keep alive messages "
+"arrive"
 msgstr ""
 "Dodanie wywołania zwrotnego keep_alive() do StreamListener, gdy nadejdą "
 "wiadomości keep alive"
 
-#: ../../changelog.md:170
+#: ../../changelog.md:612
 msgid ""
-"Fix issue with stream session headers not being used when restarting connection"
+"Fix issue with stream session headers not being used when restarting "
+"connection"
 msgstr ""
 "Naprawienie problemu z nieużywaniem nagłówków sesji strumienia podczas "
 "ponownego uruchamiania połączenia"
 
-#: ../../changelog.md:171
+#: ../../changelog.md:613
 msgid ""
-"Fix issue with streams getting stuck in a loop when connection dies. (PR #561)"
-msgstr ""
-"Naprawienie problemu z utknięciem strumienia w pętli po utracie połączenia. (PR "
+"Fix issue with streams getting stuck in a loop when connection dies. (PR "
 "#561)"
+msgstr ""
+"Naprawienie problemu z utknięciem strumienia w pętli po utracie "
+"połączenia. (PR #561)"
 
-#: ../../changelog.md:173
+#: ../../changelog.md:615
 msgid "Version 3.2.0"
 msgstr "Wersja 3.2.0"
 
-#: ../../changelog.md:175
+#: ../../changelog.md:617
 msgid "Remove deprecated trends methods."
 msgstr "Usunięcie przestarzałych metod trendów."
 
-#: ../../changelog.md:176
+#: ../../changelog.md:618
 msgid "Fix tweepy.debug() to work in Python 3."
 msgstr "Naprawienie funkcji tweepy.debug(), aby działała w Pythonie 3."
 
-#: ../../changelog.md:177
+#: ../../changelog.md:619
 msgid "Fixed issue #529 - StreamListener language filter stopped working."
 msgstr "Naprawienie błędu #529 - filtr językowy StreamListener przestał działać."
 
-#: ../../changelog.md:178
+#: ../../changelog.md:620
 msgid "Add Documentation Page for streaming."
 msgstr "Dodanie dokumentacji dla przesyłania strumieniowego."
 
-#: ../../changelog.md:179
+#: ../../changelog.md:621
 msgid "Add media/upload endpoint."
 msgstr "Dodanie punktu końcowego media/upload."
 
-#: ../../changelog.md:180
+#: ../../changelog.md:622
 msgid "Add media_ids parameter to update_status()."
 msgstr "Dodanie parametru media_ids do update_status()."
 
-#: ../../changelog.md:182
+#: ../../changelog.md:624
 msgid "Version 3.1.0"
 msgstr "Wersja 3.1.0"
 
-#: ../../changelog.md:184
+#: ../../changelog.md:626
 msgid "Allow specifying your own ssl certificates for streaming client."
 msgstr ""
-"Umożliwienie określenia własnych certyfikatów ssl dla klienta strumieniowego."
+"Umożliwienie określenia własnych certyfikatów ssl dla klienta "
+"strumieniowego."
 
-#: ../../changelog.md:185
+#: ../../changelog.md:627
 msgid "Distribute Python Wheels instead of dumb binaries."
 msgstr "Dystrybucja Python Wheels zamiast dumb binaries."
 
-#: ../../changelog.md:186
+#: ../../changelog.md:628
 msgid ""
-"Fix cursor invocation, passing args to underlying method. (https://github.com/"
-"tweepy/tweepy/issues/515)"
-msgstr ""
-"Poprawienie wywoływania kursora, przekazującego argumenty do metody bazowej. "
+"Fix cursor invocation, passing args to underlying method. "
 "(https://github.com/tweepy/tweepy/issues/515)"
+msgstr ""
+"Poprawienie wywoływania kursora, przekazującego argumenty do metody "
+"bazowej. (https://github.com/tweepy/tweepy/issues/515)"
 
-#: ../../changelog.md:187
+#: ../../changelog.md:629
 msgid "Upgrade to Request 2.4.3"
 msgstr "Aktualizacja Request do wersji 2.4.3"
 
-#: ../../changelog.md:189
+#: ../../changelog.md:631
 msgid "Version 3.0"
 msgstr "Wersja 3.0"
 
-#: ../../changelog.md:191
+#: ../../changelog.md:633
 msgid ""
 "Added multiple list members operation api methods (add_list_members, "
 "remove_list_members)."
@@ -732,295 +3219,432 @@ msgstr ""
 "Dodanie metody multiple list members operation api (add_list_members, "
 "remove_list_members)."
 
-#: ../../changelog.md:192
+#: ../../changelog.md:634
 msgid "Added sitestream endpoint."
 msgstr "Dodanie punktu końcowego sitestream."
 
-#: ../../changelog.md:193
+#: ../../changelog.md:635
 msgid "Switch to using Requests instead of httplib."
 msgstr "Przejście na Requests z httplib."
 
-#: ../../changelog.md:194
+#: ../../changelog.md:636
 msgid "Fully removed support for non-secure HTTP."
 msgstr "Całkowite usunięcie wsparcia dla niezabezpieczonych HTTP."
 
-#: ../../changelog.md:195
+#: ../../changelog.md:637
 msgid "Proxy support."
 msgstr "Wsparcie dla proxy."
 
-#: ../../changelog.md:196
+#: ../../changelog.md:638
 msgid "Add API method for /statuses/lookup.json"
 msgstr "Dodanie metody API do /statuses/lookup.json"
 
-#: ../../changelog.md:197
+#: ../../changelog.md:639
 msgid "Add missing 'count' parameter to followers_ids"
 msgstr "Dodanie brakującego parametru 'count' do followers_ids"
 
-#: ../../changelog.md:198
+#: ../../changelog.md:640
 msgid "Added allowed_param to update_profile_image"
 msgstr "Dodanie allowed_param do update_profile_image"
 
-#: ../../changelog.md:199
+#: ../../changelog.md:641
 msgid "Comparison between Status objects"
 msgstr "Porównanie pomiędzy obiektami Status"
 
-#: ../../changelog.md:200
+#: ../../changelog.md:642
 msgid ""
-"Extend on_data method by including a conditional to process warning messages "
-"and add the definition of the method to manage those warning messages"
+"Extend on_data method by including a conditional to process warning "
+"messages and add the definition of the method to manage those warning "
+"messages"
 msgstr ""
 "Rozszerzenie metody on_data o warunek do przetwarzania komunikatów "
-"ostrzegawczych i dodanie definicji metody do zarządzania tymi komunikatami "
-"ostrzegawczymi"
+"ostrzegawczych i dodanie definicji metody do zarządzania tymi "
+"komunikatami ostrzegawczymi"
 
-#: ../../changelog.md:201
+#: ../../changelog.md:643
 msgid "Better Python 3 support."
 msgstr "Lepsze wsparcie Python 3."
 
-#: ../../changelog.md:203
+#: ../../changelog.md:645
 msgid "Version 2.2"
 msgstr "Wersja 2.2"
 
-#: ../../changelog.md:205
+#: ../../changelog.md:647
 msgid "Added update_profile_banner endpoint."
 msgstr "Dodanie punktu końcowego update_profile_banner."
 
-#: ../../changelog.md:206
+#: ../../changelog.md:648
 msgid "Don't treat HTTP status codes in 200 range as errors."
 msgstr "Wyłączenie traktowania kodów statusu HTTP z zakresu 200 jako błędów."
 
-#: ../../changelog.md:207
+#: ../../changelog.md:649
 msgid "Tests no longer packaged into egg releases."
 msgstr "Testy nie są już dołączane do egg releases."
 
-#: ../../changelog.md:208
+#: ../../changelog.md:650
 msgid "Improve test stability and enable CI testing on pull requests."
 msgstr ""
-"Poprawa stabilności testów oraz włączenie testowania Cl dla pull requestów."
+"Poprawa stabilności testów oraz włączenie testowania Cl dla pull "
+"requestów."
 
-#: ../../changelog.md:209
+#: ../../changelog.md:651
 msgid "Removed Basic Auth."
 msgstr "Usunięcie Basic Auth."
 
-#: ../../changelog.md:210
+#: ../../changelog.md:652
 msgid "Use built-in timeout feature of httplib to fix appengine."
 msgstr "Użycie wbudowanej funkcji timeout w httplib, aby naprawić appengine."
 
-#: ../../changelog.md:211
+#: ../../changelog.md:653
 msgid "Added retweeters() endpoint."
 msgstr "Dodanie punktu końcoweo retweeters()"
 
-#: ../../changelog.md:212
+#: ../../changelog.md:654
 msgid "Removed deprecated retweeted_by and retweeted_by_ids."
 msgstr "Usunięcie wycofanych retweeted_by oraz retweeted_by_ids."
 
-#: ../../changelog.md:213
+#: ../../changelog.md:655
 msgid "Improved datetime parsing. Should be more thread safe."
 msgstr ""
-"Poprawienie parsowanie datetime. Powinno być bardziej bezpieczne dla wątków."
+"Poprawienie parsowanie datetime. Powinno być bardziej bezpieczne dla "
+"wątków."
 
-#: ../../changelog.md:214
+#: ../../changelog.md:656
 msgid "Enable coverage reporting. Upload reports to Coveralls."
 msgstr "Włączenie raportowania zasięgu. Przesłanie raportów do Coveralls."
 
-#: ../../changelog.md:215
+#: ../../changelog.md:657
 msgid "https://coveralls.io/r/tweepy/tweepy"
 msgstr "https://coveralls.io/r/tweepy/tweepy"
 
-#: ../../changelog.md:216
+#: ../../changelog.md:658
 msgid "Removed deprecated test() endpoint."
 msgstr "Usunięcie przestarzałego punktu końcowego test()."
 
-#: ../../changelog.md:217
+#: ../../changelog.md:659
 msgid ""
-"New stream listeners callback on_disconnect(). Called whenever \"disconnect\" "
-"messages arrive from Twitter before connection is killed."
+"New stream listeners callback on_disconnect(). Called whenever "
+"\"disconnect\" messages arrive from Twitter before connection is killed."
 msgstr ""
-"Nowe wywołanie zwrotne on_disconnect() dla słuchaczy strumienia. Wywoływany za "
-"każdym razem, gdy przychodzi wiadomość \"disconnect\" z Twittera przed "
-"zakończeniem połączenia."
+"Nowe wywołanie zwrotne on_disconnect() dla słuchaczy strumienia. "
+"Wywoływany za każdym razem, gdy przychodzi wiadomość \"disconnect\" z "
+"Twittera przed zakończeniem połączenia."
 
-#: ../../changelog.md:219
+#: ../../changelog.md:661
 msgid ""
-"https://dev.twitter.com/docs/streaming-apis/"
-"messages#Disconnect_messages_disconnect"
+"https://dev.twitter.com/docs/streaming-"
+"apis/messages#Disconnect_messages_disconnect"
 msgstr ""
-"https://dev.twitter.com/docs/streaming-apis/"
-"messages#Disconnect_messages_disconnect"
+"https://dev.twitter.com/docs/streaming-"
+"apis/messages#Disconnect_messages_disconnect"
 
-#: ../../changelog.md:220 ../../changelog.md:245
-msgid "Compare View"
-msgstr "Porównanie Widoku"
+#: ../../changelog.md:662
+msgid "[Compare View](https://github.com/tweepy/tweepy/compare/2.1...2.2)"
+msgstr ""
 
-#: ../../changelog.md:221
+#: ../../changelog.md:663
 msgid "Use HTTPS by default."
 msgstr "Domyślne używanie protokołu HTTPS."
 
-#: ../../changelog.md:222
+#: ../../changelog.md:664
 msgid ""
-"Support setting the starting cursor postion (ex: Ex: Cursor(api.friends_ids, "
-"cursor=123456))"
+"Support setting the starting cursor postion (ex: Ex: "
+"Cursor(api.friends_ids, cursor=123456))"
 msgstr ""
-"Wsparcie ustawiania początkowej pozycji kursora (ex: Ex: Cursor(api."
-"friends_ids, cursor=123456))"
+"Wsparcie ustawiania początkowej pozycji kursora (ex: Ex: "
+"Cursor(api.friends_ids, cursor=123456))"
 
-#: ../../changelog.md:224
+#: ../../changelog.md:666
 msgid ""
-"Added API.cached_result instance flag that is \"True\" when cached result is "
-"returned."
+"Added API.cached_result instance flag that is \"True\" when cached result"
+" is returned."
 msgstr ""
-"Dodano flagę instancji API.cached_result, która przyjmuje wartość \"True\", gdy "
-"zwracany jest zbuforowany wynik."
+"Dodano flagę instancji API.cached_result, która przyjmuje wartość "
+"\"True\", gdy zwracany jest zbuforowany wynik."
 
-#: ../../changelog.md:225
+#: ../../changelog.md:667
 msgid "New Streaming client callbacks"
 msgstr "Nowe wywołania zwrotne klienta strumieniowego"
 
-#: ../../changelog.md:226
+#: ../../changelog.md:668
 msgid "on_event(status): called when new events arrive"
 msgstr "on_event(status): dodany gdy przychodzi nowy status"
 
-#: ../../changelog.md:227
+#: ../../changelog.md:669
 msgid "on_direct_message(status): called when a new direct message arrives."
 msgstr ""
 "on_direct_message(status): wywoływane gdy przychodzi nowa wiadomość "
 "bezpośrednia."
 
-#: ../../changelog.md:229
+#: ../../changelog.md:671
 msgid ""
 "Improvements to streaming client re-connection behavior / configuration. "
-"(https://github.com/tweepy/tweepy/"
-"commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54)"
+"(https://github.com/tweepy/tweepy/commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54)"
 msgstr ""
-"Poprawienie zachowania / konfiguracji dla klienta streamowania. (https://github."
-"com/tweepy/tweepy/commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54)"
+"Poprawienie zachowania / konfiguracji dla klienta streamowania. "
+"(https://github.com/tweepy/tweepy/commit/447f69cd3de67b0d241b9d4f669ecc9b9c0cdb54)"
 
-#: ../../changelog.md:233
+#: ../../changelog.md:675
 msgid "Version 2.1"
 msgstr "Wersja 2.1"
 
-#: ../../changelog.md:235
+#: ../../changelog.md:677
 msgid "Added get_oembed()."
 msgstr "Dodanie get_oembed()."
 
-#: ../../changelog.md:236
+#: ../../changelog.md:678
 msgid "friends() and followers() are back and updated to v1.1."
 msgstr "powrót friends() oraz followers() i aktualizacji ich do v1.1."
 
-#: ../../changelog.md:237
+#: ../../changelog.md:679
 msgid "Fixed report_spam() endpoint."
 msgstr "Naprawienie punktu końcowego report_spam()."
 
-#: ../../changelog.md:238
+#: ../../changelog.md:680
 msgid "Added \"languages\" parameter to streaming filter() method."
 msgstr "Dodanie parametru \"languages\" do metody streamowanie filter()."
 
-#: ../../changelog.md:239
+#: ../../changelog.md:681
 msgid "Added \"timeout\" support for API object. Ex: API(timeout=1000)."
 msgstr "Dodanie wsparcia \"timeout\" dla obiektu API. Np: API(timeout=1000)."
 
-#: ../../changelog.md:240
+#: ../../changelog.md:682
 msgid "Python 2.5 no longer supported."
 msgstr "Usunięcie wsparcia dla Python 2.5."
 
-#: ../../changelog.md:241
+#: ../../changelog.md:683
 msgid "Added compression support. Ex: API(compression=True)."
 msgstr "Dodanie wsparcia dla kompresji. Np: API(compression=True)."
 
-#: ../../changelog.md:242
+#: ../../changelog.md:684
 msgid "Added on_connect() callback to StreamListener."
 msgstr "Dodanie wywołania zwrotnego on_connect() do StreamListener."
 
-#: ../../changelog.md:243
+#: ../../changelog.md:685
 msgid "Switched API search() to v1.1 endpoint. Some breaking changes."
 msgstr "Zmiana API search() na punkt końcowy v1.1. Przełomowe zmiany."
 
-#: ../../changelog.md:244
+#: ../../changelog.md:686
 msgid "Drop \"page\" based cursors and use \"ID\" based ones instead."
 msgstr ""
-"Porzuenie kursorów opartych na \"stronie\" i użycie zamiast nich kursorów "
-"opartych na \"ID\"."
+"Porzuenie kursorów opartych na \"stronie\" i użycie zamiast nich kursorów"
+" opartych na \"ID\"."
 
-#: ../../changelog.md:247
+#: ../../changelog.md:687
+msgid "[Compare View](https://github.com/tweepy/tweepy/compare/2.0...2.1)"
+msgstr ""
+
+#: ../../changelog.md:689
 msgid "Version 2.0"
 msgstr "Wersja 2.0"
 
-#: ../../changelog.md:249
-msgid "Dedicated in memory of Aaron Swartz"
+#: ../../changelog.md:691
+#, fuzzy
+msgid "_Dedicated in memory of Aaron Swartz_"
 msgstr "Dedykowane pamięci Aarona Swartza"
 
-#: ../../changelog.md:251
+#: ../../changelog.md:693
 msgid "Twitter API 1.1 support."
 msgstr "Wsparcie dla Twitter API 1.1."
 
-#: ../../changelog.md:252
+#: ../../changelog.md:694
 msgid "Basic Authentication deprecated."
 msgstr "Uwierzytelnianie podstawowe zostało wycofane."
 
-#: ../../changelog.md:253
+#: ../../changelog.md:695
 msgid "friends_timeline() removed."
 msgstr "usunięcie friends_timeline()."
 
-#: ../../changelog.md:254
+#: ../../changelog.md:696
 msgid "mentions() removed and replaced by mentions_timeline()."
 msgstr "usunięcie mentions() i zmiana na mentions_timeline()."
 
-#: ../../changelog.md:255 ../../changelog.md:258
+#: ../../changelog.md:697 ../../changelog.md:700
 msgid "retweeted_by_user() removed."
 msgstr "usunięcie retweeted_by_user()."
 
-#: ../../changelog.md:256
+#: ../../changelog.md:698
 msgid "retweeted_by_me() removed."
 msgstr "usunięcie retweeted_by_me()."
 
-#: ../../changelog.md:257
+#: ../../changelog.md:699
 msgid "retweeted_to_me() removed."
 msgstr "usunięcie retweeted_to_me()."
 
-#: ../../changelog.md:259
+#: ../../changelog.md:701
 msgid "friends() removed."
 msgstr "usunięcie friends()."
 
-#: ../../changelog.md:260
+#: ../../changelog.md:702
 msgid "followers() removed."
 msgstr "usunięcie followers()."
 
-#: ../../changelog.md:261
+#: ../../changelog.md:703
 msgid "enable_notifications() removed."
 msgstr "usunięcie disable_notifications()."
 
-#: ../../changelog.md:262
+#: ../../changelog.md:704
 msgid "disable_notifications() removed."
 msgstr "usunięcie disable_notifications()."
 
-#: ../../changelog.md:263
+#: ../../changelog.md:705
 msgid "exists_block() removed."
 msgstr "usunięcie exists_block()."
 
-#: ../../changelog.md:264
+#: ../../changelog.md:706
 msgid "lists() removed and replaced by lists_all()."
 msgstr "usunięcie lists() i zmiana na lists_all()."
 
-#: ../../changelog.md:265
+#: ../../changelog.md:707
 msgid "is_list_member() removed."
 msgstr "usunięcie is_list_member()."
 
-#: ../../changelog.md:266
+#: ../../changelog.md:708
 msgid "show_list_member added."
 msgstr "dodanie show_list_member."
 
-#: ../../changelog.md:267
+#: ../../changelog.md:709
 msgid "is_subscribed_list() removed."
 msgstr "usunięcie is_subscribed_list()."
 
-#: ../../changelog.md:268
+#: ../../changelog.md:710
 msgid "show_list_subscriber() added."
 msgstr "dodanie show_list_subscriber()."
 
-#: ../../changelog.md:269
+#: ../../changelog.md:711
 msgid "trends_location() removed."
 msgstr "usunięcie trends_location()."
 
-#: ../../changelog.md:270
+#: ../../changelog.md:712
 msgid "nearby_places() removed."
 msgstr "usunięcie nearby_places()."
+
+#~ msgid "Add API.search_30_day and API.search_full_archive (#1175, #1294)"
+#~ msgstr "Dodanie API.search_30_day and API.search_full_archive (#1175, #1294)"
+
+#~ msgid "Update allowed parameters for API.home_timeline (#1410, #1458)"
+#~ msgstr ""
+#~ "Aktualizacja dozwolonych parametrów dla "
+#~ "API.home_timeline (#1410, #1458)"
+
+#~ msgid ""
+#~ "Allow file parameter to be used "
+#~ "again for API.media_upload (#1412, #1413)"
+#~ msgstr ""
+#~ "Pozwolenie na ponowne użycie parametru "
+#~ "file dla API.media_upload (#1412, #1413)"
+
+#~ msgid "Add API.create_media_metadata (#716)"
+#~ msgstr "Dodanie API.create_media_metadata (#716)"
+
+#~ msgid "Improve API.lookup_users (#706)"
+#~ msgstr "Poprawienie API.lookup_users (#706)"
+
+#~ msgid "Support uploading WebP images (#1298)"
+#~ msgstr "Wsparcie dla przesyłania obrazów WebP (#1298)"
+
+#~ msgid "Update max allowed size for uploaded GIFs (#1336, #1338)"
+#~ msgstr ""
+#~ "Aktualizacja maksymalnego dozwolonego rozmiaru "
+#~ "dla wysyłanych GIFów (#1336, #1338)"
+
+#~ msgid "Update and improve tests (#1217)"
+#~ msgstr "Aktualizacja i poprawa testów (#1217)"
+
+#~ msgid "Document API.lookup_users (#539)"
+#~ msgstr "Dodanie dokumentacji dla API.lookup_users (#539)"
+
+#~ msgid "Document API.lookup_friendships (#1375)"
+#~ msgstr "Dodanie dokumentacji dla API.lookup_friendships (#1375)"
+
+#~ msgid ""
+#~ "Allow Cursor to be used with "
+#~ "API.list_direct_messages by adding DMCursorIterator"
+#~ " (#1261, #1262)"
+#~ msgstr ""
+#~ "Zezwolenie na użycie kursora z "
+#~ "API.list_direct_messages przez dodanie "
+#~ "DMCursorIterator (#1261, #1262)"
+
+#~ msgid "Remove API.set_delivery_device (#1203)"
+#~ msgstr "Usunięcie API.set_delivery_device (#1203)"
+
+#~ msgid "Add API.mutes (#1197, #1215)"
+#~ msgstr "Dodanie API.mutes (#1197, #1215)"
+
+#~ msgid "Allow count parameter for API.friends (#577)"
+#~ msgstr "Zezwolenie parametru count dla API.friends (#577)"
+
+#~ msgid ""
+#~ "Add _json attribute to Category, "
+#~ "Friendship, and List models (#590, "
+#~ "#1169)"
+#~ msgstr ""
+#~ "Dodanie atrybutu _json do modeli "
+#~ "Category, Friendship oraz List (#590, "
+#~ "#1169)"
+
+#~ msgid "Update DirectMessage model (#1081, #1228)"
+#~ msgstr "Akutalizacja modelu DirectMessage (#1081, #1228)"
+
+#~ msgid ""
+#~ "Replace API.direct_messages and "
+#~ "API.sent_direct_messages with API.list_direct_messages "
+#~ "(#1081, #1228)"
+#~ msgstr ""
+#~ "Zamiana API.direct_messages oraz "
+#~ "API.sent_direct_messages na API.list_direct_messages "
+#~ "(#1081, #1228)"
+
+#~ msgid ""
+#~ "Update API.get_direct_message, API.send_direct_message,"
+#~ " and API.destroy_direct_message (#1081, #1228)"
+#~ msgstr ""
+#~ "Aktualizacja API.get_direct_message, "
+#~ "API.send_direct_message, and API.destroy_direct_message"
+#~ " (#1081, #1228"
+
+#~ msgid "Exclude examples during installation (#1141, #1164)"
+#~ msgstr "Wykluczenie przykładów podczas instalacji (#1141, #1164)"
+
+#~ msgid ""
+#~ "Support cursor pagination for API.blocks_ids"
+#~ " and API.mutes_ids (#930, #931)"
+#~ msgstr ""
+#~ "Wsparcie indeksowania kursora dla "
+#~ "API.blocks_ids oraz API.mutes_ids (#930, #931)"
+
+#~ msgid "Close Requests sessions (#810, #1093, #1237)"
+#~ msgstr "Zamknięcie sesji Requests (#810, #1093, #1237)"
+
+#~ msgid "Allow tweet_mode parameter for API.statuses_lookup (#840, #926)"
+#~ msgstr "Zezwolenie parametru tweet_mode dla API.statuses_lookup (#840, #926)"
+
+#~ msgid "Discord Server"
+#~ msgstr "Serwer Discord"
+
+#~ msgid "Fix AttributeError during streaming (#1026, #1027)"
+#~ msgstr ""
+#~ "Naprawienie AttributeError podczas przesyłania "
+#~ "strumieniowego (#1026, #1027)"
+
+#~ msgid "Update how requirements are specified (#1029, #1030)"
+#~ msgstr "Uaktualnienie sposobu określania wymagań (#1029, #1030)"
+
+#~ msgid "Fix compatibility issue with Python 3.7 (#1017, #1042)"
+#~ msgstr "Naprawa problemu kompatybilności z Pythonem 3.7 (#1017, #1042)"
+
+#~ msgid "Add API.unretweet (#735, #736)"
+#~ msgstr "Dodanie API.unretweet (#735, #736)"
+
+#~ msgid "Add support for Python 3.6 (#831, #884)"
+#~ msgstr "Dodanie wsparcia dla Python 3.6 (#831, #884)"
+
+#~ msgid "Fix JSONParser.parse returning None in certain cases (#765, #766)"
+#~ msgstr ""
+#~ "Naprawaa JSONParser.parse zwracającego None w"
+#~ " niektórych przypadkach (#765, #766)"
+
+#~ msgid "Compare View"
+#~ msgstr "Porównanie Widoku"
+
diff --git a/docs/locale/pl/LC_MESSAGES/client.po b/docs/locale/pl/LC_MESSAGES/client.po
new file mode 100644 (file)
index 0000000..43f139e
--- /dev/null
@@ -0,0 +1,2593 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../client.rst:7
+msgid ":class:`tweepy.Client` --- Twitter API v2 Reference"
+msgstr ""
+
+#: of tweepy.client.Client:1
+msgid "Twitter API v2 Client"
+msgstr ""
+
+#: of tweepy.client.Client tweepy.client.Client.add_list_member
+#: tweepy.client.Client.block tweepy.client.Client.create_compliance_job
+#: tweepy.client.Client.create_list tweepy.client.Client.create_tweet
+#: tweepy.client.Client.delete_list tweepy.client.Client.delete_tweet
+#: tweepy.client.Client.follow_list tweepy.client.Client.follow_user
+#: tweepy.client.Client.get_all_tweets_count tweepy.client.Client.get_blocked
+#: tweepy.client.Client.get_compliance_job
+#: tweepy.client.Client.get_compliance_jobs
+#: tweepy.client.Client.get_followed_lists
+#: tweepy.client.Client.get_liked_tweets tweepy.client.Client.get_liking_users
+#: tweepy.client.Client.get_list tweepy.client.Client.get_list_followers
+#: tweepy.client.Client.get_list_members
+#: tweepy.client.Client.get_list_memberships
+#: tweepy.client.Client.get_list_tweets tweepy.client.Client.get_me
+#: tweepy.client.Client.get_muted tweepy.client.Client.get_owned_lists
+#: tweepy.client.Client.get_pinned_lists
+#: tweepy.client.Client.get_recent_tweets_count
+#: tweepy.client.Client.get_retweeters tweepy.client.Client.get_space
+#: tweepy.client.Client.get_space_buyers tweepy.client.Client.get_spaces
+#: tweepy.client.Client.get_tweet tweepy.client.Client.get_tweets
+#: tweepy.client.Client.get_user tweepy.client.Client.get_users
+#: tweepy.client.Client.get_users_followers
+#: tweepy.client.Client.get_users_following
+#: tweepy.client.Client.get_users_mentions
+#: tweepy.client.Client.get_users_tweets tweepy.client.Client.hide_reply
+#: tweepy.client.Client.like tweepy.client.Client.mute
+#: tweepy.client.Client.pin_list tweepy.client.Client.remove_list_member
+#: tweepy.client.Client.retweet tweepy.client.Client.search_all_tweets
+#: tweepy.client.Client.search_recent_tweets tweepy.client.Client.search_spaces
+#: tweepy.client.Client.unblock tweepy.client.Client.unfollow_list
+#: tweepy.client.Client.unfollow_user tweepy.client.Client.unhide_reply
+#: tweepy.client.Client.unlike tweepy.client.Client.unmute
+#: tweepy.client.Client.unpin_list tweepy.client.Client.unretweet
+#: tweepy.client.Client.update_list
+msgid "Parameters"
+msgstr ""
+
+#: of tweepy.client.Client:5
+msgid "Twitter API Bearer Token"
+msgstr ""
+
+#: of tweepy.client.Client:7
+msgid "Twitter API Consumer Key"
+msgstr ""
+
+#: of tweepy.client.Client:9
+msgid "Twitter API Consumer Secret"
+msgstr ""
+
+#: of tweepy.client.Client:11
+msgid "Twitter API Access Token"
+msgstr ""
+
+#: of tweepy.client.Client:13
+msgid "Twitter API Access Token Secret"
+msgstr ""
+
+#: of tweepy.client.Client:15
+msgid "Type to return from requests to the API"
+msgstr ""
+
+#: of tweepy.client.Client:17
+msgid "Whether to wait when rate limit is reached"
+msgstr ""
+
+#: of tweepy.client.Client:22
+msgid "Requests Session used to make requests to the API"
+msgstr ""
+
+#: of tweepy.client.Client
+msgid "type"
+msgstr ""
+
+#: of tweepy.client.Client:24
+msgid "requests.Session"
+msgstr ""
+
+#: of tweepy.client.Client:28
+msgid "User agent used when making requests to the API"
+msgstr ""
+
+#: of tweepy.client.Client:30
+msgid "str"
+msgstr ""
+
+#: ../../client.rst:15
+msgid "Twitter API v2 Endpoint"
+msgstr ""
+
+#: ../../client.rst:15
+msgid ":class:`Client` Method"
+msgstr ""
+
+#: ../../client.rst:21 ../../client.rst:23
+msgid "`PUT /2/tweets/:id/hidden`_"
+msgstr ""
+
+#: ../../client.rst:21
+msgid ":meth:`Client.hide_reply`"
+msgstr ""
+
+#: ../../client.rst:23
+msgid ":meth:`Client.unhide_reply`"
+msgstr ""
+
+#: ../../client.rst:27
+msgid "`DELETE /2/users/:id/likes/:tweet_id`_"
+msgstr ""
+
+#: ../../client.rst:27
+msgid ":meth:`Client.unlike`"
+msgstr ""
+
+#: ../../client.rst:29
+msgid "`GET /2/tweets/:id/liking_users`_"
+msgstr ""
+
+#: ../../client.rst:29
+msgid ":meth:`Client.get_liking_users`"
+msgstr ""
+
+#: ../../client.rst:31
+msgid "`GET /2/users/:id/liked_tweets`_"
+msgstr ""
+
+#: ../../client.rst:31
+msgid ":meth:`Client.get_liked_tweets`"
+msgstr ""
+
+#: ../../client.rst:33
+msgid "`POST /2/users/:id/likes`_"
+msgstr ""
+
+#: ../../client.rst:33
+msgid ":meth:`Client.like`"
+msgstr ""
+
+#: ../../client.rst:37
+msgid "`DELETE /2/tweets/:id`_"
+msgstr ""
+
+#: ../../client.rst:37
+msgid ":meth:`Client.delete_tweet`"
+msgstr ""
+
+#: ../../client.rst:39
+msgid "`POST /2/tweets`_"
+msgstr ""
+
+#: ../../client.rst:39
+msgid ":meth:`Client.create_tweet`"
+msgstr ""
+
+#: ../../client.rst:43
+msgid "`DELETE /2/users/:id/retweets/:source_tweet_id`_"
+msgstr ""
+
+#: ../../client.rst:43
+msgid ":meth:`Client.unretweet`"
+msgstr ""
+
+#: ../../client.rst:45
+msgid "`GET /2/tweets/:id/retweeted_by`_"
+msgstr ""
+
+#: ../../client.rst:45
+msgid ":meth:`Client.get_retweeters`"
+msgstr ""
+
+#: ../../client.rst:47
+msgid "`POST /2/users/:id/retweets`_"
+msgstr ""
+
+#: ../../client.rst:47
+msgid ":meth:`Client.retweet`"
+msgstr ""
+
+#: ../../client.rst:51
+msgid "`GET /2/tweets/search/all`_"
+msgstr ""
+
+#: ../../client.rst:51
+msgid ":meth:`Client.search_all_tweets`"
+msgstr ""
+
+#: ../../client.rst:53
+msgid "`GET /2/tweets/search/recent`_"
+msgstr ""
+
+#: ../../client.rst:53
+msgid ":meth:`Client.search_recent_tweets`"
+msgstr ""
+
+#: ../../client.rst:57
+msgid "`GET /2/users/:id/mentions`_"
+msgstr ""
+
+#: ../../client.rst:57
+msgid ":meth:`Client.get_users_mentions`"
+msgstr ""
+
+#: ../../client.rst:59
+msgid "`GET /2/users/:id/tweets`_"
+msgstr ""
+
+#: ../../client.rst:59
+msgid ":meth:`Client.get_users_tweets`"
+msgstr ""
+
+#: ../../client.rst:63
+msgid "`GET /2/tweets/counts/all`_"
+msgstr ""
+
+#: ../../client.rst:63
+msgid ":meth:`Client.get_all_tweets_count`"
+msgstr ""
+
+#: ../../client.rst:65
+msgid "`GET /2/tweets/counts/recent`_"
+msgstr ""
+
+#: ../../client.rst:65
+msgid ":meth:`Client.get_recent_tweets_count`"
+msgstr ""
+
+#: ../../client.rst:69
+msgid "`GET /2/tweets/:id`_"
+msgstr ""
+
+#: ../../client.rst:69
+msgid ":meth:`Client.get_tweet`"
+msgstr ""
+
+#: ../../client.rst:71
+msgid "`GET /2/tweets`_"
+msgstr ""
+
+#: ../../client.rst:71
+msgid ":meth:`Client.get_tweets`"
+msgstr ""
+
+#: ../../client.rst:77
+msgid "`DELETE /2/users/:source_user_id/blocking/:target_user_id`_"
+msgstr ""
+
+#: ../../client.rst:77
+msgid ":meth:`Client.unblock`"
+msgstr ""
+
+#: ../../client.rst:79
+msgid "`GET /2/users/:id/blocking`_"
+msgstr ""
+
+#: ../../client.rst:79
+msgid ":meth:`Client.get_blocked`"
+msgstr ""
+
+#: ../../client.rst:81
+msgid "`POST /2/users/:id/blocking`_"
+msgstr ""
+
+#: ../../client.rst:81
+msgid ":meth:`Client.block`"
+msgstr ""
+
+#: ../../client.rst:85
+msgid "`DELETE /2/users/:source_user_id/following/:target_user_id`_"
+msgstr ""
+
+#: ../../client.rst:85
+msgid ":meth:`Client.unfollow_user`"
+msgstr ""
+
+#: ../../client.rst:87
+msgid "`GET /2/users/:id/followers`_"
+msgstr ""
+
+#: ../../client.rst:87
+msgid ":meth:`Client.get_users_followers`"
+msgstr ""
+
+#: ../../client.rst:89
+msgid "`GET /2/users/:id/following`_"
+msgstr ""
+
+#: ../../client.rst:89
+msgid ":meth:`Client.get_users_following`"
+msgstr ""
+
+#: ../../client.rst:91
+msgid "`POST /2/users/:id/following`_"
+msgstr ""
+
+#: ../../client.rst:91
+msgid ":meth:`Client.follow_user`"
+msgstr ""
+
+#: ../../client.rst:95
+msgid "`DELETE /2/users/:source_user_id/muting/:target_user_id`_"
+msgstr ""
+
+#: ../../client.rst:95
+msgid ":meth:`Client.unmute`"
+msgstr ""
+
+#: ../../client.rst:97
+msgid "`GET /2/users/:id/muting`_"
+msgstr ""
+
+#: ../../client.rst:97
+msgid ":meth:`Client.get_muted`"
+msgstr ""
+
+#: ../../client.rst:99
+msgid "`POST /2/users/:id/muting`_"
+msgstr ""
+
+#: ../../client.rst:99
+msgid ":meth:`Client.mute`"
+msgstr ""
+
+#: ../../client.rst:103
+msgid "`GET /2/users/:id`_"
+msgstr ""
+
+#: ../../client.rst:103 ../../client.rst:105
+msgid ":meth:`Client.get_user`"
+msgstr ""
+
+#: ../../client.rst:105
+msgid "`GET /2/users/by/username/:username`_"
+msgstr ""
+
+#: ../../client.rst:107
+msgid "`GET /2/users`_"
+msgstr ""
+
+#: ../../client.rst:107 ../../client.rst:109
+msgid ":meth:`Client.get_users`"
+msgstr ""
+
+#: ../../client.rst:109
+msgid "`GET /2/users/by`_"
+msgstr ""
+
+#: ../../client.rst:111
+msgid "`GET /2/users/me`_"
+msgstr ""
+
+#: ../../client.rst:111
+msgid ":meth:`Client.get_me`"
+msgstr ""
+
+#: ../../client.rst:117
+msgid "`GET /2/spaces/search`_"
+msgstr ""
+
+#: ../../client.rst:117
+msgid ":meth:`Client.search_spaces`"
+msgstr ""
+
+#: ../../client.rst:121
+msgid "`GET /2/spaces`_"
+msgstr ""
+
+#: ../../client.rst:121 ../../client.rst:127
+msgid ":meth:`Client.get_spaces`"
+msgstr ""
+
+#: ../../client.rst:123
+msgid "`GET /2/spaces/:id`_"
+msgstr ""
+
+#: ../../client.rst:123
+msgid ":meth:`Client.get_space`"
+msgstr ""
+
+#: ../../client.rst:125
+msgid "`GET /2/spaces/:id/buyers`_"
+msgstr ""
+
+#: ../../client.rst:125
+msgid ":meth:`Client.get_space_buyers`"
+msgstr ""
+
+#: ../../client.rst:127
+msgid "`GET /2/spaces/by/creator_ids`_"
+msgstr ""
+
+#: ../../client.rst:133
+msgid "`GET /2/lists/:id/tweets`_"
+msgstr ""
+
+#: ../../client.rst:133
+msgid ":meth:`Client.get_list_tweets`"
+msgstr ""
+
+#: ../../client.rst:137
+msgid "`DELETE /2/users/:id/followed_lists/:list_id`_"
+msgstr ""
+
+#: ../../client.rst:137
+msgid ":meth:`Client.unfollow_list`"
+msgstr ""
+
+#: ../../client.rst:139
+msgid "`GET /2/lists/:id/followers`_"
+msgstr ""
+
+#: ../../client.rst:139
+msgid ":meth:`Client.get_list_followers`"
+msgstr ""
+
+#: ../../client.rst:141
+msgid "`GET /2/users/:id/followed_lists`_"
+msgstr ""
+
+#: ../../client.rst:141
+msgid ":meth:`Client.get_followed_lists`"
+msgstr ""
+
+#: ../../client.rst:143
+msgid "`POST /2/users/:id/followed_lists`_"
+msgstr ""
+
+#: ../../client.rst:143
+msgid ":meth:`Client.follow_list`"
+msgstr ""
+
+#: ../../client.rst:147
+msgid "`GET /2/lists/:id`_"
+msgstr ""
+
+#: ../../client.rst:147
+msgid ":meth:`Client.get_list`"
+msgstr ""
+
+#: ../../client.rst:149
+msgid "`GET /2/users/:id/owned_lists`_"
+msgstr ""
+
+#: ../../client.rst:149
+msgid ":meth:`Client.get_owned_lists`"
+msgstr ""
+
+#: ../../client.rst:153
+msgid "`DELETE /2/lists/:id/members/:user_id`_"
+msgstr ""
+
+#: ../../client.rst:153
+msgid ":meth:`Client.remove_list_member`"
+msgstr ""
+
+#: ../../client.rst:155
+msgid "`GET /2/lists/:id/members`_"
+msgstr ""
+
+#: ../../client.rst:155
+msgid ":meth:`Client.get_list_members`"
+msgstr ""
+
+#: ../../client.rst:157
+msgid "`GET /2/users/:id/list_memberships`_"
+msgstr ""
+
+#: ../../client.rst:157
+msgid ":meth:`Client.get_list_memberships`"
+msgstr ""
+
+#: ../../client.rst:159
+msgid "`POST /2/lists/:id/members`_"
+msgstr ""
+
+#: ../../client.rst:159
+msgid ":meth:`Client.add_list_member`"
+msgstr ""
+
+#: ../../client.rst:163
+msgid "`DELETE /2/lists/:id`_"
+msgstr ""
+
+#: ../../client.rst:163
+msgid ":meth:`Client.delete_list`"
+msgstr ""
+
+#: ../../client.rst:165
+msgid "`PUT /2/lists/:id`_"
+msgstr ""
+
+#: ../../client.rst:165
+msgid ":meth:`Client.update_list`"
+msgstr ""
+
+#: ../../client.rst:167
+msgid "`POST /2/lists`_"
+msgstr ""
+
+#: ../../client.rst:167
+msgid ":meth:`Client.create_list`"
+msgstr ""
+
+#: ../../client.rst:171
+msgid "`DELETE /2/users/:id/pinned_lists/:list_id`_"
+msgstr ""
+
+#: ../../client.rst:171
+msgid ":meth:`Client.unpin_list`"
+msgstr ""
+
+#: ../../client.rst:173
+msgid "`GET /2/users/:id/pinned_lists`_"
+msgstr ""
+
+#: ../../client.rst:173
+msgid ":meth:`Client.get_pinned_lists`"
+msgstr ""
+
+#: ../../client.rst:175
+msgid "`POST /2/users/:id/pinned_lists`_"
+msgstr ""
+
+#: ../../client.rst:175
+msgid ":meth:`Client.pin_list`"
+msgstr ""
+
+#: ../../client.rst:181
+msgid "`GET /2/compliance/jobs`_"
+msgstr ""
+
+#: ../../client.rst:181
+msgid ":meth:`Client.get_compliance_jobs`"
+msgstr ""
+
+#: ../../client.rst:183
+msgid "`GET /2/compliance/jobs/:id`_"
+msgstr ""
+
+#: ../../client.rst:183
+msgid ":meth:`Client.get_compliance_job`"
+msgstr ""
+
+#: ../../client.rst:185
+msgid "`POST /2/compliance/jobs`_"
+msgstr ""
+
+#: ../../client.rst:185
+msgid ":meth:`Client.create_compliance_job`"
+msgstr ""
+
+#: ../../client.rst:269
+msgid "Tweets"
+msgstr ""
+
+#: ../../client.rst:272
+msgid "Hide replies"
+msgstr ""
+
+#: of tweepy.client.Client.hide_reply:1
+msgid "Hides a reply to a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:5 tweepy.client.Client.block:3
+#: tweepy.client.Client.create_list:5 tweepy.client.Client.create_tweet:5
+#: tweepy.client.Client.delete_list:5 tweepy.client.Client.delete_tweet:5
+#: tweepy.client.Client.follow_list:5 tweepy.client.Client.follow_user:13
+#: tweepy.client.Client.get_blocked:3 tweepy.client.Client.get_muted:5
+#: tweepy.client.Client.get_pinned_lists:5 tweepy.client.Client.hide_reply:3
+#: tweepy.client.Client.like:3 tweepy.client.Client.mute:3
+#: tweepy.client.Client.pin_list:5 tweepy.client.Client.remove_list_member:6
+#: tweepy.client.Client.retweet:3 tweepy.client.Client.unblock:6
+#: tweepy.client.Client.unfollow_list:5 tweepy.client.Client.unfollow_user:9
+#: tweepy.client.Client.unhide_reply:3 tweepy.client.Client.unlike:6
+#: tweepy.client.Client.unmute:6 tweepy.client.Client.unpin_list:5
+#: tweepy.client.Client.unretweet:7 tweepy.client.Client.update_list:6
+msgid "Added ``user_auth`` parameter"
+msgstr ""
+
+#: of tweepy.client.Client.hide_reply:6
+msgid ""
+"Unique identifier of the Tweet to hide. The Tweet must belong to a "
+"conversation initiated by the authenticating user."
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:12 tweepy.client.Client.block:8
+#: tweepy.client.Client.create_list:14 tweepy.client.Client.create_tweet:44
+#: tweepy.client.Client.delete_list:10 tweepy.client.Client.delete_tweet:10
+#: tweepy.client.Client.follow_list:10 tweepy.client.Client.follow_user:18
+#: tweepy.client.Client.get_blocked:20
+#: tweepy.client.Client.get_followed_lists:23
+#: tweepy.client.Client.get_liked_tweets:30
+#: tweepy.client.Client.get_liking_users:17 tweepy.client.Client.get_list:13
+#: tweepy.client.Client.get_list_followers:23
+#: tweepy.client.Client.get_list_members:23
+#: tweepy.client.Client.get_list_memberships:23
+#: tweepy.client.Client.get_list_tweets:23 tweepy.client.Client.get_me:11
+#: tweepy.client.Client.get_muted:22 tweepy.client.Client.get_owned_lists:23
+#: tweepy.client.Client.get_pinned_lists:14
+#: tweepy.client.Client.get_retweeters:17 tweepy.client.Client.get_tweet:18
+#: tweepy.client.Client.get_tweets:20 tweepy.client.Client.get_user:14
+#: tweepy.client.Client.get_users:18
+#: tweepy.client.Client.get_users_followers:21
+#: tweepy.client.Client.get_users_following:21
+#: tweepy.client.Client.get_users_mentions:66
+#: tweepy.client.Client.get_users_tweets:75 tweepy.client.Client.hide_reply:9
+#: tweepy.client.Client.like:8 tweepy.client.Client.mute:8
+#: tweepy.client.Client.pin_list:10 tweepy.client.Client.remove_list_member:13
+#: tweepy.client.Client.retweet:8 tweepy.client.Client.search_recent_tweets:58
+#: tweepy.client.Client.unblock:11 tweepy.client.Client.unfollow_list:10
+#: tweepy.client.Client.unfollow_user:14 tweepy.client.Client.unhide_reply:9
+#: tweepy.client.Client.unlike:11 tweepy.client.Client.unmute:11
+#: tweepy.client.Client.unpin_list:10 tweepy.client.Client.unretweet:12
+#: tweepy.client.Client.update_list:17
+msgid "Whether or not to use OAuth 1.0a User Context to authenticate"
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member tweepy.client.Client.block
+#: tweepy.client.Client.create_compliance_job tweepy.client.Client.create_list
+#: tweepy.client.Client.create_tweet tweepy.client.Client.delete_list
+#: tweepy.client.Client.delete_tweet tweepy.client.Client.follow_list
+#: tweepy.client.Client.follow_user tweepy.client.Client.get_all_tweets_count
+#: tweepy.client.Client.get_blocked tweepy.client.Client.get_compliance_job
+#: tweepy.client.Client.get_compliance_jobs
+#: tweepy.client.Client.get_followed_lists
+#: tweepy.client.Client.get_liked_tweets tweepy.client.Client.get_liking_users
+#: tweepy.client.Client.get_list tweepy.client.Client.get_list_followers
+#: tweepy.client.Client.get_list_members
+#: tweepy.client.Client.get_list_memberships
+#: tweepy.client.Client.get_list_tweets tweepy.client.Client.get_me
+#: tweepy.client.Client.get_muted tweepy.client.Client.get_owned_lists
+#: tweepy.client.Client.get_pinned_lists
+#: tweepy.client.Client.get_recent_tweets_count
+#: tweepy.client.Client.get_retweeters tweepy.client.Client.get_space
+#: tweepy.client.Client.get_space_buyers tweepy.client.Client.get_spaces
+#: tweepy.client.Client.get_tweet tweepy.client.Client.get_tweets
+#: tweepy.client.Client.get_user tweepy.client.Client.get_users
+#: tweepy.client.Client.get_users_followers
+#: tweepy.client.Client.get_users_following
+#: tweepy.client.Client.get_users_mentions
+#: tweepy.client.Client.get_users_tweets tweepy.client.Client.hide_reply
+#: tweepy.client.Client.like tweepy.client.Client.mute
+#: tweepy.client.Client.pin_list tweepy.client.Client.remove_list_member
+#: tweepy.client.Client.retweet tweepy.client.Client.search_all_tweets
+#: tweepy.client.Client.search_recent_tweets tweepy.client.Client.search_spaces
+#: tweepy.client.Client.unblock tweepy.client.Client.unfollow_list
+#: tweepy.client.Client.unfollow_user tweepy.client.Client.unhide_reply
+#: tweepy.client.Client.unlike tweepy.client.Client.unmute
+#: tweepy.client.Client.unpin_list tweepy.client.Client.unretweet
+#: tweepy.client.Client.update_list
+msgid "Returns"
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member tweepy.client.Client.block
+#: tweepy.client.Client.create_compliance_job tweepy.client.Client.create_list
+#: tweepy.client.Client.create_tweet tweepy.client.Client.delete_list
+#: tweepy.client.Client.delete_tweet tweepy.client.Client.follow_list
+#: tweepy.client.Client.follow_user tweepy.client.Client.get_all_tweets_count
+#: tweepy.client.Client.get_blocked tweepy.client.Client.get_compliance_job
+#: tweepy.client.Client.get_compliance_jobs
+#: tweepy.client.Client.get_followed_lists
+#: tweepy.client.Client.get_liked_tweets tweepy.client.Client.get_liking_users
+#: tweepy.client.Client.get_list tweepy.client.Client.get_list_followers
+#: tweepy.client.Client.get_list_members
+#: tweepy.client.Client.get_list_memberships
+#: tweepy.client.Client.get_list_tweets tweepy.client.Client.get_me
+#: tweepy.client.Client.get_muted tweepy.client.Client.get_owned_lists
+#: tweepy.client.Client.get_pinned_lists
+#: tweepy.client.Client.get_recent_tweets_count
+#: tweepy.client.Client.get_retweeters tweepy.client.Client.get_space
+#: tweepy.client.Client.get_space_buyers tweepy.client.Client.get_spaces
+#: tweepy.client.Client.get_tweet tweepy.client.Client.get_tweets
+#: tweepy.client.Client.get_user tweepy.client.Client.get_users
+#: tweepy.client.Client.get_users_followers
+#: tweepy.client.Client.get_users_following
+#: tweepy.client.Client.get_users_mentions
+#: tweepy.client.Client.get_users_tweets tweepy.client.Client.hide_reply
+#: tweepy.client.Client.like tweepy.client.Client.mute
+#: tweepy.client.Client.pin_list tweepy.client.Client.remove_list_member
+#: tweepy.client.Client.retweet tweepy.client.Client.search_all_tweets
+#: tweepy.client.Client.search_recent_tweets tweepy.client.Client.search_spaces
+#: tweepy.client.Client.unblock tweepy.client.Client.unfollow_list
+#: tweepy.client.Client.unfollow_user tweepy.client.Client.unhide_reply
+#: tweepy.client.Client.unlike tweepy.client.Client.unmute
+#: tweepy.client.Client.unpin_list tweepy.client.Client.unretweet
+#: tweepy.client.Client.update_list
+msgid "Return type"
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:19 tweepy.client.Client.block:15
+#: tweepy.client.Client.create_compliance_job:26
+#: tweepy.client.Client.create_list:21 tweepy.client.Client.create_tweet:51
+#: tweepy.client.Client.delete_list:17 tweepy.client.Client.delete_tweet:17
+#: tweepy.client.Client.follow_list:17 tweepy.client.Client.follow_user:25
+#: tweepy.client.Client.get_all_tweets_count:47
+#: tweepy.client.Client.get_blocked:27
+#: tweepy.client.Client.get_compliance_job:12
+#: tweepy.client.Client.get_compliance_jobs:17
+#: tweepy.client.Client.get_followed_lists:30
+#: tweepy.client.Client.get_liked_tweets:37
+#: tweepy.client.Client.get_liking_users:24 tweepy.client.Client.get_list:20
+#: tweepy.client.Client.get_list_followers:30
+#: tweepy.client.Client.get_list_members:30
+#: tweepy.client.Client.get_list_memberships:30
+#: tweepy.client.Client.get_list_tweets:30 tweepy.client.Client.get_me:18
+#: tweepy.client.Client.get_muted:29 tweepy.client.Client.get_owned_lists:30
+#: tweepy.client.Client.get_pinned_lists:21
+#: tweepy.client.Client.get_recent_tweets_count:44
+#: tweepy.client.Client.get_retweeters:24 tweepy.client.Client.get_space:19
+#: tweepy.client.Client.get_space_buyers:27 tweepy.client.Client.get_spaces:24
+#: tweepy.client.Client.get_tweet:25 tweepy.client.Client.get_tweets:27
+#: tweepy.client.Client.get_user:23 tweepy.client.Client.get_users:27
+#: tweepy.client.Client.get_users_followers:28
+#: tweepy.client.Client.get_users_following:28
+#: tweepy.client.Client.get_users_mentions:73
+#: tweepy.client.Client.get_users_tweets:82 tweepy.client.Client.hide_reply:16
+#: tweepy.client.Client.like:15 tweepy.client.Client.mute:15
+#: tweepy.client.Client.pin_list:17 tweepy.client.Client.remove_list_member:20
+#: tweepy.client.Client.retweet:15 tweepy.client.Client.search_all_tweets:62
+#: tweepy.client.Client.search_recent_tweets:65
+#: tweepy.client.Client.search_spaces:29 tweepy.client.Client.unblock:18
+#: tweepy.client.Client.unfollow_list:17 tweepy.client.Client.unfollow_user:21
+#: tweepy.client.Client.unhide_reply:16 tweepy.client.Client.unlike:18
+#: tweepy.client.Client.unmute:18 tweepy.client.Client.unpin_list:17
+#: tweepy.client.Client.unretweet:19 tweepy.client.Client.update_list:24
+msgid "References"
+msgstr ""
+
+#: of tweepy.client.Client.hide_reply:17 tweepy.client.Client.unhide_reply:17
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/hide-replies"
+"/api-reference/put-tweets-id-hidden"
+msgstr ""
+
+#: of tweepy.client.Client.unhide_reply:1
+msgid "Unhides a reply to a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.unhide_reply:6
+msgid ""
+"Unique identifier of the Tweet to unhide. The Tweet must belong to a "
+"conversation initiated by the authenticating user."
+msgstr ""
+
+#: ../../client.rst:279
+msgid "Likes"
+msgstr ""
+
+#: of tweepy.client.Client.unlike:1
+msgid "Unlike a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.unlike:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not liking the Tweet or have already unliked the Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.unlike:9
+msgid "The ID of the Tweet that you would like to unlike."
+msgstr ""
+
+#: of tweepy.client.Client.unlike:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/delete-users-id-likes-tweet_id"
+msgstr ""
+
+#: of tweepy.client.Client.get_liking_users:1
+msgid "Allows you to get information about a Tweet’s liking users."
+msgstr ""
+
+#: of tweepy.client.Client.get_liking_users:3
+msgid "Tweet ID of the Tweet to request liking users of."
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:6
+#: tweepy.client.Client.get_followed_lists:7
+#: tweepy.client.Client.get_liked_tweets:8
+#: tweepy.client.Client.get_liking_users:5 tweepy.client.Client.get_list:7
+#: tweepy.client.Client.get_list_followers:7
+#: tweepy.client.Client.get_list_members:7
+#: tweepy.client.Client.get_list_memberships:7
+#: tweepy.client.Client.get_list_tweets:7 tweepy.client.Client.get_me:5
+#: tweepy.client.Client.get_muted:8 tweepy.client.Client.get_owned_lists:7
+#: tweepy.client.Client.get_pinned_lists:8
+#: tweepy.client.Client.get_retweeters:5 tweepy.client.Client.get_space:8
+#: tweepy.client.Client.get_space_buyers:10 tweepy.client.Client.get_spaces:11
+#: tweepy.client.Client.get_tweet:6 tweepy.client.Client.get_tweets:8
+#: tweepy.client.Client.get_user:8 tweepy.client.Client.get_users:12
+#: tweepy.client.Client.get_users_followers:5
+#: tweepy.client.Client.get_users_following:5
+#: tweepy.client.Client.get_users_mentions:20
+#: tweepy.client.Client.get_users_tweets:29
+#: tweepy.client.Client.search_all_tweets:21
+#: tweepy.client.Client.search_recent_tweets:21
+#: tweepy.client.Client.search_spaces:11
+msgid ":ref:`expansions_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:14
+#: tweepy.client.Client.get_liking_users:7
+#: tweepy.client.Client.get_retweeters:7
+#: tweepy.client.Client.get_space_buyers:12 tweepy.client.Client.get_tweet:8
+#: tweepy.client.Client.get_tweets:10
+#: tweepy.client.Client.get_users_mentions:28
+#: tweepy.client.Client.get_users_tweets:37
+#: tweepy.client.Client.search_all_tweets:27
+#: tweepy.client.Client.search_recent_tweets:27
+msgid ":ref:`media_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:22
+#: tweepy.client.Client.get_liking_users:9
+#: tweepy.client.Client.get_retweeters:9
+#: tweepy.client.Client.get_space_buyers:14 tweepy.client.Client.get_tweet:10
+#: tweepy.client.Client.get_tweets:12
+#: tweepy.client.Client.get_users_mentions:36
+#: tweepy.client.Client.get_users_tweets:45
+#: tweepy.client.Client.search_all_tweets:34
+#: tweepy.client.Client.search_recent_tweets:33
+msgid ":ref:`place_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:24
+#: tweepy.client.Client.get_liking_users:11
+#: tweepy.client.Client.get_retweeters:11
+#: tweepy.client.Client.get_space_buyers:16 tweepy.client.Client.get_tweet:12
+#: tweepy.client.Client.get_tweets:14
+#: tweepy.client.Client.get_users_mentions:38
+#: tweepy.client.Client.get_users_tweets:47
+#: tweepy.client.Client.search_all_tweets:36
+#: tweepy.client.Client.search_recent_tweets:35
+msgid ":ref:`poll_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:16
+#: tweepy.client.Client.get_liked_tweets:26
+#: tweepy.client.Client.get_liking_users:13
+#: tweepy.client.Client.get_list_followers:19
+#: tweepy.client.Client.get_list_members:19
+#: tweepy.client.Client.get_list_tweets:19 tweepy.client.Client.get_me:7
+#: tweepy.client.Client.get_muted:18 tweepy.client.Client.get_retweeters:13
+#: tweepy.client.Client.get_space_buyers:18 tweepy.client.Client.get_tweet:14
+#: tweepy.client.Client.get_tweets:16 tweepy.client.Client.get_user:10
+#: tweepy.client.Client.get_users:14
+#: tweepy.client.Client.get_users_followers:17
+#: tweepy.client.Client.get_users_following:17
+#: tweepy.client.Client.get_users_mentions:55
+#: tweepy.client.Client.get_users_tweets:65
+#: tweepy.client.Client.search_all_tweets:49
+#: tweepy.client.Client.search_recent_tweets:50
+msgid ":ref:`tweet_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:18
+#: tweepy.client.Client.get_followed_lists:21
+#: tweepy.client.Client.get_liked_tweets:28
+#: tweepy.client.Client.get_liking_users:15 tweepy.client.Client.get_list:11
+#: tweepy.client.Client.get_list_followers:21
+#: tweepy.client.Client.get_list_members:21
+#: tweepy.client.Client.get_list_memberships:21
+#: tweepy.client.Client.get_list_tweets:21 tweepy.client.Client.get_me:9
+#: tweepy.client.Client.get_muted:20 tweepy.client.Client.get_owned_lists:21
+#: tweepy.client.Client.get_pinned_lists:12
+#: tweepy.client.Client.get_retweeters:15 tweepy.client.Client.get_space:12
+#: tweepy.client.Client.get_space_buyers:20 tweepy.client.Client.get_spaces:15
+#: tweepy.client.Client.get_tweet:16 tweepy.client.Client.get_tweets:18
+#: tweepy.client.Client.get_user:12 tweepy.client.Client.get_users:16
+#: tweepy.client.Client.get_users_followers:19
+#: tweepy.client.Client.get_users_following:19
+#: tweepy.client.Client.get_users_mentions:64
+#: tweepy.client.Client.get_users_tweets:73
+#: tweepy.client.Client.search_all_tweets:55
+#: tweepy.client.Client.search_recent_tweets:56
+#: tweepy.client.Client.search_spaces:22
+msgid ":ref:`user_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_liking_users:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/get-tweets-id-liking_users"
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:1
+msgid "Allows you to get information about a user’s liked Tweets."
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:3
+#: tweepy.client.Client.get_users_mentions:5
+#: tweepy.client.Client.get_users_tweets:6
+#: tweepy.client.Client.search_all_tweets:8
+#: tweepy.client.Client.search_recent_tweets:4
+msgid ""
+"The Tweets returned by this endpoint count towards the Project-level "
+"`Tweet cap`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:6
+msgid "User ID of the user to request liked Tweets for."
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:10
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 5 and 100. By default, each page will return 100 results."
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:16
+#: tweepy.client.Client.get_users_followers:11
+#: tweepy.client.Client.get_users_following:11
+msgid ""
+"Used to request the next page of results if all results weren't returned "
+"with the latest request, or to go back to the previous page of results. "
+"To return the next page, pass the ``next_token`` returned in your "
+"previous response. To go back one page, pass the ``previous_token`` "
+"returned in your previous response."
+msgstr ""
+
+#: of tweepy.client.Client.get_liked_tweets:38
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/get-users-id-liked_tweets"
+msgstr ""
+
+#: of tweepy.client.Client.like:1
+msgid "Like a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.like:6
+msgid "The ID of the Tweet that you would like to Like."
+msgstr ""
+
+#: of tweepy.client.Client.like:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/likes/api-"
+"reference/post-users-id-likes"
+msgstr ""
+
+#: ../../client.rst:290
+msgid "Manage Tweets"
+msgstr ""
+
+#: of tweepy.client.Client.delete_tweet:1
+msgid "Allows an authenticated user ID to delete a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.delete_tweet:8
+msgid "The Tweet ID you are deleting."
+msgstr ""
+
+#: of tweepy.client.Client.delete_tweet:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets"
+"/api-reference/delete-tweets-id"
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:1
+msgid "Creates a Tweet on behalf of an authenticated user."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:8
+msgid ""
+"`Tweets a link directly to a Direct Message conversation`_ with an "
+"account."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:11
+msgid "Allows you to Tweet exclusively for `Super Followers`_."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:13
+msgid "Place ID being attached to the Tweet for geo location."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:15
+msgid ""
+"A list of Media IDs being attached to the Tweet. This is only required if"
+" the request includes the ``tagged_user_ids``."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:18
+msgid ""
+"A list of User IDs being tagged in the Tweet with Media. If the user "
+"you're tagging doesn't have photo-tagging enabled, their names won't show"
+" up in the list of tagged users even though the Tweet is successfully "
+"created."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:23
+msgid ""
+"Duration of the poll in minutes for a Tweet with a poll. This is only "
+"required if the request includes ``poll.options``."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:26
+msgid "A list of poll options for a Tweet with a poll."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:28
+msgid "Link to the Tweet being quoted."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:30
+msgid ""
+"A list of User IDs to be excluded from the reply Tweet thus removing a "
+"user from a thread."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:33
+msgid ""
+"Tweet ID of the Tweet being replied to. Please note that "
+"``in_reply_to_tweet_id`` needs to be in the request if "
+"``exclude_reply_user_ids`` is present."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:37
+msgid ""
+"`Settings`_ to indicate who can reply to the Tweet. Limited to "
+"\"mentionedUsers\" and \"following\". If the field isn’t specified, it "
+"will default to everyone."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:41
+msgid ""
+"Text of the Tweet being created. This field is required if "
+"``media.media_ids`` is not present."
+msgstr ""
+
+#: of tweepy.client.Client.create_tweet:52
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/manage-tweets"
+"/api-reference/post-tweets"
+msgstr ""
+
+#: ../../client.rst:297
+msgid "Retweets"
+msgstr ""
+
+#: of tweepy.client.Client.unretweet:1
+msgid "Allows an authenticated user ID to remove the Retweet of a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.unretweet:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not Retweeting the Tweet or have already removed the Retweet"
+" of."
+msgstr ""
+
+#: of tweepy.client.Client.unretweet:10
+msgid "The ID of the Tweet that you would like to remove the Retweet of."
+msgstr ""
+
+#: of tweepy.client.Client.unretweet:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/delete-users-id-retweets-tweet_id"
+msgstr ""
+
+#: of tweepy.client.Client.get_retweeters:1
+msgid "Allows you to get information about who has Retweeted a Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.get_retweeters:3
+msgid "Tweet ID of the Tweet to request Retweeting users of."
+msgstr ""
+
+#: of tweepy.client.Client.get_retweeters:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/get-tweets-id-retweeted_by"
+msgstr ""
+
+#: of tweepy.client.Client.retweet:1
+msgid "Causes the user ID to Retweet the target Tweet."
+msgstr ""
+
+#: of tweepy.client.Client.retweet:6
+msgid "The ID of the Tweet that you would like to Retweet."
+msgstr ""
+
+#: of tweepy.client.Client.retweet:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/retweets/api-"
+"reference/post-users-id-retweets"
+msgstr ""
+
+#: ../../client.rst:306
+msgid "Search Tweets"
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:1
+#: tweepy.client.Client.search_all_tweets:1
+msgid ""
+"This endpoint is only available to those users who have been approved for"
+" the `Academic Research product track`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:4
+#: tweepy.client.Client.search_all_tweets:4
+msgid ""
+"The full-archive search endpoint returns the complete history of public "
+"Tweets matching a search query; since the first Tweet was created March "
+"26, 2006."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:8
+#: tweepy.client.Client.search_all_tweets:11
+msgid "One query for matching Tweets. Up to 1024 characters."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:10
+#: tweepy.client.Client.search_all_tweets:13
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). Used with ``start_time``. The "
+"newest, most recent UTC timestamp to which the Tweets will be provided. "
+"Timestamp is in second granularity and is exclusive (for example, "
+"12:00:01 excludes the first second of the minute). If used without "
+"``start_time``, Tweets from 30 days before ``end_time`` will be returned "
+"by default. If not specified, ``end_time`` will default to [now - 30 "
+"seconds]."
+msgstr ""
+
+#: of tweepy.client.Client.search_all_tweets:23
+msgid ""
+"The maximum number of search results to be returned by a request. A "
+"number between 10 and the system limit (currently 500). By default, a "
+"request response will return 10 results."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:22
+#: tweepy.client.Client.search_all_tweets:29
+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. You can learn more by visiting our page "
+"on `pagination`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:27
+#: tweepy.client.Client.search_all_tweets:38
+msgid ""
+"Returns results with a Tweet ID greater than (for example, more recent "
+"than) the specified ID. The ID specified is exclusive and responses will "
+"not include it. If included with the same request as a ``start_time`` "
+"parameter, only ``since_id`` will be used."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:32
+#: tweepy.client.Client.search_all_tweets:43
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute). By default, a request will return Tweets from up to 30 days ago "
+"if you do not include this parameter."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:38
+#: tweepy.client.Client.search_all_tweets:51
+msgid ""
+"Returns results with a Tweet ID less than (that is, older than) the "
+"specified ID. Used with ``since_id``. The ID specified is exclusive and "
+"responses will not include it."
+msgstr ""
+
+#: of tweepy.client.Client.search_all_tweets:63
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-"
+"reference/get-tweets-search-all"
+msgstr ""
+
+#: of tweepy.client.Client.search_recent_tweets:1
+msgid ""
+"The recent search endpoint returns Tweets from the last seven days that "
+"match a search query."
+msgstr ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:4
+#: tweepy.client.Client.search_recent_tweets:7
+msgid ""
+"One rule for matching Tweets. If you are using a `Standard Project`_ at "
+"the Basic `access level`_, you can use the basic set of `operators`_ and "
+"can make queries up to 512 characters long. If you are using an `Academic"
+" Research Project`_ at the Basic access level, you can use all available "
+"operators and can make queries up to 1,024 characters long."
+msgstr ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:11
+#: tweepy.client.Client.search_recent_tweets:14
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The newest, most recent UTC "
+"timestamp to which the Tweets will be provided. Timestamp is in second "
+"granularity and is exclusive (for example, 12:00:01 excludes the first "
+"second of the minute). By default, a request will return Tweets from as "
+"recent as 30 seconds ago if you do not include this parameter."
+msgstr ""
+
+#: of tweepy.client.Client.search_recent_tweets:23
+msgid ""
+"The maximum number of search results to be returned by a request. A "
+"number between 10 and 100. By default, a request response will return 10 "
+"results."
+msgstr ""
+
+#: of tweepy.client.Client.search_recent_tweets:29
+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 ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:22
+#: tweepy.client.Client.search_recent_tweets:37
+msgid ""
+"Returns results with a Tweet ID greater than (that is, more recent than) "
+"the specified ID. The ID specified is exclusive and responses will not "
+"include it. If included with the same request as a ``start_time`` "
+"parameter, only ``since_id`` will be used."
+msgstr ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:27
+#: tweepy.client.Client.search_recent_tweets:42
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp (from "
+"most recent seven days) from which the Tweets will be provided. Timestamp"
+" is in second granularity and is inclusive (for example, 12:00:01 "
+"includes the first second of the minute). If included with the same "
+"request as a ``since_id`` parameter, only ``since_id`` will be used. By "
+"default, a request will return Tweets from up to seven days ago if you do"
+" not include this parameter."
+msgstr ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:35
+#: tweepy.client.Client.search_recent_tweets:52
+msgid ""
+"Returns results with a Tweet ID less than (that is, older than) the "
+"specified ID. The ID specified is exclusive and responses will not "
+"include it."
+msgstr ""
+
+#: of tweepy.client.Client.search_recent_tweets:66
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-"
+"reference/get-tweets-search-recent"
+msgstr ""
+
+#: ../../client.rst:313
+msgid "Timelines"
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:1
+msgid ""
+"Returns Tweets mentioning a single user specified by the requested user "
+"ID. By default, the most recent ten Tweets are returned per request. "
+"Using pagination, up to the most recent 800 Tweets can be retrieved."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:8
+msgid ""
+"Unique identifier of the user for whom to return Tweets mentioning the "
+"user. User ID can be referenced using the `user/lookup`_ endpoint. More "
+"information on Twitter IDs is `here`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:12
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The new UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute).  Please note that this parameter does not support a millisecond "
+"value."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:12
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The new UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute)."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:17
+#: tweepy.client.Client.get_users_mentions:52
+#: tweepy.client.Client.get_users_tweets:20
+#: tweepy.client.Client.get_users_tweets:62
+msgid "Please note that this parameter does not support a millisecond value."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:22
+#: tweepy.client.Client.get_users_tweets:31
+msgid ""
+"Specifies the number of Tweets to try and retrieve, up to a maximum of "
+"100 per distinct request. By default, 10 results are returned if this "
+"parameter is not supplied. The minimum permitted value is 5. It is "
+"possible to receive less than the ``max_results`` per request throughout "
+"the pagination process."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:30
+#: tweepy.client.Client.get_users_tweets:39
+msgid ""
+"This parameter is used to move forwards or backwards through 'pages' of "
+"results, based on the value of the ``next_token`` or ``previous_token`` "
+"in the response. The value used with the parameter is pulled directly "
+"from the response provided by the API, and should not be modified."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:40
+msgid ""
+"Returns results with a Tweet ID greater than (that is, more recent than) "
+"the specified 'since' Tweet ID. There are limits to the number of Tweets "
+"that can be accessed through the API. If the limit of Tweets has occurred"
+" since the ``since_id``, the ``since_id`` will be forced to the oldest ID"
+" available. More information on Twitter IDs is `here`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:47
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute).  Please note that this parameter does not support a millisecond "
+"value."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:47
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest UTC timestamp from "
+"which the Tweets will be provided. Timestamp is in second granularity and"
+" is inclusive (for example, 12:00:01 includes the first second of the "
+"minute)."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:57
+msgid ""
+"Returns results with a Tweet ID less less than (that is, older than) the "
+"specified 'until' Tweet ID. There are limits to the number of Tweets that"
+" can be accessed through the API. If the limit of Tweets has occurred "
+"since the ``until_id``, the ``until_id`` will be forced to the most "
+"recent ID available. More information on Twitter IDs is `here`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_mentions:74
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-"
+"reference/get-users-id-mentions"
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:1
+msgid ""
+"Returns Tweets composed by a single user, specified by the requested user"
+" ID. By default, the most recent ten Tweets are returned per request. "
+"Using pagination, the most recent 3,200 Tweets can be retrieved."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:9
+msgid ""
+"Unique identifier of the Twitter account (user ID) for whom to return "
+"results. User ID can be referenced using the `user/lookup`_ endpoint. "
+"More information on Twitter IDs is `here`_."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:13
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The newest or most recent UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:01Z  Please note that"
+" this parameter does not support a millisecond value."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:13
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The newest or most recent UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:01Z"
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:23
+msgid ""
+"Comma-separated list of the types of Tweets to exclude from the response."
+" When ``exclude=retweets`` is used, the maximum historical Tweets "
+"returned is still 3200. When the ``exclude=replies`` parameter is used "
+"for any value, only the most recent 800 Tweets are available."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:49
+msgid ""
+"Returns results with a Tweet ID greater than (that is, more recent than) "
+"the specified 'since' Tweet ID. Only the 3200 most recent Tweets are "
+"available. The result will exclude the ``since_id``. If the limit of "
+"Tweets has occurred since the ``since_id``, the ``since_id`` will be "
+"forced to the oldest ID available."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:55
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest or earliest UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:00Z  Please note that"
+" this parameter does not support a millisecond value."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:55
+msgid ""
+"YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339). The oldest or earliest UTC "
+"timestamp from which the Tweets will be provided. Only the 3200 most "
+"recent Tweets are available. Timestamp is in second granularity and is "
+"inclusive (for example, 12:00:01 includes the first second of the "
+"minute). Minimum allowable time is 2010-11-06T00:00:00Z"
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:67
+msgid ""
+"Returns results with a Tweet ID less less than (that is, older than) the "
+"specified 'until' Tweet ID. Only the 3200 most recent Tweets are "
+"available. The result will exclude the ``until_id``. If the limit of "
+"Tweets has occurred since the ``until_id``, the ``until_id`` will be "
+"forced to the most recent ID available."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_tweets:83
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-"
+"reference/get-users-id-tweets"
+msgstr ""
+
+#: ../../client.rst:320
+msgid "Tweet counts"
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:18
+#: tweepy.client.Client.get_recent_tweets_count:18
+msgid ""
+"This is the granularity that you want the timeseries count data to be "
+"grouped by. You can request ``minute``, ``hour``, or ``day`` granularity."
+" The default granularity, if not specified is ``hour``."
+msgstr ""
+
+#: of tweepy.client.Client.get_all_tweets_count:48
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-"
+"reference/get-tweets-counts-all"
+msgstr ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:1
+msgid ""
+"The recent Tweet counts endpoint returns count of Tweets from the last "
+"seven days that match a search query."
+msgstr ""
+
+#: of tweepy.client.Client.get_recent_tweets_count:45
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/counts/api-"
+"reference/get-tweets-counts-recent"
+msgstr ""
+
+#: ../../client.rst:327
+msgid "Tweet lookup"
+msgstr ""
+
+#: of tweepy.client.Client.get_tweet:1
+msgid ""
+"Returns a variety of information about a single Tweet specified by the "
+"requested ID."
+msgstr ""
+
+#: of tweepy.client.Client.get_tweet:4
+msgid "Unique identifier of the Tweet to request"
+msgstr ""
+
+#: of tweepy.client.Client.get_tweet:26
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-"
+"reference/get-tweets-id"
+msgstr ""
+
+#: of tweepy.client.Client.get_tweets:1
+msgid ""
+"Returns a variety of information about the Tweet specified by the "
+"requested ID or list of IDs."
+msgstr ""
+
+#: of tweepy.client.Client.get_tweets:4
+msgid ""
+"A comma separated list of Tweet IDs. Up to 100 are allowed in a single "
+"request. Make sure to not include a space between commas and fields."
+msgstr ""
+
+#: of tweepy.client.Client.get_tweets:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/tweets/lookup/api-"
+"reference/get-tweets"
+msgstr ""
+
+#: ../../client.rst:334
+msgid "Users"
+msgstr ""
+
+#: ../../client.rst:337
+msgid "Blocks"
+msgstr ""
+
+#: of tweepy.client.Client.unblock:1
+msgid "Unblock another user."
+msgstr ""
+
+#: of tweepy.client.Client.unblock:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not blocking or have already unblocked."
+msgstr ""
+
+#: of tweepy.client.Client.unblock:9
+msgid "The user ID of the user that you would like to unblock."
+msgstr ""
+
+#: of tweepy.client.Client.unblock:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/delete-users-user_id-blocking"
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:1
+msgid "Returns a list of users who are blocked by the authenticating user."
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:8 tweepy.client.Client.get_muted:10
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 1 and 1000. By default, each page will return 100 results."
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:12 tweepy.client.Client.get_muted:14
+msgid ""
+"Used to request the next page of results if all results weren't returned "
+"with the latest request, or to go back to the previous page of results."
+msgstr ""
+
+#: of tweepy.client.Client.get_blocked:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/get-users-blocking"
+msgstr ""
+
+#: of tweepy.client.Client.block:1
+msgid "Block another user."
+msgstr ""
+
+#: of tweepy.client.Client.block:6
+msgid "The user ID of the user that you would like to block."
+msgstr ""
+
+#: of tweepy.client.Client.block:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/blocks/api-"
+"reference/post-users-user_id-blocking"
+msgstr ""
+
+#: ../../client.rst:346
+msgid "Follows"
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_user:1
+msgid "Allows a user ID to unfollow another user."
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_user:3
+msgid ""
+"The request succeeds with no action when the authenticated user sends a "
+"request to a user they're not following or have already unfollowed."
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_user:6
+msgid "Renamed from :meth:`Client.unfollow`"
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_user:12
+msgid "The user ID of the user that you would like to unfollow."
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_user:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/delete-users-source_id-following"
+msgstr ""
+
+#: of tweepy.client.Client.unfollow:1
+msgid "Alias for :meth:`Client.unfollow_user`"
+msgstr ""
+
+#: of tweepy.client.Client.unfollow:3
+msgid "Use :meth:`Client.unfollow_user` instead."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_followers:1
+msgid "Returns a list of users who are followers of the specified user ID."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_followers:3
+msgid "The user ID whose followers you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_followers:7
+#: tweepy.client.Client.get_users_following:7
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 1 and the 1000. By default, each page will return 100 "
+"results."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_followers:29
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/get-users-id-followers"
+msgstr ""
+
+#: of tweepy.client.Client.get_users_following:1
+msgid "Returns a list of users the specified user ID is following."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_following:3
+msgid "The user ID whose following you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_users_following:29
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/get-users-id-following"
+msgstr ""
+
+#: of tweepy.client.Client.follow_user:1
+msgid "Allows a user ID to follow another user."
+msgstr ""
+
+#: of tweepy.client.Client.follow_user:3
+msgid ""
+"If the target user does not have public Tweets, this endpoint will send a"
+" follow request."
+msgstr ""
+
+#: of tweepy.client.Client.follow_user:6
+msgid ""
+"The request succeeds with no action when the authenticated user sends a "
+"request to a user they're already following, or if they're sending a "
+"follower request to a user that does not have public Tweets."
+msgstr ""
+
+#: of tweepy.client.Client.follow_user:10
+msgid "Renamed from :meth:`Client.follow`"
+msgstr ""
+
+#: of tweepy.client.Client.follow_user:16
+msgid "The user ID of the user that you would like to follow."
+msgstr ""
+
+#: of tweepy.client.Client.follow_user:26
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/follows/api-"
+"reference/post-users-source_user_id-following"
+msgstr ""
+
+#: of tweepy.client.Client.follow:1
+msgid "Alias for :meth:`Client.follow_user`"
+msgstr ""
+
+#: of tweepy.client.Client.follow:3
+msgid "Use :meth:`Client.follow_user` instead."
+msgstr ""
+
+#: ../../client.rst:361
+msgid "Mutes"
+msgstr ""
+
+#: of tweepy.client.Client.unmute:1
+msgid "Allows an authenticated user ID to unmute the target user."
+msgstr ""
+
+#: of tweepy.client.Client.unmute:3
+msgid ""
+"The request succeeds with no action when the user sends a request to a "
+"user they're not muting or have already unmuted."
+msgstr ""
+
+#: of tweepy.client.Client.unmute:9
+msgid "The user ID of the user that you would like to unmute."
+msgstr ""
+
+#: of tweepy.client.Client.unmute:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/delete-users-user_id-muting"
+msgstr ""
+
+#: of tweepy.client.Client.get_muted:1
+msgid "Returns a list of users who are muted by the authenticating user."
+msgstr ""
+
+#: of tweepy.client.Client.get_muted:30
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/get-users-muting"
+msgstr ""
+
+#: of tweepy.client.Client.mute:1
+msgid "Allows an authenticated user ID to mute the target user."
+msgstr ""
+
+#: of tweepy.client.Client.mute:6
+msgid "The user ID of the user that you would like to mute."
+msgstr ""
+
+#: of tweepy.client.Client.mute:16
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/mutes/api-"
+"reference/post-users-user_id-muting"
+msgstr ""
+
+#: ../../client.rst:370
+msgid "User lookup"
+msgstr ""
+
+#: of tweepy.client.Client.get_user:1
+msgid ""
+"Returns a variety of information about a single user specified by the "
+"requested ID or username."
+msgstr ""
+
+#: of tweepy.client.Client.get_user:4
+msgid "The ID of the user to lookup."
+msgstr ""
+
+#: of tweepy.client.Client.get_user:6
+msgid "The Twitter username (handle) of the user."
+msgstr ""
+
+#: of tweepy.client.Client.get_spaces tweepy.client.Client.get_user
+#: tweepy.client.Client.get_users
+msgid "Raises"
+msgstr ""
+
+#: of tweepy.client.Client.get_user:17
+msgid "If ID and username are not passed or both are passed"
+msgstr ""
+
+#: of tweepy.client.Client.get_user:24
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users-id https://developer.twitter.com/en/docs/twitter-"
+"api/users/lookup/api-reference/get-users-by-username-username"
+msgstr ""
+
+#: of tweepy.client.Client.get_users:1
+msgid ""
+"Returns a variety of information about one or more users specified by the"
+" requested IDs or usernames."
+msgstr ""
+
+#: of tweepy.client.Client.get_users:4
+msgid ""
+"A comma separated list of user IDs. Up to 100 are allowed in a single "
+"request. Make sure to not include a space between commas and fields."
+msgstr ""
+
+#: of tweepy.client.Client.get_users:8
+msgid ""
+"A comma separated list of Twitter usernames (handles). Up to 100 are "
+"allowed in a single request. Make sure to not include a space between "
+"commas and fields."
+msgstr ""
+
+#: of tweepy.client.Client.get_users:21
+msgid "If IDs and usernames are not passed or both are passed"
+msgstr ""
+
+#: of tweepy.client.Client.get_users:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users https://developer.twitter.com/en/docs/twitter-"
+"api/users/lookup/api-reference/get-users-by"
+msgstr ""
+
+#: of tweepy.client.Client.get_me:1
+msgid "Returns information about an authorized user."
+msgstr ""
+
+#: of tweepy.client.Client.get_me:19
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/users/lookup/api-"
+"reference/get-users-me"
+msgstr ""
+
+#: ../../client.rst:379
+msgid "Spaces"
+msgstr ""
+
+#: ../../client.rst:382
+msgid "Search Spaces"
+msgstr ""
+
+#: of tweepy.client.Client.search_spaces:1
+msgid "Return live or scheduled Spaces matching your specified search terms"
+msgstr ""
+
+#: of tweepy.client.Client.search_spaces:5
+msgid "``state`` is now an optional parameter."
+msgstr ""
+
+#: of tweepy.client.Client.search_spaces:8
+msgid ""
+"Your search term. This can be any text (including mentions and Hashtags) "
+"present in the title of the Space."
+msgstr ""
+
+#: of tweepy.client.Client.search_spaces:13
+msgid ""
+"The maximum number of results to return in this request. Specify a value "
+"between 1 and 100."
+msgstr ""
+
+#: of tweepy.client.Client.get_space:10 tweepy.client.Client.get_spaces:13
+#: tweepy.client.Client.search_spaces:16
+msgid ":ref:`space_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.search_spaces:18
+msgid ""
+"Determines the type of results to return. This endpoint returns all "
+"Spaces by default. Use ``live`` to only return live Spaces or "
+"``scheduled`` to only return upcoming Spaces."
+msgstr ""
+
+#: of tweepy.client.Client.search_spaces:30
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/search/api-"
+"reference/get-spaces-search"
+msgstr ""
+
+#: ../../client.rst:387
+msgid "Spaces lookup"
+msgstr ""
+
+#: of tweepy.client.Client.get_spaces:1
+msgid ""
+"Returns details about multiple live or scheduled Spaces (created by the "
+"specified user IDs if specified). Up to 100 comma-separated Space or user"
+" IDs can be looked up using this endpoint."
+msgstr ""
+
+#: of tweepy.client.Client.get_spaces:7
+msgid "A comma separated list of Spaces (up to 100)."
+msgstr ""
+
+#: of tweepy.client.Client.get_spaces:9
+msgid "A comma separated list of user IDs (up to 100)."
+msgstr ""
+
+#: of tweepy.client.Client.get_spaces:18
+msgid "If IDs and user IDs are not passed or both are passed"
+msgstr ""
+
+#: of tweepy.client.Client.get_spaces:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces https://developer.twitter.com/en/docs/twitter-"
+"api/spaces/lookup/api-reference/get-spaces-by-creator-ids"
+msgstr ""
+
+#: of tweepy.client.Client.get_space:1
+msgid ""
+"Returns a variety of information about a single Space specified by the "
+"requested ID."
+msgstr ""
+
+#: of tweepy.client.Client.get_space:6
+msgid "Unique identifier of the Space to request."
+msgstr ""
+
+#: of tweepy.client.Client.get_space:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id"
+msgstr ""
+
+#: of tweepy.client.Client.get_space_buyers:1
+msgid ""
+"Returns a list of user who purchased a ticket to the requested Space. You"
+" must authenticate the request using the Access Token of the creator of "
+"the requested Space."
+msgstr ""
+
+#: of tweepy.client.Client.get_space_buyers:7
+msgid "Unique identifier of the Space for which you want to request Tweets."
+msgstr ""
+
+#: of tweepy.client.Client.get_space_buyers:28
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/spaces/lookup/api-"
+"reference/get-spaces-id-buyers"
+msgstr ""
+
+#: ../../client.rst:396
+msgid "Lists"
+msgstr ""
+
+#: ../../client.rst:399
+msgid "List Tweets lookup"
+msgstr ""
+
+#: of tweepy.client.Client.get_list_tweets:1
+msgid "Returns a list of Tweets from the specified List."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_tweets:5
+msgid "The ID of the List whose Tweets you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_followed_lists:11
+#: tweepy.client.Client.get_list_followers:9
+#: tweepy.client.Client.get_list_members:9
+#: tweepy.client.Client.get_list_memberships:11
+#: tweepy.client.Client.get_list_tweets:9
+#: tweepy.client.Client.get_owned_lists:11
+msgid ""
+"The maximum number of results to be returned per page. This can be a "
+"number between 1 and 100. By default, each page will return 100 results."
+msgstr ""
+
+#: of tweepy.client.Client.get_followed_lists:15
+#: tweepy.client.Client.get_list_followers:13
+#: tweepy.client.Client.get_list_members:13
+#: tweepy.client.Client.get_list_memberships:15
+#: tweepy.client.Client.get_list_tweets:13
+#: tweepy.client.Client.get_owned_lists:15
+msgid ""
+"Used to request the next page of results if all results weren't returned "
+"with the latest request, or to go back to the previous page of results. "
+"To return the next page, pass the next_token returned in your previous "
+"response. To go back one page, pass the previous_token returned in your "
+"previous response."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_tweets:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-tweets/api-"
+"reference/get-lists-id-tweets"
+msgstr ""
+
+#: ../../client.rst:404
+msgid "List follows"
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_list:1
+msgid "Enables the authenticated user to unfollow a List."
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_list:8
+msgid "The ID of the List that you would like the user to unfollow."
+msgstr ""
+
+#: of tweepy.client.Client.unfollow_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/delete-users-id-followed-lists-list_id"
+msgstr ""
+
+#: of tweepy.client.Client.get_list_followers:1
+msgid "Returns a list of users who are followers of the specified List."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_followers:5
+msgid "The ID of the List whose followers you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_followers:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/get-lists-id-followers"
+msgstr ""
+
+#: of tweepy.client.Client.get_followed_lists:1
+msgid "Returns all Lists a specified user follows."
+msgstr ""
+
+#: of tweepy.client.Client.get_followed_lists:5
+msgid "The user ID whose followed Lists you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_followed_lists:9 tweepy.client.Client.get_list:9
+#: tweepy.client.Client.get_list_memberships:9
+#: tweepy.client.Client.get_owned_lists:9
+#: tweepy.client.Client.get_pinned_lists:10
+msgid ":ref:`list_fields_parameter`"
+msgstr ""
+
+#: of tweepy.client.Client.get_followed_lists:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/get-users-id-followed_lists"
+msgstr ""
+
+#: of tweepy.client.Client.follow_list:1
+msgid "Enables the authenticated user to follow a List."
+msgstr ""
+
+#: of tweepy.client.Client.follow_list:8
+msgid "The ID of the List that you would like the user to follow."
+msgstr ""
+
+#: of tweepy.client.Client.follow_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-follows/api-"
+"reference/post-users-id-followed-lists"
+msgstr ""
+
+#: ../../client.rst:415
+msgid "List lookup"
+msgstr ""
+
+#: of tweepy.client.Client.get_list:1
+msgid "Returns the details of a specified List."
+msgstr ""
+
+#: of tweepy.client.Client.get_list:5
+msgid "The ID of the List to lookup."
+msgstr ""
+
+#: of tweepy.client.Client.get_list:21
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-"
+"reference/get-lists-id"
+msgstr ""
+
+#: of tweepy.client.Client.get_owned_lists:1
+msgid "Returns all Lists owned by the specified user."
+msgstr ""
+
+#: of tweepy.client.Client.get_owned_lists:5
+msgid "The user ID whose owned Lists you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_owned_lists:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-lookup/api-"
+"reference/get-users-id-owned_lists"
+msgstr ""
+
+#: ../../client.rst:422
+msgid "List members"
+msgstr ""
+
+#: of tweepy.client.Client.remove_list_member:1
+msgid "Enables the authenticated user to remove a member from a List they own."
+msgstr ""
+
+#: of tweepy.client.Client.remove_list_member:9
+msgid "The ID of the List you are removing a member from."
+msgstr ""
+
+#: of tweepy.client.Client.remove_list_member:11
+msgid "The ID of the user you wish to remove as a member of the List."
+msgstr ""
+
+#: of tweepy.client.Client.remove_list_member:21
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/delete-lists-id-members-user_id"
+msgstr ""
+
+#: of tweepy.client.Client.get_list_members:1
+msgid "Returns a list of users who are members of the specified List."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_members:5
+msgid "The ID of the List whose members you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_members:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/get-lists-id-members"
+msgstr ""
+
+#: of tweepy.client.Client.get_list_memberships:1
+msgid "Returns all Lists a specified user is a member of."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_memberships:5
+msgid "The user ID whose List memberships you would like to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_list_memberships:31
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/get-users-id-list_memberships"
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:1
+msgid "Enables the authenticated user to add a member to a List they own."
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:8
+msgid "The ID of the List you are adding a member to."
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:10
+msgid "The ID of the user you wish to add as a member of the List."
+msgstr ""
+
+#: of tweepy.client.Client.add_list_member:20
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/list-members/api-"
+"reference/post-lists-id-members"
+msgstr ""
+
+#: ../../client.rst:433
+msgid "Manage Lists"
+msgstr ""
+
+#: of tweepy.client.Client.delete_list:1
+msgid "Enables the authenticated user to delete a List that they own."
+msgstr ""
+
+#: of tweepy.client.Client.delete_list:8
+msgid "The ID of the List to be deleted."
+msgstr ""
+
+#: of tweepy.client.Client.delete_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/delete-lists-id"
+msgstr ""
+
+#: of tweepy.client.Client.update_list:1
+msgid ""
+"Enables the authenticated user to update the meta data of a specified "
+"List that they own."
+msgstr ""
+
+#: of tweepy.client.Client.update_list:9
+msgid "The ID of the List to be updated."
+msgstr ""
+
+#: of tweepy.client.Client.update_list:11
+msgid "Updates the description of the List."
+msgstr ""
+
+#: of tweepy.client.Client.update_list:13
+msgid "Updates the name of the List."
+msgstr ""
+
+#: of tweepy.client.Client.update_list:15
+msgid "Determines whether the List should be private."
+msgstr ""
+
+#: of tweepy.client.Client.update_list:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/put-lists-id"
+msgstr ""
+
+#: of tweepy.client.Client.create_list:1
+msgid "Enables the authenticated user to create a List."
+msgstr ""
+
+#: of tweepy.client.Client.create_list:8
+msgid "The name of the List you wish to create."
+msgstr ""
+
+#: of tweepy.client.Client.create_list:10
+msgid "Description of the List."
+msgstr ""
+
+#: of tweepy.client.Client.create_list:12
+msgid "Determine whether the List should be private."
+msgstr ""
+
+#: of tweepy.client.Client.create_list:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/manage-lists/api-"
+"reference/post-lists"
+msgstr ""
+
+#: ../../client.rst:442
+msgid "Pinned Lists"
+msgstr ""
+
+#: of tweepy.client.Client.unpin_list:1
+msgid "Enables the authenticated user to unpin a List."
+msgstr ""
+
+#: of tweepy.client.Client.unpin_list:8
+msgid "The ID of the List that you would like the user to unpin."
+msgstr ""
+
+#: of tweepy.client.Client.unpin_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/delete-users-id-pinned-lists-list_id"
+msgstr ""
+
+#: of tweepy.client.Client.get_pinned_lists:1
+msgid "Returns the Lists pinned by a specified user."
+msgstr ""
+
+#: of tweepy.client.Client.get_pinned_lists:22
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/get-users-id-pinned_lists"
+msgstr ""
+
+#: of tweepy.client.Client.pin_list:1
+msgid "Enables the authenticated user to pin a List."
+msgstr ""
+
+#: of tweepy.client.Client.pin_list:8
+msgid "The ID of the List that you would like the user to pin."
+msgstr ""
+
+#: of tweepy.client.Client.pin_list:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/lists/pinned-lists/api-"
+"reference/post-users-id-pinned-lists"
+msgstr ""
+
+#: ../../client.rst:451
+msgid "Compliance"
+msgstr ""
+
+#: ../../client.rst:454
+msgid "Batch compliance"
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_jobs:1
+msgid "Returns a list of recent compliance jobs."
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_jobs:5
+msgid ""
+"Allows to filter by job type - either by tweets or user ID. Only one "
+"filter (tweets or users) can be specified per request."
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_jobs:8
+msgid ""
+"Allows to filter by job status. Only one filter can be specified per "
+"request. Default: ``all``"
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_jobs:18
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/get-compliance-jobs"
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_job:1
+msgid "Get a single compliance job with the specified ID."
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_job:5
+msgid "The unique identifier for the compliance job you want to retrieve."
+msgstr ""
+
+#: of tweepy.client.Client.get_compliance_job:13
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/get-compliance-jobs-id"
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:1
+msgid "Creates a new compliance job for Tweet IDs or user IDs."
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:3
+msgid ""
+"A compliance job will contain an ID and a destination URL. The "
+"destination URL represents the location that contains the list of IDs "
+"consumed by your app."
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:7
+msgid "You can run one batch job at a time."
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:11
+msgid ""
+"Specify whether you will be uploading tweet or user IDs. You can either "
+"specify tweets or users."
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:14
+msgid ""
+"A name for this job, useful to identify multiple jobs using a label you "
+"define."
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:17
+msgid ""
+"Specifies whether to enable the upload URL with support for resumable "
+"uploads. If true, this endpoint will return a pre-signed URL with "
+"resumable uploads enabled."
+msgstr ""
+
+#: of tweepy.client.Client.create_compliance_job:27
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/compliance/batch-"
+"compliance/api-reference/post-compliance-jobs"
+msgstr ""
+
+#: ../../client.rst:463
+msgid "Expansions and Fields Parameters"
+msgstr ""
+
+#: ../../client.rst:468
+msgid "``expansions``"
+msgstr ""
+
+#: ../../client.rst:469
+msgid ""
+"`Expansions`_ enable you to request additional data objects that relate "
+"to the originally returned List, Space, Tweets, or users. Submit a list "
+"of desired expansions in a comma-separated list without spaces. The ID "
+"that represents the expanded data object will be included directly in the"
+" List, Space, Tweet, or user data object, but the expanded object "
+"metadata will be returned within the ``includes`` response object, and "
+"will also include the ID so that you can match this data object to the "
+"original Space, Tweet, or user object."
+msgstr ""
+
+#: ../../client.rst:477
+msgid ""
+"At this time, the only expansion available to endpoints that primarily "
+"return List objects is ``expansions=owner_id``. You will find the "
+"expanded user data object living in the ``includes`` response object."
+msgstr ""
+
+#: ../../client.rst:481
+msgid ""
+"For methods that return Spaces, the following data objects can be "
+"expanded using this parameter:"
+msgstr ""
+
+#: ../../client.rst:484
+msgid "The Spaces creator's user object"
+msgstr ""
+
+#: ../../client.rst:485
+msgid "The user objects of any Space co-host"
+msgstr ""
+
+#: ../../client.rst:486 ../../client.rst:495
+msgid "Any mentioned users’ object"
+msgstr ""
+
+#: ../../client.rst:487
+msgid "Any speaker's user object"
+msgstr ""
+
+#: ../../client.rst:489
+msgid ""
+"For methods that return Tweets, the following data objects can be "
+"expanded using this parameter:"
+msgstr ""
+
+#: ../../client.rst:492
+msgid "The Tweet author's user object"
+msgstr ""
+
+#: ../../client.rst:493
+msgid ""
+"The user object of the Tweet’s author that the original Tweet is "
+"responding to"
+msgstr ""
+
+#: ../../client.rst:496
+msgid "Any referenced Tweets’ author’s user object"
+msgstr ""
+
+#: ../../client.rst:497
+msgid "Attached media’s object"
+msgstr ""
+
+#: ../../client.rst:498
+msgid "Attached poll’s object"
+msgstr ""
+
+#: ../../client.rst:499
+msgid "Attached place’s object"
+msgstr ""
+
+#: ../../client.rst:500
+msgid "Any referenced Tweets’ object"
+msgstr ""
+
+#: ../../client.rst:502
+msgid ""
+"At this time, the only expansion available to endpoints that primarily "
+"return user objects is ``expansions=pinned_tweet_id``. You will find the "
+"expanded Tweet data object living in the ``includes`` response object."
+msgstr ""
+
+#: ../../client.rst:509
+msgid "``list_fields``"
+msgstr ""
+
+#: ../../client.rst:510
+msgid ""
+"This `fields`_ parameter enables you to select which specific `List "
+"fields`_ will deliver with each returned List objects. Specify the "
+"desired fields in a comma-separated list without spaces between commas "
+"and fields. These specified List fields will display directly in the List"
+" data objects."
+msgstr ""
+
+#: ../../client.rst:518
+msgid "``media_fields``"
+msgstr ""
+
+#: ../../client.rst:519
+msgid ""
+"This `fields`_ parameter enables you to select which specific `media "
+"fields`_ will deliver in each returned Tweet. Specify the desired fields "
+"in a comma-separated list without spaces between commas and fields. The "
+"Tweet will only return media fields if the Tweet contains media and if "
+"you've also included the ``expansions=attachments.media_keys`` query "
+"parameter in your request. While the media ID will be located in the "
+"Tweet object, you will find this ID and all additional media fields in "
+"the ``includes`` data object."
+msgstr ""
+
+#: ../../client.rst:530
+msgid "``place_fields``"
+msgstr ""
+
+#: ../../client.rst:531
+msgid ""
+"This `fields`_ parameter enables you to select which specific `place "
+"fields`_ will deliver in each returned Tweet. Specify the desired fields "
+"in a comma-separated list without spaces between commas and fields. The "
+"Tweet will only return place fields if the Tweet contains a place and if "
+"you've also included the ``expansions=geo.place_id`` query parameter in "
+"your request. While the place ID will be located in the Tweet object, you"
+" will find this ID and all additional place fields in the ``includes`` "
+"data object."
+msgstr ""
+
+#: ../../client.rst:542
+msgid "``poll_fields``"
+msgstr ""
+
+#: ../../client.rst:544
+msgid ""
+"This `fields`_ parameter enables you to select which specific `poll "
+"fields`_ will deliver in each returned Tweet. Specify the desired fields "
+"in a comma-separated list without spaces between commas and fields. The "
+"Tweet will only return poll fields if the Tweet contains a poll and if "
+"you've also included the ``expansions=attachments.poll_ids`` query "
+"parameter in your request. While the poll ID will be located in the Tweet"
+" object, you will find this ID and all additional poll fields in the "
+"``includes`` data object."
+msgstr ""
+
+#: ../../client.rst:555
+msgid "``space_fields``"
+msgstr ""
+
+#: ../../client.rst:557
+msgid ""
+"This `fields`_ parameter enables you to select which specific `Space "
+"fields`_ will deliver in each returned Space. Specify the desired fields "
+"in a comma-separated list."
+msgstr ""
+
+#: ../../client.rst:564
+msgid "``tweet_fields``"
+msgstr ""
+
+#: ../../client.rst:566
+msgid ""
+"For methods that return Tweets, this `fields`_ parameter enables you to "
+"select which specific `Tweet fields`_ will deliver in each returned Tweet"
+" object. Specify the desired fields in a comma-separated list without "
+"spaces between commas and fields. You can also pass the "
+"``expansions=referenced_tweets.id`` expansion to return the specified "
+"fields for both the original Tweet and any included referenced Tweets. "
+"The requested Tweet fields will display in both the original Tweet data "
+"object, as well as in the referenced Tweet expanded data object that will"
+" be located in the ``includes`` data object."
+msgstr ""
+
+#: ../../client.rst:575
+msgid ""
+"For methods that return users, this `fields`_ parameter enables you to "
+"select which specific `Tweet fields`_ will deliver in each returned "
+"pinned Tweet. Specify the desired fields in a comma-separated list "
+"without spaces between commas and fields. The Tweet fields will only "
+"return if the user has a pinned Tweet and if you've also included the "
+"``expansions=pinned_tweet_id`` query parameter in your request. While the"
+" referenced Tweet ID will be located in the original Tweet object, you "
+"will find this ID and all additional Tweet fields in the ``includes`` "
+"data object."
+msgstr ""
+
+#: ../../client.rst:587
+msgid "``user_fields``"
+msgstr ""
+
+#: ../../client.rst:589
+msgid ""
+"For methods that return Spaces or Tweets, this `fields`_ parameter "
+"enables you to select which specific `user fields`_ will deliver in each "
+"returned Space or Tweet. Specify the desired fields in a comma-separated "
+"list without spaces between commas and fields. While the user ID will be "
+"located in the original Tweet object, you will find this ID and all "
+"additional user fields in the ``includes`` data object."
+msgstr ""
+
+#: ../../client.rst:596
+msgid ""
+"You must also pass one of the user expansions to return the desired user "
+"fields:"
+msgstr ""
+
+#: ../../client.rst:599
+msgid "``expansions=author_id``"
+msgstr ""
+
+#: ../../client.rst:600
+msgid "``expansions=entities.mentions.username``"
+msgstr ""
+
+#: ../../client.rst:601
+msgid "``expansions=in_reply_to_user_id``"
+msgstr ""
+
+#: ../../client.rst:602
+msgid "``expansions=referenced_tweets.id.author_id``"
+msgstr ""
+
+#: ../../client.rst:604
+msgid ""
+"For methods that return users, this `fields`_ parameter enables you to "
+"select which specific `user fields`_ will deliver with each returned "
+"users objects. Specify the desired fields in a comma-separated list "
+"without spaces between commas and fields. These specified user fields "
+"will display directly in the user data objects."
+msgstr ""
+
+#: ../../client.rst:621
+msgid "``Response``"
+msgstr ""
+
+#: ../../client.rst:624
+msgid ""
+"The :obj:`Response` returned by :class:`Client` methods is a "
+":class:`collections.namedtuple`, with ``data``, ``includes``, ``errors``,"
+" and ``meta`` fields, corresponding with the fields in responses from "
+"Twitter's API."
+msgstr ""
+
diff --git a/docs/locale/pl/LC_MESSAGES/development.po b/docs/locale/pl/LC_MESSAGES/development.po
new file mode 100644 (file)
index 0000000..8ca0a9c
--- /dev/null
@@ -0,0 +1,77 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../development.rst:5
+msgid "Development"
+msgstr ""
+
+#: ../../development.rst:8
+msgid "Running Tests"
+msgstr ""
+
+#: ../../development.rst:10
+msgid "These steps outline how to run tests for Tweepy:"
+msgstr ""
+
+#: ../../development.rst:12
+msgid "Download Tweepy's source code to a directory."
+msgstr ""
+
+#: ../../development.rst:14
+msgid ""
+"Install from the downloaded source with the ``test`` extra, e.g. ``pip "
+"install .[test]``. Optionally install the ``dev`` extra as well, for "
+"``tox`` and ``coverage``, e.g. ``pip install .[dev,test]``."
+msgstr ""
+
+#: ../../development.rst:18
+msgid ""
+"Run tests (e.g. ``python -m unittest discover tests``) in the source "
+"directory. With the ``dev`` extra, coverage can be measured by using "
+"``coverage run`` (e.g. ``coverage run -m unittest discover tests``) and "
+"``tox`` can be run to test different Python versions."
+msgstr ""
+
+#: ../../development.rst:23
+msgid "To record new cassettes, the following environment variables can be used:"
+msgstr ""
+
+#: ../../development.rst:25
+msgid ""
+"``TWITTER_USERNAME`` ``BEARER_TOKEN`` ``CONSUMER_KEY`` "
+"``CONSUMER_SECRET`` ``ACCESS_KEY`` ``ACCESS_SECRET`` ``USE_REPLAY``"
+msgstr ""
+
+#: ../../development.rst:33
+msgid ""
+"Simply set ``USE_REPLAY`` to ``False`` and provide the app and account "
+"credentials and username."
+msgstr ""
+
+#: ../../development.rst:37
+msgid "Contributors"
+msgstr ""
+
+#: ../../development.rst:39
+msgid ""
+"Tweepy's contributors can be identified through the `GitHub "
+"repository`_'s `contributors graph page`_, `commit history`_, `issues`_, "
+"`pull requests`_, and `discussions`_."
+msgstr ""
+
diff --git a/docs/locale/pl/LC_MESSAGES/examples.po b/docs/locale/pl/LC_MESSAGES/examples.po
new file mode 100644 (file)
index 0000000..48e939f
--- /dev/null
@@ -0,0 +1,71 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../examples.rst:5
+msgid "Examples"
+msgstr ""
+
+#: ../../examples.rst:9
+msgid "API v1.1"
+msgstr ""
+
+#: ../../examples.rst:13 ../../examples.rst:41
+msgid "Authentication"
+msgstr ""
+
+#: ../../examples.rst:17
+msgid "PIN-based Authorization"
+msgstr ""
+
+#: ../../examples.rst:21
+msgid "Tweet / Update Status"
+msgstr ""
+
+#: ../../examples.rst:25
+msgid "Follow Followers"
+msgstr ""
+
+#: ../../examples.rst:29
+msgid "Handle Rate Limits"
+msgstr ""
+
+#: ../../examples.rst:33
+msgid "Streaming"
+msgstr ""
+
+#: ../../examples.rst:37
+msgid "API v2"
+msgstr ""
+
+#: ../../examples.rst:45
+msgid "Search Recent Tweets"
+msgstr ""
+
+#: ../../examples.rst:49
+msgid "Tweet Fields"
+msgstr ""
+
+#: ../../examples.rst:53
+msgid "Expansions"
+msgstr ""
+
+#: ../../examples.rst:57
+msgid "Create Tweet"
+msgstr ""
+
index c6bf4b27a212f4ec27010756e11c832c7b392646..374c605bf3673e73a5fbece24b1b358101a18567 100644 (file)
@@ -2,19 +2,19 @@
 # This file is distributed under the same license as the Tweepy package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Tweepy-pl\n"
+"Project-Id-Version:  Tweepy-pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-15 22:51+0200\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
 "PO-Revision-Date: 2021-04-28 15:37+0200\n"
-"Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail."
-"com>\n"
+"Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail.com>\n"
 "Language: pl\n"
 "Language-Team: \n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
+"(n%100<10 || n%100>=20) ? 1 : 2)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.9.0\n"
-"X-Generator: Poedit 2.4.2\n"
+"Generated-By: Babel 2.9.1\n"
 
 #: ../../exceptions.rst:5
 msgid "Exceptions"
@@ -24,16 +24,17 @@ msgstr "Wyjątki"
 msgid ""
 "Exceptions are available directly in the :mod:`tweepy` module, which "
 "means :mod:`tweepy.errors` itself does not need to be imported. For "
-"example, :exc:`tweepy.errors.TweepyException` is available as :exc:"
-"`tweepy.TweepyException`."
+"example, :exc:`tweepy.errors.TweepyException` is available as "
+":exc:`tweepy.TweepyException`."
 msgstr ""
-"Wyjątki są dostępne bezpośrednio w module :mod:`tweepy`, co oznacza, "
-"że :mod:`tweepy.errors` nie musi być importowany. Na przykład, :exc:"
-"`tweepy.errors.TweepyException` jest dostępny jako :exc:`tweepy."
-"TweepyException`."
+"Wyjątki są dostępne bezpośrednio w module :mod:`tweepy`, co oznacza, że "
+":mod:`tweepy.errors` nie musi być importowany. Na przykład, "
+":exc:`tweepy.errors.TweepyException` jest dostępny jako "
+":exc:`tweepy.TweepyException`."
 
 #: of tweepy.errors.TweepyException:1
-msgid "Bases: :class:`Exception`"
+#, fuzzy
+msgid "Bases: :py:class:`Exception`"
 msgstr "Postawy: :class:`Exception`"
 
 #: of tweepy.errors.TweepyException:1
@@ -41,18 +42,56 @@ msgid "Base exception for Tweepy"
 msgstr "Podstawowy wyjątek dla Tweepy"
 
 #: of tweepy.errors.HTTPException:1
-msgid "Bases: :class:`tweepy.errors.TweepyException`"
+#, fuzzy
+msgid "Bases: :py:class:`tweepy.errors.TweepyException`"
 msgstr "Podstawy: :class:`tweepy.errors.TweepyException`"
 
 #: of tweepy.errors.HTTPException:1
 msgid "Exception raised when an HTTP request fails"
 msgstr "Wywołanie wyjątku gdy żądanie HTTP nie powiedzie się"
 
+#: of tweepy.errors.HTTPException:7
+msgid "Requests Response from the Twitter API"
+msgstr ""
+
+#: of tweepy.errors.HTTPException
+msgid "type"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:9
+msgid "requests.Response"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:13
+msgid "The errors the Twitter API responded with, if any"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:15
+msgid "List[dict[str, Union[int, str]]]"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:19
+msgid "The error codes the Twitter API responded with, if any"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:21
+msgid "List[int]"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:25
+msgid "The error messages the Twitter API responded with, if any"
+msgstr ""
+
+#: of tweepy.errors.HTTPException:27
+msgid "List[str]"
+msgstr ""
+
 #: of tweepy.errors.BadRequest:1 tweepy.errors.Forbidden:1
 #: tweepy.errors.NotFound:1 tweepy.errors.TooManyRequests:1
 #: tweepy.errors.TwitterServerError:1 tweepy.errors.Unauthorized:1
-msgid "Bases: :class:`tweepy.errors.HTTPException`"
-msgstr "Podstawy: :class:`tweepy.errors.HTTPException`"
+#, fuzzy
+msgid "Bases: :py:class:`tweepy.errors.HTTPException`"
+msgstr "Podstawy: :class:`tweepy.errors.TweepyException`"
 
 #: of tweepy.errors.BadRequest:1
 msgid "Exception raised for a 400 HTTP status code"
@@ -77,3 +116,7 @@ msgstr "Wyjątek podniesiony dla kodu statusu HTTP 429"
 #: of tweepy.errors.TwitterServerError:1
 msgid "Exception raised for a 5xx HTTP status code"
 msgstr "Wyjątek podniesiony dla kodu statusu HTTP 5xx"
+
+#~ msgid "Bases: :class:`tweepy.errors.HTTPException`"
+#~ msgstr "Podstawy: :class:`tweepy.errors.HTTPException`"
+
index f5c0084eadb9dc03aa6d2fff0e460b57b9168081..192d4f73fad11b126bdcd7262fcf8f113b5c0130 100644 (file)
 # This file is distributed under the same license as the Tweepy package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Tweepy-pl\n"
+"Project-Id-Version:  Tweepy-pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-15 22:51+0200\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
 "PO-Revision-Date: 2021-04-28 15:37+0200\n"
 "Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail.com>\n"
 "Language: pl\n"
 "Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
-"|| n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
+"(n%100<10 || n%100>=20) ? 1 : 2)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.9.0\n"
-"X-Generator: Poedit 2.4.2\n"
+"Generated-By: Babel 2.9.1\n"
 
-#: ../../extended_tweets.rst:6
+#: ../../extended_tweets.rst:7
 msgid "Extended Tweets"
 msgstr "Rozszerzone Tweety"
 
-#: ../../extended_tweets.rst:8
-msgid "This supplements `Twitter's Tweet updates documentation`_."
+#: ../../extended_tweets.rst:9
+#, fuzzy
+msgid ""
+"This supplements Twitter's `Tweet updates documentation`_ and "
+"`repository`_."
 msgstr "Te informacje uzupełniają `Dokumentację aktualizacji tweetów Twittera`_."
 
-#: ../../extended_tweets.rst:11
+#: ../../extended_tweets.rst:15
 msgid "Introduction"
 msgstr "Wprowadzenie"
 
-#: ../../extended_tweets.rst:13
+#: ../../extended_tweets.rst:17
 msgid ""
-"On May 24, 2016, Twitter `announced <https://blog.twitter.com/express-even-"
-"more-in-140-characters>`__ changes to the way that replies and URLs are "
-"handled and `published plans <https://blog.twitter.com/2016/doing-more-"
-"with-140-characters>`__ around support for these changes in the Twitter API "
-"and initial technical documentation describing the updates to Tweet objects "
-"and API options.\\ [#]_ On September 26, 2017, Twitter `started testing "
-"<https://blog.twitter.com/official/en_us/topics/product/2017/Giving-you-more-"
-"characters-to-express-yourself.html>`__ 280 characters for certain languages,"
-"\\ [#]_ and on November 7, 2017, `announced <https://blog.twitter.com/official/"
-"en_us/topics/product/2017/tweetingmadeeasier.html>`__ that the character limit "
-"was being expanded for Tweets in languages where cramming was an issue.\\ [#]_"
+"On May 24, 2016, Twitter `announced <https://blog.twitter.com/express-"
+"even-more-in-140-characters>`__ changes to the way that replies and URLs "
+"are handled and `published plans <https://blog.twitter.com/2016/doing-"
+"more-with-140-characters>`__ around support for these changes in the "
+"Twitter API and initial technical documentation describing the updates to"
+" Tweet objects and API options.\\ [#]_ On September 26, 2017, Twitter "
+"`started testing "
+"<https://blog.twitter.com/official/en_us/topics/product/2017/Giving-you-"
+"more-characters-to-express-yourself.html>`__ 280 characters for certain "
+"languages,\\ [#]_ and on November 7, 2017, `announced "
+"<https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html>`__"
+" that the character limit was being expanded for Tweets in languages "
+"where cramming was an issue.\\ [#]_"
 msgstr ""
-"24 maja 2016, Twitter `ogłosił <https://blog.twitter.com/express-even-more-"
-"in-140-characters>`__ zmiany w sposobie obsługi odpowiedzi i URL oraz "
-"`opublikował plany <https://blog.twitter.com/2016/doing-more-with-140-"
-"characters>`__ co do wsparcia tych zmian w API Twittera oraz wstępną "
-"dokumentację techniczną opisującą aktualizacje dla obiektów Tweet oraz opcji "
-"API. \\ [#]__ 26 września 2017 Twitter `zaczął testować <https://blog.twitter."
-"com/official/en_us/topics/product/2017/Giving-you-more-characters-to-express-"
-"yourself.html>`__ 280 znaków dla wybranych języków,\\ [#]_ a 7 listopada 2017 "
-"`oglosił, że <https://blog.twitter.com/official/en_us/topics/product/2017/"
-"tweetingmadeeasier.html>`__ limit znaków zotanie rozszerzony dla tweetów w "
-"językach, w których zapchanie jest problemem.\\ [#]_"
-
-#: ../../extended_tweets.rst:27
+"24 maja 2016, Twitter `ogłosił <https://blog.twitter.com/express-even-"
+"more-in-140-characters>`__ zmiany w sposobie obsługi odpowiedzi i URL "
+"oraz `opublikował plany <https://blog.twitter.com/2016/doing-more-"
+"with-140-characters>`__ co do wsparcia tych zmian w API Twittera oraz "
+"wstępną dokumentację techniczną opisującą aktualizacje dla obiektów Tweet"
+" oraz opcji API. \\ [#]__ 26 września 2017 Twitter `zaczął testować "
+"<https://blog.twitter.com/official/en_us/topics/product/2017/Giving-you-"
+"more-characters-to-express-yourself.html>`__ 280 znaków dla wybranych "
+"języków,\\ [#]_ a 7 listopada 2017 `oglosił, że "
+"<https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html>`__"
+" limit znaków zotanie rozszerzony dla tweetów w językach, w których "
+"zapchanie jest problemem.\\ [#]_"
+
+#: ../../extended_tweets.rst:31
 msgid "Standard API methods"
 msgstr "Standardowe metody API"
 
-#: ../../extended_tweets.rst:29
+#: ../../extended_tweets.rst:33
 msgid ""
 "Any ``tweepy.API`` method that returns a Status object accepts a new "
-"``tweet_mode`` parameter. Valid values for this parameter are ``compat`` and "
-"``extended``, which give compatibility mode and extended mode, respectively. "
-"The default mode (if no parameter is provided) is compatibility mode."
+"``tweet_mode`` parameter. Valid values for this parameter are ``compat`` "
+"and ``extended``, which give compatibility mode and extended mode, "
+"respectively. The default mode (if no parameter is provided) is "
+"compatibility mode."
 msgstr ""
 "Każda metoda ``tweepy API``, która zwraca obiekt Status akceptuje nowy "
-"parametr ``tweet_mode``. Poprawne wartości dla tego parametru to ``compat`` "
-"oraz ``extened``, które dają odpowiednio tryb kompatybilności oraz tryb "
-"rozszerzony. Domyślny tryb (gdy nie ma podanego parametru) to tryb "
-"kompatybilności."
+"parametr ``tweet_mode``. Poprawne wartości dla tego parametru to "
+"``compat`` oraz ``extened``, które dają odpowiednio tryb kompatybilności "
+"oraz tryb rozszerzony. Domyślny tryb (gdy nie ma podanego parametru) to "
+"tryb kompatybilności."
 
-#: ../../extended_tweets.rst:35
+#: ../../extended_tweets.rst:39
 msgid "Compatibility mode"
 msgstr "Tryb kompatybilności"
 
-#: ../../extended_tweets.rst:37
+#: ../../extended_tweets.rst:41
 msgid ""
-"By default, using compatibility mode, the ``text`` attribute of Status objects "
-"returned by ``tweepy.API`` methods is truncated to 140 characters, as needed. "
-"When this truncation occurs, the ``truncated`` attribute of the Status object "
-"will be ``True``, and only entities that are fully contained within the "
-"available 140 characters range will be included in the ``entities`` attribute. "
-"It will also be discernible that the ``text`` attribute of the Status object "
-"is truncated as it will be suffixed with an ellipsis character, a space, and a "
-"shortened self-permalink URL to the Tweet."
+"By default, using compatibility mode, the ``text`` attribute of Status "
+"objects returned by ``tweepy.API`` methods is truncated to 140 "
+"characters, as needed. When this truncation occurs, the ``truncated`` "
+"attribute of the Status object will be ``True``, and only entities that "
+"are fully contained within the available 140 characters range will be "
+"included in the ``entities`` attribute. It will also be discernible that "
+"the ``text`` attribute of the Status object is truncated as it will be "
+"suffixed with an ellipsis character, a space, and a shortened self-"
+"permalink URL to the Tweet."
 msgstr ""
-"Domyślnie, używając trybu kompatybilności, atrybut ``text`` obiektu Status "
-"zwrócony przez metody ``tweepy API`` jest obcięty do 140 znaków, tak jak jest "
-"to wymagane. Gdy zachodzi obcinanie, atrybut ``truncated`` obiektu Status jest "
-"``True`` i tylko jednostki, które są całkowicie zawarte w dostępnych 140 "
-"znakach będa zawarte w atrybucie ``entities``. Zostanie także zaobserwowane "
-"to, że atrybut ``text` obiektu Satus jest obcięty, ponieważ będzie on "
-"zakończony elipsą, spacją oraz skróconym permamentnym URL do tweeta."
-
-#: ../../extended_tweets.rst:47
+"Domyślnie, używając trybu kompatybilności, atrybut ``text`` obiektu "
+"Status zwrócony przez metody ``tweepy API`` jest obcięty do 140 znaków, "
+"tak jak jest to wymagane. Gdy zachodzi obcinanie, atrybut ``truncated`` "
+"obiektu Status jest ``True`` i tylko jednostki, które są całkowicie "
+"zawarte w dostępnych 140 znakach będa zawarte w atrybucie ``entities``. "
+"Zostanie także zaobserwowane to, że atrybut ``text` obiektu Satus jest "
+"obcięty, ponieważ będzie on zakończony elipsą, spacją oraz skróconym "
+"permamentnym URL do tweeta."
+
+#: ../../extended_tweets.rst:51
 msgid "Extended mode"
 msgstr "Tryb rozszerzony"
 
-#: ../../extended_tweets.rst:49
+#: ../../extended_tweets.rst:53
 msgid ""
-"When using extended mode, the ``text`` attribute of Status objects returned by "
-"``tweepy.API`` methods is replaced by a ``full_text`` attribute, which "
-"contains the entire untruncated text of the Tweet. The ``truncated`` attribute "
-"of the Status object will be ``False``, and the ``entities`` attribute will "
-"contain all entities. Additionally, the Status object will have a "
-"``display_text_range`` attribute, an array of two Unicode code point indices, "
-"identifying the inclusive start and exclusive end of the displayable content "
-"of the Tweet."
+"When using extended mode, the ``text`` attribute of Status objects "
+"returned by ``tweepy.API`` methods is replaced by a ``full_text`` "
+"attribute, which contains the entire untruncated text of the Tweet. The "
+"``truncated`` attribute of the Status object will be ``False``, and the "
+"``entities`` attribute will contain all entities. Additionally, the "
+"Status object will have a ``display_text_range`` attribute, an array of "
+"two Unicode code point indices, identifying the inclusive start and "
+"exclusive end of the displayable content of the Tweet."
 msgstr ""
-"Używając trybu rozszerzonego, atrybut ``text`` obiektu Status zwrócony przez "
-"metody ``tweepy API`` jest zastąpiony przez atrybut ``full_text``, który "
-"zawiera cały, nieobcięty tekst tweeta. Atrybut ``truncated`` obiektu Status "
-"jest ``False`` a atrybut ``entities`` zawiera wszystkie jednostki. Dodatkowo, "
-"obiekt Status będzie posiadał atrybut ``display_text_range``, szyk dwóch "
-"indeksów wskaźników kodu Unicode, które identyfikują włączny start i wyłączny "
-"koniec wyświetlanej zawartości tweeta."
-
-#: ../../extended_tweets.rst:59
+"Używając trybu rozszerzonego, atrybut ``text`` obiektu Status zwrócony "
+"przez metody ``tweepy API`` jest zastąpiony przez atrybut ``full_text``, "
+"który zawiera cały, nieobcięty tekst tweeta. Atrybut ``truncated`` "
+"obiektu Status jest ``False`` a atrybut ``entities`` zawiera wszystkie "
+"jednostki. Dodatkowo, obiekt Status będzie posiadał atrybut "
+"``display_text_range``, szyk dwóch indeksów wskaźników kodu Unicode, "
+"które identyfikują włączny start i wyłączny koniec wyświetlanej "
+"zawartości tweeta."
+
+#: ../../extended_tweets.rst:63
 msgid "Streaming"
 msgstr "Przesyłanie strumieniowe"
 
-#: ../../extended_tweets.rst:61
+#: ../../extended_tweets.rst:65
 msgid ""
-"By default, the Status objects from streams may contain an ``extended_tweet`` "
-"attribute representing the equivalent field in the raw data/payload for the "
-"Tweet. This attribute/field will only exist for extended Tweets, containing a "
-"dictionary of sub-fields. The ``full_text`` sub-field/key of this dictionary "
-"will contain the full, untruncated text of the Tweet, and the ``entities`` sub-"
-"field/key will contain the full set of entities. If there are extended "
-"entities, the ``extended_entities`` sub-field/key will contain the full set of "
-"those. Additionally, the ``display_text_range`` sub-field/key will contain an "
-"array of two Unicode code point indices, identifying the inclusive start and "
-"exclusive end of the displayable content of the Tweet."
+"By default, the Status objects from streams may contain an "
+"``extended_tweet`` attribute representing the equivalent field in the raw"
+" data/payload for the Tweet. This attribute/field will only exist for "
+"extended Tweets, containing a dictionary of sub-fields. The ``full_text``"
+" sub-field/key of this dictionary will contain the full, untruncated text"
+" of the Tweet, and the ``entities`` sub-field/key will contain the full "
+"set of entities. If there are extended entities, the "
+"``extended_entities`` sub-field/key will contain the full set of those. "
+"Additionally, the ``display_text_range`` sub-field/key will contain an "
+"array of two Unicode code point indices, identifying the inclusive start "
+"and exclusive end of the displayable content of the Tweet."
 msgstr ""
-"Domyśnie, obiekty Status ze strumieni mogą zawierać atrybut ``extended_tweet`` "
-"reprezentujący równowartość pól w nieprzetworzonych danych/właściwych danych "
-"dla tweeta. Ten atrybut/pole będzie istnieć tylko dla rozszerzonych tweeetów "
-"zawierających słownik podpól. Podpole/klucz ``full_text`` tego słownika będzie "
-"zawierać pełny, nieobcięty tekst tweeta a podpole/klucz ``entities`` będzie "
-"zawierać pełny zbiór jednostek. Jeżeli pojawią się rozszerzone jednostki to "
+"Domyśnie, obiekty Status ze strumieni mogą zawierać atrybut "
+"``extended_tweet`` reprezentujący równowartość pól w nieprzetworzonych "
+"danych/właściwych danych dla tweeta. Ten atrybut/pole będzie istnieć "
+"tylko dla rozszerzonych tweeetów zawierających słownik podpól. "
+"Podpole/klucz ``full_text`` tego słownika będzie zawierać pełny, "
+"nieobcięty tekst tweeta a podpole/klucz ``entities`` będzie zawierać "
+"pełny zbiór jednostek. Jeżeli pojawią się rozszerzone jednostki to "
 "podpole/klucz ``extended_entities`` będzie zawierać pełen ich zbiór. "
-"Dodatkowo, podpole/klucz ``display_text_range`` będzie zawierać szyk dwóch "
-"indeksów wskaźników kodu Unicode, które identyfikują włączny start i wyłączny "
-"koniec wyświetlanej zawartości tweeta."
+"Dodatkowo, podpole/klucz ``display_text_range`` będzie zawierać szyk "
+"dwóch indeksów wskaźników kodu Unicode, które identyfikują włączny start "
+"i wyłączny koniec wyświetlanej zawartości tweeta."
 
-#: ../../extended_tweets.rst:73
+#: ../../extended_tweets.rst:77
 msgid "Handling Retweets"
 msgstr "Obsługa retweetów"
 
-#: ../../extended_tweets.rst:75
+#: ../../extended_tweets.rst:79
 msgid ""
-"When using extended mode with a Retweet, the ``full_text`` attribute of the "
-"Status object may be truncated with an ellipsis character instead of "
+"When using extended mode with a Retweet, the ``full_text`` attribute of "
+"the Status object may be truncated with an ellipsis character instead of "
 "containing the full text of the Retweet. However, since the "
 "``retweeted_status`` attribute (of a Status object that is a Retweet) is "
-"itself a Status object, the ``full_text`` attribute of the Retweeted Status "
-"object can be used instead."
+"itself a Status object, the ``full_text`` attribute of the Retweeted "
+"Status object can be used instead."
 msgstr ""
-"Używając rozszerzonego trybu dla retweetów, atrybut ``full_text`` obiektu "
-"Status  może być skrócony poprzez elipsę zamiast zawierania całości tekstu "
-"retweeta. Jednakże, ponieważ atrybut ``retweeted_status`` (dla obiektu Status, "
-"który jest retweetem) jest sam w sobie obiektem Statusu, to atrybut "
-"``full_text`` dla obiektu Status retweeta, może być użyty zamiennie."
+"Używając rozszerzonego trybu dla retweetów, atrybut ``full_text`` obiektu"
+" Status  może być skrócony poprzez elipsę zamiast zawierania całości "
+"tekstu retweeta. Jednakże, ponieważ atrybut ``retweeted_status`` (dla "
+"obiektu Status, który jest retweetem) jest sam w sobie obiektem Statusu, "
+"to atrybut ``full_text`` dla obiektu Status retweeta, może być użyty "
+"zamiennie."
 
-#: ../../extended_tweets.rst:82
+#: ../../extended_tweets.rst:86
 msgid ""
-"This also applies similarly to Status objects/payloads that are Retweets from "
-"streams. The dictionary from the ``extended_tweet`` attribute/field contains a "
-"``full_text`` sub-field/key that may be truncated with an ellipsis character. "
-"Instead, the ``extended_tweet`` attribute/field of the Retweeted Status (from "
-"the ``retweeted_status`` attribute/field) can be used."
+"This also applies similarly to Status objects/payloads that are Retweets "
+"from streams. The dictionary from the ``extended_tweet`` attribute/field "
+"contains a ``full_text`` sub-field/key that may be truncated with an "
+"ellipsis character. Instead, the ``extended_tweet`` attribute/field of "
+"the Retweeted Status (from the ``retweeted_status`` attribute/field) can "
+"be used."
 msgstr ""
 "Działa to podobnie dla obiektu/danych właściwych, które są retweetami ze "
-"strumieni. Słownik od atrybutu/pola ``extended_tweet`` zawiera podpole/klucz "
-"``full_text``, który może być obcięty elipsą. Zamiast tego może być użyty "
-"atrybut/pole ``extended_tweet`` Statusu retweeta (od atrybutu/pola "
-"``retweeted_status``)."
+"strumieni. Słownik od atrybutu/pola ``extended_tweet`` zawiera "
+"podpole/klucz ``full_text``, który może być obcięty elipsą. Zamiast tego "
+"może być użyty atrybut/pole ``extended_tweet`` Statusu retweeta (od "
+"atrybutu/pola ``retweeted_status``)."
 
-#: ../../extended_tweets.rst:89
+#: ../../extended_tweets.rst:93
 msgid "Examples"
 msgstr "Przykłady"
 
-#: ../../extended_tweets.rst:91
+#: ../../extended_tweets.rst:95
+#, fuzzy
 msgid ""
-"Given an existing ``tweepy.API`` object and ``id`` for a Tweet, the following "
-"can be used to print the full text of the Tweet, or if it's a Retweet, the "
-"full text of the Retweeted Tweet::"
+"Given an existing :class:`API` object and ``id`` for a Tweet, the "
+"following can be used to print the full text of the Tweet, or if it's a "
+"Retweet, the full text of the Retweeted Tweet::"
 msgstr ""
-"Posiadając istniejący obiekt ``tweepy.API`` oraz ``id`` dla tweeta, można "
-"wyświetlić cały tekst tweeeta lub jeżeli jest to retweet, cały tekst "
+"Posiadając istniejący obiekt ``tweepy.API`` oraz ``id`` dla tweeta, można"
+" wyświetlić cały tekst tweeeta lub jeżeli jest to retweet, cały tekst "
 "retweetowanego tweeta::"
 
-#: ../../extended_tweets.rst:101
+#: ../../extended_tweets.rst:105
 msgid "If ``status`` is a Retweet, ``status.full_text`` could be truncated."
 msgstr "Jeżeli ``status`` to retweet to ``status.full_text`` może być obcięty."
 
-#: ../../extended_tweets.rst:103
+#: ../../extended_tweets.rst:107
+#, fuzzy
 msgid ""
-"This Status event handler for a ``StreamListener`` prints the full text of the "
-"Tweet, or if it's a Retweet, the full text of the Retweeted Tweet::"
+"This Status event handler for a :class:`Stream` prints the full text of "
+"the Tweet, or if it's a Retweet, the full text of the Retweeted Tweet::"
 msgstr ""
-"Ten odbiornik zdarzeń dla ``StreamListener`` wyświetla pełny tekst tweeta, lub "
-"jeżeli jest to retweet, pełny tekst retweetowanego tweeta::"
+"Ten odbiornik zdarzeń dla ``StreamListener`` wyświetla pełny tekst "
+"tweeta, lub jeżeli jest to retweet, pełny tekst retweetowanego tweeta::"
 
-#: ../../extended_tweets.rst:118
+#: ../../extended_tweets.rst:122
 msgid ""
-"If ``status`` is a Retweet, it will not have an ``extended_tweet`` attribute, "
-"and ``status.text`` could be truncated."
+"If ``status`` is a Retweet, it will not have an ``extended_tweet`` "
+"attribute, and ``status.text`` could be truncated."
 msgstr ""
 "Jeżeli ``status`` to retweet to nie będzie on posiadał atrybutu "
 "``extended_tweeet`` a ``status.text`` moze być obcięty."
 
-#: ../../extended_tweets.rst:122
+#: ../../extended_tweets.rst:126
 msgid "Footnotes"
 msgstr "Przypisy"
 
-#: ../../extended_tweets.rst:123
+#: ../../extended_tweets.rst:127
 msgid ""
-"https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-links-"
-"in-tweets/67497"
+"https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-"
+"links-in-tweets/67497"
 msgstr ""
-"https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-links-"
-"in-tweets/67497"
+"https://twittercommunity.com/t/upcoming-changes-to-simplify-replies-and-"
+"links-in-tweets/67497"
 
-#: ../../extended_tweets.rst:124
+#: ../../extended_tweets.rst:128
 msgid ""
 "https://twittercommunity.com/t/testing-280-characters-for-certain-"
 "languages/94126"
@@ -233,10 +248,11 @@ msgstr ""
 "https://twittercommunity.com/t/testing-280-characters-for-certain-"
 "languages/94126"
 
-#: ../../extended_tweets.rst:125
+#: ../../extended_tweets.rst:129
 msgid ""
-"https://twittercommunity.com/t/updating-the-character-limit-and-the-twitter-"
-"text-library/96425"
+"https://twittercommunity.com/t/updating-the-character-limit-and-the-"
+"twitter-text-library/96425"
 msgstr ""
-"https://twittercommunity.com/t/updating-the-character-limit-and-the-twitter-"
-"text-library/96425"
+"https://twittercommunity.com/t/updating-the-character-limit-and-the-"
+"twitter-text-library/96425"
+
diff --git a/docs/locale/pl/LC_MESSAGES/faq.po b/docs/locale/pl/LC_MESSAGES/faq.po
new file mode 100644 (file)
index 0000000..05be19d
--- /dev/null
@@ -0,0 +1,294 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../faq.rst:7
+msgid "Frequently Asked Questions"
+msgstr ""
+
+#: ../../faq.rst:10
+msgid "General"
+msgstr ""
+
+#: ../../faq.rst:13
+msgid ""
+"Why am I encountering a 401 Unauthorized error with :class:`API` or 403 "
+"Forbidden error with :class:`Client`?"
+msgstr ""
+
+#: ../../faq.rst:15
+msgid ""
+"If you're using a method that performs an action on behalf of the "
+"authenticating user, e.g. :meth:`API.update_status`, make sure your app "
+"has the write permission."
+msgstr ""
+
+#: ../../faq.rst:19
+msgid ""
+"After giving it the write permission, make sure to regenerate and use new"
+" credentials to utilize it."
+msgstr ""
+
+#: ../../faq.rst:22
+msgid ""
+"See `Twitter's API documentation on app permissions`_ for more "
+"information."
+msgstr ""
+
+#: ../../faq.rst:27
+msgid "Why am I encountering a 403 Forbidden error with :class:`API`?"
+msgstr ""
+
+#: ../../faq.rst:29
+msgid ""
+"If you have Essential access to the Twitter API, you won't be able to "
+"access Twitter API v1.1. This includes all :class:`API` methods and "
+":class:`Stream`."
+msgstr ""
+
+#: ../../faq.rst:32
+msgid ""
+"You can use Twitter API v2 with :class:`Client` or apply for Elevated "
+"access."
+msgstr ""
+
+#: ../../faq.rst:34
+msgid ""
+"See the `Twitter API access levels and versions documentation`_ for more "
+"information."
+msgstr ""
+
+#: ../../faq.rst:40
+msgid "Why am I encountering issues when attempting to upload GIFs or videos?"
+msgstr ""
+
+#: ../../faq.rst:42
+msgid ""
+"If you are encountering a 400 Bad Request error when uploading large GIFs"
+" or other errors/issues with uploading videos, make sure to pass the "
+"``media_category`` parameter, e.g. as ``tweet_gif`` or ``tweet_video``."
+msgstr ""
+
+#: ../../faq.rst:46
+msgid "Also make sure your video follows the recommended specifications."
+msgstr ""
+
+#: ../../faq.rst:48
+msgid ""
+"See `Twitter's API documentation on media best practices`_ for more "
+"information."
+msgstr ""
+
+#: ../../faq.rst:53
+msgid ""
+"Why am I getting an inconsistent number of / not getting 3200 Tweets for "
+"a specific user?"
+msgstr ""
+
+#: ../../faq.rst:55
+msgid ""
+"\"For very high volume and high traffic accounts, be aware that the "
+"Twitter API is highly distributed and eventually consistent. We strive to"
+" provide current information but like any large scale system, you may see"
+" unexpected behaviours at high volumes.\""
+msgstr ""
+
+#: ../../faq.rst:60
+msgid "https://twittercommunity.com/t/inconsistent-tweet-retrieval/150635"
+msgstr ""
+
+#: ../../faq.rst:63
+msgid "Why am I getting no results from :meth:`API.search_tweets`?"
+msgstr ""
+
+#: ../../faq.rst:65
+msgid ""
+"Twitter's standard search API only \"searches against a sampling of "
+"recent Tweets published in the past 7 days.\""
+msgstr ""
+
+#: ../../faq.rst:68
+msgid ""
+"If you're specifying an ID range beyond the past 7 days or there are no "
+"results from the past 7 days, then no results will be returned."
+msgstr ""
+
+#: ../../faq.rst:71
+msgid ""
+"See Twitter's documentation on the standard search API for more "
+"information: https://developer.twitter.com/en/docs/twitter-"
+"api/v1/tweets/search/overview https://developer.twitter.com/en/docs"
+"/twitter-api/v1/tweets/search/api-reference/get-search-tweets"
+msgstr ""
+
+#: ../../faq.rst:76
+msgid "Tweepy v4"
+msgstr ""
+
+#: ../../faq.rst:79
+msgid ""
+"Why am I getting a :class:`TypeError` about an :class:`API` method taking"
+" 1 positional argument but given 2?"
+msgstr ""
+
+#: ../../faq.rst:81
+msgid ""
+"This and other similar errors are due to :ref:`Tweepy v4.0.0 <Version "
+"4.0.0>` changing :class:`API` methods to no longer accept arbitrary "
+"positional arguments. The 1 positional argument being referred to in the "
+"error is ``self``."
+msgstr ""
+
+#: ../../faq.rst:86
+msgid "These parameters can be passed as keyword arguments instead."
+msgstr ""
+
+#: ../../faq.rst:88
+msgid "Refer to the documentation for the :class:`API` method being used."
+msgstr ""
+
+#: ../../faq.rst:91
+msgid "Where did ``API.me`` go?"
+msgstr ""
+
+#: ../../faq.rst:93
+msgid ""
+"If you're attempting to use ``API.me`` with Tweepy v4, you'll get an "
+":class:`AttributeError` about the :class:`API` object not having a ``me``"
+" attribute."
+msgstr ""
+
+#: ../../faq.rst:97
+msgid "This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` removed ``API.me``."
+msgstr ""
+
+#: ../../faq.rst:99
+msgid "Instead, you can use :meth:`API.verify_credentials`."
+msgstr ""
+
+#: ../../faq.rst:102
+msgid "Where did ``API.search`` go?"
+msgstr ""
+
+#: ../../faq.rst:104
+msgid ""
+"If you're attempting to use ``API.search`` or other :class:`API` methods "
+"from Tweepy v3, you might encounter an :class:`AttributeError` with "
+"Tweepy v4."
+msgstr ""
+
+#: ../../faq.rst:107
+msgid ""
+"This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` renamed many "
+":class:`API` methods to be more consistent."
+msgstr ""
+
+#: ../../faq.rst:110
+msgid ""
+"For example, ``API.search`` was renamed to :meth:`API.search_tweets`. You"
+" can refer to the changelog / release notes and update your method "
+"invocations accordingly."
+msgstr ""
+
+#: ../../faq.rst:115
+msgid "Where did ``StreamListener`` go?"
+msgstr ""
+
+#: ../../faq.rst:117
+msgid ""
+"If you're attempting to import ``StreamListener`` with Tweepy v4, you'll "
+"get an :class:`AttributeError` about ``tweepy`` not having a "
+"``StreamListener`` attribute."
+msgstr ""
+
+#: ../../faq.rst:121
+msgid ""
+"This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` merged "
+"``StreamListener`` into :class:`Stream`."
+msgstr ""
+
+#: ../../faq.rst:124
+msgid ""
+"To use Tweepy v4, you'll need to update your code to subclass "
+":class:`Stream` instead."
+msgstr ""
+
+#: ../../faq.rst:128
+msgid "Twitter API v2"
+msgstr ""
+
+#: ../../faq.rst:131
+msgid ""
+"Why am I not getting expansions or fields data with API v2 using "
+":class:`Client`?"
+msgstr ""
+
+#: ../../faq.rst:133
+msgid ""
+"If you are simply printing the objects and looking at that output, the "
+"string representations of API v2 models/objects only include the default "
+"attributes that are guaranteed to exist."
+msgstr ""
+
+#: ../../faq.rst:137
+msgid ""
+"The objects themselves still include the relevant data, which you can "
+"access as attributes or by key, like a dictionary."
+msgstr ""
+
+#: ../../faq.rst:140
+msgid ""
+"There's also a ``data`` attribute/key that provides the entire data "
+"dictionary."
+msgstr ""
+
+#: ../../faq.rst:143
+msgid "How do I access ``includes`` data while using :class:`Paginator`?"
+msgstr ""
+
+#: ../../faq.rst:145
+msgid ""
+":meth:`Paginator.flatten` flattens the ``data`` and iterates over each "
+"object."
+msgstr ""
+
+#: ../../faq.rst:147
+msgid ""
+"To access ``includes``, you'll need to iterate through each response "
+"instead."
+msgstr ""
+
+#: ../../faq.rst:150
+msgid ""
+"Why am I getting rate-limited so quickly when using "
+":meth:`Client.search_all_tweets` with :class:`Paginator`?"
+msgstr ""
+
+#: ../../faq.rst:152
+msgid ""
+"The `GET /2/tweets/search/all`_ Twitter API endpoint that "
+":meth:`Client.search_all_tweets` uses has an additional 1 request per "
+"second rate limit that is not handled by :class:`Paginator`."
+msgstr ""
+
+#: ../../faq.rst:156
+msgid ""
+"You can :func:`time.sleep` 1 second while iterating through responses to "
+"handle this rate limit."
+msgstr ""
+
index a8266bc017dd3f486beaca1b448d9f0f556a4e33..2298b95503f3b5f54790305e817071764a1c841e 100644 (file)
@@ -2,9 +2,9 @@
 # This file is distributed under the same license as the Tweepy package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Tweepy-pl\n"
+"Project-Id-Version:  Tweepy-pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-01-14 14:12+0100\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
 "PO-Revision-Date: 2020-01-19 09:28+0100\n"
 "Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail.com>\n"
 "Language: pl\n"
@@ -12,25 +12,38 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
 "(n%100<10 || n%100>=20) ? 1 : 2)\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.8.0\n"
-"X-Generator: Poedit 2.4.2\n"
+"Generated-By: Babel 2.9.1\n"
 
 #: ../../install.rst:2
 msgid "Installation"
 msgstr "Instalacja"
 
 #: ../../install.rst:4
-msgid "The easiest way to install the latest version from PyPI is by using pip::"
-msgstr "Użycie pip jest najprostszym sposobem na instalację najnowszej wersji z PyPI::"
+#, fuzzy
+msgid ""
+"The easiest way to install the latest version from PyPI is by using "
+"`pip`_::"
+msgstr ""
+"Użycie pip jest najprostszym sposobem na instalację najnowszej wersji z "
+"PyPI::"
 
-#: ../../install.rst:8
+#: ../../install.rst:10
+msgid ""
+"To use the ``tweepy.asynchronous`` subpackage, be sure to install with "
+"the ``async`` extra::"
+msgstr ""
+
+#: ../../install.rst:15
 msgid ""
 "You can also use Git to clone the repository from GitHub to install the "
 "latest development version::"
-msgstr "Możesz także użyć Git do zklonowania repozytorium z GithHub i zainstalować najnowszą wersję deweloperską::"
+msgstr ""
+"Możesz także użyć Git do zklonowania repozytorium z GithHub i "
+"zainstalować najnowszą wersję deweloperską::"
 
-#: ../../install.rst:15
+#: ../../install.rst:22
 msgid "Alternatively, install directly from the GitHub repository::"
-msgstr "Możesz także zainstalować prosto z repozytorium GitHub::"
\ No newline at end of file
+msgstr "Możesz także zainstalować prosto z repozytorium GitHub::"
+
diff --git a/docs/locale/pl/LC_MESSAGES/models.po b/docs/locale/pl/LC_MESSAGES/models.po
new file mode 100644 (file)
index 0000000..783e077
--- /dev/null
@@ -0,0 +1,150 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../models.rst:5
+msgid "Models Reference"
+msgstr ""
+
+#: ../../models.rst:9
+msgid "API v1.1"
+msgstr ""
+
+#: ../../models.rst
+msgid "reference"
+msgstr ""
+
+#: ../../models.rst:13
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/geo#bounding-box"
+msgstr ""
+
+#: ../../models.rst:17
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages"
+"/sending-and-receiving/guides/message-create-object"
+msgstr ""
+
+#: ../../models.rst:21
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-show#example-"
+"response"
+msgstr ""
+
+#: ../../models.rst:25
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/create-manage-lists/api-reference/get-lists-show#example-response"
+msgstr ""
+
+#: ../../models.rst:29
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/entities#media"
+msgstr ""
+
+#: ../../models.rst:33
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/geo#place"
+msgstr ""
+
+#: ../../models.rst:37
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/follow-search-get-users/api-reference/get-friendships-lookup#example-"
+"response"
+msgstr ""
+
+#: ../../models.rst:41
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users"
+"/manage-account-settings/api-reference/get-saved_searches-show-id"
+"#example-response"
+msgstr ""
+
+#: ../../models.rst:45
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-"
+"reference/get-search-tweets#example-response"
+msgstr ""
+
+#: ../../models.rst:49
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/tweet"
+msgstr ""
+
+#: ../../models.rst:53
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/v1/data-dictionary"
+"/object-model/user"
+msgstr ""
+
+#: ../../models.rst:55
+msgid "API v2"
+msgstr ""
+
+#: ../../models.rst:63
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/lists"
+msgstr ""
+
+#: ../../models.rst:67
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/media"
+msgstr ""
+
+#: ../../models.rst:71
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/place"
+msgstr ""
+
+#: ../../models.rst:75
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/poll"
+msgstr ""
+
+#: ../../models.rst:79 ../../models.rst:92
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/tweet"
+msgstr ""
+
+#: ../../models.rst:85
+msgid "Added ``ended_at`` and ``topic_ids`` fields"
+msgstr ""
+
+#: ../../models.rst:88
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/space"
+msgstr ""
+
+#: ../../models.rst:96
+msgid ""
+"https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-"
+"model/user"
+msgstr ""
+
diff --git a/docs/locale/pl/LC_MESSAGES/pagination.po b/docs/locale/pl/LC_MESSAGES/pagination.po
new file mode 100644 (file)
index 0000000..90619d9
--- /dev/null
@@ -0,0 +1,109 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2009-2022, Joshua Roesslein
+# This file is distributed under the same license as the tweepy package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: tweepy 4.4.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.9.1\n"
+
+#: ../../pagination.rst:7
+msgid "Pagination"
+msgstr ""
+
+#: ../../pagination.rst:11 ../../pagination.rst:26
+msgid "API v1.1"
+msgstr ""
+
+#: of tweepy.cursor.Cursor:1
+msgid ""
+":class:`Cursor` can be used to paginate for any :class:`API` methods that"
+" support pagination"
+msgstr ""
+
+#: of tweepy.cursor.Cursor tweepy.cursor.Cursor.items
+#: tweepy.cursor.Cursor.pages tweepy.pagination.Paginator
+#: tweepy.pagination.Paginator.flatten
+msgid "Parameters"
+msgstr ""
+
+#: of tweepy.cursor.Cursor:4
+msgid ":class:`API` method to paginate for"
+msgstr ""
+
+#: of tweepy.cursor.Cursor:5 tweepy.pagination.Paginator:7
+msgid "Positional arguments to pass to ``method``"
+msgstr ""
+
+#: of tweepy.cursor.Cursor:6 tweepy.pagination.Paginator:8
+msgid "Keyword arguments to pass to ``method``"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.items:1
+msgid "Retrieve the items in each page/request"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.items:3
+msgid "Maximum number of items to iterate over"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.items tweepy.cursor.Cursor.pages
+msgid "Returns"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.items:5
+msgid "Iterator to iterate through items"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.items tweepy.cursor.Cursor.pages
+msgid "Return type"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.pages:1
+msgid "Retrieve the page for each request"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.pages:3
+msgid "Maximum number of pages to iterate over"
+msgstr ""
+
+#: of tweepy.cursor.Cursor.pages:5
+msgid "Iterator to iterate through pages"
+msgstr ""
+
+#: ../../pagination.rst:16 ../../pagination.rst:43
+msgid "API v2"
+msgstr ""
+
+#: of tweepy.pagination.Paginator:1
+msgid ""
+":class:`Paginator` can be used to paginate for any :class:`Client` "
+"methods that support pagination"
+msgstr ""
+
+#: of tweepy.pagination.Paginator:6
+msgid ":class:`Client` method to paginate for"
+msgstr ""
+
+#: of tweepy.pagination.Paginator.flatten:1
+msgid "Flatten paginated data"
+msgstr ""
+
+#: of tweepy.pagination.Paginator.flatten:3
+msgid "Maximum number of results to yield"
+msgstr ""
+
+#: ../../pagination.rst:22
+msgid "Example"
+msgstr ""
+
index d7dcf8d6df33e42a3c3e5c17384d0bbaad2a5699..c164e870ee85b1ae492e840c889b8c26eb7f322f 100644 (file)
@@ -2,18 +2,19 @@
 # This file is distributed under the same license as the Tweepy package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Tweepy-pl\n"
+"Project-Id-Version:  Tweepy-pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-04-15 22:51+0200\n"
+"POT-Creation-Date: 2022-01-08 05:35+0900\n"
 "PO-Revision-Date: 2021-04-28 15:37+0200\n"
 "Last-Translator: kowalczyk-krzysztof <kowalczykkrzysztof893@gmail.com>\n"
 "Language: pl\n"
 "Language-Team: \n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
+"(n%100<10 || n%100>=20) ? 1 : 2)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.9.0\n"
-"X-Generator: Poedit 2.4.2\n"
+"Generated-By: Babel 2.9.1\n"
 
 #: ../../streaming.rst:7
 msgid "Streaming"
@@ -28,25 +29,26 @@ msgstr ""
 "czasie rzeczywistym używając API Twittera."
 
 #: ../../streaming.rst:15
+#, fuzzy
 msgid ""
 "Streams utilize Streaming HTTP protocol to deliver data through an open, "
 "streaming API connection. Rather than delivering data in batches through "
 "repeated requests by your client app, as might be expected from a REST "
-"API, a single connection is opened between your app and the API, with "
-"new results being sent through that connection whenever new matches "
-"occur. This results in a low-latency delivery mechanism that can support "
-"very high throughput. For futher information, see https://developer."
-"twitter.com/en/docs/tutorials/consuming-streaming-data"
+"API, a single connection is opened between your app and the API, with new"
+" results being sent through that connection whenever new matches occur. "
+"This results in a low-latency delivery mechanism that can support very "
+"high throughput. For further information, see "
+"https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data"
 msgstr ""
 "Strumienie wykorzystują protokół Streaming HTTP do dostarczania danych "
 "poprzez otwarte, strumieniowe połączenie API. Zamiast dostarczać dane w "
 "partiach przez powtarzające się żądania aplikacji klienta, jak można "
 "oczekiwać od REST API, pojedyncze połączenie jest otwarte między "
-"aplikacją a API, a nowe wyniki są wysyłane przez to połączenie, gdy "
-"tylko wystąpią nowe dopasowania. Rezultatem tego jest mechanizm "
-"dostarczania z niskim opóźnieniem, który może obsługiwać bardzo dużą "
-"przepustowość. Aby uzyskać więcej informacji, zobacz https://developer."
-"twitter.com/en/docs/tutorials/consuming-streaming-data"
+"aplikacją a API, a nowe wyniki są wysyłane przez to połączenie, gdy tylko"
+" wystąpią nowe dopasowania. Rezultatem tego jest mechanizm dostarczania z"
+" niskim opóźnieniem, który może obsługiwać bardzo dużą przepustowość. Aby"
+" uzyskać więcej informacji, zobacz "
+"https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data"
 
 #: ../../streaming.rst:25
 msgid "Using :class:`Stream`"
@@ -67,8 +69,8 @@ msgid ""
 "Then, :meth:`Stream.filter` or :meth:`Stream.sample` can be used to "
 "connect to and run a stream::"
 msgstr ""
-"Następnie, :meth:`Stream.filter` lub :meth:`Stream.sample` mogą być "
-"użyte do połączenia się i uruchomienia strumienia::"
+"Następnie, :meth:`Stream.filter` lub :meth:`Stream.sample` mogą być użyte"
+" do połączenia się i uruchomienia strumienia::"
 
 #: ../../streaming.rst:43
 msgid ""
@@ -78,17 +80,17 @@ msgid ""
 "is sent to :meth:`Stream.on_data`, which constructs a :class:`Status` "
 "object and passes it to :meth:`Stream.on_status`. By default, the other "
 "methods, besides :meth:`Stream.on_data`, that receive the data from the "
-"stream, simply log the data received, with the `logging level`_ "
-"dependent on the type of the data."
+"stream, simply log the data received, with the `logging level`_ dependent"
+" on the type of the data."
 msgstr ""
 "Dane otrzymane ze strumienia są przekazywane do :meth:`Stream.on_data`. "
 "Metoda ta zajmuje się wysyłaniem danych do innych metod w oparciu o typ "
-"wiadomości. Na przykład, jeśli ze strumienia odbierany jest Tweet, "
-"surowe dane są wysyłane do :meth:`Stream.on_data`, która konstruuje "
-"obiekt :class:`Status` i przekazuje go do :meth:`Stream.on_status`. "
-"Domyślnie, pozostałe metody, poza :meth:`Stream.on_data`, które "
-"odbierają dane ze strumienia, po prostu logują otrzymane dane, z "
-"poziomem `ogging level`_ zależnym od typu danych."
+"wiadomości. Na przykład, jeśli ze strumienia odbierany jest Tweet, surowe"
+" dane są wysyłane do :meth:`Stream.on_data`, która konstruuje obiekt "
+":class:`Status` i przekazuje go do :meth:`Stream.on_status`. Domyślnie, "
+"pozostałe metody, poza :meth:`Stream.on_data`, które odbierają dane ze "
+"strumienia, po prostu logują otrzymane dane, z poziomem `ogging level`_ "
+"zależnym od typu danych."
 
 #: ../../streaming.rst:53
 msgid ""
@@ -113,37 +115,38 @@ msgstr ""
 "parametr ``threaded``. Kiedy ustawiony jest na ``True``, strumień będzie "
 "działał w oddzielnym ``thread``, który jest zwracany przez wywołanie "
 "którejkolwiek z metod. Na przykład::odpowiednia ilość czasu. Domyślnie, "
-"wszystkie trzy z tych metod rejestrują błąd. Aby dostosować obsługę, "
-"mogą one zostać nadpisane w podklasie::"
+"wszystkie trzy z tych metod rejestrują błąd. Aby dostosować obsługę, mogą"
+" one zostać nadpisane w podklasie::"
 
 #: ../../streaming.rst:79
 msgid "Handling Errors"
 msgstr "Obsługa błędów"
 
 #: ../../streaming.rst:80
+#, fuzzy
 msgid ""
-":class:`Stream` has multiple methods to handle errors during streaming. :"
-"meth:`Stream.on_closed` is called when the stream is closed by Twitter. :"
-"meth:`Stream.on_connection_error` is called when the stream encounters a "
-"connection error. :meth:`Stream.on_request_error` is called when an "
+":class:`Stream` has multiple methods to handle errors during streaming. "
+":meth:`Stream.on_closed` is called when the stream is closed by Twitter. "
+":meth:`Stream.on_connection_error` is called when the stream encounters a"
+" connection error. :meth:`Stream.on_request_error` is called when an "
 "error is encountered while trying to connect to the stream. When these "
 "errors are encountered and ``max_retries``, which defaults to infinite, "
 "hasn't been exceeded yet, the :class:`Stream` instance will attempt to "
-"reconnect the stream after an appropriate amount of time. By default, "
-"all three of these methods log an error. To customize that handling, "
-"they can be overriden in a subclass::"
+"reconnect the stream after an appropriate amount of time. By default, all"
+" three of these methods log an error. To customize that handling, they "
+"can be overridden in a subclass::"
 msgstr ""
 ":class:`Stream` posiada wiele metod do obsługi błędów podczas "
 "strumieniowania. :meth:`Stream.on_closed` jest wywoływany, gdy strumień "
 "jest zamykany przez Twittera. :meth:`Stream.on_connection_error` jest "
-"wywoływany, gdy strumień napotka błąd połączenia. :meth:`Stream."
-"on_request_error` jest wywoływany, gdy napotkany zostanie błąd podczas "
-"próby połączenia się ze strumieniem. Kiedy te błędy są napotkane i "
-"``max_retries``, który domyślnie jest nieskończony, nie został jeszcze "
-"przekroczony, instancja :class:`Stream` będzie próbowała ponownie "
-"połączyć się ze strumieniem po odpowiednim czasie. Domyślnie, wszystkie "
-"trzy z tych metod rejestrują błąd. Aby dostosować obsługę, mogą one "
-"zostać nadpisane w podklasie::"
+"wywoływany, gdy strumień napotka błąd połączenia. "
+":meth:`Stream.on_request_error` jest wywoływany, gdy napotkany zostanie "
+"błąd podczas próby połączenia się ze strumieniem. Kiedy te błędy są "
+"napotkane i ``max_retries``, który domyślnie jest nieskończony, nie "
+"został jeszcze przekroczony, instancja :class:`Stream` będzie próbowała "
+"ponownie połączyć się ze strumieniem po odpowiednim czasie. Domyślnie, "
+"wszystkie trzy z tych metod rejestrują błąd. Aby dostosować obsługę, mogą"
+" one zostać nadpisane w podklasie::"
 
 #: ../../streaming.rst:95
 msgid ""
@@ -154,15 +157,16 @@ msgid ""
 msgstr ""
 ":meth:`Stream.on_request_error` jest również przekazywany kod statusu "
 "HTTP, który został napotkany. Odniesienie do kodów statusu HTTP dla API "
-"Twittera można znaleźć na stronie https://developer.twitter.com/en/"
-"support/twitter-api/error-troubleshooting."
+"Twittera można znaleźć na stronie "
+"https://developer.twitter.com/en/support/twitter-api/error-"
+"troubleshooting."
 
 #: ../../streaming.rst:99
 msgid ""
-":meth:`Stream.on_exception` is called when an unhandled exception "
-"occurs. This is fatal to the stream, and by default, an exception is "
-"logged."
+":meth:`Stream.on_exception` is called when an unhandled exception occurs."
+" This is fatal to the stream, and by default, an exception is logged."
 msgstr ""
 ":meth:`Stream.on_exception` jest wywoływany, gdy wystąpi nieobsługiwany "
 "wyjątek. Jest to fatalne dla strumienia, a domyślnie wyjątek jest "
 "rejestrowany."
+