chore(docs): update pot files

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2353>
This commit is contained in:
jo 2023-03-01 14:40:19 +01:00 committed by Ciarán Ainsworth
commit 5342d12467
169 changed files with 4845 additions and 4845 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: funkwhale 1.3.0-rc3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-01 14:05+0100\n"
"POT-Creation-Date: 2023-03-01 14:39+0100\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"
@ -16,34 +16,34 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../developer_documentation/workflows/pre-commit.md:1
#: ../../developer/workflows/pre-commit.md:1
msgid "Pre-commit"
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:3
#: ../../developer/workflows/pre-commit.md:3
msgid "Funkwhale uses [pre-commit](https://pre-commit.com/) to ensure that the files you commit are properly formatted, follow best practice, and don't contain syntax or spelling errors."
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:5
#: ../../developer/workflows/pre-commit.md:5
msgid "You can install and setup pre-commit using the [quick-start guide on the pre-commit documentation](https://pre-commit.com/#quick-start). Make sure to install pre-commit and setup the git pre-commit hook so pre-commit runs before you commit any changes to the repository."
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:7
#: ../../developer/workflows/pre-commit.md:7
msgid "The workflow looks like this:"
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:9
#: ../../developer/workflows/pre-commit.md:9
msgid "Install `pre-commit`."
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:10
#: ../../developer/workflows/pre-commit.md:10
msgid "After cloning the repository, setup the pre-commit git hooks:"
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:19
#: ../../developer/workflows/pre-commit.md:19
msgid "Make your changes and commit them."
msgstr ""
#: ../../developer_documentation/workflows/pre-commit.md:20
#: ../../developer/workflows/pre-commit.md:20
msgid "If `pre-commit` fails to validate your changes, the commit process stops. Fix any reported errors and try again."
msgstr ""