Merge branch 'develop' of github.com:yupix/MiPAC into develop

pull/125/head
yupix 7 months ago
commit 9e23fd5109
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -0,0 +1,24 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches: "**"
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

@ -0,0 +1,62 @@
version: 26
jobs:
- name: Publish Packages(OneDev)
steps:
- !CheckoutStep
name: checkout
cloneCredential: !DefaultCredential {}
withLfs: false
withSubmodules: false
cloneDepth: 2000
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !CommandStep
name: publish artifact
runInContainer: true
image: python:3.12.2-slim
interpreter: !DefaultInterpreter
commands:
- apt update
- apt install -y git
- ''
- git fetch
- ''
- cat << EOF > $HOME/.pypirc
- '[distutils]'
- index-servers=
- ' onedev'
- ''
- '[onedev]'
- repository=https://onedev.akarinext.org/yupix/mipac-sync/MiPAC/~pypi
- username=@job_token@
- password=@secret:access-token@
- EOF
- ''
- python -m pip install --upgrade pip
- pip install build twine
- ''
- python -m build
- ''
- twine upload --repository onedev dist/*
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger {}
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600
- name: Sync
steps:
- !PushRepository
name: Push GitLab
remoteUrl: https://lab.teamblackcrystal.com/yupix/MiPAC
userName: yupix
passwordSecret: gitlab-access-token
force: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
triggers:
- !BranchUpdateTrigger {}
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 3600

@ -48,6 +48,7 @@ Driveに関するManagerやActionsを全て作り直しました。詳細に記
| -------- | ----------- | ---------------------------------------------------------------------------------- |
| UserRole | PartialRole | Role と共通していた為 User よりも Role の Partial クラスにする方が適切だと考えた為 |
|PartialNote|Note|分ける必要性が無かったため(実際どこにも使用していなかった)|
|MuteUser|MutedUser|より分かりやすい名前に変更|
### 非推奨になったモデル/クラス

File diff suppressed because it is too large Load Diff

@ -1,32 +1,33 @@
## SUPPORTED ENDPOINTS (140/357)
## SUPPORTED ENDPOINTS (137/367)
- [x] /admin/ad/create
- [x] /admin/ad/delete
- [x] /admin/ad/list
- [x] /admin/ad/update
- [x] /admin/drive/clean-remote-files
- [x] /admin/drive/cleanup
- [x] /admin/drive/files
- [x] /admin/drive/show-file
- [x] /admin/get-table-stats
- [x] /admin/get-user-ips
- [x] /admin/invite/create
- [x] /admin/invite/list
- [x] /admin/reset-password
- [x] /admin/resolve-abuse-user-report
- [x] /admin/send-email
- [x] /admin/show-moderation-logs
- [x] /admin/unsuspend-user
- [x] /admin/update-user-note
- [x] /admin/roles/create
- [x] /channels/create
- [x] /channels/featured
- [x] /channels/follow
- [x] /channels/followed
- [x] /channels/owned
- [x] /channels/show
- [x] /channels/timeline
- [x] /channels/unfollow
- [x] /channels/update
- [x] /channels/favorite
- [x] /channels/unfavorite
- [x] /channels/my-favorites
- [x] /channels/search
- [x] /drive
- [x] /drive/files
- [x] /drive/files/attached-notes
- [x] /drive/files/check-existence
@ -37,63 +38,28 @@
- [x] /drive/files/show
- [x] /drive/files/update
- [x] /drive/files/upload-from-url
- [x] /drive/folders
- [x] /drive/folders/create
- [x] /drive/folders/delete
- [x] /drive/folders/find
- [x] /drive/folders/show
- [x] /drive/folders/update
- [x] /drive/stream
- [x] /i
- [x] /invite/delete
- [x] /invite/limit
- [x] /notes/create
- [x] /notes/children
- [x] /notes/clips
- [x] /notes/conversation
- [x] /emojis
- [x] /emoji
- [x] /mute/create
- [x] /mute/delete
- [x] /mute/list
- [x] /notes/delete
- [x] /notes/favorites/create
- [x] /notes/favorites/delete
- [x] /notes/featured
- [x] /notes/global-timeline
- [x] /notes/hybrid-timeline
- [x] /notes/local-timeline
- [x] /notes/mentions
- [x] /notes/polls/recommendation
- [x] /notes/polls/vote
- [x] /notes/reactions
- [x] /notes/reactions/create
- [x] /notes/reactions/delete
- [x] /notes/renotes
- [x] /notes/replies
- [x] /notes/search-by-tag
- [x] /notes/show
- [x] /notes/state
- [x] /notes/unrenote
- [x] /roles/notes
- [x] /username/available
- [x] /users/clips
- [x] /users/followers
- [x] /users/gallery/posts
- [x] /users/get-frequently-replied-users
- [x] /users/featured-notes
- [x] /users/lists/create
- [x] /users/lists/delete
- [x] /users/lists/list
- [x] /users/lists/pull
- [x] /users/lists/push
- [x] /users/lists/show
- [x] /users/lists/favorite
- [x] /users/lists/unfavorite
- [x] /users/lists/update
- [x] /users/lists/create-from-public
- [x] /users/lists/update-membership
- [x] /users/search
- [x] /users/show
- [x] /admin/unset-user-avatar
- [x] /admin/unset-user-banner
- [x] /notes
- [x] /users
## Not supported endpoints
@ -101,6 +67,8 @@
- [ ] /admin/abuse-user-reports
- [ ] /admin/accounts/create
- [ ] /admin/accounts/delete
- [ ] /admin/ad/delete
- [ ] /admin/ad/update
- [ ] /admin/announcements/create
- [ ] /admin/announcements/delete
- [ ] /admin/announcements/list
@ -112,6 +80,7 @@
- [ ] /admin/delete-all-files-of-a-user
- [ ] /admin/emoji/add-aliases-bulk
- [ ] /admin/emoji/add
- [ ] /admin/emoji/copy
- [ ] /admin/emoji/delete-bulk
- [ ] /admin/emoji/delete
- [ ] /admin/emoji/list-remote
@ -230,15 +199,15 @@
- [ ] /i/unpin
- [ ] /i/webhooks/update
- [ ] /i/webhooks/delete
- [ ] /emojis
- [ ] /emoji
- [ ] /mute/create
- [ ] /mute/delete
- [ ] /mute/list
- [ ] /renote-mute/create
- [ ] /renote-mute/delete
- [ ] /renote-mute/list
- [ ] /my/apps
- [ ] /notes/clips
- [ ] /notes/conversation
- [ ] /notes/featured
- [ ] /notes/global-timeline
- [ ] /notes/search-by-tag
- [ ] /notes/search
- [ ] /notes/thread-muting/create
- [ ] /notes/thread-muting/delete
@ -315,24 +284,37 @@
- [ ] /i/move
- [ ] /miauth/gen-token
- [ ] /page-push
- [ ] /i/export-clips
- [ ] /bubble-game/register
- [ ] /bubble-game/ranking
- [ ] /reversi/cancel-match
- [ ] /reversi/games
- [ ] /reversi/match
- [ ] /reversi/invitations
- [ ] /reversi/show-game
- [ ] /reversi/surrender
- [ ] /reversi/verify
## Changed request body or responses
- [ ] /admin/emoji/copy (Need to work)
- [ ] /admin/get-index-stats (Need to work)
- [ ] /admin/get-user-ips (Need to work)
- [ ] /admin/invite/create (Need to work)
- [ ] /admin/invite/list (Need to work)
- [ ] /admin/get-table-stats (Need to work)
- [ ] /admin/update-meta (Need to work)
- [ ] /admin/roles/create (Need to work)
- [ ] /admin/roles/list (Need to work)
- [ ] /admin/roles/show (Need to work)
- [ ] /admin/roles/users (Need to work)
- [ ] /channels/timeline (Need to work)
- [ ] /drive (Need to work)
- [ ] /drive/folders (Need to work)
- [ ] /drive/folders/create (Need to work)
- [ ] /drive/folders/find (Need to work)
- [ ] /drive/folders/show (Need to work)
- [ ] /drive/folders/update (Need to work)
- [ ] /drive/stream (Need to work)
- [ ] /endpoint (Need to work)
- [ ] /federation/instances (Need to work)
- [ ] /federation/stats (Need to work)
- [ ] /get-online-users-count (Need to work)
- [ ] /i (Need to work)
- [ ] /i/notifications (Need to work)
- [ ] /i/notifications-grouped (Need to work)
- [ ] /i/registry/get-all (Need to work)
@ -345,7 +327,19 @@
- [ ] /i/webhooks/show (Need to work)
- [ ] /invite/create (Need to work)
- [ ] /invite/list (Need to work)
- [ ] /invite/limit (Need to work)
- [ ] /meta (Need to work)
- [ ] /notes/create (Need to work)
- [ ] /notes/children (Need to work)
- [ ] /notes/hybrid-timeline (Need to work)
- [ ] /notes/local-timeline (Need to work)
- [ ] /notes/mentions (Need to work)
- [ ] /notes/polls/recommendation (Need to work)
- [ ] /notes/reactions (Need to work)
- [ ] /notes/renotes (Need to work)
- [ ] /notes/replies (Need to work)
- [ ] /notes/show (Need to work)
- [ ] /notes/state (Need to work)
- [ ] /notes/timeline (Need to work)
- [ ] /notes/translate (Need to work)
- [ ] /notes/user-list-timeline (Need to work)
@ -353,15 +347,31 @@
- [ ] /roles/list (Need to work)
- [ ] /roles/show (Need to work)
- [ ] /roles/users (Need to work)
- [ ] /roles/notes (Need to work)
- [ ] /server-info (Need to work)
- [ ] /test (Need to work)
- [ ] /username/available (Need to work)
- [ ] /users/notes (Need to work)
- [ ] /users/clips (Need to work)
- [ ] /users/followers (Need to work)
- [ ] /users/following (Need to work)
- [ ] /users/gallery/posts (Need to work)
- [ ] /users/get-frequently-replied-users (Need to work)
- [ ] /users/featured-notes (Need to work)
- [ ] /users/lists/create (Need to work)
- [ ] /users/lists/list (Need to work)
- [ ] /users/lists/show (Need to work)
- [ ] /users/lists/update (Need to work)
- [ ] /users/lists/create-from-public (Need to work)
- [ ] /users/lists/get-memberships (Need to work)
- [ ] /users/search (Need to work)
- [ ] /users/show (Need to work)
- [ ] /users/achievements (Need to work)
- [ ] /fetch-rss (Need to work)
- [ ] /fetch-external-resources (Need to work)
- [ ] /admin/accounts/find-by-email (Need to work)
- [ ] /notes (Need to work)
- [ ] /users (Need to work)
- [ ] /admin/meta (Need to work)
@ -372,9 +382,9 @@
## SUPPORTED SCHEMAS
- [ ] Error
- [ ] UserLite (Need to work)
- [ ] UserDetailedNotMeOnly (Need to work)
- [ ] MeDetailedOnly (Need to work)
- [x] UserLite
- [x] UserDetailedNotMeOnly
- [x] MeDetailedOnly
- [x] UserDetailedNotMe
- [x] MeDetailed
- [x] UserDetailed
@ -382,29 +392,31 @@
- [x] UserList
- [x] Announcement
- [ ] App
- [ ] Note (Need to work)
- [ ] NoteReaction
- [x] Note
- [x] NoteReaction
- [ ] NoteFavorite
- [ ] Notification (Need to work)
- [ ] DriveFile
- [ ] DriveFolder
- [ ] Following
- [ ] Notification
- [x] DriveFile
- [x] DriveFolder
- [x] Following
- [ ] Muting
- [ ] RenoteMuting
- [ ] Blocking
- [ ] Hashtag
- [x] InviteCode
- [ ] Page
- [ ] Channel
- [x] Channel
- [ ] QueueCount
- [ ] Antenna
- [ ] Clip
- [ ] FederationInstance
- [x] GalleryPost
- [ ] EmojiSimple
- [ ] EmojiDetailed
- [x] EmojiSimple
- [x] EmojiDetailed
- [ ] Flash
- [ ] Ad
- [ ] Signin
- [ ] RoleLite
- [ ] Role
- [ ] ReversiGameLite
- [ ] ReversiGameDetailed

File diff suppressed because it is too large Load Diff

@ -1,4 +1,4 @@
from typing import Any, Literal, TypedDict
from typing import Any, Literal, NotRequired, TypedDict
class OpenAPIInfo(TypedDict):
@ -24,9 +24,17 @@ class OpenAPIPath(TypedDict):
security: list[dict[str, list[Any]]]
requestBody: OpenAPIRequestBody
class OpenAPIComponentProperty(TypedDict):
type: str | None
format: NotRequired[str]
items: NotRequired["OpenAPIComponentSchema"]
class OpenAPIComponentSchema(TypedDict):
type: Literal["object"]
properties: dict[str, OpenAPIComponentProperty]
class OpenAPIComponents(TypedDict):
schemas: dict[str, dict[str, Any]]
schemas: dict[str, OpenAPIComponentSchema]
class OpenAPI(TypedDict):
openapi: str

@ -5,6 +5,8 @@ import sys
from type import OpenAPI
from typing import Any, Literal, TypedDict
import tqdm
sys.path.append("../")
from mipac.utils.util import COLORS # noqa: E402
@ -51,7 +53,7 @@ with open('./datas/endpoints.json', mode='r', encoding='utf-8') as f:
_endpoints: IData = copy.deepcopy(endpoints)
# パスに関する情報を更新する
for path in api['paths']:
for path in tqdm.tqdm(api['paths']):
old_data = endpoints["endpoints"]['support'].get(path, None)
current_request_body_hash = get_sha256_hash(api['paths'][path]['post'].get('requestBody', {}))
current_response_body_hash = get_sha256_hash(api['paths'][path]['post'].get('responses', {}))
@ -66,9 +68,10 @@ for path in api['paths']:
# 既存のデータから削除することで残りはremovedにする
del _endpoints["endpoints"]['support'][path]
# ハッシュが変更されている場合はneedToWorkにする、ハッシュの設定前にやらないとハッシュが変更されてるか分からない
if current_request_body_hash != old_data['request_body_hash'] or current_response_body_hash != old_data['response_body_hash']:
endpoints["endpoints"]['support'][path]['status'] = "needToWork"
if endpoints["endpoints"]['support'][path]['status'] == "supported":
# ハッシュが変更されている場合はneedToWorkにする、ハッシュの設定前にやらないとハッシュが変更されてるか分からない
if current_request_body_hash != old_data['request_body_hash'] or current_response_body_hash != old_data['response_body_hash']:
endpoints["endpoints"]['support'][path]['status'] = "needToWork"
# ハッシュが変更されているかどうかを確認する
if current_request_body_hash != old_data['request_body_hash']:
@ -81,20 +84,20 @@ for path in api['paths']:
# Misskeyから削除されたエンドポイントをremovedに移動する
for path in _endpoints["endpoints"]['support']:
for path in tqdm.tqdm(_endpoints["endpoints"]['support']):
endpoints["endpoints"]['removed'][path] = _endpoints["endpoints"]['support'][path]
# Misskeyから削除された場合はRemovedFromMisskeyにする
endpoints["endpoints"]['removed'][path]['status'] = "RemovedFromMisskey"
del endpoints["endpoints"]['support'][path]
# MiPACからの削除が完了した場合はremovedから削除する
for path in _endpoints["endpoints"]['removed']:
for path in tqdm.tqdm(_endpoints["endpoints"]['removed']):
if endpoints["endpoints"]['removed'][path]['status'] == "Removed":
del endpoints["endpoints"]['removed'][path]
continue
# スキーマに関する情報を更新する
for schema in api['components']['schemas']:
for schema in tqdm.tqdm(api['components']['schemas']):
try:
del _endpoints["schemas"][schema]
except KeyError:
@ -114,7 +117,9 @@ for schema in api['components']['schemas']:
if current_hash != old_data['hash']:
print(f"{COLORS.green}[CHANGED: SCHEMA] changed schema hash {COLORS.reset} {schema} {COLORS.reset}")
endpoints['schemas'][schema]['hash'] = current_hash
endpoints['schemas'][schema]['status'] = "needToWork"
if endpoints['schemas'][schema]['status'] == "supported": # サポート済みの場合のみステータスを変更する
endpoints['schemas'][schema]['status'] = "needToWork"
with open('./datas/endpoints.json', mode='w', encoding='utf-8') as f:

@ -31,7 +31,7 @@ extensions = [
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
language = "en"
language = "ja"
gettext_compact = False
locale_dirs = ["locale/"]

@ -4,7 +4,7 @@ make html
shopt -s dotglob
support_language=('ja')
support_language=('en')
for language in ${support_language[@]}
do
make -e SPHINXOPTS="-D language='${language}'" -e BUILDDIR="./_build/html/${language}" html

@ -94,21 +94,12 @@ Announcement
:members:
AnnouncementCommon
~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.announcement.AnnouncementCommon
.. autoclass:: mipac.models.announcement.AnnouncementCommon
:members:
AnnouncementSystem
~~~~~~~~~~~~~~~~~~
AnnouncementDetailed
~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.announcement.AnnouncementSystem
.. attributetable:: mipac.models.announcement.AnnouncementDetailed
.. autoclass:: mipac.models.announcement.AnnouncementSystem
.. autoclass:: mipac.models.announcement.AnnouncementDetailed
:members:
@ -220,6 +211,24 @@ CustomEmoji
:members:
EmojiDetailed
~~~~~~~~~~~~~
.. attributetable:: mipac.models.emoji.EmojiDetailed
.. autoclass:: mipac.models.emoji.EmojiDetailed
:members:
EmojiSimple
~~~~~~~~~~~
.. attributetable:: mipac.models.emoji.EmojiSimple
.. autoclass:: mipac.models.emoji.EmojiSimple
:members:
FollowRequest
~~~~~~~~~~~~~
@ -229,6 +238,15 @@ FollowRequest
:members:
GalleryPost
~~~~~~~~~~~
.. attributetable:: mipac.models.gallery.GalleryPost
.. autoclass:: mipac.models.gallery.GalleryPost
:members:
FederationInstance
~~~~~~~~~~~~~~~~~~
@ -499,10 +517,10 @@ RoleUser
:members:
create_user_model
~~~~~~~~~~~~~~~~~
packed_user
~~~~~~~~~~~
.. autofunction:: mipac.models.user.create_user_model
.. autofunction:: mipac.models.user.packed_user
Achievement
@ -523,6 +541,42 @@ BlockingUser
:members:
FollowCommon
~~~~~~~~~~~~
.. attributetable:: mipac.models.user.FollowCommon
.. autoclass:: mipac.models.user.FollowCommon
:members:
Follower
~~~~~~~~
.. attributetable:: mipac.models.user.Follower
.. autoclass:: mipac.models.user.Follower
:members:
Following
~~~~~~~~~
.. attributetable:: mipac.models.user.Following
.. autoclass:: mipac.models.user.Following
:members:
FrequentlyRepliedUser
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.user.FrequentlyRepliedUser
.. autoclass:: mipac.models.user.FrequentlyRepliedUser
:members:
MeDetailed
~~~~~~~~~~
@ -532,39 +586,57 @@ MeDetailed
:members:
MeDetailedModerator
~~~~~~~~~~~~~~~~~~~
MeDetailedOnly
~~~~~~~~~~~~~~
.. attributetable:: mipac.models.user.MeDetailedModerator
.. attributetable:: mipac.models.user.MeDetailedOnly
.. autoclass:: mipac.models.user.MeDetailedModerator
.. autoclass:: mipac.models.user.MeDetailedOnly
:members:
UserDetailed
~~~~~~~~~~~~
UserDetailedNotMe
~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.user.UserDetailed
.. attributetable:: mipac.models.user.UserDetailedNotMe
.. autoclass:: mipac.models.user.UserDetailed
.. autoclass:: mipac.models.user.UserDetailedNotMe
:members:
UserDetailedModerator
UserDetailedNotMeOnly
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.user.UserDetailedModerator
.. attributetable:: mipac.models.user.UserDetailedNotMeOnly
.. autoclass:: mipac.models.user.UserDetailedModerator
.. autoclass:: mipac.models.user.UserDetailedNotMeOnly
:members:
UserDetailedNotLogined
~~~~~~~~~~~~~~~~~~~~~~
UserField
~~~~~~~~~
.. attributetable:: mipac.models.user.UserField
.. autoclass:: mipac.models.user.UserField
:members:
UserList
~~~~~~~~
.. attributetable:: mipac.models.user.UserList
.. autoclass:: mipac.models.user.UserList
:members:
UserListMembership
~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.user.UserDetailedNotLogined
.. attributetable:: mipac.models.user.UserListMembership
.. autoclass:: mipac.models.user.UserDetailedNotLogined
.. autoclass:: mipac.models.user.UserListMembership
:members:
@ -586,15 +658,6 @@ PartialAd
:members:
ChannelLite
~~~~~~~~~~~
.. attributetable:: mipac.models.lite.channel.ChannelLite
.. autoclass:: mipac.models.lite.channel.ChannelLite
:members:
PartialCustomEmoji
~~~~~~~~~~~~~~~~~~
@ -640,6 +703,15 @@ PartialRole
:members:
AvatarDecoration
~~~~~~~~~~~~~~~~
.. attributetable:: mipac.models.lite.user.AvatarDecoration
.. autoclass:: mipac.models.lite.user.AvatarDecoration
:members:
BadgeRole
~~~~~~~~~
@ -695,6 +767,15 @@ ChannelManager
:members:
ClientChannelManager
~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.channel.ClientChannelManager
.. autoclass:: mipac.manager.channel.ClientChannelManager
:members:
ChartManager
~~~~~~~~~~~~
@ -740,6 +821,15 @@ EmojiManager
:members:
ClientFavoriteManager
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.favorite.ClientFavoriteManager
.. autoclass:: mipac.manager.favorite.ClientFavoriteManager
:members:
FavoriteManager
~~~~~~~~~~~~~~~
@ -857,6 +947,15 @@ PollManager
:members:
ClientReactionManager
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.reaction.ClientReactionManager
.. autoclass:: mipac.manager.reaction.ClientReactionManager
:members:
ReactionManager
~~~~~~~~~~~~~~~
@ -875,6 +974,15 @@ RoleManager
:members:
ClientUserManager
~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.user.ClientUserManager
.. autoclass:: mipac.manager.user.ClientUserManager
:members:
UserManager
~~~~~~~~~~~
@ -1035,6 +1143,33 @@ FolderManager
.. autoclass:: mipac.manager.drive.folders.FolderManager
:members:
ClientPartialUserListManager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.users.list.ClientPartialUserListManager
.. autoclass:: mipac.manager.users.list.ClientPartialUserListManager
:members:
ClientUserListManager
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.users.list.ClientUserListManager
.. autoclass:: mipac.manager.users.list.ClientUserListManager
:members:
UserListManager
~~~~~~~~~~~~~~~
.. attributetable:: mipac.manager.users.list.UserListManager
.. autoclass:: mipac.manager.users.list.UserListManager
:members:
Actions
-------
@ -1128,6 +1263,15 @@ EmojiActions
:members:
ClientFavoriteActions
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.actions.favorite.ClientFavoriteActions
.. autoclass:: mipac.actions.favorite.ClientFavoriteActions
:members:
FavoriteActions
~~~~~~~~~~~~~~~
@ -1242,6 +1386,15 @@ PollActions
:members:
ClientReactionActions
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.actions.reaction.ClientReactionActions
.. autoclass:: mipac.actions.reaction.ClientReactionActions
:members:
ReactionActions
~~~~~~~~~~~~~~~
@ -1260,6 +1413,15 @@ RoleActions
:members:
ClientUserActions
~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.actions.user.ClientUserActions
.. autoclass:: mipac.actions.user.ClientUserActions
:members:
UserActions
~~~~~~~~~~~
@ -1438,6 +1600,33 @@ FolderActions
.. autoclass:: mipac.actions.drive.folders.FolderActions
:members:
ClientPartialUserListActions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.actions.users.list.ClientPartialUserListActions
.. autoclass:: mipac.actions.users.list.ClientPartialUserListActions
:members:
ClientUserListActions
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.actions.users.list.ClientUserListActions
.. autoclass:: mipac.actions.users.list.ClientUserListActions
:members:
UserListActions
~~~~~~~~~~~~~~~
.. attributetable:: mipac.actions.users.list.UserListActions
.. autoclass:: mipac.actions.users.list.UserListActions
:members:
Type class
----------
@ -1549,21 +1738,12 @@ IAnnouncement
:members:
IAnnouncementCommon
~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.announcement.IAnnouncementCommon
.. autoclass:: mipac.types.announcement.IAnnouncementCommon
:members:
IAnnouncementSystem
~~~~~~~~~~~~~~~~~~~
IAnnouncementDetailed
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.announcement.IAnnouncementSystem
.. attributetable:: mipac.types.announcement.IAnnouncementDetailed
.. autoclass:: mipac.types.announcement.IAnnouncementSystem
.. autoclass:: mipac.types.announcement.IAnnouncementDetailed
:members:
@ -1585,24 +1765,6 @@ IChannel
:members:
IChannelLite
~~~~~~~~~~~~
.. attributetable:: mipac.types.channel.IChannelLite
.. autoclass:: mipac.types.channel.IChannelLite
:members:
IPartialChannel
~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.channel.IPartialChannel
.. autoclass:: mipac.types.channel.IPartialChannel
:members:
IActiveUsersChart
~~~~~~~~~~~~~~~~~
@ -1720,6 +1882,24 @@ ICustomEmojiLiteRequired
:members:
IEmojiDetailed
~~~~~~~~~~~~~~
.. attributetable:: mipac.types.emoji.IEmojiDetailed
.. autoclass:: mipac.types.emoji.IEmojiDetailed
:members:
IEmojiSimple
~~~~~~~~~~~~
.. attributetable:: mipac.types.emoji.IEmojiSimple
.. autoclass:: mipac.types.emoji.IEmojiSimple
:members:
IFederationFollowCommon
~~~~~~~~~~~~~~~~~~~~~~~
@ -1756,6 +1936,15 @@ IFollowRequest
:members:
IGalleryPost
~~~~~~~~~~~~
.. attributetable:: mipac.types.gallery.IGalleryPost
.. autoclass:: mipac.types.gallery.IGalleryPost
:members:
IFederationInstance
~~~~~~~~~~~~~~~~~~~
@ -1873,15 +2062,6 @@ IMuteUser
:members:
GeoPayload
~~~~~~~~~~
.. attributetable:: mipac.types.note.GeoPayload
.. autoclass:: mipac.types.note.GeoPayload
:members:
ICreatedNote
~~~~~~~~~~~~
@ -2218,12 +2398,6 @@ is_me_detailed
.. autofunction:: mipac.types.user.is_me_detailed
is_me_detailed_moderator
~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: mipac.types.user.is_me_detailed_moderator
is_partial_user
~~~~~~~~~~~~~~~
@ -2236,16 +2410,19 @@ is_user_detailed
.. autofunction:: mipac.types.user.is_user_detailed
is_user_detailed_moderator
~~~~~~~~~~~~~~~~~~~~~~~~~~
is_user_detailed_not_me
~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: mipac.types.user.is_user_detailed_moderator
.. autofunction:: mipac.types.user.is_user_detailed_not_me
is_user_detailed_not_logined
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GetFrequentlyRepliedUsersResponse
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autofunction:: mipac.types.user.is_user_detailed_not_logined
.. attributetable:: mipac.types.user.GetFrequentlyRepliedUsersResponse
.. autoclass:: mipac.types.user.GetFrequentlyRepliedUsersResponse
:members:
IAchievement
@ -2257,6 +2434,15 @@ IAchievement
:members:
IAvatarDecoration
~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IAvatarDecoration
.. autoclass:: mipac.types.user.IAvatarDecoration
:members:
IBadgeRole
~~~~~~~~~~
@ -2275,30 +2461,21 @@ IBlockingUser
:members:
IFollowRequest
~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IFollowRequest
.. autoclass:: mipac.types.user.IFollowRequest
:members:
IMeDetailed
~~~~~~~~~~~
IMeDetailedOnlySchema
~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IMeDetailed
.. attributetable:: mipac.types.user.IMeDetailedOnlySchema
.. autoclass:: mipac.types.user.IMeDetailed
.. autoclass:: mipac.types.user.IMeDetailedOnlySchema
:members:
IMeDetailedModerator
~~~~~~~~~~~~~~~~~~~~
IMeDetailedSchema
~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IMeDetailedModerator
.. attributetable:: mipac.types.user.IMeDetailedSchema
.. autoclass:: mipac.types.user.IMeDetailedModerator
.. autoclass:: mipac.types.user.IMeDetailedSchema
:members:
@ -2320,39 +2497,48 @@ ISignin
:members:
IUserDetailed
~~~~~~~~~~~~~
IUserDetailedNotMeOnlySchema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IUserDetailed
.. attributetable:: mipac.types.user.IUserDetailedNotMeOnlySchema
.. autoclass:: mipac.types.user.IUserDetailed
.. autoclass:: mipac.types.user.IUserDetailedNotMeOnlySchema
:members:
IUserDetailedModerator
~~~~~~~~~~~~~~~~~~~~~~
IUserDetailedNotMeSchema
~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IUserDetailedModerator
.. attributetable:: mipac.types.user.IUserDetailedNotMeSchema
.. autoclass:: mipac.types.user.IUserDetailedModerator
.. autoclass:: mipac.types.user.IUserDetailedNotMeSchema
:members:
IUserDetailedNotLogined
~~~~~~~~~~~~~~~~~~~~~~~
IUserField
~~~~~~~~~~
.. attributetable:: mipac.types.user.IUserDetailedNotLogined
.. attributetable:: mipac.types.user.IUserField
.. autoclass:: mipac.types.user.IUserDetailedNotLogined
.. autoclass:: mipac.types.user.IUserField
:members:
IUserField
~~~~~~~~~~
IUserList
~~~~~~~~~
.. attributetable:: mipac.types.user.IUserField
.. attributetable:: mipac.types.user.IUserList
.. autoclass:: mipac.types.user.IUserField
.. autoclass:: mipac.types.user.IUserList
:members:
IUserListMembership
~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IUserListMembership
.. autoclass:: mipac.types.user.IUserListMembership
:members:
@ -2374,6 +2560,33 @@ IUserRole
:members:
IUserSecurityKey
~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.IUserSecurityKey
.. autoclass:: mipac.types.user.IUserSecurityKey
:members:
NotificationRecieveConfig
~~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.NotificationRecieveConfig
.. autoclass:: mipac.types.user.NotificationRecieveConfig
:members:
NotificationRecieveConfigType
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: mipac.types.user.NotificationRecieveConfigType
.. autoclass:: mipac.types.user.NotificationRecieveConfigType
:members:
IUsernameAvailable
~~~~~~~~~~~~~~~~~~
@ -3426,15 +3639,6 @@ AbstractManager
:members:
AbstractModel
~~~~~~~~~~~~~
.. attributetable:: mipac.abstract.model.AbstractModel
.. autoclass:: mipac.abstract.model.AbstractModel
:members:
AuthClient
~~~~~~~~~~
@ -3522,12 +3726,6 @@ setup_logging
.. autofunction:: mipac.utils.log.setup_logging
pagination_iterator
~~~~~~~~~~~~~~~~~~~
.. autofunction:: mipac.utils.pagination.pagination_iterator
Pagination
~~~~~~~~~~

@ -1,29 +0,0 @@
# 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.abstract.action.rst:2
msgid "mipac.abstract.action module"
msgstr ""
#: mipac.abstract.action.AbstractAction:1 of
msgid "Bases: :py:class:`~abc.ABC`"
msgstr ""

@ -1,29 +0,0 @@
# 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.abstract.manager.rst:2
msgid "mipac.abstract.manager module"
msgstr ""
#: mipac.abstract.manager.AbstractManager:1 of
msgid "Bases: :py:class:`~abc.ABC`"
msgstr ""

@ -1,29 +0,0 @@
# 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.abstract.model.rst:2
msgid "mipac.abstract.model module"
msgstr ""
#: mipac.abstract.model.AbstractModel:1 of
msgid "Bases: :py:class:`~abc.ABC`"
msgstr ""

@ -1,33 +0,0 @@
# 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:11+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.abstract.rst:2
msgid "mipac.abstract package"
msgstr ""
#: ../../mipac.abstract.rst:5
msgid "Submodules"
msgstr ""
#: ../../mipac.abstract.rst:15
msgid "Module contents"
msgstr ""

@ -1,33 +0,0 @@
# 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.admins.ad.rst:2
msgid "mipac.actions.admins.ad module"
msgstr ""
#: mipac.actions.admins.ad.AdminAdvertisingActions:1 of
msgid "Bases: :py:class:`~mipac.actions.admins.ad.AdminAdvertisingModelActions`"
msgstr ""
#: mipac.actions.admins.ad.AdminAdvertisingModelActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,120 +0,0 @@
# 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.admins.admin.rst:2
msgid "mipac.actions.admins.admin module"
msgstr ""
#: mipac.actions.admins.admin.AdminActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:1 of
msgid "指定したIDのユーザーのパスワードをリセットします"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:4
#: mipac.actions.admins.admin.AdminActions.silence_user:4
#: mipac.actions.admins.admin.AdminActions.suspend_user:4
#: mipac.actions.admins.admin.AdminActions.unsilence_user:4
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:6
#: mipac.actions.admins.admin.AdminActions.silence_user:6
#: mipac.actions.admins.admin.AdminActions.suspend_user:6
#: mipac.actions.admins.admin.AdminActions.unsilence_user:6
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:6 of
msgid "user_id"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:-1
#: mipac.actions.admins.admin.AdminActions.reset_password:10
#: mipac.actions.admins.admin.AdminActions.silence_user:-1
#: mipac.actions.admins.admin.AdminActions.suspend_user:-1
#: mipac.actions.admins.admin.AdminActions.unsilence_user:-1
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:-1 of
msgid "str"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:6 of
msgid "パスワードをリセットする対象のユーザーID"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:9
#: mipac.actions.admins.admin.AdminActions.silence_user:9
#: mipac.actions.admins.admin.AdminActions.suspend_user:9
#: mipac.actions.admins.admin.AdminActions.unsilence_user:9
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:9 of
msgid "Returns"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.reset_password:11 of
msgid "新しいパスワード"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.silence_user:1 of
msgid "Silences the user of the specified Id"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.silence_user:6 of
msgid "Id of user to silence"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.silence_user:10
#: mipac.actions.admins.admin.AdminActions.suspend_user:10
#: mipac.actions.admins.admin.AdminActions.unsilence_user:10
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:10 of
msgid "bool"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.silence_user:11
#: mipac.actions.admins.admin.AdminActions.suspend_user:11
#: mipac.actions.admins.admin.AdminActions.unsilence_user:11
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:11 of
msgid "success or failed"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.suspend_user:1 of
msgid "Suspends the user for the specified Id"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.suspend_user:6 of
msgid "Id of user to suspend"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.unsilence_user:1 of
msgid "Unsilence user with specified Id"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.unsilence_user:6 of
msgid "Id of user to unsilence"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:1 of
msgid "Unsuspend user with specified Id"
msgstr ""
#: mipac.actions.admins.admin.AdminActions.unsuspend_user:6 of
msgid "Id of user to unsuspend"
msgstr ""

@ -1,35 +0,0 @@
# 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.admins.announcement.rst:2
msgid "mipac.actions.admins.announcement module"
msgstr ""
#: mipac.actions.admins.announcement.AdminAnnouncementActions:1 of
msgid ""
"Bases: "
":py:class:`~mipac.actions.admins.announcement.AdminAnnouncementClientActions`"
msgstr ""
#: mipac.actions.admins.announcement.AdminAnnouncementClientActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,132 +0,0 @@
# 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.admins.emoji.rst:2
msgid "mipac.actions.admins.emoji module"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:1 of
msgid "絵文字を追加します"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:4
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:5 of
msgid "file_id"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:-1
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:-1 of
msgid "str | None, optional"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:6 of
msgid "追加する絵文字のファイルId, by default None"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:7 of
msgid "name"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:8 of
msgid "絵文字名, by default None"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:9 of
msgid "url"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:10 of
msgid "絵文字があるUrl, by default None"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:11 of
msgid "category"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:12 of
msgid "絵文字のカテゴリー, by default None"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:14 of
msgid "aliases"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:-1 of
msgid "list[str] | None, optional"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:14 of
msgid "絵文字のエイリアス, by default None"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:17
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:9 of
msgid "Returns"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:19
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:11 of
msgid "bool"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:19
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:11 of
msgid "成功したかどうか"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:22
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:14 of
msgid "Raises"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:23
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:15 of
msgid "NotExistRequiredData"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.add:24 of
msgid "必要なデータが不足している"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:1 of
msgid "指定したIdの絵文字を削除します"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:6 of
msgid "emoji_id"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:6 of
msgid "削除する絵文字のId, by default None"
msgstr ""
#: mipac.actions.admins.emoji.AdminEmojiActions.remove:16 of
msgid "Idが不足している"
msgstr ""

@ -1,72 +0,0 @@
# 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.admins.moderator.rst:2
msgid "mipac.actions.admins.moderator module"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:1 of
msgid "Add a user as a moderator"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:4
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:6
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:6 of
msgid "user_id"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:-1
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:-1 of
msgid "str | None, default=None"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:6
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:6 of
msgid "ユーザーのID"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:9
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:9 of
msgid "Returns"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:10
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:10 of
msgid "bool"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.add:11
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:11 of
msgid "成功したか否か"
msgstr ""
#: mipac.actions.admins.moderator.AdminModeratorActions.remove:1 of
msgid "Unmoderate a user"
msgstr ""

@ -1,33 +0,0 @@
# 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:11+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.admins.rst:2
msgid "mipac.actions.admins package"
msgstr ""
#: ../../mipac.actions.admins.rst:5
msgid "Submodules"
msgstr ""
#: ../../mipac.actions.admins.rst:19
msgid "Module contents"
msgstr ""

@ -1,98 +0,0 @@
# 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.admins.roles.rst:2
msgid "mipac.actions.admins.roles module"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleActions:1 of
msgid "Bases: :py:class:`~mipac.actions.admins.roles.AdminRoleModelActions`"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:1
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:1 of
msgid "指定したユーザーに指定したロールを付与します"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:4
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:5
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:5 of
msgid "role_id"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:-1
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:-1 of
msgid "str"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:6
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:6 of
msgid "ロールのID"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:7
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:7 of
msgid "user_id"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:8
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:8 of
msgid "ロールを付与する対象のユーザーID"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:10
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:10 of
msgid "expires_at"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:-1
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:-1 of
msgid "int | None, optional"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:10
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:10 of
msgid "いつまでロールを付与するか, by default None"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:13
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:13 of
msgid "Returns"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:14
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:14 of
msgid "bool"
msgstr ""
#: mipac.actions.admins.roles.AdminRoleModelActions.assign:15
#: mipac.actions.admins.roles.AdminRoleModelActions.unassign:15 of
msgid "成功したか否か"
msgstr ""

@ -1,105 +0,0 @@
# 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.admins.user.rst:2
msgid "mipac.actions.admins.user module"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:1 of
msgid "Deletes the user with the specified user ID."
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:4
#: mipac.actions.admins.user.AdminUserActions.show_user:4
#: mipac.actions.admins.user.AdminUserActions.suspend:4
#: mipac.actions.admins.user.AdminUserActions.unsuspend:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:5
#: mipac.actions.admins.user.AdminUserActions.show_user:6
#: mipac.actions.admins.user.AdminUserActions.suspend:6
#: mipac.actions.admins.user.AdminUserActions.unsuspend:6 of
msgid "user_id"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:-1
#: mipac.actions.admins.user.AdminUserActions.show_user:-1
#: mipac.actions.admins.user.AdminUserActions.suspend:-1
#: mipac.actions.admins.user.AdminUserActions.unsuspend:-1 of
msgid "str | None, default=None"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:6 of
msgid "ID of the user to be deleted"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:8
#: mipac.actions.admins.user.AdminUserActions.show_user:9
#: mipac.actions.admins.user.AdminUserActions.suspend:9
#: mipac.actions.admins.user.AdminUserActions.unsuspend:9 of
msgid "Returns"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:9
#: mipac.actions.admins.user.AdminUserActions.suspend:10
#: mipac.actions.admins.user.AdminUserActions.unsuspend:10 of
msgid "bool"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.delete_account:10
#: mipac.actions.admins.user.AdminUserActions.suspend:11
#: mipac.actions.admins.user.AdminUserActions.unsuspend:11 of
msgid "Success or failure"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.show_user:1 of
msgid "Shows the user with the specified user ID."
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.show_user:6 of
msgid "ID of the user to be shown"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.show_user:10 of
msgid "UserDetailed"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.suspend:1 of
msgid "Suspends the user with the specified user ID."
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.suspend:6 of
msgid "ID of the user to be suspended"
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.unsuspend:1 of
msgid "Unsuspends the user with the specified user ID."
msgstr ""
#: mipac.actions.admins.user.AdminUserActions.unsuspend:6 of
msgid "ID of the user to be unsuspended"
msgstr ""

@ -1,260 +0,0 @@
# 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.antenna.rst:2
msgid "mipac.actions.antenna module"
msgstr ""
#: mipac.actions.antenna.AntennaActions:1 of
msgid "Bases: :py:class:`~mipac.actions.antenna.ClientAntennaActions`"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:1 of
msgid "Create an antenna."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:4
#: mipac.actions.antenna.ClientAntennaActions.delete:4
#: mipac.actions.antenna.ClientAntennaActions.show:4
#: mipac.actions.antenna.ClientAntennaActions.update:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:5
#: mipac.actions.antenna.ClientAntennaActions.update:5 of
msgid "name"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1
#: mipac.actions.antenna.ClientAntennaActions.update:-1 of
msgid "str"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:6
#: mipac.actions.antenna.ClientAntennaActions.update:6 of
msgid "Name of the antenna."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:7
#: mipac.actions.antenna.ClientAntennaActions.update:7 of
msgid "src"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1
#: mipac.actions.antenna.ClientAntennaActions.update:-1 of
msgid "IAntennaReceiveSource"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:8
#: mipac.actions.antenna.ClientAntennaActions.update:8 of
msgid "Receive source of the antenna."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:9
#: mipac.actions.antenna.ClientAntennaActions.update:9 of
msgid "keywords"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1
#: mipac.actions.antenna.ClientAntennaActions.update:-1 of
msgid "list[list[str]]"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:10
#: mipac.actions.antenna.ClientAntennaActions.update:10 of
msgid "Receive keywords."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:11
#: mipac.actions.antenna.ClientAntennaActions.update:11 of
msgid "exclude_keywords"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1 of
msgid "list[list[str]] | None, default None"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:12
#: mipac.actions.antenna.ClientAntennaActions.update:12 of
msgid "Excluded keywords."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:13
#: mipac.actions.antenna.ClientAntennaActions.update:13 of
msgid "users"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1 of
msgid "list[str] | None, default None"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:14
#: mipac.actions.antenna.ClientAntennaActions.update:14 of
msgid ""
"List of target user ID. Required when selecting 'users' as the receive "
"source."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:15
#: mipac.actions.antenna.ClientAntennaActions.update:15 of
msgid "case_sensitive"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1 of
msgid "bool, default False"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:16
#: mipac.actions.antenna.ClientAntennaActions.update:16 of
msgid "Whether to differentiate between uppercase and lowercase letters."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:17
#: mipac.actions.antenna.ClientAntennaActions.update:17 of
msgid "with_replies"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:18
#: mipac.actions.antenna.ClientAntennaActions.update:18 of
msgid "Whether to include replies."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:19
#: mipac.actions.antenna.ClientAntennaActions.update:19 of
msgid "with_file"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:20
#: mipac.actions.antenna.ClientAntennaActions.update:20 of
msgid "Whether to limit to notes with attached files."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:21
#: mipac.actions.antenna.ClientAntennaActions.update:21 of
msgid "notify"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:22
#: mipac.actions.antenna.ClientAntennaActions.update:22 of
msgid "Whether to notify for new notes."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:24
#: mipac.actions.antenna.ClientAntennaActions.update:24 of
msgid "user_list_id"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:-1
#: mipac.actions.antenna.ClientAntennaActions.update:-1 of
msgid "str | None, default None"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:24
#: mipac.actions.antenna.ClientAntennaActions.update:24 of
msgid ""
"List of user IDs when selecting 'users' as the receive source for the "
"antenna."
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:27
#: mipac.actions.antenna.ClientAntennaActions.delete:13
#: mipac.actions.antenna.ClientAntennaActions.show:9
#: mipac.actions.antenna.ClientAntennaActions.update:27 of
msgid "Returns"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:28
#: mipac.actions.antenna.ClientAntennaActions.show:11
#: mipac.actions.antenna.ClientAntennaActions.update:28 of
msgid "Antenna"
msgstr ""
#: mipac.actions.antenna.AntennaActions.create:29
#: mipac.actions.antenna.ClientAntennaActions.update:29 of
msgid "The created antenna."
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:1 of
msgid "Delete antenna from identifier"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:6
#: mipac.actions.antenna.ClientAntennaActions.show:6 of
msgid "antenna_id"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:-1
#: mipac.actions.antenna.ClientAntennaActions.show:-1 of
msgid "str | None, optional"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:6 of
msgid "target identifier"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:9
#: mipac.actions.antenna.ClientAntennaActions.show:14 of
msgid "Raises"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:10
#: mipac.actions.antenna.ClientAntennaActions.show:15 of
msgid "ParameterError"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:11
#: mipac.actions.antenna.ClientAntennaActions.show:16 of
msgid "antenna id is required"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:14
#: mipac.actions.antenna.ClientAntennaActions.update:-1 of
msgid "bool"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.delete:15 of
msgid "success or failure"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.show:1 of
msgid "Show antenna from identifier"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.show:6 of
msgid "target identifier, by default None"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.show:11 of
msgid "antenna object"
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.update:1 of
msgid "Update an antenna."
msgstr ""
#: mipac.actions.antenna.ClientAntennaActions.update:-1 of
msgid "list[str]"
msgstr ""

@ -1,29 +0,0 @@
# 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.blocking.rst:2
msgid "mipac.actions.blocking module"
msgstr ""
#: mipac.actions.blocking.BlockingActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,365 +0,0 @@
# 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.channel.rst:2
msgid "mipac.actions.channel module"
msgstr ""
#: mipac.actions.channel.ChannelActions:1 of
msgid "Bases: :py:class:`~mipac.actions.channel.ClientChannelActions`"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:1 of
msgid "Create a channel."
msgstr ""
#: mipac.actions.channel.ChannelActions.create:4
#: mipac.actions.channel.ChannelActions.get:4
#: mipac.actions.channel.ChannelActions.get_followed:4
#: mipac.actions.channel.ChannelActions.get_owned:4
#: mipac.actions.channel.ChannelActions.search:4
#: mipac.actions.channel.ClientChannelActions.archive:4
#: mipac.actions.channel.ClientChannelActions.favorite:4
#: mipac.actions.channel.ClientChannelActions.follow:4
#: mipac.actions.channel.ClientChannelActions.unarchive:4
#: mipac.actions.channel.ClientChannelActions.unfavorite:4
#: mipac.actions.channel.ClientChannelActions.unfollow:4
#: mipac.actions.channel.ClientChannelActions.update:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:5
#: mipac.actions.channel.ClientChannelActions.update:5 of
msgid "name"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:-1
#: mipac.actions.channel.ChannelActions.get:-1
#: mipac.actions.channel.ChannelActions.search:-1 of
msgid "str"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:6 of
msgid "Channel name."
msgstr ""
#: mipac.actions.channel.ChannelActions.create:7
#: mipac.actions.channel.ClientChannelActions.update:7 of
msgid "description"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:-1
#: mipac.actions.channel.ChannelActions.get_followed:-1
#: mipac.actions.channel.ChannelActions.get_owned:-1
#: mipac.actions.channel.ChannelActions.search:-1
#: mipac.actions.channel.ClientChannelActions.archive:-1
#: mipac.actions.channel.ClientChannelActions.favorite:-1
#: mipac.actions.channel.ClientChannelActions.follow:-1
#: mipac.actions.channel.ClientChannelActions.unarchive:-1
#: mipac.actions.channel.ClientChannelActions.unfavorite:-1
#: mipac.actions.channel.ClientChannelActions.unfollow:-1
#: mipac.actions.channel.ClientChannelActions.update:-1 of
msgid "str, optional, by default None"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:8
#: mipac.actions.channel.ClientChannelActions.update:8 of
msgid "Channel description"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:9
#: mipac.actions.channel.ClientChannelActions.update:9 of
msgid "banner_id"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:10
#: mipac.actions.channel.ClientChannelActions.update:10 of
msgid "Channel banner id"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:12
#: mipac.actions.channel.ClientChannelActions.update:15 of
msgid "color"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:-1 of
msgid "str, optional, by default '#000'"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:12
#: mipac.actions.channel.ClientChannelActions.update:16 of
msgid "Channel color"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:15
#: mipac.actions.channel.ChannelActions.get:9
#: mipac.actions.channel.ChannelActions.get_featured:4
#: mipac.actions.channel.ChannelActions.get_my_favorite:4
#: mipac.actions.channel.ClientChannelActions.archive:9
#: mipac.actions.channel.ClientChannelActions.favorite:9
#: mipac.actions.channel.ClientChannelActions.follow:9
#: mipac.actions.channel.ClientChannelActions.unarchive:9
#: mipac.actions.channel.ClientChannelActions.unfavorite:9
#: mipac.actions.channel.ClientChannelActions.unfollow:9
#: mipac.actions.channel.ClientChannelActions.update:21 of
msgid "Returns"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:16
#: mipac.actions.channel.ChannelActions.get:10
#: mipac.actions.channel.ChannelActions.get:11
#: mipac.actions.channel.ChannelActions.get_featured:6
#: mipac.actions.channel.ChannelActions.get_followed:17
#: mipac.actions.channel.ChannelActions.get_my_favorite:6
#: mipac.actions.channel.ChannelActions.get_owned:15
#: mipac.actions.channel.ChannelActions.search:21
#: mipac.actions.channel.ClientChannelActions.archive:10
#: mipac.actions.channel.ClientChannelActions.archive:11
#: mipac.actions.channel.ClientChannelActions.unarchive:10
#: mipac.actions.channel.ClientChannelActions.unarchive:11
#: mipac.actions.channel.ClientChannelActions.update:22
#: mipac.actions.channel.ClientChannelActions.update:23 of
msgid "Channel"
msgstr ""
#: mipac.actions.channel.ChannelActions.create:17 of
msgid "ChannelLite"
msgstr ""
#: mipac.actions.channel.ChannelActions.get:1 of
msgid "Get a channel."
msgstr ""
#: mipac.actions.channel.ChannelActions.get:6
#: mipac.actions.channel.ClientChannelActions.archive:6
#: mipac.actions.channel.ClientChannelActions.favorite:6
#: mipac.actions.channel.ClientChannelActions.follow:6
#: mipac.actions.channel.ClientChannelActions.unarchive:6
#: mipac.actions.channel.ClientChannelActions.unfavorite:6
#: mipac.actions.channel.ClientChannelActions.unfollow:6
#: mipac.actions.channel.ClientChannelActions.update:18 of
msgid "channel_id"
msgstr ""
#: mipac.actions.channel.ChannelActions.get:6
#: mipac.actions.channel.ClientChannelActions.archive:6
#: mipac.actions.channel.ClientChannelActions.favorite:6
#: mipac.actions.channel.ClientChannelActions.follow:6
#: mipac.actions.channel.ClientChannelActions.unarchive:6
#: mipac.actions.channel.ClientChannelActions.unfavorite:6
#: mipac.actions.channel.ClientChannelActions.unfollow:6
#: mipac.actions.channel.ClientChannelActions.update:18 of
msgid "Channel id"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_featured:1 of
msgid "Get featured channels."
msgstr ""
#: mipac.actions.channel.ChannelActions.get_featured:5
#: mipac.actions.channel.ChannelActions.get_my_favorite:5 of
msgid "list[Channel]"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:1 of
msgid "Get followed channels."
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:5
#: mipac.actions.channel.ChannelActions.get_owned:5
#: mipac.actions.channel.ChannelActions.search:9 of
msgid "since_id"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:6
#: mipac.actions.channel.ChannelActions.get_owned:6
#: mipac.actions.channel.ChannelActions.search:10 of
msgid "Since id"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:7
#: mipac.actions.channel.ChannelActions.get_owned:7
#: mipac.actions.channel.ChannelActions.search:11 of
msgid "until_id"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:8
#: mipac.actions.channel.ChannelActions.get_owned:8
#: mipac.actions.channel.ChannelActions.search:12 of
msgid "Until id"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:9
#: mipac.actions.channel.ChannelActions.search:13 of
msgid "limit"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:-1 of
msgid "int, optional, by default 10"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:10
#: mipac.actions.channel.ChannelActions.search:14 of
msgid "Limit"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:12
#: mipac.actions.channel.ChannelActions.get_owned:10
#: mipac.actions.channel.ChannelActions.search:16 of
msgid "get_all"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:-1
#: mipac.actions.channel.ChannelActions.get_owned:-1
#: mipac.actions.channel.ChannelActions.search:-1 of
msgid "bool, optional, by default False"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:12
#: mipac.actions.channel.ChannelActions.get_owned:10
#: mipac.actions.channel.ChannelActions.search:16 of
msgid "Get all channels flag"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:15
#: mipac.actions.channel.ChannelActions.get_owned:13
#: mipac.actions.channel.ChannelActions.search:19 of
msgid "Yields"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_followed:16
#: mipac.actions.channel.ChannelActions.get_owned:14
#: mipac.actions.channel.ChannelActions.search:20 of
msgid "AsyncGenerator[Channel, None]"
msgstr ""
#: mipac.actions.channel.ChannelActions.get_my_favorite:1 of
msgid "Get my favorite channels."
msgstr ""
#: mipac.actions.channel.ChannelActions.get_owned:1 of
msgid "Get owned channels."
msgstr ""
#: mipac.actions.channel.ChannelActions.search:1 of
msgid "Search channels."
msgstr ""
#: mipac.actions.channel.ChannelActions.search:5 of
msgid "query"
msgstr ""
#: mipac.actions.channel.ChannelActions.search:6 of
msgid "Search query"
msgstr ""
#: mipac.actions.channel.ChannelActions.search:7 of
msgid "type"
msgstr ""
#: mipac.actions.channel.ChannelActions.search:-1 of
msgid ""
"Literal['nameAndDescription', 'nameOnly'], optional, by default "
"'nameAndDescription'"
msgstr ""
#: mipac.actions.channel.ChannelActions.search:8 of
msgid "Search type"
msgstr ""
#: mipac.actions.channel.ChannelActions.search:-1 of
msgid "int, optional, by default 5"
msgstr ""
#: mipac.actions.channel.ClientChannelActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.archive:1 of
msgid "Archive a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.favorite:1 of
msgid "Favorite a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.favorite:10
#: mipac.actions.channel.ClientChannelActions.follow:10
#: mipac.actions.channel.ClientChannelActions.unfavorite:10
#: mipac.actions.channel.ClientChannelActions.unfollow:10 of
msgid "bool"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.favorite:11
#: mipac.actions.channel.ClientChannelActions.follow:11
#: mipac.actions.channel.ClientChannelActions.unfavorite:11
#: mipac.actions.channel.ClientChannelActions.unfollow:11 of
msgid "True if success else False"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.follow:1 of
msgid "Follow a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.unarchive:1 of
msgid "Unarchive a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.unfavorite:1 of
msgid "Unfavorite a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.unfollow:1 of
msgid "Unfollow a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:1 of
msgid "Update a channel."
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:6 of
msgid "Channel name"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:11 of
msgid "is_archived"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:-1 of
msgid "bool, optional, by default None"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:12 of
msgid "Channel is archived"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:13 of
msgid "pinned_note_ids"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:-1 of
msgid "list[str], optional, by default None"
msgstr ""
#: mipac.actions.channel.ClientChannelActions.update:14 of
msgid "Channel pinned note ids"
msgstr ""

@ -1,29 +0,0 @@
# 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.chart.rst:2
msgid "mipac.actions.chart module"
msgstr ""
#: mipac.actions.chart.ChartActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,155 +0,0 @@
# 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.chat.rst:2
msgid "mipac.actions.chat module"
msgstr ""
#: mipac.actions.chat.BaseChatAction:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:1 of
msgid "指定したidのメッセージを削除します。"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:4
#: mipac.actions.chat.BaseChatAction.read:4
#: mipac.actions.chat.ChatAction.get_history:4
#: mipac.actions.chat.ChatAction.send:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:6
#: mipac.actions.chat.BaseChatAction.read:6 of
msgid "message_id"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:-1
#: mipac.actions.chat.BaseChatAction.read:-1 of
msgid "str"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:6
#: mipac.actions.chat.BaseChatAction.read:6 of
msgid "Message id"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:9
#: mipac.actions.chat.BaseChatAction.read:9
#: mipac.actions.chat.ChatAction.get_history:11 of
msgid "Returns"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:10
#: mipac.actions.chat.BaseChatAction.read:10 of
msgid "bool"
msgstr ""
#: mipac.actions.chat.BaseChatAction.delete:11
#: mipac.actions.chat.BaseChatAction.read:11 of
msgid "Success or Failure."
msgstr ""
#: mipac.actions.chat.BaseChatAction.read:1 of
msgid "指定したIdのメッセージを既読にします"
msgstr ""
#: mipac.actions.chat.ChatAction:1 of
msgid "Bases: :py:class:`~mipac.actions.chat.BaseChatAction`"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:1 of
msgid "Get the chat history."
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:5 of
msgid "limit"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:-1 of
msgid "int, default=100, max=100"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:6 of
msgid "Number of items to retrieve, up to 100"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:8 of
msgid "group"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:-1 of
msgid "bool, default=True"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:8 of
msgid "Whether to include group chat or not"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:12 of
msgid "list[ChatMessage]"
msgstr ""
#: mipac.actions.chat.ChatAction.get_history:13 of
msgid "List of chat history"
msgstr ""
#: mipac.actions.chat.ChatAction.send:1 of
msgid "Send chat."
msgstr ""
#: mipac.actions.chat.ChatAction.send:5 of
msgid "text"
msgstr ""
#: mipac.actions.chat.ChatAction.send:-1 of
msgid "str | None, default=None"
msgstr ""
#: mipac.actions.chat.ChatAction.send:6 of
msgid "Chat content"
msgstr ""
#: mipac.actions.chat.ChatAction.send:7 of
msgid "file_id"
msgstr ""
#: mipac.actions.chat.ChatAction.send:8 of
msgid "添付するファイルのID"
msgstr ""
#: mipac.actions.chat.ChatAction.send:9 of
msgid "user_id"
msgstr ""
#: mipac.actions.chat.ChatAction.send:10 of
msgid "送信するユーザーのID"
msgstr ""
#: mipac.actions.chat.ChatAction.send:11 of
msgid "group_id"
msgstr ""
#: mipac.actions.chat.ChatAction.send:12 of
msgid "Destination group id"
msgstr ""

@ -1,29 +0,0 @@
# 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.client.rst:2
msgid "mipac.actions.client module"
msgstr ""
#: mipac.actions.client.ClientActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,278 +0,0 @@
# 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.clip.rst:2
msgid "mipac.actions.clip module"
msgstr ""
#: mipac.actions.clip.ClientClipActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:1 of
msgid "Add a note to a clip"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:4
#: mipac.actions.clip.ClientClipActions.delete:4
#: mipac.actions.clip.ClientClipActions.remove_note:4
#: mipac.actions.clip.ClientClipActions.update:4
#: mipac.actions.clip.ClipActions.create:4 mipac.actions.clip.ClipActions.get:4
#: of
msgid "Parameters"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:5
#: mipac.actions.clip.ClientClipActions.delete:6
#: mipac.actions.clip.ClientClipActions.remove_note:5
#: mipac.actions.clip.ClientClipActions.update:5
#: mipac.actions.clip.ClipActions.get:6 of
msgid "clip_id"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:-1
#: mipac.actions.clip.ClientClipActions.delete:-1
#: mipac.actions.clip.ClientClipActions.get_notes:-1
#: mipac.actions.clip.ClientClipActions.remove_note:-1
#: mipac.actions.clip.ClientClipActions.update:-1 of
msgid "str | None, optional, by default None"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:6
#: mipac.actions.clip.ClientClipActions.delete:6
#: mipac.actions.clip.ClientClipActions.get_notes:5
#: mipac.actions.clip.ClientClipActions.remove_note:6
#: mipac.actions.clip.ClientClipActions.update:6
#: mipac.actions.clip.ClipActions.get:6 of
msgid "The clip id"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:8
#: mipac.actions.clip.ClientClipActions.remove_note:8 of
msgid "note_id"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:-1
#: mipac.actions.clip.ClientClipActions.remove_note:-1
#: mipac.actions.clip.ClientClipActions.update:-1
#: mipac.actions.clip.ClipActions.create:-1
#: mipac.actions.clip.ClipActions.get:-1 of
msgid "str"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:8
#: mipac.actions.clip.ClientClipActions.remove_note:8 of
msgid "The note id"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:11
#: mipac.actions.clip.ClientClipActions.delete:9
#: mipac.actions.clip.ClientClipActions.remove_note:11
#: mipac.actions.clip.ClientClipActions.update:15
#: mipac.actions.clip.ClipActions.create:13
#: mipac.actions.clip.ClipActions.get:9
#: mipac.actions.clip.ClipActions.get_list:4
#: mipac.actions.clip.ClipActions.get_my_favorites:4 of
msgid "Returns"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:12
#: mipac.actions.clip.ClientClipActions.delete:10
#: mipac.actions.clip.ClientClipActions.remove_note:12
#: mipac.actions.clip.ClientClipActions.update:16 of
msgid "bool"
msgstr ""
#: mipac.actions.clip.ClientClipActions.add_note:13 of
msgid "True if the note was added to the clip, False otherwise"
msgstr ""
#: mipac.actions.clip.ClientClipActions.delete:1 of
msgid "Delete a clip"
msgstr ""
#: mipac.actions.clip.ClientClipActions.delete:11 of
msgid "True if the clip was deleted, False otherwise"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:1 of
msgid ""
"Get notes from a clip Parameters ---------- clip_id : str | None, "
"optional, by default None"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:6 of
msgid "limit"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:-1 of
msgid "int, optional, by default 10"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:7 of
msgid "The number of notes to get"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:8 of
msgid "since_id"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:9 of
msgid "The note id to get notes after"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:10 of
msgid "until_id"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:11 of
msgid "The note id to get notes before"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:13 of
msgid "get_all"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:-1 of
msgid "bool, optional, by default False"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:13 of
msgid "Whether to get all notes"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:16 of
msgid "Yields"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:17 of
msgid "AsyncGenerator[Note, None]"
msgstr ""
#: mipac.actions.clip.ClientClipActions.get_notes:18 of
msgid "The notes"
msgstr ""
#: mipac.actions.clip.ClientClipActions.remove_note:1 of
msgid "Remove a note from a clip"
msgstr ""
#: mipac.actions.clip.ClientClipActions.remove_note:13 of
msgid "True if the note was removed from the clip, False otherwise"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:1 of
msgid "Update a clip"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:7
#: mipac.actions.clip.ClipActions.create:5 of
msgid "name"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:8
#: mipac.actions.clip.ClipActions.create:6 of
msgid "The clip name"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:9
#: mipac.actions.clip.ClipActions.create:7 of
msgid "is_public"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:-1
#: mipac.actions.clip.ClipActions.create:-1 of
msgid "bool, optional"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:10 of
msgid "Whether the clip is public, by default None"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:12
#: mipac.actions.clip.ClipActions.create:10 of
msgid "description"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:-1
#: mipac.actions.clip.ClipActions.create:-1 of
msgid "str, optional"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:12
#: mipac.actions.clip.ClipActions.create:10 of
msgid "The clip description, by default None"
msgstr ""
#: mipac.actions.clip.ClientClipActions.update:17 of
msgid "True if the clip was updated, False otherwise"
msgstr ""
#: mipac.actions.clip.ClipActions:1 of
msgid "Bases: :py:class:`~mipac.actions.clip.ClientClipActions`"
msgstr ""
#: mipac.actions.clip.ClipActions.create:1 of
msgid "Create a clip"
msgstr ""
#: mipac.actions.clip.ClipActions.create:8 of
msgid "Whether the clip is public, by default False"
msgstr ""
#: mipac.actions.clip.ClipActions.create:14
#: mipac.actions.clip.ClipActions.get:10 of
msgid "Clip"
msgstr ""
#: mipac.actions.clip.ClipActions.create:15 of
msgid "The created clip"
msgstr ""
#: mipac.actions.clip.ClipActions.get:1 of
msgid "Get a clip"
msgstr ""
#: mipac.actions.clip.ClipActions.get:11 of
msgid "The clip"
msgstr ""
#: mipac.actions.clip.ClipActions.get_list:1 of
msgid "Get my clips"
msgstr ""
#: mipac.actions.clip.ClipActions.get_list:5
#: mipac.actions.clip.ClipActions.get_my_favorites:5 of
msgid "list[Clip]"
msgstr ""
#: mipac.actions.clip.ClipActions.get_list:6 of
msgid "The clips"
msgstr ""
#: mipac.actions.clip.ClipActions.get_my_favorites:1 of
msgid "Get my favorite clips"
msgstr ""
#: mipac.actions.clip.ClipActions.get_my_favorites:6 of
msgid "The favorite clips"
msgstr ""

@ -1,225 +0,0 @@
# 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.drive.rst:2
msgid "mipac.actions.drive module"
msgstr ""
#: mipac.actions.drive.DriveActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:1 of
msgid "フォルダーの一覧を取得します"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:4
#: mipac.actions.drive.FileActions.get_files:4
#: mipac.actions.drive.FileActions.show_file:4
#: mipac.actions.drive.FileActions.upload_file:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:5
#: mipac.actions.drive.FileActions.get_files:5 of
msgid "limit"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:-1
#: mipac.actions.drive.FileActions.get_files:-1 of
msgid "int, default=10"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:6
#: mipac.actions.drive.FileActions.get_files:6 of
msgid "取得する上限"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:7
#: mipac.actions.drive.FileActions.get_files:7 of
msgid "since_id"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:-1
#: mipac.actions.drive.FileActions.get_files:-1
#: mipac.actions.drive.FileActions.show_file:-1
#: mipac.actions.drive.FileActions.upload_file:-1 of
msgid "str | None, default=None"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:8 of
msgid "指定すると、その投稿を投稿を起点としてより新しい投稿を取得します"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:9
#: mipac.actions.drive.FileActions.get_files:9 of
msgid "until_id"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:10 of
msgid "指定すると、その投稿を投稿を起点としてより古い投稿を取得します"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:11
#: mipac.actions.drive.FileActions.get_files:11
#: mipac.actions.drive.FileActions.upload_file:9 of
msgid "folder_id"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:12 of
msgid "指定すると、そのフォルダーを起点としてフォルダーを取得します"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:13 of
msgid "get_all"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:-1
#: mipac.actions.drive.FileActions.upload_file:-1 of
msgid "bool, default=False"
msgstr ""
#: mipac.actions.drive.DriveActions.get_folders:14 of
msgid "Whether to retrieve all folders or not"
msgstr ""
#: mipac.actions.drive.FileActions:1 of
msgid "Bases: :py:class:`~mipac.actions.drive.ClientFileActions`"
msgstr ""
#: mipac.actions.drive.FileActions.get_files:1 of
msgid "ファイルを取得します"
msgstr ""
#: mipac.actions.drive.FileActions.get_files:8 of
msgid "指定すると、そのIDを起点としてより新しいファイルを取得します"
msgstr ""
#: mipac.actions.drive.FileActions.get_files:10 of
msgid "指定すると、そのIDを起点としてより古いファイルを取得します"
msgstr ""
#: mipac.actions.drive.FileActions.get_files:12 of
msgid "指定すると、そのフォルダーを起点としてファイルを取得します"
msgstr ""
#: mipac.actions.drive.FileActions.get_files:13 of
msgid "file_type"
msgstr ""
#: mipac.actions.drive.FileActions.get_files:14 of
msgid "取得したいファイルの拡張子"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:1 of
msgid "ファイルの情報を取得します。"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:5 of
msgid "file_id"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:6 of
msgid "ファイルのID"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:8 of
msgid "url"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:8 of
msgid "ファイルのURL"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:11
#: mipac.actions.drive.FileActions.upload_file:19 of
msgid "Returns"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:12
#: mipac.actions.drive.FileActions.upload_file:20 of
msgid "File"
msgstr ""
#: mipac.actions.drive.FileActions.show_file:13 of
msgid "ファイルの情報"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:1 of
msgid "ファイルをアップロードします"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:5 of
msgid "file"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:-1 of
msgid "str"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:6 of
msgid "アップロードするファイル"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:7 of
msgid "file_name"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:8 of
msgid "アップロードするファイルの名前"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:10 of
msgid "アップロードするフォルダーのID"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:11 of
msgid "comment"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:12 of
msgid "アップロードするファイルのコメント"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:13 of
msgid "is_sensitive"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:14 of
msgid "アップロードするファイルがNSFWかどうか"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:16 of
msgid "force"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:16 of
msgid "アップロードするファイルが同名のファイルを上書きするかどうか"
msgstr ""
#: mipac.actions.drive.FileActions.upload_file:21 of
msgid "アップロードしたファイルの情報"
msgstr ""
#: mipac.actions.drive.FolderActions:1 of
msgid "Bases: :py:class:`~mipac.actions.drive.ClientFolderActions`"
msgstr ""

@ -1,29 +0,0 @@
# 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.emoji.rst:2
msgid "mipac.actions.emoji module"
msgstr ""
#: mipac.actions.emoji.EmojiActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,29 +0,0 @@
# 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.favorite.rst:2
msgid "mipac.actions.favorite module"
msgstr ""
#: mipac.actions.favorite.FavoriteActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,29 +0,0 @@
# 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.federation.rst:2
msgid "mipac.actions.federation module"
msgstr ""
#: mipac.actions.federation.FederationActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,139 +0,0 @@
# 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.follow.rst:2
msgid "mipac.actions.follow module"
msgstr ""
#: mipac.actions.follow.FollowActions:1
#: mipac.actions.follow.FollowRequestActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.follow.FollowActions.add:1 of
msgid "Follow a user"
msgstr ""
#: mipac.actions.follow.FollowActions.add:4
#: mipac.actions.follow.FollowActions.invalidate:4
#: mipac.actions.follow.FollowActions.remove:4
#: mipac.actions.follow.FollowRequestActions.accept:9
#: mipac.actions.follow.FollowRequestActions.cancel:9
#: mipac.actions.follow.FollowRequestActions.get_all:4
#: mipac.actions.follow.FollowRequestActions.reject:9 of
msgid "Returns"
msgstr ""
#: mipac.actions.follow.FollowActions.add:5 of
msgid "UserLite:"
msgstr ""
#: mipac.actions.follow.FollowActions.add:6 of
msgid "The user that you followed"
msgstr ""
#: mipac.actions.follow.FollowActions.invalidate:1 of
msgid "Make the user unfollows you"
msgstr ""
#: mipac.actions.follow.FollowActions.invalidate:5
#: mipac.actions.follow.FollowActions.remove:5
#: mipac.actions.follow.FollowRequestActions.cancel:10 of
msgid "LiteUser"
msgstr ""
#: mipac.actions.follow.FollowActions.invalidate:6 of
msgid "The user that followed you"
msgstr ""
#: mipac.actions.follow.FollowActions.remove:1 of
msgid "Unfollow a user"
msgstr ""
#: mipac.actions.follow.FollowActions.remove:6 of
msgid "The user that you unfollowed"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.accept:1 of
msgid "Accept a follow request"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.accept:4
#: mipac.actions.follow.FollowRequestActions.cancel:4
#: mipac.actions.follow.FollowRequestActions.reject:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.accept:6
#: mipac.actions.follow.FollowRequestActions.cancel:6
#: mipac.actions.follow.FollowRequestActions.reject:6 of
msgid "user_id: str"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.accept:6 of
msgid "The user ID to accept"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.accept:10
#: mipac.actions.follow.FollowRequestActions.reject:10 of
msgid "bool"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.accept:11 of
msgid "Whether the request was accepted"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.cancel:1 of
msgid "Cancel a follow request"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.cancel:6 of
msgid "The user ID to cancel"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.cancel:11 of
msgid "The user that you canceled to follow"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.get_all:1 of
msgid "Get all follow requests"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.get_all:5 of
msgid "list[FollowRequest]"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.get_all:6 of
msgid "List of follow requests"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.reject:1 of
msgid "Reject a follow request"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.reject:6 of
msgid "The user ID to reject"
msgstr ""
#: mipac.actions.follow.FollowRequestActions.reject:11 of
msgid "Whether the request was rejected"
msgstr ""

@ -1,78 +0,0 @@
# 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.mute.rst:2
msgid "mipac.actions.mute module"
msgstr ""
#: mipac.actions.mute.MuteActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.mute.MuteActions.add:1 of
msgid "Adds the specified user as a mute target"
msgstr ""
#: mipac.actions.mute.MuteActions.add:4 mipac.actions.mute.MuteActions.delete:4
#: of
msgid "Parameters"
msgstr ""
#: mipac.actions.mute.MuteActions.add:6 mipac.actions.mute.MuteActions.delete:6
#: of
msgid "user_id"
msgstr ""
#: mipac.actions.mute.MuteActions.add:-1
#: mipac.actions.mute.MuteActions.delete:-1 of
msgid "str | None, optional"
msgstr ""
#: mipac.actions.mute.MuteActions.add:6 of
msgid "Mute target user Id, by default None"
msgstr ""
#: mipac.actions.mute.MuteActions.add:9 mipac.actions.mute.MuteActions.delete:9
#: of
msgid "Returns"
msgstr ""
#: mipac.actions.mute.MuteActions.add:10
#: mipac.actions.mute.MuteActions.delete:10 of
msgid "bool"
msgstr ""
#: mipac.actions.mute.MuteActions.add:11 of
msgid "Whether the mute was successful or not"
msgstr ""
#: mipac.actions.mute.MuteActions.delete:1 of
msgid "Unmute the specified user"
msgstr ""
#: mipac.actions.mute.MuteActions.delete:6 of
msgid "Unmute target user Id, by default None"
msgstr ""
#: mipac.actions.mute.MuteActions.delete:11 of
msgid "Whether the unmute was successful or not."
msgstr ""

@ -1,73 +0,0 @@
# 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.my.rst:2
msgid "mipac.actions.my module"
msgstr ""
#: mipac.actions.my.MyActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:1 of
msgid "指定した名前の実績を解除します"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:6 of
msgid "name"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:-1 of
msgid "実績名"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:6 of
msgid "解除したい実績の名前"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:9 of
msgid "Returns"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:11 of
msgid "bool"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:11 of
msgid "成功したか否か"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:14 of
msgid "Raises"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:15 of
msgid "NotSupportVersion"
msgstr ""
#: mipac.actions.my.MyActions.get_claim_achievement:16 of
msgid "実績機能が存在しないサーバーを使用している"
msgstr ""

@ -1,195 +0,0 @@
# 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.note.rst:2
msgid "mipac.actions.note module"
msgstr ""
#: mipac.actions.note.NoteActions:1 of
msgid "Bases: :py:class:`~mipac.actions.note.ClientNoteActions`"
msgstr ""
#: mipac.actions.note.NoteActions.send:1 of
msgid "ノートを投稿します。"
msgstr ""
#: mipac.actions.note.NoteActions.send:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.note.NoteActions.send:5 of
msgid "content"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "str | None, default=None"
msgstr ""
#: mipac.actions.note.NoteActions.send:6 of
msgid "投稿する内容"
msgstr ""
#: mipac.actions.note.NoteActions.send:8 of
msgid "visibility"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "INoteVisibility, optional"
msgstr ""
#: mipac.actions.note.NoteActions.send:8 of
msgid ""
"公開範囲, by default \"public\" Enum: \"public\" \"home\" \"followers\" "
"\"specified\""
msgstr ""
#: mipac.actions.note.NoteActions.send:10 of
msgid "visible_user_ids"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "list[str] | None, optional"
msgstr ""
#: mipac.actions.note.NoteActions.send:11 of
msgid "公開するユーザー, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:12 of
msgid "cw"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "str | None, optional"
msgstr ""
#: mipac.actions.note.NoteActions.send:13 of
msgid "閲覧注意の文字, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:14 of
msgid "local_only"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "bool, optional"
msgstr ""
#: mipac.actions.note.NoteActions.send:15 of
msgid "ローカルにのみ表示するか, by default False"
msgstr ""
#: mipac.actions.note.NoteActions.send:16 of
msgid "extract_mentions"
msgstr ""
#: mipac.actions.note.NoteActions.send:17 of
msgid "メンションを展開するか, by default False"
msgstr ""
#: mipac.actions.note.NoteActions.send:18 of
msgid "extract_hashtags"
msgstr ""
#: mipac.actions.note.NoteActions.send:19 of
msgid "ハッシュタグを展開するか, by default False"
msgstr ""
#: mipac.actions.note.NoteActions.send:20 of
msgid "extract_emojis"
msgstr ""
#: mipac.actions.note.NoteActions.send:21 of
msgid "絵文字を展開するか, by default False"
msgstr ""
#: mipac.actions.note.NoteActions.send:22 of
msgid "reply_id"
msgstr ""
#: mipac.actions.note.NoteActions.send:23 of
msgid "リプライ先のid, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:24 of
msgid "renote_id"
msgstr ""
#: mipac.actions.note.NoteActions.send:25 of
msgid "リート先のid, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:26 of
msgid "channel_id"
msgstr ""
#: mipac.actions.note.NoteActions.send:27 of
msgid "チャンネルid, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:28 of
msgid "files"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "list[MiFile | File | str], optional"
msgstr ""
#: mipac.actions.note.NoteActions.send:29 of
msgid "添付するファイルのリスト, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:31 of
msgid "poll"
msgstr ""
#: mipac.actions.note.NoteActions.send:-1 of
msgid "MiPoll | None, optional"
msgstr ""
#: mipac.actions.note.NoteActions.send:31 of
msgid "アンケート, by default None"
msgstr ""
#: mipac.actions.note.NoteActions.send:34 of
msgid "Returns"
msgstr ""
#: mipac.actions.note.NoteActions.send:36 of
msgid "Note"
msgstr ""
#: mipac.actions.note.NoteActions.send:36 of
msgid "投稿したノート"
msgstr ""
#: mipac.actions.note.NoteActions.send:39 of
msgid "Raises"
msgstr ""
#: mipac.actions.note.NoteActions.send:40 of
msgid "ContentRequired"
msgstr ""
#: mipac.actions.note.NoteActions.send:41 of
msgid "[description]"
msgstr ""

@ -1,37 +0,0 @@
# 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:11+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.rst:2
msgid "mipac.actions package"
msgstr ""
#: ../../mipac.actions.rst:5
msgid "Subpackages"
msgstr ""
#: ../../mipac.actions.rst:13
msgid "Submodules"
msgstr ""
#: ../../mipac.actions.rst:38
msgid "Module contents"
msgstr ""

@ -1,29 +0,0 @@
# 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.poll.rst:2
msgid "mipac.actions.poll module"
msgstr ""
#: mipac.actions.poll.PollActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""

@ -1,69 +0,0 @@
# 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.reaction.rst:2
msgid "mipac.actions.reaction module"
msgstr ""
#: mipac.actions.reaction.ReactionActions:1 of
msgid "Bases: :py:class:`~mipac.abstract.action.AbstractAction`"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:1 of
msgid "指定したnoteに指定したリアクションを付与します内部用"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:4 of
msgid "Parameters"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:5 of
msgid "reaction"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:-1 of
msgid "str | None"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:6 of
msgid "付与するリアクション名"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:8 of
msgid "note_id"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:8 of
msgid "付与対象のートID"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:11 of
msgid "Returns"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:12 of
msgid "bool"
msgstr ""
#: mipac.actions.reaction.ReactionActions.add:13 of
msgid "成功したならTrue,失敗ならFalse"
msgstr ""

@ -1,229 +0,0 @@
# 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 ""

@ -1,29 +0,0 @@
# 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.client.rst:2
msgid "mipac.client module"
msgstr ""
#: mipac.client.Client:1 of
msgid "Bases: :py:class:`object`"
msgstr ""

@ -1,34 +0,0 @@
# 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.config.rst:2
msgid "mipac.config module"
msgstr ""
#: mipac.config.CacheConfig:1 mipac.config.CacheConfigData:1
#: mipac.config.Config:1 mipac.config.Features:1 mipac.config.Limits:1 of
msgid "Bases: :py:class:`object`"
msgstr ""
#: mipac.config.IFeatures:1 mipac.config.ILimits:1 of
msgid "Bases: :py:class:`~typing.TypedDict`"
msgstr ""

@ -1,46 +0,0 @@
# 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.errors.base.rst:2
msgid "mipac.errors.base module"
msgstr ""
#: mipac.errors.base.APIError:1 mipac.errors.base.NotExistRequiredData:1
#: mipac.errors.base.NotSupportVersion:1 mipac.errors.base.ParameterError:1 of
msgid "Bases: :py:class:`Exception`"
msgstr ""
#: mipac.errors.base.APIError:1 of
msgid "APIのエラー"
msgstr ""
#: mipac.errors.base.NotExistRequiredData:1 of
msgid "クラスの中に必要なデータが不足している"
msgstr ""
#: mipac.errors.base.NotSupportVersion:1 of
msgid "サポートされていないバージョンのインスタンス"
msgstr ""
#: mipac.errors.base.ParameterError:1 of
msgid "引数に関するエラー"
msgstr ""

@ -1,381 +0,0 @@
# 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.errors.errors.rst:2
msgid "mipac.errors.errors module"
msgstr ""
#: mipac.errors.errors.AccessDeniedError:1
#: mipac.errors.errors.AlreadyAddedError:1
#: mipac.errors.errors.AlreadyBlockingError:1
#: mipac.errors.errors.AlreadyClippedError:1
#: mipac.errors.errors.AlreadyExpiredError:1
#: mipac.errors.errors.AlreadyFavoritedError:1
#: mipac.errors.errors.AlreadyFollowingError:1
#: mipac.errors.errors.AlreadyInvitedError:1
#: mipac.errors.errors.AlreadyLikedError:1
#: mipac.errors.errors.AlreadyMutingError:1
#: mipac.errors.errors.AlreadyPinnedError:1
#: mipac.errors.errors.AlreadyPromotedError:1
#: mipac.errors.errors.AlreadyReactedError:1
#: mipac.errors.errors.AlreadyVotedError:1
#: mipac.errors.errors.AvatarNotAnImageError:1
#: mipac.errors.errors.BannerNotAnImageError:1
#: mipac.errors.errors.BlockedError:1
#: mipac.errors.errors.BlockeeIsYourselfError:1
#: mipac.errors.errors.BlockingError:1
#: mipac.errors.errors.CannotCreateAlreadyExpiredPollError:1
#: mipac.errors.errors.CannotRenoteToAPureRenoteError:1
#: mipac.errors.errors.CannotReplyToAPureRenoteError:1
#: mipac.errors.errors.CannotReportTheAdminError:1
#: mipac.errors.errors.CannotReportYourselfError:1
#: mipac.errors.errors.ContentRequiredError:1
#: mipac.errors.errors.CredentialRequiredError:1
#: mipac.errors.errors.FailedToResolveRemoteUserError:1
#: mipac.errors.errors.FollowRequestNotFoundError:1
#: mipac.errors.errors.FolloweeIsYourselfError:1
#: mipac.errors.errors.FollowerIsYourselfError:1
#: mipac.errors.errors.ForbiddenError:1
#: mipac.errors.errors.GroupAccessDeniedError:1
#: mipac.errors.errors.GtlDisabledError:1
#: mipac.errors.errors.HasChildFilesOrFoldersError:1
#: mipac.errors.errors.InappropriateError:1
#: mipac.errors.errors.InternalErrorError:1
#: mipac.errors.errors.InvalidChoiceError:1
#: mipac.errors.errors.InvalidFileNameError:1
#: mipac.errors.errors.InvalidParamError:1
#: mipac.errors.errors.InvalidRegexpError:1
#: mipac.errors.errors.InvalidUrlError:1 mipac.errors.errors.IsOwnerError:1
#: mipac.errors.errors.LtlDisabledError:1 mipac.errors.errors.MoSuchFileError:1
#: mipac.errors.errors.MuteeIsYourselfError:1
#: mipac.errors.errors.NameAlreadyExistsError:1
#: mipac.errors.errors.NoFollowRequestError:1
#: mipac.errors.errors.NoFreeSpaceError:1 mipac.errors.errors.NoPollError:1
#: mipac.errors.errors.NoSuchAdError:1
#: mipac.errors.errors.NoSuchAnnouncementError:1
#: mipac.errors.errors.NoSuchAntennaError:1
#: mipac.errors.errors.NoSuchAppError:1 mipac.errors.errors.NoSuchAvatarError:1
#: mipac.errors.errors.NoSuchBannerError:1
#: mipac.errors.errors.NoSuchChannelError:1
#: mipac.errors.errors.NoSuchClipError:1 mipac.errors.errors.NoSuchEmojiError:1
#: mipac.errors.errors.NoSuchFileError:1
#: mipac.errors.errors.NoSuchFolderError:1
#: mipac.errors.errors.NoSuchGroupError:1
#: mipac.errors.errors.NoSuchGroupMemberError:1
#: mipac.errors.errors.NoSuchHashtagError:1
#: mipac.errors.errors.NoSuchInvitationError:1
#: mipac.errors.errors.NoSuchListError:1
#: mipac.errors.errors.NoSuchMessageError:1
#: mipac.errors.errors.NoSuchNoteError:1
#: mipac.errors.errors.NoSuchNotificationError:1
#: mipac.errors.errors.NoSuchObjectError:1
#: mipac.errors.errors.NoSuchPageError:1
#: mipac.errors.errors.NoSuchParentFolderError:1
#: mipac.errors.errors.NoSuchPostError:1
#: mipac.errors.errors.NoSuchRenoteTargetError:1
#: mipac.errors.errors.NoSuchReplyTargetError:1
#: mipac.errors.errors.NoSuchSessionError:1
#: mipac.errors.errors.NoSuchUserError:1
#: mipac.errors.errors.NoSuchUserGroupError:1
#: mipac.errors.errors.NoSuchUserListError:1
#: mipac.errors.errors.NoSuchWebhookError:1
#: mipac.errors.errors.NotBlockingError:1
#: mipac.errors.errors.NotFavoritedError:1
#: mipac.errors.errors.NotFollowingError:1 mipac.errors.errors.NotLikedError:1
#: mipac.errors.errors.NotMutingError:1 mipac.errors.errors.NotReactedError:1
#: mipac.errors.errors.PendingSessionError:1
#: mipac.errors.errors.PermissionDeniedError:1
#: mipac.errors.errors.PinLimitExceededError:1
#: mipac.errors.errors.RateLimitExceededError:1
#: mipac.errors.errors.ReactionsNotPublicError:1
#: mipac.errors.errors.RecipientIsYourselfError:1
#: mipac.errors.errors.StlDisabledError:1
#: mipac.errors.errors.YouAreOwnerError:1
#: mipac.errors.errors.YouHaveBeenBlockedError:1
#: mipac.errors.errors.YourAccountSuspendedError:1
#: mipac.errors.errors.YourPageError:1 mipac.errors.errors.YourPostError:1 of
msgid "Bases: :py:class:`~mipac.errors.base.APIError`"
msgstr ""
#: mipac.errors.errors.AccessDeniedError:1 of
msgid "アクセス権限がありません。"
msgstr ""
#: mipac.errors.errors.AlreadyBlockingError:1 of
msgid "すでにブロックしています。"
msgstr ""
#: mipac.errors.errors.AlreadyFavoritedError:1 of
msgid "既にお気に入り登録されています。"
msgstr ""
#: mipac.errors.errors.AlreadyFollowingError:1 of
msgid "すでにフォローしています。"
msgstr ""
#: mipac.errors.errors.AlreadyLikedError:1 of
msgid "すでにいいねをつけています。"
msgstr ""
#: mipac.errors.errors.AlreadyMutingError:1 of
msgid "すでにそのユーザーをミュートしています。"
msgstr ""
#: mipac.errors.errors.AlreadyPinnedError:1 of
msgid "指定されたノートは既にピン留めされています。"
msgstr ""
#: mipac.errors.errors.AlreadyReactedError:1 of
msgid "既にリアクションしています。"
msgstr ""
#: mipac.errors.errors.AvatarNotAnImageError:1 of
msgid "アバター画像に、画像ではないファイルが指定されました。"
msgstr ""
#: mipac.errors.errors.BannerNotAnImageError:1 of
msgid "バナー画像に、画像ではないファイルが指定されました。"
msgstr ""
#: mipac.errors.errors.BlockedError:1 of
msgid "ユーザーにブロックされています。"
msgstr ""
#: mipac.errors.errors.BlockeeIsYourselfError:1 of
msgid "自分のブロックを解除しようとしました。"
msgstr ""
#: mipac.errors.errors.BlockingError:1 of
msgid "ユーザーをブロックしています。"
msgstr ""
#: mipac.errors.errors.CannotCreateAlreadyExpiredPollError:1 of
msgid "アンケートの期限の指定が誤っています。"
msgstr ""
#: mipac.errors.errors.CannotRenoteToAPureRenoteError:1 of
msgid "単純なRenoteを再度Renoteすることはできません。"
msgstr ""
#: mipac.errors.errors.CannotReplyToAPureRenoteError:1 of
msgid "単純なRenoteに返信することはできません。"
msgstr ""
#: mipac.errors.errors.CannotReportTheAdminError:1 of
msgid "管理者を通報しようとしました。"
msgstr ""
#: mipac.errors.errors.CannotReportYourselfError:1 of
msgid "自身を通報しようとしました。"
msgstr ""
#: mipac.errors.errors.CredentialRequiredError:1 of
msgid "クレデンシャル必須のエンドポイントにクレデンシャル無しでリクエストされました。"
msgstr ""
#: mipac.errors.errors.FailedToResolveRemoteUserError:1 of
msgid "リモートユーザーの検索に失敗しました。"
msgstr ""
#: mipac.errors.errors.FollowRequestNotFoundError:1 of
msgid "フォローリクエストがありません。"
msgstr ""
#: mipac.errors.errors.FolloweeIsYourselfError:1 of
msgid "自分のフォローを解除しようとしました。"
msgstr ""
#: mipac.errors.errors.FollowerIsYourselfError:1 of
msgid "自分をフォロワー解除しようとしました。"
msgstr ""
#: mipac.errors.errors.GtlDisabledError:1 of
msgid "グローバルタイムラインが無効になっています。"
msgstr ""
#: mipac.errors.errors.HasChildFilesOrFoldersError:1 of
msgid "フォルダーが空ではありません。"
msgstr ""
#: mipac.errors.errors.InappropriateError:1 of
msgid "不適切なコンテンツを含んでいる可能性があると判定されました。"
msgstr ""
#: mipac.errors.errors.InternalErrorError:1 of
msgid "サーバー内部で問題が発生しました。引き続き問題が発生する場合は管理者にお問い合わせください。"
msgstr ""
#: mipac.errors.errors.InvalidFileNameError:1 of
msgid "ファイル名が不正です。"
msgstr ""
#: mipac.errors.errors.InvalidParamError:1 of
msgid "リクエストパラメータに誤りがあります。"
msgstr ""
#: mipac.errors.errors.InvalidRegexpError:1 of
msgid "正規表現が不正です。"
msgstr ""
#: mipac.errors.errors.LtlDisabledError:1 of
msgid "ローカルタイムラインが無効になっています。"
msgstr ""
#: mipac.errors.errors.MuteeIsYourselfError:1 of
msgid "自分に対してミュートを解除しようとしました。"
msgstr ""
#: mipac.errors.errors.NameAlreadyExistsError:1 of
msgid "同じURLにページがすでに存在します。"
msgstr ""
#: mipac.errors.errors.NoFollowRequestError:1 of
msgid "ユーザーからのフォローリクエストがありません。"
msgstr ""
#: mipac.errors.errors.NoFreeSpaceError:1 of
msgid "ドライブに空き容量がありません。"
msgstr ""
#: mipac.errors.errors.NoSuchAnnouncementError:1 of
msgid "お知らせが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchAppError:1 of
msgid "アプリが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchAvatarError:1 of
msgid "アバター画像のファイルが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchBannerError:1 of
msgid "バナー画像のファイルが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchChannelError:1 of
msgid "指定されたチャンネルが存在しないか、アクセスが許可されていません。"
msgstr ""
#: mipac.errors.errors.NoSuchFileError:1 of
msgid "ファイルが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchFolderError:1 of
msgid "フォルダーが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchHashtagError:1 of
msgid "ハッシュタグが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchNoteError:1 of
msgid "指定されたノートが存在しないか、アクセスが許可されていません。"
msgstr ""
#: mipac.errors.errors.NoSuchNotificationError:1 of
msgid "通知が存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchPageError:1 of
msgid "ページが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchParentFolderError:1 of
msgid "親フォルダーが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchRenoteTargetError:1 of
msgid "Renoteに指定されたートが存在しないか、アクセスが許可されていません。"
msgstr ""
#: mipac.errors.errors.NoSuchReplyTargetError:1 of
msgid "返信先に指定されたノートが存在しないか、アクセスが許可されていません。"
msgstr ""
#: mipac.errors.errors.NoSuchSessionError:1 of
msgid "セッションが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchUserError:1 of
msgid "ユーザーが存在しません。"
msgstr ""
#: mipac.errors.errors.NoSuchWebhookError:1 of
msgid "Webhookが存在しません。"
msgstr ""
#: mipac.errors.errors.NotBlockingError:1 of
msgid "ブロックしていないユーザーです。"
msgstr ""
#: mipac.errors.errors.NotFavoritedError:1 of
msgid "お気に入り登録されていません。"
msgstr ""
#: mipac.errors.errors.NotFollowingError:1 of
msgid "ユーザーにフォローされていません。"
msgstr ""
#: mipac.errors.errors.NotLikedError:1 of
msgid "いいねをつけていないページです。"
msgstr ""
#: mipac.errors.errors.NotMutingError:1 of
msgid "対象となるユーザーをそもそもミュートしていません。"
msgstr ""
#: mipac.errors.errors.NotReactedError:1 of
msgid "リアクションしていません。"
msgstr ""
#: mipac.errors.errors.PermissionDeniedError:1 of
msgid "与えられたクレデンシャルには必要なパーミッションがありません。"
msgstr ""
#: mipac.errors.errors.PinLimitExceededError:1 of
msgid "これ以上ピン留めできません。"
msgstr ""
#: mipac.errors.errors.RateLimitExceededError:1 of
msgid "レートリミットによる制限のため一時的に利用できません。"
msgstr ""
#: mipac.errors.errors.ReactionsNotPublicError:1 of
msgid "リアクションが公開されていません。"
msgstr ""
#: mipac.errors.errors.StlDisabledError:1 of
msgid "ソーシャルタイムラインが無効になっています。"
msgstr ""
#: mipac.errors.errors.YouHaveBeenBlockedError:1 of
msgid "ブロックされているユーザーのノートにリアクションは行えません。"
msgstr ""
#: mipac.errors.errors.YourAccountSuspendedError:1 of
msgid "アカウントが凍結されているため利用できません。"
msgstr ""
#: mipac.errors.errors.YourPageError:1 of
msgid "自身のページにいいねをつけようとしました。"
msgstr ""

@ -1,33 +0,0 @@
# 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:11+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.errors.rst:2
msgid "mipac.errors package"
msgstr ""
#: ../../mipac.errors.rst:5
msgid "Submodules"
msgstr ""
#: ../../mipac.errors.rst:14
msgid "Module contents"
msgstr ""

@ -1,97 +0,0 @@
# 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.file.rst:2
msgid "mipac.file module"
msgstr ""
#: mipac.file.MiFile:1 of
msgid "Bases: :py:class:`object`"
msgstr ""
#: mipac.file.MiFile.__init__:2 of
msgid "Parameters"
msgstr ""
#: mipac.file.MiFile.__init__:3 of
msgid "path"
msgstr ""
#: mipac.file.MiFile.__init__:-1 of
msgid "str | None, default=None"
msgstr ""
#: mipac.file.MiFile.__init__:4 of
msgid "path to a local file"
msgstr ""
#: mipac.file.MiFile.__init__:5 of
msgid "file_id"
msgstr ""
#: mipac.file.MiFile.__init__:6 of
msgid "ID of the file that exists on the drive"
msgstr ""
#: mipac.file.MiFile.__init__:7 of
msgid "name str | None, default=None"
msgstr ""
#: mipac.file.MiFile.__init__:8 of
msgid "file name"
msgstr ""
#: mipac.file.MiFile.__init__:9 of
msgid "folder_id"
msgstr ""
#: mipac.file.MiFile.__init__:10 of
msgid "Folder ID"
msgstr ""
#: mipac.file.MiFile.__init__:11 of
msgid "comment"
msgstr ""
#: mipac.file.MiFile.__init__:12 of
msgid "Comments on files"
msgstr ""
#: mipac.file.MiFile.__init__:13 of
msgid "is_sensitive"
msgstr ""
#: mipac.file.MiFile.__init__:14 of
msgid "Whether this item is sensitive"
msgstr ""
#: mipac.file.MiFile.__init__:15 of
msgid "force"
msgstr ""
#: mipac.file.MiFile.__init__:-1 of
msgid "bool, default=False"
msgstr ""
#: mipac.file.MiFile.__init__:16 of
msgid "Whether to force overwriting even if it already exists on the drive"
msgstr ""

@ -1,33 +0,0 @@
# 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.http.rst:2
msgid "mipac.http module"
msgstr ""
#: mipac.http.HTTPClient:1 mipac.http.Route:1 mipac.http._MissingSentinel:1 of
msgid "Bases: :py:class:`object`"
msgstr ""
#: mipac.http.MisskeyClientWebSocketResponse:1 of
msgid "Bases: :py:class:`~aiohttp.client_ws.ClientWebSocketResponse`"
msgstr ""

@ -1,30 +0,0 @@
# 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.manager.admins.ad.rst:2
msgid "mipac.manager.admins.ad module"
msgstr ""
#: mipac.manager.admins.ad.AdminAdvertisingManager:1
#: mipac.manager.admins.ad.AdminAdvertisingModelManager:1 of
msgid "Bases: :py:class:`~mipac.abstract.manager.AbstractManager`"
msgstr ""

@ -1,29 +0,0 @@
# 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.manager.admins.admin.rst:2
msgid "mipac.manager.admins.admin module"
msgstr ""
#: mipac.manager.admins.admin.AdminManager:1 of
msgid "Bases: :py:class:`~mipac.abstract.manager.AbstractManager`"
msgstr ""

@ -1,29 +0,0 @@
# 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.manager.admins.announcement.rst:2
msgid "mipac.manager.admins.announcement module"
msgstr ""
#: mipac.manager.admins.announcement.AdminAnnouncementManager:1 of
msgid "Bases: :py:class:`~mipac.abstract.manager.AbstractManager`"
msgstr ""

@ -1,29 +0,0 @@
# 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.manager.admins.emoji.rst:2
msgid "mipac.manager.admins.emoji module"
msgstr ""
#: mipac.manager.admins.emoji.AdminEmojiManager:1 of
msgid "Bases: :py:class:`~mipac.abstract.manager.AbstractManager`"
msgstr ""

@ -1,45 +0,0 @@
# 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.manager.admins.moderator.rst:2
msgid "mipac.manager.admins.moderator module"
msgstr ""
#: mipac.manager.admins.moderator.AdminModeratorManager:1 of
msgid "Bases: :py:class:`~mipac.abstract.manager.AbstractManager`"
msgstr ""
#: mipac.manager.admins.moderator.AdminModeratorManager.action:1 of
msgid "Moderatorに関するアクション"
msgstr ""
#: mipac.manager.admins.moderator.AdminModeratorManager.action:4 of
msgid "Returns"
msgstr ""
#: mipac.manager.admins.moderator.AdminModeratorManager.action:5 of
msgid "AdminModeratorActions"
msgstr ""
#: mipac.manager.admins.moderator.AdminModeratorManager.action:6 of
msgid "Moderatorに対するアクションを行うクラス"
msgstr ""

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save