You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mipac/docs/locale/ja/LC_MESSAGES/mipac.actions.user.po

230 lines
6.0 KiB

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, yupix
# This file is distributed under the same license as the mipac package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mipac \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-30 05:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ja\n"
"Language-Team: ja <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: ../../mipac.actions.user.rst:2
msgid "mipac.actions.user module"
msgstr ""
#: mipac.actions.user.UserActions:1 of
msgid "Bases: :py:class:`object`"
msgstr ""
#: mipac.actions.user.UserActions.fetch:1 of
msgid "サーバーにアクセスし、ユーザーのプロフィールを取得します。基本的には get_userをお使いください。"
msgstr ""
#: mipac.actions.user.UserActions.fetch:4
#: mipac.actions.user.UserActions.get_mention:4
#: mipac.actions.user.UserActions.search:4
#: mipac.actions.user.UserActions.search_by_username_and_host:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.user.UserActions.fetch:5 of
msgid "user_id"
msgstr ""
#: mipac.actions.user.UserActions.fetch:-1
#: mipac.actions.user.UserActions.get_mention:10
#: mipac.actions.user.UserActions.search:-1
#: mipac.actions.user.UserActions.search_by_username_and_host:-1 of
msgid "str"
msgstr ""
#: mipac.actions.user.UserActions.fetch:6 of
msgid "取得したいユーザーのユーザーID"
msgstr ""
#: mipac.actions.user.UserActions.fetch:7
#: mipac.actions.user.UserActions.search_by_username_and_host:5 of
msgid "username"
msgstr ""
#: mipac.actions.user.UserActions.fetch:8 of
msgid "取得したいユーザーのユーザー名"
msgstr ""
#: mipac.actions.user.UserActions.fetch:10
#: mipac.actions.user.UserActions.search_by_username_and_host:7 of
msgid "host"
msgstr ""
#: mipac.actions.user.UserActions.fetch:-1 of
msgid "str, default=None"
msgstr ""
#: mipac.actions.user.UserActions.fetch:10 of
msgid "取得したいユーザーがいるインスタンスのhost"
msgstr ""
#: mipac.actions.user.UserActions.fetch:13
#: mipac.actions.user.UserActions.get_mention:9
#: mipac.actions.user.UserActions.search:19
#: mipac.actions.user.UserActions.search_by_username_and_host:15 of
msgid "Returns"
msgstr ""
#: mipac.actions.user.UserActions.fetch:14 of
msgid "UserDetailed"
msgstr ""
#: mipac.actions.user.UserActions.fetch:15 of
msgid "ユーザー情報"
msgstr ""
#: mipac.actions.user.UserActions.get_achievements:1 of
msgid "Get achievements of user."
msgstr ""
#: mipac.actions.user.UserActions.get_me:1 of
msgid "ログインしているユーザーの情報を取得します"
msgstr ""
#: mipac.actions.user.UserActions.get_mention:1 of
msgid "Get mention name of user."
msgstr ""
#: mipac.actions.user.UserActions.get_mention:6 of
msgid "user"
msgstr ""
#: mipac.actions.user.UserActions.get_mention:-1 of
msgid "Optional[User], default=None"
msgstr ""
#: mipac.actions.user.UserActions.get_mention:6 of
msgid "メンションを取得したいユーザーのオブジェクト"
msgstr ""
#: mipac.actions.user.UserActions.get_mention:11 of
msgid "メンション"
msgstr ""
#: mipac.actions.user.UserActions.search:1 of
msgid "Search users by keyword."
msgstr ""
#: mipac.actions.user.UserActions.search:5 of
msgid "query"
msgstr ""
#: mipac.actions.user.UserActions.search:6 of
msgid "Keyword to search."
msgstr ""
#: mipac.actions.user.UserActions.search:7
#: mipac.actions.user.UserActions.search_by_username_and_host:9 of
msgid "limit"
msgstr ""
#: mipac.actions.user.UserActions.search:-1
#: mipac.actions.user.UserActions.search_by_username_and_host:-1 of
msgid "int, default=100"
msgstr ""
#: mipac.actions.user.UserActions.search:8
#: mipac.actions.user.UserActions.search_by_username_and_host:10 of
msgid "The maximum number of users to return."
msgstr ""
#: mipac.actions.user.UserActions.search:9 of
msgid "offset"
msgstr ""
#: mipac.actions.user.UserActions.search:-1 of
msgid "int, default=0"
msgstr ""
#: mipac.actions.user.UserActions.search:10 of
msgid "The number of users to skip."
msgstr ""
#: mipac.actions.user.UserActions.search:11 of
msgid "origin"
msgstr ""
#: mipac.actions.user.UserActions.search:-1 of
msgid "Literal['local', 'remote', 'combined'], default='combined'"
msgstr ""
#: mipac.actions.user.UserActions.search:12 of
msgid "The origin of users to search."
msgstr ""
#: mipac.actions.user.UserActions.search:13
#: mipac.actions.user.UserActions.search_by_username_and_host:12 of
msgid "detail"
msgstr ""
#: mipac.actions.user.UserActions.search:-1
#: mipac.actions.user.UserActions.search_by_username_and_host:-1 of
msgid "bool, default=True"
msgstr ""
#: mipac.actions.user.UserActions.search:14 of
msgid "Whether to return detailed user information."
msgstr ""
#: mipac.actions.user.UserActions.search:16 of
msgid "get_all"
msgstr ""
#: mipac.actions.user.UserActions.search:-1 of
msgid "bool, default=False"
msgstr ""
#: mipac.actions.user.UserActions.search:16 of
msgid "Whether to return all users."
msgstr ""
#: mipac.actions.user.UserActions.search:20 of
msgid "AsyncGenerator[UserDetailed | LiteUser, None]"
msgstr ""
#: mipac.actions.user.UserActions.search:21 of
msgid "A AsyncGenerator of users."
msgstr ""
#: mipac.actions.user.UserActions.search_by_username_and_host:1 of
msgid "Search users by username and host."
msgstr ""
#: mipac.actions.user.UserActions.search_by_username_and_host:6 of
msgid "Username of user."
msgstr ""
#: mipac.actions.user.UserActions.search_by_username_and_host:8 of
msgid "Host of user."
msgstr ""
#: mipac.actions.user.UserActions.search_by_username_and_host:12 of
msgid "Weather to get detailed user information."
msgstr ""
#: mipac.actions.user.UserActions.search_by_username_and_host:16 of
msgid "list[UserDetailed | LiteUser]"
msgstr ""
#: mipac.actions.user.UserActions.search_by_username_and_host:17 of
msgid "A list of users."
msgstr ""