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

156 lines
3.7 KiB

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, yupix
# This file is distributed under the same license as the mipac package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mipac \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-30 05:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ja\n"
"Language-Team: ja <LL@li.org>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: ../../mipac.actions.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 ""