Update translation-templates/

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
Suguru Hirahara
2025-11-06 23:12:32 +09:00
parent 69a3d1f69d
commit 096b85bd96
143 changed files with 12813 additions and 10672 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: matrix-docker-ansible-deploy \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-27 09:54+0200\n"
"POT-Creation-Date: 2025-11-06 23:09+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,74 +16,74 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../../docs/updating-users-passwords.md:1
#: ../../../docs/updating-users-passwords.md:13
msgid "Updating users passwords"
msgstr ""
#: ../../../docs/updating-users-passwords.md:3
#: ../../../docs/updating-users-passwords.md:15
msgid "Option 1 (if you are using the integrated Postgres database):"
msgstr ""
#: ../../../docs/updating-users-passwords.md:5
#: ../../../docs/updating-users-passwords.md:17
msgid "**Notes**:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:6
#: ../../../docs/updating-users-passwords.md:18
msgid "Make sure to adjust `USERNAME_HERE` and `PASSWORD_HERE`"
msgstr ""
#: ../../../docs/updating-users-passwords.md:7
#: ../../../docs/updating-users-passwords.md:19
msgid "For `USERNAME_HERE`, use a plain username like `alice`, not a full ID (`@alice:example.com`)"
msgstr ""
#: ../../../docs/updating-users-passwords.md:9
#: ../../../docs/updating-users-passwords.md:21
msgid "You can reset a user's password via the Ansible playbook:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:15
#: ../../../docs/updating-users-passwords.md:27
msgid "**You can then log in with that user** via Element Web that this playbook has created for you at a URL like this: `https://element.example.com/`."
msgstr ""
#: ../../../docs/updating-users-passwords.md:17
#: ../../../docs/updating-users-passwords.md:29
msgid "Option 2 (if you are using an external Postgres server):"
msgstr ""
#: ../../../docs/updating-users-passwords.md:19
#: ../../../docs/updating-users-passwords.md:31
msgid "You can manually generate the password hash by using the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#finalize-the-installation):"
msgstr ""
#: ../../../docs/updating-users-passwords.md:25
msgid "and then connecting to the postgres server and executing:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:31
msgid "where `<password-hash>` is the hash returned by the docker command above."
msgstr ""
#: ../../../docs/updating-users-passwords.md:33
msgid "Option 3:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:35
msgid "Use the Synapse User Admin API as described here: https://github.com/element-hq/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-password"
msgstr ""
#: ../../../docs/updating-users-passwords.md:37
msgid "This requires an [access token](obtaining-access-tokens.md) from a server admin account. *This method will also log the user out of all of their clients while the other options do not.*"
msgstr ""
#: ../../../docs/updating-users-passwords.md:39
msgid "If you didn't make your account a server admin when you created it, you can learn how to switch it now by reading about it in [Adding/Removing Administrator privileges to an existing user in Synapse](registering-users.md#addingremoving-administrator-privileges-to-an-existing-user-in-synapse)."
msgstr ""
#: ../../../docs/updating-users-passwords.md:41
msgid "Example:"
msgid "and then connecting to the Postgres server and executing:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:43
msgid "To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command:"
msgid "where `<password-hash>` is the hash returned by the docker command above."
msgstr ""
#: ../../../docs/updating-users-passwords.md:45
msgid "Option 3:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:47
msgid "Use the Synapse User Admin API as described here: https://github.com/element-hq/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-password"
msgstr ""
#: ../../../docs/updating-users-passwords.md:49
msgid "This requires an [access token](obtaining-access-tokens.md) from a server admin account. *This method will also log the user out of all of their clients while the other options do not.*"
msgstr ""
#: ../../../docs/updating-users-passwords.md:51
msgid "If you didn't make your account a server admin when you created it, you can learn how to switch it now by reading about it in [Adding/Removing Administrator privileges to an existing user in Synapse](registering-users.md#addingremoving-administrator-privileges-to-an-existing-user-in-synapse)."
msgstr ""
#: ../../../docs/updating-users-passwords.md:53
msgid "Example:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:55
msgid "To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command:"
msgstr ""
#: ../../../docs/updating-users-passwords.md:61
msgid "Make sure to replace `ACCESS_TOKEN_HERE` with the access token of the server admin account."
msgstr ""