Translated using Weblate (English (United Kingdom))
Currently translated at 38.4% (10 of 26 strings) Translation: Documentation/administrator_documentation-configuration_docs-frontend Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-configuration_docs-frontend/en_GB/
This commit is contained in:
parent
89ae19cc35
commit
02a2d332a4
|
@ -11,9 +11,9 @@ msgstr ""
|
|||
"PO-Revision-Date: 2022-07-02 21:07+0000\n"
|
||||
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
|
||||
"Language: en_GB\n"
|
||||
"Language-Team: English (United Kingdom) "
|
||||
"<https://translate.funkwhale.audio/projects/documentation"
|
||||
"/administrator_documentation-configuration_docs-frontend/en_GB/>\n"
|
||||
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
|
||||
"projects/documentation/administrator_documentation-configuration_docs-"
|
||||
"frontend/en_GB/>\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
|
@ -22,41 +22,47 @@ msgstr ""
|
|||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:1
|
||||
msgid "Customize the Funkwhale frontend"
|
||||
msgstr ""
|
||||
msgstr "Customise the Funkwhale frontend"
|
||||
|
||||
#: ../../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."
|
||||
"configuration file. This file enables you to make very basic changes to the "
|
||||
"Funkwhale web app."
|
||||
msgstr ""
|
||||
"You can customise the look and behaviour of the Funkwhale UI using a JSON "
|
||||
"configuration file. This file enables you to make very basic changes to the "
|
||||
"Funkwhale web app."
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:5
|
||||
msgid "Set up your custom configuration"
|
||||
msgstr ""
|
||||
msgstr "Set up your custom configuration"
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:7
|
||||
msgid "Create your configuration file"
|
||||
msgstr ""
|
||||
msgstr "Create your configuration file"
|
||||
|
||||
#: ../../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:"
|
||||
"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 ""
|
||||
"To customise 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:"
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:11
|
||||
msgid "SSH into your Funkwhale server."
|
||||
msgstr ""
|
||||
msgstr "SSH into your Funkwhale server."
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:12
|
||||
msgid "Navigate to your `/srv/funkwhale` folder"
|
||||
msgstr ""
|
||||
msgstr "Navigate to your `/srv/funkwhale` folder"
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:18
|
||||
msgid "Create a new `custom` directory for your file."
|
||||
msgstr ""
|
||||
msgstr "Create a new `custom` directory for your file."
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:24
|
||||
msgid "Create a new config file and populate it with placeholder settings."
|
||||
|
@ -104,8 +110,8 @@ 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."
|
||||
"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
|
||||
|
@ -113,13 +119,15 @@ msgid "`\"https://api.yourdomain.com\"`"
|
|||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:59
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:44
|
||||
msgid "Configure your reverse proxy"
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:61
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:46
|
||||
msgid ""
|
||||
"Once you've created your {file}`settings.json` file you need to configure"
|
||||
" your reverse proxy to serve it."
|
||||
"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
|
||||
|
@ -127,9 +135,10 @@ msgid "Nginx"
|
|||
msgstr "Nginx"
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:65
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:50
|
||||
msgid ""
|
||||
"Add the following snippet to your {file}`/etc/nginx/sites-"
|
||||
"available/funkwhale.conf` config file:"
|
||||
"Add the following snippet to your {file}`/etc/nginx/sites-available/"
|
||||
"funkwhale.conf` config file:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md
|
||||
|
@ -137,65 +146,68 @@ msgid "Apache"
|
|||
msgstr "Apache"
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:77
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:62
|
||||
msgid "Add the following snippet to your webserver configuration:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:85
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:70
|
||||
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
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:72
|
||||
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:"
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:74
|
||||
msgid ""
|
||||
"You can use a custom stylesheet to theme your Funkwhale pod. To do this:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:91
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:76
|
||||
msgid "Navigate to your {file}`/srv/funkwhale/custom` directory."
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:97
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:82
|
||||
msgid "Copy your CSS file to this directory, or create a new one."
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:109
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:94
|
||||
msgid ""
|
||||
"Add the location of your CSS file to the `additionalStylesheets` "
|
||||
"parameter in your {file}`settings.json` file."
|
||||
"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
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:107
|
||||
msgid "Add the whole {file}`custom` dir to your webserver configuration."
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:126
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:111
|
||||
msgid ""
|
||||
"Add the following to your {file}`/etc/nginx/sites-"
|
||||
"available/funkwhale.conf` file:"
|
||||
"Add the following to your {file}`/etc/nginx/sites-available/funkwhale.conf` "
|
||||
"file:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:137
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:122
|
||||
msgid "Add the following to your webserver configuration file."
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:150
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:135
|
||||
msgid "Restart your webserver."
|
||||
msgstr ""
|
||||
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:152
|
||||
#: ../../administrator_documentation/configuration_docs/frontend.md:137
|
||||
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 ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue