Matrix Docker Ansible eploy
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.
 
 

144 lines
4.7 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-20 09:53+0200\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:1
  23. msgid "Setting up matrix-reminder-bot (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:3
  26. msgid ""
  27. "The playbook can install and configure [matrix-reminder-"
  28. "bot](https://github.com/anoadragon453/matrix-reminder-bot) for you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:5
  31. msgid ""
  32. "It's a bot you can use to **schedule one-off & recurring reminders and "
  33. "alarms**."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:7
  36. msgid ""
  37. "See the project's [documentation](https://github.com/anoadragon453"
  38. "/matrix-reminder-bot/blob/master/README.md) to learn what it does and why"
  39. " it might be useful to you."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:9
  42. msgid "Adjusting the playbook configuration"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:11
  45. msgid ""
  46. "Add the following configuration to your "
  47. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:26
  50. msgid "Installing"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:28
  53. msgid ""
  54. "After configuring the playbook, run it with [playbook tags](playbook-"
  55. "tags.md) as below:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:35
  58. msgid "**Notes**:"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:37
  61. msgid ""
  62. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  63. "automatically create the bot's user account."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:39
  66. msgid ""
  67. "The shortcut commands with the [`just` program](just.md) are also "
  68. "available: `just install-all` or `just setup-all`"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:41
  71. msgid ""
  72. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  73. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  74. "runtime) than `just setup-all`) when its components remain unchanged. If "
  75. "you adjust your `vars.yml` to remove other components, you'd need to run "
  76. "`just setup-all`, or these components will still remain installed."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:43
  79. msgid ""
  80. "If you change the bot password "
  81. "(`matrix_bot_matrix_reminder_bot_matrix_user_password` in your `vars.yml`"
  82. " file) subsequently, the bot user's credentials on the homeserver won't "
  83. "be updated automatically. If you'd like to change the bot user's "
  84. "password, use a tool like [synapse-admin](configuring-playbook-synapse-"
  85. "admin.md) to change it, and then update "
  86. "`matrix_bot_matrix_reminder_bot_matrix_user_password` to let the bot know"
  87. " its new password."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:45
  90. msgid "Usage"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:47
  93. msgid ""
  94. "To use the bot, start a chat with `@bot.matrix-reminder-bot:example.com` "
  95. "(where `example.com` is your base domain, not the `matrix.` domain)."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:49
  98. msgid ""
  99. "You can also add the bot to any existing Matrix room (`/invite @bot"
  100. ".matrix-reminder-bot:example.com`)."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:51
  103. msgid "Basic usage is like this: `!remindme in 2 minutes; This is a test`"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:53
  106. msgid ""
  107. "Send `!help reminders` to the room to see the bot's help menu for "
  108. "additional commands."
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-bot-matrix-reminder-bot.md:55
  111. msgid ""
  112. "You can also refer to the upstream [Usage "
  113. "documentation](https://github.com/anoadragon453/matrix-reminder-"
  114. "bot#usage)."
  115. msgstr ""
  116. #~ msgid ""
  117. #~ "See the project's "
  118. #~ "[documentation](https://github.com/anoadragon453/matrix-"
  119. #~ "reminder-bot#usage) to learn what it "
  120. #~ "does and why it might be useful"
  121. #~ " to you."
  122. #~ msgstr ""