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:
Ciarán Ainsworth 2022-07-03 14:20:10 +00:00 committed by Weblate
parent 89ae19cc35
commit 02a2d332a4
1 changed files with 47 additions and 35 deletions

View File

@ -11,9 +11,9 @@ msgstr ""
"PO-Revision-Date: 2022-07-02 21:07+0000\n" "PO-Revision-Date: 2022-07-02 21:07+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) " "Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"<https://translate.funkwhale.audio/projects/documentation" "projects/documentation/administrator_documentation-configuration_docs-"
"/administrator_documentation-configuration_docs-frontend/en_GB/>\n" "frontend/en_GB/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
@ -22,41 +22,47 @@ msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:1 #: ../../administrator_documentation/configuration_docs/frontend.md:1
msgid "Customize the Funkwhale frontend" msgid "Customize the Funkwhale frontend"
msgstr "" msgstr "Customise the Funkwhale frontend"
#: ../../administrator_documentation/configuration_docs/frontend.md:3 #: ../../administrator_documentation/configuration_docs/frontend.md:3
msgid "" msgid ""
"You can customize the look and behavior of the Funkwhale UI using a JSON " "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 " "configuration file. This file enables you to make very basic changes to the "
"the Funkwhale web app." "Funkwhale web app."
msgstr "" 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 #: ../../administrator_documentation/configuration_docs/frontend.md:5
msgid "Set up your custom configuration" msgid "Set up your custom configuration"
msgstr "" msgstr "Set up your custom configuration"
#: ../../administrator_documentation/configuration_docs/frontend.md:7 #: ../../administrator_documentation/configuration_docs/frontend.md:7
msgid "Create your configuration file" msgid "Create your configuration file"
msgstr "" msgstr "Create your configuration file"
#: ../../administrator_documentation/configuration_docs/frontend.md:9 #: ../../administrator_documentation/configuration_docs/frontend.md:9
msgid "" msgid ""
"To customize your Funkwhale pod, you need to serve a " "To customize your Funkwhale pod, you need to serve a {file}`settings.json` "
"{file}`settings.json` file at `https://yourinstanceurl/settings.json`. " "file at `https://yourinstanceurl/settings.json`. Follow these steps to set "
"Follow these steps to set up your configuration file:" "up your configuration file:"
msgstr "" 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 #: ../../administrator_documentation/configuration_docs/frontend.md:11
msgid "SSH into your Funkwhale server." msgid "SSH into your Funkwhale server."
msgstr "" msgstr "SSH into your Funkwhale server."
#: ../../administrator_documentation/configuration_docs/frontend.md:12 #: ../../administrator_documentation/configuration_docs/frontend.md:12
msgid "Navigate to your `/srv/funkwhale` folder" msgid "Navigate to your `/srv/funkwhale` folder"
msgstr "" msgstr "Navigate to your `/srv/funkwhale` folder"
#: ../../administrator_documentation/configuration_docs/frontend.md:18 #: ../../administrator_documentation/configuration_docs/frontend.md:18
msgid "Create a new `custom` directory for your file." 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 #: ../../administrator_documentation/configuration_docs/frontend.md:24
msgid "Create a new config file and populate it with placeholder settings." msgid "Create a new config file and populate it with placeholder settings."
@ -104,8 +110,8 @@ msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:53 #: ../../administrator_documentation/configuration_docs/frontend.md:53
msgid "" msgid ""
"The URL of the API server you want to connect the frontend to. Defaults " "The URL of the API server you want to connect the frontend to. Defaults to "
"to the current domain." "the current domain."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:54 #: ../../administrator_documentation/configuration_docs/frontend.md:54
@ -113,13 +119,15 @@ msgid "`\"https://api.yourdomain.com\"`"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:59 #: ../../administrator_documentation/configuration_docs/frontend.md:59
#: ../../administrator_documentation/configuration_docs/frontend.md:44
msgid "Configure your reverse proxy" msgid "Configure your reverse proxy"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:61 #: ../../administrator_documentation/configuration_docs/frontend.md:61
#: ../../administrator_documentation/configuration_docs/frontend.md:46
msgid "" msgid ""
"Once you've created your {file}`settings.json` file you need to configure" "Once you've created your {file}`settings.json` file you need to configure "
" your reverse proxy to serve it." "your reverse proxy to serve it."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md #: ../../administrator_documentation/configuration_docs/frontend.md
@ -127,9 +135,10 @@ msgid "Nginx"
msgstr "Nginx" msgstr "Nginx"
#: ../../administrator_documentation/configuration_docs/frontend.md:65 #: ../../administrator_documentation/configuration_docs/frontend.md:65
#: ../../administrator_documentation/configuration_docs/frontend.md:50
msgid "" msgid ""
"Add the following snippet to your {file}`/etc/nginx/sites-" "Add the following snippet to your {file}`/etc/nginx/sites-available/"
"available/funkwhale.conf` config file:" "funkwhale.conf` config file:"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md #: ../../administrator_documentation/configuration_docs/frontend.md
@ -137,65 +146,68 @@ msgid "Apache"
msgstr "Apache" msgstr "Apache"
#: ../../administrator_documentation/configuration_docs/frontend.md:77 #: ../../administrator_documentation/configuration_docs/frontend.md:77
#: ../../administrator_documentation/configuration_docs/frontend.md:62
msgid "Add the following snippet to your webserver configuration:" msgid "Add the following snippet to your webserver configuration:"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:85 #: ../../administrator_documentation/configuration_docs/frontend.md:85
#: ../../administrator_documentation/configuration_docs/frontend.md:70
msgid "" msgid ""
"Reload your webserver. You should be able to see the contents of your " "Reload your webserver. You should be able to see the contents of your "
"configuration file at `https://yourinstanceurl/settings.json`." "configuration file at `https://yourinstanceurl/settings.json`."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:87 #: ../../administrator_documentation/configuration_docs/frontend.md:87
#: ../../administrator_documentation/configuration_docs/frontend.md:72
msgid "Add a custom theme" msgid "Add a custom theme"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:89 #: ../../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 "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:91 #: ../../administrator_documentation/configuration_docs/frontend.md:91
#: ../../administrator_documentation/configuration_docs/frontend.md:76
msgid "Navigate to your {file}`/srv/funkwhale/custom` directory." msgid "Navigate to your {file}`/srv/funkwhale/custom` directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:97 #: ../../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." msgid "Copy your CSS file to this directory, or create a new one."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:109 #: ../../administrator_documentation/configuration_docs/frontend.md:109
#: ../../administrator_documentation/configuration_docs/frontend.md:94
msgid "" msgid ""
"Add the location of your CSS file to the `additionalStylesheets` " "Add the location of your CSS file to the `additionalStylesheets` parameter "
"parameter in your {file}`settings.json` file." "in your {file}`settings.json` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:122 #: ../../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." msgid "Add the whole {file}`custom` dir to your webserver configuration."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:126 #: ../../administrator_documentation/configuration_docs/frontend.md:126
#: ../../administrator_documentation/configuration_docs/frontend.md:111
msgid "" msgid ""
"Add the following to your {file}`/etc/nginx/sites-" "Add the following to your {file}`/etc/nginx/sites-available/funkwhale.conf` "
"available/funkwhale.conf` file:" "file:"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:137 #: ../../administrator_documentation/configuration_docs/frontend.md:137
#: ../../administrator_documentation/configuration_docs/frontend.md:122
msgid "Add the following to your webserver configuration file." msgid "Add the following to your webserver configuration file."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:150 #: ../../administrator_documentation/configuration_docs/frontend.md:150
#: ../../administrator_documentation/configuration_docs/frontend.md:135
msgid "Restart your webserver." msgid "Restart your webserver."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:152 #: ../../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." msgid "Refresh your Funkwhale app. The background should now be red."
msgstr "" 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 ""