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

217 wiersze
7.6 KiB
Plaintext
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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 ""
"Project-Id-Version: funkwhale 1.2.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-23 12:18+0200\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"
"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
msgid "Apache2"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:33
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 ""
#: ../../administrator_documentation/troubleshooting/backend.md:56
msgid "__Celery logs__ – check these if a federation or import task isn't working."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:79
msgid "Troubleshoot issues"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:81
msgid "API issues"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:83
msgid "If the API isn't serving audio files, try the following:"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:85
msgid "If youre using Docker, check you have commented out the `MEDIA_ROOT` variable in your `.env` file."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:86
msgid "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
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 ""
#: ../../administrator_documentation/troubleshooting/backend.md:89
msgid "Import issues"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:91
msgid "If you're having issues importing files, try the following:"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:93
msgid "Check that the file is encoded in a supported format"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:0
msgid "Supported formats"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:97
msgid "flac"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:98
msgid "ogg"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:99
msgid "mp3"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:100
msgid "opus"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:101
msgid "aac"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:102
msgid "m4a"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:103
msgid "aiff"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:104
msgid "aif"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:108
msgid "Make sure your files play in another media player."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:109
msgid "Make sure your files are [tagged correctly](../../user_documentation/libraries/tag_music.md)."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:110
msgid "Check the Celery logs for errors during the import."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:112
msgid "Federation issues"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:114
msgid "If you are having issues accessing federated content, try the following:"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:116
msgid "Check that the remote library received your follow request and approved it."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:117
msgid "Trigger a library scan in the Funkwhale frontend."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:118
msgid "Check the Celery logs for errors during the scan."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:120
msgid "Memory tracing"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:122
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 ""
#: ../../administrator_documentation/troubleshooting/backend.md:124
msgid "Add the middleware to your `.env` file."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:130
msgid "Enable memory tracing in your `.env` file."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:136
#: ../../administrator_documentation/troubleshooting/backend.md:175
msgid "Restart your Funkwhale server."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:159
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 ""
#: ../../administrator_documentation/troubleshooting/backend.md:161
msgid "To disable memory tracing:"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:163
msgid "Remove the middleware from your `.env` file."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:169
msgid "Disable memory tracing in your `.env` file."
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:198
msgid "Get help"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:200
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 ""