funkwhale/docs/locales/fr/LC_MESSAGES/administrator_documentation/configuration_docs/frontend.po

199 wiersze
6.1 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>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 22:14+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"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/configuration_docs/frontend.md:1
msgid "Customize the Funkwhale frontend"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:3
msgid ""
"You can customize the look and behavior of the Funkwhale UI using a JSON "
"configuration file. This file enables you to make very basic changes to "
"the Funkwhale web app."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:5
msgid "Set up your custom configuration"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:7
msgid "Create your configuration file"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:9
msgid ""
"To customize your Funkwhale pod, you need to serve a "
"{file}`settings.json` file at `https://yourinstanceurl/settings.json`. "
"Follow these steps to set up your configuration file:"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:11
msgid "SSH into your Funkwhale server."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:12
msgid "Navigate to your `/srv/funkwhale` folder"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:18
msgid "Create a new `custom` directory for your file."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:24
msgid "Create a new config file and populate it with placeholder settings."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:41
msgid "Parameter"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:42
msgid "Data type"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:43
msgid "Description"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:44
msgid "Example"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:46
msgid "`additionalStylesheets`"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:47
msgid "Array<URL>"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:48
msgid "A list of URLs (relative or absolute) pointing to stylesheets."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:49
msgid "`[\"https://test/theme.css\"]`"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:51
msgid "`defaultServerUrl`"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:52
msgid "URL"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:53
msgid ""
"The URL of the API server you want to connect the frontend to. Defaults "
"to the current domain."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:54
msgid "`\"https://api.yourdomain.com\"`"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:59
msgid "Configure your reverse proxy"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:61
msgid ""
"Once you've created your {file}`settings.json` file you need to configure"
" your reverse proxy to serve it."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md
msgid "Nginx"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:65
msgid ""
"Add the following snippet to your {file}`/etc/nginx/sites-"
"available/funkwhale.conf` config file:"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md
msgid "Apache"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:77
msgid "Add the following snippet to your webserver configuration:"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:85
msgid ""
"Reload your webserver. You should be able to see the contents of your "
"configuration file at `https://yourinstanceurl/settings.json`."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:87
msgid "Add a custom theme"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:89
msgid "You can use a custom stylesheet to theme your Funkwhale pod. To do this:"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:91
msgid "Navigate to your {file}`/srv/funkwhale/custom` directory."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:97
msgid "Copy your CSS file to this directory, or create a new one."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:109
msgid ""
"Add the location of your CSS file to the `additionalStylesheets` "
"parameter in your {file}`settings.json` file."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:122
msgid "Add the whole {file}`custom` dir to your webserver configuration."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:126
msgid ""
"Add the following to your {file}`/etc/nginx/sites-"
"available/funkwhale.conf` file:"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:137
msgid "Add the following to your webserver configuration file."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:150
msgid "Restart your webserver."
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:152
msgid "Refresh your Funkwhale app. The background should now be red."
msgstr ""
#~ msgid "Add the following snippet to your vhost configuration:"
#~ msgstr ""
#~ msgid "Add the whole {file}`custom` dir to your vhost configuration."
#~ msgstr ""
#~ msgid "Add the following to your vhost file."
#~ msgstr ""