funkwhale/docs/locales/gettext/administrator_documentation/troubleshooting/backend.pot

217 wiersze
7.6 KiB
Plaintext
Czysty Zwykły widok Historia

2022-07-01 09:02:29 +00:00
# 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.
#
#, fuzzy
msgid ""
msgstr ""
2022-07-23 13:32:35 +00:00
"Project-Id-Version: funkwhale 1.2.7\n"
2022-07-01 09:02:29 +00:00
"Report-Msgid-Bugs-To: \n"
2022-07-23 13:32:35 +00:00
"POT-Creation-Date: 2022-07-23 12:18+0200\n"
2022-07-01 09:02:29 +00:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../administrator_documentation/troubleshooting/backend.md:1
msgid "Troubleshoot backend issues"
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."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:5
msgid "Tools"
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."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:9
msgid "__Reverse proxy logs__ – check these logs if you have connectivity issues."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:0
msgid "Nginx"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:0
2022-07-23 13:32:35 +00:00
msgid "Apache2"
2022-07-01 09:02:29 +00:00
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:33
2022-07-01 09:02:29 +00:00
msgid "__API logs__ – check these if you are having issues with the Funkwhale app, federation, or imports."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:0
#: ../../administrator_documentation/troubleshooting/backend.md:0
#: ../../administrator_documentation/troubleshooting/backend.md:0
#: ../../administrator_documentation/troubleshooting/backend.md:0
msgid "Debian"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:0
#: ../../administrator_documentation/troubleshooting/backend.md:0
#: ../../administrator_documentation/troubleshooting/backend.md:0
#: ../../administrator_documentation/troubleshooting/backend.md:0
msgid "Docker"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:56
2022-07-01 09:02:29 +00:00
msgid "__Celery logs__ – check these if a federation or import task isn't working."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:79
2022-07-01 09:02:29 +00:00
msgid "Troubleshoot issues"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:81
2022-07-01 09:02:29 +00:00
msgid "API issues"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:83
2022-07-01 09:02:29 +00:00
msgid "If the API isn't serving audio files, try the following:"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:85
2022-07-01 09:02:29 +00:00
msgid "If youre using Docker, check you have commented out the `MEDIA_ROOT` variable in your `.env` file."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:86
2022-07-01 09:02:29 +00:00
msgid "Check the `_protected/media` block in your webserver points to your media path. This is `/srv/funkwhale/data/media` by default."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:87
2022-07-01 09:02:29 +00:00
msgid "If youre 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 ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:89
2022-07-01 09:02:29 +00:00
msgid "Import issues"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:91
2022-07-01 09:02:29 +00:00
msgid "If you're having issues importing files, try the following:"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:93
2022-07-01 09:02:29 +00:00
msgid "Check that the file is encoded in a supported format"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:0
msgid "Supported formats"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:97
2022-07-01 09:02:29 +00:00
msgid "flac"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:98
2022-07-01 09:02:29 +00:00
msgid "ogg"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:99
2022-07-01 09:02:29 +00:00
msgid "mp3"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:100
2022-07-01 09:02:29 +00:00
msgid "opus"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:101
2022-07-01 09:02:29 +00:00
msgid "aac"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:102
2022-07-01 09:02:29 +00:00
msgid "m4a"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:103
2022-07-01 09:02:29 +00:00
msgid "aiff"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:104
2022-07-01 09:02:29 +00:00
msgid "aif"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:108
2022-07-01 09:02:29 +00:00
msgid "Make sure your files play in another media player."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:109
2022-07-01 09:02:29 +00:00
msgid "Make sure your files are [tagged correctly](../../user_documentation/libraries/tag_music.md)."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:110
2022-07-01 09:02:29 +00:00
msgid "Check the Celery logs for errors during the import."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:112
2022-07-01 09:02:29 +00:00
msgid "Federation issues"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:114
2022-07-01 09:02:29 +00:00
msgid "If you are having issues accessing federated content, try the following:"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:116
2022-07-01 09:02:29 +00:00
msgid "Check that the remote library received your follow request and approved it."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:117
2022-07-01 09:02:29 +00:00
msgid "Trigger a library scan in the Funkwhale frontend."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:118
2022-07-01 09:02:29 +00:00
msgid "Check the Celery logs for errors during the scan."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:120
2022-07-01 09:02:29 +00:00
msgid "Memory tracing"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:122
2022-07-01 09:02:29 +00:00
msgid "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 ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:124
2022-07-01 09:02:29 +00:00
msgid "Add the middleware to your `.env` file."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:130
2022-07-01 09:02:29 +00:00
msgid "Enable memory tracing in your `.env` file."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:136
#: ../../administrator_documentation/troubleshooting/backend.md:175
2022-07-01 09:02:29 +00:00
msgid "Restart your Funkwhale server."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:159
2022-07-01 09:02:29 +00:00
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."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:161
2022-07-01 09:02:29 +00:00
msgid "To disable memory tracing:"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:163
2022-07-01 09:02:29 +00:00
msgid "Remove the middleware from your `.env` file."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:169
2022-07-01 09:02:29 +00:00
msgid "Disable memory tracing in your `.env` file."
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:198
2022-07-01 09:02:29 +00:00
msgid "Get help"
msgstr ""
2022-07-23 13:32:35 +00:00
#: ../../administrator_documentation/troubleshooting/backend.md:200
2022-07-01 09:02:29 +00:00
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."
msgstr ""