Przeglądaj źródła

Merge pull request #3892 from luixxiul/fix

Consistent "send help" messages
pull/3893/head
Slavi Pantaleev 1 rok temu
committed by GitHub
rodzic
commit
e5963c5e6c
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
34 zmienionych plików z 51 dodań i 51 usunięć
  1. +1
    -1
      docs/configuring-playbook-bot-baibot.md
  2. +1
    -1
      docs/configuring-playbook-bot-go-neb.md
  3. +1
    -1
      docs/configuring-playbook-bot-honoroit.md
  4. +1
    -1
      docs/configuring-playbook-bot-matrix-registration-bot.md
  5. +1
    -1
      docs/configuring-playbook-bridge-appservice-discord.md
  6. +1
    -1
      docs/configuring-playbook-bridge-go-skype-bridge.md
  7. +1
    -1
      docs/configuring-playbook-bridge-hookshot.md
  8. +1
    -1
      docs/configuring-playbook-bridge-mautrix-discord.md
  9. +1
    -1
      docs/configuring-playbook-bridge-mautrix-slack.md
  10. +1
    -1
      docs/configuring-playbook-bridge-mx-puppet-discord.md
  11. +1
    -1
      docs/configuring-playbook-bridge-mx-puppet-groupme.md
  12. +1
    -1
      docs/configuring-playbook-bridge-mx-puppet-instagram.md
  13. +1
    -1
      docs/configuring-playbook-bridge-mx-puppet-slack.md
  14. +1
    -1
      docs/configuring-playbook-bridge-mx-puppet-steam.md
  15. +1
    -1
      docs/configuring-playbook-bridge-mx-puppet-twitter.md
  16. +1
    -1
      docs/configuring-playbook-bridge-postmoogle.md
  17. +1
    -1
      docs/configuring-playbook-cactus-comments.md
  18. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bot-baibot.pot
  19. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bot-go-neb.pot
  20. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bot-honoroit.pot
  21. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bot-matrix-registration-bot.pot
  22. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-appservice-discord.pot
  23. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-go-skype-bridge.pot
  24. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-hookshot.pot
  25. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mautrix-discord.pot
  26. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mautrix-slack.pot
  27. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-discord.pot
  28. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-groupme.pot
  29. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-instagram.pot
  30. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-slack.pot
  31. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-steam.pot
  32. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-twitter.pot
  33. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-bridge-postmoogle.pot
  34. +2
    -2
      i18n/translation-templates/docs/configuring-playbook-cactus-comments.pot

+ 1
- 1
docs/configuring-playbook-bot-baibot.md Wyświetl plik

