99 lines
3.7 KiB
Plaintext
99 lines
3.7 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
||
# Copyright (C) 2022, The Funkwhale Collective
|
||
# This file is distributed under the same license as the funkwhale package.
|
||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: funkwhale 1.2.3\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2022-04-04 09:00+0200\n"
|
||
"PO-Revision-Date: 2022-06-28 21:35+0000\n"
|
||
"Last-Translator: Thomas <thovi98@gmail.com>\n"
|
||
"Language-Team: French <https://translate.funkwhale.audio/projects/"
|
||
"documentation/admin-url/fr/>\n"
|
||
"Language: fr\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||
"X-Generator: Weblate 4.13\n"
|
||
|
||
#: ../../admin/url.rst:2
|
||
msgid "Changing Your Instance URL"
|
||
msgstr "Changer l’URL de votre instance"
|
||
|
||
#: ../../admin/url.rst:6
|
||
msgid "We highly recommend not to change your instance URL. Members of the community tried to do this and documented their steps here. This guide might be incomplete or fail for your instance. There is no support for this procedure and likely no way back."
|
||
msgstr ""
|
||
"Nous vous recommandons vivement de ne pas modifier l'URL de votre instance. "
|
||
"Des membres de la communauté ont essayé de le faire et ont documenté leurs "
|
||
"étapes ici. Ce guide peut être incomplet ou échouer pour votre instance. Il "
|
||
"n'y a pas de support pour cette procédure et probablement aucun moyen de "
|
||
"revenir en arrière."
|
||
|
||
#: ../../admin/url.rst:9
|
||
msgid "At some point, you may wish to change your instance URL. In order to do this, you will need to change the following:"
|
||
msgstr ""
|
||
"À un moment donné, vous souhaiterez peut-être modifier l'URL de votre "
|
||
"instance. Pour ce faire, vous devrez modifier les éléments suivants :"
|
||
|
||
#: ../../admin/url.rst:12
|
||
msgid "The instance URL in your .env file"
|
||
msgstr "L’URL de l’instance dans votre fichier .env"
|
||
|
||
#: ../../admin/url.rst:13
|
||
msgid "The instance URL in your ``/etc/nginx/sites-enabled/funkwhale.conf`` or ``/etc/apache2/sites-enabled/funkwhale.conf`` depending on your web server setup"
|
||
msgstr ""
|
||
"L’URL de l’instance dans votre ``/etc/nginx/sites-enabled/funkwhale.conf`` "
|
||
"ou ``/etc/apache2/sites-enabled/funkwhale.conf`` en fonction de la "
|
||
"configuration de votre serveur web"
|
||
|
||
#: ../../admin/url.rst:14
|
||
msgid "Any references to the old URL in your database"
|
||
msgstr "Toute référence à l’ancienne URL dans votre base de données"
|
||
|
||
#: ../../admin/url.rst:16
|
||
msgid "The changes to the database can be achieved with the ``fix_federation_ids`` script in the ``manage.py`` file."
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:19
|
||
msgid "Example output:"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:53
|
||
msgid "On Docker Installations"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:55
|
||
msgid "If you have followed the :doc:`Docker installation instructions <../installation/docker>`, you will need to do the following:"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:58
|
||
#: ../../admin/url.rst:81
|
||
msgid "Edit your .env file to change the ``FUNKWHALE_HOSTNAME`` and ``DJANGO_ALLOWED_HOSTS`` value to your new URL"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:59
|
||
#: ../../admin/url.rst:82
|
||
msgid "Edit your ``/etc/nginx/sites-enabled/funkwhale.conf`` file to change the ``server_name`` values to your new URL"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:60
|
||
#: ../../admin/url.rst:83
|
||
msgid "Run the following command to change all mentions of your old instance URL in the database:"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:66
|
||
#: ../../admin/url.rst:89
|
||
msgid "Restart Nginx or Apache to pick up the new changes"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:77
|
||
msgid "On Non-Docker Installations"
|
||
msgstr ""
|
||
|
||
#: ../../admin/url.rst:79
|
||
msgid "If you have followed the :doc:`non-docker setup <../installation/debian>`, you will need to do the following:"
|
||
msgstr ""
|