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.
 
 
 

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