@@ -391,7 +391,7 @@ After joining, the bot will introduce itself and show information about the [✨


If you've [🤖 configured one or more agents via Ansible](#-configuring-agents-via-ansible) and have [🤝 configured initial default handlers](#configuring-initial-default-handlers), the bot will immediately be able to make use of these agents for this new room. Otherwise, you will need to configure agents and/or handlers via chat commands. If you've [🤖 configured one or more agents via Ansible](#-configuring-agents-via-ansible) and have [🤝 configured initial default handlers](#configuring-initial-default-handlers), the bot will immediately be able to make use of these agents for this new room. Otherwise, you will need to configure agents and/or handlers via chat commands.


Send `!bai help` to the room at any time to see the bot's help menu for additional commands.
Send `!bai help` to the bot in the room to see the available commands.


You can also refer to the upstream [baibot](https://github.com/etkecc/baibot) project's documentation. You can also refer to the upstream [baibot](https://github.com/etkecc/baibot) project's documentation.




+ 1
- 1
docs/configuring-playbook-bot-go-neb.md Wyświetl plik

@@ -238,6 +238,6 @@ To use the bot, invite it to any existing Matrix room (`/invite @bot.go-neb:exam


Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy matrix` Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy matrix`


If you enabled the github_cmd service you can get the supported commands via `!github help`
If you enabled the github_cmd service, send `!github help` to the bot in the room to see the available commands.


You can also refer to the upstream [Documentation](https://github.com/matrix-org/go-neb). You can also refer to the upstream [Documentation](https://github.com/matrix-org/go-neb).

+ 1
- 1
docs/configuring-playbook-bot-honoroit.md Wyświetl plik

@@ -68,6 +68,6 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use


To use the bot, invite the `@honoroit:example.com` to the room you specified in config, after that any Matrix user can send a message to the `@honoroit:example.com` to start a new thread in that room. To use the bot, invite the `@honoroit:example.com` to the room you specified in config, after that any Matrix user can send a message to the `@honoroit:example.com` to start a new thread in that room.


Send `!ho help` to the room to see the bot's help menu for additional commands.
Send `!ho help` to the bot in the room to see the available commands.


You can also refer to the upstream [documentation](https://github.com/etkecc/honoroit#features). You can also refer to the upstream [documentation](https://github.com/etkecc/honoroit#features).

+ 1
- 1
docs/configuring-playbook-bot-matrix-registration-bot.md Wyświetl plik

@@ -52,7 +52,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use


To use the bot, start a chat with `@bot.matrix-registration-bot:example.com` (where `example.com` is your base domain, not the `matrix.` domain). To use the bot, start a chat with `@bot.matrix-registration-bot:example.com` (where `example.com` is your base domain, not the `matrix.` domain).


In this room send `help` and the bot will reply with all options.
Send `help` to the bot to see the available commands.


You can also refer to the upstream [Usage documentation](https://github.com/moan0s/matrix-registration-bot#supported-commands). You can also refer to the upstream [Usage documentation](https://github.com/moan0s/matrix-registration-bot#supported-commands).




+ 1
- 1
docs/configuring-playbook-bridge-appservice-discord.md Wyświetl plik

@@ -63,7 +63,7 @@ Then, follow the instructions in the help output message.


If the bot is not already in the Discord server, follow the provided invite link. This may require you to be a administrator of the Discord server. If the bot is not already in the Discord server, follow the provided invite link. This may require you to be a administrator of the Discord server.


On the Discord side, you can say `!matrix help` to get a list of available commands to manage the bridge and Matrix users.
On the Discord side, send `!matrix help` to the bot to see the available commands for managing the bridge and Matrix users.


**Note**: Encrypted Matrix rooms are not supported as of writing. **Note**: Encrypted Matrix rooms are not supported as of writing.




+ 1
- 1
docs/configuring-playbook-bridge-go-skype-bridge.md Wyświetl plik

@@ -33,4 +33,4 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use


To use the bridge, you need to start a chat with `Skype bridge bot` with the handle `@skypebridgebot:example.com` (where `example.com` is your base domain, not the `matrix.` domain). To use the bridge, you need to start a chat with `Skype bridge bot` with the handle `@skypebridgebot:example.com` (where `example.com` is your base domain, not the `matrix.` domain).


Send `help` to the bot to see the commands available.
Send `help` to the bot to see the available commands.

+ 1
- 1
docs/configuring-playbook-bridge-hookshot.md Wyświetl plik

@@ -61,7 +61,7 @@ To use the bridge, you need to create a room and invite the Hookshot bot (`@hook


Make sure the bot is able to send state events (usually the Moderator power level in clients). Make sure the bot is able to send state events (usually the Moderator power level in clients).


Send `!hookshot help` to the room to see the bridge's help menu for additional commands.
Send `!hookshot help` to the bot to see the available commands.


Refer to [Hookshot's documentation](https://matrix-org.github.io/matrix-hookshot/latest/usage.html) for more details about using the bridge's various features. Refer to [Hookshot's documentation](https://matrix-org.github.io/matrix-hookshot/latest/usage.html) for more details about using the bridge's various features.




+ 1
- 1
docs/configuring-playbook-bridge-mautrix-discord.md Wyświetl plik

@@ -76,7 +76,7 @@ To acquire the token, open Discord in a private browser window. Then open the de
2. If you would like to login to Discord using a token, send `login-token` command, otherwise, send `login-qr` command. 2. If you would like to login to Discord using a token, send `login-token` command, otherwise, send `login-qr` command.
3. You'll see a QR code which you need to scan with the Discord app on your phone. You can scan it with the camera app too, which will open Discord, which will then instruct you to scan it a 2nd time in the Discord app. 3. You'll see a QR code which you need to scan with the Discord app on your phone. You can scan it with the camera app too, which will open Discord, which will then instruct you to scan it a 2nd time in the Discord app.
4. After confirming (in the Discord app) that you'd like to allow this login, the bot should respond with "Succcessfully authenticated as …" 4. After confirming (in the Discord app) that you'd like to allow this login, the bot should respond with "Succcessfully authenticated as …"
5. Now that you're logged in, you can send a `help` command to the bot again, to see additional commands you have access to
5. Now that you're logged in, you can send `help` to the bot to see the available commands.
6. Some Direct Messages from Discord should start syncing automatically 6. Some Direct Messages from Discord should start syncing automatically
7. If you'd like to bridge guilds: 7. If you'd like to bridge guilds:
- send `guilds status` to see the list of guilds - send `guilds status` to see the list of guilds


+ 1
- 1
docs/configuring-playbook-bridge-mautrix-slack.md Wyświetl plik

@@ -63,7 +63,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use
1. Start a chat with `@slackbot:example.com` (where `example.com` is your base domain, not the `matrix.` domain). 1. Start a chat with `@slackbot:example.com` (where `example.com` is your base domain, not the `matrix.` domain).
2. If you would like to login to Slack using a token, send the `login-token` command, otherwise, send the `login-password` command. Read [here](https://docs.mau.fi/bridges/go/slack/authentication.html) on how to retrieve your token and cookie token. 2. If you would like to login to Slack using a token, send the `login-token` command, otherwise, send the `login-password` command. Read [here](https://docs.mau.fi/bridges/go/slack/authentication.html) on how to retrieve your token and cookie token.
3. The bot should respond with "Successfully logged into <email> for team <workspace>" 3. The bot should respond with "Successfully logged into <email> for team <workspace>"
4. Now that you're logged in, you can send a `help` command to the bot again, to see additional commands you have access to.
4. Now that you're logged in, you can send `help` to the bot to see the available commands.
5. Slack channels should automatically begin bridging if you authenticated using a token. Otherwise, you must wait to receive a message in the channel if you used password authentication. 5. Slack channels should automatically begin bridging if you authenticated using a token. Otherwise, you must wait to receive a message in the channel if you used password authentication.


### 💡 Set up Double Puppeting ### 💡 Set up Double Puppeting


+ 1
- 1
docs/configuring-playbook-bridge-mx-puppet-discord.md Wyświetl plik

@@ -43,4 +43,4 @@ Once logged in, send `list` to the bot user to list the available rooms.


Clicking rooms in the list will result in you receiving an invitation to the bridged room. Clicking rooms in the list will result in you receiving an invitation to the bridged room.


Also send `help` to the bot to see the commands available.
Send `help` to the bot to see the available commands.

+ 1
- 1
docs/configuring-playbook-bridge-mx-puppet-groupme.md Wyświetl plik

@@ -45,4 +45,4 @@ Once logged in, send `listrooms` to the bot user to list the available rooms.


Clicking rooms in the list will result in you receiving an invitation to the bridged room. Clicking rooms in the list will result in you receiving an invitation to the bridged room.


Also send `help` to the bot to see the commands available.
Send `help` to the bot to see the available commands.

+ 1
- 1
docs/configuring-playbook-bridge-mx-puppet-instagram.md Wyświetl plik

@@ -45,4 +45,4 @@ For double-puppeting, you probably want to issue these commands:


If you are linking only one Instagram account, your `$puppetId` is probably 1, but use the `list` command find out. If you are linking only one Instagram account, your `$puppetId` is probably 1, but use the `list` command find out.


The `help` command shows which commands are available, though at the time of writing, not every command is fully implemented.
Send `help` to the bot to see the available commands. At the time of writing, not every command is fully implemented.

+ 1
- 1
docs/configuring-playbook-bridge-mx-puppet-slack.md Wyświetl plik

@@ -48,4 +48,4 @@ Once logged in, send `list` to the bot user to list the available rooms.


Clicking rooms in the list will result in you receiving an invitation to the bridged room. Clicking rooms in the list will result in you receiving an invitation to the bridged room.


Also send `help` to the bot to see the commands available.
Send `help` to the bot to see the available commands.

+ 1
- 1
docs/configuring-playbook-bridge-mx-puppet-steam.md Wyświetl plik

@@ -39,4 +39,4 @@ Once logged in, send `list` to the bot user to list the available rooms.


Clicking rooms in the list will result in you receiving an invitation to the bridged room. Clicking rooms in the list will result in you receiving an invitation to the bridged room.


Also send `help` to the bot to see the commands available.
Send `help` to the bot to see the available commands.

+ 1
- 1
docs/configuring-playbook-bridge-mx-puppet-twitter.md Wyświetl plik

@@ -50,4 +50,4 @@ Once logged in, send `list` to the bot user to list the available rooms.


Clicking rooms in the list will result in you receiving an invitation to the bridged room. Clicking rooms in the list will result in you receiving an invitation to the bridged room.


Also send `help` to the bot to see the commands available.
Send `help` to the bot to see the available commands.

+ 1
- 1
docs/configuring-playbook-bridge-postmoogle.md Wyświetl plik

@@ -71,7 +71,7 @@ To use the bridge, invite the `@postmoogle:example.com` bot user into a room you


Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with the email address `NAME@matrix.example.com`. Emails sent to that email address will be forwarded to the room. Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with the email address `NAME@matrix.example.com`. Emails sent to that email address will be forwarded to the room.


Send `!pm help` to the room to see the bridge's help menu for additional commands.
Send `!pm help` to the bot in the room to see the available commands.


You can also refer to the upstream [documentation](https://github.com/etkecc/postmoogle). You can also refer to the upstream [documentation](https://github.com/etkecc/postmoogle).




+ 1
- 1
docs/configuring-playbook-cactus-comments.md Wyświetl plik

@@ -82,7 +82,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use


Upon starting Cactus Comments, a `bot.cactusbot` user account is created automatically. Upon starting Cactus Comments, a `bot.cactusbot` user account is created automatically.


To get started, send a `help` message to the `@bot.cactusbot:example.com` bot to confirm it's working.
To get started, send `help` to the `@bot.cactusbot:example.com` bot to confirm it's working.


Then, register a site by sending `register <YourSiteName>` (where `<YourSiteName>` is a unique identifier you choose. It does not have to match your domain). You will then be invited into a moderation room. Then, register a site by sending `register <YourSiteName>` (where `<YourSiteName>` is a unique identifier you choose. It does not have to match your domain). You will then be invited into a moderation room.




+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bot-baibot.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -400,7 +400,7 @@ msgid "If you've [🤖 configured one or more agents via Ansible](#-configuring-
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-baibot.md:394 #: ../../../docs/configuring-playbook-bot-baibot.md:394
msgid "Send `!bai help` to the room at any time to see the bot's help menu for additional commands."
msgid "Send `!bai help` to the bot in the room to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-baibot.md:396 #: ../../../docs/configuring-playbook-bot-baibot.md:396


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bot-go-neb.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -137,7 +137,7 @@ msgid "Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy matri
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-go-neb.md:241 #: ../../../docs/configuring-playbook-bot-go-neb.md:241
msgid "If you enabled the github_cmd service you can get the supported commands via `!github help`"
msgid "If you enabled the github_cmd service, send `!github help` to the bot in the room to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-go-neb.md:243 #: ../../../docs/configuring-playbook-bot-go-neb.md:243


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bot-honoroit.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -109,7 +109,7 @@ msgid "To use the bot, invite the `@honoroit:example.com` to the room you specif
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-honoroit.md:71 #: ../../../docs/configuring-playbook-bot-honoroit.md:71
msgid "Send `!ho help` to the room to see the bot's help menu for additional commands."
msgid "Send `!ho help` to the bot in the room to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-honoroit.md:73 #: ../../../docs/configuring-playbook-bot-honoroit.md:73


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bot-matrix-registration-bot.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -81,7 +81,7 @@ msgid "To use the bot, start a chat with `@bot.matrix-registration-bot:example.c
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:55 #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:55
msgid "In this room send `help` and the bot will reply with all options."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:57 #: ../../../docs/configuring-playbook-bot-matrix-registration-bot.md:57


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-appservice-discord.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -110,7 +110,7 @@ msgid "If the bot is not already in the Discord server, follow the provided invi
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-appservice-discord.md:66 #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:66
msgid "On the Discord side, you can say `!matrix help` to get a list of available commands to manage the bridge and Matrix users."
msgid "On the Discord side, send `!matrix help` to the bot to see the available commands for managing the bridge and Matrix users."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-appservice-discord.md:68 #: ../../../docs/configuring-playbook-bridge-appservice-discord.md:68


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-go-skype-bridge.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -69,5 +69,5 @@ msgid "To use the bridge, you need to start a chat with `Skype bridge bot` with
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-go-skype-bridge.md:36 #: ../../../docs/configuring-playbook-bridge-go-skype-bridge.md:36
msgid "Send `help` to the bot to see the commands available."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-hookshot.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -109,7 +109,7 @@ msgid "Make sure the bot is able to send state events (usually the Moderator pow
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-hookshot.md:64 #: ../../../docs/configuring-playbook-bridge-hookshot.md:64
msgid "Send `!hookshot help` to the room to see the bridge's help menu for additional commands."
msgid "Send `!hookshot help` to the bot to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-hookshot.md:66 #: ../../../docs/configuring-playbook-bridge-hookshot.md:66


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mautrix-discord.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -169,7 +169,7 @@ msgid "After confirming (in the Discord app) that you'd like to allow this login
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mautrix-discord.md:79 #: ../../../docs/configuring-playbook-bridge-mautrix-discord.md:79
msgid "Now that you're logged in, you can send a `help` command to the bot again, to see additional commands you have access to"
msgid "Now that you're logged in, you can send `help` to the bot to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mautrix-discord.md:80 #: ../../../docs/configuring-playbook-bridge-mautrix-discord.md:80


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mautrix-slack.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -141,7 +141,7 @@ msgid "The bot should respond with \"Successfully logged into <email> for team <
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:66 #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:66
msgid "Now that you're logged in, you can send a `help` command to the bot again, to see additional commands you have access to."
msgid "Now that you're logged in, you can send `help` to the bot to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:67 #: ../../../docs/configuring-playbook-bridge-mautrix-slack.md:67


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-discord.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -93,5 +93,5 @@ msgid "Clicking rooms in the list will result in you receiving an invitation to
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mx-puppet-discord.md:46 #: ../../../docs/configuring-playbook-bridge-mx-puppet-discord.md:46
msgid "Also send `help` to the bot to see the commands available."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-groupme.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -85,5 +85,5 @@ msgid "Clicking rooms in the list will result in you receiving an invitation to
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mx-puppet-groupme.md:48 #: ../../../docs/configuring-playbook-bridge-mx-puppet-groupme.md:48
msgid "Also send `help` to the bot to see the commands available."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-instagram.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,5 +97,5 @@ msgid "If you are linking only one Instagram account, your `$puppetId` is probab
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mx-puppet-instagram.md:48 #: ../../../docs/configuring-playbook-bridge-mx-puppet-instagram.md:48
msgid "The `help` command shows which commands are available, though at the time of writing, not every command is fully implemented."
msgid "Send `help` to the bot to see the available commands. At the time of writing, not every command is fully implemented."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-slack.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -93,5 +93,5 @@ msgid "Clicking rooms in the list will result in you receiving an invitation to
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:51 #: ../../../docs/configuring-playbook-bridge-mx-puppet-slack.md:51
msgid "Also send `help` to the bot to see the commands available."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-steam.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -81,5 +81,5 @@ msgid "Clicking rooms in the list will result in you receiving an invitation to
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mx-puppet-steam.md:42 #: ../../../docs/configuring-playbook-bridge-mx-puppet-steam.md:42
msgid "Also send `help` to the bot to see the commands available."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-mx-puppet-twitter.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -93,5 +93,5 @@ msgid "Clicking rooms in the list will result in you receiving an invitation to
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-mx-puppet-twitter.md:53 #: ../../../docs/configuring-playbook-bridge-mx-puppet-twitter.md:53
msgid "Also send `help` to the bot to see the commands available."
msgid "Send `help` to the bot to see the available commands."
msgstr "" msgstr ""

+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-bridge-postmoogle.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -117,7 +117,7 @@ msgid "Then send `!pm mailbox NAME` to expose this Matrix room as an inbox with
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-postmoogle.md:74 #: ../../../docs/configuring-playbook-bridge-postmoogle.md:74
msgid "Send `!pm help` to the room to see the bridge's help menu for additional commands."
msgid "Send `!pm help` to the bot in the room to see the available commands."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-bridge-postmoogle.md:76 #: ../../../docs/configuring-playbook-bridge-postmoogle.md:76


+ 2
- 2
i18n/translation-templates/docs/configuring-playbook-cactus-comments.pot Wyświetl plik

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n" "Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
"POT-Creation-Date: 2024-12-20 23:17+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -121,7 +121,7 @@ msgid "Upon starting Cactus Comments, a `bot.cactusbot` user account is created
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-cactus-comments.md:85 #: ../../../docs/configuring-playbook-cactus-comments.md:85
msgid "To get started, send a `help` message to the `@bot.cactusbot:example.com` bot to confirm it's working."
msgid "To get started, send `help` to the `@bot.cactusbot:example.com` bot to confirm it's working."
msgstr "" msgstr ""


#: ../../../docs/configuring-playbook-cactus-comments.md:87 #: ../../../docs/configuring-playbook-cactus-comments.md:87


Ładowanie…
Anuluj
Zapisz