diff --git a/docs/locales/fr/LC_MESSAGES/administrator_documentation/troubleshooting/backend.po b/docs/locales/fr/LC_MESSAGES/administrator_documentation/troubleshooting/backend.po index e4ba93bda..d273ea6a3 100644 --- a/docs/locales/fr/LC_MESSAGES/administrator_documentation/troubleshooting/backend.po +++ b/docs/locales/fr/LC_MESSAGES/administrator_documentation/troubleshooting/backend.po @@ -23,9 +23,9 @@ msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:3 msgid "" -"The Funkwhale backend is made up of lots of moving parts. This guide " -"shows you how to troubleshoot and gather information about the most " -"important elements of the backend." +"The Funkwhale backend is made up of lots of moving parts. This guide shows " +"you how to troubleshoot and gather information about the most important " +"elements of the backend." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:5 @@ -34,83 +34,94 @@ msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:7 msgid "" -"If you have access to the Funkwhale backend, you can use logs to get more" -" information about an issue." +"If you have access to the Funkwhale backend, you can use logs to get more " +"information about an issue." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:9 -msgid "__Reverse proxy logs__ – check these logs if you have connectivity issues." +msgid "" +"__Reverse proxy logs__ – check these logs if you have connectivity issues." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md msgid "Nginx" -msgstr "" +msgstr "Nginx" #: ../../administrator_documentation/troubleshooting/backend.md msgid "Apache2" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:33 +#: ../../administrator_documentation/troubleshooting/backend.md:29 msgid "" -"__API logs__ – check these if you are having issues with the Funkwhale " -"app, federation, or imports." +"__API logs__ – check these if you are having issues with the Funkwhale app, " +"federation, or imports." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md msgid "Debian" -msgstr "" +msgstr "Debian" #: ../../administrator_documentation/troubleshooting/backend.md msgid "Docker" -msgstr "" +msgstr "Docker" #: ../../administrator_documentation/troubleshooting/backend.md:56 +#: ../../administrator_documentation/troubleshooting/backend.md:47 msgid "" -"__Celery logs__ – check these if a federation or import task isn't " -"working." +"__Celery logs__ – check these if a federation or import task isn't working." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:79 +#: ../../administrator_documentation/troubleshooting/backend.md:65 msgid "Troubleshoot issues" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:81 +#: ../../administrator_documentation/troubleshooting/backend.md:67 msgid "API issues" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:83 +#: ../../administrator_documentation/troubleshooting/backend.md:69 msgid "If the API isn't serving audio files, try the following:" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:85 +#: ../../administrator_documentation/troubleshooting/backend.md:71 msgid "" "If you’re using Docker, check you have commented out the `MEDIA_ROOT` " "variable in your `.env` file." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:86 +#: ../../administrator_documentation/troubleshooting/backend.md:72 msgid "" -"Check the `_protected/media` block in your webserver points to your media" -" path. This is `/srv/funkwhale/data/media` by default." +"Check the `_protected/media` block in your webserver points to your media " +"path. This is `/srv/funkwhale/data/media` by default." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:87 +#: ../../administrator_documentation/troubleshooting/backend.md:73 msgid "" -"If you’re using the in-place import, check you have configured your media" -" paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` " -"and `REVERSE_PROXY_TYPE` variables in your `.env` file. Make sure the " -"webserver can read these directories." +"If you’re using the in-place import, check you have configured your media " +"paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` and " +"`REVERSE_PROXY_TYPE` variables in your `.env` file. Make sure the webserver " +"can read these directories." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:89 +#: ../../administrator_documentation/troubleshooting/backend.md:75 msgid "Import issues" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:91 +#: ../../administrator_documentation/troubleshooting/backend.md:77 msgid "If you're having issues importing files, try the following:" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:93 +#: ../../administrator_documentation/troubleshooting/backend.md:79 msgid "Check that the file is encoded in a supported format" msgstr "" @@ -119,126 +130,154 @@ msgid "Supported formats" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:97 +#: ../../administrator_documentation/troubleshooting/backend.md:83 msgid "flac" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:98 +#: ../../administrator_documentation/troubleshooting/backend.md:84 msgid "ogg" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:99 +#: ../../administrator_documentation/troubleshooting/backend.md:85 msgid "mp3" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:100 +#: ../../administrator_documentation/troubleshooting/backend.md:86 msgid "opus" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:101 +#: ../../administrator_documentation/troubleshooting/backend.md:87 msgid "aac" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:102 +#: ../../administrator_documentation/troubleshooting/backend.md:88 msgid "m4a" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:103 +#: ../../administrator_documentation/troubleshooting/backend.md:89 msgid "aiff" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:104 +#: ../../administrator_documentation/troubleshooting/backend.md:90 msgid "aif" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:108 +#: ../../administrator_documentation/troubleshooting/backend.md:94 msgid "Make sure your files play in another media player." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:109 +#: ../../administrator_documentation/troubleshooting/backend.md:95 msgid "" -"Make sure your files are [tagged " -"correctly](../../user_documentation/libraries/tag_music.md)." +"Make sure your files are [tagged correctly](../../user_documentation/" +"libraries/tag_music.md)." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:110 +#: ../../administrator_documentation/troubleshooting/backend.md:96 msgid "Check the Celery logs for errors during the import." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:112 +#: ../../administrator_documentation/troubleshooting/backend.md:98 msgid "Federation issues" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:114 -msgid "If you are having issues accessing federated content, try the following:" +#: ../../administrator_documentation/troubleshooting/backend.md:100 +msgid "" +"If you are having issues accessing federated content, try the following:" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:116 +#: ../../administrator_documentation/troubleshooting/backend.md:102 msgid "" -"Check that the remote library received your follow request and approved " -"it." +"Check that the remote library received your follow request and approved it." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:117 +#: ../../administrator_documentation/troubleshooting/backend.md:103 msgid "Trigger a library scan in the Funkwhale frontend." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:118 +#: ../../administrator_documentation/troubleshooting/backend.md:104 msgid "Check the Celery logs for errors during the scan." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:120 +#: ../../administrator_documentation/troubleshooting/backend.md:106 msgid "Memory tracing" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:122 +#: ../../administrator_documentation/troubleshooting/backend.md:108 msgid "" -"If your Funkwhale server uses more memory than expected, you can check " -"the footprint of requests. This requires a middleware to check memory " +"If your Funkwhale server uses more memory than expected, you can check the " +"footprint of requests. This requires a middleware to check memory " "allocation. To set up this middleware:" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:124 +#: ../../administrator_documentation/troubleshooting/backend.md:110 msgid "Add the middleware to your `.env` file." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:130 +#: ../../administrator_documentation/troubleshooting/backend.md:116 msgid "Enable memory tracing in your `.env` file." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:136 #: ../../administrator_documentation/troubleshooting/backend.md:175 +#: ../../administrator_documentation/troubleshooting/backend.md:122 +#: ../../administrator_documentation/troubleshooting/backend.md:156 msgid "Restart your Funkwhale server." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:159 +#: ../../administrator_documentation/troubleshooting/backend.md:140 msgid "" -"The middleware prints out the top 25 memory allocations to the API logs. " -"You can use these to see what requests use the most memory." +"The middleware prints out the top 25 memory allocations to the API logs. You " +"can use these to see what requests use the most memory." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:161 +#: ../../administrator_documentation/troubleshooting/backend.md:142 msgid "To disable memory tracing:" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:163 +#: ../../administrator_documentation/troubleshooting/backend.md:144 msgid "Remove the middleware from your `.env` file." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:169 +#: ../../administrator_documentation/troubleshooting/backend.md:150 msgid "Disable memory tracing in your `.env` file." msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:198 +#: ../../administrator_documentation/troubleshooting/backend.md:174 msgid "Get help" msgstr "" #: ../../administrator_documentation/troubleshooting/backend.md:200 +#: ../../administrator_documentation/troubleshooting/backend.md:176 msgid "" -"If you can't solve the issue yourself, ask the community for help. Check " -"out the [get help](get_help.md) guide for information about where to ask " -"your question and what details to provide." +"If you can't solve the issue yourself, ask the community for help. Check out " +"the [get help](get_help.md) guide for information about where to ask your " +"question and what details to provide." msgstr "" -#~ msgid "Apache" -#~ msgstr "" - +#: ../../administrator_documentation/troubleshooting/backend.md +msgid "Apache" +msgstr "Apache"