Translated using Weblate (English (United Kingdom))

Currently translated at 100.0% (18 of 18 strings)

Translation: Documentation/administrator_documentation-configuration_docs-change_url
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-configuration_docs-change_url/en_GB/
This commit is contained in:
Ciarán Ainsworth 2022-07-02 20:59:02 +00:00 committed by Weblate
parent 48261a67d0
commit 4813e5e50b
1 changed files with 33 additions and 17 deletions

View File

@ -3,23 +3,27 @@
# This file is distributed under the same license as the funkwhale package. # This file is distributed under the same license as the funkwhale package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# #
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-01 10:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2022-07-02 21:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/"
"administrator_documentation-configuration_docs-change_url/en_GB/>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/configuration_docs/change_url.md:1 #: ../../administrator_documentation/configuration_docs/change_url.md:1
msgid "Change your instance URL" msgid "Change your instance URL"
msgstr "" msgstr "Change your instance URL"
#: ../../administrator_documentation/configuration_docs/change_url.md:4 #: ../../administrator_documentation/configuration_docs/change_url.md:4
msgid "" msgid ""
@ -27,6 +31,9 @@ msgid ""
"cause instability and problems with federation. If you change your URL, " "cause instability and problems with federation. If you change your URL, "
"the Funkwhale project can't offer support for problems that arise." "the Funkwhale project can't offer support for problems that arise."
msgstr "" msgstr ""
"We recommend you don't change your instance URL. Changing it __will__ cause "
"instability and problems with federation. If you change your URL, the "
"Funkwhale project can't offer support for problems that arise."
#: ../../administrator_documentation/configuration_docs/change_url.md:7 #: ../../administrator_documentation/configuration_docs/change_url.md:7
msgid "" msgid ""
@ -34,24 +41,28 @@ msgid ""
"{term}`fediverse`. If you want to change it, you need to update a lot of " "{term}`fediverse`. If you want to change it, you need to update a lot of "
"information" "information"
msgstr "" msgstr ""
"Your instance URL is your pod's unique identifier in the {term}`fediverse`. "
"If you want to change it, you need to update a lot of information"
#: ../../administrator_documentation/configuration_docs/change_url.md:9 #: ../../administrator_documentation/configuration_docs/change_url.md:9
msgid "The instance URL in your {file}`.env` file." msgid "The instance URL in your {file}`.env` file."
msgstr "" msgstr "The instance URL in your {file}`.env` file."
#: ../../administrator_documentation/configuration_docs/change_url.md:10 #: ../../administrator_documentation/configuration_docs/change_url.md:10
msgid "The instance URL in your vhost." msgid "The instance URL in your vhost."
msgstr "" msgstr "The instance URL in your vhost."
#: ../../administrator_documentation/configuration_docs/change_url.md:11 #: ../../administrator_documentation/configuration_docs/change_url.md:11
msgid "Any references to the old URL in your database." msgid "Any references to the old URL in your database."
msgstr "" msgstr "Any references to the old URL in your database."
#: ../../administrator_documentation/configuration_docs/change_url.md:13 #: ../../administrator_documentation/configuration_docs/change_url.md:13
msgid "" msgid ""
"To clean the database, the {file}`manage.py` script contains a " "To clean the database, the {file}`manage.py` script contains a "
"`fix_federation_ids` command." "`fix_federation_ids` command."
msgstr "" msgstr ""
"To clean the database, the {file}`manage.py` script contains a "
"`fix_federation_ids` command."
#: ../../administrator_documentation/configuration_docs/change_url.md:16 #: ../../administrator_documentation/configuration_docs/change_url.md:16
msgid "" msgid ""
@ -59,48 +70,53 @@ msgid ""
"irreversible. Make sure you [back up your " "irreversible. Make sure you [back up your "
"data](../upgrade_docs/backup.md)." "data](../upgrade_docs/backup.md)."
msgstr "" msgstr ""
"Running `fix_federation_ids` with the `--no-dry-run` flag is irreversible. "
"Make sure you [back up your data](../upgrade_docs/backup.md)."
#: ../../administrator_documentation/configuration_docs/change_url.md:19 #: ../../administrator_documentation/configuration_docs/change_url.md:19
msgid "Update your instance URL" msgid "Update your instance URL"
msgstr "" msgstr "Update your instance URL"
#: ../../administrator_documentation/configuration_docs/change_url.md:21 #: ../../administrator_documentation/configuration_docs/change_url.md:21
msgid "" msgid ""
"Change the `FUNKWHALE_HOSTNAME` and `DJANGO_ALLOWED_HOSTS` value in your" "Change the `FUNKWHALE_HOSTNAME` and `DJANGO_ALLOWED_HOSTS` value in your"
" {file}`.env` file." " {file}`.env` file."
msgstr "" msgstr ""
"Change the `FUNKWHALE_HOSTNAME` and `DJANGO_ALLOWED_HOSTS` value in your "
"{file}`.env` file."
#: ../../administrator_documentation/configuration_docs/change_url.md:22 #: ../../administrator_documentation/configuration_docs/change_url.md:22
msgid "" msgid ""
"Change the `server_name` values in your {file}`/etc/nginx/sites-" "Change the `server_name` values in your {file}`/etc/nginx/sites-"
"enabled/funkwhale.conf` file." "enabled/funkwhale.conf` file."
msgstr "" msgstr ""
"Change the `server_name` values in your {file}`/etc/nginx/sites-enabled/"
"funkwhale.conf` file."
#: ../../administrator_documentation/configuration_docs/change_url.md:23 #: ../../administrator_documentation/configuration_docs/change_url.md:23
msgid "Run the `fix_federation_ids` command to clean up your database." msgid "Run the `fix_federation_ids` command to clean up your database."
msgstr "" msgstr "Run the `fix_federation_ids` command to clean up your database."
#: ../../administrator_documentation/configuration_docs/change_url.md #: ../../administrator_documentation/configuration_docs/change_url.md
msgid "Debian" msgid "Debian"
msgstr "" msgstr "Debian"
#: ../../administrator_documentation/configuration_docs/change_url.md #: ../../administrator_documentation/configuration_docs/change_url.md
msgid "Docker" msgid "Docker"
msgstr "" msgstr "Docker"
#: ../../administrator_documentation/configuration_docs/change_url.md:41 #: ../../administrator_documentation/configuration_docs/change_url.md:41
msgid "Example output:" msgid "Example output:"
msgstr "" msgstr "Example output:"
#: ../../administrator_documentation/configuration_docs/change_url.md:67 #: ../../administrator_documentation/configuration_docs/change_url.md:67
msgid "Restart your webserver to pick up the changes." msgid "Restart your webserver to pick up the changes."
msgstr "" msgstr "Restart your webserver to pick up the changes."
#: ../../administrator_documentation/configuration_docs/change_url.md #: ../../administrator_documentation/configuration_docs/change_url.md
msgid "Nginx" msgid "Nginx"
msgstr "" msgstr "Nginx"
#: ../../administrator_documentation/configuration_docs/change_url.md #: ../../administrator_documentation/configuration_docs/change_url.md
msgid "Apache" msgid "Apache"
msgstr "" msgstr "Apache"