From 5ce00a92304a9cb63175c786ba9f71b647dd6da8 Mon Sep 17 00:00:00 2001 From: Maksim Kliazovich Date: Wed, 20 Dec 2023 10:02:15 +0000 Subject: [PATCH] Added translation using Weblate (Belarusian) --- .../administrator/configuration/frontend.po | 173 ++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 docs/locales/be/LC_MESSAGES/administrator/configuration/frontend.po diff --git a/docs/locales/be/LC_MESSAGES/administrator/configuration/frontend.po b/docs/locales/be/LC_MESSAGES/administrator/configuration/frontend.po new file mode 100644 index 000000000..90f704495 --- /dev/null +++ b/docs/locales/be/LC_MESSAGES/administrator/configuration/frontend.po @@ -0,0 +1,173 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, The Funkwhale Collective +# This file is distributed under the same license as the funkwhale package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: funkwhale 1.2.10\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-24 18:14+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: be\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../administrator/configuration/frontend.md:1 +msgid "Customize the Funkwhale frontend" +msgstr "" + +#: ../../administrator/configuration/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/configuration/frontend.md:5 +msgid "Set up your custom configuration" +msgstr "" + +#: ../../administrator/configuration/frontend.md:7 +msgid "Create your configuration file" +msgstr "" + +#: ../../administrator/configuration/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/configuration/frontend.md:11 +msgid "SSH into your Funkwhale server." +msgstr "" + +#: ../../administrator/configuration/frontend.md:12 +msgid "Navigate to your `/srv/funkwhale` folder" +msgstr "" + +#: ../../administrator/configuration/frontend.md:18 +msgid "Create a new `custom` directory for your file." +msgstr "" + +#: ../../administrator/configuration/frontend.md:24 +msgid "Create a new config file and populate it with placeholder settings." +msgstr "" + +#: ../../administrator/configuration/frontend.md:0 +msgid "Supported parameters" +msgstr "" + +#: ../../administrator/configuration/frontend.md:41 +msgid "Parameter" +msgstr "" + +#: ../../administrator/configuration/frontend.md:42 +msgid "Data type" +msgstr "" + +#: ../../administrator/configuration/frontend.md:43 +msgid "Description" +msgstr "" + +#: ../../administrator/configuration/frontend.md:44 +msgid "Example" +msgstr "" + +#: ../../administrator/configuration/frontend.md:46 +msgid "`additionalStylesheets`" +msgstr "" + +#: ../../administrator/configuration/frontend.md:47 +msgid "Array" +msgstr "" + +#: ../../administrator/configuration/frontend.md:48 +msgid "A list of URLs (relative or absolute) pointing to stylesheets." +msgstr "" + +#: ../../administrator/configuration/frontend.md:49 +msgid "`[\"https://test/theme.css\"]`" +msgstr "" + +#: ../../administrator/configuration/frontend.md:51 +msgid "`defaultServerUrl`" +msgstr "" + +#: ../../administrator/configuration/frontend.md:52 +msgid "URL" +msgstr "" + +#: ../../administrator/configuration/frontend.md:53 +msgid "The URL of the API server you want to connect the frontend to. Defaults to the current domain." +msgstr "" + +#: ../../administrator/configuration/frontend.md:54 +msgid "`\"https://api.yourdomain.com\"`" +msgstr "" + +#: ../../administrator/configuration/frontend.md:59 +msgid "Configure your reverse proxy" +msgstr "" + +#: ../../administrator/configuration/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/configuration/frontend.md:0 +msgid "Nginx" +msgstr "" + +#: ../../administrator/configuration/frontend.md:69 +msgid "Add the following snippet to your {file}`/etc/nginx/sites-available/funkwhale.conf` config file:" +msgstr "" + +#: ../../administrator/configuration/frontend.md:0 +msgid "Apache" +msgstr "" + +#: ../../administrator/configuration/frontend.md:82 +msgid "Add the following snippet to your webserver configuration:" +msgstr "" + +#: ../../administrator/configuration/frontend.md:90 +msgid "Reload your webserver. You should be able to see the contents of your configuration file at `https://yourinstanceurl/settings.json`." +msgstr "" + +#: ../../administrator/configuration/frontend.md:92 +msgid "Add a custom theme" +msgstr "" + +#: ../../administrator/configuration/frontend.md:94 +msgid "You can use a custom stylesheet to theme your Funkwhale pod. To do this:" +msgstr "" + +#: ../../administrator/configuration/frontend.md:96 +msgid "Navigate to your {file}`/srv/funkwhale/custom` directory." +msgstr "" + +#: ../../administrator/configuration/frontend.md:102 +msgid "Copy your CSS file to this directory, or create a new one." +msgstr "" + +#: ../../administrator/configuration/frontend.md:114 +msgid "Add the location of your CSS file to the `additionalStylesheets` parameter in your {file}`settings.json` file." +msgstr "" + +#: ../../administrator/configuration/frontend.md:127 +msgid "Add the whole {file}`custom` dir to your webserver configuration." +msgstr "" + +#: ../../administrator/configuration/frontend.md:135 +msgid "Add the following to your {file}`/etc/nginx/sites-available/funkwhale.conf` file:" +msgstr "" + +#: ../../administrator/configuration/frontend.md:148 +msgid "Add the following to your webserver configuration file." +msgstr "" + +#: ../../administrator/configuration/frontend.md:162 +msgid "Restart your webserver." +msgstr "" + +#: ../../administrator/configuration/frontend.md:164 +msgid "Refresh your Funkwhale app. The background should now be red." +msgstr ""