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.
 
 
 

122 lines
3.8 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-16 12:05+0900\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/obtaining-access-tokens.md:1
  23. msgid "Obtaining an Access Token"
  24. msgstr ""
  25. #: ../../../docs/obtaining-access-tokens.md:3
  26. msgid ""
  27. "When setting up some optional features like bots and bridges you will "
  28. "need to provide an access token for some user. This document provides "
  29. "documentation on how to obtain such an access token."
  30. msgstr ""
  31. #: ../../../docs/obtaining-access-tokens.md:5
  32. msgid ""
  33. "**Access tokens are sensitive information. Do not include them in any bug"
  34. " reports, messages, or logs. Do not share the access token with anyone.**"
  35. msgstr ""
  36. #: ../../../docs/obtaining-access-tokens.md:7
  37. msgid "Prerequisites"
  38. msgstr ""
  39. #: ../../../docs/obtaining-access-tokens.md:9
  40. msgid ""
  41. "The user for whom you want to obtain an access token needs to already "
  42. "exist. You can use this playbook to [register a new user](registering-"
  43. "users.md), if you have not already."
  44. msgstr ""
  45. #: ../../../docs/obtaining-access-tokens.md:11
  46. msgid ""
  47. "Below, we describe 2 ways to generate an access token for a user - using "
  48. "[Element Web](#obtain-an-access-token-via-element-web) or [curl](#obtain-"
  49. "an-access-token-via-curl). For both ways you need the user's password."
  50. msgstr ""
  51. #: ../../../docs/obtaining-access-tokens.md:13
  52. msgid "Obtain an access token via Element Web"
  53. msgstr ""
  54. #: ../../../docs/obtaining-access-tokens.md:15
  55. msgid "In a private browsing session (incognito window), open Element Web."
  56. msgstr ""
  57. #: ../../../docs/obtaining-access-tokens.md:16
  58. msgid "Log in with the user's credentials."
  59. msgstr ""
  60. #: ../../../docs/obtaining-access-tokens.md:17
  61. msgid ""
  62. "In the settings page, choose \"Help & About\", scroll down to the bottom "
  63. "and expand the `Access Token` section (see screenshot below)."
  64. msgstr ""
  65. #: ../../../docs/obtaining-access-tokens.md:18
  66. msgid "Copy the access token to your configuration."
  67. msgstr ""
  68. #: ../../../docs/obtaining-access-tokens.md:19
  69. msgid ""
  70. "Close the private browsing session. **Do not log out**. Logging out will "
  71. "invalidate the token, making it not work."
  72. msgstr ""
  73. #: ../../../docs/obtaining-access-tokens.md:21
  74. msgid ""
  75. "![Obtaining an access token with Element "
  76. "Web](assets/obtain_admin_access_token_element_web.png)"
  77. msgstr ""
  78. #: ../../../docs/obtaining-access-tokens.md:21
  79. msgid "Obtaining an access token with Element Web"
  80. msgstr ""
  81. #: ../../../docs/obtaining-access-tokens.md:23
  82. msgid "Obtain an access token via curl"
  83. msgstr ""
  84. #: ../../../docs/obtaining-access-tokens.md:25
  85. msgid ""
  86. "You can use the following command to get an access token for your user "
  87. "directly from the [Matrix Client-Server "
  88. "API](https://www.matrix.org/docs/guides/client-server-api#login):"
  89. msgstr ""
  90. #: ../../../docs/obtaining-access-tokens.md:35
  91. msgid "Change `USERNAME`, `PASSWORD`, and `example.com` accordingly."
  92. msgstr ""
  93. #: ../../../docs/obtaining-access-tokens.md:37
  94. msgid ""
  95. "`YOURDEVICEID` is optional and can be used to more easily identify the "
  96. "session later. When omitted (mind the commas in the JSON payload if "
  97. "you'll be omitting it), a random device ID will be generated."
  98. msgstr ""
  99. #: ../../../docs/obtaining-access-tokens.md:39
  100. msgid "Your response will look like this (prettified):"
  101. msgstr ""