Migrate to sphinx-design

This commit is contained in:
Ciarán Ainsworth 2022-07-23 13:32:35 +00:00 committed by JuniorJPDJ
parent 31ee580449
commit 644ebce70a
367 changed files with 18182 additions and 16495 deletions

View File

@ -0,0 +1 @@
Migrated to sphinx-design.

View File

@ -1,5 +1,5 @@
FROM python:3.6 FROM python:3.6
RUN apt-get update && apt-get install -y graphviz RUN apt-get update && apt-get install -y graphviz
RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-panels RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-design sphinx-multiversion
WORKDIR /app/docs WORKDIR /app/docs

View File

@ -22,25 +22,30 @@ Running `fix_federation_ids` with the `--no-dry-run` flag is irreversible. Make
2. Change the `server_name` values in your {file}`/etc/nginx/sites-enabled/funkwhale.conf` file. 2. Change the `server_name` values in your {file}`/etc/nginx/sites-enabled/funkwhale.conf` file.
3. Run the `fix_federation_ids` command to clean up your database. 3. Run the `fix_federation_ids` command to clean up your database.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fix_federation_ids https://old-url https://new-url --no-dry-run --no-input poetry run python manage.py fix_federation_ids https://old-url https://new-url --no-dry-run --no-input
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fix_federation_ids https://old-url https://new-url --no-dry-run --no-input docker-compose run --rm api python manage.py fix_federation_ids https://old-url https://new-url --no-dry-run --no-input
``` ```
```` :::
::::
Example output: Example output:
``` ```{code-block} text
Will replace 108 found occurrences of 'https://old-url' by 'https://new-url': Will replace 108 found occurrences of 'https://old-url' by 'https://new-url':
- 20 music.Artist - 20 music.Artist
@ -66,23 +71,23 @@ Running `fix_federation_ids` with the `--no-dry-run` flag is irreversible. Make
4. Restart your webserver to pick up the changes. 4. Restart your webserver to pick up the changes.
````{tabbed} Nginx ::::{tab-set}
```{code} bash :::{tab-item} Nginx
sudo systemctl restart nginx :sync: nginx
``` ```{code} bash
sudo systemctl restart nginx
```
:::
```` :::{tab-item} Apache
:sync: apache
````{tabbed} Apache ```{code} bash
sudo systemctl restart apache2
```
:::
```{code} bash ::::
sudo systemctl restart apache2
```
````

View File

@ -4,21 +4,26 @@ Your `.env` (environment) file contains variables you can change to customize yo
You need to restart your Funkwhale services after changing your `.env` file. You need to restart your Funkwhale services after changing your `.env` file.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
sudo systemctl restart funkwhale.target sudo systemctl restart funkwhale.target
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose restart docker-compose restart
``` ```
```` :::
::::
## Variables ## Variables

View File

@ -32,7 +32,7 @@ To customize your Funkwhale pod, you need to serve a {file}`settings.json` file
EOF EOF
``` ```
````{dropdown} Supported parameters :::{dropdown} Supported parameters
```{list-table} ```{list-table}
:header-rows: 1 :header-rows: 1
@ -54,33 +54,38 @@ To customize your Funkwhale pod, you need to serve a {file}`settings.json` file
``` ```
```` :::
### Configure your reverse proxy ### Configure your reverse proxy
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.
````{tabbed} Nginx ::::{tab-set}
:::{tab-item} Nginx
:sync: nginx
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:
``` ```{code} text
location /settings.json { location /settings.json {
alias /srv/funkwhale/custom; alias /srv/funkwhale/custom;
} }
``` ```
```` :::
````{tabbed} Apache :::{tab-item} Apache
:sync: apache
Add the following snippet to your webserver configuration: Add the following snippet to your webserver configuration:
``` ```{code} text
Alias /settings.json /srv/funkwhale/custom/settings.json Alias /settings.json /srv/funkwhale/custom/settings.json
``` ```
```` :::
::::
Reload your webserver. You should be able to see the contents of your configuration file at `https://yourinstanceurl/settings.json`. Reload your webserver. You should be able to see the contents of your configuration file at `https://yourinstanceurl/settings.json`.
@ -121,22 +126,27 @@ You can use a custom stylesheet to theme your Funkwhale pod. To do this:
4. Add the whole {file}`custom` dir to your webserver configuration. 4. Add the whole {file}`custom` dir to your webserver configuration.
````{tabbed} Nginx ::::{tab-set}
:::{tab-item} Nginx
:sync: nginx
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:
``` ```{code} text
location /custom { location /custom {
alias /srv/funkwhale/custom; alias /srv/funkwhale/custom;
} }
``` ```
````
````{tabbed} Apache :::
:::{tab-item} Apache
:sync: apache
Add the following to your webserver configuration file. Add the following to your webserver configuration file.
``` ```{code} text
Alias /custom /srv/funkwhale/custom Alias /custom /srv/funkwhale/custom
<Directory "/srv/funkwhale/custom"> <Directory "/srv/funkwhale/custom">
@ -145,7 +155,9 @@ You can use a custom stylesheet to theme your Funkwhale pod. To do this:
Require all granted Require all granted
</Directory> </Directory>
``` ```
````
:::
::::
5. Restart your webserver. 5. Restart your webserver.

View File

@ -4,20 +4,25 @@ You can find instance settings on your pod's web interface. These settings contr
To find your instance settings: To find your instance settings:
```{tabbed} Desktop ::::{tab-set}
:::{tab-item} Desktop
:sync: desktop
1. Log in to your {term}`pod`. 1. Log in to your {term}`pod`.
2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu. 2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu.
3. Select {guilabel}`Settings`. The {guilabel}`Instance settings` page opens. 3. Select {guilabel}`Settings`. The {guilabel}`Instance settings` page opens.
``` :::
```{tabbed} Mobile :::{tab-item} Mobile
:sync: mobile
1. Log in to your {term}`pod`. 1. Log in to your {term}`pod`.
2. Select the wrench icon ({fa}`wrench`) at the top of the page to open the {guilabel}`Administration` menu. 2. Select the wrench icon ({fa}`wrench`) at the top of the page to open the {guilabel}`Administration` menu.
3. Select {guilabel}`Settings`. The {guilabel}`Instance settings` page opens. 3. Select {guilabel}`Settings`. The {guilabel}`Instance settings` page opens.
``` :::
::::
## Available settings ## Available settings

View File

@ -10,19 +10,19 @@ LDAP users can't change their password in the app.
LDAP support requires extra dependencies. We include these in our requirements files to make it easier to set up. If you aren't using LDAP, you can safely remove these. LDAP support requires extra dependencies. We include these in our requirements files to make it easier to set up. If you aren't using LDAP, you can safely remove these.
```{dropdown} OS dependencies :::{dropdown} OS dependencies
- `libldap2-dev` - `libldap2-dev`
- `libsasl2-dev` - `libsasl2-dev`
``` :::
```{dropdown} Python dependencies :::{dropdown} Python dependencies
- `python-ldap` - `python-ldap`
- `python-django-auth-ldap` - `python-django-auth-ldap`
``` :::
## Environment variables ## Environment variables

View File

@ -84,74 +84,92 @@ To make the job of writing and debugging MRF policies easier, we provide a manag
- List registered MRF policies. - List registered MRF policies.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py mrf_check --list poetry run python manage.py mrf_check --list
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py mrf_check --list docker-compose run --rm api python manage.py mrf_check --list
``` ```
```` :::
::::
- Check how your MRF policy handles a follow. - Check how your MRF policy handles a follow.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}' export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}'
echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}' export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}'
echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains
``` ```
```` ::::
- Check how your MRF handles a problematic follow. - Check how your MRF handles a problematic follow.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}' export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}'
echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}' export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}'
echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains
``` ```
```` :::
::::
- Check a payload against activity already present in the database. You can find the UUID of an activity by visiting `/api/admin/federation/activity`. - Check a payload against activity already present in the database. You can find the UUID of an activity by visiting `/api/admin/federation/activity`.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
export ACTIVITY_UUID="06208aea-c687-4e8b-aefd-22f1c3f76039" export ACTIVITY_UUID="06208aea-c687-4e8b-aefd-22f1c3f76039"
echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox $ACTIVITY_UUID -p blocked_follow_domains echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox $ACTIVITY_UUID -p blocked_follow_domains
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
@ -161,22 +179,28 @@ To make the job of writing and debugging MRF policies easier, we provide a manag
``` ```
```` :::
::::
There are extra options for testing MRF policies. Check the command help for more options. There are extra options for testing MRF policies. Check the command help for more options.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py mrf_check --help poetry run python manage.py mrf_check --help
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} ```{code}
docker-compose run --rm api python manage.py mrf_check --help docker-compose run --rm api python manage.py mrf_check --help
``` ```
```` :::
::::

View File

@ -9,7 +9,7 @@ By default, Funkwhale stores all media data in the `/srv/funkwhale/data/media` d
## Secure your object store ## Secure your object store
Before you begin, you need to secure your object store. Many S3-compatible stores list contents in the root by default. This exposes the URLs of your audio files and means that users can bypass authentication. Before you begin, you need to secure your object store. Many S3-compatible stores list contents in the root by default. This exposes the URLs of your audio files and means that users can bypass authentication.
To prevent listing content, add the following policy to your S3-compatible object store. To prevent listing content, add the following policy to your S3-compatible object store.
@ -46,37 +46,37 @@ aws s3api put-bucket-policy --bucket <yourbucketname> --policy file:///tmp/polic
To set up S3-compatible storage, fill out the relevant details in the `.env` file. If you want to serve audio files from the bucket, set `PROXY_MEDIA` to `false`. To set up S3-compatible storage, fill out the relevant details in the `.env` file. If you want to serve audio files from the bucket, set `PROXY_MEDIA` to `false`.
````{dropdown} Environment variables :::{dropdown} Environment variables
```{eval-rst} ```{eval-rst}
.. autodata:: config.settings.common.AWS_QUERYSTRING_AUTH .. autodata:: config.settings.common.AWS_QUERYSTRING_AUTH
:noindex: :noindex:
.. autodata:: config.settings.common.AWS_QUERYSTRING_EXPIRE .. autodata:: config.settings.common.AWS_QUERYSTRING_EXPIRE
:noindex: :noindex:
.. autodata:: config.settings.common.AWS_ACCESS_KEY_ID .. autodata:: config.settings.common.AWS_ACCESS_KEY_ID
:noindex: :noindex:
.. autodata:: config.settings.common.AWS_SECRET_ACCESS_KEY .. autodata:: config.settings.common.AWS_SECRET_ACCESS_KEY
:noindex: :noindex:
.. autodata:: config.settings.common.AWS_STORAGE_BUCKET_NAME .. autodata:: config.settings.common.AWS_STORAGE_BUCKET_NAME
:noindex: :noindex:
.. autodata:: config.settings.common.AWS_S3_CUSTOM_DOMAIN .. autodata:: config.settings.common.AWS_S3_CUSTOM_DOMAIN
:noindex: :noindex:
.. autodata:: config.settings.common.AWS_S3_ENDPOINT_URL .. autodata:: config.settings.common.AWS_S3_ENDPOINT_URL
:noindex: :noindex:
:annotation: = https://minio.mydomain.com :annotation: = https://minio.mydomain.com
.. autodata:: config.settings.common.AWS_S3_REGION_NAME .. autodata:: config.settings.common.AWS_S3_REGION_NAME
:noindex: :noindex:
:annotation: = eu-west-2 :annotation: = eu-west-2
.. autodata:: config.settings.common.AWS_LOCATION .. autodata:: config.settings.common.AWS_LOCATION
:noindex: :noindex:
:annotation: = funkwhale_music :annotation: = funkwhale_music
.. autodata:: config.settings.common.PROXY_MEDIA .. autodata:: config.settings.common.PROXY_MEDIA
:noindex: :noindex:
``` ```
```` :::
## Set up your reverse proxy ## Set up your reverse proxy
@ -88,21 +88,26 @@ Serving files from an object store requires some changes to the reverse proxy.
1. Open your Nginx configuration file in an editor. 1. Open your Nginx configuration file in an editor.
````{tabbed} Debian ::::{tab-set}
```{code} bash :::{tab-item} Debian
sudo nano /etc/nginx/sites-available/funkwhale.template :sync: debian
```
```` ```{code} bash
sudo nano /etc/nginx/sites-available/funkwhale.template
```
````{tabbed} Docker :::
```{code} bash :::{tab-item} Docker
nano /srv/funkwhale/nginx/funkwhale.template :sync: docker
```
```` ```{code} bash
nano /srv/funkwhale/nginx/funkwhale.template
```
:::
::::
2. Comment out the `location /_protected/media/` block by adding a `#` to the start of each line. 2. Comment out the `location /_protected/media/` block by adding a `#` to the start of each line.
@ -137,29 +142,34 @@ Serving files from an object store requires some changes to the reverse proxy.
6. Restart Funkwhale and Nginx to pick up the changes. 6. Restart Funkwhale and Nginx to pick up the changes.
````{tabbed} Debian ::::{tab-set}
```{code} bash :::{tab-item} Debian
sudo systemctl restart funkwhale.target :sync: debian
sudo systemctl restart nginx
```
```` ```{code} bash
sudo systemctl restart funkwhale.target
sudo systemctl restart nginx
```
````{tabbed} Docker :::
```{code} bash :::{tab-item} Docker
docker-compose restart :sync: docker
sudo systemctl restart nginx
```
```` ```{code} bash
docker-compose restart
sudo systemctl restart nginx
```
:::
::::
That's it! Files are now uploaded to and stored from your S3 bucket. That's it! Files are now uploaded to and stored from your S3 bucket.
## Troubleshooting ## Troubleshooting
````{dropdown} No Resolver Found :::{dropdown} No Resolver Found
You may see the following error when streaming music from your S3-compatible store: You may see the following error when streaming music from your S3-compatible store:
@ -178,4 +188,4 @@ location ~ /_protected/media/(.+) {
} }
``` ```
```` :::

View File

@ -16,42 +16,47 @@ Reducing the number of celery workers slows down the handling of asynchronous ta
Celery uses a `prefork` pool by default. This enables the server to process many tasks at the same time. You can switch to a `solo` pool which handles tasks one at a time. This reduces memory overhead but removes the ability to process tasks concurrently. Celery uses a `prefork` pool by default. This enables the server to process many tasks at the same time. You can switch to a `solo` pool which handles tasks one at a time. This reduces memory overhead but removes the ability to process tasks concurrently.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
1. Open your `funkwhale-worker` unit file in an editor. 1. Open your `funkwhale-worker` unit file in an editor.
```{code} bash ```{code} bash
sudo nano /etc/systemd/system/funkwhale-worker.service sudo nano /etc/systemd/system/funkwhale-worker.service
``` ```
2. Add the `--pool=solo` flag to the `ExecStart` line of your unit file. 2. Add the `--pool=solo` flag to the `ExecStart` line of your unit file.
```{code} text ```{code} text
ExecStart=/srv/funkwhale/.local/bin/poetry run celery -A --pool=solo funkwhale_api.taskapp worker -l INFO --concurrency=${CELERYD_CONCURRENCY} ExecStart=/srv/funkwhale/.local/bin/poetry run celery -A --pool=solo funkwhale_api.taskapp worker -l INFO --concurrency=${CELERYD_CONCURRENCY}
``` ```
3. Restart the Celery service. 3. Restart the Celery service.
```{code} bash ```{code} bash
sudo systemctl restart funkwhale-worker.service sudo systemctl restart funkwhale-worker.service
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
1. Add the `--pool=solo` flag to the `celerybeat` command in `docker-compose.yml`. 1. Add the `--pool=solo` flag to the `celerybeat` command in `docker-compose.yml`.
```{code} yaml ```{code} yaml
celerybeat: celerybeat:
command: celery -A --pool=solo funkwhale_api.taskapp beat --pidfile= -l INFO command: celery -A --pool=solo funkwhale_api.taskapp beat --pidfile= -l INFO
``` ```
2. Restart Celery. 2. Restart Celery.
```{code} bash ```{code} bash
docker-compose restart celerybeat docker-compose restart celerybeat
``` ```
```` :::
::::

View File

@ -9,21 +9,26 @@ Funkwhale supports the following import methods:
To see a full list of options, run the command with the `--help` flag. To see a full list of options, run the command with the `--help` flag.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py import_files --help poetry run python manage.py import_files --help
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py import_files --help docker-compose run --rm api python manage.py import_files --help
``` ```
```` :::
::::
```{contents} ```{contents}
:local: :local:
@ -35,21 +40,21 @@ If you don't have music on your server, you can download creative commons music
1. Download the shell script. 1. Download the shell script.
```{parsed-literal} ```{parsed-literal}
curl -L -o download-tracks.sh "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/{sub-ref}`version`/demo/download-tracks.sh" curl -L -o download-tracks.sh "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/{sub-ref}`version`/demo/download-tracks.sh"
``` ```
2. Download the music list. 2. Download the music list.
```{parsed-literal} ```{parsed-literal}
curl -L -o music.txt "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/{sub-ref}`version`/demo/music.txt" chmod +x download-tracks.sh curl -L -o music.txt "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/{sub-ref}`version`/demo/music.txt" chmod +x download-tracks.sh
``` ```
3. Run the shell script against the music list to download the tracks. 3. Run the shell script against the music list to download the tracks.
```{code} bash ```{code} bash
./download-tracks.sh music.txt ./download-tracks.sh music.txt
``` ```
This downloads a set compressed albums to your `data/music` directory and unzips them. You can then import these tracks using the methods in this article. This downloads a set compressed albums to your `data/music` directory and unzips them. You can then import these tracks using the methods in this article.
@ -99,7 +104,10 @@ The in-place import method references your files in their current directory. Thi
We recommend you symbolically link your music directories to `/srv/funkwhale/data/music`. You can then run the `import_files` command from that directory. This means you can use many directories without needing to add to them to your webserver. We recommend you symbolically link your music directories to `/srv/funkwhale/data/music`. You can then run the `import_files` command from that directory. This means you can use many directories without needing to add to them to your webserver.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
To link your storage directory to the Funkwhale store, use the `ln -s` command. For example, if you have an NFS share at `/media/nfsshare`, you can link it to a folder like this: To link your storage directory to the Funkwhale store, use the `ln -s` command. For example, if you have an NFS share at `/media/nfsshare`, you can link it to a folder like this:
@ -109,9 +117,10 @@ ln -s ln -s /media/mynfsshare /srv/funkwhale/data/music/nfsshare
You can then run the `import_files` command against `/srv/funkwhale/data/music/nfsshare`. You can then run the `import_files` command against `/srv/funkwhale/data/music/nfsshare`.
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
On a Docker install you can use bind mounts to reference your storage directory. To do this, you need to add the directory to the `api` and `celeryworker` blocks in your `docker-compose.yml` file. For example, if you have an NFS share at `/media/nfsshare`, you can add the following to your `docker-compose.yml` file: On a Docker install you can use bind mounts to reference your storage directory. To do this, you need to add the directory to the `api` and `celeryworker` blocks in your `docker-compose.yml` file. For example, if you have an NFS share at `/media/nfsshare`, you can add the following to your `docker-compose.yml` file:
@ -137,13 +146,17 @@ api:
You can then run the `import_files` command against `/srv/funkwhale/data/music/nfsshare`. You can then run the `import_files` command against `/srv/funkwhale/data/music/nfsshare`.
```` :::
::::
#### Import your files #### Import your files
To use the in-place import method, follow these steps: To use the in-place import method, follow these steps:
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
1. Log in to your server and navigate to your Funkwhale directory. 1. Log in to your server and navigate to your Funkwhale directory.
@ -160,26 +173,28 @@ To use the in-place import method, follow these steps:
4. Run your import command against your music storage directory. In this example, the storage directory is `/srv/funkwhale/data/music/nfsshare`. Replace this with your storage directory. 4. Run your import command against your music storage directory. In this example, the storage directory is `/srv/funkwhale/data/music/nfsshare`. Replace this with your storage directory.
```{code} bash ```{code} bash
poetry run python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place poetry run python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place
``` ```
Funkwhale imports the music in your storage directory into the specified library. Funkwhale imports the music in your storage directory into the specified library.
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
1. Add your storage location to your `.env` file if you don't want to bind it to the Funkwhale store. See the [in-place import configuration variables](../configuration_docs/env_file.md#in-place-import-configuration) for more information. 1. Add your storage location to your `.env` file if you don't want to bind it to the Funkwhale store. See the [in-place import configuration variables](../configuration_docs/env_file.md#in-place-import-configuration) for more information.
2. Run your import command against your music storage directory: 2. Run your import command against your music storage directory:
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place
``` ```
Funkwhale imports the music in your storage directory into the specified library. Funkwhale imports the music in your storage directory into the specified library.
```` :::
::::
### Album art ### Album art
@ -200,7 +215,7 @@ The `--watch` flag performs the following actions when it detects a change:
- File metadata updated updates the track metadata in the database. - File metadata updated updates the track metadata in the database.
- File deleted removes the file from the database. - File deleted removes the file from the database.
```{dropdown} Watched metadata :::dropdown} Watched metadata
The `import_files --watch` command watches for changes to the following metadata fields: The `import_files --watch` command watches for changes to the following metadata fields:
@ -218,23 +233,28 @@ The `import_files --watch` command watches for changes to the following metadata
- Album artist name - Album artist name
- Album artist mbid - Album artist mbid
``` :::
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch poetry run python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch
``` ```
```` :::
::::
## Prune dangling metadata ## Prune dangling metadata
@ -246,18 +266,23 @@ If you want to remove the file's metadata when you delete the file, run `import_
You can use the `--prune` flag with the `--watch` flag. This means Funkwhale removes the metadata of referenced files you delete from your storage. You can use the `--prune` flag with the `--watch` flag. This means Funkwhale removes the metadata of referenced files you delete from your storage.
``` ```
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch --prune poetry run python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch --prune
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch --prune docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/srv/funkwhale/data/music/nfsshare/" --recursive --noinput --in-place --watch --prune
``` ```
```` :::
::::

View File

@ -32,7 +32,10 @@ To get started with your new setup, you need to do the following:
Before you move your data, you need to install Funkwhale on your {term}`destination server`. Before you move your data, you need to install Funkwhale on your {term}`destination server`.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
On your {term}`destination server`, follow the [installation guide](debian.md). Skip the following steps: On your {term}`destination server`, follow the [installation guide](debian.md). Skip the following steps:
@ -46,9 +49,10 @@ Once you have finished the installation, stop the Funkwhale services. These shou
sudo systemctl stop funkwhale.target sudo systemctl stop funkwhale.target
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
On your {term}`destination server`, follow the [installation guide](docker.md). Skip the following steps: On your {term}`destination server`, follow the [installation guide](docker.md). Skip the following steps:
@ -61,27 +65,33 @@ Once you have finished the installation, stop the Funkwhale services. These shou
docker-compose stop docker-compose stop
``` ```
```` :::
::::
## 2. Create a database backup ## 2. Create a database backup
You need to create a database backup on your {term}`original server` so that you can migrate your database. To do this, run the following command: You need to create a database backup on your {term}`original server` so that you can migrate your database. To do this, run the following command:
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
sudo -u postgres -H pg_dump funkwhale > /srv/funkwhale/dump.sql sudo -u postgres -H pg_dump funkwhale > /srv/funkwhale/dump.sql
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose exec postgres pg_dumpall -c -U postgres > dump.sql docker-compose exec postgres pg_dumpall -c -U postgres > dump.sql
``` ```
```` :::
::::
## 3. Copy files to your destination server ## 3. Copy files to your destination server
@ -97,25 +107,28 @@ To do this:
1. Log in to your {term}`destination server`. 1. Log in to your {term}`destination server`.
2. Export your server hostname or IP address and your user name on the server. In this example, the IP address is `123.123.123.123` and the username is `funkwhale`. 2. Export your server hostname or IP address and your user name on the server. In this example, the IP address is `123.123.123.123` and the username is `funkwhale`.
```{code} bash ```{code} bash
export ORIGIN="123.123.123.123" export ORIGIN="123.123.123.123"
export USERNAME="funkwhale" export USERNAME="funkwhale"
``` ```
3. Use `rsync` to copy the information to your {term}`destination server`. 3. Use `rsync` to copy the information to your {term}`destination server`.
```{code} bash ```{code} bash
rsync -a $username@$origin:/srv/funkwhale/data/media/ /srv/funkwhale/data/media/ rsync -a #Copy the media folder rsync -a $username@$origin:/srv/funkwhale/data/media/ /srv/funkwhale/data/media/ rsync -a #Copy the media folder
$username@$origin:/srv/funkwhale/data/music/ /srv/funkwhale/data/music/ rsync -a # Copy the music folder $username@$origin:/srv/funkwhale/data/music/ /srv/funkwhale/data/music/ rsync -a # Copy the music folder
$username@$origin:/srv/funkwhale/config/.env /srv/funkwhale/config/ rsync -a # Copy the .env file $username@$origin:/srv/funkwhale/config/.env /srv/funkwhale/config/ rsync -a # Copy the .env file
$username@$origin:/srv/funkwhale/dump.sql /srv/funkwhale/ # Copy your database backup $username@$origin:/srv/funkwhale/dump.sql /srv/funkwhale/ # Copy your database backup
``` ```
## 4. Restore your database backup ## 4. Restore your database backup
When you've copied everything to the {term}`destination server`, you need to import your database backup. To do this: When you've copied everything to the {term}`destination server`, you need to import your database backup. To do this:
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
Run the following on your {term}`destination server`: Run the following on your {term}`destination server`:
@ -130,35 +143,37 @@ cd /srv/funkwhale/api
poetry run python manage.py migrate poetry run python manage.py migrate
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
You need to initialize the postgres container on your {term}`destination server`. To do this: You need to initialize the postgres container on your {term}`destination server`. To do this:
1. Export the permissions and create an `init.sql` database dump. 1. Export the permissions and create an `init.sql` database dump.
```{code} bash ```{code} bash
echo "CREATE DATABASE "funkwhale" WITH ENCODING 'utf8'; \ echo "CREATE DATABASE "funkwhale" WITH ENCODING 'utf8'; \
CREATE USER funkwhale; \ CREATE USER funkwhale; \
GRANT ALL PRIVILEGES ON DATABASE funkwhale TO funkwhale;" > init.sql # Create an init.sql file with the correct permissions GRANT ALL PRIVILEGES ON DATABASE funkwhale TO funkwhale;" > init.sql # Create an init.sql file with the correct permissions
docker-compose run --rm postgres psql -U postgres -d postgres < "init.sql" # Import the init.sql file docker-compose run --rm postgres psql -U postgres -d postgres < "init.sql" # Import the init.sql file
``` ```
2. Import your database backup. 2. Import your database backup.
```{code} bash ```{code} bash
docker-compose run --rm postgres psql -U postgres -d postgres < "dump.sql" docker-compose run --rm postgres psql -U postgres -d postgres < "dump.sql"
``` ```
3. When the import finishes, run the `manage.py migrate` command to set up the database. 3. When the import finishes, run the `manage.py migrate` command to set up the database.
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py migrate docker-compose run --rm api python manage.py migrate
``` ```
```` :::
::::
## 5. Check your DNS settings ## 5. Check your DNS settings
@ -168,18 +183,25 @@ Before you start Funkwhale on your {term}`destination server`, check your DNS ch
Once you confirm DNS points to your {term}`destination server`, start the Funkwhale services: Once you confirm DNS points to your {term}`destination server`, start the Funkwhale services:
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
sudo systemctl start funkwhale.target sudo systemctl start funkwhale.target
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose up -d docker-compose up -d
``` ```
:::
::::
That's it! You've migrated your Funkwhale instance to a new server. That's it! You've migrated your Funkwhale instance to a new server.

View File

@ -10,18 +10,23 @@ Running `check_inplace_files` with the `--no-dry-run` flag is irreversible. Make
To ensure you don't remove data by accident, this command runs in dry run mode by default. In dry run mode, the command lists the items it will delete. Run the command with the `--no-dry-run` flag to perform the pruning action. To ensure you don't remove data by accident, this command runs in dry run mode by default. In dry run mode, the command lists the items it will delete. Run the command with the `--no-dry-run` flag to perform the pruning action.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py check_inplace_files poetry run python manage.py check_inplace_files
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py check_inplace_files docker-compose run --rm api python manage.py check_inplace_files
``` ```
```` :::
::::

View File

@ -8,98 +8,123 @@ Use the `fix_uploads` command to let Funkwhale sort out common issues with your
Check and fix file mimetypes with the `--mimetype` flag. This helps prevent issues with serving music files. Check and fix file mimetypes with the `--mimetype` flag. This helps prevent issues with serving music files.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fix_uploads --mimetype poetry run python manage.py fix_uploads --mimetype
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fix_uploads --mimetype docker-compose run --rm api python manage.py fix_uploads --mimetype
``` ```
```` :::
::::
### Fix bitrate and duration ### Fix bitrate and duration
Check and fix bitrate and duration with the `--audio-data` flag. This process can take a long time as it needs to access all files. Check and fix bitrate and duration with the `--audio-data` flag. This process can take a long time as it needs to access all files.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fix_uploads --audio-data poetry run python manage.py fix_uploads --audio-data
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fix_uploads --audio-data docker-compose run --rm api python manage.py fix_uploads --audio-data
``` ```
```` :::
::::
### Fix file size ### Fix file size
Check and fix the file size with the `--size` flag. Check and fix the file size with the `--size` flag.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fix_uploads --size poetry run python manage.py fix_uploads --size
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fix_uploads --size docker-compose run --rm api python manage.py fix_uploads --size
``` ```
```` :::
::::
### Fix file checksums ### Fix file checksums
Check and fix file checksums with the `--checksum` flag. Check and fix file checksums with the `--checksum` flag.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fix_uploads --checksum poetry run python manage.py fix_uploads --checksum
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fix_uploads --checksum docker-compose run --rm api python manage.py fix_uploads --checksum
``` ```
```` :::
::::
### Change command batch size ### Change command batch size
Choose the batch size you want to process with the `--batch-size` or -`s` flag. Smaller batches process faster. Defaults to `1000`. Choose the batch size you want to process with the `--batch-size` or -`s` flag. Smaller batches process faster. Defaults to `1000`.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fix_uploads --batch-size 500 poetry run python manage.py fix_uploads --batch-size 500
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fix_uploads --batch-size 500 docker-compose run --rm api python manage.py fix_uploads --batch-size 500
``` ```
```` :::
::::

View File

@ -14,93 +14,118 @@ Running `prune_library` commands with the `--no-dry-run` flag is irreversible. M
### Prune tracks with no associated uploads ### Prune tracks with no associated uploads
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```bash ```bash
poetry run python manage.py prune_library --tracks poetry run python manage.py prune_library --tracks
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```bash ```bash
docker-compose run --rm api python manage.py prune_library --tracks docker-compose run --rm api python manage.py prune_library --tracks
``` ```
```` :::
::::
### Prune albums with no associated tracks ### Prune albums with no associated tracks
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py prune_library --albums poetry run python manage.py prune_library --albums
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py prune_library --albums docker-compose run --rm api python manage.py prune_library --albums
``` ```
```` :::
::::
### Prune artists with no associated tracks or albums ### Prune artists with no associated tracks or albums
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py prune_library --artists poetry run python manage.py prune_library --artists
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py prune_library --artists docker-compose run --rm api python manage.py prune_library --artists
``` ```
```` :::
::::
### Prune all tracks, albums, and artist without associated data ### Prune all tracks, albums, and artist without associated data
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py prune_library --tracks --albums --artists poetry run python manage.py prune_library --tracks --albums --artists
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py prune_library --tracks --albums --artists docker-compose run --rm api python manage.py prune_library --tracks --albums --artists
``` ```
```` :::
::::
There are extra options for pruning your database. Check the command help for more options. There are extra options for pruning your database. Check the command help for more options.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py prune_library --help poetry run python manage.py prune_library --help
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py prune_library --help docker-compose run --rm api python manage.py prune_library --help
``` ```
```` :::
::::
```{note} ```{note}
The command excludes tracks that are in users' favorites, playlists, and listen history. To include these tracks, add the corresponding `ignore` flag: The command excludes tracks that are in users' favorites, playlists, and listen history. To include these tracks, add the corresponding `ignore` flag:

View File

@ -12,7 +12,10 @@ The command performs the following actions:
To add tags to untagged albums: To add tags to untagged albums:
```{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
1. SSH into your Funkwhale server. 1. SSH into your Funkwhale server.
2. Navigate to the Funkwhale directory. 2. Navigate to the Funkwhale directory.
@ -27,9 +30,10 @@ To add tags to untagged albums:
poetry run python manage.py fw albums add-tags-from-tracks poetry run python manage.py fw albums add-tags-from-tracks
``` ```
``` :::
```{tabbed} Docker :::{tab-item} Docker
:sync: docker
1. SSH into your Funkwhale server. 1. SSH into your Funkwhale server.
2. Navigate to the Funkwhale directory. 2. Navigate to the Funkwhale directory.
@ -44,13 +48,17 @@ To add tags to untagged albums:
docker-compose run --rm api python manage.py fw albums add-tags-from-tracks docker-compose run --rm api python manage.py fw albums add-tags-from-tracks
``` ```
``` :::
::::
## Add tags to artists ## Add tags to artists
To add tags to untagged artists: To add tags to untagged artists:
```{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
1. SSH into your Funkwhale server. 1. SSH into your Funkwhale server.
2. Navigate to the Funkwhale directory. 2. Navigate to the Funkwhale directory.
@ -65,9 +73,10 @@ To add tags to untagged artists:
poetry run python manage.py fw artists add-tags-from-tracks poetry run python manage.py fw artists add-tags-from-tracks
``` ```
``` :::
```{tabbed} Docker :::{tab-item} Docker
:sync: docker
1. SSH into your Funkwhale server. 1. SSH into your Funkwhale server.
2. Navigate to the Funkwhale directory. 2. Navigate to the Funkwhale directory.
@ -82,4 +91,5 @@ To add tags to untagged artists:
docker-compose run --rm api python manage.py fw artists add-tags-from-tracks docker-compose run --rm api python manage.py fw artists add-tags-from-tracks
``` ```
``` :::
::::

View File

@ -8,7 +8,10 @@ If you're using S3 storage, the `__sized__` folder is located in your S3 bucket.
To generate new thumbnails: To generate new thumbnails:
```{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
1. SSH into your Funkwhale server. 1. SSH into your Funkwhale server.
2. Navigate to your Funkwhale directory. 2. Navigate to your Funkwhale directory.
@ -29,9 +32,10 @@ To generate new thumbnails:
poetry run python manage.py fw media generate-thumbnails poetry run python manage.py fw media generate-thumbnails
``` ```
``` :::
```{tabbed} Docker :::{tab-item} Docker
:sync: docker
1. SSH into your Funkwhale server. 1. SSH into your Funkwhale server.
2. Navigate to your Funkwhale directory. 2. Navigate to your Funkwhale directory.
@ -52,6 +56,7 @@ To generate new thumbnails:
docker-compose run --rm api python manage.py fw media generate-thumbnails docker-compose run --rm api python manage.py fw media generate-thumbnails
``` ```
``` :::
::::
The script generates new thumbnails for all album and artist art on your pod. The script generates new thumbnails for all album and artist art on your pod.

View File

@ -10,77 +10,97 @@ You can create users with the {file}`manage.py` script. There are different ways
### Create a user interactively ### Create a user interactively
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users create poetry run python manage.py fw users create
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users create docker-compose run --rm api python manage.py fw users create
``` ```
```` :::
::::
### Create a user with a random password ### Create a user with a random password
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users create --username <username> --email <user email> -p "" poetry run python manage.py fw users create --username <username> --email <user email> -p ""
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users create --username <username> --email <user email> -p "" docker-compose run --rm api python manage.py fw users create --username <username> --email <user email> -p ""
``` ```
```` :::
::::
### Create a user with a password set from an environment variable ### Create a user with a password set from an environment variable
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
export FUNKWHALE_CLI_USER_PASSWORD=<password> export FUNKWHALE_CLI_USER_PASSWORD=<password>
poetry run python manage.py fw users create --username <username> --email <user email> poetry run python manage.py fw users create --username <username> --email <user email>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
export FUNKWHALE_CLI_USER_PASSWORD=<password> export FUNKWHALE_CLI_USER_PASSWORD=<password>
docker-compose run --rm api python manage.py fw users create --username <username> --email <user email> docker-compose run --rm api python manage.py fw users create --username <username> --email <user email>
``` ```
```` :::
::::
There are extra options for user configuration, such as quota and {term}`permissions`. Check the command help for more options. There are extra options for user configuration, such as quota and {term}`permissions`. Check the command help for more options.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users --help poetry run python manage.py fw users --help
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users --help docker-compose run --rm api python manage.py fw users --help
``` ```
```` :::
::::
## Update users ## Update users
@ -88,131 +108,166 @@ You can update user accounts using the {file}`manage.py` script. Update commands
### Set upload quota for a user ### Set upload quota for a user
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users set --upload-quota 500 <user> poetry run python manage.py fw users set --upload-quota 500 <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users set --upload-quota 500 <user> docker-compose run --rm api python manage.py fw users set --upload-quota 500 <user>
``` ```
```` :::
::::
### Make users staff members ### Make users staff members
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users set --staff --superuser <user 1> <user 2> poetry run python manage.py fw users set --staff --superuser <user 1> <user 2>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users set --staff --superuser <user 1> <user 2> docker-compose run --rm api python manage.py fw users set --staff --superuser <user 1> <user 2>
``` ```
```` :::
::::
### Remove a user's staff privileges ### Remove a user's staff privileges
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users set --no-staff --no-superuser <user> poetry run python manage.py fw users set --no-staff --no-superuser <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users set --no-staff --no-superuser <user> docker-compose run --rm api python manage.py fw users set --no-staff --no-superuser <user>
``` ```
```` :::
::::
### Give a user moderation permissions ### Give a user moderation permissions
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users set --permission-moderation <user> poetry run python manage.py fw users set --permission-moderation <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users set --permission-moderation <user> docker-compose run --rm api python manage.py fw users set --permission-moderation <user>
``` ```
```` :::
::::
### Reset a user's password ### Reset a user's password
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users set --password "<password>" <user> poetry run python manage.py fw users set --password "<password>" <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users set --password "<password>" <user> docker-compose run --rm api python manage.py fw users set --password "<password>" <user>
``` ```
```` :::
::::
### Reset a user's password using an environment variable ### Reset a user's password using an environment variable
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
export FUNKWHALE_CLI_USER_UPDATE_PASSWORD=<password> export FUNKWHALE_CLI_USER_UPDATE_PASSWORD=<password>
poetry run python manage.py fw users set <user> poetry run python manage.py fw users set <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
export FUNKWHALE_CLI_USER_UPDATE_PASSWORD=<password> export FUNKWHALE_CLI_USER_UPDATE_PASSWORD=<password>
docker-compose run --rm api python manage.py fw users set <user> docker-compose run --rm api python manage.py fw users set <user>
``` ```
```` :::
::::
There are extra options for updating users. Check the command help for more options. There are extra options for updating users. Check the command help for more options.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users set --help poetry run python manage.py fw users set --help
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users set --help docker-compose run --rm api python manage.py fw users set --help
``` ```
```` :::
::::
## Delete users ## Delete users
@ -220,56 +275,71 @@ docker-compose run --rm api python manage.py fw users set --help
This prevents the same username being used in future. This prevents the same username being used in future.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} py ```{code} py
poetry run python manage.py fw users rm <user> poetry run python manage.py fw users rm <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} py ```{code} py
docker-compose run --rm api python manage.py fw users rm <user> docker-compose run --rm api python manage.py fw users rm <user>
``` ```
```` :::
::::
### Delete a user's account, including all references in the database ### Delete a user's account, including all references in the database
This means the username can be reused. This means the username can be reused.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} py ```{code} py
poetry run python manage.py fw users rm --hard <user> poetry run python manage.py fw users rm --hard <user>
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} py ```{code} py
docker-compose run --rm api python manage.py fw users rm --hard <user> docker-compose run --rm api python manage.py fw users rm --hard <user>
``` ```
```` :::
::::
There are extra options for deleting users. Check the command help for more options. There are extra options for deleting users. Check the command help for more options.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
poetry run python manage.py fw users rm --help poetry run python manage.py fw users rm --help
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose run --rm api python manage.py fw users rm --help docker-compose run --rm api python manage.py fw users rm --help
``` ```
```` :::
::::

View File

@ -8,16 +8,20 @@ If you have access to the Funkwhale backend, you can use logs to get more inform
- __Reverse proxy logs__ check these logs if you have connectivity issues. - __Reverse proxy logs__ check these logs if you have connectivity issues.
````{tabbed} Nginx ::::{tab-set}
:::{tab-item} Nginx
:sync: nginx
```{code} bash ```{code} bash
sudo tail -f /var/log/nginx/access.log # Follow the access log sudo tail -f /var/log/nginx/access.log # Follow the access log
sudo tail -f /var/log/nginx/error.log # Follow the error log sudo tail -f /var/log/nginx/error.log # Follow the error log
``` ```
```` :::
````{tabbed} Apache :::{tab-item} Apache2
:sync: apache2
```{code} bash ```{code} bash
sudo tail -f /var/log/apache/access.log # Follow the access log sudo tail -f /var/log/apache/access.log # Follow the access log
@ -28,39 +32,49 @@ If you have access to the Funkwhale backend, you can use logs to get more inform
- __API logs__ check these if you are having issues with the Funkwhale app, federation, or imports. - __API logs__ check these if you are having issues with the Funkwhale app, federation, or imports.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
journalctl -xn -u funkwhale-server journalctl -xn -u funkwhale-server
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose logs -f --tail=50 api # Follow the last 50 messages docker-compose logs -f --tail=50 api # Follow the last 50 messages
``` ```
```` :::
::::
- __Celery logs__ check these if a federation or import task isn't working. - __Celery logs__ check these if a federation or import task isn't working.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
journalctl -xn -u funkwhale-worker journalctl -xn -u funkwhale-worker
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose logs -f --tail=50 celery # Follow the last 50 messages docker-compose logs -f --tail=50 celery # Follow the last 50 messages
``` ```
```` :::
::::
## Troubleshoot issues ## Troubleshoot issues
@ -78,18 +92,18 @@ If you're having issues importing files, try the following:
- Check that the file is encoded in a supported format - Check that the file is encoded in a supported format
```{dropdown} Supported formats :::{dropdown} Supported formats
- flac - flac
- ogg - ogg
- mp3 - mp3
- opus - opus
- aac - aac
- m4a - m4a
- aiff - aiff
- aif - aif
``` :::
- Make sure your files play in another media player. - Make sure your files play in another media player.
- Make sure your files are [tagged correctly](../../user_documentation/libraries/tag_music.md). - Make sure your files are [tagged correctly](../../user_documentation/libraries/tag_music.md).
@ -121,21 +135,26 @@ If your Funkwhale server uses more memory than expected, you can check the footp
3. Restart your Funkwhale server. 3. Restart your Funkwhale server.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
sudo systemctl restart funkwhale.target sudo systemctl restart funkwhale.target
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose restart docker-compose restart
``` ```
```` :::
::::
The middleware prints out the top 25 memory allocations to the API logs. You can use these to see what requests use the most memory. The middleware prints out the top 25 memory allocations to the API logs. You can use these to see what requests use the most memory.
@ -155,21 +174,26 @@ To disable memory tracing:
3. Restart your Funkwhale server. 3. Restart your Funkwhale server.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
sudo systemctl restart funkwhale.target sudo systemctl restart funkwhale.target
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose restart docker-compose restart
``` ```
```` :::
::::
## Get help ## Get help

View File

@ -49,7 +49,10 @@ Before you uninstall anything from your server, you need to stop the Funkwhale s
To stop serving Funkwhale from your web server, you need to remove your reverse proxy configuration. To stop serving Funkwhale from your web server, you need to remove your reverse proxy configuration.
````{tabbed} Nginx ::::{tab-set}
:::{tab-item} Nginx
:sync: nginx
1. Remove the configuration files from your web host. 1. Remove the configuration files from your web host.
@ -65,9 +68,10 @@ To stop serving Funkwhale from your web server, you need to remove your reverse
sudo systemctl reload nginx sudo systemctl reload nginx
``` ```
```` :::
````{tabbed} Apache2 :::{tab-item} Apache2
:sync: apache2
1. Remove the configuration files from your web host. 1. Remove the configuration files from your web host.
@ -82,7 +86,8 @@ To stop serving Funkwhale from your web server, you need to remove your reverse
sudo service apache2 restart sudo service apache2 restart
``` ```
```` :::
::::
## Remove the Funkwhale database ## Remove the Funkwhale database
@ -128,7 +133,10 @@ This deletes the `funkwhale` user and everything in their home directory (`/srv/
Funkwhale uses the following dependencies on your server: Funkwhale uses the following dependencies on your server:
````{tabbed} apt ::::{tab-set}
:::{tab-item} Apt
:sync: apt
```{code} txt ```{code} txt
@ -146,15 +154,17 @@ make
``` ```
```` :::
````{tabbed} Python :::{tab-item} Python
:sync: python
```{literalinclude} ../../../api/pyproject.toml ```{literalinclude} ../../../api/pyproject.toml
:language: toml :language: toml
:lines: 9-59 :lines: 9-59
``` ```
```` :::
::::
Uninstall any dependencies you don't need. Uninstall any dependencies you don't need.

View File

@ -31,7 +31,10 @@ Before you remove any data, you need to stop the Funkwhale containers.
To stop serving Funkwhale from your web server, you need to remove your reverse proxy configuration. To stop serving Funkwhale from your web server, you need to remove your reverse proxy configuration.
````{tabbed} Nginx ::::{tab-set}
:::{tab-item} Nginx
:sync: nginx
1. Remove the configuration files from your web host. 1. Remove the configuration files from your web host.
@ -47,9 +50,10 @@ To stop serving Funkwhale from your web server, you need to remove your reverse
sudo systemctl reload nginx sudo systemctl reload nginx
``` ```
```` :::
````{tabbed} Apache2 :::{tab-item} Apache2
:sync: apache2
1. Remove the configuration files from your web host. 1. Remove the configuration files from your web host.
@ -64,7 +68,8 @@ To stop serving Funkwhale from your web server, you need to remove your reverse
sudo service apache2 restart sudo service apache2 restart
``` ```
```` :::
::::
## Remove the containers and their volumes ## Remove the containers and their volumes

View File

@ -49,7 +49,10 @@ Before you uninstall anything from your server, you need to stop the Funkwhale s
To stop serving Funkwhale from your web server, you need to remove your reverse proxy configuration. To stop serving Funkwhale from your web server, you need to remove your reverse proxy configuration.
````{tabbed} Nginx ::::{tab-set}
:::{tab-item} Nginx
:sync: nginx
1. Remove the configuration files from your web host. 1. Remove the configuration files from your web host.
@ -65,9 +68,10 @@ To stop serving Funkwhale from your web server, you need to remove your reverse
sudo systemctl reload nginx sudo systemctl reload nginx
``` ```
```` :::
````{tabbed} Apache2 :::{tab-item} Apache2
:sync: apache2
1. Remove the configuration files from your web host. 1. Remove the configuration files from your web host.
@ -82,7 +86,8 @@ To stop serving Funkwhale from your web server, you need to remove your reverse
sudo service apache2 restart sudo service apache2 restart
``` ```
```` :::
::::
## Remove the Funkwhale database ## Remove the Funkwhale database
@ -128,7 +133,10 @@ This deletes the `funkwhale` user and everything in their home directory (`/srv/
The quick install script installs the following dependencies on your server: The quick install script installs the following dependencies on your server:
````{tabbed} apt ::::{tab-set}
:::{tab-item} Apt
:sync: apt
```{code} txt ```{code} txt
@ -146,15 +154,17 @@ make
``` ```
```` :::
````{tabbed} Python :::{tab-item} Python
:sync: python
```{literalinclude} ../../../api/pyproject.toml ```{literalinclude} ../../../api/pyproject.toml
:language: toml :language: toml
:lines: 9-59 :lines: 9-59
``` ```
```` :::
::::
Uninstall any dependencies you don't need. Uninstall any dependencies you don't need.

View File

@ -4,34 +4,43 @@ Before performing big changes, we recommend you back up your database and media
1. Back up your database. 1. Back up your database.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
sudo -u postgres -H pg_dump funkwhale > /path/to/your/backup/dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql sudo -u postgres -H pg_dump funkwhale > /path/to/your/backup/dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
docker-compose exec postgres pg_dumpall -c -U postgres > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql docker-compose exec postgres pg_dumpall -c -U postgres > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
``` ```
```` :::
::::
2. Back up your media files. In this example we use [rsync](https://rsync.samba.org) to back up the files. 2. Back up your media files. In this example we use [rsync](https://rsync.samba.org) to back up the files.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
rsync -avzhP /srv/funkwhale/data/media /path/to/your/backup/media rsync -avzhP /srv/funkwhale/data/media /path/to/your/backup/media
rsync -avzhP /srv/funkwhale/data/music /path/to/your/backup/music rsync -avzhP /srv/funkwhale/data/music /path/to/your/backup/music
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
@ -39,24 +48,30 @@ Before performing big changes, we recommend you back up your database and media
rsync -avzhP /srv/funkwhale/data/music /path/to/your/backup/music rsync -avzhP /srv/funkwhale/data/music /path/to/your/backup/music
``` ```
```` :::
::::
3. Back up your configuration files. 3. Back up your configuration files.
````{tabbed} Debian ::::{tab-set}
:::{tab-item} Debian
:sync: debian
```{code} bash ```{code} bash
rsync -avzhP /srv/funkwhale/config/.env /path/to/your/backup/.env rsync -avzhP /srv/funkwhale/config/.env /path/to/your/backup/.env
``` ```
```` :::
````{tabbed} Docker :::{tab-item} Docker
:sync: docker
```{code} bash ```{code} bash
rsync -avzhP /srv/funkwhale/.env /path/to/your/backup/.env rsync -avzhP /srv/funkwhale/.env /path/to/your/backup/.env
``` ```
```` :::
::::
If you are performing regular backups, you may need deduplication and compression to keep the size down. In this case, a tool like [`borg`](https://www.borgbackup.org/) is more appropriate. If you are performing regular backups, you may need deduplication and compression to keep the size down. In this case, a tool like [`borg`](https://www.borgbackup.org/) is more appropriate.

View File

@ -49,7 +49,7 @@ extensions = [
"sphinx.ext.graphviz", "sphinx.ext.graphviz",
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
"myst_parser", "myst_parser",
"sphinx_panels", "sphinx_design",
"sphinx_multiversion", "sphinx_multiversion",
] ]
autodoc_mock_imports = [ autodoc_mock_imports = [
@ -58,6 +58,7 @@ autodoc_mock_imports = [
"ldap", "ldap",
"persisting_theory", "persisting_theory",
"rest_framework", "rest_framework",
"drf_spectacular",
] ]
add_module_names = False add_module_names = False
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
@ -72,6 +73,9 @@ source_suffix = ".rst"
# The root toctree document. # The root toctree document.
root_doc = "index" root_doc = "index"
# Enable colon fences
myst_enable_extensions = ["colon_fence"]
# Autogenerate anchors # Autogenerate anchors
myst_heading_anchors = 3 myst_heading_anchors = 3

View File

@ -109,78 +109,115 @@ changelog
``` ```
````{panels} ::::{grid} 2
:body: text-left
:header: text-center
{fa}`user` Users :::{grid-item-card}
^^^^^^^^^^^^ :text-align: center
{fa}`user` Users
^^^
Looking to use Funkwhale for your content? Read through our guides to master the app! Looking to use Funkwhale for your content? Read through our guides to master the app!
+++ +++
```{link-button} user_documentation/index ```{button-link} user_documentation/index.html
:type: ref :ref-type: myst
:text: Get started :color: primary
:classes: btn-outline-primary btn-block stretched-link :outline:
:click-parent:
:expand:
Get started
``` ```
--- :::
:::{grid-item-card}
:text-align: center
{fa}`wrench` Admins {fa}`wrench` Admins
^^^^^^^^^^^^^^^^ ^^^
Want to host your own Funkwhale pod? Our admin documentation guides you through the process. Want to host your own Funkwhale pod? Our admin documentation guides you through the process.
+++ +++
```{link-button} administrator_documentation/index ```{button-link} administrator_documentation/index.html
:type: ref :ref-type: ref
:text: Get started :color: primary
:classes: btn-outline-primary btn-block stretched-link :outline:
:click-parent:
:expand:
--- Get started
```
:::
:::{grid-item-card}
:text-align: center
{fa}`shield` Moderators {fa}`shield` Moderators
^^^^^^^^^^^^^^^^^^ ^^^
Keeping your users safe from harassment and spam or clearing illegal content? Check out our moderator docs. Keeping your users safe from harassment and spam or clearing illegal content? Check out our moderator docs.
+++ +++
```{link-button} moderator_documentation/index ```{button-link} moderator_documentation/index.html
:type: ref :ref-type: ref
:text: Get started :color: primary
:classes: btn-outline-primary btn-block stretched-link :outline:
:click-parent:
:expand:
--- Get started
```
:::
:::{grid-item-card}
:text-align: center
{fa}`code` Developers {fa}`code` Developers
^^^^^^^^^^^^^^^^^ ^^^
Want to use Funkwhale's API or help with the project? Our developer docs give you what you need to get started. Want to use Funkwhale's API or help with the project? Our developer docs give you what you need to get started.
+++ +++
```{link-button} developers/index ```{button-link} developers/index.html
:type: ref :ref-type: ref
:text: Get started :color: primary
:classes: btn-outline-primary btn-block stretched-link :outline:
:click-parent:
:expand:
--- Get started
:column: col-lg-12 p-2 ```
:::
::::
::::{grid} 1
:::{grid-item-card}
:text-align: center
{fa}`users` Contributors {fa}`users` Contributors
^^^^^^^^^^^^^^^^^^ ^^^
Want to help make Funkwhale even better? Check out these guides for some ideas. Want to help make Funkwhale even better? Check out these guides for some ideas.
+++ +++
```{link-button} contributing ```{button-link} contributing.html
:type: ref :ref-type: ref
:text: Get started :color: primary
:classes: btn-outline-primary btn-block stretched-link :outline:
:click-parent:
:expand:
```` Get started
```
:::
::::

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 22:14+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 21:04+0000\n" "PO-Revision-Date: 2022-07-03 21:04+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/"
"administrator_documentation-configuration_docs-frontend/en_GB/>\n"
"Language: en_GB\n" "Language: 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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/configuration_docs/frontend.md:1 #: ../../administrator_documentation/configuration_docs/frontend.md:1
msgid "Customize the Funkwhale frontend" msgid "Customize the Funkwhale frontend"
@ -28,12 +27,12 @@ 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 the " "configuration file. This file enables you to make very basic changes to "
"Funkwhale web app." "the Funkwhale web app."
msgstr "" msgstr ""
"You can customise the look and behaviour of the Funkwhale UI using a JSON " "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 " " configuration file. This file enables you to make very basic changes to "
"Funkwhale web app." "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"
@ -45,13 +44,13 @@ 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 {file}`settings.json` " "To customize your Funkwhale pod, you need to serve a "
"file at `https://yourinstanceurl/settings.json`. Follow these steps to set " "{file}`settings.json` file at `https://yourinstanceurl/settings.json`. "
"up your configuration file:" "Follow these steps to set up your configuration file:"
msgstr "" msgstr ""
"To customise your Funkwhale pod, you need to serve a {file}`settings.json` " "To customise your Funkwhale pod, you need to serve a "
"file at `https://yourinstanceurl/settings.json`. Follow these steps to set " "{file}`settings.json` file at `https://yourinstanceurl/settings.json`. "
"up your configuration file:" "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."
@ -69,6 +68,10 @@ msgstr "Create a new `custom` directory for your file."
msgid "Create a new config file and populate it with placeholder settings." msgid "Create a new config file and populate it with placeholder settings."
msgstr "Create a new config file and populate it with placeholder settings." msgstr "Create a new config file and populate it with placeholder settings."
#: ../../administrator_documentation/configuration_docs/frontend.md
msgid "Supported parameters"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:41 #: ../../administrator_documentation/configuration_docs/frontend.md:41
msgid "Parameter" msgid "Parameter"
msgstr "Parameter" msgstr "Parameter"
@ -111,54 +114,49 @@ msgstr "URL"
#: ../../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 to " "The URL of the API server you want to connect the frontend to. Defaults "
"the current domain." "to the current domain."
msgstr "" msgstr ""
"The URL of the API server you want to connect the frontend to. Defaults to " "The URL of the API server you want to connect the frontend to. Defaults "
"the current domain." "to the current domain."
#: ../../administrator_documentation/configuration_docs/frontend.md:54 #: ../../administrator_documentation/configuration_docs/frontend.md:54
msgid "`\"https://api.yourdomain.com\"`" msgid "`\"https://api.yourdomain.com\"`"
msgstr "`\"https://api.yourdomain.com\"`" msgstr "`\"https://api.yourdomain.com\"`"
#: ../../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 "Configure your reverse proxy" msgstr "Configure your reverse proxy"
#: ../../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 ""
"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."
#: ../../administrator_documentation/configuration_docs/frontend.md #: ../../administrator_documentation/configuration_docs/frontend.md
msgid "Nginx" msgid "Nginx"
msgstr "Nginx" msgstr "Nginx"
#: ../../administrator_documentation/configuration_docs/frontend.md:65 #: ../../administrator_documentation/configuration_docs/frontend.md:69
#: ../../administrator_documentation/configuration_docs/frontend.md:50
msgid "" msgid ""
"Add the following snippet to your {file}`/etc/nginx/sites-available/" "Add the following snippet to your {file}`/etc/nginx/sites-"
"funkwhale.conf` config file:" "available/funkwhale.conf` config file:"
msgstr "" msgstr ""
"Add the following snippet to your {file}`/etc/nginx/sites-available/funkwhale" "Add the following snippet to your {file}`/etc/nginx/sites-"
".conf` config file:" "available/funkwhale.conf` config file:"
#: ../../administrator_documentation/configuration_docs/frontend.md #: ../../administrator_documentation/configuration_docs/frontend.md
msgid "Apache" msgid "Apache"
msgstr "Apache" msgstr "Apache"
#: ../../administrator_documentation/configuration_docs/frontend.md:77 #: ../../administrator_documentation/configuration_docs/frontend.md:82
#: ../../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 "Add the following snippet to your webserver configuration:" msgstr "Add the following snippet to your webserver configuration:"
#: ../../administrator_documentation/configuration_docs/frontend.md:85 #: ../../administrator_documentation/configuration_docs/frontend.md:90
#: ../../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`."
@ -166,62 +164,51 @@ msgstr ""
"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`."
#: ../../administrator_documentation/configuration_docs/frontend.md:87 #: ../../administrator_documentation/configuration_docs/frontend.md:92
#: ../../administrator_documentation/configuration_docs/frontend.md:72
msgid "Add a custom theme" msgid "Add a custom theme"
msgstr "Add a custom theme" msgstr "Add a custom theme"
#: ../../administrator_documentation/configuration_docs/frontend.md:89 #: ../../administrator_documentation/configuration_docs/frontend.md:94
#: ../../administrator_documentation/configuration_docs/frontend.md:74 msgid "You can use a custom stylesheet to theme your Funkwhale pod. To do this:"
msgid "" msgstr "You can use a custom stylesheet to theme your Funkwhale pod. To do this:"
"You can use a custom stylesheet to theme your Funkwhale pod. To do this:"
msgstr ""
"You can use a custom stylesheet to theme your Funkwhale pod. To do this:"
#: ../../administrator_documentation/configuration_docs/frontend.md:91 #: ../../administrator_documentation/configuration_docs/frontend.md:96
#: ../../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 "Navigate to your {file}`/srv/funkwhale/custom` directory." msgstr "Navigate to your {file}`/srv/funkwhale/custom` directory."
#: ../../administrator_documentation/configuration_docs/frontend.md:97 #: ../../administrator_documentation/configuration_docs/frontend.md:102
#: ../../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 "Copy your CSS file to this directory, or create a new one." msgstr "Copy your CSS file to this directory, or create a new one."
#: ../../administrator_documentation/configuration_docs/frontend.md:109 #: ../../administrator_documentation/configuration_docs/frontend.md:114
#: ../../administrator_documentation/configuration_docs/frontend.md:94
msgid "" msgid ""
"Add the location of your CSS file to the `additionalStylesheets` parameter " "Add the location of your CSS file to the `additionalStylesheets` "
"in your {file}`settings.json` file." "parameter in your {file}`settings.json` file."
msgstr "" msgstr ""
"Add the location of your CSS file to the `additionalStylesheets` parameter " "Add the location of your CSS file to the `additionalStylesheets` "
"in your {file}`settings.json` file." "parameter in your {file}`settings.json` file."
#: ../../administrator_documentation/configuration_docs/frontend.md:122 #: ../../administrator_documentation/configuration_docs/frontend.md:127
#: ../../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 "Add the whole {file}`custom` dir to your webserver configuration." msgstr "Add the whole {file}`custom` dir to your webserver configuration."
#: ../../administrator_documentation/configuration_docs/frontend.md:126 #: ../../administrator_documentation/configuration_docs/frontend.md:135
#: ../../administrator_documentation/configuration_docs/frontend.md:111
msgid "" msgid ""
"Add the following to your {file}`/etc/nginx/sites-available/funkwhale.conf` " "Add the following to your {file}`/etc/nginx/sites-"
"file:" "available/funkwhale.conf` file:"
msgstr "" msgstr ""
"Add the following to your {file}`/etc/nginx/sites-available/funkwhale.conf` " "Add the following to your {file}`/etc/nginx/sites-"
"file:" "available/funkwhale.conf` file:"
#: ../../administrator_documentation/configuration_docs/frontend.md:137 #: ../../administrator_documentation/configuration_docs/frontend.md:148
#: ../../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 "Add the following to your webserver configuration file." msgstr "Add the following to your webserver configuration file."
#: ../../administrator_documentation/configuration_docs/frontend.md:150 #: ../../administrator_documentation/configuration_docs/frontend.md:162
#: ../../administrator_documentation/configuration_docs/frontend.md:135
msgid "Restart your webserver." msgid "Restart your webserver."
msgstr "Restart your webserver." msgstr "Restart your webserver."
#: ../../administrator_documentation/configuration_docs/frontend.md:152 #: ../../administrator_documentation/configuration_docs/frontend.md:164
#: ../../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 "Refresh your Funkwhale app. The background should now be red." msgstr "Refresh your Funkwhale app. The background should now be red."

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 00:32+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:23+0000\n" "PO-Revision-Date: 2022-07-03 23:23+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/administrator_documentation-configuration_docs-ldap/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/administrator_documentation-configuration_docs-ldap/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/configuration_docs/ldap.md:1 #: ../../administrator_documentation/configuration_docs/ldap.md:1
msgid "Configure LDAP" msgid "Configure LDAP"
@ -33,9 +32,9 @@ msgid ""
"authentication module](https://django-auth-ldap.readthedocs.io/)." "authentication module](https://django-auth-ldap.readthedocs.io/)."
msgstr "" msgstr ""
"{abbr}`LDAP (Lightweight Directory Access Protocol)` is a protocol for " "{abbr}`LDAP (Lightweight Directory Access Protocol)` is a protocol for "
"providing directory services. It acts as a central authority for user login " "providing directory services. It acts as a central authority for user "
"information. Funkwhale supports LDAP through the [Django LDAP authentication " "login information. Funkwhale supports LDAP through the [Django LDAP "
"module](https://django-auth-ldap.readthedocs.io/)." "authentication module](https://django-auth-ldap.readthedocs.io/)."
#: ../../administrator_documentation/configuration_docs/ldap.md:6 #: ../../administrator_documentation/configuration_docs/ldap.md:6
msgid "LDAP users can't change their password in the app." msgid "LDAP users can't change their password in the app."
@ -52,8 +51,13 @@ msgid ""
" you can safely remove these." " you can safely remove these."
msgstr "" msgstr ""
"LDAP support requires extra dependencies. We include these in our " "LDAP support requires extra dependencies. We include these in our "
"requirements files to make it easier to set up. If you aren't using LDAP, " "requirements files to make it easier to set up. If you aren't using LDAP,"
"you can safely remove these." " you can safely remove these."
#: ../../administrator_documentation/configuration_docs/ldap.md
#, fuzzy
msgid "OS dependencies"
msgstr "Dependencies"
#: ../../administrator_documentation/configuration_docs/ldap.md:15 #: ../../administrator_documentation/configuration_docs/ldap.md:15
msgid "`libldap2-dev`" msgid "`libldap2-dev`"
@ -63,6 +67,11 @@ msgstr ""
msgid "`libsasl2-dev`" msgid "`libsasl2-dev`"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/ldap.md
#, fuzzy
msgid "Python dependencies"
msgstr "Dependencies"
#: ../../administrator_documentation/configuration_docs/ldap.md:22 #: ../../administrator_documentation/configuration_docs/ldap.md:22
msgid "`python-ldap`" msgid "`python-ldap`"
msgstr "" msgstr ""
@ -80,8 +89,8 @@ msgid ""
"You can configure LDAP authentication using environment variables in your" "You can configure LDAP authentication using environment variables in your"
" `.env` file." " `.env` file."
msgstr "" msgstr ""
"You can configure LDAP authentication using environment variables in your `." "You can configure LDAP authentication using environment variables in your"
"env` file." " `.env` file."
#: ../../administrator_documentation/configuration_docs/ldap.md:31 #: ../../administrator_documentation/configuration_docs/ldap.md:31
msgid "Basic features" msgid "Basic features"
@ -96,8 +105,8 @@ msgid ""
"The LDAP {abbr}`URI (Uniform Resource Identifier)` of your authentication" "The LDAP {abbr}`URI (Uniform Resource Identifier)` of your authentication"
" server." " server."
msgstr "" msgstr ""
"The LDAP {abbr}`URI (Uniform Resource Identifier)` of your authentication " "The LDAP {abbr}`URI (Uniform Resource Identifier)` of your authentication"
"server." " server."
#: ../../administrator_documentation/configuration_docs/ldap.md:58 #: ../../administrator_documentation/configuration_docs/ldap.md:58
msgid "" msgid ""
@ -118,9 +127,10 @@ msgid ""
"syntax](https://social.technet.microsoft.com/wiki/contents/articles/5392" "syntax](https://social.technet.microsoft.com/wiki/contents/articles/5392"
".active-directory-ldap-syntax-filters.aspx)." ".active-directory-ldap-syntax-filters.aspx)."
msgstr "" msgstr ""
"The LDAP user filter, using `{0}` as the username placeholder. Uses standard " "The LDAP user filter, using `{0}` as the username placeholder. Uses "
"[LDAP search syntax](https://social.technet.microsoft.com/wiki/contents/" "standard [LDAP search "
"articles/5392.active-directory-ldap-syntax-filters.aspx)." "syntax](https://social.technet.microsoft.com/wiki/contents/articles/5392"
".active-directory-ldap-syntax-filters.aspx)."
#: ../../administrator_documentation/configuration_docs/ldap.md:85 #: ../../administrator_documentation/configuration_docs/ldap.md:85
msgid "Set to `True` to enable LDAP StartTLS support." msgid "Set to `True` to enable LDAP StartTLS support."
@ -152,24 +162,25 @@ msgid ""
" is an advanced feature. Most users don't need to configure these " " is an advanced feature. Most users don't need to configure these "
"settings." "settings."
msgstr "" msgstr ""
"LDAP provides extra features for working with groups. Group configuration is " "LDAP provides extra features for working with groups. Group configuration"
"an advanced feature. Most users don't need to configure these settings." " is an advanced feature. Most users don't need to configure these "
"settings."
#: ../../administrator_documentation/configuration_docs/ldap.md:120 #: ../../administrator_documentation/configuration_docs/ldap.md:120
msgid "" msgid ""
"[Django's LDAP documentation](https://django-auth-" "[Django's LDAP documentation](https://django-auth-"
"ldap.readthedocs.io/en/latest/groups.html) for groups." "ldap.readthedocs.io/en/latest/groups.html) for groups."
msgstr "" msgstr ""
"[Django's LDAP documentation](https://django-auth-ldap.readthedocs.io/en/" "[Django's LDAP documentation](https://django-auth-"
"latest/groups.html) for groups." "ldap.readthedocs.io/en/latest/groups.html) for groups."
#: ../../administrator_documentation/configuration_docs/ldap.md:129 #: ../../administrator_documentation/configuration_docs/ldap.md:129
msgid "" msgid ""
"The LDAP group search root {abbr}`DN (Distinguised Name)`. This needs to " "The LDAP group search root {abbr}`DN (Distinguised Name)`. This needs to "
"be set to `True` to enable group features." "be set to `True` to enable group features."
msgstr "" msgstr ""
"The LDAP group search root {abbr}`DN (Distinguised Name)`. This needs to be " "The LDAP group search root {abbr}`DN (Distinguised Name)`. This needs to "
"set to `True` to enable group features." "be set to `True` to enable group features."
#: ../../administrator_documentation/configuration_docs/ldap.md:138 #: ../../administrator_documentation/configuration_docs/ldap.md:138
msgid "The LDAP group filter." msgid "The LDAP group filter."
@ -185,3 +196,4 @@ msgstr "A group whose members can't authenticate."
#~ msgid "Set this to `True` to enable LDAP support" #~ msgid "Set this to `True` to enable LDAP support"
#~ msgstr "" #~ msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-05 19:34+0000\n" "PO-Revision-Date: 2022-07-05 19:34+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/"
"administrator_documentation-configuration_docs-object_storage/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/administrator_documentation-configuration_docs-object_storage/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/configuration_docs/object_storage.md:1 #: ../../administrator_documentation/configuration_docs/object_storage.md:1
msgid "Store media in an object store" msgid "Store media in an object store"
@ -31,9 +30,9 @@ msgid ""
"`/srv/funkwhale/data/media` directory. If you prefer to use an " "`/srv/funkwhale/data/media` directory. If you prefer to use an "
"S3-compatible object store, follow the instructions in this guide." "S3-compatible object store, follow the instructions in this guide."
msgstr "" msgstr ""
"By default, Funkwhale stores all media data in the `/srv/funkwhale/data/" "By default, Funkwhale stores all media data in the "
"media` directory. If you prefer to use an S3-compatible object store, follow " "`/srv/funkwhale/data/media` directory. If you prefer to use an "
"the instructions in this guide." "S3-compatible object store, follow the instructions in this guide."
#: ../../administrator_documentation/configuration_docs/object_storage.md:10 #: ../../administrator_documentation/configuration_docs/object_storage.md:10
msgid "Secure your object store" msgid "Secure your object store"
@ -46,25 +45,26 @@ msgid ""
"the URLs of your audio files and means that users can bypass " "the URLs of your audio files and means that users can bypass "
"authentication." "authentication."
msgstr "" msgstr ""
"Before you begin, you need to secure your object store. Many S3-compatible " "Before you begin, you need to secure your object store. Many "
"stores list contents in the root by default. This exposes the URLs of your " "S3-compatible stores list contents in the root by default. This exposes "
"audio files and means that users can bypass authentication." "the URLs of your audio files and means that users can bypass "
"authentication."
#: ../../administrator_documentation/configuration_docs/object_storage.md:14 #: ../../administrator_documentation/configuration_docs/object_storage.md:14
msgid "" msgid ""
"To prevent listing content, add the following policy to your " "To prevent listing content, add the following policy to your "
"S3-compatible object store." "S3-compatible object store."
msgstr "" msgstr ""
"To prevent listing content, add the following policy to your S3-compatible " "To prevent listing content, add the following policy to your "
"object store." "S3-compatible object store."
#: ../../administrator_documentation/configuration_docs/object_storage.md:39 #: ../../administrator_documentation/configuration_docs/object_storage.md:39
msgid "" msgid ""
"If you're using `awscli`, you can store this policy in a `/tmp/policy` " "If you're using `awscli`, you can store this policy in a `/tmp/policy` "
"file and apply it using the following command:" "file and apply it using the following command:"
msgstr "" msgstr ""
"If you're using `awscli`, you can store this policy in a `/tmp/policy` file " "If you're using `awscli`, you can store this policy in a `/tmp/policy` "
"and apply it using the following command:" "file and apply it using the following command:"
#: ../../administrator_documentation/configuration_docs/object_storage.md:45 #: ../../administrator_documentation/configuration_docs/object_storage.md:45
msgid "Update your environment file" msgid "Update your environment file"
@ -76,9 +76,14 @@ msgid ""
"`.env` file. If you want to serve audio files from the bucket, set " "`.env` file. If you want to serve audio files from the bucket, set "
"`PROXY_MEDIA` to `false`." "`PROXY_MEDIA` to `false`."
msgstr "" msgstr ""
"To set up S3-compatible storage, fill out the relevant details in the `.env` " "To set up S3-compatible storage, fill out the relevant details in the "
"file. If you want to serve audio files from the bucket, set `PROXY_MEDIA` to " "`.env` file. If you want to serve audio files from the bucket, set "
"`false`." "`PROXY_MEDIA` to `false`."
#: ../../administrator_documentation/configuration_docs/object_storage.md
#, fuzzy
msgid "Environment variables"
msgstr "Update your environment file"
#: ../../docstring config.settings.common.AWS_QUERYSTRING_AUTH:1 of #: ../../docstring config.settings.common.AWS_QUERYSTRING_AUTH:1 of
msgid "" msgid ""
@ -121,8 +126,8 @@ msgid ""
"If you use a S3-compatible storage such as minio, set the following " "If you use a S3-compatible storage such as minio, set the following "
"variable to the full URL to the storage server." "variable to the full URL to the storage server."
msgstr "" msgstr ""
"If you use a S3-compatible storage such as minio, set the following variable " "If you use a S3-compatible storage such as minio, set the following "
"to the full URL to the storage server." "variable to the full URL to the storage server."
#: ../../docstring config.settings.common.AWS_S3_ENDPOINT_URL:4 of #: ../../docstring config.settings.common.AWS_S3_ENDPOINT_URL:4 of
msgid "Examples:" msgid "Examples:"
@ -157,30 +162,30 @@ msgid ""
"A directory in your S3 bucket where you store files. Use this if you plan" "A directory in your S3 bucket where you store files. Use this if you plan"
" to share the bucket between services." " to share the bucket between services."
msgstr "" msgstr ""
"A directory in your S3 bucket where you store files. Use this if you plan to " "A directory in your S3 bucket where you store files. Use this if you plan"
"share the bucket between services." " to share the bucket between services."
#: ../../docstring config.settings.common.PROXY_MEDIA:1 of #: ../../docstring config.settings.common.PROXY_MEDIA:1 of
msgid "" msgid ""
"Whether to proxy audio files through your reverse proxy. We recommend you" "Whether to proxy audio files through your reverse proxy. We recommend you"
" leave this enabled to enforce access control." " leave this enabled to enforce access control."
msgstr "" msgstr ""
"Whether to proxy audio files through your reverse proxy. We recommend you " "Whether to proxy audio files through your reverse proxy. We recommend you"
"leave this enabled to enforce access control." " leave this enabled to enforce access control."
#: ../../docstring config.settings.common.PROXY_MEDIA:4 of #: ../../docstring config.settings.common.PROXY_MEDIA:4 of
msgid "" msgid ""
"If you're using S3 storage with :attr:`AWS_QUERYSTRING_AUTH` enabled, " "If you're using S3 storage with :attr:`AWS_QUERYSTRING_AUTH` enabled, "
"it's safe to disable this setting." "it's safe to disable this setting."
msgstr "" msgstr ""
"If you're using S3 storage with :attr:`AWS_QUERYSTRING_AUTH` enabled, it's " "If you're using S3 storage with :attr:`AWS_QUERYSTRING_AUTH` enabled, "
"safe to disable this setting." "it's safe to disable this setting."
#: ../../administrator_documentation/configuration_docs/object_storage.md:71 #: ../../administrator_documentation/configuration_docs/object_storage.md:81
msgid "Set up your reverse proxy" msgid "Set up your reverse proxy"
msgstr "Set up your reverse proxy" msgstr "Set up your reverse proxy"
#: ../../administrator_documentation/configuration_docs/object_storage.md:74 #: ../../administrator_documentation/configuration_docs/object_storage.md:84
msgid "" msgid ""
"Serving files from object storage is not currently supported on Apache " "Serving files from object storage is not currently supported on Apache "
"deployments." "deployments."
@ -188,7 +193,7 @@ msgstr ""
"Serving files from object storage is not currently supported on Apache " "Serving files from object storage is not currently supported on Apache "
"deployments." "deployments."
#: ../../administrator_documentation/configuration_docs/object_storage.md:77 #: ../../administrator_documentation/configuration_docs/object_storage.md:87
msgid "" msgid ""
"Serving files from an object store requires some changes to the reverse " "Serving files from an object store requires some changes to the reverse "
"proxy." "proxy."
@ -196,7 +201,7 @@ msgstr ""
"Serving files from an object store requires some changes to the reverse " "Serving files from an object store requires some changes to the reverse "
"proxy." "proxy."
#: ../../administrator_documentation/configuration_docs/object_storage.md:79 #: ../../administrator_documentation/configuration_docs/object_storage.md:89
msgid "Open your Nginx configuration file in an editor." msgid "Open your Nginx configuration file in an editor."
msgstr "Open your Nginx configuration file in an editor." msgstr "Open your Nginx configuration file in an editor."
@ -208,56 +213,61 @@ msgstr "Debian"
msgid "Docker" msgid "Docker"
msgstr "Docker" msgstr "Docker"
#: ../../administrator_documentation/configuration_docs/object_storage.md:97 #: ../../administrator_documentation/configuration_docs/object_storage.md:112
msgid "" msgid ""
"Comment out the `location /_protected/media/` block by adding a `#` to " "Comment out the `location /_protected/media/` block by adding a `#` to "
"the start of each line." "the start of each line."
msgstr "" msgstr ""
"Comment out the `location /_protected/media/` block by adding a `#` to the " "Comment out the `location /_protected/media/` block by adding a `#` to "
"start of each line." "the start of each line."
#: ../../administrator_documentation/configuration_docs/object_storage.md:106 #: ../../administrator_documentation/configuration_docs/object_storage.md:121
msgid "" msgid ""
"Uncomment the `location ~ /_protected/media/(.+)` block by removing the " "Uncomment the `location ~ /_protected/media/(.+)` block by removing the "
"`#` from the start of each line." "`#` from the start of each line."
msgstr "" msgstr ""
"Uncomment the `location ~ /_protected/media/(.+)` block by removing the `#` " "Uncomment the `location ~ /_protected/media/(.+)` block by removing the "
"from the start of each line." "`#` from the start of each line."
#: ../../administrator_documentation/configuration_docs/object_storage.md:116 #: ../../administrator_documentation/configuration_docs/object_storage.md:131
msgid "Add your S3 store URL to the `img-src` and `media-src` headers." msgid "Add your S3 store URL to the `img-src` and `media-src` headers."
msgstr "Add your S3 store URL to the `img-src` and `media-src` headers." msgstr "Add your S3 store URL to the `img-src` and `media-src` headers."
#: ../../administrator_documentation/configuration_docs/object_storage.md:122 #: ../../administrator_documentation/configuration_docs/object_storage.md:137
msgid "Test your Nginx configuration." msgid "Test your Nginx configuration."
msgstr "Test your Nginx configuration." msgstr "Test your Nginx configuration."
#: ../../administrator_documentation/configuration_docs/object_storage.md:128 #: ../../administrator_documentation/configuration_docs/object_storage.md:143
msgid "Restart Funkwhale and Nginx to pick up the changes." msgid "Restart Funkwhale and Nginx to pick up the changes."
msgstr "Restart Funkwhale and Nginx to pick up the changes." msgstr "Restart Funkwhale and Nginx to pick up the changes."
#: ../../administrator_documentation/configuration_docs/object_storage.md:148 #: ../../administrator_documentation/configuration_docs/object_storage.md:168
msgid "That's it! Files are now uploaded to and stored from your S3 bucket." msgid "That's it! Files are now uploaded to and stored from your S3 bucket."
msgstr "That's it! Files are now uploaded to and stored from your S3 bucket." msgstr "That's it! Files are now uploaded to and stored from your S3 bucket."
#: ../../administrator_documentation/configuration_docs/object_storage.md:150 #: ../../administrator_documentation/configuration_docs/object_storage.md:170
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "Troubleshooting" msgstr "Troubleshooting"
#: ../../administrator_documentation/configuration_docs/object_storage.md:154 #: ../../administrator_documentation/configuration_docs/object_storage.md
msgid "No Resolver Found"
msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:174
msgid "" msgid ""
"You may see the following error when streaming music from your " "You may see the following error when streaming music from your "
"S3-compatible store:" "S3-compatible store:"
msgstr "" msgstr ""
"You may see the following error when streaming music from your S3-compatible " "You may see the following error when streaming music from your "
"store:" "S3-compatible store:"
#: ../../administrator_documentation/configuration_docs/object_storage.md:160 #: ../../administrator_documentation/configuration_docs/object_storage.md:180
msgid "" msgid ""
"This happens when the Nginx config is unable to use your servers DNS " "This happens when the Nginx config is unable to use your servers DNS "
"resolver. We're still looking into this issue. You can work around this " "resolver. We're still looking into this issue. You can work around this "
"by adding a resolver to the `location ~/_protected/media/(.+)` block." "by adding a resolver to the `location ~/_protected/media/(.+)` block."
msgstr "" msgstr ""
"This happens when the Nginx config is unable to use your servers DNS " "This happens when the Nginx config is unable to use your servers DNS "
"resolver. We're still looking into this issue. You can work around this by " "resolver. We're still looking into this issue. You can work around this "
"adding a resolver to the `location ~/_protected/media/(.+)` block." "by adding a resolver to the `location ~/_protected/media/(.+)` block."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 12:52+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"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"
@ -18,7 +18,7 @@ msgstr ""
"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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/import_docs/index.md:1 #: ../../administrator_documentation/import_docs/index.md:1
msgid "Import music from your server" msgid "Import music from your server"
@ -61,41 +61,41 @@ msgstr "Debian"
msgid "Docker" msgid "Docker"
msgstr "Docker" msgstr "Docker"
#: ../../administrator_documentation/import_docs/index.md:32 #: ../../administrator_documentation/import_docs/index.md:37
msgid "Get demo music" msgid "Get demo music"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:34 #: ../../administrator_documentation/import_docs/index.md:39
msgid "" msgid ""
"If you don't have music on your server, you can download creative commons" "If you don't have music on your server, you can download creative commons"
" music to test imports with. The Funkwhale project provides a collection " " music to test imports with. The Funkwhale project provides a collection "
"courtesy of [Jamendo](https://jamendo.com). To download these tracks:" "courtesy of [Jamendo](https://jamendo.com). To download these tracks:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:36 #: ../../administrator_documentation/import_docs/index.md:41
msgid "Download the shell script." msgid "Download the shell script."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:42 #: ../../administrator_documentation/import_docs/index.md:47
msgid "Download the music list." msgid "Download the music list."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:48 #: ../../administrator_documentation/import_docs/index.md:53
msgid "Run the shell script against the music list to download the tracks." msgid "Run the shell script against the music list to download the tracks."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:54 #: ../../administrator_documentation/import_docs/index.md:59
msgid "" msgid ""
"This downloads a set compressed albums to your `data/music` directory and" "This downloads a set compressed albums to your `data/music` directory and"
" unzips them. You can then import these tracks using the methods in this " " unzips them. You can then import these tracks using the methods in this "
"article." "article."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:56 #: ../../administrator_documentation/import_docs/index.md:61
msgid "Find your library ID" msgid "Find your library ID"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:58 #: ../../administrator_documentation/import_docs/index.md:63
msgid "" msgid ""
"You need to create a library before you can import music. Follow the " "You need to create a library before you can import music. Follow the "
"instructions in [Create a " "instructions in [Create a "
@ -103,88 +103,88 @@ msgid ""
"started." "started."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:60 #: ../../administrator_documentation/import_docs/index.md:65
msgid "" msgid ""
"Once you've created your library, you can find its ID by following these " "Once you've created your library, you can find its ID by following these "
"steps:" "steps:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:62 #: ../../administrator_documentation/import_docs/index.md:67
msgid "" msgid ""
"Visit `https://<yourdomain>/content/libraries/` in your browser. This " "Visit `https://<yourdomain>/content/libraries/` in your browser. This "
"page contains a list of your libraries." "page contains a list of your libraries."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:63 #: ../../administrator_documentation/import_docs/index.md:68
msgid "" msgid ""
"Find the library you want to upload content into. Select " "Find the library you want to upload content into. Select "
"{guilabel}`Library details` to open the library details page." "{guilabel}`Library details` to open the library details page."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:64 #: ../../administrator_documentation/import_docs/index.md:69
msgid "" msgid ""
"Your library's ID is the long string of letters and numbers shown in the " "Your library's ID is the long string of letters and numbers shown in the "
"URL bar. Copy the content before the first hyphen (`-`)." "URL bar. Copy the content before the first hyphen (`-`)."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:66 #: ../../administrator_documentation/import_docs/index.md:71
msgid "" msgid ""
"For example, if your library ID is `769a2bc3-eb1d-4aff-" "For example, if your library ID is `769a2bc3-eb1d-4aff-"
"9f84-2c4d80d5c2d1`, copy the `769a2bc3`. You can use this as a shorthand " "9f84-2c4d80d5c2d1`, copy the `769a2bc3`. You can use this as a shorthand "
"reference for your library." "reference for your library."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:68 #: ../../administrator_documentation/import_docs/index.md:73
msgid "Import your music" msgid "Import your music"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:70 #: ../../administrator_documentation/import_docs/index.md:75
msgid "Copy files from your server" msgid "Copy files from your server"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:72 #: ../../administrator_documentation/import_docs/index.md:77
msgid "" msgid ""
"Once you have your library ID, you can copy content from your server and " "Once you have your library ID, you can copy content from your server and "
"import it into the library. To do this:" "import it into the library. To do this:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:74 #: ../../administrator_documentation/import_docs/index.md:79
#: ../../administrator_documentation/import_docs/index.md:148 #: ../../administrator_documentation/import_docs/index.md:162
msgid "Log in to your server and navigate to your Funkwhale directory." msgid "Log in to your server and navigate to your Funkwhale directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:80 #: ../../administrator_documentation/import_docs/index.md:85
#: ../../administrator_documentation/import_docs/index.md:155 #: ../../administrator_documentation/import_docs/index.md:169
msgid "" msgid ""
"Export your library ID to reference it later. In this example, the " "Export your library ID to reference it later. In this example, the "
"library ID is \"769a2bc3\". Replace this with your library ID." "library ID is \"769a2bc3\". Replace this with your library ID."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:86 #: ../../administrator_documentation/import_docs/index.md:91
msgid "" msgid ""
"Run the `import_files` command to copy your files. In this example, the " "Run the `import_files` command to copy your files. In this example, the "
"music is stored in `data/music`. Replace this with your music directory." "music is stored in `data/music`. Replace this with your music directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:92 #: ../../administrator_documentation/import_docs/index.md:97
msgid "Funkwhale copies your files to your media store." msgid "Funkwhale copies your files to your media store."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:94 #: ../../administrator_documentation/import_docs/index.md:99
msgid "Access your files in-place" msgid "Access your files in-place"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:96 #: ../../administrator_documentation/import_docs/index.md:101
msgid "" msgid ""
"The in-place import method references your files in their current " "The in-place import method references your files in their current "
"directory. This is useful if you have limited storage space." "directory. This is useful if you have limited storage space."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:98 #: ../../administrator_documentation/import_docs/index.md:103
msgid "Link your file directory" msgid "Link your file directory"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:100 #: ../../administrator_documentation/import_docs/index.md:105
msgid "" msgid ""
"We recommend you symbolically link your music directories to " "We recommend you symbolically link your music directories to "
"`/srv/funkwhale/data/music`. You can then run the `import_files` command " "`/srv/funkwhale/data/music`. You can then run the `import_files` command "
@ -192,21 +192,21 @@ msgid ""
"needing to add to them to your webserver." "needing to add to them to your webserver."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:104 #: ../../administrator_documentation/import_docs/index.md:113
msgid "" msgid ""
"To link your storage directory to the Funkwhale store, use the `ln -s` " "To link your storage directory to the Funkwhale store, use the `ln -s` "
"command. For example, if you have an NFS share at `/media/nfsshare`, you " "command. For example, if you have an NFS share at `/media/nfsshare`, you "
"can link it to a folder like this:" "can link it to a folder like this:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:110 #: ../../administrator_documentation/import_docs/index.md:119
#: ../../administrator_documentation/import_docs/index.md:138 #: ../../administrator_documentation/import_docs/index.md:148
msgid "" msgid ""
"You can then run the `import_files` command against " "You can then run the `import_files` command against "
"`/srv/funkwhale/data/music/nfsshare`." "`/srv/funkwhale/data/music/nfsshare`."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:116 #: ../../administrator_documentation/import_docs/index.md:126
msgid "" msgid ""
"On a Docker install you can use bind mounts to reference your storage " "On a Docker install you can use bind mounts to reference your storage "
"directory. To do this, you need to add the directory to the `api` and " "directory. To do this, you need to add the directory to the `api` and "
@ -215,15 +215,15 @@ msgid ""
"your `docker-compose.yml` file:" "your `docker-compose.yml` file:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:142 #: ../../administrator_documentation/import_docs/index.md:152
msgid "Import your files" msgid "Import your files"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:144 #: ../../administrator_documentation/import_docs/index.md:154
msgid "To use the in-place import method, follow these steps:" msgid "To use the in-place import method, follow these steps:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:154 #: ../../administrator_documentation/import_docs/index.md:168
msgid "" msgid ""
"Add your storage location to your `.env` file if you don't want to link " "Add your storage location to your `.env` file if you don't want to link "
"it to the Funkwhale store. See the [in-place import configuration " "it to the Funkwhale store. See the [in-place import configuration "
@ -231,21 +231,21 @@ msgid ""
"configuration) for more information." "configuration) for more information."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:161 #: ../../administrator_documentation/import_docs/index.md:175
msgid "" msgid ""
"Run your import command against your music storage directory. In this " "Run your import command against your music storage directory. In this "
"example, the storage directory is `/srv/funkwhale/data/music/nfsshare`. " "example, the storage directory is `/srv/funkwhale/data/music/nfsshare`. "
"Replace this with your storage directory." "Replace this with your storage directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:167 #: ../../administrator_documentation/import_docs/index.md:181
#: ../../administrator_documentation/import_docs/index.md:180 #: ../../administrator_documentation/import_docs/index.md:195
msgid "" msgid ""
"Funkwhale imports the music in your storage directory into the specified " "Funkwhale imports the music in your storage directory into the specified "
"library." "library."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:173 #: ../../administrator_documentation/import_docs/index.md:188
msgid "" msgid ""
"Add your storage location to your `.env` file if you don't want to bind " "Add your storage location to your `.env` file if you don't want to bind "
"it to the Funkwhale store. See the [in-place import configuration " "it to the Funkwhale store. See the [in-place import configuration "
@ -253,39 +253,39 @@ msgid ""
"configuration) for more information." "configuration) for more information."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:174 #: ../../administrator_documentation/import_docs/index.md:189
msgid "Run your import command against your music storage directory:" msgid "Run your import command against your music storage directory:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:184 #: ../../administrator_documentation/import_docs/index.md:199
msgid "Album art" msgid "Album art"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:186 #: ../../administrator_documentation/import_docs/index.md:201
msgid "" msgid ""
"Funkwhale attempts to import album art for your music library. The import" "Funkwhale attempts to import album art for your music library. The import"
" process checks for the following." " process checks for the following."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:188 #: ../../administrator_documentation/import_docs/index.md:203
msgid "The cover embedded in the audio files (works with FLAC and MP3 files)." msgid "The cover embedded in the audio files (works with FLAC and MP3 files)."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:189 #: ../../administrator_documentation/import_docs/index.md:204
msgid "A `cover.jpg` or `cover.png` in the the track's directory." msgid "A `cover.jpg` or `cover.png` in the the track's directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:190 #: ../../administrator_documentation/import_docs/index.md:205
msgid "" msgid ""
"An `mbid` in the file's tags. If there is an `mbid`, the import process " "An `mbid` in the file's tags. If there is an `mbid`, the import process "
"tries to fetch cover art from Musicbrainz." "tries to fetch cover art from Musicbrainz."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:192 #: ../../administrator_documentation/import_docs/index.md:207
msgid "Watch for filesystem changes" msgid "Watch for filesystem changes"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:194 #: ../../administrator_documentation/import_docs/index.md:209
msgid "" msgid ""
"You can run the `import_files` command any time you add new files or " "You can run the `import_files` command any time you add new files or "
"update files. For larger collections, this may not be practical. To watch" "update files. For larger collections, this may not be practical. To watch"
@ -294,108 +294,95 @@ msgid ""
"and update your database when something changes." "and update your database when something changes."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:196 #: ../../administrator_documentation/import_docs/index.md:211
msgid "" msgid ""
"The `--watch` flag performs the following actions when it detects a " "The `--watch` flag performs the following actions when it detects a "
"change:" "change:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:198 #: ../../administrator_documentation/import_docs/index.md:213
msgid "File created imports the track." msgid "File created imports the track."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:199 #: ../../administrator_documentation/import_docs/index.md:214
msgid "File moved updates the location of the track in the database." msgid "File moved updates the location of the track in the database."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:200 #: ../../administrator_documentation/import_docs/index.md:215
msgid "File metadata updated updates the track metadata in the database." msgid "File metadata updated updates the track metadata in the database."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:201 #: ../../administrator_documentation/import_docs/index.md:216
msgid "File deleted removes the file from the database." msgid "File deleted removes the file from the database."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:205 #: ../../administrator_documentation/import_docs/index.md:259
msgid ""
"The `import_files --watch` command watches for changes to the following "
"metadata fields:"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:207
msgid "Track mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:208
msgid "Track title"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:209
msgid "Track position and disc number"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:210
msgid "Track license and copyright"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:211
msgid "Track genre"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:212
msgid "Album cover"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:213
msgid "Album title"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:214
msgid "Album mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:215
msgid "Album release date"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:216
msgid "Artist name"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:217
msgid "Artist mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:218
msgid "Album artist name"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:219
msgid "Album artist mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:239
msgid "Prune dangling metadata" msgid "Prune dangling metadata"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:241 #: ../../administrator_documentation/import_docs/index.md:261
msgid "" msgid ""
"Funkwhale doesn't delete track metadata when you delete a track. This is " "Funkwhale doesn't delete track metadata when you delete a track. This is "
"useful if you want to delete a file but keep a record of a track for " "useful if you want to delete a file but keep a record of a track for "
"created playlists or favorites." "created playlists or favorites."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:243 #: ../../administrator_documentation/import_docs/index.md:263
msgid "" msgid ""
"If you want to remove the file's metadata when you delete the file, run " "If you want to remove the file's metadata when you delete the file, run "
"`import_files` with the `--prune` flag. This flag removes the metadata of" "`import_files` with the `--prune` flag. This flag removes the metadata of"
" any" " any"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:246 #: ../../administrator_documentation/import_docs/index.md:266
msgid "" msgid ""
"You can use the `--prune` flag with the `--watch` flag. This means " "You can use the `--prune` flag with the `--watch` flag. This means "
"Funkwhale removes the metadata of referenced files you delete from your " "Funkwhale removes the metadata of referenced files you delete from your "
"storage." "storage."
msgstr "" msgstr ""
#~ msgid ""
#~ "The `import_files --watch` command watches "
#~ "for changes to the following metadata"
#~ " fields:"
#~ msgstr ""
#~ msgid "Track mbid"
#~ msgstr ""
#~ msgid "Track title"
#~ msgstr ""
#~ msgid "Track position and disc number"
#~ msgstr ""
#~ msgid "Track license and copyright"
#~ msgstr ""
#~ msgid "Track genre"
#~ msgstr ""
#~ msgid "Album cover"
#~ msgstr ""
#~ msgid "Album title"
#~ msgstr ""
#~ msgid "Album mbid"
#~ msgstr ""
#~ msgid "Album release date"
#~ msgstr ""
#~ msgid "Artist name"
#~ msgstr ""
#~ msgid "Artist mbid"
#~ msgstr ""
#~ msgid "Album artist name"
#~ msgstr ""
#~ msgid "Album artist mbid"
#~ msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"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-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/administrator_documentation-troubleshooting-backend/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/administrator_documentation-troubleshooting-backend/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/troubleshooting/backend.md:1 #: ../../administrator_documentation/troubleshooting/backend.md:1
msgid "Troubleshoot backend issues" msgid "Troubleshoot backend issues"
@ -51,10 +50,11 @@ msgid "Nginx"
msgstr "Nginx" msgstr "Nginx"
#: ../../administrator_documentation/troubleshooting/backend.md #: ../../administrator_documentation/troubleshooting/backend.md
msgid "Apache" #, fuzzy
msgid "Apache2"
msgstr "Apache" msgstr "Apache"
#: ../../administrator_documentation/troubleshooting/backend.md:29 #: ../../administrator_documentation/troubleshooting/backend.md:33
msgid "" msgid ""
"__API logs__ check these if you are having issues with the Funkwhale " "__API logs__ check these if you are having issues with the Funkwhale "
"app, federation, or imports." "app, federation, or imports."
@ -68,37 +68,37 @@ msgstr "Debian"
msgid "Docker" msgid "Docker"
msgstr "Docker" msgstr "Docker"
#: ../../administrator_documentation/troubleshooting/backend.md:47 #: ../../administrator_documentation/troubleshooting/backend.md:56
msgid "" msgid ""
"__Celery logs__ check these if a federation or import task isn't " "__Celery logs__ check these if a federation or import task isn't "
"working." "working."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:65 #: ../../administrator_documentation/troubleshooting/backend.md:79
msgid "Troubleshoot issues" msgid "Troubleshoot issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:67 #: ../../administrator_documentation/troubleshooting/backend.md:81
msgid "API issues" msgid "API issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:69 #: ../../administrator_documentation/troubleshooting/backend.md:83
msgid "If the API isn't serving audio files, try the following:" msgid "If the API isn't serving audio files, try the following:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:71 #: ../../administrator_documentation/troubleshooting/backend.md:85
msgid "" msgid ""
"If youre using Docker, check you have commented out the `MEDIA_ROOT` " "If youre using Docker, check you have commented out the `MEDIA_ROOT` "
"variable in your `.env` file." "variable in your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:72 #: ../../administrator_documentation/troubleshooting/backend.md:86
msgid "" msgid ""
"Check the `_protected/media` block in your webserver points to your media" "Check the `_protected/media` block in your webserver points to your media"
" path. This is `/srv/funkwhale/data/media` by default." " path. This is `/srv/funkwhale/data/media` by default."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:73 #: ../../administrator_documentation/troubleshooting/backend.md:87
msgid "" msgid ""
"If youre using the in-place import, check you have configured your media" "If youre using the in-place import, check you have configured your media"
" paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` " " paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` "
@ -106,135 +106,140 @@ msgid ""
"webserver can read these directories." "webserver can read these directories."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:75 #: ../../administrator_documentation/troubleshooting/backend.md:89
msgid "Import issues" msgid "Import issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:77 #: ../../administrator_documentation/troubleshooting/backend.md:91
msgid "If you're having issues importing files, try the following:" msgid "If you're having issues importing files, try the following:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:79 #: ../../administrator_documentation/troubleshooting/backend.md:93
msgid "Check that the file is encoded in a supported format" msgid "Check that the file is encoded in a supported format"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:83 #: ../../administrator_documentation/troubleshooting/backend.md
msgid "Supported formats"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:97
msgid "flac" msgid "flac"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:84 #: ../../administrator_documentation/troubleshooting/backend.md:98
msgid "ogg" msgid "ogg"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:85 #: ../../administrator_documentation/troubleshooting/backend.md:99
msgid "mp3" msgid "mp3"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:86 #: ../../administrator_documentation/troubleshooting/backend.md:100
msgid "opus" msgid "opus"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:87 #: ../../administrator_documentation/troubleshooting/backend.md:101
msgid "aac" msgid "aac"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:88 #: ../../administrator_documentation/troubleshooting/backend.md:102
msgid "m4a" msgid "m4a"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:89 #: ../../administrator_documentation/troubleshooting/backend.md:103
msgid "aiff" msgid "aiff"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:90 #: ../../administrator_documentation/troubleshooting/backend.md:104
msgid "aif" msgid "aif"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:94 #: ../../administrator_documentation/troubleshooting/backend.md:108
msgid "Make sure your files play in another media player." msgid "Make sure your files play in another media player."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:95 #: ../../administrator_documentation/troubleshooting/backend.md:109
msgid "" msgid ""
"Make sure your files are [tagged " "Make sure your files are [tagged "
"correctly](../../user_documentation/libraries/tag_music.md)." "correctly](../../user_documentation/libraries/tag_music.md)."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:96 #: ../../administrator_documentation/troubleshooting/backend.md:110
msgid "Check the Celery logs for errors during the import." msgid "Check the Celery logs for errors during the import."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:98 #: ../../administrator_documentation/troubleshooting/backend.md:112
msgid "Federation issues" msgid "Federation issues"
msgstr "Federation issues" msgstr "Federation issues"
#: ../../administrator_documentation/troubleshooting/backend.md:100 #: ../../administrator_documentation/troubleshooting/backend.md:114
msgid "If you are having issues accessing federated content, try the following:" msgid "If you are having issues accessing federated content, try the following:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:102 #: ../../administrator_documentation/troubleshooting/backend.md:116
msgid "" msgid ""
"Check that the remote library received your follow request and approved " "Check that the remote library received your follow request and approved "
"it." "it."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:103 #: ../../administrator_documentation/troubleshooting/backend.md:117
msgid "Trigger a library scan in the Funkwhale frontend." msgid "Trigger a library scan in the Funkwhale frontend."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:104 #: ../../administrator_documentation/troubleshooting/backend.md:118
msgid "Check the Celery logs for errors during the scan." msgid "Check the Celery logs for errors during the scan."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:106 #: ../../administrator_documentation/troubleshooting/backend.md:120
msgid "Memory tracing" msgid "Memory tracing"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:108 #: ../../administrator_documentation/troubleshooting/backend.md:122
msgid "" msgid ""
"If your Funkwhale server uses more memory than expected, you can check " "If your Funkwhale server uses more memory than expected, you can check "
"the footprint of requests. This requires a middleware to check memory " "the footprint of requests. This requires a middleware to check memory "
"allocation. To set up this middleware:" "allocation. To set up this middleware:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:110 #: ../../administrator_documentation/troubleshooting/backend.md:124
msgid "Add the middleware to your `.env` file." msgid "Add the middleware to your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:116 #: ../../administrator_documentation/troubleshooting/backend.md:130
msgid "Enable memory tracing in your `.env` file." msgid "Enable memory tracing in your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:122 #: ../../administrator_documentation/troubleshooting/backend.md:136
#: ../../administrator_documentation/troubleshooting/backend.md:156 #: ../../administrator_documentation/troubleshooting/backend.md:175
msgid "Restart your Funkwhale server." msgid "Restart your Funkwhale server."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:140 #: ../../administrator_documentation/troubleshooting/backend.md:159
msgid "" msgid ""
"The middleware prints out the top 25 memory allocations to the API logs. " "The middleware prints out the top 25 memory allocations to the API logs. "
"You can use these to see what requests use the most memory." "You can use these to see what requests use the most memory."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:142 #: ../../administrator_documentation/troubleshooting/backend.md:161
msgid "To disable memory tracing:" msgid "To disable memory tracing:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:144 #: ../../administrator_documentation/troubleshooting/backend.md:163
msgid "Remove the middleware from your `.env` file." msgid "Remove the middleware from your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:150 #: ../../administrator_documentation/troubleshooting/backend.md:169
msgid "Disable memory tracing in your `.env` file." msgid "Disable memory tracing in your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:174 #: ../../administrator_documentation/troubleshooting/backend.md:198
msgid "Get help" msgid "Get help"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:176 #: ../../administrator_documentation/troubleshooting/backend.md:200
msgid "" msgid ""
"If you can't solve the issue yourself, ask the community for help. Check " "If you can't solve the issue yourself, ask the community for help. Check "
"out the [get help](get_help.md) guide for information about where to ask " "out the [get help](get_help.md) guide for information about where to ask "
"your question and what details to provide." "your question and what details to provide."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"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-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/administrator_documentation-uninstall_docs-debian/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/administrator_documentation-uninstall_docs-debian/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/uninstall_docs/debian.md:1 #: ../../administrator_documentation/uninstall_docs/debian.md:1
msgid "Uninstall Debian installation" msgid "Uninstall Debian installation"
@ -77,13 +76,13 @@ msgstr ""
msgid "Nginx" msgid "Nginx"
msgstr "Nginx" msgstr "Nginx"
#: ../../administrator_documentation/uninstall_docs/debian.md:54 #: ../../administrator_documentation/uninstall_docs/debian.md:58
#: ../../administrator_documentation/uninstall_docs/debian.md:72 #: ../../administrator_documentation/uninstall_docs/debian.md:77
msgid "Remove the configuration files from your web host." msgid "Remove the configuration files from your web host."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:62 #: ../../administrator_documentation/uninstall_docs/debian.md:66
#: ../../administrator_documentation/uninstall_docs/debian.md:79 #: ../../administrator_documentation/uninstall_docs/debian.md:84
msgid "Reload the web server." msgid "Reload the web server."
msgstr "" msgstr ""
@ -91,73 +90,77 @@ msgstr ""
msgid "Apache2" msgid "Apache2"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:87 #: ../../administrator_documentation/uninstall_docs/debian.md:92
msgid "Remove the Funkwhale database" msgid "Remove the Funkwhale database"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:90 #: ../../administrator_documentation/uninstall_docs/debian.md:95
msgid "" msgid ""
"This action is __irreversible__. Make sure you have [backed up your " "This action is __irreversible__. Make sure you have [backed up your "
"data](../upgrade_docs/backup.md) before proceeding." "data](../upgrade_docs/backup.md) before proceeding."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:93 #: ../../administrator_documentation/uninstall_docs/debian.md:98
msgid "" msgid ""
"Once you have stopped the Funkwhale services, you can remove the " "Once you have stopped the Funkwhale services, you can remove the "
"Funkwhale database." "Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:95 #: ../../administrator_documentation/uninstall_docs/debian.md:100
msgid "Navigate to your Funkwhale directory." msgid "Navigate to your Funkwhale directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:101 #: ../../administrator_documentation/uninstall_docs/debian.md:106
msgid "Delete the Funkwhale database." msgid "Delete the Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:107 #: ../../administrator_documentation/uninstall_docs/debian.md:112
msgid "Delete the Funkwhale user." msgid "Delete the Funkwhale user."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:113 #: ../../administrator_documentation/uninstall_docs/debian.md:118
msgid "Delete the Funkwhale account" msgid "Delete the Funkwhale account"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:116 #: ../../administrator_documentation/uninstall_docs/debian.md:121
msgid "" msgid ""
"This action deletes the `/srv/funkwhale/` directory. Make sure you have " "This action deletes the `/srv/funkwhale/` directory. Make sure you have "
"[backed up any data](../upgrade_docs/backup.md) you want to keep." "[backed up any data](../upgrade_docs/backup.md) you want to keep."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:119 #: ../../administrator_documentation/uninstall_docs/debian.md:124
msgid "" msgid ""
"Once you have removed the database, you can delete the `funkwhale` user " "Once you have removed the database, you can delete the `funkwhale` user "
"and all associated data." "and all associated data."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:125 #: ../../administrator_documentation/uninstall_docs/debian.md:130
msgid "" msgid ""
"This deletes the `funkwhale` user and everything in their home directory " "This deletes the `funkwhale` user and everything in their home directory "
"(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store," "(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store,"
" you need to delete this data separately." " you need to delete this data separately."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:127 #: ../../administrator_documentation/uninstall_docs/debian.md:132
msgid "Uninstall dependencies" msgid "Uninstall dependencies"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:129 #: ../../administrator_documentation/uninstall_docs/debian.md:134
msgid "Funkwhale uses the following dependencies on your server:" msgid "Funkwhale uses the following dependencies on your server:"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md #: ../../administrator_documentation/uninstall_docs/debian.md
msgid "apt" msgid "Apt"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md #: ../../administrator_documentation/uninstall_docs/debian.md
msgid "Python" msgid "Python"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:160 #: ../../administrator_documentation/uninstall_docs/debian.md:170
msgid "Uninstall any dependencies you don't need." msgid "Uninstall any dependencies you don't need."
msgstr "" msgstr ""
#~ msgid "apt"
#~ msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"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-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/"
"administrator_documentation-uninstall_docs-quick_install/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/administrator_documentation-uninstall_docs-quick_install/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../administrator_documentation/uninstall_docs/quick_install.md:1 #: ../../administrator_documentation/uninstall_docs/quick_install.md:1
msgid "Uninstall using the quick install script" msgid "Uninstall using the quick install script"
@ -79,13 +78,13 @@ msgstr ""
msgid "Nginx" msgid "Nginx"
msgstr "Nginx" msgstr "Nginx"
#: ../../administrator_documentation/uninstall_docs/quick_install.md:54 #: ../../administrator_documentation/uninstall_docs/quick_install.md:58
#: ../../administrator_documentation/uninstall_docs/quick_install.md:72 #: ../../administrator_documentation/uninstall_docs/quick_install.md:77
msgid "Remove the configuration files from your web host." msgid "Remove the configuration files from your web host."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:62 #: ../../administrator_documentation/uninstall_docs/quick_install.md:66
#: ../../administrator_documentation/uninstall_docs/quick_install.md:79 #: ../../administrator_documentation/uninstall_docs/quick_install.md:84
msgid "Reload the web server." msgid "Reload the web server."
msgstr "" msgstr ""
@ -93,75 +92,79 @@ msgstr ""
msgid "Apache2" msgid "Apache2"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:87 #: ../../administrator_documentation/uninstall_docs/quick_install.md:92
msgid "Remove the Funkwhale database" msgid "Remove the Funkwhale database"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:90 #: ../../administrator_documentation/uninstall_docs/quick_install.md:95
msgid "" msgid ""
"This action is __irreversible__. Make sure you have [backed up your " "This action is __irreversible__. Make sure you have [backed up your "
"data](../upgrade_docs/backup.md) before proceeding." "data](../upgrade_docs/backup.md) before proceeding."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:93 #: ../../administrator_documentation/uninstall_docs/quick_install.md:98
msgid "" msgid ""
"Once you have stopped the Funkwhale services, you can remove the " "Once you have stopped the Funkwhale services, you can remove the "
"Funkwhale database." "Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:95 #: ../../administrator_documentation/uninstall_docs/quick_install.md:100
msgid "Navigate to your Funkwhale directory." msgid "Navigate to your Funkwhale directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:101 #: ../../administrator_documentation/uninstall_docs/quick_install.md:106
msgid "Delete the Funkwhale database." msgid "Delete the Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:107 #: ../../administrator_documentation/uninstall_docs/quick_install.md:112
msgid "Delete the Funkwhale user." msgid "Delete the Funkwhale user."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:113 #: ../../administrator_documentation/uninstall_docs/quick_install.md:118
msgid "Delete the Funkwhale account" msgid "Delete the Funkwhale account"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:116 #: ../../administrator_documentation/uninstall_docs/quick_install.md:121
msgid "" msgid ""
"This action deletes the `/srv/funkwhale/` directory. Make sure you have " "This action deletes the `/srv/funkwhale/` directory. Make sure you have "
"[backed up any data](../upgrade_docs/backup.md) you want to keep." "[backed up any data](../upgrade_docs/backup.md) you want to keep."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:119 #: ../../administrator_documentation/uninstall_docs/quick_install.md:124
msgid "" msgid ""
"Once you have removed the database, you can delete the `funkwhale` user " "Once you have removed the database, you can delete the `funkwhale` user "
"and all associated data." "and all associated data."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:125 #: ../../administrator_documentation/uninstall_docs/quick_install.md:130
msgid "" msgid ""
"This deletes the `funkwhale` user and everything in their home directory " "This deletes the `funkwhale` user and everything in their home directory "
"(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store," "(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store,"
" you need to delete this data separately." " you need to delete this data separately."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:127 #: ../../administrator_documentation/uninstall_docs/quick_install.md:132
msgid "Uninstall dependencies" msgid "Uninstall dependencies"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:129 #: ../../administrator_documentation/uninstall_docs/quick_install.md:134
msgid "" msgid ""
"The quick install script installs the following dependencies on your " "The quick install script installs the following dependencies on your "
"server:" "server:"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md #: ../../administrator_documentation/uninstall_docs/quick_install.md
msgid "apt" msgid "Apt"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md #: ../../administrator_documentation/uninstall_docs/quick_install.md
msgid "Python" msgid "Python"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:160 #: ../../administrator_documentation/uninstall_docs/quick_install.md:170
msgid "Uninstall any dependencies you don't need." msgid "Uninstall any dependencies you don't need."
msgstr "" msgstr ""
#~ msgid "apt"
#~ msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +1,23 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, The Funkwhale Collective # Copyright (C) 2022, The Funkwhale Collective
# This file is distributed under the same license as the funkwhale package. # This file is distributed under the same license as the funkwhale package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.3\n" "Project-Id-Version: funkwhale 1.2.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-04 09:00+0200\n" "POT-Creation-Date: 2022-07-23 12:20+0200\n"
"PO-Revision-Date: 2022-07-03 21:06+0000\n" "PO-Revision-Date: 2022-07-03 21:06+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/index/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"MIME-Version: 1.0\n" "Language-Team: English (United Kingdom) "
"Content-Type: text/plain; charset=UTF-8\n" "<https://translate.funkwhale.audio/projects/documentation/index/en_GB/>\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.13\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../index.md:7 #: ../../index.md:7
msgid "User documentation" msgid "User documentation"
@ -27,23 +27,23 @@ msgstr "User documentation"
msgid "Admin documentation" msgid "Admin documentation"
msgstr "Admin documentation" msgstr "Admin documentation"
#: ../../index.md:41 #: ../../index.md:49
msgid "Moderator documentation" msgid "Moderator documentation"
msgstr "Moderator documentation" msgstr "Moderator documentation"
#: ../../index.md:58 #: ../../index.md:66
msgid "Developer documentation" msgid "Developer documentation"
msgstr "Developer documentation" msgstr "Developer documentation"
#: ../../index.md:70 #: ../../index.md:78
msgid "Contributor documentation" msgid "Contributor documentation"
msgstr "Contributor documentation" msgstr "Contributor documentation"
#: ../../index.md:82 #: ../../index.md:90
msgid "Reference" msgid "Reference"
msgstr "Reference" msgstr "Reference"
#: ../../index.md:93 #: ../../index.md:101
msgid "Changes" msgid "Changes"
msgstr "Changes" msgstr "Changes"
@ -52,64 +52,96 @@ msgid "Welcome to Funkwhale's documentation"
msgstr "Welcome to Funkwhale's documentation" msgstr "Welcome to Funkwhale's documentation"
#: ../../index.md:3 #: ../../index.md:3
msgid "Funkwhale is a self-hosted audio player and publication platform. It enables users to build libraries of existing content and publish their own." msgid ""
"Funkwhale is a self-hosted audio player and publication platform. It "
"enables users to build libraries of existing content and publish their "
"own."
msgstr "" msgstr ""
"Funkwhale is a self-hosted audio player and publication platform. It enables " "Funkwhale is a self-hosted audio player and publication platform. It "
"users to build libraries of existing content and publish their own." "enables users to build libraries of existing content and publish their "
"own."
#: ../../index.md:5 #: ../../index.md:5
msgid "Funkwhale uses the [ActivityPub protocol](https://www.w3.org/TR/activitypub/) to talk to other apps across the {term}`Fediverse`. Users can share content between {term}`Funkwhale pods <Pod>` or with other Fediverse software." msgid ""
"Funkwhale uses the [ActivityPub "
"protocol](https://www.w3.org/TR/activitypub/) to talk to other apps "
"across the {term}`Fediverse`. Users can share content between "
"{term}`Funkwhale pods <Pod>` or with other Fediverse software."
msgstr "" msgstr ""
"Funkwhale uses the [ActivityPub protocol](https://www.w3.org/TR/activitypub/)" "Funkwhale uses the [ActivityPub "
" to talk to other apps across the {term}`Fediverse`. Users can share content " "protocol](https://www.w3.org/TR/activitypub/) to talk to other apps "
"between {term}`Funkwhale pods <Pod>` or with other Fediverse software." "across the {term}`Fediverse`. Users can share content between "
"{term}`Funkwhale pods <Pod>` or with other Fediverse software."
#: ../../index.md:109 #: ../../index.md:118
msgid "{fa}`user` Users" #, fuzzy
msgstr "{fa}`user` Users" msgid "{fa}`user` Users"
msgstr "{fa}`users` Contributors"
#: ../../index.md:112 #: ../../index.md:121
msgid "Looking to use Funkwhale for your content? Read through our guides to master the app!" msgid ""
"Looking to use Funkwhale for your content? Read through our guides to "
"master the app!"
msgstr "" msgstr ""
"Looking to use Funkwhale for your content? Read through our guides to master " "Looking to use Funkwhale for your content? Read through our guides to "
"the app!" "master the app!"
#: ../../index.md:124 #: ../../index.md:125 ../../index.md:146 ../../index.md:167 ../../index.md:188
#: ../../index.md:213
msgid "Get started"
msgstr ""
#: ../../index.md:139
msgid "{fa}`wrench` Admins" msgid "{fa}`wrench` Admins"
msgstr "{fa}`wrench` Admins" msgstr "{fa}`wrench` Admins"
#: ../../index.md:127 #: ../../index.md:142
msgid "Want to host your own Funkwhale pod? Our admin documentation guides you through the process." msgid ""
"Want to host your own Funkwhale pod? Our admin documentation guides you "
"through the process."
msgstr "" msgstr ""
"Want to host your own Funkwhale pod? Our admin documentation guides you " "Want to host your own Funkwhale pod? Our admin documentation guides you "
"through the process." "through the process."
#: ../../index.md:138 #: ../../index.md:160
msgid "{fa}`shield` Moderators" msgid "{fa}`shield` Moderators"
msgstr "{fa}`shield` Moderators" msgstr "{fa}`shield` Moderators"
#: ../../index.md:141 #: ../../index.md:163
msgid "Keeping your users safe from harassment and spam or clearing illegal content? Check out our moderator docs." msgid ""
"Keeping your users safe from harassment and spam or clearing illegal "
"content? Check out our moderator docs."
msgstr "" msgstr ""
"Keeping your users safe from harassment and spam or clearing illegal " "Keeping your users safe from harassment and spam or clearing illegal "
"content? Check out our moderator docs." "content? Check out our moderator docs."
#: ../../index.md:152 #: ../../index.md:181
msgid "{fa}`code` Developers" msgid "{fa}`code` Developers"
msgstr "{fa}`code` Developers" msgstr "{fa}`code` Developers"
#: ../../index.md:155 #: ../../index.md:184
msgid "Want to use Funkwhale's API or help with the project? Our developer docs give you what you need to get started." msgid ""
"Want to use Funkwhale's API or help with the project? Our developer docs "
"give you what you need to get started."
msgstr "" msgstr ""
"Want to use Funkwhale's API or help with the project? Our developer docs " "Want to use Funkwhale's API or help with the project? Our developer docs "
"give you what you need to get started." "give you what you need to get started."
#: ../../index.md:167 #: ../../index.md:206
msgid "{fa}`users` Contributors" msgid "{fa}`users` Contributors"
msgstr "{fa}`users` Contributors" msgstr "{fa}`users` Contributors"
#: ../../index.md:170 #: ../../index.md:209
msgid "Want to help make Funkwhale even better? Check out these guides for some ideas." msgid ""
"Want to help make Funkwhale even better? Check out these guides for some "
"ideas."
msgstr "" msgstr ""
"Want to help make Funkwhale even better? Check out these guides for some " "Want to help make Funkwhale even better? Check out these guides for some "
"ideas." "ideas."
#~ msgid "{fa}`user` Users"
#~ msgstr "{fa}`user` Users"
#~ msgid "{octicon}`person` Users"
#~ msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-allow_listing-add_domain/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-allow_listing-add_domain/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/allow_listing/add_domain.md:1 #: ../../moderator_documentation/allow_listing/add_domain.md:1
msgid "Add a domain to your allow-list" msgid "Add a domain to your allow-list"
@ -31,7 +30,11 @@ msgid ""
"allow-list to interact with it. You can add new domains in two ways:" "allow-list to interact with it. You can add new domains in two ways:"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:10 #: ../../moderator_documentation/allow_listing/add_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -39,11 +42,11 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/allow_listing/add_domain.md:13 #: ../../moderator_documentation/allow_listing/add_domain.md:15
msgid "Add a new domain" msgid "Add a new domain"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:15 #: ../../moderator_documentation/allow_listing/add_domain.md:17
msgid "To add a domain that is not currently in your domains list:" msgid "To add a domain that is not currently in your domains list:"
msgstr "" msgstr ""
@ -51,55 +54,55 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/allow_listing/add_domain.md:19 #: ../../moderator_documentation/allow_listing/add_domain.md:25
#: ../../moderator_documentation/allow_listing/add_domain.md:31 #: ../../moderator_documentation/allow_listing/add_domain.md:38
#: ../../moderator_documentation/allow_listing/add_domain.md:49 #: ../../moderator_documentation/allow_listing/add_domain.md:60
#: ../../moderator_documentation/allow_listing/add_domain.md:61 #: ../../moderator_documentation/allow_listing/add_domain.md:73
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/allow_listing/add_domain.md:20 #: ../../moderator_documentation/allow_listing/add_domain.md:26
#: ../../moderator_documentation/allow_listing/add_domain.md:50 #: ../../moderator_documentation/allow_listing/add_domain.md:61
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/allow_listing/add_domain.md:21 #: ../../moderator_documentation/allow_listing/add_domain.md:27
#: ../../moderator_documentation/allow_listing/add_domain.md:33 #: ../../moderator_documentation/allow_listing/add_domain.md:40
#: ../../moderator_documentation/allow_listing/add_domain.md:51 #: ../../moderator_documentation/allow_listing/add_domain.md:62
#: ../../moderator_documentation/allow_listing/add_domain.md:63 #: ../../moderator_documentation/allow_listing/add_domain.md:75
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/allow_listing/add_domain.md:22 #: ../../moderator_documentation/allow_listing/add_domain.md:28
#: ../../moderator_documentation/allow_listing/add_domain.md:34 #: ../../moderator_documentation/allow_listing/add_domain.md:41
#: ../../moderator_documentation/allow_listing/add_domain.md:52 #: ../../moderator_documentation/allow_listing/add_domain.md:63
#: ../../moderator_documentation/allow_listing/add_domain.md:64 #: ../../moderator_documentation/allow_listing/add_domain.md:76
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:23 #: ../../moderator_documentation/allow_listing/add_domain.md:29
#: ../../moderator_documentation/allow_listing/add_domain.md:35 #: ../../moderator_documentation/allow_listing/add_domain.md:42
msgid "" msgid ""
"Enter the URL of the Fediverse server you want to add in the " "Enter the URL of the Fediverse server you want to add in the "
"{guilabel}`Add a domain` field." "{guilabel}`Add a domain` field."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:24 #: ../../moderator_documentation/allow_listing/add_domain.md:30
#: ../../moderator_documentation/allow_listing/add_domain.md:36 #: ../../moderator_documentation/allow_listing/add_domain.md:43
msgid "" msgid ""
"Check ({fa}`check-square`) the checkbox labeled {guilabel}`Add to allow-" "Check ({fa}`check-square`) the checkbox labeled {guilabel}`Add to allow-"
"list`." "list`."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:25 #: ../../moderator_documentation/allow_listing/add_domain.md:31
#: ../../moderator_documentation/allow_listing/add_domain.md:37 #: ../../moderator_documentation/allow_listing/add_domain.md:44
msgid "Select {guilabel}`Add`." msgid "Select {guilabel}`Add`."
msgstr "" msgstr ""
@ -107,44 +110,45 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/allow_listing/add_domain.md:32 #: ../../moderator_documentation/allow_listing/add_domain.md:39
#: ../../moderator_documentation/allow_listing/add_domain.md:62 #: ../../moderator_documentation/allow_listing/add_domain.md:74
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:41 #: ../../moderator_documentation/allow_listing/add_domain.md:48
msgid "That's it! You've added the domain to your pod's allow-list." msgid "That's it! You've added the domain to your pod's allow-list."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:43 #: ../../moderator_documentation/allow_listing/add_domain.md:50
msgid "Add a known domain" msgid "Add a known domain"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:45 #: ../../moderator_documentation/allow_listing/add_domain.md:52
msgid "To add a domain that is already in your pod's domain list:" msgid "To add a domain that is already in your pod's domain list:"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:53 #: ../../moderator_documentation/allow_listing/add_domain.md:64
#: ../../moderator_documentation/allow_listing/add_domain.md:65 #: ../../moderator_documentation/allow_listing/add_domain.md:77
msgid "" msgid ""
"Check ({fa}`check-square`) the checkbox next to the domain(s) you want to" "Check ({fa}`check-square`) the checkbox next to the domain(s) you want to"
" add to the allow-list." " add to the allow-list."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:54 #: ../../moderator_documentation/allow_listing/add_domain.md:65
#: ../../moderator_documentation/allow_listing/add_domain.md:66 #: ../../moderator_documentation/allow_listing/add_domain.md:78
msgid "Select {guilabel}`Add to allow-list` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Add to allow-list` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:55 #: ../../moderator_documentation/allow_listing/add_domain.md:66
#: ../../moderator_documentation/allow_listing/add_domain.md:67 #: ../../moderator_documentation/allow_listing/add_domain.md:79
msgid "" msgid ""
"Select {guilabel}`Go`. A green tick ({fa}`check`) appears next to the " "Select {guilabel}`Go`. A green tick ({fa}`check`) appears next to the "
"domain(s)" "domain(s)"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:71 #: ../../moderator_documentation/allow_listing/add_domain.md:83
msgid "You're done! You've added the domain to your pod's allow-list." msgid "You're done! You've added the domain to your pod's allow-list."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-allow_listing-remove_domain/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-allow_listing-remove_domain/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/allow_listing/remove_domain.md:1 #: ../../moderator_documentation/allow_listing/remove_domain.md:1
msgid "Remove a domain from your allow-list" msgid "Remove a domain from your allow-list"
@ -31,7 +30,11 @@ msgid ""
"communicating with it." "communicating with it."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:6 #: ../../moderator_documentation/allow_listing/remove_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -39,7 +42,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/allow_listing/remove_domain.md:9 #: ../../moderator_documentation/allow_listing/remove_domain.md:11
msgid "To remove a domain from your allow-list:" msgid "To remove a domain from your allow-list:"
msgstr "" msgstr ""
@ -47,48 +50,48 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/allow_listing/remove_domain.md:13 #: ../../moderator_documentation/allow_listing/remove_domain.md:19
#: ../../moderator_documentation/allow_listing/remove_domain.md:25 #: ../../moderator_documentation/allow_listing/remove_domain.md:32
msgid "Log in to your pod." msgid "Log in to your pod."
msgstr "Log in to your pod." msgstr "Log in to your pod."
#: ../../moderator_documentation/allow_listing/remove_domain.md:14 #: ../../moderator_documentation/allow_listing/remove_domain.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/allow_listing/remove_domain.md:15 #: ../../moderator_documentation/allow_listing/remove_domain.md:21
#: ../../moderator_documentation/allow_listing/remove_domain.md:27 #: ../../moderator_documentation/allow_listing/remove_domain.md:34
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/allow_listing/remove_domain.md:16 #: ../../moderator_documentation/allow_listing/remove_domain.md:22
#: ../../moderator_documentation/allow_listing/remove_domain.md:28 #: ../../moderator_documentation/allow_listing/remove_domain.md:35
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:17 #: ../../moderator_documentation/allow_listing/remove_domain.md:23
#: ../../moderator_documentation/allow_listing/remove_domain.md:29 #: ../../moderator_documentation/allow_listing/remove_domain.md:36
msgid "" msgid ""
"Check ({fa}`check-square`) the checkbox next to the domain(s) you want to" "Check ({fa}`check-square`) the checkbox next to the domain(s) you want to"
" add to the allow-list." " add to the allow-list."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:18 #: ../../moderator_documentation/allow_listing/remove_domain.md:24
#: ../../moderator_documentation/allow_listing/remove_domain.md:30 #: ../../moderator_documentation/allow_listing/remove_domain.md:37
msgid "" msgid ""
"Select {guilabel}`Remove from allow-list` in the {guilabel}`Actions` " "Select {guilabel}`Remove from allow-list` in the {guilabel}`Actions` "
"dropdown." "dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:19 #: ../../moderator_documentation/allow_listing/remove_domain.md:25
#: ../../moderator_documentation/allow_listing/remove_domain.md:31 #: ../../moderator_documentation/allow_listing/remove_domain.md:38
msgid "Select {guilabel}`Go`." msgid "Select {guilabel}`Go`."
msgstr "" msgstr ""
@ -96,12 +99,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/allow_listing/remove_domain.md:26 #: ../../moderator_documentation/allow_listing/remove_domain.md:33
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:35 #: ../../moderator_documentation/allow_listing/remove_domain.md:42
msgid "You're done! You've removed the domain from your pod's allow-list." msgid "You're done! You've removed the domain from your pod's allow-list."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-content-delete_content/en_GB/>"
"\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-content-delete_content/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/content/delete_content.md:1 #: ../../moderator_documentation/content/delete_content.md:1
msgid "Delete content from your pod" msgid "Delete content from your pod"
@ -38,23 +37,27 @@ msgid ""
"this feature to handle content that violates your pod's rules." "this feature to handle content that violates your pod's rules."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:10 #: ../../moderator_documentation/content/delete_content.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/content/delete_content.md:12
msgid "{guilabel}`Moderation` provides access to the administration menu." msgid "{guilabel}`Moderation` provides access to the administration menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:11 #: ../../moderator_documentation/content/delete_content.md:13
msgid "{guilabel}`Library` provides access to the library menu." msgid "{guilabel}`Library` provides access to the library menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:14 #: ../../moderator_documentation/content/delete_content.md:16
msgid "There are two ways to delete content:" msgid "There are two ways to delete content:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:20 #: ../../moderator_documentation/content/delete_content.md:22
msgid "Delete individual objects" msgid "Delete individual objects"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:22 #: ../../moderator_documentation/content/delete_content.md:24
msgid "If you want to delete a specific object:" msgid "If you want to delete a specific object:"
msgstr "" msgstr ""
@ -62,106 +65,106 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/content/delete_content.md:26 #: ../../moderator_documentation/content/delete_content.md:32
#: ../../moderator_documentation/content/delete_content.md:46 #: ../../moderator_documentation/content/delete_content.md:53
#: ../../moderator_documentation/content/delete_content.md:72 #: ../../moderator_documentation/content/delete_content.md:83
#: ../../moderator_documentation/content/delete_content.md:93 #: ../../moderator_documentation/content/delete_content.md:105
msgid "Log in to your pod." msgid "Log in to your pod."
msgstr "Log in to your pod." msgstr "Log in to your pod."
#: ../../moderator_documentation/content/delete_content.md:27 #: ../../moderator_documentation/content/delete_content.md:33
#: ../../moderator_documentation/content/delete_content.md:73 #: ../../moderator_documentation/content/delete_content.md:84
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/content/delete_content.md:28 #: ../../moderator_documentation/content/delete_content.md:34
#: ../../moderator_documentation/content/delete_content.md:48 #: ../../moderator_documentation/content/delete_content.md:55
#: ../../moderator_documentation/content/delete_content.md:74 #: ../../moderator_documentation/content/delete_content.md:85
#: ../../moderator_documentation/content/delete_content.md:95 #: ../../moderator_documentation/content/delete_content.md:107
msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens." msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:29 #: ../../moderator_documentation/content/delete_content.md:35
#: ../../moderator_documentation/content/delete_content.md:49 #: ../../moderator_documentation/content/delete_content.md:56
#: ../../moderator_documentation/content/delete_content.md:75 #: ../../moderator_documentation/content/delete_content.md:86
#: ../../moderator_documentation/content/delete_content.md:96 #: ../../moderator_documentation/content/delete_content.md:108
msgid "Select the type of content you want to delete from the top of the page:" msgid "Select the type of content you want to delete from the top of the page:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:30 #: ../../moderator_documentation/content/delete_content.md:36
#: ../../moderator_documentation/content/delete_content.md:50 #: ../../moderator_documentation/content/delete_content.md:57
#: ../../moderator_documentation/content/delete_content.md:76 #: ../../moderator_documentation/content/delete_content.md:87
#: ../../moderator_documentation/content/delete_content.md:97 #: ../../moderator_documentation/content/delete_content.md:109
msgid "{guilabel}`Channels`" msgid "{guilabel}`Channels`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:31 #: ../../moderator_documentation/content/delete_content.md:37
#: ../../moderator_documentation/content/delete_content.md:51 #: ../../moderator_documentation/content/delete_content.md:58
#: ../../moderator_documentation/content/delete_content.md:77 #: ../../moderator_documentation/content/delete_content.md:88
#: ../../moderator_documentation/content/delete_content.md:98 #: ../../moderator_documentation/content/delete_content.md:110
msgid "{guilabel}`Artists`" msgid "{guilabel}`Artists`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:32 #: ../../moderator_documentation/content/delete_content.md:38
#: ../../moderator_documentation/content/delete_content.md:52 #: ../../moderator_documentation/content/delete_content.md:59
#: ../../moderator_documentation/content/delete_content.md:78 #: ../../moderator_documentation/content/delete_content.md:89
#: ../../moderator_documentation/content/delete_content.md:99 #: ../../moderator_documentation/content/delete_content.md:111
msgid "{guilabel}`Albums`" msgid "{guilabel}`Albums`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:33 #: ../../moderator_documentation/content/delete_content.md:39
#: ../../moderator_documentation/content/delete_content.md:53 #: ../../moderator_documentation/content/delete_content.md:60
#: ../../moderator_documentation/content/delete_content.md:79 #: ../../moderator_documentation/content/delete_content.md:90
#: ../../moderator_documentation/content/delete_content.md:100 #: ../../moderator_documentation/content/delete_content.md:112
msgid "{guilabel}`Tracks`" msgid "{guilabel}`Tracks`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:34 #: ../../moderator_documentation/content/delete_content.md:40
#: ../../moderator_documentation/content/delete_content.md:54 #: ../../moderator_documentation/content/delete_content.md:61
#: ../../moderator_documentation/content/delete_content.md:80 #: ../../moderator_documentation/content/delete_content.md:91
#: ../../moderator_documentation/content/delete_content.md:101 #: ../../moderator_documentation/content/delete_content.md:113
msgid "{guilabel}`Libraries`" msgid "{guilabel}`Libraries`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:35 #: ../../moderator_documentation/content/delete_content.md:41
#: ../../moderator_documentation/content/delete_content.md:55 #: ../../moderator_documentation/content/delete_content.md:62
#: ../../moderator_documentation/content/delete_content.md:81 #: ../../moderator_documentation/content/delete_content.md:92
#: ../../moderator_documentation/content/delete_content.md:102 #: ../../moderator_documentation/content/delete_content.md:114
msgid "{guilabel}`Uploads`" msgid "{guilabel}`Uploads`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:36 #: ../../moderator_documentation/content/delete_content.md:42
#: ../../moderator_documentation/content/delete_content.md:56 #: ../../moderator_documentation/content/delete_content.md:63
#: ../../moderator_documentation/content/delete_content.md:82 #: ../../moderator_documentation/content/delete_content.md:93
#: ../../moderator_documentation/content/delete_content.md:103 #: ../../moderator_documentation/content/delete_content.md:115
msgid "{guilabel}`Tags`" msgid "{guilabel}`Tags`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:37 #: ../../moderator_documentation/content/delete_content.md:43
#: ../../moderator_documentation/content/delete_content.md:57 #: ../../moderator_documentation/content/delete_content.md:64
#: ../../moderator_documentation/content/delete_content.md:83 #: ../../moderator_documentation/content/delete_content.md:94
#: ../../moderator_documentation/content/delete_content.md:104 #: ../../moderator_documentation/content/delete_content.md:116
msgid "Use the filters on the content page to find the object you want to delete." msgid "Use the filters on the content page to find the object you want to delete."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:38 #: ../../moderator_documentation/content/delete_content.md:44
#: ../../moderator_documentation/content/delete_content.md:58 #: ../../moderator_documentation/content/delete_content.md:65
msgid "Select the object to go to its moderation page." msgid "Select the object to go to its moderation page."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:39 #: ../../moderator_documentation/content/delete_content.md:45
#: ../../moderator_documentation/content/delete_content.md:59 #: ../../moderator_documentation/content/delete_content.md:66
msgid "" msgid ""
"Select {guilabel}`Delete`. A {guilabel}`Delete this {object}` warning " "Select {guilabel}`Delete`. A {guilabel}`Delete this {object}` warning "
"appears." "appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:40 #: ../../moderator_documentation/content/delete_content.md:46
#: ../../moderator_documentation/content/delete_content.md:60 #: ../../moderator_documentation/content/delete_content.md:67
msgid "Select {guilabel}`Delete`." msgid "Select {guilabel}`Delete`."
msgstr "" msgstr ""
@ -169,49 +172,50 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/content/delete_content.md:47 #: ../../moderator_documentation/content/delete_content.md:54
#: ../../moderator_documentation/content/delete_content.md:94 #: ../../moderator_documentation/content/delete_content.md:106
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:64 #: ../../moderator_documentation/content/delete_content.md:71
msgid "That's it! You've deleted the object." msgid "That's it! You've deleted the object."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:66 #: ../../moderator_documentation/content/delete_content.md:73
msgid "Delete objects in bulk" msgid "Delete objects in bulk"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:68 #: ../../moderator_documentation/content/delete_content.md:75
msgid "To delete several items at once:" msgid "To delete several items at once:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:84 #: ../../moderator_documentation/content/delete_content.md:95
#: ../../moderator_documentation/content/delete_content.md:105 #: ../../moderator_documentation/content/delete_content.md:117
msgid "" msgid ""
"Select the checkbox ({fa}`square`) next to the objects you want to " "Select the checkbox ({fa}`square`) next to the objects you want to "
"delete. Selected objects show a tick ({fa}`check-square`)." "delete. Selected objects show a tick ({fa}`check-square`)."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:85 #: ../../moderator_documentation/content/delete_content.md:96
#: ../../moderator_documentation/content/delete_content.md:106 #: ../../moderator_documentation/content/delete_content.md:118
msgid "Select {guilabel}`Delete` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Delete` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:86 #: ../../moderator_documentation/content/delete_content.md:97
#: ../../moderator_documentation/content/delete_content.md:107 #: ../../moderator_documentation/content/delete_content.md:119
msgid "" msgid ""
"Select {guilabel}`Go`. A {guilabel}`Do you want to launch delete on " "Select {guilabel}`Go`. A {guilabel}`Do you want to launch delete on "
"{count} items` warning appears." "{count} items` warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:87 #: ../../moderator_documentation/content/delete_content.md:98
#: ../../moderator_documentation/content/delete_content.md:108 #: ../../moderator_documentation/content/delete_content.md:120
msgid "Select {guilabel}`Launch`." msgid "Select {guilabel}`Launch`."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:112 #: ../../moderator_documentation/content/delete_content.md:124
msgid "You're done! You've deleted the selected objects from your pod." msgid "You're done! You've deleted the selected objects from your pod."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-content-handle_edits/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-content-handle_edits/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/content/handle_edits.md:1 #: ../../moderator_documentation/content/handle_edits.md:1
msgid "Handle edits" msgid "Handle edits"
@ -38,49 +38,53 @@ msgid ""
" and pod admins can accept or reject these edits." " and pod admins can accept or reject these edits."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:10 #: ../../moderator_documentation/content/handle_edits.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:12
msgid "{guilabel}`Moderation` provides access to the administration menu." msgid "{guilabel}`Moderation` provides access to the administration menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:11 #: ../../moderator_documentation/content/handle_edits.md:13
msgid "{guilabel}`Library` provides access to the library menu." msgid "{guilabel}`Library` provides access to the library menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:14 #: ../../moderator_documentation/content/handle_edits.md:16
msgid "Each edit object contains the following information:" msgid "Each edit object contains the following information:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:16 #: ../../moderator_documentation/content/handle_edits.md:18
msgid "" msgid ""
"A {guilabel}`Modification` ID the unique ID of the modification. Select" "A {guilabel}`Modification` ID the unique ID of the modification. Select"
" this to show the modification in context with the edited object." " this to show the modification in context with the edited object."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:17 #: ../../moderator_documentation/content/handle_edits.md:19
msgid "A timestamp of when the user suggested the edit." msgid "A timestamp of when the user suggested the edit."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:18 #: ../../moderator_documentation/content/handle_edits.md:20
msgid "The status of the edit." msgid "The status of the edit."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:19 #: ../../moderator_documentation/content/handle_edits.md:21
msgid "The {guilabel}`Field` that the user edited." msgid "The {guilabel}`Field` that the user edited."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:20 #: ../../moderator_documentation/content/handle_edits.md:22
msgid "The {guilabel}`Old value` that the user edited." msgid "The {guilabel}`Old value` that the user edited."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:21 #: ../../moderator_documentation/content/handle_edits.md:23
msgid "The {guilabel}`New value` that the user entered." msgid "The {guilabel}`New value` that the user entered."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:22 #: ../../moderator_documentation/content/handle_edits.md:24
msgid "The user who suggested the edit." msgid "The user who suggested the edit."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:24 #: ../../moderator_documentation/content/handle_edits.md:26
msgid "To review suggested edits:" msgid "To review suggested edits:"
msgstr "" msgstr ""
@ -88,45 +92,45 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/content/handle_edits.md:28 #: ../../moderator_documentation/content/handle_edits.md:34
#: ../../moderator_documentation/content/handle_edits.md:40 #: ../../moderator_documentation/content/handle_edits.md:47
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/content/handle_edits.md:29 #: ../../moderator_documentation/content/handle_edits.md:35
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/content/handle_edits.md:30 #: ../../moderator_documentation/content/handle_edits.md:36
#: ../../moderator_documentation/content/handle_edits.md:42 #: ../../moderator_documentation/content/handle_edits.md:49
msgid "" msgid ""
"Select {guilabel}`Library`. The {guilabel}`Edits` page opens. The " "Select {guilabel}`Library`. The {guilabel}`Edits` page opens. The "
"{guilabel}`Library edits` section displays a list of unresolved edits." "{guilabel}`Library edits` section displays a list of unresolved edits."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:31 #: ../../moderator_documentation/content/handle_edits.md:37
#: ../../moderator_documentation/content/handle_edits.md:43 #: ../../moderator_documentation/content/handle_edits.md:50
msgid "Review the edit and select on of the following options:" msgid "Review the edit and select on of the following options:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:32 #: ../../moderator_documentation/content/handle_edits.md:38
#: ../../moderator_documentation/content/handle_edits.md:44 #: ../../moderator_documentation/content/handle_edits.md:51
msgid "{guilabel}`Approve` approve the edit and apply it to the object." msgid "{guilabel}`Approve` approve the edit and apply it to the object."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:33 #: ../../moderator_documentation/content/handle_edits.md:39
#: ../../moderator_documentation/content/handle_edits.md:45 #: ../../moderator_documentation/content/handle_edits.md:52
msgid "" msgid ""
"{guilabel}`Reject` reject the edit and leave the object in its current " "{guilabel}`Reject` reject the edit and leave the object in its current "
"state." "state."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:34 #: ../../moderator_documentation/content/handle_edits.md:40
#: ../../moderator_documentation/content/handle_edits.md:46 #: ../../moderator_documentation/content/handle_edits.md:53
msgid "" msgid ""
"{guilabel}`Delete` delete the edit suggestion without taking further " "{guilabel}`Delete` delete the edit suggestion without taking further "
"action. The object remains in its current state." "action. The object remains in its current state."
@ -136,14 +140,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/content/handle_edits.md:41 #: ../../moderator_documentation/content/handle_edits.md:48
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:50 #: ../../moderator_documentation/content/handle_edits.md:57
msgid "" msgid ""
"That's it! You've handled the edit request. You can use the filters on " "That's it! You've handled the edit request. You can use the filters on "
"this page to search for historical requests." "this page to search for historical requests."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-content-library_visibility/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-content-library_visibility/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/content/library_visibility.md:1 #: ../../moderator_documentation/content/library_visibility.md:1
msgid "Change the visibility of a library" msgid "Change the visibility of a library"
@ -38,15 +37,19 @@ msgid ""
" and protects your pod from legal issues." " and protects your pod from legal issues."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:10 #: ../../moderator_documentation/content/library_visibility.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:12
msgid "{guilabel}`Moderation` provides access to the administration menu." msgid "{guilabel}`Moderation` provides access to the administration menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:11 #: ../../moderator_documentation/content/library_visibility.md:13
msgid "{guilabel}`Library` provides access to the library menu." msgid "{guilabel}`Library` provides access to the library menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:14 #: ../../moderator_documentation/content/library_visibility.md:16
msgid "To change the visibility of a library:" msgid "To change the visibility of a library:"
msgstr "" msgstr ""
@ -54,61 +57,61 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/content/library_visibility.md:18 #: ../../moderator_documentation/content/library_visibility.md:24
#: ../../moderator_documentation/content/library_visibility.md:32 #: ../../moderator_documentation/content/library_visibility.md:39
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/content/library_visibility.md:19 #: ../../moderator_documentation/content/library_visibility.md:25
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/content/library_visibility.md:20 #: ../../moderator_documentation/content/library_visibility.md:26
#: ../../moderator_documentation/content/library_visibility.md:34 #: ../../moderator_documentation/content/library_visibility.md:41
msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens." msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:21 #: ../../moderator_documentation/content/library_visibility.md:27
#: ../../moderator_documentation/content/library_visibility.md:35 #: ../../moderator_documentation/content/library_visibility.md:42
msgid "" msgid ""
"Select {guilabel}`Libraries` at the top of the page. The " "Select {guilabel}`Libraries` at the top of the page. The "
"{guilabel}`Libraries` page opens." "{guilabel}`Libraries` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:22 #: ../../moderator_documentation/content/library_visibility.md:28
#: ../../moderator_documentation/content/library_visibility.md:36 #: ../../moderator_documentation/content/library_visibility.md:43
msgid "" msgid ""
"Select the library you want to update. The library's moderation page " "Select the library you want to update. The library's moderation page "
"opens." "opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:23 #: ../../moderator_documentation/content/library_visibility.md:29
#: ../../moderator_documentation/content/library_visibility.md:37 #: ../../moderator_documentation/content/library_visibility.md:44
msgid "" msgid ""
"Select one of the following options from the {guilabel}`Visibility` " "Select one of the following options from the {guilabel}`Visibility` "
"dropdown menu:" "dropdown menu:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:24 #: ../../moderator_documentation/content/library_visibility.md:30
#: ../../moderator_documentation/content/library_visibility.md:38 #: ../../moderator_documentation/content/library_visibility.md:45
msgid "" msgid ""
"{guilabel}`Private` makes the library visible only to the owner and " "{guilabel}`Private` makes the library visible only to the owner and "
"anyone they have shared it with." "anyone they have shared it with."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:25 #: ../../moderator_documentation/content/library_visibility.md:31
#: ../../moderator_documentation/content/library_visibility.md:39 #: ../../moderator_documentation/content/library_visibility.md:46
msgid "" msgid ""
"{guilabel}`Instance` makes the library visible only to users who have " "{guilabel}`Instance` makes the library visible only to users who have "
"an account on your pod." "an account on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:26 #: ../../moderator_documentation/content/library_visibility.md:32
#: ../../moderator_documentation/content/library_visibility.md:40 #: ../../moderator_documentation/content/library_visibility.md:47
msgid "{guilabel}`Everyone` makes the library visible to users across all pods." msgid "{guilabel}`Everyone` makes the library visible to users across all pods."
msgstr "" msgstr ""
@ -116,14 +119,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/content/library_visibility.md:33 #: ../../moderator_documentation/content/library_visibility.md:40
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:44 #: ../../moderator_documentation/content/library_visibility.md:51
msgid "" msgid ""
"That's it! You've updated the library's visibility. You should contact " "That's it! You've updated the library's visibility. You should contact "
"the user informing them of the action." "the user informing them of the action."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-domains-add_domain/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-domains-add_domain/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/domains/add_domain.md:1 #: ../../moderator_documentation/domains/add_domain.md:1
msgid "Add a domain to your pod's domain list" msgid "Add a domain to your pod's domain list"
@ -31,7 +31,11 @@ msgid ""
"[add moderation rules](add_rule.md) to it." "[add moderation rules](add_rule.md) to it."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:6 #: ../../moderator_documentation/domains/add_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -39,7 +43,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/domains/add_domain.md:9 #: ../../moderator_documentation/domains/add_domain.md:11
msgid "" msgid ""
"You can also add domains to this list at any time to create rules before " "You can also add domains to this list at any time to create rules before "
"users interact with them. To do this:" "users interact with them. To do this:"
@ -49,41 +53,41 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/domains/add_domain.md:13 #: ../../moderator_documentation/domains/add_domain.md:19
#: ../../moderator_documentation/domains/add_domain.md:24 #: ../../moderator_documentation/domains/add_domain.md:31
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/domains/add_domain.md:14 #: ../../moderator_documentation/domains/add_domain.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/domains/add_domain.md:15 #: ../../moderator_documentation/domains/add_domain.md:21
#: ../../moderator_documentation/domains/add_domain.md:26 #: ../../moderator_documentation/domains/add_domain.md:33
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/domains/add_domain.md:16 #: ../../moderator_documentation/domains/add_domain.md:22
#: ../../moderator_documentation/domains/add_domain.md:27 #: ../../moderator_documentation/domains/add_domain.md:34
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:17 #: ../../moderator_documentation/domains/add_domain.md:23
#: ../../moderator_documentation/domains/add_domain.md:28 #: ../../moderator_documentation/domains/add_domain.md:35
msgid "" msgid ""
"Enter the URL of the Fediverse server you want to add in the " "Enter the URL of the Fediverse server you want to add in the "
"{guilabel}`Add a domain` field." "{guilabel}`Add a domain` field."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:18 #: ../../moderator_documentation/domains/add_domain.md:24
#: ../../moderator_documentation/domains/add_domain.md:29 #: ../../moderator_documentation/domains/add_domain.md:36
msgid "" msgid ""
"Select {guilabel}`Add` to add the domain. The domain moderation page " "Select {guilabel}`Add` to add the domain. The domain moderation page "
"opens." "opens."
@ -93,7 +97,7 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/domains/add_domain.md:25 #: ../../moderator_documentation/domains/add_domain.md:32
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the page to open the " "Select the wrench icon ({fa}`wrench`) at the top of the page to open the "
"{guilabel}`Administration` menu." "{guilabel}`Administration` menu."
@ -101,8 +105,9 @@ msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the page to open the " "Select the wrench icon ({fa}`wrench`) at the top of the page to open the "
"{guilabel}`Administration` menu." "{guilabel}`Administration` menu."
#: ../../moderator_documentation/domains/add_domain.md:33 #: ../../moderator_documentation/domains/add_domain.md:40
msgid "" msgid ""
"That's it! The domain is now in your domains list. You can now add " "That's it! The domain is now in your domains list. You can now add "
"moderation rules to this domain." "moderation rules to this domain."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-domains-add_rule/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-domains-add_rule/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/domains/add_rule.md:1 #: ../../moderator_documentation/domains/add_rule.md:1
msgid "Add a moderation rule" msgid "Add a moderation rule"
@ -38,7 +38,11 @@ msgid ""
"domain showing on your pod." "domain showing on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:10 #: ../../moderator_documentation/domains/add_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -46,7 +50,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/domains/add_rule.md:13 #: ../../moderator_documentation/domains/add_rule.md:15
msgid "To add a moderation rule to a domain:" msgid "To add a moderation rule to a domain:"
msgstr "" msgstr ""
@ -54,74 +58,74 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/domains/add_rule.md:17 #: ../../moderator_documentation/domains/add_rule.md:23
#: ../../moderator_documentation/domains/add_rule.md:33 #: ../../moderator_documentation/domains/add_rule.md:40
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/domains/add_rule.md:18 #: ../../moderator_documentation/domains/add_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/domains/add_rule.md:19 #: ../../moderator_documentation/domains/add_rule.md:25
#: ../../moderator_documentation/domains/add_rule.md:35 #: ../../moderator_documentation/domains/add_rule.md:42
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/domains/add_rule.md:20 #: ../../moderator_documentation/domains/add_rule.md:26
#: ../../moderator_documentation/domains/add_rule.md:36 #: ../../moderator_documentation/domains/add_rule.md:43
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:21 #: ../../moderator_documentation/domains/add_rule.md:27
#: ../../moderator_documentation/domains/add_rule.md:37 #: ../../moderator_documentation/domains/add_rule.md:44
msgid "" msgid ""
"Select the domain you want to apply the rule to. The domain's moderation " "Select the domain you want to apply the rule to. The domain's moderation "
"page opens." "page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:22 #: ../../moderator_documentation/domains/add_rule.md:28
#: ../../moderator_documentation/domains/add_rule.md:38 #: ../../moderator_documentation/domains/add_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Add a moderation policy`. The moderation policy form " "Select {guilabel}`Add a moderation policy`. The moderation policy form "
"appears." "appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:23 #: ../../moderator_documentation/domains/add_rule.md:29
#: ../../moderator_documentation/domains/add_rule.md:39 #: ../../moderator_documentation/domains/add_rule.md:46
msgid "" msgid ""
"Enter the {guilabel}`Reason` you are applying the rule. Depending on your" "Enter the {guilabel}`Reason` you are applying the rule. Depending on your"
" pod's configuration, users may be able to see this." " pod's configuration, users may be able to see this."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:24 #: ../../moderator_documentation/domains/add_rule.md:30
#: ../../moderator_documentation/domains/add_rule.md:40 #: ../../moderator_documentation/domains/add_rule.md:47
msgid "Choose your moderation rule:" msgid "Choose your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:25 #: ../../moderator_documentation/domains/add_rule.md:31
#: ../../moderator_documentation/domains/add_rule.md:41 #: ../../moderator_documentation/domains/add_rule.md:48
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from the domain and " "{guilabel}`Block everything` purge all content from the domain and "
"block all content." "block all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:26 #: ../../moderator_documentation/domains/add_rule.md:32
#: ../../moderator_documentation/domains/add_rule.md:42 #: ../../moderator_documentation/domains/add_rule.md:49
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:27 #: ../../moderator_documentation/domains/add_rule.md:33
#: ../../moderator_documentation/domains/add_rule.md:43 #: ../../moderator_documentation/domains/add_rule.md:50
msgid "Select {guilabel}`Create` to save your rule." msgid "Select {guilabel}`Create` to save your rule."
msgstr "" msgstr ""
@ -129,14 +133,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/domains/add_rule.md:34 #: ../../moderator_documentation/domains/add_rule.md:41
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:47 #: ../../moderator_documentation/domains/add_rule.md:54
msgid "" msgid ""
"That's all there is to it! You've applied your moderation rule. The rule " "That's all there is to it! You've applied your moderation rule. The rule "
"takes effect as soon as you create it." "takes effect as soon as you create it."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-domains-delete_rule/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-domains-delete_rule/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/domains/delete_rule.md:1 #: ../../moderator_documentation/domains/delete_rule.md:1
msgid "Delete a moderation rule" msgid "Delete a moderation rule"
@ -30,7 +30,11 @@ msgid ""
"This allows the other server to interact with your pod normally." "This allows the other server to interact with your pod normally."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:6 #: ../../moderator_documentation/domains/delete_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -38,7 +42,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/domains/delete_rule.md:9 #: ../../moderator_documentation/domains/delete_rule.md:11
msgid "To delete an existing moderation rule:" msgid "To delete an existing moderation rule:"
msgstr "" msgstr ""
@ -46,55 +50,55 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/domains/delete_rule.md:13 #: ../../moderator_documentation/domains/delete_rule.md:19
#: ../../moderator_documentation/domains/delete_rule.md:26 #: ../../moderator_documentation/domains/delete_rule.md:33
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/domains/delete_rule.md:14 #: ../../moderator_documentation/domains/delete_rule.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/domains/delete_rule.md:15 #: ../../moderator_documentation/domains/delete_rule.md:21
#: ../../moderator_documentation/domains/delete_rule.md:28 #: ../../moderator_documentation/domains/delete_rule.md:35
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/domains/delete_rule.md:16 #: ../../moderator_documentation/domains/delete_rule.md:22
#: ../../moderator_documentation/domains/delete_rule.md:29 #: ../../moderator_documentation/domains/delete_rule.md:36
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:17 #: ../../moderator_documentation/domains/delete_rule.md:23
#: ../../moderator_documentation/domains/delete_rule.md:30 #: ../../moderator_documentation/domains/delete_rule.md:37
msgid "" msgid ""
"Select the domain with the moderation rule you want to edit. The domain's" "Select the domain with the moderation rule you want to edit. The domain's"
" moderation page opens." " moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:18 #: ../../moderator_documentation/domains/delete_rule.md:24
#: ../../moderator_documentation/domains/delete_rule.md:31 #: ../../moderator_documentation/domains/delete_rule.md:38
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This domain is subject to " "Select {guilabel}`Edit` under the {guilabel}`This domain is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:19 #: ../../moderator_documentation/domains/delete_rule.md:25
#: ../../moderator_documentation/domains/delete_rule.md:32 #: ../../moderator_documentation/domains/delete_rule.md:39
msgid "" msgid ""
"Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` " "Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` "
"warning appears." "warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:20 #: ../../moderator_documentation/domains/delete_rule.md:26
#: ../../moderator_documentation/domains/delete_rule.md:33 #: ../../moderator_documentation/domains/delete_rule.md:40
msgid "Select {guilabel}`Delete moderation rule`." msgid "Select {guilabel}`Delete moderation rule`."
msgstr "" msgstr ""
@ -102,14 +106,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/domains/delete_rule.md:27 #: ../../moderator_documentation/domains/delete_rule.md:34
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:37 #: ../../moderator_documentation/domains/delete_rule.md:44
msgid "" msgid ""
"That's it! You've deleted your moderation rule. Content from the domain " "That's it! You've deleted your moderation rule. Content from the domain "
"will no longer get blocked." "will no longer get blocked."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-domains-edit_rule/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-domains-edit_rule/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/domains/edit_rule.md:1 #: ../../moderator_documentation/domains/edit_rule.md:1
msgid "Edit a moderation rule" msgid "Edit a moderation rule"
@ -35,7 +35,11 @@ msgstr ""
msgid "You can change a moderation rule on a domain at any time." msgid "You can change a moderation rule on a domain at any time."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:10 #: ../../moderator_documentation/domains/edit_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -43,7 +47,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/domains/edit_rule.md:13 #: ../../moderator_documentation/domains/edit_rule.md:15
msgid "To update an existing moderation rule:" msgid "To update an existing moderation rule:"
msgstr "" msgstr ""
@ -51,84 +55,84 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/domains/edit_rule.md:17 #: ../../moderator_documentation/domains/edit_rule.md:23
#: ../../moderator_documentation/domains/edit_rule.md:35 #: ../../moderator_documentation/domains/edit_rule.md:42
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/domains/edit_rule.md:18 #: ../../moderator_documentation/domains/edit_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/domains/edit_rule.md:19 #: ../../moderator_documentation/domains/edit_rule.md:25
#: ../../moderator_documentation/domains/edit_rule.md:37 #: ../../moderator_documentation/domains/edit_rule.md:44
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/domains/edit_rule.md:20 #: ../../moderator_documentation/domains/edit_rule.md:26
#: ../../moderator_documentation/domains/edit_rule.md:38 #: ../../moderator_documentation/domains/edit_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:21 #: ../../moderator_documentation/domains/edit_rule.md:27
#: ../../moderator_documentation/domains/edit_rule.md:39 #: ../../moderator_documentation/domains/edit_rule.md:46
msgid "" msgid ""
"Select the domain with the moderation rule you want to edit. The domain's" "Select the domain with the moderation rule you want to edit. The domain's"
" moderation page opens." " moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:22 #: ../../moderator_documentation/domains/edit_rule.md:28
#: ../../moderator_documentation/domains/edit_rule.md:40 #: ../../moderator_documentation/domains/edit_rule.md:47
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This domain is subject to " "Select {guilabel}`Edit` under the {guilabel}`This domain is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:23 #: ../../moderator_documentation/domains/edit_rule.md:29
#: ../../moderator_documentation/domains/edit_rule.md:41 #: ../../moderator_documentation/domains/edit_rule.md:48
msgid "__Optional__ Edit the following settings:" msgid "__Optional__ Edit the following settings:"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:24 #: ../../moderator_documentation/domains/edit_rule.md:30
#: ../../moderator_documentation/domains/edit_rule.md:42 #: ../../moderator_documentation/domains/edit_rule.md:49
msgid "" msgid ""
"{guilabel}`Enabled` toggle this switch to enable or disable the rule " "{guilabel}`Enabled` toggle this switch to enable or disable the rule "
"without deleting it." "without deleting it."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:25 #: ../../moderator_documentation/domains/edit_rule.md:31
#: ../../moderator_documentation/domains/edit_rule.md:43 #: ../../moderator_documentation/domains/edit_rule.md:50
msgid "{guilabel}`Reason` update the reason for the moderation rule." msgid "{guilabel}`Reason` update the reason for the moderation rule."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:26 #: ../../moderator_documentation/domains/edit_rule.md:32
#: ../../moderator_documentation/domains/edit_rule.md:44 #: ../../moderator_documentation/domains/edit_rule.md:51
msgid "__Optional__ Update your moderation rule:" msgid "__Optional__ Update your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:27 #: ../../moderator_documentation/domains/edit_rule.md:33
#: ../../moderator_documentation/domains/edit_rule.md:45 #: ../../moderator_documentation/domains/edit_rule.md:52
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from this domain and " "{guilabel}`Block everything` purge all content from this domain and "
"block all content." "block all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:28 #: ../../moderator_documentation/domains/edit_rule.md:34
#: ../../moderator_documentation/domains/edit_rule.md:46 #: ../../moderator_documentation/domains/edit_rule.md:53
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:29 #: ../../moderator_documentation/domains/edit_rule.md:35
#: ../../moderator_documentation/domains/edit_rule.md:47 #: ../../moderator_documentation/domains/edit_rule.md:54
msgid "Select {guilabel}`Update` to save your rule." msgid "Select {guilabel}`Update` to save your rule."
msgstr "" msgstr ""
@ -136,12 +140,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/domains/edit_rule.md:36 #: ../../moderator_documentation/domains/edit_rule.md:43
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:51 #: ../../moderator_documentation/domains/edit_rule.md:58
msgid "You're done! The changes to the rule take effect as soon as you update it." msgid "You're done! The changes to the rule take effect as soon as you update it."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-domains-purge_domain/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-domains-purge_domain/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/domains/purge_domain.md:1 #: ../../moderator_documentation/domains/purge_domain.md:1
msgid "Purge domain data" msgid "Purge domain data"
@ -38,7 +38,11 @@ msgid ""
"purge the content associated with it." "purge the content associated with it."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:10 #: ../../moderator_documentation/domains/purge_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -46,7 +50,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/domains/purge_domain.md:13 #: ../../moderator_documentation/domains/purge_domain.md:15
msgid "To purge content from a domain:" msgid "To purge content from a domain:"
msgstr "" msgstr ""
@ -54,53 +58,53 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/domains/purge_domain.md:17 #: ../../moderator_documentation/domains/purge_domain.md:23
#: ../../moderator_documentation/domains/purge_domain.md:30 #: ../../moderator_documentation/domains/purge_domain.md:37
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/domains/purge_domain.md:18 #: ../../moderator_documentation/domains/purge_domain.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/domains/purge_domain.md:19 #: ../../moderator_documentation/domains/purge_domain.md:25
#: ../../moderator_documentation/domains/purge_domain.md:32 #: ../../moderator_documentation/domains/purge_domain.md:39
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/domains/purge_domain.md:20 #: ../../moderator_documentation/domains/purge_domain.md:26
#: ../../moderator_documentation/domains/purge_domain.md:33 #: ../../moderator_documentation/domains/purge_domain.md:40
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:21 #: ../../moderator_documentation/domains/purge_domain.md:27
#: ../../moderator_documentation/domains/purge_domain.md:34 #: ../../moderator_documentation/domains/purge_domain.md:41
msgid "" msgid ""
"Select the checkbox ({fa}`square`) next to the domain(s) you want to " "Select the checkbox ({fa}`square`) next to the domain(s) you want to "
"purge. Selected domains show a tick ({fa}`check-square`)." "purge. Selected domains show a tick ({fa}`check-square`)."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:22 #: ../../moderator_documentation/domains/purge_domain.md:28
#: ../../moderator_documentation/domains/purge_domain.md:35 #: ../../moderator_documentation/domains/purge_domain.md:42
msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:23 #: ../../moderator_documentation/domains/purge_domain.md:29
#: ../../moderator_documentation/domains/purge_domain.md:36 #: ../../moderator_documentation/domains/purge_domain.md:43
msgid "" msgid ""
"Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on " "Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on "
"{count} items` warning appears." "{count} items` warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:24 #: ../../moderator_documentation/domains/purge_domain.md:30
#: ../../moderator_documentation/domains/purge_domain.md:37 #: ../../moderator_documentation/domains/purge_domain.md:44
msgid "Select {guilabel}`Launch`." msgid "Select {guilabel}`Launch`."
msgstr "" msgstr ""
@ -108,14 +112,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/domains/purge_domain.md:31 #: ../../moderator_documentation/domains/purge_domain.md:38
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:41 #: ../../moderator_documentation/domains/purge_domain.md:48
msgid "" msgid ""
"You're done! Your pod clears all the content associated with the selected" "You're done! Your pod clears all the content associated with the selected"
" domains." " domains."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-external_users-add_rule/en_GB/"
">\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-external_users-add_rule/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/external_users/add_rule.md:1 #: ../../moderator_documentation/external_users/add_rule.md:1
msgid "Add a moderation rule" msgid "Add a moderation rule"
@ -39,7 +38,11 @@ msgid ""
"showing on your pod." "showing on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:10 #: ../../moderator_documentation/external_users/add_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -47,7 +50,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/external_users/add_rule.md:13 #: ../../moderator_documentation/external_users/add_rule.md:15
msgid "To add a moderation rule to a user:" msgid "To add a moderation rule to a user:"
msgstr "" msgstr ""
@ -55,74 +58,74 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/external_users/add_rule.md:17 #: ../../moderator_documentation/external_users/add_rule.md:23
#: ../../moderator_documentation/external_users/add_rule.md:33 #: ../../moderator_documentation/external_users/add_rule.md:40
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/external_users/add_rule.md:18 #: ../../moderator_documentation/external_users/add_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/external_users/add_rule.md:19 #: ../../moderator_documentation/external_users/add_rule.md:25
#: ../../moderator_documentation/external_users/add_rule.md:35 #: ../../moderator_documentation/external_users/add_rule.md:42
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/external_users/add_rule.md:20 #: ../../moderator_documentation/external_users/add_rule.md:26
#: ../../moderator_documentation/external_users/add_rule.md:36 #: ../../moderator_documentation/external_users/add_rule.md:43
msgid "" msgid ""
"Select {guilabel}`Accounts` at the top of the page. The " "Select {guilabel}`Accounts` at the top of the page. The "
"{guilabel}`Accounts` page opens. You can see a list of known accounts on " "{guilabel}`Accounts` page opens. You can see a list of known accounts on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:21 #: ../../moderator_documentation/external_users/add_rule.md:27
#: ../../moderator_documentation/external_users/add_rule.md:37 #: ../../moderator_documentation/external_users/add_rule.md:44
msgid "" msgid ""
"Select the account you want to apply the rule to. The account's " "Select the account you want to apply the rule to. The account's "
"moderation page opens." "moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:22 #: ../../moderator_documentation/external_users/add_rule.md:28
#: ../../moderator_documentation/external_users/add_rule.md:38 #: ../../moderator_documentation/external_users/add_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Add a moderation policy`. The moderation policy form " "Select {guilabel}`Add a moderation policy`. The moderation policy form "
"appears." "appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:23 #: ../../moderator_documentation/external_users/add_rule.md:29
#: ../../moderator_documentation/external_users/add_rule.md:39 #: ../../moderator_documentation/external_users/add_rule.md:46
msgid "" msgid ""
"Enter the {guilabel}`Reason` you are applying the rule. Depending on your" "Enter the {guilabel}`Reason` you are applying the rule. Depending on your"
" pod's configuration, users may be able to see this." " pod's configuration, users may be able to see this."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:24 #: ../../moderator_documentation/external_users/add_rule.md:30
#: ../../moderator_documentation/external_users/add_rule.md:40 #: ../../moderator_documentation/external_users/add_rule.md:47
msgid "Choose your moderation rule:" msgid "Choose your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:25 #: ../../moderator_documentation/external_users/add_rule.md:31
#: ../../moderator_documentation/external_users/add_rule.md:41 #: ../../moderator_documentation/external_users/add_rule.md:48
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from the user and block " "{guilabel}`Block everything` purge all content from the user and block "
"all content." "all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:26 #: ../../moderator_documentation/external_users/add_rule.md:32
#: ../../moderator_documentation/external_users/add_rule.md:42 #: ../../moderator_documentation/external_users/add_rule.md:49
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:27 #: ../../moderator_documentation/external_users/add_rule.md:33
#: ../../moderator_documentation/external_users/add_rule.md:43 #: ../../moderator_documentation/external_users/add_rule.md:50
msgid "Select {guilabel}`Create` to save your rule." msgid "Select {guilabel}`Create` to save your rule."
msgstr "" msgstr ""
@ -130,14 +133,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/external_users/add_rule.md:34 #: ../../moderator_documentation/external_users/add_rule.md:41
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:47 #: ../../moderator_documentation/external_users/add_rule.md:54
msgid "" msgid ""
"That's all there is to it! You've applied your moderation rule. The rule " "That's all there is to it! You've applied your moderation rule. The rule "
"takes effect as soon as you create it." "takes effect as soon as you create it."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-external_users-delete_rule/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-external_users-delete_rule/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/external_users/delete_rule.md:1 #: ../../moderator_documentation/external_users/delete_rule.md:1
msgid "Delete a moderation rule" msgid "Delete a moderation rule"
@ -31,7 +30,11 @@ msgid ""
"This allows the user to interact with your pod normally." "This allows the user to interact with your pod normally."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:6 #: ../../moderator_documentation/external_users/delete_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -39,7 +42,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/external_users/delete_rule.md:9 #: ../../moderator_documentation/external_users/delete_rule.md:11
msgid "To delete an existing moderation rule:" msgid "To delete an existing moderation rule:"
msgstr "" msgstr ""
@ -47,54 +50,54 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/external_users/delete_rule.md:13 #: ../../moderator_documentation/external_users/delete_rule.md:19
#: ../../moderator_documentation/external_users/delete_rule.md:26 #: ../../moderator_documentation/external_users/delete_rule.md:33
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/external_users/delete_rule.md:14 #: ../../moderator_documentation/external_users/delete_rule.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/external_users/delete_rule.md:15 #: ../../moderator_documentation/external_users/delete_rule.md:21
#: ../../moderator_documentation/external_users/delete_rule.md:28 #: ../../moderator_documentation/external_users/delete_rule.md:35
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/external_users/delete_rule.md:16 #: ../../moderator_documentation/external_users/delete_rule.md:22
#: ../../moderator_documentation/external_users/delete_rule.md:29 #: ../../moderator_documentation/external_users/delete_rule.md:36
msgid "" msgid ""
"Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` " "Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` "
"page opens. You can see a list of known users on this page." "page opens. You can see a list of known users on this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:17 #: ../../moderator_documentation/external_users/delete_rule.md:23
#: ../../moderator_documentation/external_users/delete_rule.md:30 #: ../../moderator_documentation/external_users/delete_rule.md:37
msgid "" msgid ""
"Select the user with the moderation rule you want to edit. The user's " "Select the user with the moderation rule you want to edit. The user's "
"moderation page opens." "moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:18 #: ../../moderator_documentation/external_users/delete_rule.md:24
#: ../../moderator_documentation/external_users/delete_rule.md:31 #: ../../moderator_documentation/external_users/delete_rule.md:38
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This user is subject to " "Select {guilabel}`Edit` under the {guilabel}`This user is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:19 #: ../../moderator_documentation/external_users/delete_rule.md:25
#: ../../moderator_documentation/external_users/delete_rule.md:32 #: ../../moderator_documentation/external_users/delete_rule.md:39
msgid "" msgid ""
"Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` " "Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` "
"warning appears." "warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:20 #: ../../moderator_documentation/external_users/delete_rule.md:26
#: ../../moderator_documentation/external_users/delete_rule.md:33 #: ../../moderator_documentation/external_users/delete_rule.md:40
msgid "Select {guilabel}`Delete moderation rule`." msgid "Select {guilabel}`Delete moderation rule`."
msgstr "" msgstr ""
@ -102,14 +105,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/external_users/delete_rule.md:27 #: ../../moderator_documentation/external_users/delete_rule.md:34
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:37 #: ../../moderator_documentation/external_users/delete_rule.md:44
msgid "" msgid ""
"That's it! You've deleted your moderation rule. Content from the user " "That's it! You've deleted your moderation rule. Content from the user "
"will no longer get blocked." "will no longer get blocked."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-external_users-edit_rule/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-external_users-edit_rule/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/external_users/edit_rule.md:1 #: ../../moderator_documentation/external_users/edit_rule.md:1
msgid "Edit a moderation rule" msgid "Edit a moderation rule"
@ -36,7 +35,11 @@ msgstr ""
msgid "You can change a moderation rule on a user at any time." msgid "You can change a moderation rule on a user at any time."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:10 #: ../../moderator_documentation/external_users/edit_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -44,7 +47,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/external_users/edit_rule.md:13 #: ../../moderator_documentation/external_users/edit_rule.md:15
msgid "To update an existing moderation rule:" msgid "To update an existing moderation rule:"
msgstr "" msgstr ""
@ -52,83 +55,83 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/external_users/edit_rule.md:17 #: ../../moderator_documentation/external_users/edit_rule.md:23
#: ../../moderator_documentation/external_users/edit_rule.md:35 #: ../../moderator_documentation/external_users/edit_rule.md:42
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/external_users/edit_rule.md:18 #: ../../moderator_documentation/external_users/edit_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/external_users/edit_rule.md:19 #: ../../moderator_documentation/external_users/edit_rule.md:25
#: ../../moderator_documentation/external_users/edit_rule.md:37 #: ../../moderator_documentation/external_users/edit_rule.md:44
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/external_users/edit_rule.md:20 #: ../../moderator_documentation/external_users/edit_rule.md:26
#: ../../moderator_documentation/external_users/edit_rule.md:38 #: ../../moderator_documentation/external_users/edit_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` " "Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` "
"page opens. You can see a list of known users on this page." "page opens. You can see a list of known users on this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:21 #: ../../moderator_documentation/external_users/edit_rule.md:27
#: ../../moderator_documentation/external_users/edit_rule.md:39 #: ../../moderator_documentation/external_users/edit_rule.md:46
msgid "" msgid ""
"Select the user with the moderation rule you want to edit. The user's " "Select the user with the moderation rule you want to edit. The user's "
"moderation page opens." "moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:22 #: ../../moderator_documentation/external_users/edit_rule.md:28
#: ../../moderator_documentation/external_users/edit_rule.md:40 #: ../../moderator_documentation/external_users/edit_rule.md:47
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This user is subject to " "Select {guilabel}`Edit` under the {guilabel}`This user is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:23 #: ../../moderator_documentation/external_users/edit_rule.md:29
#: ../../moderator_documentation/external_users/edit_rule.md:41 #: ../../moderator_documentation/external_users/edit_rule.md:48
msgid "__Optional__ Edit the following settings:" msgid "__Optional__ Edit the following settings:"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:24 #: ../../moderator_documentation/external_users/edit_rule.md:30
#: ../../moderator_documentation/external_users/edit_rule.md:42 #: ../../moderator_documentation/external_users/edit_rule.md:49
msgid "" msgid ""
"{guilabel}`Enabled` toggle this switch to enable or disable the rule " "{guilabel}`Enabled` toggle this switch to enable or disable the rule "
"without deleting it." "without deleting it."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:25 #: ../../moderator_documentation/external_users/edit_rule.md:31
#: ../../moderator_documentation/external_users/edit_rule.md:43 #: ../../moderator_documentation/external_users/edit_rule.md:50
msgid "{guilabel}`Reason` update the reason for the moderation rule." msgid "{guilabel}`Reason` update the reason for the moderation rule."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:26 #: ../../moderator_documentation/external_users/edit_rule.md:32
#: ../../moderator_documentation/external_users/edit_rule.md:44 #: ../../moderator_documentation/external_users/edit_rule.md:51
msgid "__Optional__ Update your moderation rule:" msgid "__Optional__ Update your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:27 #: ../../moderator_documentation/external_users/edit_rule.md:33
#: ../../moderator_documentation/external_users/edit_rule.md:45 #: ../../moderator_documentation/external_users/edit_rule.md:52
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from this user and block" "{guilabel}`Block everything` purge all content from this user and block"
" all content." " all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:28 #: ../../moderator_documentation/external_users/edit_rule.md:34
#: ../../moderator_documentation/external_users/edit_rule.md:46 #: ../../moderator_documentation/external_users/edit_rule.md:53
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:29 #: ../../moderator_documentation/external_users/edit_rule.md:35
#: ../../moderator_documentation/external_users/edit_rule.md:47 #: ../../moderator_documentation/external_users/edit_rule.md:54
msgid "Select {guilabel}`Update` to save your rule." msgid "Select {guilabel}`Update` to save your rule."
msgstr "" msgstr ""
@ -136,12 +139,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/external_users/edit_rule.md:36 #: ../../moderator_documentation/external_users/edit_rule.md:43
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:51 #: ../../moderator_documentation/external_users/edit_rule.md:58
msgid "You're done! The changes to the rule take effect as soon as you update it." msgid "You're done! The changes to the rule take effect as soon as you update it."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-external_users-purge_users/"
"en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-external_users-purge_users/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/external_users/purge_users.md:1 #: ../../moderator_documentation/external_users/purge_users.md:1
msgid "Purge user data" msgid "Purge user data"
@ -39,7 +38,11 @@ msgid ""
"purge the content associated with them." "purge the content associated with them."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:10 #: ../../moderator_documentation/external_users/purge_users.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -47,7 +50,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/external_users/purge_users.md:13 #: ../../moderator_documentation/external_users/purge_users.md:15
msgid "To purge a user's content:" msgid "To purge a user's content:"
msgstr "" msgstr ""
@ -55,53 +58,53 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/external_users/purge_users.md:17 #: ../../moderator_documentation/external_users/purge_users.md:23
#: ../../moderator_documentation/external_users/purge_users.md:30 #: ../../moderator_documentation/external_users/purge_users.md:37
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/external_users/purge_users.md:18 #: ../../moderator_documentation/external_users/purge_users.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/external_users/purge_users.md:19 #: ../../moderator_documentation/external_users/purge_users.md:25
#: ../../moderator_documentation/external_users/purge_users.md:32 #: ../../moderator_documentation/external_users/purge_users.md:39
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/external_users/purge_users.md:20 #: ../../moderator_documentation/external_users/purge_users.md:26
#: ../../moderator_documentation/external_users/purge_users.md:33 #: ../../moderator_documentation/external_users/purge_users.md:40
msgid "" msgid ""
"Select {guilabel}`Accounts` at the top of the page. The " "Select {guilabel}`Accounts` at the top of the page. The "
"{guilabel}`Accounts` page opens. You can see a list of known accounts on " "{guilabel}`Accounts` page opens. You can see a list of known accounts on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:21 #: ../../moderator_documentation/external_users/purge_users.md:27
#: ../../moderator_documentation/external_users/purge_users.md:34 #: ../../moderator_documentation/external_users/purge_users.md:41
msgid "" msgid ""
"Select the checkbox ({fa}`square`) next to the account(s) you want to " "Select the checkbox ({fa}`square`) next to the account(s) you want to "
"purge. Selected accounts show a tick ({fa}`check-square`)." "purge. Selected accounts show a tick ({fa}`check-square`)."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:22 #: ../../moderator_documentation/external_users/purge_users.md:28
#: ../../moderator_documentation/external_users/purge_users.md:35 #: ../../moderator_documentation/external_users/purge_users.md:42
msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:23 #: ../../moderator_documentation/external_users/purge_users.md:29
#: ../../moderator_documentation/external_users/purge_users.md:36 #: ../../moderator_documentation/external_users/purge_users.md:43
msgid "" msgid ""
"Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on " "Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on "
"{count} element(s)` warning appears." "{count} element(s)` warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:24 #: ../../moderator_documentation/external_users/purge_users.md:30
#: ../../moderator_documentation/external_users/purge_users.md:37 #: ../../moderator_documentation/external_users/purge_users.md:44
msgid "Select {guilabel}`Launch`." msgid "Select {guilabel}`Launch`."
msgstr "" msgstr ""
@ -109,14 +112,15 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/external_users/purge_users.md:31 #: ../../moderator_documentation/external_users/purge_users.md:38
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:41 #: ../../moderator_documentation/external_users/purge_users.md:48
msgid "" msgid ""
"You're done! Your pod clears all the content associated with the selected" "You're done! Your pod clears all the content associated with the selected"
" users." " users."
msgstr "" msgstr ""

View File

@ -1,164 +1,182 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, The Funkwhale Collective # Copyright (C) 2022, The Funkwhale Collective
# This file is distributed under the same license as the funkwhale package. # This file is distributed under the same license as the funkwhale package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.3\n" "Project-Id-Version: funkwhale 1.2.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-04 09:00+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 21:19+0000\n" "PO-Revision-Date: 2022-07-03 21:19+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/"
"moderator_documentation-internal_users-handle_registration/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"MIME-Version: 1.0\n" "Language-Team: English (United Kingdom) "
"Content-Type: text/plain; charset=UTF-8\n" "<https://translate.funkwhale.audio/projects/documentation"
"Content-Transfer-Encoding: 8bit\n" "/moderator_documentation-internal_users-handle_registration/en_GB/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.13\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/internal_users/handle_registration.md:1 #: ../../moderator_documentation/internal_users/handle_registration.md:1
msgid "Handle user registrations" msgid "Handle user registrations"
msgstr "Handle user registrations" msgstr "Handle user registrations"
#: ../../moderator_documentation/internal_users/handle_registration.md:3 #: ../../moderator_documentation/internal_users/handle_registration.md:3
msgid "{term}`Pod` admins can enable manual sign-up validation. This setting requires moderators to approve or refuse account creations." msgid ""
"{term}`Pod` admins can enable manual sign-up validation. This setting "
"requires moderators to approve or refuse account creations."
msgstr "" msgstr ""
"{term}`Pod` admins can enable manual sign-up validation. This setting " "{term}`Pod` admins can enable manual sign-up validation. This setting "
"requires moderators to approve or refuse account creations." "requires moderators to approve or refuse account creations."
#: ../../moderator_documentation/internal_users/handle_registration.md:6 #: ../../moderator_documentation/internal_users/handle_registration.md
msgid "{guilabel}`Moderation` provides access to the administration and moderation menus." msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:8
msgid ""
"{guilabel}`Moderation` provides access to the administration and "
"moderation menus."
msgstr "" msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/internal_users/handle_registration.md:9
msgid "Requests appear in the {guilabel}`User Requests` list. Each request contains the following information:"
msgstr ""
"Requests appear in the {guilabel}`User Requests` list. Each request contains "
"the following information:"
#: ../../moderator_documentation/internal_users/handle_registration.md:11 #: ../../moderator_documentation/internal_users/handle_registration.md:11
msgid ""
"Requests appear in the {guilabel}`User Requests` list. Each request "
"contains the following information:"
msgstr ""
"Requests appear in the {guilabel}`User Requests` list. Each request "
"contains the following information:"
#: ../../moderator_documentation/internal_users/handle_registration.md:13
msgid "The user the request was {guilabel}`Submitted by`" msgid "The user the request was {guilabel}`Submitted by`"
msgstr "The user the request was {guilabel}`Submitted by`" msgstr "The user the request was {guilabel}`Submitted by`"
#: ../../moderator_documentation/internal_users/handle_registration.md:12 #: ../../moderator_documentation/internal_users/handle_registration.md:14
msgid "The {guilabel}`Creation date` of the request." msgid "The {guilabel}`Creation date` of the request."
msgstr "The {guilabel}`Creation date` of the request." msgstr "The {guilabel}`Creation date` of the request."
#: ../../moderator_documentation/internal_users/handle_registration.md:13 #: ../../moderator_documentation/internal_users/handle_registration.md:15
msgid "__Optional__ any responses the user left to fields in the sign-up form." msgid "__Optional__ any responses the user left to fields in the sign-up form."
msgstr "" msgstr "__Optional__ any responses the user left to fields in the sign-up form."
"__Optional__ any responses the user left to fields in the sign-up form."
#: ../../moderator_documentation/internal_users/handle_registration.md:14 #: ../../moderator_documentation/internal_users/handle_registration.md:16
msgid "The {guilabel}`Status` of the request." msgid "The {guilabel}`Status` of the request."
msgstr "The {guilabel}`Status` of the request." msgstr "The {guilabel}`Status` of the request."
#: ../../moderator_documentation/internal_users/handle_registration.md:15 #: ../../moderator_documentation/internal_users/handle_registration.md:17
msgid "Which moderator the request is {guilabel}`Assigned to`." msgid "Which moderator the request is {guilabel}`Assigned to`."
msgstr "Which moderator the request is {guilabel}`Assigned to`." msgstr "Which moderator the request is {guilabel}`Assigned to`."
#: ../../moderator_documentation/internal_users/handle_registration.md:16 #: ../../moderator_documentation/internal_users/handle_registration.md:18
msgid "The {guilabel}`Resolution date` of the request." msgid "The {guilabel}`Resolution date` of the request."
msgstr "The {guilabel}`Resolution date` of the request." msgstr "The {guilabel}`Resolution date` of the request."
#: ../../moderator_documentation/internal_users/handle_registration.md:17 #: ../../moderator_documentation/internal_users/handle_registration.md:19
msgid "Any {guilabel}`Internal notes` left by the moderators." msgid "Any {guilabel}`Internal notes` left by the moderators."
msgstr "Any {guilabel}`Internal notes` left by the moderators." msgstr "Any {guilabel}`Internal notes` left by the moderators."
#: ../../moderator_documentation/internal_users/handle_registration.md:23 #: ../../moderator_documentation/internal_users/handle_registration.md:25
msgid "Approve a sign-up request" msgid "Approve a sign-up request"
msgstr "Approve a sign-up request" msgstr "Approve a sign-up request"
#: ../../moderator_documentation/internal_users/handle_registration.md:25 #: ../../moderator_documentation/internal_users/handle_registration.md:27
msgid "To approve a sign-up request:" msgid "To approve a sign-up request:"
msgstr "To approve a sign-up request:" msgstr "To approve a sign-up request:"
#: ../../moderator_documentation/internal_users/handle_registration.md:0 #: ../../moderator_documentation/internal_users/handle_registration.md
#: ../../moderator_documentation/internal_users/handle_registration.md:0
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/internal_users/handle_registration.md:29 #: ../../moderator_documentation/internal_users/handle_registration.md:35
#: ../../moderator_documentation/internal_users/handle_registration.md:40 #: ../../moderator_documentation/internal_users/handle_registration.md:47
#: ../../moderator_documentation/internal_users/handle_registration.md:57
#: ../../moderator_documentation/internal_users/handle_registration.md:68 #: ../../moderator_documentation/internal_users/handle_registration.md:68
#: ../../moderator_documentation/internal_users/handle_registration.md:80
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/internal_users/handle_registration.md:30 #: ../../moderator_documentation/internal_users/handle_registration.md:36
#: ../../moderator_documentation/internal_users/handle_registration.md:58 #: ../../moderator_documentation/internal_users/handle_registration.md:69
msgid "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu." msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/internal_users/handle_registration.md:31 #: ../../moderator_documentation/internal_users/handle_registration.md:37
#: ../../moderator_documentation/internal_users/handle_registration.md:42 #: ../../moderator_documentation/internal_users/handle_registration.md:49
#: ../../moderator_documentation/internal_users/handle_registration.md:59
#: ../../moderator_documentation/internal_users/handle_registration.md:70 #: ../../moderator_documentation/internal_users/handle_registration.md:70
#: ../../moderator_documentation/internal_users/handle_registration.md:82
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/internal_users/handle_registration.md:32 #: ../../moderator_documentation/internal_users/handle_registration.md:38
#: ../../moderator_documentation/internal_users/handle_registration.md:43 #: ../../moderator_documentation/internal_users/handle_registration.md:50
#: ../../moderator_documentation/internal_users/handle_registration.md:60
#: ../../moderator_documentation/internal_users/handle_registration.md:71 #: ../../moderator_documentation/internal_users/handle_registration.md:71
msgid "Select {guilabel}`User Requests` at the top of the screen. A list of pending requests appears." #: ../../moderator_documentation/internal_users/handle_registration.md:83
msgid ""
"Select {guilabel}`User Requests` at the top of the screen. A list of "
"pending requests appears."
msgstr "" msgstr ""
"Select {guilabel}`User Requests` at the top of the screen. A list of pending " "Select {guilabel}`User Requests` at the top of the screen. A list of "
"requests appears." "pending requests appears."
#: ../../moderator_documentation/internal_users/handle_registration.md:33 #: ../../moderator_documentation/internal_users/handle_registration.md:39
#: ../../moderator_documentation/internal_users/handle_registration.md:44 #: ../../moderator_documentation/internal_users/handle_registration.md:51
#: ../../moderator_documentation/internal_users/handle_registration.md:61
#: ../../moderator_documentation/internal_users/handle_registration.md:72 #: ../../moderator_documentation/internal_users/handle_registration.md:72
#: ../../moderator_documentation/internal_users/handle_registration.md:84
msgid "Read through the details of the request." msgid "Read through the details of the request."
msgstr "Read through the details of the request." msgstr "Read through the details of the request."
#: ../../moderator_documentation/internal_users/handle_registration.md:34 #: ../../moderator_documentation/internal_users/handle_registration.md:40
#: ../../moderator_documentation/internal_users/handle_registration.md:45 #: ../../moderator_documentation/internal_users/handle_registration.md:52
msgid "Select {guilabel}`Approve` in the {guilabel}`Actions` section." msgid "Select {guilabel}`Approve` in the {guilabel}`Actions` section."
msgstr "Select {guilabel}`Approve` in the {guilabel}`Actions` section." msgstr "Select {guilabel}`Approve` in the {guilabel}`Actions` section."
#: ../../moderator_documentation/internal_users/handle_registration.md:0 #: ../../moderator_documentation/internal_users/handle_registration.md
#: ../../moderator_documentation/internal_users/handle_registration.md:0
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/internal_users/handle_registration.md:41 #: ../../moderator_documentation/internal_users/handle_registration.md:48
#: ../../moderator_documentation/internal_users/handle_registration.md:69 #: ../../moderator_documentation/internal_users/handle_registration.md:81
msgid "Select the wrench icon ({fa}`wrench`) at the top of the screen to open the {guilabel}`Administration` menu." msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open the " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/internal_users/handle_registration.md:49 #: ../../moderator_documentation/internal_users/handle_registration.md:56
msgid "That's it! You've approved the user's sign-up request. The user can now log in." msgid ""
"That's it! You've approved the user's sign-up request. The user can now "
"log in."
msgstr "" msgstr ""
"That's it! You've approved the user's sign-up request. The user can now log " "That's it! You've approved the user's sign-up request. The user can now "
"in." "log in."
#: ../../moderator_documentation/internal_users/handle_registration.md:51 #: ../../moderator_documentation/internal_users/handle_registration.md:58
msgid "Refuse a sign-up request" msgid "Refuse a sign-up request"
msgstr "Refuse a sign-up request" msgstr "Refuse a sign-up request"
#: ../../moderator_documentation/internal_users/handle_registration.md:53 #: ../../moderator_documentation/internal_users/handle_registration.md:60
msgid "To refuse a sign-up request:" msgid "To refuse a sign-up request:"
msgstr "To refuse a sign-up request:" msgstr "To refuse a sign-up request:"
#: ../../moderator_documentation/internal_users/handle_registration.md:62
#: ../../moderator_documentation/internal_users/handle_registration.md:73 #: ../../moderator_documentation/internal_users/handle_registration.md:73
#: ../../moderator_documentation/internal_users/handle_registration.md:85
msgid "Select {guilabel}`Refuse` in the {guilabel}`Actions` section." msgid "Select {guilabel}`Refuse` in the {guilabel}`Actions` section."
msgstr "Select {guilabel}`Refuse` in the {guilabel}`Actions` section." msgstr "Select {guilabel}`Refuse` in the {guilabel}`Actions` section."
#: ../../moderator_documentation/internal_users/handle_registration.md:77 #: ../../moderator_documentation/internal_users/handle_registration.md:89
msgid "That's it! You've refused the user's sign-up request. The user can't log in to your pod." msgid ""
"That's it! You've refused the user's sign-up request. The user can't log "
"in to your pod."
msgstr "" msgstr ""
"That's it! You've refused the user's sign-up request. The user can't log in " "That's it! You've refused the user's sign-up request. The user can't log "
"to your pod." "in to your pod."

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-reports-handle_content/en_GB/>"
"\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-reports-handle_content/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/reports/handle_content.md:1 #: ../../moderator_documentation/reports/handle_content.md:1
msgid "Handle reported content" msgid "Handle reported content"
@ -38,7 +37,11 @@ msgid ""
"moderation page to edit objects." "moderation page to edit objects."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:10 #: ../../moderator_documentation/reports/handle_content.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -46,15 +49,15 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/reports/handle_content.md:11 #: ../../moderator_documentation/reports/handle_content.md:13
msgid "{guilabel}`Library` enables the moderator to delete objects." msgid "{guilabel}`Library` enables the moderator to delete objects."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:18 #: ../../moderator_documentation/reports/handle_content.md:20
msgid "Handle reports from the Reports page" msgid "Handle reports from the Reports page"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:20 #: ../../moderator_documentation/reports/handle_content.md:22
msgid "To handle a content report from the {guilabel}`Reports` page:" msgid "To handle a content report from the {guilabel}`Reports` page:"
msgstr "" msgstr ""
@ -62,48 +65,48 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/reports/handle_content.md:24 #: ../../moderator_documentation/reports/handle_content.md:30
#: ../../moderator_documentation/reports/handle_content.md:36 #: ../../moderator_documentation/reports/handle_content.md:43
#: ../../moderator_documentation/reports/handle_content.md:54 #: ../../moderator_documentation/reports/handle_content.md:65
#: ../../moderator_documentation/reports/handle_content.md:70 #: ../../moderator_documentation/reports/handle_content.md:82
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/reports/handle_content.md:25 #: ../../moderator_documentation/reports/handle_content.md:31
#: ../../moderator_documentation/reports/handle_content.md:55 #: ../../moderator_documentation/reports/handle_content.md:66
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/reports/handle_content.md:26 #: ../../moderator_documentation/reports/handle_content.md:32
#: ../../moderator_documentation/reports/handle_content.md:38 #: ../../moderator_documentation/reports/handle_content.md:45
#: ../../moderator_documentation/reports/handle_content.md:56 #: ../../moderator_documentation/reports/handle_content.md:67
#: ../../moderator_documentation/reports/handle_content.md:72 #: ../../moderator_documentation/reports/handle_content.md:84
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/reports/handle_content.md:27 #: ../../moderator_documentation/reports/handle_content.md:33
#: ../../moderator_documentation/reports/handle_content.md:39 #: ../../moderator_documentation/reports/handle_content.md:46
#: ../../moderator_documentation/reports/handle_content.md:57 #: ../../moderator_documentation/reports/handle_content.md:68
#: ../../moderator_documentation/reports/handle_content.md:73 #: ../../moderator_documentation/reports/handle_content.md:85
msgid "[Search for the report](search_reports.md)." msgid "[Search for the report](search_reports.md)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:28 #: ../../moderator_documentation/reports/handle_content.md:34
#: ../../moderator_documentation/reports/handle_content.md:40 #: ../../moderator_documentation/reports/handle_content.md:47
msgid "Select an action from the {guilabel}`Actions` section:" msgid "Select an action from the {guilabel}`Actions` section:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:29 #: ../../moderator_documentation/reports/handle_content.md:35
#: ../../moderator_documentation/reports/handle_content.md:41 #: ../../moderator_documentation/reports/handle_content.md:48
msgid "{guilabel}`Resolve` resolve the report with no further action." msgid "{guilabel}`Resolve` resolve the report with no further action."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:30 #: ../../moderator_documentation/reports/handle_content.md:36
#: ../../moderator_documentation/reports/handle_content.md:42 #: ../../moderator_documentation/reports/handle_content.md:49
msgid "" msgid ""
"{guilabel}`Delete reported object` delete the object associated with " "{guilabel}`Delete reported object` delete the object associated with "
"the report. If you delete an artist or album, this deletes all files " "the report. If you delete an artist or album, this deletes all files "
@ -114,64 +117,65 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/reports/handle_content.md:37 #: ../../moderator_documentation/reports/handle_content.md:44
#: ../../moderator_documentation/reports/handle_content.md:71 #: ../../moderator_documentation/reports/handle_content.md:83
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:46 #: ../../moderator_documentation/reports/handle_content.md:53
#: ../../moderator_documentation/reports/handle_content.md:84 #: ../../moderator_documentation/reports/handle_content.md:96
msgid "" msgid ""
"Resolving the report assigns it to you so other moderators know who " "Resolving the report assigns it to you so other moderators know who "
"handled the report. Add [internal notes](internal_notes.md) to keep a " "handled the report. Add [internal notes](internal_notes.md) to keep a "
"record of your changes." "record of your changes."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:48 #: ../../moderator_documentation/reports/handle_content.md:55
msgid "Edit content in the moderation page" msgid "Edit content in the moderation page"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:50 #: ../../moderator_documentation/reports/handle_content.md:57
msgid "If you want to edit an object to change its metadata:" msgid "If you want to edit an object to change its metadata:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:58 #: ../../moderator_documentation/reports/handle_content.md:69
#: ../../moderator_documentation/reports/handle_content.md:74 #: ../../moderator_documentation/reports/handle_content.md:86
msgid "" msgid ""
"Select {guilabel}`Open in moderation interface` in the " "Select {guilabel}`Open in moderation interface` in the "
"{guilabel}`Reported object` section. The object's moderation page opens." "{guilabel}`Reported object` section. The object's moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:59 #: ../../moderator_documentation/reports/handle_content.md:70
#: ../../moderator_documentation/reports/handle_content.md:75 #: ../../moderator_documentation/reports/handle_content.md:87
msgid "Select {guilabel}`Edit`. The {guilabel}`Edit` page opens." msgid "Select {guilabel}`Edit`. The {guilabel}`Edit` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:60 #: ../../moderator_documentation/reports/handle_content.md:71
#: ../../moderator_documentation/reports/handle_content.md:76 #: ../../moderator_documentation/reports/handle_content.md:88
msgid "" msgid ""
"Edit the details on this page. Leave a {guilabel}`Summary` of your " "Edit the details on this page. Leave a {guilabel}`Summary` of your "
"changes for reference." "changes for reference."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:61 #: ../../moderator_documentation/reports/handle_content.md:72
#: ../../moderator_documentation/reports/handle_content.md:77 #: ../../moderator_documentation/reports/handle_content.md:89
msgid "Select {guilabel}`Submit and apply edit`." msgid "Select {guilabel}`Submit and apply edit`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:62 #: ../../moderator_documentation/reports/handle_content.md:73
#: ../../moderator_documentation/reports/handle_content.md:78 #: ../../moderator_documentation/reports/handle_content.md:90
msgid "Return to the {guilabel}`Reports` page." msgid "Return to the {guilabel}`Reports` page."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:63 #: ../../moderator_documentation/reports/handle_content.md:74
#: ../../moderator_documentation/reports/handle_content.md:79 #: ../../moderator_documentation/reports/handle_content.md:91
msgid "Search for the report." msgid "Search for the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:64 #: ../../moderator_documentation/reports/handle_content.md:75
#: ../../moderator_documentation/reports/handle_content.md:80 #: ../../moderator_documentation/reports/handle_content.md:92
msgid "Select {guilabel}`Resolve` in the {guilabel}`Actions` section." msgid "Select {guilabel}`Resolve` in the {guilabel}`Actions` section."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-reports-handle_users/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-reports-handle_users/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/reports/handle_users.md:1 #: ../../moderator_documentation/reports/handle_users.md:1
msgid "Handle reported users" msgid "Handle reported users"
@ -31,7 +31,11 @@ msgid ""
"appropriate steps to handle the report." "appropriate steps to handle the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:6 #: ../../moderator_documentation/reports/handle_users.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -39,7 +43,7 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/reports/handle_users.md:9 #: ../../moderator_documentation/reports/handle_users.md:11
msgid "To open a user's moderation page:" msgid "To open a user's moderation page:"
msgstr "" msgstr ""
@ -47,26 +51,26 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/reports/handle_users.md:13 #: ../../moderator_documentation/reports/handle_users.md:19
#: ../../moderator_documentation/reports/handle_users.md:22 #: ../../moderator_documentation/reports/handle_users.md:29
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/reports/handle_users.md:14 #: ../../moderator_documentation/reports/handle_users.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/reports/handle_users.md:15 #: ../../moderator_documentation/reports/handle_users.md:21
#: ../../moderator_documentation/reports/handle_users.md:24 #: ../../moderator_documentation/reports/handle_users.md:31
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/reports/handle_users.md:16 #: ../../moderator_documentation/reports/handle_users.md:22
#: ../../moderator_documentation/reports/handle_users.md:25 #: ../../moderator_documentation/reports/handle_users.md:32
msgid "" msgid ""
"[Search for the report](search_reports.md) and select {guilabel}`Open in " "[Search for the report](search_reports.md) and select {guilabel}`Open in "
"moderation interface` under {guilabel}`Reported object`. The user's " "moderation interface` under {guilabel}`Reported object`. The user's "
@ -77,7 +81,7 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/reports/handle_users.md:23 #: ../../moderator_documentation/reports/handle_users.md:30
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the page to open the " "Select the wrench icon ({fa}`wrench`) at the top of the page to open the "
"{guilabel}`Administration` menu." "{guilabel}`Administration` menu."
@ -85,32 +89,33 @@ msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the page to open the " "Select the wrench icon ({fa}`wrench`) at the top of the page to open the "
"{guilabel}`Administration` menu." "{guilabel}`Administration` menu."
#: ../../moderator_documentation/reports/handle_users.md:29 #: ../../moderator_documentation/reports/handle_users.md:36
msgid "You can change the following settings in the moderation interface:" msgid "You can change the following settings in the moderation interface:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:31 #: ../../moderator_documentation/reports/handle_users.md:38
msgid "" msgid ""
"{guilabel}`Login status` disable this switch to prevent the user being " "{guilabel}`Login status` disable this switch to prevent the user being "
"able to log in." "able to log in."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:32 #: ../../moderator_documentation/reports/handle_users.md:39
msgid "" msgid ""
"{guilabel}`Permissions` add or remove permissions associated with the " "{guilabel}`Permissions` add or remove permissions associated with the "
"user." "user."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:33 #: ../../moderator_documentation/reports/handle_users.md:40
msgid "" msgid ""
"{guilabel}`Upload quota` change the amount of data (in megabytes) that " "{guilabel}`Upload quota` change the amount of data (in megabytes) that "
"the user can upload." "the user can upload."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:35 #: ../../moderator_documentation/reports/handle_users.md:42
msgid "" msgid ""
"Once you have made your changes, return to the {guilabel}`Reports` page " "Once you have made your changes, return to the {guilabel}`Reports` page "
"and {guilabel}`Resolve` the report. Resolving the report assigns it to " "and {guilabel}`Resolve` the report. Resolving the report assigns it to "
"you so other moderators know who handled the report. Add [internal " "you so other moderators know who handled the report. Add [internal "
"notes](internal_notes.md) to keep a record of your changes." "notes](internal_notes.md) to keep a record of your changes."
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-reports-internal_notes/en_GB/>"
"\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-reports-internal_notes/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/reports/internal_notes.md:1 #: ../../moderator_documentation/reports/internal_notes.md:1
msgid "Use internal notes" msgid "Use internal notes"
@ -32,7 +31,11 @@ msgid ""
"only visible to pod admins and moderators." "only visible to pod admins and moderators."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:6 #: ../../moderator_documentation/reports/internal_notes.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -40,11 +43,11 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/reports/internal_notes.md:9 #: ../../moderator_documentation/reports/internal_notes.md:11
msgid "Add notes to a report" msgid "Add notes to a report"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:11 #: ../../moderator_documentation/reports/internal_notes.md:13
msgid "" msgid ""
"You can add notes to __Unresolved__ and __Resolved__ reports. To add an " "You can add notes to __Unresolved__ and __Resolved__ reports. To add an "
"internal note:" "internal note:"
@ -54,46 +57,46 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/reports/internal_notes.md:15 #: ../../moderator_documentation/reports/internal_notes.md:21
#: ../../moderator_documentation/reports/internal_notes.md:26 #: ../../moderator_documentation/reports/internal_notes.md:33
#: ../../moderator_documentation/reports/internal_notes.md:45
#: ../../moderator_documentation/reports/internal_notes.md:56 #: ../../moderator_documentation/reports/internal_notes.md:56
#: ../../moderator_documentation/reports/internal_notes.md:68
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/reports/internal_notes.md:16 #: ../../moderator_documentation/reports/internal_notes.md:22
#: ../../moderator_documentation/reports/internal_notes.md:46 #: ../../moderator_documentation/reports/internal_notes.md:57
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/reports/internal_notes.md:17 #: ../../moderator_documentation/reports/internal_notes.md:23
#: ../../moderator_documentation/reports/internal_notes.md:28 #: ../../moderator_documentation/reports/internal_notes.md:35
#: ../../moderator_documentation/reports/internal_notes.md:47
#: ../../moderator_documentation/reports/internal_notes.md:58 #: ../../moderator_documentation/reports/internal_notes.md:58
#: ../../moderator_documentation/reports/internal_notes.md:70
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/reports/internal_notes.md:18 #: ../../moderator_documentation/reports/internal_notes.md:24
#: ../../moderator_documentation/reports/internal_notes.md:29 #: ../../moderator_documentation/reports/internal_notes.md:36
#: ../../moderator_documentation/reports/internal_notes.md:48
#: ../../moderator_documentation/reports/internal_notes.md:59 #: ../../moderator_documentation/reports/internal_notes.md:59
#: ../../moderator_documentation/reports/internal_notes.md:71
msgid "[Search for the report](search_reports.md)." msgid "[Search for the report](search_reports.md)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:19 #: ../../moderator_documentation/reports/internal_notes.md:25
#: ../../moderator_documentation/reports/internal_notes.md:30 #: ../../moderator_documentation/reports/internal_notes.md:37
msgid "" msgid ""
"{guilabel}`Write` your note in the {guilabel}`Internal notes` section. " "{guilabel}`Write` your note in the {guilabel}`Internal notes` section. "
"This input field supports Markdown syntax. You can {guilabel}`Preview` " "This input field supports Markdown syntax. You can {guilabel}`Preview` "
"how the note will look to other users." "how the note will look to other users."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:20 #: ../../moderator_documentation/reports/internal_notes.md:26
#: ../../moderator_documentation/reports/internal_notes.md:31 #: ../../moderator_documentation/reports/internal_notes.md:38
msgid "Select {guilabel}`Add note` to save your note." msgid "Select {guilabel}`Add note` to save your note."
msgstr "" msgstr ""
@ -101,38 +104,39 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/reports/internal_notes.md:27 #: ../../moderator_documentation/reports/internal_notes.md:34
#: ../../moderator_documentation/reports/internal_notes.md:57 #: ../../moderator_documentation/reports/internal_notes.md:69
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:35 #: ../../moderator_documentation/reports/internal_notes.md:42
msgid "Delete notes from a report" msgid "Delete notes from a report"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:38 #: ../../moderator_documentation/reports/internal_notes.md:45
msgid "" msgid ""
"Deleting an internal note is irreversible. Make sure you are not deleting" "Deleting an internal note is irreversible. Make sure you are not deleting"
" anything important." " anything important."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:41 #: ../../moderator_documentation/reports/internal_notes.md:48
msgid "" msgid ""
"You can delete your own notes and the notes of other moderators. You can " "You can delete your own notes and the notes of other moderators. You can "
"do this for both __Resolved__ and __Unresolved__ reports. To delete an " "do this for both __Resolved__ and __Unresolved__ reports. To delete an "
"internal note:" "internal note:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:49
#: ../../moderator_documentation/reports/internal_notes.md:60 #: ../../moderator_documentation/reports/internal_notes.md:60
#: ../../moderator_documentation/reports/internal_notes.md:72
msgid "" msgid ""
"Find the note you want to delete in the {guilabel}`Internal notes` " "Find the note you want to delete in the {guilabel}`Internal notes` "
"section." "section."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:50
#: ../../moderator_documentation/reports/internal_notes.md:61 #: ../../moderator_documentation/reports/internal_notes.md:61
#: ../../moderator_documentation/reports/internal_notes.md:73
msgid "Select {guilabel}`Delete`" msgid "Select {guilabel}`Delete`"
msgstr "" msgstr ""

View File

@ -7,19 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-reports-search_reports/en_GB/>"
"\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-reports-search_reports/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/reports/search_reports.md:1 #: ../../moderator_documentation/reports/search_reports.md:1
msgid "Search for reports" msgid "Search for reports"
@ -32,7 +31,11 @@ msgid ""
"key words." "key words."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:6 #: ../../moderator_documentation/reports/search_reports.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -44,54 +47,54 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/reports/search_reports.md:11 #: ../../moderator_documentation/reports/search_reports.md:17
#: ../../moderator_documentation/reports/search_reports.md:25 #: ../../moderator_documentation/reports/search_reports.md:32
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/reports/search_reports.md:12 #: ../../moderator_documentation/reports/search_reports.md:18
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/reports/search_reports.md:13 #: ../../moderator_documentation/reports/search_reports.md:19
#: ../../moderator_documentation/reports/search_reports.md:27 #: ../../moderator_documentation/reports/search_reports.md:34
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
#: ../../moderator_documentation/reports/search_reports.md:14 #: ../../moderator_documentation/reports/search_reports.md:20
#: ../../moderator_documentation/reports/search_reports.md:28 #: ../../moderator_documentation/reports/search_reports.md:35
msgid "Use the filters to find the report you want:" msgid "Use the filters to find the report you want:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:15 #: ../../moderator_documentation/reports/search_reports.md:21
#: ../../moderator_documentation/reports/search_reports.md:29 #: ../../moderator_documentation/reports/search_reports.md:36
msgid "" msgid ""
"Enter key words in the {guilabel}`Search` field. This enables you to " "Enter key words in the {guilabel}`Search` field. This enables you to "
"search for content in the report's {guilabel}`Message` section. Hit " "search for content in the report's {guilabel}`Message` section. Hit "
"{kbd}`⏎ Return` to update your search." "{kbd}`⏎ Return` to update your search."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:16 #: ../../moderator_documentation/reports/search_reports.md:22
#: ../../moderator_documentation/reports/search_reports.md:30 #: ../../moderator_documentation/reports/search_reports.md:37
msgid "Filter reports by {guilabel}`Status`." msgid "Filter reports by {guilabel}`Status`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:17 #: ../../moderator_documentation/reports/search_reports.md:23
#: ../../moderator_documentation/reports/search_reports.md:31 #: ../../moderator_documentation/reports/search_reports.md:38
msgid "Filter reports by {guilabel}`Category`." msgid "Filter reports by {guilabel}`Category`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:18 #: ../../moderator_documentation/reports/search_reports.md:24
#: ../../moderator_documentation/reports/search_reports.md:32 #: ../../moderator_documentation/reports/search_reports.md:39
msgid "Select the criteria for {guilabel}`Ordering` of your search results." msgid "Select the criteria for {guilabel}`Ordering` of your search results."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:19 #: ../../moderator_documentation/reports/search_reports.md:25
#: ../../moderator_documentation/reports/search_reports.md:33 #: ../../moderator_documentation/reports/search_reports.md:40
msgid "Select which {guilabel}`Order` you want to see your search results in." msgid "Select which {guilabel}`Order` you want to see your search results in."
msgstr "" msgstr ""
@ -99,15 +102,16 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/reports/search_reports.md:26 #: ../../moderator_documentation/reports/search_reports.md:33
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:37 #: ../../moderator_documentation/reports/search_reports.md:44
msgid "" msgid ""
"Once you have found the required report, you can handle the reported " "Once you have found the required report, you can handle the reported "
"[user](handle_users.md) or [content](handle_content.md). You can also " "[user](handle_users.md) or [content](handle_content.md). You can also "
"update the [internal notes](internal_notes.md) on the report." "update the [internal notes](internal_notes.md) on the report."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/moderator_documentation-reports-view_reports/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/moderator_documentation-reports-view_reports/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../moderator_documentation/reports/view_reports.md:1 #: ../../moderator_documentation/reports/view_reports.md:1
msgid "View unresolved reports" msgid "View unresolved reports"
@ -31,7 +31,11 @@ msgid ""
"reports that users have submitted." "reports that users have submitted."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:6 #: ../../moderator_documentation/reports/view_reports.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -39,11 +43,11 @@ msgstr ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
#: ../../moderator_documentation/reports/view_reports.md:9 #: ../../moderator_documentation/reports/view_reports.md:11
msgid "Check the Reports page" msgid "Check the Reports page"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:11 #: ../../moderator_documentation/reports/view_reports.md:13
msgid "" msgid ""
"You can see a list of unresolved reports by going to the " "You can see a list of unresolved reports by going to the "
"{guilabel}`Reports` page. To do this:" "{guilabel}`Reports` page. To do this:"
@ -53,21 +57,21 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../moderator_documentation/reports/view_reports.md:15 #: ../../moderator_documentation/reports/view_reports.md:21
#: ../../moderator_documentation/reports/view_reports.md:23 #: ../../moderator_documentation/reports/view_reports.md:30
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "Log in to your {term}`pod`." msgstr "Log in to your {term}`pod`."
#: ../../moderator_documentation/reports/view_reports.md:16 #: ../../moderator_documentation/reports/view_reports.md:22
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"{guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
#: ../../moderator_documentation/reports/view_reports.md:17 #: ../../moderator_documentation/reports/view_reports.md:23
#: ../../moderator_documentation/reports/view_reports.md:25 #: ../../moderator_documentation/reports/view_reports.md:32
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
@ -75,88 +79,89 @@ msgstr "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../moderator_documentation/reports/view_reports.md:24 #: ../../moderator_documentation/reports/view_reports.md:31
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:29 #: ../../moderator_documentation/reports/view_reports.md:36
msgid "" msgid ""
"That's it! A list of unresolved reports appears on the screen. The " "That's it! A list of unresolved reports appears on the screen. The "
"summary contains the following information:" "summary contains the following information:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:31 #: ../../moderator_documentation/reports/view_reports.md:38
#: ../../moderator_documentation/reports/view_reports.md:46 #: ../../moderator_documentation/reports/view_reports.md:53
msgid "The user who submitted the report." msgid "The user who submitted the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:32 #: ../../moderator_documentation/reports/view_reports.md:39
msgid "The report {guilabel}`Category`." msgid "The report {guilabel}`Category`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:33 #: ../../moderator_documentation/reports/view_reports.md:40
msgid "The date the user submitted the report." msgid "The date the user submitted the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:34 #: ../../moderator_documentation/reports/view_reports.md:41
#: ../../moderator_documentation/reports/view_reports.md:50 #: ../../moderator_documentation/reports/view_reports.md:57
msgid "The message the user posted with the report (if applicable)." msgid "The message the user posted with the report (if applicable)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:35 #: ../../moderator_documentation/reports/view_reports.md:42
msgid "The {guilabel}`Status` of the report." msgid "The {guilabel}`Status` of the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:36 #: ../../moderator_documentation/reports/view_reports.md:43
msgid "Any {guilabel}`Internal notes` left by moderators." msgid "Any {guilabel}`Internal notes` left by moderators."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:37 #: ../../moderator_documentation/reports/view_reports.md:44
msgid "A summary of the {guilabel}`Reported object`." msgid "A summary of the {guilabel}`Reported object`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:38 #: ../../moderator_documentation/reports/view_reports.md:45
msgid "A list of available {guilabel}`Actions`." msgid "A list of available {guilabel}`Actions`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:40 #: ../../moderator_documentation/reports/view_reports.md:47
msgid "" msgid ""
"Use the tools on this page the handle the reported " "Use the tools on this page the handle the reported "
"[content](handle_content.md) or [user](handle_users.md)." "[content](handle_content.md) or [user](handle_users.md)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:42 #: ../../moderator_documentation/reports/view_reports.md:49
msgid "Email notifications" msgid "Email notifications"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:44 #: ../../moderator_documentation/reports/view_reports.md:51
msgid "" msgid ""
"When a user submits a report, an email gets sent to all pod moderators. " "When a user submits a report, an email gets sent to all pod moderators. "
"This email contains a summary of the report including:" "This email contains a summary of the report including:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:47 #: ../../moderator_documentation/reports/view_reports.md:54
msgid "The object that the user reported." msgid "The object that the user reported."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:48 #: ../../moderator_documentation/reports/view_reports.md:55
msgid "A link to the object on your pod." msgid "A link to the object on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:49 #: ../../moderator_documentation/reports/view_reports.md:56
msgid "A link to the object's moderation page." msgid "A link to the object's moderation page."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:51 #: ../../moderator_documentation/reports/view_reports.md:58
msgid "A link to the report." msgid "A link to the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:52 #: ../../moderator_documentation/reports/view_reports.md:59
msgid "A link to the {guilabel}`Reports` page." msgid "A link to the {guilabel}`Reports` page."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:54 #: ../../moderator_documentation/reports/view_reports.md:61
msgid "Follow the links in the email to view the report." msgid "Follow the links in the email to view the report."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 22:14+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 21:04+0000\n" "PO-Revision-Date: 2022-07-03 21:04+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-libraries-tag_music/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-libraries-tag_music/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/libraries/tag_music.md:1 #: ../../user_documentation/libraries/tag_music.md:1
msgid "Tag your content with Picard" msgid "Tag your content with Picard"
@ -43,308 +43,313 @@ msgstr ""
msgid "This guide shows you how to tag your content with MusicBrainz Picard." msgid "This guide shows you how to tag your content with MusicBrainz Picard."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:19 #: ../../user_documentation/libraries/tag_music.md
msgid "Supported tags"
msgstr ""
#: ../../user_documentation/libraries/tag_music.md:21
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:20 #: ../../user_documentation/libraries/tag_music.md:22
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
#: ../../user_documentation/libraries/tag_music.md:21 #: ../../user_documentation/libraries/tag_music.md:23
msgid "Example value" msgid "Example value"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:22 #: ../../user_documentation/libraries/tag_music.md:24
msgid "`Title`*" msgid "`Title`*"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:23 #: ../../user_documentation/libraries/tag_music.md:25
msgid "The track title." msgid "The track title."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:24 #: ../../user_documentation/libraries/tag_music.md:26
msgid "`Letting you`" msgid "`Letting you`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:25 #: ../../user_documentation/libraries/tag_music.md:27
msgid "`Artist`*" msgid "`Artist`*"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:26 #: ../../user_documentation/libraries/tag_music.md:28
msgid "The artist name." msgid "The artist name."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:27 #: ../../user_documentation/libraries/tag_music.md:29
msgid "`Nine Inch Nails`" msgid "`Nine Inch Nails`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:28 #: ../../user_documentation/libraries/tag_music.md:30
msgid "`Album`" msgid "`Album`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:29 #: ../../user_documentation/libraries/tag_music.md:31
msgid "" msgid ""
"The album title. If none is provided, an `[Unknown Album]` entry is " "The album title. If none is provided, an `[Unknown Album]` entry is "
"created." "created."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:30 #: ../../user_documentation/libraries/tag_music.md:32
msgid "`The Slip`" msgid "`The Slip`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:31 #: ../../user_documentation/libraries/tag_music.md:33
msgid "`Album artist`" msgid "`Album artist`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:32 #: ../../user_documentation/libraries/tag_music.md:34
msgid "The album artist name (can be different than the track artist)." msgid "The album artist name (can be different than the track artist)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:33 #: ../../user_documentation/libraries/tag_music.md:35
msgid "`Trent Reznor`" msgid "`Trent Reznor`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:34 #: ../../user_documentation/libraries/tag_music.md:36
msgid "`Genre`" msgid "`Genre`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:35 #: ../../user_documentation/libraries/tag_music.md:37
msgid "" msgid ""
"A comma separated list of tags to associate with the track. Other " "A comma separated list of tags to associate with the track. Other "
"supported separators: `;` and `/`." "supported separators: `;` and `/`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:37 #: ../../user_documentation/libraries/tag_music.md:39
msgid "`Industrial, Metal`" msgid "`Industrial, Metal`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:38 #: ../../user_documentation/libraries/tag_music.md:40
msgid "`Track number`" msgid "`Track number`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:39 #: ../../user_documentation/libraries/tag_music.md:41
msgid "The position of the track in the album/release." msgid "The position of the track in the album/release."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:40 #: ../../user_documentation/libraries/tag_music.md:42
msgid "`4`" msgid "`4`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:41 #: ../../user_documentation/libraries/tag_music.md:43
msgid "`Disc number`" msgid "`Disc number`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:42 #: ../../user_documentation/libraries/tag_music.md:44
msgid "The disc number (in case of multi-disc albums)." msgid "The disc number (in case of multi-disc albums)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:43 #: ../../user_documentation/libraries/tag_music.md:45
msgid "`1`" msgid "`1`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:44 #: ../../user_documentation/libraries/tag_music.md:46
msgid "`Date`" msgid "`Date`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:45 #: ../../user_documentation/libraries/tag_music.md:47
msgid "The release date of the track or album." msgid "The release date of the track or album."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:46 #: ../../user_documentation/libraries/tag_music.md:48
msgid "`2019`" msgid "`2019`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:47 #: ../../user_documentation/libraries/tag_music.md:49
msgid "`License`" msgid "`License`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:48 #: ../../user_documentation/libraries/tag_music.md:50
msgid "" msgid ""
"The license associated with this work. The first URL found is checked " "The license associated with this work. The first URL found is checked "
"against our list of supported licenses." "against our list of supported licenses."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:50 #: ../../user_documentation/libraries/tag_music.md:52
#: ../../user_documentation/libraries/tag_music.md:54 #: ../../user_documentation/libraries/tag_music.md:56
msgid "`CC-BY 3.0: http://creativecommons.org/licenses/cc-by/3.0/`" msgid "`CC-BY 3.0: http://creativecommons.org/licenses/cc-by/3.0/`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:51 #: ../../user_documentation/libraries/tag_music.md:53
msgid "`Copyright`" msgid "`Copyright`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:52 #: ../../user_documentation/libraries/tag_music.md:54
msgid "" msgid ""
"The license associated with this work. The first URL found is checked " "The license associated with this work. The first URL found is checked "
"against our list of supported licenses. Used if no license found in the" "against our list of supported licenses. Used if no license found in the"
" `License` tag." " `License` tag."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:55 #: ../../user_documentation/libraries/tag_music.md:57
msgid "`Pictures`" msgid "`Pictures`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:56 #: ../../user_documentation/libraries/tag_music.md:58
msgid "The first embeded picture found is used as the album cover." msgid "The first embeded picture found is used as the album cover."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:58 #: ../../user_documentation/libraries/tag_music.md:60
msgid "`MusicBrainz Recording ID`" msgid "`MusicBrainz Recording ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:59 #: ../../user_documentation/libraries/tag_music.md:61
msgid "The MusicBrainz ID for the recording." msgid "The MusicBrainz ID for the recording."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:60 #: ../../user_documentation/libraries/tag_music.md:62
msgid "`99244237-850b-4a93-904d-57305bcadb4e`" msgid "`99244237-850b-4a93-904d-57305bcadb4e`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:61 #: ../../user_documentation/libraries/tag_music.md:63
msgid "`MusicBrainz Album ID`" msgid "`MusicBrainz Album ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:62 #: ../../user_documentation/libraries/tag_music.md:64
msgid "The MusicBrainz ID for the album." msgid "The MusicBrainz ID for the album."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:63 #: ../../user_documentation/libraries/tag_music.md:65
msgid "`bca982fd-ab73-3c9f-ad07-9104a4f53a32`" msgid "`bca982fd-ab73-3c9f-ad07-9104a4f53a32`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:64 #: ../../user_documentation/libraries/tag_music.md:66
msgid "`MusicBrainz Artist ID`" msgid "`MusicBrainz Artist ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:65 #: ../../user_documentation/libraries/tag_music.md:67
msgid "The MusicBrainz ID for the artist." msgid "The MusicBrainz ID for the artist."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:66 #: ../../user_documentation/libraries/tag_music.md:68
#: ../../user_documentation/libraries/tag_music.md:69 #: ../../user_documentation/libraries/tag_music.md:71
msgid "`b7ffd2af-418f-4be2-bdd1-22f8b48613da`" msgid "`b7ffd2af-418f-4be2-bdd1-22f8b48613da`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:67 #: ../../user_documentation/libraries/tag_music.md:69
msgid "`MusicBrainz Album Artist ID`" msgid "`MusicBrainz Album Artist ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:68 #: ../../user_documentation/libraries/tag_music.md:70
msgid "The MusicBrainz ID for the album artist." msgid "The MusicBrainz ID for the album artist."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:74 #: ../../user_documentation/libraries/tag_music.md:75
msgid "Tag content" msgid "Tag content"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:76 #: ../../user_documentation/libraries/tag_music.md:77
msgid "To tag content using MusicBrainz Picard:" msgid "To tag content using MusicBrainz Picard:"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:78 #: ../../user_documentation/libraries/tag_music.md:79
msgid "" msgid ""
"Select {guilabel}`Add Files` to add individual files or {guilabel}`Add " "Select {guilabel}`Add Files` to add individual files or {guilabel}`Add "
"Folder` to add a directory of files." "Folder` to add a directory of files."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:79 #: ../../user_documentation/libraries/tag_music.md:80
msgid "Select the files or directory you want to tag." msgid "Select the files or directory you want to tag."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:80 #: ../../user_documentation/libraries/tag_music.md:81
msgid "" msgid ""
"Picard shows the files in the left panel. Picard moves files to the right" "Picard shows the files in the left panel. Picard moves files to the right"
" panel as it tags them. If Picard doesn't tag a file automatically, " " panel as it tags them. If Picard doesn't tag a file automatically, "
"select {guilabel}`Scan`." "select {guilabel}`Scan`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:81 #: ../../user_documentation/libraries/tag_music.md:82
msgid "" msgid ""
"Check a file's tags by highlighting it and looking at the details in the " "Check a file's tags by highlighting it and looking at the details in the "
"bottom panel. If Picard has applied the wrong tags, look for [alternative" "bottom panel. If Picard has applied the wrong tags, look for [alternative"
" versions](#alternative-versions)." " versions](#alternative-versions)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:82 #: ../../user_documentation/libraries/tag_music.md:83
#: ../../user_documentation/libraries/tag_music.md:96 #: ../../user_documentation/libraries/tag_music.md:97
#: ../../user_documentation/libraries/tag_music.md:105 #: ../../user_documentation/libraries/tag_music.md:106
msgid "" msgid ""
"Select {guilabel}`Save` or hit {kbd}`ctrl+s` ({kbd}`cmd+s` on macOS) to " "Select {guilabel}`Save` or hit {kbd}`ctrl+s` ({kbd}`cmd+s` on macOS) to "
"save the tags to the files." "save the tags to the files."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:84 #: ../../user_documentation/libraries/tag_music.md:85
msgid "" msgid ""
"That's it! You've added ID3 tags to your files. You can now [add these to" "That's it! You've added ID3 tags to your files. You can now [add these to"
" a library](upload_content.md)" " a library](upload_content.md)"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:86 #: ../../user_documentation/libraries/tag_music.md:87
msgid "Alternative versions" msgid "Alternative versions"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:88 #: ../../user_documentation/libraries/tag_music.md:89
msgid "" msgid ""
"Picard will choose tags based on details included in your file. Sometimes" "Picard will choose tags based on details included in your file. Sometimes"
" it chooses a different version of a release than the one you want. You " " it chooses a different version of a release than the one you want. You "
"can choose an alternative version of your content to get the right tags." "can choose an alternative version of your content to get the right tags."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:90 #: ../../user_documentation/libraries/tag_music.md:91
msgid "Alternative albums" msgid "Alternative albums"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:92 #: ../../user_documentation/libraries/tag_music.md:93
msgid "If Picard has selected a different version of the album you are tagging:" msgid "If Picard has selected a different version of the album you are tagging:"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:94 #: ../../user_documentation/libraries/tag_music.md:95
msgid "" msgid ""
"Right-click on the album and hover your mouse over {guilabel}`Other " "Right-click on the album and hover your mouse over {guilabel}`Other "
"versions`. A dropdown list of alternative versions appears." "versions`. A dropdown list of alternative versions appears."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:95 #: ../../user_documentation/libraries/tag_music.md:96
msgid "Select the correct release from the list." msgid "Select the correct release from the list."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:98 #: ../../user_documentation/libraries/tag_music.md:99
msgid "Alternative tracks" msgid "Alternative tracks"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:100 #: ../../user_documentation/libraries/tag_music.md:101
msgid "If Picard can't find a release for a track:" msgid "If Picard can't find a release for a track:"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:102 #: ../../user_documentation/libraries/tag_music.md:103
msgid "" msgid ""
"Right-click on the track and select {guilabel}`Search for Similar " "Right-click on the track and select {guilabel}`Search for Similar "
"Tracks…`. A search screen appears." "Tracks…`. A search screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:103 #: ../../user_documentation/libraries/tag_music.md:104
msgid "" msgid ""
"Search for your track. Use [MusicBrainz's search " "Search for your track. Use [MusicBrainz's search "
"syntax](https://musicbrainz.org/doc/Indexed_Search_Syntax) for the best " "syntax](https://musicbrainz.org/doc/Indexed_Search_Syntax) for the best "
"results." "results."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:104 #: ../../user_documentation/libraries/tag_music.md:105
msgid "Select the correct track and click on {guilabel}`Load into Picard`." msgid "Select the correct track and click on {guilabel}`Load into Picard`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:107 #: ../../user_documentation/libraries/tag_music.md:108
msgid "Add items to MusicBrainz" msgid "Add items to MusicBrainz"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:109 #: ../../user_documentation/libraries/tag_music.md:110
msgid "" msgid ""
"If Picard can't find your content, you can add it to MusicBrainz " "If Picard can't find your content, you can add it to MusicBrainz "
"yourself. To get started, check out [MusicBrainz's " "yourself. To get started, check out [MusicBrainz's "
"guide](https://musicbrainz.org/doc/How_to_Add_a_Release/)." "guide](https://musicbrainz.org/doc/How_to_Add_a_Release/)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:111 #: ../../user_documentation/libraries/tag_music.md:112
msgid "Once you have added the content to MusicBrainz, Picard can tag your files." msgid "Once you have added the content to MusicBrainz, Picard can tag your files."
msgstr "" msgstr ""

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-libraries-upload_content/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-libraries-upload_content/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/libraries/upload_content.md:1 #: ../../user_documentation/libraries/upload_content.md:1
msgid "Upload content to a library" msgid "Upload content to a library"
@ -46,67 +46,67 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/libraries/upload_content.md:13 #: ../../user_documentation/libraries/upload_content.md:17
#: ../../user_documentation/libraries/upload_content.md:26 #: ../../user_documentation/libraries/upload_content.md:31
msgid "Log in to your pod." msgid "Log in to your pod."
msgstr "Log in to your pod." msgstr "Log in to your pod."
#: ../../user_documentation/libraries/upload_content.md:14 #: ../../user_documentation/libraries/upload_content.md:18
msgid "Select the upload icon ({fa}`upload`) in the top of the sidebar." msgid "Select the upload icon ({fa}`upload`) in the top of the sidebar."
msgstr "Select the upload icon ({fa}`upload`) in the top of the sidebar." msgstr "Select the upload icon ({fa}`upload`) in the top of the sidebar."
#: ../../user_documentation/libraries/upload_content.md:15 #: ../../user_documentation/libraries/upload_content.md:19
#: ../../user_documentation/libraries/upload_content.md:28 #: ../../user_documentation/libraries/upload_content.md:33
msgid "" msgid ""
"Select {guilabel}`Get started` under {guilabel}`Upload third-party " "Select {guilabel}`Get started` under {guilabel}`Upload third-party "
"content in a library`." "content in a library`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:16 #: ../../user_documentation/libraries/upload_content.md:20
#: ../../user_documentation/libraries/upload_content.md:29 #: ../../user_documentation/libraries/upload_content.md:34
msgid "A screen appears showing your upload quota and your libraries." msgid "A screen appears showing your upload quota and your libraries."
msgstr "A screen appears showing your upload quota and your libraries." msgstr "A screen appears showing your upload quota and your libraries."
#: ../../user_documentation/libraries/upload_content.md:17 #: ../../user_documentation/libraries/upload_content.md:21
#: ../../user_documentation/libraries/upload_content.md:30 #: ../../user_documentation/libraries/upload_content.md:35
msgid "Select {guilabel}`Upload` under the library you want to add content to." msgid "Select {guilabel}`Upload` under the library you want to add content to."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:18 #: ../../user_documentation/libraries/upload_content.md:22
msgid "" msgid ""
"Click on the section marked {guilabel}`Click to select files` to open a " "Click on the section marked {guilabel}`Click to select files` to open a "
"file picker, or drag and drop your files on to it." "file picker, or drag and drop your files on to it."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:19 #: ../../user_documentation/libraries/upload_content.md:23
msgid "" msgid ""
"If you opened the file picker, select the files you want to upload and " "If you opened the file picker, select the files you want to upload and "
"confirm." "confirm."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:20 #: ../../user_documentation/libraries/upload_content.md:24
#: ../../user_documentation/libraries/upload_content.md:32 #: ../../user_documentation/libraries/upload_content.md:37
msgid "" msgid ""
"The screen shows you the status of each upload. Once the upload queue is " "The screen shows you the status of each upload. Once the upload queue is "
"empty, your upload is complete." "empty, your upload is complete."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md #: ../../user_documentation/libraries/upload_content.md:32
msgid "Mobile"
msgstr "Mobile"
#: ../../user_documentation/libraries/upload_content.md:27
msgid "Select the upload icon ({fa}`upload`) at the top of the screen." msgid "Select the upload icon ({fa}`upload`) at the top of the screen."
msgstr "Select the upload icon ({fa}`upload`) at the top of the screen." msgstr "Select the upload icon ({fa}`upload`) at the top of the screen."
#: ../../user_documentation/libraries/upload_content.md:31 #: ../../user_documentation/libraries/upload_content.md:36
msgid "" msgid ""
"Click on the section marked {guilabel}`Click to select files` to open a " "Click on the section marked {guilabel}`Click to select files` to open a "
"file picker Select the files you want to upload and confirm." "file picker Select the files you want to upload and confirm."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:36 #: ../../user_documentation/libraries/upload_content.md:41
msgid "" msgid ""
"Congratulations! You added some content to your library. You can now " "Congratulations! You added some content to your library. You can now "
"listen to your tracks on your {term}`Funkwhale pod <Pod>`." "listen to your tracks on your {term}`Funkwhale pod <Pod>`."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr "Mobile"

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-playlists-create_playlist/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-playlists-create_playlist/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/playlists/create_playlist.md:1 #: ../../user_documentation/playlists/create_playlist.md:1
msgid "Create a playlist" msgid "Create a playlist"
@ -36,63 +36,64 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/playlists/create_playlist.md:9 #: ../../user_documentation/playlists/create_playlist.md:13
#: ../../user_documentation/playlists/create_playlist.md:23 #: ../../user_documentation/playlists/create_playlist.md:28
msgid "Log in to your account." msgid "Log in to your account."
msgstr "Log in to your account." msgstr "Log in to your account."
#: ../../user_documentation/playlists/create_playlist.md:10 #: ../../user_documentation/playlists/create_playlist.md:14
msgid "" msgid ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr "" msgstr ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of the " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
#: ../../user_documentation/playlists/create_playlist.md:11 #: ../../user_documentation/playlists/create_playlist.md:15
#: ../../user_documentation/playlists/create_playlist.md:26 #: ../../user_documentation/playlists/create_playlist.md:31
msgid "" msgid ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears." "playlists` screen appears."
msgstr "" msgstr ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage playlists` " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"screen appears." "playlists` screen appears."
#: ../../user_documentation/playlists/create_playlist.md:12 #: ../../user_documentation/playlists/create_playlist.md:16
#: ../../user_documentation/playlists/create_playlist.md:27 #: ../../user_documentation/playlists/create_playlist.md:32
msgid "Enter a {guilabel}`Playlist name` for your new playlist." msgid "Enter a {guilabel}`Playlist name` for your new playlist."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:13 #: ../../user_documentation/playlists/create_playlist.md:17
#: ../../user_documentation/playlists/create_playlist.md:28 #: ../../user_documentation/playlists/create_playlist.md:33
msgid "" msgid ""
"Select the {guilabel}`Playlist visibility` for your playlist. Choose from" "Select the {guilabel}`Playlist visibility` for your playlist. Choose from"
" the following options:" " the following options:"
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:14 #: ../../user_documentation/playlists/create_playlist.md:18
#: ../../user_documentation/playlists/create_playlist.md:34
msgid "" msgid ""
"{guilabel}`Everyone, across all instances` the playlist is available to" "{guilabel}`Everyone, across all instances` the playlist is available to"
" everybody who interacts with your {term}`pod`. This includes users of " " everybody who interacts with your {term}`pod`. This includes users of "
"other pods." "other pods."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:15 #: ../../user_documentation/playlists/create_playlist.md:19
#: ../../user_documentation/playlists/create_playlist.md:30 #: ../../user_documentation/playlists/create_playlist.md:35
msgid "" msgid ""
"{guilabel}`Everyone on this instance` the playlist is available to all " "{guilabel}`Everyone on this instance` the playlist is available to all "
"users on your pod. This does not include users of other pods." "users on your pod. This does not include users of other pods."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:16 #: ../../user_documentation/playlists/create_playlist.md:20
#: ../../user_documentation/playlists/create_playlist.md:31 #: ../../user_documentation/playlists/create_playlist.md:36
msgid "" msgid ""
"{guilabel}`Nobody except me` the playlist is only available to you and " "{guilabel}`Nobody except me` the playlist is only available to you and "
"people you share it with." "people you share it with."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:17 #: ../../user_documentation/playlists/create_playlist.md:21
#: ../../user_documentation/playlists/create_playlist.md:32 #: ../../user_documentation/playlists/create_playlist.md:37
msgid "" msgid ""
"Select {guilabel}`Create playlist`. A {guilabel}`Playlist created` " "Select {guilabel}`Create playlist`. A {guilabel}`Playlist created` "
"message appears." "message appears."
@ -102,25 +103,26 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../user_documentation/playlists/create_playlist.md:24 #: ../../user_documentation/playlists/create_playlist.md:29
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar."
#: ../../user_documentation/playlists/create_playlist.md:25 #: ../../user_documentation/playlists/create_playlist.md:30
msgid "" msgid ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing" "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
" playlists` screen opens." " playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:29 #: ../../user_documentation/playlists/create_playlist.md:41
msgid ""
"{guilabel}`Everyone, across all instances` the playlist is available to"
" everybody who interacts with your pod. This includes users of other "
"pods."
msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:36
msgid "" msgid ""
"Congratulations! You've created your playlist. Now you can [add some " "Congratulations! You've created your playlist. Now you can [add some "
"content to it](add_content.md)." "content to it](add_content.md)."
msgstr "" msgstr ""
#~ msgid ""
#~ "{guilabel}`Everyone, across all instances` "
#~ " the playlist is available to "
#~ "everybody who interacts with your pod."
#~ " This includes users of other pods."
#~ msgstr ""

View File

@ -1,30 +1,33 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, The Funkwhale Collective # Copyright (C) 2022, The Funkwhale Collective
# This file is distributed under the same license as the funkwhale package. # This file is distributed under the same license as the funkwhale package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.3\n" "Project-Id-Version: funkwhale 1.2.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-04 09:00+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 21:33+0000\n" "PO-Revision-Date: 2022-07-03 21:33+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-playlists-remove_content/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"MIME-Version: 1.0\n" "Language-Team: English (United Kingdom) "
"Content-Type: text/plain; charset=UTF-8\n" "<https://translate.funkwhale.audio/projects/documentation"
"Content-Transfer-Encoding: 8bit\n" "/user_documentation-playlists-remove_content/en_GB/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.13\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/playlists/remove_content.md:1 #: ../../user_documentation/playlists/remove_content.md:1
msgid "Remove content from a playlist" msgid "Remove content from a playlist"
msgstr "Remove content from a playlist" msgstr "Remove content from a playlist"
#: ../../user_documentation/playlists/remove_content.md:4 #: ../../user_documentation/playlists/remove_content.md:4
msgid "Removing content from a playlist removes it for anybody who follows the playlist." msgid ""
"Removing content from a playlist removes it for anybody who follows the "
"playlist."
msgstr "" msgstr ""
"Removing content from a playlist removes it for anybody who follows the " "Removing content from a playlist removes it for anybody who follows the "
"playlist." "playlist."
@ -33,61 +36,71 @@ msgstr ""
msgid "You can remove content from a playlist at any time. To do this:" msgid "You can remove content from a playlist at any time. To do this:"
msgstr "You can remove content from a playlist at any time. To do this:" msgstr "You can remove content from a playlist at any time. To do this:"
#: ../../user_documentation/playlists/remove_content.md:0 #: ../../user_documentation/playlists/remove_content.md
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/playlists/remove_content.md:11 #: ../../user_documentation/playlists/remove_content.md:15
#: ../../user_documentation/playlists/remove_content.md:22 #: ../../user_documentation/playlists/remove_content.md:27
msgid "Log in to your account." msgid "Log in to your account."
msgstr "Log in to your account." msgstr "Log in to your account."
#: ../../user_documentation/playlists/remove_content.md:12
msgid "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of the "
"sidebar. The {guilabel}`Browsing playlists` screen opens."
#: ../../user_documentation/playlists/remove_content.md:13
#: ../../user_documentation/playlists/remove_content.md:25
msgid "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage playlists` screen appears."
msgstr ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage playlists` "
"screen appears."
#: ../../user_documentation/playlists/remove_content.md:14
#: ../../user_documentation/playlists/remove_content.md:26
msgid "Select the edit icon ({fa}`edit`) next to the playlist you want to edit. The playlist edit screen appears."
msgstr ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. The "
"playlist edit screen appears."
#: ../../user_documentation/playlists/remove_content.md:15
#: ../../user_documentation/playlists/remove_content.md:27
msgid "Select the delete icon ({fa}`trash`) next to the content you want to remove. Select {guilabel}`Clear playlist` to remove all content at once."
msgstr ""
"Select the delete icon ({fa}`trash`) next to the content you want to remove. "
"Select {guilabel}`Clear playlist` to remove all content at once."
#: ../../user_documentation/playlists/remove_content.md:16 #: ../../user_documentation/playlists/remove_content.md:16
#: ../../user_documentation/playlists/remove_content.md:28 msgid ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens."
#: ../../user_documentation/playlists/remove_content.md:17
#: ../../user_documentation/playlists/remove_content.md:30
msgid ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears."
msgstr ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears."
#: ../../user_documentation/playlists/remove_content.md:18
#: ../../user_documentation/playlists/remove_content.md:31
msgid ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. "
"The playlist edit screen appears."
msgstr ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. "
"The playlist edit screen appears."
#: ../../user_documentation/playlists/remove_content.md:19
#: ../../user_documentation/playlists/remove_content.md:32
msgid ""
"Select the delete icon ({fa}`trash`) next to the content you want to "
"remove. Select {guilabel}`Clear playlist` to remove all content at once."
msgstr ""
"Select the delete icon ({fa}`trash`) next to the content you want to "
"remove. Select {guilabel}`Clear playlist` to remove all content at once."
#: ../../user_documentation/playlists/remove_content.md:20
#: ../../user_documentation/playlists/remove_content.md:33
msgid "Select {guilabel}`Stop Editing` to finish editing." msgid "Select {guilabel}`Stop Editing` to finish editing."
msgstr "Select {guilabel}`Stop Editing` to finish editing." msgstr "Select {guilabel}`Stop Editing` to finish editing."
#: ../../user_documentation/playlists/remove_content.md:0 #: ../../user_documentation/playlists/remove_content.md:28
msgid "Mobile"
msgstr "Mobile"
#: ../../user_documentation/playlists/remove_content.md:23
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar."
#: ../../user_documentation/playlists/remove_content.md:24 #: ../../user_documentation/playlists/remove_content.md:29
msgid "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing playlists` screen opens." msgid ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
" playlists` screen opens."
msgstr "" msgstr ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing " "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
"playlists` screen opens." " playlists` screen opens."
#: ../../user_documentation/playlists/remove_content.md:32 #: ../../user_documentation/playlists/remove_content.md:37
msgid "That's it! You've removed the content from your playlist." msgid "That's it! You've removed the content from your playlist."
msgstr "That's it! You've removed the content from your playlist." msgstr "That's it! You've removed the content from your playlist."
#~ msgid "Mobile"
#~ msgstr "Mobile"

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-playlists-reorder_content/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-playlists-reorder_content/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/playlists/reorder_content.md:1 #: ../../user_documentation/playlists/reorder_content.md:1
msgid "Reorder content in a playlist" msgid "Reorder content in a playlist"
@ -32,63 +32,63 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/playlists/reorder_content.md:7 #: ../../user_documentation/playlists/reorder_content.md:11
#: ../../user_documentation/playlists/reorder_content.md:18 #: ../../user_documentation/playlists/reorder_content.md:23
msgid "Log in to your account." msgid "Log in to your account."
msgstr "Log in to your account." msgstr "Log in to your account."
#: ../../user_documentation/playlists/reorder_content.md:8 #: ../../user_documentation/playlists/reorder_content.md:12
msgid "" msgid ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr "" msgstr ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of the " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
#: ../../user_documentation/playlists/reorder_content.md:9 #: ../../user_documentation/playlists/reorder_content.md:13
#: ../../user_documentation/playlists/reorder_content.md:21 #: ../../user_documentation/playlists/reorder_content.md:26
msgid "" msgid ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears." "playlists` screen appears."
msgstr "" msgstr ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage playlists` " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"screen appears." "playlists` screen appears."
#: ../../user_documentation/playlists/reorder_content.md:10 #: ../../user_documentation/playlists/reorder_content.md:14
#: ../../user_documentation/playlists/reorder_content.md:22 #: ../../user_documentation/playlists/reorder_content.md:27
msgid "" msgid ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. " "Select the edit icon ({fa}`edit`) next to the playlist you want to edit. "
"The playlist edit screen appears." "The playlist edit screen appears."
msgstr "" msgstr ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. The " "Select the edit icon ({fa}`edit`) next to the playlist you want to edit. "
"playlist edit screen appears." "The playlist edit screen appears."
#: ../../user_documentation/playlists/reorder_content.md:11 #: ../../user_documentation/playlists/reorder_content.md:15
#: ../../user_documentation/playlists/reorder_content.md:23 #: ../../user_documentation/playlists/reorder_content.md:28
msgid "" msgid ""
"Drag and drop the tracks in the playlist into the order you want. The " "Drag and drop the tracks in the playlist into the order you want. The "
"position number of each track appears on the left side." "position number of each track appears on the left side."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:12 #: ../../user_documentation/playlists/reorder_content.md:16
#: ../../user_documentation/playlists/reorder_content.md:24 #: ../../user_documentation/playlists/reorder_content.md:29
msgid "Select {guilabel}`Stop Editing` to finish editing." msgid "Select {guilabel}`Stop Editing` to finish editing."
msgstr "Select {guilabel}`Stop Editing` to finish editing." msgstr "Select {guilabel}`Stop Editing` to finish editing."
#: ../../user_documentation/playlists/reorder_content.md #: ../../user_documentation/playlists/reorder_content.md:24
msgid "Mobile"
msgstr "Mobile"
#: ../../user_documentation/playlists/reorder_content.md:19
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar."
#: ../../user_documentation/playlists/reorder_content.md:20 #: ../../user_documentation/playlists/reorder_content.md:25
msgid "" msgid ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing" "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
" playlists` screen opens." " playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:29 #: ../../user_documentation/playlists/reorder_content.md:33
msgid "You're done! You've updated the order of the tracks in your playlist." msgid "You're done! You've updated the order of the tracks in your playlist."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr "Mobile"

View File

@ -1,100 +1,111 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, The Funkwhale Collective # Copyright (C) 2022, The Funkwhale Collective
# This file is distributed under the same license as the funkwhale package. # This file is distributed under the same license as the funkwhale package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.3\n" "Project-Id-Version: funkwhale 1.2.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-04 09:00+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 21:32+0000\n" "PO-Revision-Date: 2022-07-03 21:32+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-plugins-listenbrainz_plugin/en_GB/>"
"\n"
"Language: en_GB\n" "Language: en_GB\n"
"MIME-Version: 1.0\n" "Language-Team: English (United Kingdom) "
"Content-Type: text/plain; charset=UTF-8\n" "<https://translate.funkwhale.audio/projects/documentation"
"Content-Transfer-Encoding: 8bit\n" "/user_documentation-plugins-listenbrainz_plugin/en_GB/>\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.13\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/plugins/listenbrainz_plugin.md:1 #: ../../user_documentation/plugins/listenbrainz_plugin.md:1
msgid "ListenBrainz plugin" msgid "ListenBrainz plugin"
msgstr "ListenBrainz plugin" msgstr "ListenBrainz plugin"
#: ../../user_documentation/plugins/listenbrainz_plugin.md:3 #: ../../user_documentation/plugins/listenbrainz_plugin.md:3
msgid "The __ListenBrainz__ plugin enables you to submit ({term}`scrobble<Scrobbling>`) listens to your [ListenBrainz](https://listenbrainz.org) account. Scrobbling listens helps you build up a profile of your music tastes. It also enables you to keep a record of your listens. To set up the __ListenBrainz plugin__:" msgid ""
"The __ListenBrainz__ plugin enables you to submit "
"({term}`scrobble<Scrobbling>`) listens to your "
"[ListenBrainz](https://listenbrainz.org) account. Scrobbling listens "
"helps you build up a profile of your music tastes. It also enables you to"
" keep a record of your listens. To set up the __ListenBrainz plugin__:"
msgstr "" msgstr ""
"The __ListenBrainz__ plugin enables you to submit " "The __ListenBrainz__ plugin enables you to submit "
"({term}`scrobble<Scrobbling>`) listens to your " "({term}`scrobble<Scrobbling>`) listens to your "
"[ListenBrainz](https://listenbrainz.org) account. Scrobbling listens helps " "[ListenBrainz](https://listenbrainz.org) account. Scrobbling listens "
"you build up a profile of your music tastes. It also enables you to keep a " "helps you build up a profile of your music tastes. It also enables you to"
"record of your listens. To set up the __ListenBrainz plugin__:" " keep a record of your listens. To set up the __ListenBrainz plugin__:"
#: ../../user_documentation/plugins/listenbrainz_plugin.md:0 #: ../../user_documentation/plugins/listenbrainz_plugin.md
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/plugins/listenbrainz_plugin.md:7 #: ../../user_documentation/plugins/listenbrainz_plugin.md:11
#: ../../user_documentation/plugins/listenbrainz_plugin.md:21 #: ../../user_documentation/plugins/listenbrainz_plugin.md:26
msgid "Log in to your account." msgid "Log in to your account."
msgstr "Log in to your account." msgstr "Log in to your account."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:8 #: ../../user_documentation/plugins/listenbrainz_plugin.md:12
msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
msgstr "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgstr "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:9 #: ../../user_documentation/plugins/listenbrainz_plugin.md:13
#: ../../user_documentation/plugins/listenbrainz_plugin.md:23 #: ../../user_documentation/plugins/listenbrainz_plugin.md:28
msgid "Select {guilabel}`Settings`." msgid "Select {guilabel}`Settings`."
msgstr "Select {guilabel}`Settings`." msgstr "Select {guilabel}`Settings`."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:10 #: ../../user_documentation/plugins/listenbrainz_plugin.md:14
#: ../../user_documentation/plugins/listenbrainz_plugin.md:24 #: ../../user_documentation/plugins/listenbrainz_plugin.md:29
msgid "Scroll down to the {guilabel}`Plugins` section." msgid "Scroll down to the {guilabel}`Plugins` section."
msgstr "Scroll down to the {guilabel}`Plugins` section." msgstr "Scroll down to the {guilabel}`Plugins` section."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:11 #: ../../user_documentation/plugins/listenbrainz_plugin.md:15
#: ../../user_documentation/plugins/listenbrainz_plugin.md:25 #: ../../user_documentation/plugins/listenbrainz_plugin.md:30
msgid "Select {guilabel}`Manage plugins`." msgid "Select {guilabel}`Manage plugins`."
msgstr "Select {guilabel}`Manage plugins`." msgstr "Select {guilabel}`Manage plugins`."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:12 #: ../../user_documentation/plugins/listenbrainz_plugin.md:16
#: ../../user_documentation/plugins/listenbrainz_plugin.md:26 #: ../../user_documentation/plugins/listenbrainz_plugin.md:31
msgid "Find the {guilabel}`ListenBrainz` plugin." msgid "Find the {guilabel}`ListenBrainz` plugin."
msgstr "Find the {guilabel}`ListenBrainz` plugin." msgstr "Find the {guilabel}`ListenBrainz` plugin."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:13 #: ../../user_documentation/plugins/listenbrainz_plugin.md:17
#: ../../user_documentation/plugins/listenbrainz_plugin.md:27 #: ../../user_documentation/plugins/listenbrainz_plugin.md:32
msgid "Toggle the {guilabel}`Enabled` switch." msgid "Toggle the {guilabel}`Enabled` switch."
msgstr "Toggle the {guilabel}`Enabled` switch." msgstr "Toggle the {guilabel}`Enabled` switch."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:14 #: ../../user_documentation/plugins/listenbrainz_plugin.md:18
#: ../../user_documentation/plugins/listenbrainz_plugin.md:28 #: ../../user_documentation/plugins/listenbrainz_plugin.md:33
msgid "Enter {guilabel}`Your ListenBrainz user token`. You can find this on your ListenBrainz profile." msgid ""
"Enter {guilabel}`Your ListenBrainz user token`. You can find this on your"
" ListenBrainz profile."
msgstr "" msgstr ""
"Enter {guilabel}`Your ListenBrainz user token`. You can find this on your " "Enter {guilabel}`Your ListenBrainz user token`. You can find this on your"
"ListenBrainz profile." " ListenBrainz profile."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:15 #: ../../user_documentation/plugins/listenbrainz_plugin.md:19
#: ../../user_documentation/plugins/listenbrainz_plugin.md:29 #: ../../user_documentation/plugins/listenbrainz_plugin.md:34
msgid "Select {guilabel}`Save`." msgid "Select {guilabel}`Save`."
msgstr "Select {guilabel}`Save`." msgstr "Select {guilabel}`Save`."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:0 #: ../../user_documentation/plugins/listenbrainz_plugin.md:27
msgid "Mobile" msgid ""
msgstr "Mobile" "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:22
msgid "Select the cog icon ({fa}`cog`) or your avatar to open the {guilabel}`Options` menu."
msgstr "" msgstr ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
#: ../../user_documentation/plugins/listenbrainz_plugin.md:33 #: ../../user_documentation/plugins/listenbrainz_plugin.md:38
msgid "That's it! You've set up the __ListenBrainz__ plugin. When you listen to tracks, the plugin sends the information to ListenBrainz." msgid ""
"That's it! You've set up the __ListenBrainz__ plugin. When you listen to "
"tracks, the plugin sends the information to ListenBrainz."
msgstr "" msgstr ""
"That's it! You've set up the __ListenBrainz__ plugin. When you listen to " "That's it! You've set up the __ListenBrainz__ plugin. When you listen to "
"tracks, the plugin sends the information to ListenBrainz." "tracks, the plugin sends the information to ListenBrainz."
#~ msgid "Mobile"
#~ msgstr "Mobile"

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-plugins-maloja_plugin/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-plugins-maloja_plugin/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/plugins/maloja_plugin.md:1 #: ../../user_documentation/plugins/maloja_plugin.md:1
msgid "Maloja plugin" msgid "Maloja plugin"
@ -46,65 +46,61 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/plugins/maloja_plugin.md:9 #: ../../user_documentation/plugins/maloja_plugin.md:13
#: ../../user_documentation/plugins/maloja_plugin.md:24 #: ../../user_documentation/plugins/maloja_plugin.md:29
msgid "Log in to your account." msgid "Log in to your account."
msgstr "Log in to your account." msgstr "Log in to your account."
#: ../../user_documentation/plugins/maloja_plugin.md:10 #: ../../user_documentation/plugins/maloja_plugin.md:14
msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
msgstr "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgstr "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
#: ../../user_documentation/plugins/maloja_plugin.md:11 #: ../../user_documentation/plugins/maloja_plugin.md:15
#: ../../user_documentation/plugins/maloja_plugin.md:26 #: ../../user_documentation/plugins/maloja_plugin.md:31
msgid "Select {guilabel}`Settings`." msgid "Select {guilabel}`Settings`."
msgstr "Select {guilabel}`Settings`." msgstr "Select {guilabel}`Settings`."
#: ../../user_documentation/plugins/maloja_plugin.md:12 #: ../../user_documentation/plugins/maloja_plugin.md:16
#: ../../user_documentation/plugins/maloja_plugin.md:27 #: ../../user_documentation/plugins/maloja_plugin.md:32
msgid "Scroll down to the {guilabel}`Plugins` section." msgid "Scroll down to the {guilabel}`Plugins` section."
msgstr "Scroll down to the {guilabel}`Plugins` section." msgstr "Scroll down to the {guilabel}`Plugins` section."
#: ../../user_documentation/plugins/maloja_plugin.md:13 #: ../../user_documentation/plugins/maloja_plugin.md:17
#: ../../user_documentation/plugins/maloja_plugin.md:28 #: ../../user_documentation/plugins/maloja_plugin.md:33
msgid "Select {guilabel}`Manage plugins`." msgid "Select {guilabel}`Manage plugins`."
msgstr "Select {guilabel}`Manage plugins`." msgstr "Select {guilabel}`Manage plugins`."
#: ../../user_documentation/plugins/maloja_plugin.md:14 #: ../../user_documentation/plugins/maloja_plugin.md:18
#: ../../user_documentation/plugins/maloja_plugin.md:29 #: ../../user_documentation/plugins/maloja_plugin.md:34
msgid "Find the {guilabel}`Maloja` plugin." msgid "Find the {guilabel}`Maloja` plugin."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:15 #: ../../user_documentation/plugins/maloja_plugin.md:19
#: ../../user_documentation/plugins/maloja_plugin.md:30 #: ../../user_documentation/plugins/maloja_plugin.md:35
msgid "Toggle the {guilabel}`Enabled` switch." msgid "Toggle the {guilabel}`Enabled` switch."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:16 #: ../../user_documentation/plugins/maloja_plugin.md:20
#: ../../user_documentation/plugins/maloja_plugin.md:31 #: ../../user_documentation/plugins/maloja_plugin.md:36
msgid "" msgid ""
"Enter your {guilabel}`Maloja server URL`. This is the URL you set up for " "Enter your {guilabel}`Maloja server URL`. This is the URL you set up for "
"your Maloja server." "your Maloja server."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:17 #: ../../user_documentation/plugins/maloja_plugin.md:21
#: ../../user_documentation/plugins/maloja_plugin.md:32 #: ../../user_documentation/plugins/maloja_plugin.md:37
msgid "" msgid ""
"Enter {guilabel}`Your Maloja API key`. Check out [Maloja's " "Enter {guilabel}`Your Maloja API key`. Check out [Maloja's "
"documentation](https://github.com/krateng/maloja#how-to-scrobble) for " "documentation](https://github.com/krateng/maloja#how-to-scrobble) for "
"more information." "more information."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:18 #: ../../user_documentation/plugins/maloja_plugin.md:22
#: ../../user_documentation/plugins/maloja_plugin.md:33 #: ../../user_documentation/plugins/maloja_plugin.md:38
msgid "Select {guilabel}`Save`." msgid "Select {guilabel}`Save`."
msgstr "Select {guilabel}`Save`." msgstr "Select {guilabel}`Save`."
#: ../../user_documentation/plugins/maloja_plugin.md #: ../../user_documentation/plugins/maloja_plugin.md:30
msgid "Mobile"
msgstr "Mobile"
#: ../../user_documentation/plugins/maloja_plugin.md:25
msgid "" msgid ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
@ -112,8 +108,12 @@ msgstr ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
#: ../../user_documentation/plugins/maloja_plugin.md:37 #: ../../user_documentation/plugins/maloja_plugin.md:42
msgid "" msgid ""
"That's it! You've set up the __Maloja__ plugin. When you listen to " "That's it! You've set up the __Maloja__ plugin. When you listen to "
"tracks, the plugin sends the information to your Maloja server." "tracks, the plugin sends the information to your Maloja server."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr "Mobile"

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:09+0000\n" "PO-Revision-Date: 2022-07-03 23:09+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-plugins-scrobbler_plugin/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-plugins-scrobbler_plugin/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/plugins/scrobbler_plugin.md:1 #: ../../user_documentation/plugins/scrobbler_plugin.md:1
msgid "Scrobbler plugin" msgid "Scrobbler plugin"
@ -55,71 +55,67 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/plugins/scrobbler_plugin.md:17 #: ../../user_documentation/plugins/scrobbler_plugin.md:21
#: ../../user_documentation/plugins/scrobbler_plugin.md:33 #: ../../user_documentation/plugins/scrobbler_plugin.md:38
msgid "Log in to your account." msgid "Log in to your account."
msgstr "Log in to your account." msgstr "Log in to your account."
#: ../../user_documentation/plugins/scrobbler_plugin.md:18 #: ../../user_documentation/plugins/scrobbler_plugin.md:22
msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
msgstr "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgstr "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
#: ../../user_documentation/plugins/scrobbler_plugin.md:19 #: ../../user_documentation/plugins/scrobbler_plugin.md:23
#: ../../user_documentation/plugins/scrobbler_plugin.md:35 #: ../../user_documentation/plugins/scrobbler_plugin.md:40
msgid "Select {guilabel}`Settings`." msgid "Select {guilabel}`Settings`."
msgstr "Select {guilabel}`Settings`." msgstr "Select {guilabel}`Settings`."
#: ../../user_documentation/plugins/scrobbler_plugin.md:20 #: ../../user_documentation/plugins/scrobbler_plugin.md:24
#: ../../user_documentation/plugins/scrobbler_plugin.md:36 #: ../../user_documentation/plugins/scrobbler_plugin.md:41
msgid "Scroll down to the {guilabel}`Plugins` section." msgid "Scroll down to the {guilabel}`Plugins` section."
msgstr "Scroll down to the {guilabel}`Plugins` section." msgstr "Scroll down to the {guilabel}`Plugins` section."
#: ../../user_documentation/plugins/scrobbler_plugin.md:21 #: ../../user_documentation/plugins/scrobbler_plugin.md:25
#: ../../user_documentation/plugins/scrobbler_plugin.md:37 #: ../../user_documentation/plugins/scrobbler_plugin.md:42
msgid "Select {guilabel}`Manage plugins`." msgid "Select {guilabel}`Manage plugins`."
msgstr "Select {guilabel}`Manage plugins`." msgstr "Select {guilabel}`Manage plugins`."
#: ../../user_documentation/plugins/scrobbler_plugin.md:22 #: ../../user_documentation/plugins/scrobbler_plugin.md:26
#: ../../user_documentation/plugins/scrobbler_plugin.md:38 #: ../../user_documentation/plugins/scrobbler_plugin.md:43
msgid "Find the {guilabel}`Scrobbler` plugin." msgid "Find the {guilabel}`Scrobbler` plugin."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:23 #: ../../user_documentation/plugins/scrobbler_plugin.md:27
#: ../../user_documentation/plugins/scrobbler_plugin.md:39 #: ../../user_documentation/plugins/scrobbler_plugin.md:44
msgid "Toggle the {guilabel}`Enabled` switch." msgid "Toggle the {guilabel}`Enabled` switch."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:24 #: ../../user_documentation/plugins/scrobbler_plugin.md:28
#: ../../user_documentation/plugins/scrobbler_plugin.md:40 #: ../../user_documentation/plugins/scrobbler_plugin.md:45
msgid "" msgid ""
"Enter the {guilabel}`URL of the scrobbler service`. If you leave this " "Enter the {guilabel}`URL of the scrobbler service`. If you leave this "
"field blank, the plugin defaults to __Last.fm__." "field blank, the plugin defaults to __Last.fm__."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:25 #: ../../user_documentation/plugins/scrobbler_plugin.md:29
#: ../../user_documentation/plugins/scrobbler_plugin.md:41 #: ../../user_documentation/plugins/scrobbler_plugin.md:46
msgid "" msgid ""
"Enter {guilabel}`Your scrobbler username`. You can set this up on your " "Enter {guilabel}`Your scrobbler username`. You can set this up on your "
"scrobbler service." "scrobbler service."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:26 #: ../../user_documentation/plugins/scrobbler_plugin.md:30
#: ../../user_documentation/plugins/scrobbler_plugin.md:42 #: ../../user_documentation/plugins/scrobbler_plugin.md:47
msgid "" msgid ""
"Enter {guilabel}`Your scrobbler password`. You can set this up on your " "Enter {guilabel}`Your scrobbler password`. You can set this up on your "
"scrobbler service." "scrobbler service."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:27 #: ../../user_documentation/plugins/scrobbler_plugin.md:31
#: ../../user_documentation/plugins/scrobbler_plugin.md:43 #: ../../user_documentation/plugins/scrobbler_plugin.md:48
msgid "Select {guilabel}`Save`." msgid "Select {guilabel}`Save`."
msgstr "Select {guilabel}`Save`." msgstr "Select {guilabel}`Save`."
#: ../../user_documentation/plugins/scrobbler_plugin.md #: ../../user_documentation/plugins/scrobbler_plugin.md:39
msgid "Mobile"
msgstr "Mobile"
#: ../../user_documentation/plugins/scrobbler_plugin.md:34
msgid "" msgid ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
@ -127,8 +123,12 @@ msgstr ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
#: ../../user_documentation/plugins/scrobbler_plugin.md:47 #: ../../user_documentation/plugins/scrobbler_plugin.md:52
msgid "" msgid ""
"That's it! You've set up the __Scrobbler__ plugin. When you listen to " "That's it! You've set up the __Scrobbler__ plugin. When you listen to "
"tracks, the plugin sends the information to your scrobbler service." "tracks, the plugin sends the information to your scrobbler service."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr "Mobile"

View File

@ -7,18 +7,18 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: 2022-07-03 23:29+0000\n" "PO-Revision-Date: 2022-07-03 23:29+0000\n"
"Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n" "Last-Translator: Ciarán Ainsworth <sporiff@funkwhale.audio>\n"
"Language-Team: English (United Kingdom) <https://translate.funkwhale.audio/"
"projects/documentation/user_documentation-radios-create_radio/en_GB/>\n"
"Language: en_GB\n" "Language: en_GB\n"
"Language-Team: English (United Kingdom) "
"<https://translate.funkwhale.audio/projects/documentation"
"/user_documentation-radios-create_radio/en_GB/>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Generated-By: Babel 2.10.3\n"
"X-Generator: Weblate 4.13\n"
"Generated-By: Babel 2.10.1\n"
#: ../../user_documentation/radios/create_radio.md:1 #: ../../user_documentation/radios/create_radio.md:1
msgid "Create a radio" msgid "Create a radio"
@ -44,88 +44,91 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: ../../user_documentation/radios/create_radio.md:13 #: ../../user_documentation/radios/create_radio.md:17
msgid "" msgid ""
"Select {guilabel}`Radios` in the sidebar. The {guilabel}`Browsing radios`" "Select {guilabel}`Radios` in the sidebar. The {guilabel}`Browsing radios`"
" screen opens." " screen opens."
msgstr "" msgstr ""
"Select {guilabel}`Radios` in the sidebar. The {guilabel}`Browsing radios` " "Select {guilabel}`Radios` in the sidebar. The {guilabel}`Browsing radios`"
"screen opens." " screen opens."
#: ../../user_documentation/radios/create_radio.md:14 #: ../../user_documentation/radios/create_radio.md:18
#: ../../user_documentation/radios/create_radio.md:33 #: ../../user_documentation/radios/create_radio.md:38
#, fuzzy
msgid "" msgid ""
"Select {guilabel}` Create your own radio` under the {guilabel}`User " "Select {guilabel}`Create your own radio` under the {guilabel}`User "
"radios` section. The {guilabel}`Builder` screen opens." "radios` section. The {guilabel}`Builder` screen opens."
msgstr "" msgstr ""
"Select {guilabel}`Radios` in the sidebar. The {guilabel}`Browsing radios`"
" screen opens."
#: ../../user_documentation/radios/create_radio.md:15 #: ../../user_documentation/radios/create_radio.md:19
#: ../../user_documentation/radios/create_radio.md:34 #: ../../user_documentation/radios/create_radio.md:39
msgid "Enter a {guilabel}`Radio name`." msgid "Enter a {guilabel}`Radio name`."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:16 #: ../../user_documentation/radios/create_radio.md:20
#: ../../user_documentation/radios/create_radio.md:35 #: ../../user_documentation/radios/create_radio.md:40
msgid "__Optional__ enter a {guilabel}`Description` for your radio." msgid "__Optional__ enter a {guilabel}`Description` for your radio."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:17 #: ../../user_documentation/radios/create_radio.md:21
#: ../../user_documentation/radios/create_radio.md:36 #: ../../user_documentation/radios/create_radio.md:41
msgid "" msgid ""
"To make your radio available to other users on your {term}`pod`, enable " "To make your radio available to other users on your {term}`pod`, enable "
"the {guilabel}`Display publicly` switch. If you disable this switch, only" "the {guilabel}`Display publicly` switch. If you disable this switch, only"
" you can see the radio." " you can see the radio."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:18 #: ../../user_documentation/radios/create_radio.md:22
#: ../../user_documentation/radios/create_radio.md:37 #: ../../user_documentation/radios/create_radio.md:42
msgid "" msgid ""
"Select {guilabel}`Artist` or {guilabel}`Tag` from the {guilabel}`Select a" "Select {guilabel}`Artist` or {guilabel}`Tag` from the {guilabel}`Select a"
" filter` dropdown." " filter` dropdown."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:19 #: ../../user_documentation/radios/create_radio.md:23
#: ../../user_documentation/radios/create_radio.md:38 #: ../../user_documentation/radios/create_radio.md:43
msgid "Select {guilabel}`Add filter` to add the filter to your radio." msgid "Select {guilabel}`Add filter` to add the filter to your radio."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:20 #: ../../user_documentation/radios/create_radio.md:24
#: ../../user_documentation/radios/create_radio.md:39 #: ../../user_documentation/radios/create_radio.md:44
msgid "Configure your filter:" msgid "Configure your filter:"
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:21 #: ../../user_documentation/radios/create_radio.md:25
#: ../../user_documentation/radios/create_radio.md:40 #: ../../user_documentation/radios/create_radio.md:45
msgid "" msgid ""
"Enable the {guilabel}`Exclude` switch to exclude results from your " "Enable the {guilabel}`Exclude` switch to exclude results from your "
"selection in the radio. Disable this switch to include results from your " "selection in the radio. Disable this switch to include results from your "
"selection in the radio." "selection in the radio."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:22 #: ../../user_documentation/radios/create_radio.md:26
#: ../../user_documentation/radios/create_radio.md:41 #: ../../user_documentation/radios/create_radio.md:46
msgid "" msgid ""
"Choose your __Artists__ or __Tags__ in the {guilabel}`Config` dropdown " "Choose your __Artists__ or __Tags__ in the {guilabel}`Config` dropdown "
"menu." "menu."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:23 #: ../../user_documentation/radios/create_radio.md:27
#: ../../user_documentation/radios/create_radio.md:42 #: ../../user_documentation/radios/create_radio.md:47
msgid "" msgid ""
"The {guilabel}`Candidates` column shows the number of tracks included. " "The {guilabel}`Candidates` column shows the number of tracks included. "
"Select the {guilabel}`{count} tracks matching filter` option to view some" "Select the {guilabel}`{count} tracks matching filter` option to view some"
" of these tracks." " of these tracks."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:24 #: ../../user_documentation/radios/create_radio.md:28
#: ../../user_documentation/radios/create_radio.md:43 #: ../../user_documentation/radios/create_radio.md:48
msgid "" msgid ""
"Check the tracks under the {guilabel}`{count} tracks matching combined " "Check the tracks under the {guilabel}`{count} tracks matching combined "
"filters` section." "filters` section."
msgstr "" msgstr ""
#: ../../user_documentation/radios/create_radio.md:25 #: ../../user_documentation/radios/create_radio.md:29
#: ../../user_documentation/radios/create_radio.md:44 #: ../../user_documentation/radios/create_radio.md:49
msgid "Select {guilabel}`Save` to save your radio." msgid "Select {guilabel}`Save` to save your radio."
msgstr "" msgstr ""
@ -133,18 +136,25 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "Mobile" msgstr "Mobile"
#: ../../user_documentation/radios/create_radio.md:31 #: ../../user_documentation/radios/create_radio.md:36
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgstr "Select the hamburger menu ({fa}`bars`) to open the menu bar."
#: ../../user_documentation/radios/create_radio.md:32 #: ../../user_documentation/radios/create_radio.md:37
msgid "" msgid ""
"Select {menuselection}`Explore --> Radios` or {menuselection}`My Library " "Select {menuselection}`Explore --> Radios` or {menuselection}`My Library "
"--> Radios`. The {guilabel}`Browsing radios` screen opens." "--> Radios`. The {guilabel}`Browsing radios` screen opens."
msgstr "" msgstr ""
"Select {menuselection}`Explore --> Radios` or {menuselection}`My Library --> " "Select {menuselection}`Explore --> Radios` or {menuselection}`My Library "
"Radios`. The {guilabel}`Browsing radios` screen opens." "--> Radios`. The {guilabel}`Browsing radios` screen opens."
#: ../../user_documentation/radios/create_radio.md:48 #: ../../user_documentation/radios/create_radio.md:53
msgid "You're done! You can now play your radio." msgid "You're done! You can now play your radio."
msgstr "" msgstr ""
#~ msgid ""
#~ "Select {guilabel}` Create your own "
#~ "radio` under the {guilabel}`User radios` "
#~ "section. The {guilabel}`Builder` screen opens."
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 22:14+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/configuration_docs/frontend.md:1 #: ../../administrator_documentation/configuration_docs/frontend.md:1
msgid "Customize the Funkwhale frontend" msgid "Customize the Funkwhale frontend"
@ -59,6 +59,10 @@ msgstr ""
msgid "Create a new config file and populate it with placeholder settings." msgid "Create a new config file and populate it with placeholder settings."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md
msgid "Supported parameters"
msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:41 #: ../../administrator_documentation/configuration_docs/frontend.md:41
msgid "Parameter" msgid "Parameter"
msgstr "" msgstr ""
@ -123,7 +127,7 @@ msgstr ""
msgid "Nginx" msgid "Nginx"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:65 #: ../../administrator_documentation/configuration_docs/frontend.md:69
msgid "" msgid ""
"Add the following snippet to your {file}`/etc/nginx/sites-" "Add the following snippet to your {file}`/etc/nginx/sites-"
"available/funkwhale.conf` config file:" "available/funkwhale.conf` config file:"
@ -133,57 +137,57 @@ msgstr ""
msgid "Apache" msgid "Apache"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:77 #: ../../administrator_documentation/configuration_docs/frontend.md:82
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:90
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:92
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:94
msgid "You can use a custom stylesheet to theme your Funkwhale pod. To do this:" 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:96
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:102
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:114
msgid "" msgid ""
"Add the location of your CSS file to the `additionalStylesheets` " "Add the location of your CSS file to the `additionalStylesheets` "
"parameter in your {file}`settings.json` file." "parameter in your {file}`settings.json` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:122 #: ../../administrator_documentation/configuration_docs/frontend.md:127
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:135
msgid "" msgid ""
"Add the following to your {file}`/etc/nginx/sites-" "Add the following to your {file}`/etc/nginx/sites-"
"available/funkwhale.conf` file:" "available/funkwhale.conf` file:"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:137 #: ../../administrator_documentation/configuration_docs/frontend.md:148
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:162
msgid "Restart your webserver." msgid "Restart your webserver."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/frontend.md:152 #: ../../administrator_documentation/configuration_docs/frontend.md:164
msgid "Refresh your Funkwhale app. The background should now be red." msgid "Refresh your Funkwhale app. The background should now be red."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 00:32+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/configuration_docs/ldap.md:1 #: ../../administrator_documentation/configuration_docs/ldap.md:1
msgid "Configure LDAP" msgid "Configure LDAP"
@ -44,6 +44,10 @@ msgid ""
" you can safely remove these." " you can safely remove these."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/ldap.md
msgid "OS dependencies"
msgstr ""
#: ../../administrator_documentation/configuration_docs/ldap.md:15 #: ../../administrator_documentation/configuration_docs/ldap.md:15
msgid "`libldap2-dev`" msgid "`libldap2-dev`"
msgstr "" msgstr ""
@ -52,6 +56,10 @@ msgstr ""
msgid "`libsasl2-dev`" msgid "`libsasl2-dev`"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/ldap.md
msgid "Python dependencies"
msgstr ""
#: ../../administrator_documentation/configuration_docs/ldap.md:22 #: ../../administrator_documentation/configuration_docs/ldap.md:22
msgid "`python-ldap`" msgid "`python-ldap`"
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/configuration_docs/object_storage.md:1 #: ../../administrator_documentation/configuration_docs/object_storage.md:1
msgid "Store media in an object store" msgid "Store media in an object store"
@ -63,6 +63,10 @@ msgid ""
"`PROXY_MEDIA` to `false`." "`PROXY_MEDIA` to `false`."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md
msgid "Environment variables"
msgstr ""
#: ../../docstring config.settings.common.AWS_QUERYSTRING_AUTH:1 of #: ../../docstring config.settings.common.AWS_QUERYSTRING_AUTH:1 of
msgid "" msgid ""
"Whether to include signatures in S3 URLs. Signatures are used to enforce " "Whether to include signatures in S3 URLs. Signatures are used to enforce "
@ -145,23 +149,23 @@ msgid ""
"it's safe to disable this setting." "it's safe to disable this setting."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:71 #: ../../administrator_documentation/configuration_docs/object_storage.md:81
msgid "Set up your reverse proxy" msgid "Set up your reverse proxy"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:74 #: ../../administrator_documentation/configuration_docs/object_storage.md:84
msgid "" msgid ""
"Serving files from object storage is not currently supported on Apache " "Serving files from object storage is not currently supported on Apache "
"deployments." "deployments."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:77 #: ../../administrator_documentation/configuration_docs/object_storage.md:87
msgid "" msgid ""
"Serving files from an object store requires some changes to the reverse " "Serving files from an object store requires some changes to the reverse "
"proxy." "proxy."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:79 #: ../../administrator_documentation/configuration_docs/object_storage.md:89
msgid "Open your Nginx configuration file in an editor." msgid "Open your Nginx configuration file in an editor."
msgstr "" msgstr ""
@ -173,45 +177,49 @@ msgstr ""
msgid "Docker" msgid "Docker"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:97 #: ../../administrator_documentation/configuration_docs/object_storage.md:112
msgid "" msgid ""
"Comment out the `location /_protected/media/` block by adding a `#` to " "Comment out the `location /_protected/media/` block by adding a `#` to "
"the start of each line." "the start of each line."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:106 #: ../../administrator_documentation/configuration_docs/object_storage.md:121
msgid "" msgid ""
"Uncomment the `location ~ /_protected/media/(.+)` block by removing the " "Uncomment the `location ~ /_protected/media/(.+)` block by removing the "
"`#` from the start of each line." "`#` from the start of each line."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:116 #: ../../administrator_documentation/configuration_docs/object_storage.md:131
msgid "Add your S3 store URL to the `img-src` and `media-src` headers." msgid "Add your S3 store URL to the `img-src` and `media-src` headers."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:122 #: ../../administrator_documentation/configuration_docs/object_storage.md:137
msgid "Test your Nginx configuration." msgid "Test your Nginx configuration."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:128 #: ../../administrator_documentation/configuration_docs/object_storage.md:143
msgid "Restart Funkwhale and Nginx to pick up the changes." msgid "Restart Funkwhale and Nginx to pick up the changes."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:148 #: ../../administrator_documentation/configuration_docs/object_storage.md:168
msgid "That's it! Files are now uploaded to and stored from your S3 bucket." msgid "That's it! Files are now uploaded to and stored from your S3 bucket."
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:150 #: ../../administrator_documentation/configuration_docs/object_storage.md:170
msgid "Troubleshooting" msgid "Troubleshooting"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:154 #: ../../administrator_documentation/configuration_docs/object_storage.md
msgid "No Resolver Found"
msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:174
msgid "" msgid ""
"You may see the following error when streaming music from your " "You may see the following error when streaming music from your "
"S3-compatible store:" "S3-compatible store:"
msgstr "" msgstr ""
#: ../../administrator_documentation/configuration_docs/object_storage.md:160 #: ../../administrator_documentation/configuration_docs/object_storage.md:180
msgid "" msgid ""
"This happens when the Nginx config is unable to use your servers DNS " "This happens when the Nginx config is unable to use your servers DNS "
"resolver. We're still looking into this issue. You can work around this " "resolver. We're still looking into this issue. You can work around this "

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 12:52+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/import_docs/index.md:1 #: ../../administrator_documentation/import_docs/index.md:1
msgid "Import music from your server" msgid "Import music from your server"
@ -58,41 +58,41 @@ msgstr ""
msgid "Docker" msgid "Docker"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:32 #: ../../administrator_documentation/import_docs/index.md:37
msgid "Get demo music" msgid "Get demo music"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:34 #: ../../administrator_documentation/import_docs/index.md:39
msgid "" msgid ""
"If you don't have music on your server, you can download creative commons" "If you don't have music on your server, you can download creative commons"
" music to test imports with. The Funkwhale project provides a collection " " music to test imports with. The Funkwhale project provides a collection "
"courtesy of [Jamendo](https://jamendo.com). To download these tracks:" "courtesy of [Jamendo](https://jamendo.com). To download these tracks:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:36 #: ../../administrator_documentation/import_docs/index.md:41
msgid "Download the shell script." msgid "Download the shell script."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:42 #: ../../administrator_documentation/import_docs/index.md:47
msgid "Download the music list." msgid "Download the music list."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:48 #: ../../administrator_documentation/import_docs/index.md:53
msgid "Run the shell script against the music list to download the tracks." msgid "Run the shell script against the music list to download the tracks."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:54 #: ../../administrator_documentation/import_docs/index.md:59
msgid "" msgid ""
"This downloads a set compressed albums to your `data/music` directory and" "This downloads a set compressed albums to your `data/music` directory and"
" unzips them. You can then import these tracks using the methods in this " " unzips them. You can then import these tracks using the methods in this "
"article." "article."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:56 #: ../../administrator_documentation/import_docs/index.md:61
msgid "Find your library ID" msgid "Find your library ID"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:58 #: ../../administrator_documentation/import_docs/index.md:63
msgid "" msgid ""
"You need to create a library before you can import music. Follow the " "You need to create a library before you can import music. Follow the "
"instructions in [Create a " "instructions in [Create a "
@ -100,88 +100,88 @@ msgid ""
"started." "started."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:60 #: ../../administrator_documentation/import_docs/index.md:65
msgid "" msgid ""
"Once you've created your library, you can find its ID by following these " "Once you've created your library, you can find its ID by following these "
"steps:" "steps:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:62 #: ../../administrator_documentation/import_docs/index.md:67
msgid "" msgid ""
"Visit `https://<yourdomain>/content/libraries/` in your browser. This " "Visit `https://<yourdomain>/content/libraries/` in your browser. This "
"page contains a list of your libraries." "page contains a list of your libraries."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:63 #: ../../administrator_documentation/import_docs/index.md:68
msgid "" msgid ""
"Find the library you want to upload content into. Select " "Find the library you want to upload content into. Select "
"{guilabel}`Library details` to open the library details page." "{guilabel}`Library details` to open the library details page."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:64 #: ../../administrator_documentation/import_docs/index.md:69
msgid "" msgid ""
"Your library's ID is the long string of letters and numbers shown in the " "Your library's ID is the long string of letters and numbers shown in the "
"URL bar. Copy the content before the first hyphen (`-`)." "URL bar. Copy the content before the first hyphen (`-`)."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:66 #: ../../administrator_documentation/import_docs/index.md:71
msgid "" msgid ""
"For example, if your library ID is `769a2bc3-eb1d-4aff-" "For example, if your library ID is `769a2bc3-eb1d-4aff-"
"9f84-2c4d80d5c2d1`, copy the `769a2bc3`. You can use this as a shorthand " "9f84-2c4d80d5c2d1`, copy the `769a2bc3`. You can use this as a shorthand "
"reference for your library." "reference for your library."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:68 #: ../../administrator_documentation/import_docs/index.md:73
msgid "Import your music" msgid "Import your music"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:70 #: ../../administrator_documentation/import_docs/index.md:75
msgid "Copy files from your server" msgid "Copy files from your server"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:72 #: ../../administrator_documentation/import_docs/index.md:77
msgid "" msgid ""
"Once you have your library ID, you can copy content from your server and " "Once you have your library ID, you can copy content from your server and "
"import it into the library. To do this:" "import it into the library. To do this:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:74 #: ../../administrator_documentation/import_docs/index.md:79
#: ../../administrator_documentation/import_docs/index.md:148 #: ../../administrator_documentation/import_docs/index.md:162
msgid "Log in to your server and navigate to your Funkwhale directory." msgid "Log in to your server and navigate to your Funkwhale directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:80 #: ../../administrator_documentation/import_docs/index.md:85
#: ../../administrator_documentation/import_docs/index.md:155 #: ../../administrator_documentation/import_docs/index.md:169
msgid "" msgid ""
"Export your library ID to reference it later. In this example, the " "Export your library ID to reference it later. In this example, the "
"library ID is \"769a2bc3\". Replace this with your library ID." "library ID is \"769a2bc3\". Replace this with your library ID."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:86 #: ../../administrator_documentation/import_docs/index.md:91
msgid "" msgid ""
"Run the `import_files` command to copy your files. In this example, the " "Run the `import_files` command to copy your files. In this example, the "
"music is stored in `data/music`. Replace this with your music directory." "music is stored in `data/music`. Replace this with your music directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:92 #: ../../administrator_documentation/import_docs/index.md:97
msgid "Funkwhale copies your files to your media store." msgid "Funkwhale copies your files to your media store."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:94 #: ../../administrator_documentation/import_docs/index.md:99
msgid "Access your files in-place" msgid "Access your files in-place"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:96 #: ../../administrator_documentation/import_docs/index.md:101
msgid "" msgid ""
"The in-place import method references your files in their current " "The in-place import method references your files in their current "
"directory. This is useful if you have limited storage space." "directory. This is useful if you have limited storage space."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:98 #: ../../administrator_documentation/import_docs/index.md:103
msgid "Link your file directory" msgid "Link your file directory"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:100 #: ../../administrator_documentation/import_docs/index.md:105
msgid "" msgid ""
"We recommend you symbolically link your music directories to " "We recommend you symbolically link your music directories to "
"`/srv/funkwhale/data/music`. You can then run the `import_files` command " "`/srv/funkwhale/data/music`. You can then run the `import_files` command "
@ -189,21 +189,21 @@ msgid ""
"needing to add to them to your webserver." "needing to add to them to your webserver."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:104 #: ../../administrator_documentation/import_docs/index.md:113
msgid "" msgid ""
"To link your storage directory to the Funkwhale store, use the `ln -s` " "To link your storage directory to the Funkwhale store, use the `ln -s` "
"command. For example, if you have an NFS share at `/media/nfsshare`, you " "command. For example, if you have an NFS share at `/media/nfsshare`, you "
"can link it to a folder like this:" "can link it to a folder like this:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:110 #: ../../administrator_documentation/import_docs/index.md:119
#: ../../administrator_documentation/import_docs/index.md:138 #: ../../administrator_documentation/import_docs/index.md:148
msgid "" msgid ""
"You can then run the `import_files` command against " "You can then run the `import_files` command against "
"`/srv/funkwhale/data/music/nfsshare`." "`/srv/funkwhale/data/music/nfsshare`."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:116 #: ../../administrator_documentation/import_docs/index.md:126
msgid "" msgid ""
"On a Docker install you can use bind mounts to reference your storage " "On a Docker install you can use bind mounts to reference your storage "
"directory. To do this, you need to add the directory to the `api` and " "directory. To do this, you need to add the directory to the `api` and "
@ -212,15 +212,15 @@ msgid ""
"your `docker-compose.yml` file:" "your `docker-compose.yml` file:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:142 #: ../../administrator_documentation/import_docs/index.md:152
msgid "Import your files" msgid "Import your files"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:144 #: ../../administrator_documentation/import_docs/index.md:154
msgid "To use the in-place import method, follow these steps:" msgid "To use the in-place import method, follow these steps:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:154 #: ../../administrator_documentation/import_docs/index.md:168
msgid "" msgid ""
"Add your storage location to your `.env` file if you don't want to link " "Add your storage location to your `.env` file if you don't want to link "
"it to the Funkwhale store. See the [in-place import configuration " "it to the Funkwhale store. See the [in-place import configuration "
@ -228,21 +228,21 @@ msgid ""
"configuration) for more information." "configuration) for more information."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:161 #: ../../administrator_documentation/import_docs/index.md:175
msgid "" msgid ""
"Run your import command against your music storage directory. In this " "Run your import command against your music storage directory. In this "
"example, the storage directory is `/srv/funkwhale/data/music/nfsshare`. " "example, the storage directory is `/srv/funkwhale/data/music/nfsshare`. "
"Replace this with your storage directory." "Replace this with your storage directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:167 #: ../../administrator_documentation/import_docs/index.md:181
#: ../../administrator_documentation/import_docs/index.md:180 #: ../../administrator_documentation/import_docs/index.md:195
msgid "" msgid ""
"Funkwhale imports the music in your storage directory into the specified " "Funkwhale imports the music in your storage directory into the specified "
"library." "library."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:173 #: ../../administrator_documentation/import_docs/index.md:188
msgid "" msgid ""
"Add your storage location to your `.env` file if you don't want to bind " "Add your storage location to your `.env` file if you don't want to bind "
"it to the Funkwhale store. See the [in-place import configuration " "it to the Funkwhale store. See the [in-place import configuration "
@ -250,39 +250,39 @@ msgid ""
"configuration) for more information." "configuration) for more information."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:174 #: ../../administrator_documentation/import_docs/index.md:189
msgid "Run your import command against your music storage directory:" msgid "Run your import command against your music storage directory:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:184 #: ../../administrator_documentation/import_docs/index.md:199
msgid "Album art" msgid "Album art"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:186 #: ../../administrator_documentation/import_docs/index.md:201
msgid "" msgid ""
"Funkwhale attempts to import album art for your music library. The import" "Funkwhale attempts to import album art for your music library. The import"
" process checks for the following." " process checks for the following."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:188 #: ../../administrator_documentation/import_docs/index.md:203
msgid "The cover embedded in the audio files (works with FLAC and MP3 files)." msgid "The cover embedded in the audio files (works with FLAC and MP3 files)."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:189 #: ../../administrator_documentation/import_docs/index.md:204
msgid "A `cover.jpg` or `cover.png` in the the track's directory." msgid "A `cover.jpg` or `cover.png` in the the track's directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:190 #: ../../administrator_documentation/import_docs/index.md:205
msgid "" msgid ""
"An `mbid` in the file's tags. If there is an `mbid`, the import process " "An `mbid` in the file's tags. If there is an `mbid`, the import process "
"tries to fetch cover art from Musicbrainz." "tries to fetch cover art from Musicbrainz."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:192 #: ../../administrator_documentation/import_docs/index.md:207
msgid "Watch for filesystem changes" msgid "Watch for filesystem changes"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:194 #: ../../administrator_documentation/import_docs/index.md:209
msgid "" msgid ""
"You can run the `import_files` command any time you add new files or " "You can run the `import_files` command any time you add new files or "
"update files. For larger collections, this may not be practical. To watch" "update files. For larger collections, this may not be practical. To watch"
@ -291,108 +291,95 @@ msgid ""
"and update your database when something changes." "and update your database when something changes."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:196 #: ../../administrator_documentation/import_docs/index.md:211
msgid "" msgid ""
"The `--watch` flag performs the following actions when it detects a " "The `--watch` flag performs the following actions when it detects a "
"change:" "change:"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:198 #: ../../administrator_documentation/import_docs/index.md:213
msgid "File created imports the track." msgid "File created imports the track."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:199 #: ../../administrator_documentation/import_docs/index.md:214
msgid "File moved updates the location of the track in the database." msgid "File moved updates the location of the track in the database."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:200 #: ../../administrator_documentation/import_docs/index.md:215
msgid "File metadata updated updates the track metadata in the database." msgid "File metadata updated updates the track metadata in the database."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:201 #: ../../administrator_documentation/import_docs/index.md:216
msgid "File deleted removes the file from the database." msgid "File deleted removes the file from the database."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:205 #: ../../administrator_documentation/import_docs/index.md:259
msgid ""
"The `import_files --watch` command watches for changes to the following "
"metadata fields:"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:207
msgid "Track mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:208
msgid "Track title"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:209
msgid "Track position and disc number"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:210
msgid "Track license and copyright"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:211
msgid "Track genre"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:212
msgid "Album cover"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:213
msgid "Album title"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:214
msgid "Album mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:215
msgid "Album release date"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:216
msgid "Artist name"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:217
msgid "Artist mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:218
msgid "Album artist name"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:219
msgid "Album artist mbid"
msgstr ""
#: ../../administrator_documentation/import_docs/index.md:239
msgid "Prune dangling metadata" msgid "Prune dangling metadata"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:241 #: ../../administrator_documentation/import_docs/index.md:261
msgid "" msgid ""
"Funkwhale doesn't delete track metadata when you delete a track. This is " "Funkwhale doesn't delete track metadata when you delete a track. This is "
"useful if you want to delete a file but keep a record of a track for " "useful if you want to delete a file but keep a record of a track for "
"created playlists or favorites." "created playlists or favorites."
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:243 #: ../../administrator_documentation/import_docs/index.md:263
msgid "" msgid ""
"If you want to remove the file's metadata when you delete the file, run " "If you want to remove the file's metadata when you delete the file, run "
"`import_files` with the `--prune` flag. This flag removes the metadata of" "`import_files` with the `--prune` flag. This flag removes the metadata of"
" any" " any"
msgstr "" msgstr ""
#: ../../administrator_documentation/import_docs/index.md:246 #: ../../administrator_documentation/import_docs/index.md:266
msgid "" msgid ""
"You can use the `--prune` flag with the `--watch` flag. This means " "You can use the `--prune` flag with the `--watch` flag. This means "
"Funkwhale removes the metadata of referenced files you delete from your " "Funkwhale removes the metadata of referenced files you delete from your "
"storage." "storage."
msgstr "" msgstr ""
#~ msgid ""
#~ "The `import_files --watch` command watches "
#~ "for changes to the following metadata"
#~ " fields:"
#~ msgstr ""
#~ msgid "Track mbid"
#~ msgstr ""
#~ msgid "Track title"
#~ msgstr ""
#~ msgid "Track position and disc number"
#~ msgstr ""
#~ msgid "Track license and copyright"
#~ msgstr ""
#~ msgid "Track genre"
#~ msgstr ""
#~ msgid "Album cover"
#~ msgstr ""
#~ msgid "Album title"
#~ msgstr ""
#~ msgid "Album mbid"
#~ msgstr ""
#~ msgid "Album release date"
#~ msgstr ""
#~ msgid "Artist name"
#~ msgstr ""
#~ msgid "Artist mbid"
#~ msgstr ""
#~ msgid "Album artist name"
#~ msgstr ""
#~ msgid "Album artist mbid"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/troubleshooting/backend.md:1 #: ../../administrator_documentation/troubleshooting/backend.md:1
msgid "Troubleshoot backend issues" msgid "Troubleshoot backend issues"
@ -47,10 +47,10 @@ msgid "Nginx"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md #: ../../administrator_documentation/troubleshooting/backend.md
msgid "Apache" msgid "Apache2"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:29 #: ../../administrator_documentation/troubleshooting/backend.md:33
msgid "" msgid ""
"__API logs__ check these if you are having issues with the Funkwhale " "__API logs__ check these if you are having issues with the Funkwhale "
"app, federation, or imports." "app, federation, or imports."
@ -64,37 +64,37 @@ msgstr ""
msgid "Docker" msgid "Docker"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:47 #: ../../administrator_documentation/troubleshooting/backend.md:56
msgid "" msgid ""
"__Celery logs__ check these if a federation or import task isn't " "__Celery logs__ check these if a federation or import task isn't "
"working." "working."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:65 #: ../../administrator_documentation/troubleshooting/backend.md:79
msgid "Troubleshoot issues" msgid "Troubleshoot issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:67 #: ../../administrator_documentation/troubleshooting/backend.md:81
msgid "API issues" msgid "API issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:69 #: ../../administrator_documentation/troubleshooting/backend.md:83
msgid "If the API isn't serving audio files, try the following:" msgid "If the API isn't serving audio files, try the following:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:71 #: ../../administrator_documentation/troubleshooting/backend.md:85
msgid "" msgid ""
"If youre using Docker, check you have commented out the `MEDIA_ROOT` " "If youre using Docker, check you have commented out the `MEDIA_ROOT` "
"variable in your `.env` file." "variable in your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:72 #: ../../administrator_documentation/troubleshooting/backend.md:86
msgid "" msgid ""
"Check the `_protected/media` block in your webserver points to your media" "Check the `_protected/media` block in your webserver points to your media"
" path. This is `/srv/funkwhale/data/media` by default." " path. This is `/srv/funkwhale/data/media` by default."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:73 #: ../../administrator_documentation/troubleshooting/backend.md:87
msgid "" msgid ""
"If youre using the in-place import, check you have configured your media" "If youre using the in-place import, check you have configured your media"
" paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` " " paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` "
@ -102,136 +102,143 @@ msgid ""
"webserver can read these directories." "webserver can read these directories."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:75 #: ../../administrator_documentation/troubleshooting/backend.md:89
msgid "Import issues" msgid "Import issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:77 #: ../../administrator_documentation/troubleshooting/backend.md:91
msgid "If you're having issues importing files, try the following:" msgid "If you're having issues importing files, try the following:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:79 #: ../../administrator_documentation/troubleshooting/backend.md:93
msgid "Check that the file is encoded in a supported format" msgid "Check that the file is encoded in a supported format"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:83 #: ../../administrator_documentation/troubleshooting/backend.md
msgid "Supported formats"
msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:97
msgid "flac" msgid "flac"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:84 #: ../../administrator_documentation/troubleshooting/backend.md:98
msgid "ogg" msgid "ogg"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:85 #: ../../administrator_documentation/troubleshooting/backend.md:99
msgid "mp3" msgid "mp3"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:86 #: ../../administrator_documentation/troubleshooting/backend.md:100
msgid "opus" msgid "opus"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:87 #: ../../administrator_documentation/troubleshooting/backend.md:101
msgid "aac" msgid "aac"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:88 #: ../../administrator_documentation/troubleshooting/backend.md:102
msgid "m4a" msgid "m4a"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:89 #: ../../administrator_documentation/troubleshooting/backend.md:103
msgid "aiff" msgid "aiff"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:90 #: ../../administrator_documentation/troubleshooting/backend.md:104
msgid "aif" msgid "aif"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:94 #: ../../administrator_documentation/troubleshooting/backend.md:108
msgid "Make sure your files play in another media player." msgid "Make sure your files play in another media player."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:95 #: ../../administrator_documentation/troubleshooting/backend.md:109
msgid "" msgid ""
"Make sure your files are [tagged " "Make sure your files are [tagged "
"correctly](../../user_documentation/libraries/tag_music.md)." "correctly](../../user_documentation/libraries/tag_music.md)."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:96 #: ../../administrator_documentation/troubleshooting/backend.md:110
msgid "Check the Celery logs for errors during the import." msgid "Check the Celery logs for errors during the import."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:98 #: ../../administrator_documentation/troubleshooting/backend.md:112
msgid "Federation issues" msgid "Federation issues"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:100 #: ../../administrator_documentation/troubleshooting/backend.md:114
msgid "If you are having issues accessing federated content, try the following:" msgid "If you are having issues accessing federated content, try the following:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:102 #: ../../administrator_documentation/troubleshooting/backend.md:116
msgid "" msgid ""
"Check that the remote library received your follow request and approved " "Check that the remote library received your follow request and approved "
"it." "it."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:103 #: ../../administrator_documentation/troubleshooting/backend.md:117
msgid "Trigger a library scan in the Funkwhale frontend." msgid "Trigger a library scan in the Funkwhale frontend."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:104 #: ../../administrator_documentation/troubleshooting/backend.md:118
msgid "Check the Celery logs for errors during the scan." msgid "Check the Celery logs for errors during the scan."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:106 #: ../../administrator_documentation/troubleshooting/backend.md:120
msgid "Memory tracing" msgid "Memory tracing"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:108 #: ../../administrator_documentation/troubleshooting/backend.md:122
msgid "" msgid ""
"If your Funkwhale server uses more memory than expected, you can check " "If your Funkwhale server uses more memory than expected, you can check "
"the footprint of requests. This requires a middleware to check memory " "the footprint of requests. This requires a middleware to check memory "
"allocation. To set up this middleware:" "allocation. To set up this middleware:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:110 #: ../../administrator_documentation/troubleshooting/backend.md:124
msgid "Add the middleware to your `.env` file." msgid "Add the middleware to your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:116 #: ../../administrator_documentation/troubleshooting/backend.md:130
msgid "Enable memory tracing in your `.env` file." msgid "Enable memory tracing in your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:122 #: ../../administrator_documentation/troubleshooting/backend.md:136
#: ../../administrator_documentation/troubleshooting/backend.md:156 #: ../../administrator_documentation/troubleshooting/backend.md:175
msgid "Restart your Funkwhale server." msgid "Restart your Funkwhale server."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:140 #: ../../administrator_documentation/troubleshooting/backend.md:159
msgid "" msgid ""
"The middleware prints out the top 25 memory allocations to the API logs. " "The middleware prints out the top 25 memory allocations to the API logs. "
"You can use these to see what requests use the most memory." "You can use these to see what requests use the most memory."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:142 #: ../../administrator_documentation/troubleshooting/backend.md:161
msgid "To disable memory tracing:" msgid "To disable memory tracing:"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:144 #: ../../administrator_documentation/troubleshooting/backend.md:163
msgid "Remove the middleware from your `.env` file." msgid "Remove the middleware from your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:150 #: ../../administrator_documentation/troubleshooting/backend.md:169
msgid "Disable memory tracing in your `.env` file." msgid "Disable memory tracing in your `.env` file."
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:174 #: ../../administrator_documentation/troubleshooting/backend.md:198
msgid "Get help" msgid "Get help"
msgstr "" msgstr ""
#: ../../administrator_documentation/troubleshooting/backend.md:176 #: ../../administrator_documentation/troubleshooting/backend.md:200
msgid "" msgid ""
"If you can't solve the issue yourself, ask the community for help. Check " "If you can't solve the issue yourself, ask the community for help. Check "
"out the [get help](get_help.md) guide for information about where to ask " "out the [get help](get_help.md) guide for information about where to ask "
"your question and what details to provide." "your question and what details to provide."
msgstr "" msgstr ""
#~ msgid "Apache"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/uninstall_docs/debian.md:1 #: ../../administrator_documentation/uninstall_docs/debian.md:1
msgid "Uninstall Debian installation" msgid "Uninstall Debian installation"
@ -73,13 +73,13 @@ msgstr ""
msgid "Nginx" msgid "Nginx"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:54 #: ../../administrator_documentation/uninstall_docs/debian.md:58
#: ../../administrator_documentation/uninstall_docs/debian.md:72 #: ../../administrator_documentation/uninstall_docs/debian.md:77
msgid "Remove the configuration files from your web host." msgid "Remove the configuration files from your web host."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:62 #: ../../administrator_documentation/uninstall_docs/debian.md:66
#: ../../administrator_documentation/uninstall_docs/debian.md:79 #: ../../administrator_documentation/uninstall_docs/debian.md:84
msgid "Reload the web server." msgid "Reload the web server."
msgstr "" msgstr ""
@ -87,74 +87,77 @@ msgstr ""
msgid "Apache2" msgid "Apache2"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:87 #: ../../administrator_documentation/uninstall_docs/debian.md:92
msgid "Remove the Funkwhale database" msgid "Remove the Funkwhale database"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:90 #: ../../administrator_documentation/uninstall_docs/debian.md:95
msgid "" msgid ""
"This action is __irreversible__. Make sure you have [backed up your " "This action is __irreversible__. Make sure you have [backed up your "
"data](../upgrade_docs/backup.md) before proceeding." "data](../upgrade_docs/backup.md) before proceeding."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:93 #: ../../administrator_documentation/uninstall_docs/debian.md:98
msgid "" msgid ""
"Once you have stopped the Funkwhale services, you can remove the " "Once you have stopped the Funkwhale services, you can remove the "
"Funkwhale database." "Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:95 #: ../../administrator_documentation/uninstall_docs/debian.md:100
msgid "Navigate to your Funkwhale directory." msgid "Navigate to your Funkwhale directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:101 #: ../../administrator_documentation/uninstall_docs/debian.md:106
msgid "Delete the Funkwhale database." msgid "Delete the Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:107 #: ../../administrator_documentation/uninstall_docs/debian.md:112
msgid "Delete the Funkwhale user." msgid "Delete the Funkwhale user."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:113 #: ../../administrator_documentation/uninstall_docs/debian.md:118
msgid "Delete the Funkwhale account" msgid "Delete the Funkwhale account"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:116 #: ../../administrator_documentation/uninstall_docs/debian.md:121
msgid "" msgid ""
"This action deletes the `/srv/funkwhale/` directory. Make sure you have " "This action deletes the `/srv/funkwhale/` directory. Make sure you have "
"[backed up any data](../upgrade_docs/backup.md) you want to keep." "[backed up any data](../upgrade_docs/backup.md) you want to keep."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:119 #: ../../administrator_documentation/uninstall_docs/debian.md:124
msgid "" msgid ""
"Once you have removed the database, you can delete the `funkwhale` user " "Once you have removed the database, you can delete the `funkwhale` user "
"and all associated data." "and all associated data."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:125 #: ../../administrator_documentation/uninstall_docs/debian.md:130
msgid "" msgid ""
"This deletes the `funkwhale` user and everything in their home directory " "This deletes the `funkwhale` user and everything in their home directory "
"(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store," "(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store,"
" you need to delete this data separately." " you need to delete this data separately."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:127 #: ../../administrator_documentation/uninstall_docs/debian.md:132
msgid "Uninstall dependencies" msgid "Uninstall dependencies"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:129 #: ../../administrator_documentation/uninstall_docs/debian.md:134
msgid "Funkwhale uses the following dependencies on your server:" msgid "Funkwhale uses the following dependencies on your server:"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md #: ../../administrator_documentation/uninstall_docs/debian.md
msgid "apt" msgid "Apt"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md #: ../../administrator_documentation/uninstall_docs/debian.md
msgid "Python" msgid "Python"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/debian.md:160 #: ../../administrator_documentation/uninstall_docs/debian.md:170
msgid "Uninstall any dependencies you don't need." msgid "Uninstall any dependencies you don't need."
msgstr "" msgstr ""
#~ msgid "apt"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../administrator_documentation/uninstall_docs/quick_install.md:1 #: ../../administrator_documentation/uninstall_docs/quick_install.md:1
msgid "Uninstall using the quick install script" msgid "Uninstall using the quick install script"
@ -75,13 +75,13 @@ msgstr ""
msgid "Nginx" msgid "Nginx"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:54 #: ../../administrator_documentation/uninstall_docs/quick_install.md:58
#: ../../administrator_documentation/uninstall_docs/quick_install.md:72 #: ../../administrator_documentation/uninstall_docs/quick_install.md:77
msgid "Remove the configuration files from your web host." msgid "Remove the configuration files from your web host."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:62 #: ../../administrator_documentation/uninstall_docs/quick_install.md:66
#: ../../administrator_documentation/uninstall_docs/quick_install.md:79 #: ../../administrator_documentation/uninstall_docs/quick_install.md:84
msgid "Reload the web server." msgid "Reload the web server."
msgstr "" msgstr ""
@ -89,76 +89,79 @@ msgstr ""
msgid "Apache2" msgid "Apache2"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:87 #: ../../administrator_documentation/uninstall_docs/quick_install.md:92
msgid "Remove the Funkwhale database" msgid "Remove the Funkwhale database"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:90 #: ../../administrator_documentation/uninstall_docs/quick_install.md:95
msgid "" msgid ""
"This action is __irreversible__. Make sure you have [backed up your " "This action is __irreversible__. Make sure you have [backed up your "
"data](../upgrade_docs/backup.md) before proceeding." "data](../upgrade_docs/backup.md) before proceeding."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:93 #: ../../administrator_documentation/uninstall_docs/quick_install.md:98
msgid "" msgid ""
"Once you have stopped the Funkwhale services, you can remove the " "Once you have stopped the Funkwhale services, you can remove the "
"Funkwhale database." "Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:95 #: ../../administrator_documentation/uninstall_docs/quick_install.md:100
msgid "Navigate to your Funkwhale directory." msgid "Navigate to your Funkwhale directory."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:101 #: ../../administrator_documentation/uninstall_docs/quick_install.md:106
msgid "Delete the Funkwhale database." msgid "Delete the Funkwhale database."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:107 #: ../../administrator_documentation/uninstall_docs/quick_install.md:112
msgid "Delete the Funkwhale user." msgid "Delete the Funkwhale user."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:113 #: ../../administrator_documentation/uninstall_docs/quick_install.md:118
msgid "Delete the Funkwhale account" msgid "Delete the Funkwhale account"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:116 #: ../../administrator_documentation/uninstall_docs/quick_install.md:121
msgid "" msgid ""
"This action deletes the `/srv/funkwhale/` directory. Make sure you have " "This action deletes the `/srv/funkwhale/` directory. Make sure you have "
"[backed up any data](../upgrade_docs/backup.md) you want to keep." "[backed up any data](../upgrade_docs/backup.md) you want to keep."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:119 #: ../../administrator_documentation/uninstall_docs/quick_install.md:124
msgid "" msgid ""
"Once you have removed the database, you can delete the `funkwhale` user " "Once you have removed the database, you can delete the `funkwhale` user "
"and all associated data." "and all associated data."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:125 #: ../../administrator_documentation/uninstall_docs/quick_install.md:130
msgid "" msgid ""
"This deletes the `funkwhale` user and everything in their home directory " "This deletes the `funkwhale` user and everything in their home directory "
"(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store," "(`/srv/funkwhale/`). If your content is hosted in an S3-compatible store,"
" you need to delete this data separately." " you need to delete this data separately."
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:127 #: ../../administrator_documentation/uninstall_docs/quick_install.md:132
msgid "Uninstall dependencies" msgid "Uninstall dependencies"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:129 #: ../../administrator_documentation/uninstall_docs/quick_install.md:134
msgid "" msgid ""
"The quick install script installs the following dependencies on your " "The quick install script installs the following dependencies on your "
"server:" "server:"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md #: ../../administrator_documentation/uninstall_docs/quick_install.md
msgid "apt" msgid "Apt"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md #: ../../administrator_documentation/uninstall_docs/quick_install.md
msgid "Python" msgid "Python"
msgstr "" msgstr ""
#: ../../administrator_documentation/uninstall_docs/quick_install.md:160 #: ../../administrator_documentation/uninstall_docs/quick_install.md:170
msgid "Uninstall any dependencies you don't need." msgid "Uninstall any dependencies you don't need."
msgstr "" msgstr ""
#~ msgid "apt"
#~ msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../index.md:7 #: ../../index.md:7
msgid "User documentation" msgid "User documentation"
@ -64,53 +64,67 @@ msgid ""
"{term}`Funkwhale pods <Pod>` or with other Fediverse software." "{term}`Funkwhale pods <Pod>` or with other Fediverse software."
msgstr "" msgstr ""
#: ../../index.md:117 #: ../../index.md:118
msgid "{fa}`user` Users" msgid "{fa}`user` Users"
msgstr "" msgstr ""
#: ../../index.md:120 #: ../../index.md:121
msgid "" msgid ""
"Looking to use Funkwhale for your content? Read through our guides to " "Looking to use Funkwhale for your content? Read through our guides to "
"master the app!" "master the app!"
msgstr "" msgstr ""
#: ../../index.md:132 #: ../../index.md:125 ../../index.md:146 ../../index.md:167 ../../index.md:188
#: ../../index.md:213
msgid "Get started"
msgstr ""
#: ../../index.md:139
msgid "{fa}`wrench` Admins" msgid "{fa}`wrench` Admins"
msgstr "" msgstr ""
#: ../../index.md:135 #: ../../index.md:142
msgid "" msgid ""
"Want to host your own Funkwhale pod? Our admin documentation guides you " "Want to host your own Funkwhale pod? Our admin documentation guides you "
"through the process." "through the process."
msgstr "" msgstr ""
#: ../../index.md:146 #: ../../index.md:160
msgid "{fa}`shield` Moderators" msgid "{fa}`shield` Moderators"
msgstr "" msgstr ""
#: ../../index.md:149 #: ../../index.md:163
msgid "" msgid ""
"Keeping your users safe from harassment and spam or clearing illegal " "Keeping your users safe from harassment and spam or clearing illegal "
"content? Check out our moderator docs." "content? Check out our moderator docs."
msgstr "" msgstr ""
#: ../../index.md:160 #: ../../index.md:181
msgid "{fa}`code` Developers" msgid "{fa}`code` Developers"
msgstr "" msgstr ""
#: ../../index.md:163 #: ../../index.md:184
msgid "" msgid ""
"Want to use Funkwhale's API or help with the project? Our developer docs " "Want to use Funkwhale's API or help with the project? Our developer docs "
"give you what you need to get started." "give you what you need to get started."
msgstr "" msgstr ""
#: ../../index.md:175 #: ../../index.md:206
msgid "{fa}`users` Contributors" msgid "{fa}`users` Contributors"
msgstr "" msgstr ""
#: ../../index.md:178 #: ../../index.md:209
msgid "" msgid ""
"Want to help make Funkwhale even better? Check out these guides for some " "Want to help make Funkwhale even better? Check out these guides for some "
"ideas." "ideas."
msgstr "" msgstr ""
#~ msgid "{fa}`user` Users"
#~ msgstr ""
#~ msgid "{fa}`user` Users"
#~ msgstr ""
#~ msgid "{octicon}`person` Users"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/allow_listing/add_domain.md:1 #: ../../moderator_documentation/allow_listing/add_domain.md:1
msgid "Add a domain to your allow-list" msgid "Add a domain to your allow-list"
@ -27,17 +27,21 @@ msgid ""
"allow-list to interact with it. You can add new domains in two ways:" "allow-list to interact with it. You can add new domains in two ways:"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:10 #: ../../moderator_documentation/allow_listing/add_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:13 #: ../../moderator_documentation/allow_listing/add_domain.md:15
msgid "Add a new domain" msgid "Add a new domain"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:15 #: ../../moderator_documentation/allow_listing/add_domain.md:17
msgid "To add a domain that is not currently in your domains list:" msgid "To add a domain that is not currently in your domains list:"
msgstr "" msgstr ""
@ -45,53 +49,53 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:19 #: ../../moderator_documentation/allow_listing/add_domain.md:25
#: ../../moderator_documentation/allow_listing/add_domain.md:31 #: ../../moderator_documentation/allow_listing/add_domain.md:38
#: ../../moderator_documentation/allow_listing/add_domain.md:49 #: ../../moderator_documentation/allow_listing/add_domain.md:60
#: ../../moderator_documentation/allow_listing/add_domain.md:61 #: ../../moderator_documentation/allow_listing/add_domain.md:73
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:20 #: ../../moderator_documentation/allow_listing/add_domain.md:26
#: ../../moderator_documentation/allow_listing/add_domain.md:50 #: ../../moderator_documentation/allow_listing/add_domain.md:61
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:21 #: ../../moderator_documentation/allow_listing/add_domain.md:27
#: ../../moderator_documentation/allow_listing/add_domain.md:33 #: ../../moderator_documentation/allow_listing/add_domain.md:40
#: ../../moderator_documentation/allow_listing/add_domain.md:51 #: ../../moderator_documentation/allow_listing/add_domain.md:62
#: ../../moderator_documentation/allow_listing/add_domain.md:63 #: ../../moderator_documentation/allow_listing/add_domain.md:75
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:22 #: ../../moderator_documentation/allow_listing/add_domain.md:28
#: ../../moderator_documentation/allow_listing/add_domain.md:34 #: ../../moderator_documentation/allow_listing/add_domain.md:41
#: ../../moderator_documentation/allow_listing/add_domain.md:52 #: ../../moderator_documentation/allow_listing/add_domain.md:63
#: ../../moderator_documentation/allow_listing/add_domain.md:64 #: ../../moderator_documentation/allow_listing/add_domain.md:76
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:23 #: ../../moderator_documentation/allow_listing/add_domain.md:29
#: ../../moderator_documentation/allow_listing/add_domain.md:35 #: ../../moderator_documentation/allow_listing/add_domain.md:42
msgid "" msgid ""
"Enter the URL of the Fediverse server you want to add in the " "Enter the URL of the Fediverse server you want to add in the "
"{guilabel}`Add a domain` field." "{guilabel}`Add a domain` field."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:24 #: ../../moderator_documentation/allow_listing/add_domain.md:30
#: ../../moderator_documentation/allow_listing/add_domain.md:36 #: ../../moderator_documentation/allow_listing/add_domain.md:43
msgid "" msgid ""
"Check ({fa}`check-square`) the checkbox labeled {guilabel}`Add to allow-" "Check ({fa}`check-square`) the checkbox labeled {guilabel}`Add to allow-"
"list`." "list`."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:25 #: ../../moderator_documentation/allow_listing/add_domain.md:31
#: ../../moderator_documentation/allow_listing/add_domain.md:37 #: ../../moderator_documentation/allow_listing/add_domain.md:44
msgid "Select {guilabel}`Add`." msgid "Select {guilabel}`Add`."
msgstr "" msgstr ""
@ -99,45 +103,45 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:32 #: ../../moderator_documentation/allow_listing/add_domain.md:39
#: ../../moderator_documentation/allow_listing/add_domain.md:62 #: ../../moderator_documentation/allow_listing/add_domain.md:74
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:41 #: ../../moderator_documentation/allow_listing/add_domain.md:48
msgid "That's it! You've added the domain to your pod's allow-list." msgid "That's it! You've added the domain to your pod's allow-list."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:43 #: ../../moderator_documentation/allow_listing/add_domain.md:50
msgid "Add a known domain" msgid "Add a known domain"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:45 #: ../../moderator_documentation/allow_listing/add_domain.md:52
msgid "To add a domain that is already in your pod's domain list:" msgid "To add a domain that is already in your pod's domain list:"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:53 #: ../../moderator_documentation/allow_listing/add_domain.md:64
#: ../../moderator_documentation/allow_listing/add_domain.md:65 #: ../../moderator_documentation/allow_listing/add_domain.md:77
msgid "" msgid ""
"Check ({fa}`check-square`) the checkbox next to the domain(s) you want to" "Check ({fa}`check-square`) the checkbox next to the domain(s) you want to"
" add to the allow-list." " add to the allow-list."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:54 #: ../../moderator_documentation/allow_listing/add_domain.md:65
#: ../../moderator_documentation/allow_listing/add_domain.md:66 #: ../../moderator_documentation/allow_listing/add_domain.md:78
msgid "Select {guilabel}`Add to allow-list` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Add to allow-list` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:55 #: ../../moderator_documentation/allow_listing/add_domain.md:66
#: ../../moderator_documentation/allow_listing/add_domain.md:67 #: ../../moderator_documentation/allow_listing/add_domain.md:79
msgid "" msgid ""
"Select {guilabel}`Go`. A green tick ({fa}`check`) appears next to the " "Select {guilabel}`Go`. A green tick ({fa}`check`) appears next to the "
"domain(s)" "domain(s)"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/add_domain.md:71 #: ../../moderator_documentation/allow_listing/add_domain.md:83
msgid "You're done! You've added the domain to your pod's allow-list." msgid "You're done! You've added the domain to your pod's allow-list."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/allow_listing/remove_domain.md:1 #: ../../moderator_documentation/allow_listing/remove_domain.md:1
msgid "Remove a domain from your allow-list" msgid "Remove a domain from your allow-list"
@ -27,13 +27,17 @@ msgid ""
"communicating with it." "communicating with it."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:6 #: ../../moderator_documentation/allow_listing/remove_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:9 #: ../../moderator_documentation/allow_listing/remove_domain.md:11
msgid "To remove a domain from your allow-list:" msgid "To remove a domain from your allow-list:"
msgstr "" msgstr ""
@ -41,46 +45,46 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:13 #: ../../moderator_documentation/allow_listing/remove_domain.md:19
#: ../../moderator_documentation/allow_listing/remove_domain.md:25 #: ../../moderator_documentation/allow_listing/remove_domain.md:32
msgid "Log in to your pod." msgid "Log in to your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:14 #: ../../moderator_documentation/allow_listing/remove_domain.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:15 #: ../../moderator_documentation/allow_listing/remove_domain.md:21
#: ../../moderator_documentation/allow_listing/remove_domain.md:27 #: ../../moderator_documentation/allow_listing/remove_domain.md:34
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:16 #: ../../moderator_documentation/allow_listing/remove_domain.md:22
#: ../../moderator_documentation/allow_listing/remove_domain.md:28 #: ../../moderator_documentation/allow_listing/remove_domain.md:35
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:17 #: ../../moderator_documentation/allow_listing/remove_domain.md:23
#: ../../moderator_documentation/allow_listing/remove_domain.md:29 #: ../../moderator_documentation/allow_listing/remove_domain.md:36
msgid "" msgid ""
"Check ({fa}`check-square`) the checkbox next to the domain(s) you want to" "Check ({fa}`check-square`) the checkbox next to the domain(s) you want to"
" add to the allow-list." " add to the allow-list."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:18 #: ../../moderator_documentation/allow_listing/remove_domain.md:24
#: ../../moderator_documentation/allow_listing/remove_domain.md:30 #: ../../moderator_documentation/allow_listing/remove_domain.md:37
msgid "" msgid ""
"Select {guilabel}`Remove from allow-list` in the {guilabel}`Actions` " "Select {guilabel}`Remove from allow-list` in the {guilabel}`Actions` "
"dropdown." "dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:19 #: ../../moderator_documentation/allow_listing/remove_domain.md:25
#: ../../moderator_documentation/allow_listing/remove_domain.md:31 #: ../../moderator_documentation/allow_listing/remove_domain.md:38
msgid "Select {guilabel}`Go`." msgid "Select {guilabel}`Go`."
msgstr "" msgstr ""
@ -88,13 +92,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:26 #: ../../moderator_documentation/allow_listing/remove_domain.md:33
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/allow_listing/remove_domain.md:35 #: ../../moderator_documentation/allow_listing/remove_domain.md:42
msgid "You're done! You've removed the domain from your pod's allow-list." msgid "You're done! You've removed the domain from your pod's allow-list."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/content/delete_content.md:1 #: ../../moderator_documentation/content/delete_content.md:1
msgid "Delete content from your pod" msgid "Delete content from your pod"
@ -34,23 +34,27 @@ msgid ""
"this feature to handle content that violates your pod's rules." "this feature to handle content that violates your pod's rules."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:10 #: ../../moderator_documentation/content/delete_content.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/content/delete_content.md:12
msgid "{guilabel}`Moderation` provides access to the administration menu." msgid "{guilabel}`Moderation` provides access to the administration menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:11 #: ../../moderator_documentation/content/delete_content.md:13
msgid "{guilabel}`Library` provides access to the library menu." msgid "{guilabel}`Library` provides access to the library menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:14 #: ../../moderator_documentation/content/delete_content.md:16
msgid "There are two ways to delete content:" msgid "There are two ways to delete content:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:20 #: ../../moderator_documentation/content/delete_content.md:22
msgid "Delete individual objects" msgid "Delete individual objects"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:22 #: ../../moderator_documentation/content/delete_content.md:24
msgid "If you want to delete a specific object:" msgid "If you want to delete a specific object:"
msgstr "" msgstr ""
@ -58,104 +62,104 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:26 #: ../../moderator_documentation/content/delete_content.md:32
#: ../../moderator_documentation/content/delete_content.md:46 #: ../../moderator_documentation/content/delete_content.md:53
#: ../../moderator_documentation/content/delete_content.md:72 #: ../../moderator_documentation/content/delete_content.md:83
#: ../../moderator_documentation/content/delete_content.md:93 #: ../../moderator_documentation/content/delete_content.md:105
msgid "Log in to your pod." msgid "Log in to your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:27 #: ../../moderator_documentation/content/delete_content.md:33
#: ../../moderator_documentation/content/delete_content.md:73 #: ../../moderator_documentation/content/delete_content.md:84
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:28 #: ../../moderator_documentation/content/delete_content.md:34
#: ../../moderator_documentation/content/delete_content.md:48 #: ../../moderator_documentation/content/delete_content.md:55
#: ../../moderator_documentation/content/delete_content.md:74 #: ../../moderator_documentation/content/delete_content.md:85
#: ../../moderator_documentation/content/delete_content.md:95 #: ../../moderator_documentation/content/delete_content.md:107
msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens." msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:29 #: ../../moderator_documentation/content/delete_content.md:35
#: ../../moderator_documentation/content/delete_content.md:49 #: ../../moderator_documentation/content/delete_content.md:56
#: ../../moderator_documentation/content/delete_content.md:75 #: ../../moderator_documentation/content/delete_content.md:86
#: ../../moderator_documentation/content/delete_content.md:96 #: ../../moderator_documentation/content/delete_content.md:108
msgid "Select the type of content you want to delete from the top of the page:" msgid "Select the type of content you want to delete from the top of the page:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:30 #: ../../moderator_documentation/content/delete_content.md:36
#: ../../moderator_documentation/content/delete_content.md:50 #: ../../moderator_documentation/content/delete_content.md:57
#: ../../moderator_documentation/content/delete_content.md:76 #: ../../moderator_documentation/content/delete_content.md:87
#: ../../moderator_documentation/content/delete_content.md:97 #: ../../moderator_documentation/content/delete_content.md:109
msgid "{guilabel}`Channels`" msgid "{guilabel}`Channels`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:31 #: ../../moderator_documentation/content/delete_content.md:37
#: ../../moderator_documentation/content/delete_content.md:51 #: ../../moderator_documentation/content/delete_content.md:58
#: ../../moderator_documentation/content/delete_content.md:77 #: ../../moderator_documentation/content/delete_content.md:88
#: ../../moderator_documentation/content/delete_content.md:98 #: ../../moderator_documentation/content/delete_content.md:110
msgid "{guilabel}`Artists`" msgid "{guilabel}`Artists`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:32 #: ../../moderator_documentation/content/delete_content.md:38
#: ../../moderator_documentation/content/delete_content.md:52 #: ../../moderator_documentation/content/delete_content.md:59
#: ../../moderator_documentation/content/delete_content.md:78 #: ../../moderator_documentation/content/delete_content.md:89
#: ../../moderator_documentation/content/delete_content.md:99 #: ../../moderator_documentation/content/delete_content.md:111
msgid "{guilabel}`Albums`" msgid "{guilabel}`Albums`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:33 #: ../../moderator_documentation/content/delete_content.md:39
#: ../../moderator_documentation/content/delete_content.md:53 #: ../../moderator_documentation/content/delete_content.md:60
#: ../../moderator_documentation/content/delete_content.md:79 #: ../../moderator_documentation/content/delete_content.md:90
#: ../../moderator_documentation/content/delete_content.md:100 #: ../../moderator_documentation/content/delete_content.md:112
msgid "{guilabel}`Tracks`" msgid "{guilabel}`Tracks`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:34 #: ../../moderator_documentation/content/delete_content.md:40
#: ../../moderator_documentation/content/delete_content.md:54 #: ../../moderator_documentation/content/delete_content.md:61
#: ../../moderator_documentation/content/delete_content.md:80 #: ../../moderator_documentation/content/delete_content.md:91
#: ../../moderator_documentation/content/delete_content.md:101 #: ../../moderator_documentation/content/delete_content.md:113
msgid "{guilabel}`Libraries`" msgid "{guilabel}`Libraries`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:35 #: ../../moderator_documentation/content/delete_content.md:41
#: ../../moderator_documentation/content/delete_content.md:55 #: ../../moderator_documentation/content/delete_content.md:62
#: ../../moderator_documentation/content/delete_content.md:81 #: ../../moderator_documentation/content/delete_content.md:92
#: ../../moderator_documentation/content/delete_content.md:102 #: ../../moderator_documentation/content/delete_content.md:114
msgid "{guilabel}`Uploads`" msgid "{guilabel}`Uploads`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:36 #: ../../moderator_documentation/content/delete_content.md:42
#: ../../moderator_documentation/content/delete_content.md:56 #: ../../moderator_documentation/content/delete_content.md:63
#: ../../moderator_documentation/content/delete_content.md:82 #: ../../moderator_documentation/content/delete_content.md:93
#: ../../moderator_documentation/content/delete_content.md:103 #: ../../moderator_documentation/content/delete_content.md:115
msgid "{guilabel}`Tags`" msgid "{guilabel}`Tags`"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:37 #: ../../moderator_documentation/content/delete_content.md:43
#: ../../moderator_documentation/content/delete_content.md:57 #: ../../moderator_documentation/content/delete_content.md:64
#: ../../moderator_documentation/content/delete_content.md:83 #: ../../moderator_documentation/content/delete_content.md:94
#: ../../moderator_documentation/content/delete_content.md:104 #: ../../moderator_documentation/content/delete_content.md:116
msgid "Use the filters on the content page to find the object you want to delete." msgid "Use the filters on the content page to find the object you want to delete."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:38 #: ../../moderator_documentation/content/delete_content.md:44
#: ../../moderator_documentation/content/delete_content.md:58 #: ../../moderator_documentation/content/delete_content.md:65
msgid "Select the object to go to its moderation page." msgid "Select the object to go to its moderation page."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:39 #: ../../moderator_documentation/content/delete_content.md:45
#: ../../moderator_documentation/content/delete_content.md:59 #: ../../moderator_documentation/content/delete_content.md:66
msgid "" msgid ""
"Select {guilabel}`Delete`. A {guilabel}`Delete this {object}` warning " "Select {guilabel}`Delete`. A {guilabel}`Delete this {object}` warning "
"appears." "appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:40 #: ../../moderator_documentation/content/delete_content.md:46
#: ../../moderator_documentation/content/delete_content.md:60 #: ../../moderator_documentation/content/delete_content.md:67
msgid "Select {guilabel}`Delete`." msgid "Select {guilabel}`Delete`."
msgstr "" msgstr ""
@ -163,50 +167,50 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:47 #: ../../moderator_documentation/content/delete_content.md:54
#: ../../moderator_documentation/content/delete_content.md:94 #: ../../moderator_documentation/content/delete_content.md:106
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:64 #: ../../moderator_documentation/content/delete_content.md:71
msgid "That's it! You've deleted the object." msgid "That's it! You've deleted the object."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:66 #: ../../moderator_documentation/content/delete_content.md:73
msgid "Delete objects in bulk" msgid "Delete objects in bulk"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:68 #: ../../moderator_documentation/content/delete_content.md:75
msgid "To delete several items at once:" msgid "To delete several items at once:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:84 #: ../../moderator_documentation/content/delete_content.md:95
#: ../../moderator_documentation/content/delete_content.md:105 #: ../../moderator_documentation/content/delete_content.md:117
msgid "" msgid ""
"Select the checkbox ({fa}`square`) next to the objects you want to " "Select the checkbox ({fa}`square`) next to the objects you want to "
"delete. Selected objects show a tick ({fa}`check-square`)." "delete. Selected objects show a tick ({fa}`check-square`)."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:85 #: ../../moderator_documentation/content/delete_content.md:96
#: ../../moderator_documentation/content/delete_content.md:106 #: ../../moderator_documentation/content/delete_content.md:118
msgid "Select {guilabel}`Delete` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Delete` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:86 #: ../../moderator_documentation/content/delete_content.md:97
#: ../../moderator_documentation/content/delete_content.md:107 #: ../../moderator_documentation/content/delete_content.md:119
msgid "" msgid ""
"Select {guilabel}`Go`. A {guilabel}`Do you want to launch delete on " "Select {guilabel}`Go`. A {guilabel}`Do you want to launch delete on "
"{count} items` warning appears." "{count} items` warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:87 #: ../../moderator_documentation/content/delete_content.md:98
#: ../../moderator_documentation/content/delete_content.md:108 #: ../../moderator_documentation/content/delete_content.md:120
msgid "Select {guilabel}`Launch`." msgid "Select {guilabel}`Launch`."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/delete_content.md:112 #: ../../moderator_documentation/content/delete_content.md:124
msgid "You're done! You've deleted the selected objects from your pod." msgid "You're done! You've deleted the selected objects from your pod."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/content/handle_edits.md:1 #: ../../moderator_documentation/content/handle_edits.md:1
msgid "Handle edits" msgid "Handle edits"
@ -35,49 +35,53 @@ msgid ""
" and pod admins can accept or reject these edits." " and pod admins can accept or reject these edits."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:10 #: ../../moderator_documentation/content/handle_edits.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:12
msgid "{guilabel}`Moderation` provides access to the administration menu." msgid "{guilabel}`Moderation` provides access to the administration menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:11 #: ../../moderator_documentation/content/handle_edits.md:13
msgid "{guilabel}`Library` provides access to the library menu." msgid "{guilabel}`Library` provides access to the library menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:14 #: ../../moderator_documentation/content/handle_edits.md:16
msgid "Each edit object contains the following information:" msgid "Each edit object contains the following information:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:16 #: ../../moderator_documentation/content/handle_edits.md:18
msgid "" msgid ""
"A {guilabel}`Modification` ID the unique ID of the modification. Select" "A {guilabel}`Modification` ID the unique ID of the modification. Select"
" this to show the modification in context with the edited object." " this to show the modification in context with the edited object."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:17 #: ../../moderator_documentation/content/handle_edits.md:19
msgid "A timestamp of when the user suggested the edit." msgid "A timestamp of when the user suggested the edit."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:18 #: ../../moderator_documentation/content/handle_edits.md:20
msgid "The status of the edit." msgid "The status of the edit."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:19 #: ../../moderator_documentation/content/handle_edits.md:21
msgid "The {guilabel}`Field` that the user edited." msgid "The {guilabel}`Field` that the user edited."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:20 #: ../../moderator_documentation/content/handle_edits.md:22
msgid "The {guilabel}`Old value` that the user edited." msgid "The {guilabel}`Old value` that the user edited."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:21 #: ../../moderator_documentation/content/handle_edits.md:23
msgid "The {guilabel}`New value` that the user entered." msgid "The {guilabel}`New value` that the user entered."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:22 #: ../../moderator_documentation/content/handle_edits.md:24
msgid "The user who suggested the edit." msgid "The user who suggested the edit."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:24 #: ../../moderator_documentation/content/handle_edits.md:26
msgid "To review suggested edits:" msgid "To review suggested edits:"
msgstr "" msgstr ""
@ -85,43 +89,43 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:28 #: ../../moderator_documentation/content/handle_edits.md:34
#: ../../moderator_documentation/content/handle_edits.md:40 #: ../../moderator_documentation/content/handle_edits.md:47
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:29 #: ../../moderator_documentation/content/handle_edits.md:35
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:30 #: ../../moderator_documentation/content/handle_edits.md:36
#: ../../moderator_documentation/content/handle_edits.md:42 #: ../../moderator_documentation/content/handle_edits.md:49
msgid "" msgid ""
"Select {guilabel}`Library`. The {guilabel}`Edits` page opens. The " "Select {guilabel}`Library`. The {guilabel}`Edits` page opens. The "
"{guilabel}`Library edits` section displays a list of unresolved edits." "{guilabel}`Library edits` section displays a list of unresolved edits."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:31 #: ../../moderator_documentation/content/handle_edits.md:37
#: ../../moderator_documentation/content/handle_edits.md:43 #: ../../moderator_documentation/content/handle_edits.md:50
msgid "Review the edit and select on of the following options:" msgid "Review the edit and select on of the following options:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:32 #: ../../moderator_documentation/content/handle_edits.md:38
#: ../../moderator_documentation/content/handle_edits.md:44 #: ../../moderator_documentation/content/handle_edits.md:51
msgid "{guilabel}`Approve` approve the edit and apply it to the object." msgid "{guilabel}`Approve` approve the edit and apply it to the object."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:33 #: ../../moderator_documentation/content/handle_edits.md:39
#: ../../moderator_documentation/content/handle_edits.md:45 #: ../../moderator_documentation/content/handle_edits.md:52
msgid "" msgid ""
"{guilabel}`Reject` reject the edit and leave the object in its current " "{guilabel}`Reject` reject the edit and leave the object in its current "
"state." "state."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:34 #: ../../moderator_documentation/content/handle_edits.md:40
#: ../../moderator_documentation/content/handle_edits.md:46 #: ../../moderator_documentation/content/handle_edits.md:53
msgid "" msgid ""
"{guilabel}`Delete` delete the edit suggestion without taking further " "{guilabel}`Delete` delete the edit suggestion without taking further "
"action. The object remains in its current state." "action. The object remains in its current state."
@ -131,13 +135,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:41 #: ../../moderator_documentation/content/handle_edits.md:48
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/handle_edits.md:50 #: ../../moderator_documentation/content/handle_edits.md:57
msgid "" msgid ""
"That's it! You've handled the edit request. You can use the filters on " "That's it! You've handled the edit request. You can use the filters on "
"this page to search for historical requests." "this page to search for historical requests."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/content/library_visibility.md:1 #: ../../moderator_documentation/content/library_visibility.md:1
msgid "Change the visibility of a library" msgid "Change the visibility of a library"
@ -34,15 +34,19 @@ msgid ""
" and protects your pod from legal issues." " and protects your pod from legal issues."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:10 #: ../../moderator_documentation/content/library_visibility.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:12
msgid "{guilabel}`Moderation` provides access to the administration menu." msgid "{guilabel}`Moderation` provides access to the administration menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:11 #: ../../moderator_documentation/content/library_visibility.md:13
msgid "{guilabel}`Library` provides access to the library menu." msgid "{guilabel}`Library` provides access to the library menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:14 #: ../../moderator_documentation/content/library_visibility.md:16
msgid "To change the visibility of a library:" msgid "To change the visibility of a library:"
msgstr "" msgstr ""
@ -50,59 +54,59 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:18 #: ../../moderator_documentation/content/library_visibility.md:24
#: ../../moderator_documentation/content/library_visibility.md:32 #: ../../moderator_documentation/content/library_visibility.md:39
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:19 #: ../../moderator_documentation/content/library_visibility.md:25
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:20 #: ../../moderator_documentation/content/library_visibility.md:26
#: ../../moderator_documentation/content/library_visibility.md:34 #: ../../moderator_documentation/content/library_visibility.md:41
msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens." msgid "Select {guilabel}`Library`. The {guilabel}`Edits` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:21 #: ../../moderator_documentation/content/library_visibility.md:27
#: ../../moderator_documentation/content/library_visibility.md:35 #: ../../moderator_documentation/content/library_visibility.md:42
msgid "" msgid ""
"Select {guilabel}`Libraries` at the top of the page. The " "Select {guilabel}`Libraries` at the top of the page. The "
"{guilabel}`Libraries` page opens." "{guilabel}`Libraries` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:22 #: ../../moderator_documentation/content/library_visibility.md:28
#: ../../moderator_documentation/content/library_visibility.md:36 #: ../../moderator_documentation/content/library_visibility.md:43
msgid "" msgid ""
"Select the library you want to update. The library's moderation page " "Select the library you want to update. The library's moderation page "
"opens." "opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:23 #: ../../moderator_documentation/content/library_visibility.md:29
#: ../../moderator_documentation/content/library_visibility.md:37 #: ../../moderator_documentation/content/library_visibility.md:44
msgid "" msgid ""
"Select one of the following options from the {guilabel}`Visibility` " "Select one of the following options from the {guilabel}`Visibility` "
"dropdown menu:" "dropdown menu:"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:24 #: ../../moderator_documentation/content/library_visibility.md:30
#: ../../moderator_documentation/content/library_visibility.md:38 #: ../../moderator_documentation/content/library_visibility.md:45
msgid "" msgid ""
"{guilabel}`Private` makes the library visible only to the owner and " "{guilabel}`Private` makes the library visible only to the owner and "
"anyone they have shared it with." "anyone they have shared it with."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:25 #: ../../moderator_documentation/content/library_visibility.md:31
#: ../../moderator_documentation/content/library_visibility.md:39 #: ../../moderator_documentation/content/library_visibility.md:46
msgid "" msgid ""
"{guilabel}`Instance` makes the library visible only to users who have " "{guilabel}`Instance` makes the library visible only to users who have "
"an account on your pod." "an account on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:26 #: ../../moderator_documentation/content/library_visibility.md:32
#: ../../moderator_documentation/content/library_visibility.md:40 #: ../../moderator_documentation/content/library_visibility.md:47
msgid "{guilabel}`Everyone` makes the library visible to users across all pods." msgid "{guilabel}`Everyone` makes the library visible to users across all pods."
msgstr "" msgstr ""
@ -110,13 +114,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:33 #: ../../moderator_documentation/content/library_visibility.md:40
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/content/library_visibility.md:44 #: ../../moderator_documentation/content/library_visibility.md:51
msgid "" msgid ""
"That's it! You've updated the library's visibility. You should contact " "That's it! You've updated the library's visibility. You should contact "
"the user informing them of the action." "the user informing them of the action."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/domains/add_domain.md:1 #: ../../moderator_documentation/domains/add_domain.md:1
msgid "Add a domain to your pod's domain list" msgid "Add a domain to your pod's domain list"
@ -28,13 +28,17 @@ msgid ""
"[add moderation rules](add_rule.md) to it." "[add moderation rules](add_rule.md) to it."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:6 #: ../../moderator_documentation/domains/add_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:9 #: ../../moderator_documentation/domains/add_domain.md:11
msgid "" msgid ""
"You can also add domains to this list at any time to create rules before " "You can also add domains to this list at any time to create rules before "
"users interact with them. To do this:" "users interact with them. To do this:"
@ -44,39 +48,39 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:13 #: ../../moderator_documentation/domains/add_domain.md:19
#: ../../moderator_documentation/domains/add_domain.md:24 #: ../../moderator_documentation/domains/add_domain.md:31
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:14 #: ../../moderator_documentation/domains/add_domain.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:15 #: ../../moderator_documentation/domains/add_domain.md:21
#: ../../moderator_documentation/domains/add_domain.md:26 #: ../../moderator_documentation/domains/add_domain.md:33
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:16 #: ../../moderator_documentation/domains/add_domain.md:22
#: ../../moderator_documentation/domains/add_domain.md:27 #: ../../moderator_documentation/domains/add_domain.md:34
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:17 #: ../../moderator_documentation/domains/add_domain.md:23
#: ../../moderator_documentation/domains/add_domain.md:28 #: ../../moderator_documentation/domains/add_domain.md:35
msgid "" msgid ""
"Enter the URL of the Fediverse server you want to add in the " "Enter the URL of the Fediverse server you want to add in the "
"{guilabel}`Add a domain` field." "{guilabel}`Add a domain` field."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:18 #: ../../moderator_documentation/domains/add_domain.md:24
#: ../../moderator_documentation/domains/add_domain.md:29 #: ../../moderator_documentation/domains/add_domain.md:36
msgid "" msgid ""
"Select {guilabel}`Add` to add the domain. The domain moderation page " "Select {guilabel}`Add` to add the domain. The domain moderation page "
"opens." "opens."
@ -86,13 +90,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:25 #: ../../moderator_documentation/domains/add_domain.md:32
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the page to open the " "Select the wrench icon ({fa}`wrench`) at the top of the page to open the "
"{guilabel}`Administration` menu." "{guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_domain.md:33 #: ../../moderator_documentation/domains/add_domain.md:40
msgid "" msgid ""
"That's it! The domain is now in your domains list. You can now add " "That's it! The domain is now in your domains list. You can now add "
"moderation rules to this domain." "moderation rules to this domain."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/domains/add_rule.md:1 #: ../../moderator_documentation/domains/add_rule.md:1
msgid "Add a moderation rule" msgid "Add a moderation rule"
@ -35,13 +35,17 @@ msgid ""
"domain showing on your pod." "domain showing on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:10 #: ../../moderator_documentation/domains/add_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:13 #: ../../moderator_documentation/domains/add_rule.md:15
msgid "To add a moderation rule to a domain:" msgid "To add a moderation rule to a domain:"
msgstr "" msgstr ""
@ -49,72 +53,72 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:17 #: ../../moderator_documentation/domains/add_rule.md:23
#: ../../moderator_documentation/domains/add_rule.md:33 #: ../../moderator_documentation/domains/add_rule.md:40
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:18 #: ../../moderator_documentation/domains/add_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:19 #: ../../moderator_documentation/domains/add_rule.md:25
#: ../../moderator_documentation/domains/add_rule.md:35 #: ../../moderator_documentation/domains/add_rule.md:42
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:20 #: ../../moderator_documentation/domains/add_rule.md:26
#: ../../moderator_documentation/domains/add_rule.md:36 #: ../../moderator_documentation/domains/add_rule.md:43
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:21 #: ../../moderator_documentation/domains/add_rule.md:27
#: ../../moderator_documentation/domains/add_rule.md:37 #: ../../moderator_documentation/domains/add_rule.md:44
msgid "" msgid ""
"Select the domain you want to apply the rule to. The domain's moderation " "Select the domain you want to apply the rule to. The domain's moderation "
"page opens." "page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:22 #: ../../moderator_documentation/domains/add_rule.md:28
#: ../../moderator_documentation/domains/add_rule.md:38 #: ../../moderator_documentation/domains/add_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Add a moderation policy`. The moderation policy form " "Select {guilabel}`Add a moderation policy`. The moderation policy form "
"appears." "appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:23 #: ../../moderator_documentation/domains/add_rule.md:29
#: ../../moderator_documentation/domains/add_rule.md:39 #: ../../moderator_documentation/domains/add_rule.md:46
msgid "" msgid ""
"Enter the {guilabel}`Reason` you are applying the rule. Depending on your" "Enter the {guilabel}`Reason` you are applying the rule. Depending on your"
" pod's configuration, users may be able to see this." " pod's configuration, users may be able to see this."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:24 #: ../../moderator_documentation/domains/add_rule.md:30
#: ../../moderator_documentation/domains/add_rule.md:40 #: ../../moderator_documentation/domains/add_rule.md:47
msgid "Choose your moderation rule:" msgid "Choose your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:25 #: ../../moderator_documentation/domains/add_rule.md:31
#: ../../moderator_documentation/domains/add_rule.md:41 #: ../../moderator_documentation/domains/add_rule.md:48
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from the domain and " "{guilabel}`Block everything` purge all content from the domain and "
"block all content." "block all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:26 #: ../../moderator_documentation/domains/add_rule.md:32
#: ../../moderator_documentation/domains/add_rule.md:42 #: ../../moderator_documentation/domains/add_rule.md:49
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:27 #: ../../moderator_documentation/domains/add_rule.md:33
#: ../../moderator_documentation/domains/add_rule.md:43 #: ../../moderator_documentation/domains/add_rule.md:50
msgid "Select {guilabel}`Create` to save your rule." msgid "Select {guilabel}`Create` to save your rule."
msgstr "" msgstr ""
@ -122,13 +126,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:34 #: ../../moderator_documentation/domains/add_rule.md:41
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/add_rule.md:47 #: ../../moderator_documentation/domains/add_rule.md:54
msgid "" msgid ""
"That's all there is to it! You've applied your moderation rule. The rule " "That's all there is to it! You've applied your moderation rule. The rule "
"takes effect as soon as you create it." "takes effect as soon as you create it."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/domains/delete_rule.md:1 #: ../../moderator_documentation/domains/delete_rule.md:1
msgid "Delete a moderation rule" msgid "Delete a moderation rule"
@ -27,13 +27,17 @@ msgid ""
"This allows the other server to interact with your pod normally." "This allows the other server to interact with your pod normally."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:6 #: ../../moderator_documentation/domains/delete_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:9 #: ../../moderator_documentation/domains/delete_rule.md:11
msgid "To delete an existing moderation rule:" msgid "To delete an existing moderation rule:"
msgstr "" msgstr ""
@ -41,53 +45,53 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:13 #: ../../moderator_documentation/domains/delete_rule.md:19
#: ../../moderator_documentation/domains/delete_rule.md:26 #: ../../moderator_documentation/domains/delete_rule.md:33
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:14 #: ../../moderator_documentation/domains/delete_rule.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:15 #: ../../moderator_documentation/domains/delete_rule.md:21
#: ../../moderator_documentation/domains/delete_rule.md:28 #: ../../moderator_documentation/domains/delete_rule.md:35
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:16 #: ../../moderator_documentation/domains/delete_rule.md:22
#: ../../moderator_documentation/domains/delete_rule.md:29 #: ../../moderator_documentation/domains/delete_rule.md:36
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:17 #: ../../moderator_documentation/domains/delete_rule.md:23
#: ../../moderator_documentation/domains/delete_rule.md:30 #: ../../moderator_documentation/domains/delete_rule.md:37
msgid "" msgid ""
"Select the domain with the moderation rule you want to edit. The domain's" "Select the domain with the moderation rule you want to edit. The domain's"
" moderation page opens." " moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:18 #: ../../moderator_documentation/domains/delete_rule.md:24
#: ../../moderator_documentation/domains/delete_rule.md:31 #: ../../moderator_documentation/domains/delete_rule.md:38
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This domain is subject to " "Select {guilabel}`Edit` under the {guilabel}`This domain is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:19 #: ../../moderator_documentation/domains/delete_rule.md:25
#: ../../moderator_documentation/domains/delete_rule.md:32 #: ../../moderator_documentation/domains/delete_rule.md:39
msgid "" msgid ""
"Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` " "Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` "
"warning appears." "warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:20 #: ../../moderator_documentation/domains/delete_rule.md:26
#: ../../moderator_documentation/domains/delete_rule.md:33 #: ../../moderator_documentation/domains/delete_rule.md:40
msgid "Select {guilabel}`Delete moderation rule`." msgid "Select {guilabel}`Delete moderation rule`."
msgstr "" msgstr ""
@ -95,13 +99,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:27 #: ../../moderator_documentation/domains/delete_rule.md:34
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/delete_rule.md:37 #: ../../moderator_documentation/domains/delete_rule.md:44
msgid "" msgid ""
"That's it! You've deleted your moderation rule. Content from the domain " "That's it! You've deleted your moderation rule. Content from the domain "
"will no longer get blocked." "will no longer get blocked."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/domains/edit_rule.md:1 #: ../../moderator_documentation/domains/edit_rule.md:1
msgid "Edit a moderation rule" msgid "Edit a moderation rule"
@ -32,13 +32,17 @@ msgstr ""
msgid "You can change a moderation rule on a domain at any time." msgid "You can change a moderation rule on a domain at any time."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:10 #: ../../moderator_documentation/domains/edit_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:13 #: ../../moderator_documentation/domains/edit_rule.md:15
msgid "To update an existing moderation rule:" msgid "To update an existing moderation rule:"
msgstr "" msgstr ""
@ -46,82 +50,82 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:17 #: ../../moderator_documentation/domains/edit_rule.md:23
#: ../../moderator_documentation/domains/edit_rule.md:35 #: ../../moderator_documentation/domains/edit_rule.md:42
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:18 #: ../../moderator_documentation/domains/edit_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:19 #: ../../moderator_documentation/domains/edit_rule.md:25
#: ../../moderator_documentation/domains/edit_rule.md:37 #: ../../moderator_documentation/domains/edit_rule.md:44
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:20 #: ../../moderator_documentation/domains/edit_rule.md:26
#: ../../moderator_documentation/domains/edit_rule.md:38 #: ../../moderator_documentation/domains/edit_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:21 #: ../../moderator_documentation/domains/edit_rule.md:27
#: ../../moderator_documentation/domains/edit_rule.md:39 #: ../../moderator_documentation/domains/edit_rule.md:46
msgid "" msgid ""
"Select the domain with the moderation rule you want to edit. The domain's" "Select the domain with the moderation rule you want to edit. The domain's"
" moderation page opens." " moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:22 #: ../../moderator_documentation/domains/edit_rule.md:28
#: ../../moderator_documentation/domains/edit_rule.md:40 #: ../../moderator_documentation/domains/edit_rule.md:47
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This domain is subject to " "Select {guilabel}`Edit` under the {guilabel}`This domain is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:23 #: ../../moderator_documentation/domains/edit_rule.md:29
#: ../../moderator_documentation/domains/edit_rule.md:41 #: ../../moderator_documentation/domains/edit_rule.md:48
msgid "__Optional__ Edit the following settings:" msgid "__Optional__ Edit the following settings:"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:24 #: ../../moderator_documentation/domains/edit_rule.md:30
#: ../../moderator_documentation/domains/edit_rule.md:42 #: ../../moderator_documentation/domains/edit_rule.md:49
msgid "" msgid ""
"{guilabel}`Enabled` toggle this switch to enable or disable the rule " "{guilabel}`Enabled` toggle this switch to enable or disable the rule "
"without deleting it." "without deleting it."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:25 #: ../../moderator_documentation/domains/edit_rule.md:31
#: ../../moderator_documentation/domains/edit_rule.md:43 #: ../../moderator_documentation/domains/edit_rule.md:50
msgid "{guilabel}`Reason` update the reason for the moderation rule." msgid "{guilabel}`Reason` update the reason for the moderation rule."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:26 #: ../../moderator_documentation/domains/edit_rule.md:32
#: ../../moderator_documentation/domains/edit_rule.md:44 #: ../../moderator_documentation/domains/edit_rule.md:51
msgid "__Optional__ Update your moderation rule:" msgid "__Optional__ Update your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:27 #: ../../moderator_documentation/domains/edit_rule.md:33
#: ../../moderator_documentation/domains/edit_rule.md:45 #: ../../moderator_documentation/domains/edit_rule.md:52
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from this domain and " "{guilabel}`Block everything` purge all content from this domain and "
"block all content." "block all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:28 #: ../../moderator_documentation/domains/edit_rule.md:34
#: ../../moderator_documentation/domains/edit_rule.md:46 #: ../../moderator_documentation/domains/edit_rule.md:53
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:29 #: ../../moderator_documentation/domains/edit_rule.md:35
#: ../../moderator_documentation/domains/edit_rule.md:47 #: ../../moderator_documentation/domains/edit_rule.md:54
msgid "Select {guilabel}`Update` to save your rule." msgid "Select {guilabel}`Update` to save your rule."
msgstr "" msgstr ""
@ -129,13 +133,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:36 #: ../../moderator_documentation/domains/edit_rule.md:43
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/edit_rule.md:51 #: ../../moderator_documentation/domains/edit_rule.md:58
msgid "You're done! The changes to the rule take effect as soon as you update it." msgid "You're done! The changes to the rule take effect as soon as you update it."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/domains/purge_domain.md:1 #: ../../moderator_documentation/domains/purge_domain.md:1
msgid "Purge domain data" msgid "Purge domain data"
@ -35,13 +35,17 @@ msgid ""
"purge the content associated with it." "purge the content associated with it."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:10 #: ../../moderator_documentation/domains/purge_domain.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:13 #: ../../moderator_documentation/domains/purge_domain.md:15
msgid "To purge content from a domain:" msgid "To purge content from a domain:"
msgstr "" msgstr ""
@ -49,51 +53,51 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:17 #: ../../moderator_documentation/domains/purge_domain.md:23
#: ../../moderator_documentation/domains/purge_domain.md:30 #: ../../moderator_documentation/domains/purge_domain.md:37
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:18 #: ../../moderator_documentation/domains/purge_domain.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:19 #: ../../moderator_documentation/domains/purge_domain.md:25
#: ../../moderator_documentation/domains/purge_domain.md:32 #: ../../moderator_documentation/domains/purge_domain.md:39
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:20 #: ../../moderator_documentation/domains/purge_domain.md:26
#: ../../moderator_documentation/domains/purge_domain.md:33 #: ../../moderator_documentation/domains/purge_domain.md:40
msgid "" msgid ""
"Select {guilabel}`Domains` at the top of the page. The " "Select {guilabel}`Domains` at the top of the page. The "
"{guilabel}`Domains` page opens. You can see a list of known domains on " "{guilabel}`Domains` page opens. You can see a list of known domains on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:21 #: ../../moderator_documentation/domains/purge_domain.md:27
#: ../../moderator_documentation/domains/purge_domain.md:34 #: ../../moderator_documentation/domains/purge_domain.md:41
msgid "" msgid ""
"Select the checkbox ({fa}`square`) next to the domain(s) you want to " "Select the checkbox ({fa}`square`) next to the domain(s) you want to "
"purge. Selected domains show a tick ({fa}`check-square`)." "purge. Selected domains show a tick ({fa}`check-square`)."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:22 #: ../../moderator_documentation/domains/purge_domain.md:28
#: ../../moderator_documentation/domains/purge_domain.md:35 #: ../../moderator_documentation/domains/purge_domain.md:42
msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:23 #: ../../moderator_documentation/domains/purge_domain.md:29
#: ../../moderator_documentation/domains/purge_domain.md:36 #: ../../moderator_documentation/domains/purge_domain.md:43
msgid "" msgid ""
"Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on " "Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on "
"{count} items` warning appears." "{count} items` warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:24 #: ../../moderator_documentation/domains/purge_domain.md:30
#: ../../moderator_documentation/domains/purge_domain.md:37 #: ../../moderator_documentation/domains/purge_domain.md:44
msgid "Select {guilabel}`Launch`." msgid "Select {guilabel}`Launch`."
msgstr "" msgstr ""
@ -101,13 +105,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:31 #: ../../moderator_documentation/domains/purge_domain.md:38
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/domains/purge_domain.md:41 #: ../../moderator_documentation/domains/purge_domain.md:48
msgid "" msgid ""
"You're done! Your pod clears all the content associated with the selected" "You're done! Your pod clears all the content associated with the selected"
" domains." " domains."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/external_users/add_rule.md:1 #: ../../moderator_documentation/external_users/add_rule.md:1
msgid "Add a moderation rule" msgid "Add a moderation rule"
@ -35,13 +35,17 @@ msgid ""
"showing on your pod." "showing on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:10 #: ../../moderator_documentation/external_users/add_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:13 #: ../../moderator_documentation/external_users/add_rule.md:15
msgid "To add a moderation rule to a user:" msgid "To add a moderation rule to a user:"
msgstr "" msgstr ""
@ -49,72 +53,72 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:17 #: ../../moderator_documentation/external_users/add_rule.md:23
#: ../../moderator_documentation/external_users/add_rule.md:33 #: ../../moderator_documentation/external_users/add_rule.md:40
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:18 #: ../../moderator_documentation/external_users/add_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:19 #: ../../moderator_documentation/external_users/add_rule.md:25
#: ../../moderator_documentation/external_users/add_rule.md:35 #: ../../moderator_documentation/external_users/add_rule.md:42
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:20 #: ../../moderator_documentation/external_users/add_rule.md:26
#: ../../moderator_documentation/external_users/add_rule.md:36 #: ../../moderator_documentation/external_users/add_rule.md:43
msgid "" msgid ""
"Select {guilabel}`Accounts` at the top of the page. The " "Select {guilabel}`Accounts` at the top of the page. The "
"{guilabel}`Accounts` page opens. You can see a list of known accounts on " "{guilabel}`Accounts` page opens. You can see a list of known accounts on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:21 #: ../../moderator_documentation/external_users/add_rule.md:27
#: ../../moderator_documentation/external_users/add_rule.md:37 #: ../../moderator_documentation/external_users/add_rule.md:44
msgid "" msgid ""
"Select the account you want to apply the rule to. The account's " "Select the account you want to apply the rule to. The account's "
"moderation page opens." "moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:22 #: ../../moderator_documentation/external_users/add_rule.md:28
#: ../../moderator_documentation/external_users/add_rule.md:38 #: ../../moderator_documentation/external_users/add_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Add a moderation policy`. The moderation policy form " "Select {guilabel}`Add a moderation policy`. The moderation policy form "
"appears." "appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:23 #: ../../moderator_documentation/external_users/add_rule.md:29
#: ../../moderator_documentation/external_users/add_rule.md:39 #: ../../moderator_documentation/external_users/add_rule.md:46
msgid "" msgid ""
"Enter the {guilabel}`Reason` you are applying the rule. Depending on your" "Enter the {guilabel}`Reason` you are applying the rule. Depending on your"
" pod's configuration, users may be able to see this." " pod's configuration, users may be able to see this."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:24 #: ../../moderator_documentation/external_users/add_rule.md:30
#: ../../moderator_documentation/external_users/add_rule.md:40 #: ../../moderator_documentation/external_users/add_rule.md:47
msgid "Choose your moderation rule:" msgid "Choose your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:25 #: ../../moderator_documentation/external_users/add_rule.md:31
#: ../../moderator_documentation/external_users/add_rule.md:41 #: ../../moderator_documentation/external_users/add_rule.md:48
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from the user and block " "{guilabel}`Block everything` purge all content from the user and block "
"all content." "all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:26 #: ../../moderator_documentation/external_users/add_rule.md:32
#: ../../moderator_documentation/external_users/add_rule.md:42 #: ../../moderator_documentation/external_users/add_rule.md:49
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:27 #: ../../moderator_documentation/external_users/add_rule.md:33
#: ../../moderator_documentation/external_users/add_rule.md:43 #: ../../moderator_documentation/external_users/add_rule.md:50
msgid "Select {guilabel}`Create` to save your rule." msgid "Select {guilabel}`Create` to save your rule."
msgstr "" msgstr ""
@ -122,13 +126,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:34 #: ../../moderator_documentation/external_users/add_rule.md:41
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/add_rule.md:47 #: ../../moderator_documentation/external_users/add_rule.md:54
msgid "" msgid ""
"That's all there is to it! You've applied your moderation rule. The rule " "That's all there is to it! You've applied your moderation rule. The rule "
"takes effect as soon as you create it." "takes effect as soon as you create it."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/external_users/delete_rule.md:1 #: ../../moderator_documentation/external_users/delete_rule.md:1
msgid "Delete a moderation rule" msgid "Delete a moderation rule"
@ -27,13 +27,17 @@ msgid ""
"This allows the user to interact with your pod normally." "This allows the user to interact with your pod normally."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:6 #: ../../moderator_documentation/external_users/delete_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:9 #: ../../moderator_documentation/external_users/delete_rule.md:11
msgid "To delete an existing moderation rule:" msgid "To delete an existing moderation rule:"
msgstr "" msgstr ""
@ -41,52 +45,52 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:13 #: ../../moderator_documentation/external_users/delete_rule.md:19
#: ../../moderator_documentation/external_users/delete_rule.md:26 #: ../../moderator_documentation/external_users/delete_rule.md:33
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:14 #: ../../moderator_documentation/external_users/delete_rule.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:15 #: ../../moderator_documentation/external_users/delete_rule.md:21
#: ../../moderator_documentation/external_users/delete_rule.md:28 #: ../../moderator_documentation/external_users/delete_rule.md:35
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:16 #: ../../moderator_documentation/external_users/delete_rule.md:22
#: ../../moderator_documentation/external_users/delete_rule.md:29 #: ../../moderator_documentation/external_users/delete_rule.md:36
msgid "" msgid ""
"Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` " "Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` "
"page opens. You can see a list of known users on this page." "page opens. You can see a list of known users on this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:17 #: ../../moderator_documentation/external_users/delete_rule.md:23
#: ../../moderator_documentation/external_users/delete_rule.md:30 #: ../../moderator_documentation/external_users/delete_rule.md:37
msgid "" msgid ""
"Select the user with the moderation rule you want to edit. The user's " "Select the user with the moderation rule you want to edit. The user's "
"moderation page opens." "moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:18 #: ../../moderator_documentation/external_users/delete_rule.md:24
#: ../../moderator_documentation/external_users/delete_rule.md:31 #: ../../moderator_documentation/external_users/delete_rule.md:38
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This user is subject to " "Select {guilabel}`Edit` under the {guilabel}`This user is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:19 #: ../../moderator_documentation/external_users/delete_rule.md:25
#: ../../moderator_documentation/external_users/delete_rule.md:32 #: ../../moderator_documentation/external_users/delete_rule.md:39
msgid "" msgid ""
"Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` " "Select {guilabel}`Delete`. A {guilabel}`Delete this moderation rule?` "
"warning appears." "warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:20 #: ../../moderator_documentation/external_users/delete_rule.md:26
#: ../../moderator_documentation/external_users/delete_rule.md:33 #: ../../moderator_documentation/external_users/delete_rule.md:40
msgid "Select {guilabel}`Delete moderation rule`." msgid "Select {guilabel}`Delete moderation rule`."
msgstr "" msgstr ""
@ -94,13 +98,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:27 #: ../../moderator_documentation/external_users/delete_rule.md:34
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/delete_rule.md:37 #: ../../moderator_documentation/external_users/delete_rule.md:44
msgid "" msgid ""
"That's it! You've deleted your moderation rule. Content from the user " "That's it! You've deleted your moderation rule. Content from the user "
"will no longer get blocked." "will no longer get blocked."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/external_users/edit_rule.md:1 #: ../../moderator_documentation/external_users/edit_rule.md:1
msgid "Edit a moderation rule" msgid "Edit a moderation rule"
@ -32,13 +32,17 @@ msgstr ""
msgid "You can change a moderation rule on a user at any time." msgid "You can change a moderation rule on a user at any time."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:10 #: ../../moderator_documentation/external_users/edit_rule.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:13 #: ../../moderator_documentation/external_users/edit_rule.md:15
msgid "To update an existing moderation rule:" msgid "To update an existing moderation rule:"
msgstr "" msgstr ""
@ -46,81 +50,81 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:17 #: ../../moderator_documentation/external_users/edit_rule.md:23
#: ../../moderator_documentation/external_users/edit_rule.md:35 #: ../../moderator_documentation/external_users/edit_rule.md:42
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:18 #: ../../moderator_documentation/external_users/edit_rule.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:19 #: ../../moderator_documentation/external_users/edit_rule.md:25
#: ../../moderator_documentation/external_users/edit_rule.md:37 #: ../../moderator_documentation/external_users/edit_rule.md:44
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:20 #: ../../moderator_documentation/external_users/edit_rule.md:26
#: ../../moderator_documentation/external_users/edit_rule.md:38 #: ../../moderator_documentation/external_users/edit_rule.md:45
msgid "" msgid ""
"Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` " "Select {guilabel}`Users` at the top of the page. The {guilabel}`Users` "
"page opens. You can see a list of known users on this page." "page opens. You can see a list of known users on this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:21 #: ../../moderator_documentation/external_users/edit_rule.md:27
#: ../../moderator_documentation/external_users/edit_rule.md:39 #: ../../moderator_documentation/external_users/edit_rule.md:46
msgid "" msgid ""
"Select the user with the moderation rule you want to edit. The user's " "Select the user with the moderation rule you want to edit. The user's "
"moderation page opens." "moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:22 #: ../../moderator_documentation/external_users/edit_rule.md:28
#: ../../moderator_documentation/external_users/edit_rule.md:40 #: ../../moderator_documentation/external_users/edit_rule.md:47
msgid "" msgid ""
"Select {guilabel}`Edit` under the {guilabel}`This user is subject to " "Select {guilabel}`Edit` under the {guilabel}`This user is subject to "
"specific moderation rules` header. The moderation policy form opens." "specific moderation rules` header. The moderation policy form opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:23 #: ../../moderator_documentation/external_users/edit_rule.md:29
#: ../../moderator_documentation/external_users/edit_rule.md:41 #: ../../moderator_documentation/external_users/edit_rule.md:48
msgid "__Optional__ Edit the following settings:" msgid "__Optional__ Edit the following settings:"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:24 #: ../../moderator_documentation/external_users/edit_rule.md:30
#: ../../moderator_documentation/external_users/edit_rule.md:42 #: ../../moderator_documentation/external_users/edit_rule.md:49
msgid "" msgid ""
"{guilabel}`Enabled` toggle this switch to enable or disable the rule " "{guilabel}`Enabled` toggle this switch to enable or disable the rule "
"without deleting it." "without deleting it."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:25 #: ../../moderator_documentation/external_users/edit_rule.md:31
#: ../../moderator_documentation/external_users/edit_rule.md:43 #: ../../moderator_documentation/external_users/edit_rule.md:50
msgid "{guilabel}`Reason` update the reason for the moderation rule." msgid "{guilabel}`Reason` update the reason for the moderation rule."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:26 #: ../../moderator_documentation/external_users/edit_rule.md:32
#: ../../moderator_documentation/external_users/edit_rule.md:44 #: ../../moderator_documentation/external_users/edit_rule.md:51
msgid "__Optional__ Update your moderation rule:" msgid "__Optional__ Update your moderation rule:"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:27 #: ../../moderator_documentation/external_users/edit_rule.md:33
#: ../../moderator_documentation/external_users/edit_rule.md:45 #: ../../moderator_documentation/external_users/edit_rule.md:52
msgid "" msgid ""
"{guilabel}`Block everything` purge all content from this user and block" "{guilabel}`Block everything` purge all content from this user and block"
" all content." " all content."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:28 #: ../../moderator_documentation/external_users/edit_rule.md:34
#: ../../moderator_documentation/external_users/edit_rule.md:46 #: ../../moderator_documentation/external_users/edit_rule.md:53
msgid "" msgid ""
"{guilabel}`Reject media` only reject media files such as audio files, " "{guilabel}`Reject media` only reject media files such as audio files, "
"avatars, and album art." "avatars, and album art."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:29 #: ../../moderator_documentation/external_users/edit_rule.md:35
#: ../../moderator_documentation/external_users/edit_rule.md:47 #: ../../moderator_documentation/external_users/edit_rule.md:54
msgid "Select {guilabel}`Update` to save your rule." msgid "Select {guilabel}`Update` to save your rule."
msgstr "" msgstr ""
@ -128,13 +132,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:36 #: ../../moderator_documentation/external_users/edit_rule.md:43
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/edit_rule.md:51 #: ../../moderator_documentation/external_users/edit_rule.md:58
msgid "You're done! The changes to the rule take effect as soon as you update it." msgid "You're done! The changes to the rule take effect as soon as you update it."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/external_users/purge_users.md:1 #: ../../moderator_documentation/external_users/purge_users.md:1
msgid "Purge user data" msgid "Purge user data"
@ -35,13 +35,17 @@ msgid ""
"purge the content associated with them." "purge the content associated with them."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:10 #: ../../moderator_documentation/external_users/purge_users.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:13 #: ../../moderator_documentation/external_users/purge_users.md:15
msgid "To purge a user's content:" msgid "To purge a user's content:"
msgstr "" msgstr ""
@ -49,51 +53,51 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:17 #: ../../moderator_documentation/external_users/purge_users.md:23
#: ../../moderator_documentation/external_users/purge_users.md:30 #: ../../moderator_documentation/external_users/purge_users.md:37
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:18 #: ../../moderator_documentation/external_users/purge_users.md:24
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:19 #: ../../moderator_documentation/external_users/purge_users.md:25
#: ../../moderator_documentation/external_users/purge_users.md:32 #: ../../moderator_documentation/external_users/purge_users.md:39
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:20 #: ../../moderator_documentation/external_users/purge_users.md:26
#: ../../moderator_documentation/external_users/purge_users.md:33 #: ../../moderator_documentation/external_users/purge_users.md:40
msgid "" msgid ""
"Select {guilabel}`Accounts` at the top of the page. The " "Select {guilabel}`Accounts` at the top of the page. The "
"{guilabel}`Accounts` page opens. You can see a list of known accounts on " "{guilabel}`Accounts` page opens. You can see a list of known accounts on "
"this page." "this page."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:21 #: ../../moderator_documentation/external_users/purge_users.md:27
#: ../../moderator_documentation/external_users/purge_users.md:34 #: ../../moderator_documentation/external_users/purge_users.md:41
msgid "" msgid ""
"Select the checkbox ({fa}`square`) next to the account(s) you want to " "Select the checkbox ({fa}`square`) next to the account(s) you want to "
"purge. Selected accounts show a tick ({fa}`check-square`)." "purge. Selected accounts show a tick ({fa}`check-square`)."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:22 #: ../../moderator_documentation/external_users/purge_users.md:28
#: ../../moderator_documentation/external_users/purge_users.md:35 #: ../../moderator_documentation/external_users/purge_users.md:42
msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown." msgid "Select {guilabel}`Purge` in the {guilabel}`Actions` dropdown."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:23 #: ../../moderator_documentation/external_users/purge_users.md:29
#: ../../moderator_documentation/external_users/purge_users.md:36 #: ../../moderator_documentation/external_users/purge_users.md:43
msgid "" msgid ""
"Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on " "Select {guilabel}`Go`. A {guilabel}`Do you want to launch purge on "
"{count} element(s)` warning appears." "{count} element(s)` warning appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:24 #: ../../moderator_documentation/external_users/purge_users.md:30
#: ../../moderator_documentation/external_users/purge_users.md:37 #: ../../moderator_documentation/external_users/purge_users.md:44
msgid "Select {guilabel}`Launch`." msgid "Select {guilabel}`Launch`."
msgstr "" msgstr ""
@ -101,13 +105,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:31 #: ../../moderator_documentation/external_users/purge_users.md:38
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/external_users/purge_users.md:41 #: ../../moderator_documentation/external_users/purge_users.md:48
msgid "" msgid ""
"You're done! Your pod clears all the content associated with the selected" "You're done! Your pod clears all the content associated with the selected"
" users." " users."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/internal_users/handle_registration.md:1 #: ../../moderator_documentation/internal_users/handle_registration.md:1
msgid "Handle user registrations" msgid "Handle user registrations"
@ -27,51 +27,55 @@ msgid ""
"requires moderators to approve or refuse account creations." "requires moderators to approve or refuse account creations."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:6 #: ../../moderator_documentation/internal_users/handle_registration.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:9 #: ../../moderator_documentation/internal_users/handle_registration.md:11
msgid "" msgid ""
"Requests appear in the {guilabel}`User Requests` list. Each request " "Requests appear in the {guilabel}`User Requests` list. Each request "
"contains the following information:" "contains the following information:"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:11 #: ../../moderator_documentation/internal_users/handle_registration.md:13
msgid "The user the request was {guilabel}`Submitted by`" msgid "The user the request was {guilabel}`Submitted by`"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:12 #: ../../moderator_documentation/internal_users/handle_registration.md:14
msgid "The {guilabel}`Creation date` of the request." msgid "The {guilabel}`Creation date` of the request."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:13 #: ../../moderator_documentation/internal_users/handle_registration.md:15
msgid "__Optional__ any responses the user left to fields in the sign-up form." msgid "__Optional__ any responses the user left to fields in the sign-up form."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:14 #: ../../moderator_documentation/internal_users/handle_registration.md:16
msgid "The {guilabel}`Status` of the request." msgid "The {guilabel}`Status` of the request."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:15 #: ../../moderator_documentation/internal_users/handle_registration.md:17
msgid "Which moderator the request is {guilabel}`Assigned to`." msgid "Which moderator the request is {guilabel}`Assigned to`."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:16 #: ../../moderator_documentation/internal_users/handle_registration.md:18
msgid "The {guilabel}`Resolution date` of the request." msgid "The {guilabel}`Resolution date` of the request."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:17 #: ../../moderator_documentation/internal_users/handle_registration.md:19
msgid "Any {guilabel}`Internal notes` left by the moderators." msgid "Any {guilabel}`Internal notes` left by the moderators."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:23 #: ../../moderator_documentation/internal_users/handle_registration.md:25
msgid "Approve a sign-up request" msgid "Approve a sign-up request"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:25 #: ../../moderator_documentation/internal_users/handle_registration.md:27
msgid "To approve a sign-up request:" msgid "To approve a sign-up request:"
msgstr "" msgstr ""
@ -79,45 +83,45 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:29 #: ../../moderator_documentation/internal_users/handle_registration.md:35
#: ../../moderator_documentation/internal_users/handle_registration.md:40 #: ../../moderator_documentation/internal_users/handle_registration.md:47
#: ../../moderator_documentation/internal_users/handle_registration.md:57
#: ../../moderator_documentation/internal_users/handle_registration.md:68 #: ../../moderator_documentation/internal_users/handle_registration.md:68
#: ../../moderator_documentation/internal_users/handle_registration.md:80
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:30 #: ../../moderator_documentation/internal_users/handle_registration.md:36
#: ../../moderator_documentation/internal_users/handle_registration.md:58 #: ../../moderator_documentation/internal_users/handle_registration.md:69
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:31 #: ../../moderator_documentation/internal_users/handle_registration.md:37
#: ../../moderator_documentation/internal_users/handle_registration.md:42 #: ../../moderator_documentation/internal_users/handle_registration.md:49
#: ../../moderator_documentation/internal_users/handle_registration.md:59
#: ../../moderator_documentation/internal_users/handle_registration.md:70 #: ../../moderator_documentation/internal_users/handle_registration.md:70
#: ../../moderator_documentation/internal_users/handle_registration.md:82
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:32 #: ../../moderator_documentation/internal_users/handle_registration.md:38
#: ../../moderator_documentation/internal_users/handle_registration.md:43 #: ../../moderator_documentation/internal_users/handle_registration.md:50
#: ../../moderator_documentation/internal_users/handle_registration.md:60
#: ../../moderator_documentation/internal_users/handle_registration.md:71 #: ../../moderator_documentation/internal_users/handle_registration.md:71
#: ../../moderator_documentation/internal_users/handle_registration.md:83
msgid "" msgid ""
"Select {guilabel}`User Requests` at the top of the screen. A list of " "Select {guilabel}`User Requests` at the top of the screen. A list of "
"pending requests appears." "pending requests appears."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:33 #: ../../moderator_documentation/internal_users/handle_registration.md:39
#: ../../moderator_documentation/internal_users/handle_registration.md:44 #: ../../moderator_documentation/internal_users/handle_registration.md:51
#: ../../moderator_documentation/internal_users/handle_registration.md:61
#: ../../moderator_documentation/internal_users/handle_registration.md:72 #: ../../moderator_documentation/internal_users/handle_registration.md:72
#: ../../moderator_documentation/internal_users/handle_registration.md:84
msgid "Read through the details of the request." msgid "Read through the details of the request."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:34 #: ../../moderator_documentation/internal_users/handle_registration.md:40
#: ../../moderator_documentation/internal_users/handle_registration.md:45 #: ../../moderator_documentation/internal_users/handle_registration.md:52
msgid "Select {guilabel}`Approve` in the {guilabel}`Actions` section." msgid "Select {guilabel}`Approve` in the {guilabel}`Actions` section."
msgstr "" msgstr ""
@ -125,33 +129,33 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:41 #: ../../moderator_documentation/internal_users/handle_registration.md:48
#: ../../moderator_documentation/internal_users/handle_registration.md:69 #: ../../moderator_documentation/internal_users/handle_registration.md:81
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:49 #: ../../moderator_documentation/internal_users/handle_registration.md:56
msgid "" msgid ""
"That's it! You've approved the user's sign-up request. The user can now " "That's it! You've approved the user's sign-up request. The user can now "
"log in." "log in."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:51 #: ../../moderator_documentation/internal_users/handle_registration.md:58
msgid "Refuse a sign-up request" msgid "Refuse a sign-up request"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:53 #: ../../moderator_documentation/internal_users/handle_registration.md:60
msgid "To refuse a sign-up request:" msgid "To refuse a sign-up request:"
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:62
#: ../../moderator_documentation/internal_users/handle_registration.md:73 #: ../../moderator_documentation/internal_users/handle_registration.md:73
#: ../../moderator_documentation/internal_users/handle_registration.md:85
msgid "Select {guilabel}`Refuse` in the {guilabel}`Actions` section." msgid "Select {guilabel}`Refuse` in the {guilabel}`Actions` section."
msgstr "" msgstr ""
#: ../../moderator_documentation/internal_users/handle_registration.md:77 #: ../../moderator_documentation/internal_users/handle_registration.md:89
msgid "" msgid ""
"That's it! You've refused the user's sign-up request. The user can't log " "That's it! You've refused the user's sign-up request. The user can't log "
"in to your pod." "in to your pod."

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/reports/handle_content.md:1 #: ../../moderator_documentation/reports/handle_content.md:1
msgid "Handle reported content" msgid "Handle reported content"
@ -34,21 +34,25 @@ msgid ""
"moderation page to edit objects." "moderation page to edit objects."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:10 #: ../../moderator_documentation/reports/handle_content.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:12
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:11 #: ../../moderator_documentation/reports/handle_content.md:13
msgid "{guilabel}`Library` enables the moderator to delete objects." msgid "{guilabel}`Library` enables the moderator to delete objects."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:18 #: ../../moderator_documentation/reports/handle_content.md:20
msgid "Handle reports from the Reports page" msgid "Handle reports from the Reports page"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:20 #: ../../moderator_documentation/reports/handle_content.md:22
msgid "To handle a content report from the {guilabel}`Reports` page:" msgid "To handle a content report from the {guilabel}`Reports` page:"
msgstr "" msgstr ""
@ -56,46 +60,46 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:24 #: ../../moderator_documentation/reports/handle_content.md:30
#: ../../moderator_documentation/reports/handle_content.md:36 #: ../../moderator_documentation/reports/handle_content.md:43
#: ../../moderator_documentation/reports/handle_content.md:54 #: ../../moderator_documentation/reports/handle_content.md:65
#: ../../moderator_documentation/reports/handle_content.md:70 #: ../../moderator_documentation/reports/handle_content.md:82
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:25 #: ../../moderator_documentation/reports/handle_content.md:31
#: ../../moderator_documentation/reports/handle_content.md:55 #: ../../moderator_documentation/reports/handle_content.md:66
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:26 #: ../../moderator_documentation/reports/handle_content.md:32
#: ../../moderator_documentation/reports/handle_content.md:38 #: ../../moderator_documentation/reports/handle_content.md:45
#: ../../moderator_documentation/reports/handle_content.md:56 #: ../../moderator_documentation/reports/handle_content.md:67
#: ../../moderator_documentation/reports/handle_content.md:72 #: ../../moderator_documentation/reports/handle_content.md:84
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:27 #: ../../moderator_documentation/reports/handle_content.md:33
#: ../../moderator_documentation/reports/handle_content.md:39 #: ../../moderator_documentation/reports/handle_content.md:46
#: ../../moderator_documentation/reports/handle_content.md:57 #: ../../moderator_documentation/reports/handle_content.md:68
#: ../../moderator_documentation/reports/handle_content.md:73 #: ../../moderator_documentation/reports/handle_content.md:85
msgid "[Search for the report](search_reports.md)." msgid "[Search for the report](search_reports.md)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:28 #: ../../moderator_documentation/reports/handle_content.md:34
#: ../../moderator_documentation/reports/handle_content.md:40 #: ../../moderator_documentation/reports/handle_content.md:47
msgid "Select an action from the {guilabel}`Actions` section:" msgid "Select an action from the {guilabel}`Actions` section:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:29 #: ../../moderator_documentation/reports/handle_content.md:35
#: ../../moderator_documentation/reports/handle_content.md:41 #: ../../moderator_documentation/reports/handle_content.md:48
msgid "{guilabel}`Resolve` resolve the report with no further action." msgid "{guilabel}`Resolve` resolve the report with no further action."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:30 #: ../../moderator_documentation/reports/handle_content.md:36
#: ../../moderator_documentation/reports/handle_content.md:42 #: ../../moderator_documentation/reports/handle_content.md:49
msgid "" msgid ""
"{guilabel}`Delete reported object` delete the object associated with " "{guilabel}`Delete reported object` delete the object associated with "
"the report. If you delete an artist or album, this deletes all files " "the report. If you delete an artist or album, this deletes all files "
@ -106,65 +110,65 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:37 #: ../../moderator_documentation/reports/handle_content.md:44
#: ../../moderator_documentation/reports/handle_content.md:71 #: ../../moderator_documentation/reports/handle_content.md:83
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:46 #: ../../moderator_documentation/reports/handle_content.md:53
#: ../../moderator_documentation/reports/handle_content.md:84 #: ../../moderator_documentation/reports/handle_content.md:96
msgid "" msgid ""
"Resolving the report assigns it to you so other moderators know who " "Resolving the report assigns it to you so other moderators know who "
"handled the report. Add [internal notes](internal_notes.md) to keep a " "handled the report. Add [internal notes](internal_notes.md) to keep a "
"record of your changes." "record of your changes."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:48 #: ../../moderator_documentation/reports/handle_content.md:55
msgid "Edit content in the moderation page" msgid "Edit content in the moderation page"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:50 #: ../../moderator_documentation/reports/handle_content.md:57
msgid "If you want to edit an object to change its metadata:" msgid "If you want to edit an object to change its metadata:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:58 #: ../../moderator_documentation/reports/handle_content.md:69
#: ../../moderator_documentation/reports/handle_content.md:74 #: ../../moderator_documentation/reports/handle_content.md:86
msgid "" msgid ""
"Select {guilabel}`Open in moderation interface` in the " "Select {guilabel}`Open in moderation interface` in the "
"{guilabel}`Reported object` section. The object's moderation page opens." "{guilabel}`Reported object` section. The object's moderation page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:59 #: ../../moderator_documentation/reports/handle_content.md:70
#: ../../moderator_documentation/reports/handle_content.md:75 #: ../../moderator_documentation/reports/handle_content.md:87
msgid "Select {guilabel}`Edit`. The {guilabel}`Edit` page opens." msgid "Select {guilabel}`Edit`. The {guilabel}`Edit` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:60 #: ../../moderator_documentation/reports/handle_content.md:71
#: ../../moderator_documentation/reports/handle_content.md:76 #: ../../moderator_documentation/reports/handle_content.md:88
msgid "" msgid ""
"Edit the details on this page. Leave a {guilabel}`Summary` of your " "Edit the details on this page. Leave a {guilabel}`Summary` of your "
"changes for reference." "changes for reference."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:61 #: ../../moderator_documentation/reports/handle_content.md:72
#: ../../moderator_documentation/reports/handle_content.md:77 #: ../../moderator_documentation/reports/handle_content.md:89
msgid "Select {guilabel}`Submit and apply edit`." msgid "Select {guilabel}`Submit and apply edit`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:62 #: ../../moderator_documentation/reports/handle_content.md:73
#: ../../moderator_documentation/reports/handle_content.md:78 #: ../../moderator_documentation/reports/handle_content.md:90
msgid "Return to the {guilabel}`Reports` page." msgid "Return to the {guilabel}`Reports` page."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:63 #: ../../moderator_documentation/reports/handle_content.md:74
#: ../../moderator_documentation/reports/handle_content.md:79 #: ../../moderator_documentation/reports/handle_content.md:91
msgid "Search for the report." msgid "Search for the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_content.md:64 #: ../../moderator_documentation/reports/handle_content.md:75
#: ../../moderator_documentation/reports/handle_content.md:80 #: ../../moderator_documentation/reports/handle_content.md:92
msgid "Select {guilabel}`Resolve` in the {guilabel}`Actions` section." msgid "Select {guilabel}`Resolve` in the {guilabel}`Actions` section."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/reports/handle_users.md:1 #: ../../moderator_documentation/reports/handle_users.md:1
msgid "Handle reported users" msgid "Handle reported users"
@ -28,13 +28,17 @@ msgid ""
"appropriate steps to handle the report." "appropriate steps to handle the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:6 #: ../../moderator_documentation/reports/handle_users.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:9 #: ../../moderator_documentation/reports/handle_users.md:11
msgid "To open a user's moderation page:" msgid "To open a user's moderation page:"
msgstr "" msgstr ""
@ -42,24 +46,24 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:13 #: ../../moderator_documentation/reports/handle_users.md:19
#: ../../moderator_documentation/reports/handle_users.md:22 #: ../../moderator_documentation/reports/handle_users.md:29
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:14 #: ../../moderator_documentation/reports/handle_users.md:20
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:15 #: ../../moderator_documentation/reports/handle_users.md:21
#: ../../moderator_documentation/reports/handle_users.md:24 #: ../../moderator_documentation/reports/handle_users.md:31
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:16 #: ../../moderator_documentation/reports/handle_users.md:22
#: ../../moderator_documentation/reports/handle_users.md:25 #: ../../moderator_documentation/reports/handle_users.md:32
msgid "" msgid ""
"[Search for the report](search_reports.md) and select {guilabel}`Open in " "[Search for the report](search_reports.md) and select {guilabel}`Open in "
"moderation interface` under {guilabel}`Reported object`. The user's " "moderation interface` under {guilabel}`Reported object`. The user's "
@ -70,35 +74,35 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:23 #: ../../moderator_documentation/reports/handle_users.md:30
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the page to open the " "Select the wrench icon ({fa}`wrench`) at the top of the page to open the "
"{guilabel}`Administration` menu." "{guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:29 #: ../../moderator_documentation/reports/handle_users.md:36
msgid "You can change the following settings in the moderation interface:" msgid "You can change the following settings in the moderation interface:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:31 #: ../../moderator_documentation/reports/handle_users.md:38
msgid "" msgid ""
"{guilabel}`Login status` disable this switch to prevent the user being " "{guilabel}`Login status` disable this switch to prevent the user being "
"able to log in." "able to log in."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:32 #: ../../moderator_documentation/reports/handle_users.md:39
msgid "" msgid ""
"{guilabel}`Permissions` add or remove permissions associated with the " "{guilabel}`Permissions` add or remove permissions associated with the "
"user." "user."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:33 #: ../../moderator_documentation/reports/handle_users.md:40
msgid "" msgid ""
"{guilabel}`Upload quota` change the amount of data (in megabytes) that " "{guilabel}`Upload quota` change the amount of data (in megabytes) that "
"the user can upload." "the user can upload."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/handle_users.md:35 #: ../../moderator_documentation/reports/handle_users.md:42
msgid "" msgid ""
"Once you have made your changes, return to the {guilabel}`Reports` page " "Once you have made your changes, return to the {guilabel}`Reports` page "
"and {guilabel}`Resolve` the report. Resolving the report assigns it to " "and {guilabel}`Resolve` the report. Resolving the report assigns it to "

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/reports/internal_notes.md:1 #: ../../moderator_documentation/reports/internal_notes.md:1
msgid "Use internal notes" msgid "Use internal notes"
@ -28,17 +28,21 @@ msgid ""
"only visible to pod admins and moderators." "only visible to pod admins and moderators."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:6 #: ../../moderator_documentation/reports/internal_notes.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:9 #: ../../moderator_documentation/reports/internal_notes.md:11
msgid "Add notes to a report" msgid "Add notes to a report"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:11 #: ../../moderator_documentation/reports/internal_notes.md:13
msgid "" msgid ""
"You can add notes to __Unresolved__ and __Resolved__ reports. To add an " "You can add notes to __Unresolved__ and __Resolved__ reports. To add an "
"internal note:" "internal note:"
@ -48,44 +52,44 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:15 #: ../../moderator_documentation/reports/internal_notes.md:21
#: ../../moderator_documentation/reports/internal_notes.md:26 #: ../../moderator_documentation/reports/internal_notes.md:33
#: ../../moderator_documentation/reports/internal_notes.md:45
#: ../../moderator_documentation/reports/internal_notes.md:56 #: ../../moderator_documentation/reports/internal_notes.md:56
#: ../../moderator_documentation/reports/internal_notes.md:68
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:16 #: ../../moderator_documentation/reports/internal_notes.md:22
#: ../../moderator_documentation/reports/internal_notes.md:46 #: ../../moderator_documentation/reports/internal_notes.md:57
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:17 #: ../../moderator_documentation/reports/internal_notes.md:23
#: ../../moderator_documentation/reports/internal_notes.md:28 #: ../../moderator_documentation/reports/internal_notes.md:35
#: ../../moderator_documentation/reports/internal_notes.md:47
#: ../../moderator_documentation/reports/internal_notes.md:58 #: ../../moderator_documentation/reports/internal_notes.md:58
#: ../../moderator_documentation/reports/internal_notes.md:70
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:18 #: ../../moderator_documentation/reports/internal_notes.md:24
#: ../../moderator_documentation/reports/internal_notes.md:29 #: ../../moderator_documentation/reports/internal_notes.md:36
#: ../../moderator_documentation/reports/internal_notes.md:48
#: ../../moderator_documentation/reports/internal_notes.md:59 #: ../../moderator_documentation/reports/internal_notes.md:59
#: ../../moderator_documentation/reports/internal_notes.md:71
msgid "[Search for the report](search_reports.md)." msgid "[Search for the report](search_reports.md)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:19 #: ../../moderator_documentation/reports/internal_notes.md:25
#: ../../moderator_documentation/reports/internal_notes.md:30 #: ../../moderator_documentation/reports/internal_notes.md:37
msgid "" msgid ""
"{guilabel}`Write` your note in the {guilabel}`Internal notes` section. " "{guilabel}`Write` your note in the {guilabel}`Internal notes` section. "
"This input field supports Markdown syntax. You can {guilabel}`Preview` " "This input field supports Markdown syntax. You can {guilabel}`Preview` "
"how the note will look to other users." "how the note will look to other users."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:20 #: ../../moderator_documentation/reports/internal_notes.md:26
#: ../../moderator_documentation/reports/internal_notes.md:31 #: ../../moderator_documentation/reports/internal_notes.md:38
msgid "Select {guilabel}`Add note` to save your note." msgid "Select {guilabel}`Add note` to save your note."
msgstr "" msgstr ""
@ -93,39 +97,39 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:27 #: ../../moderator_documentation/reports/internal_notes.md:34
#: ../../moderator_documentation/reports/internal_notes.md:57 #: ../../moderator_documentation/reports/internal_notes.md:69
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:35 #: ../../moderator_documentation/reports/internal_notes.md:42
msgid "Delete notes from a report" msgid "Delete notes from a report"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:38 #: ../../moderator_documentation/reports/internal_notes.md:45
msgid "" msgid ""
"Deleting an internal note is irreversible. Make sure you are not deleting" "Deleting an internal note is irreversible. Make sure you are not deleting"
" anything important." " anything important."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:41 #: ../../moderator_documentation/reports/internal_notes.md:48
msgid "" msgid ""
"You can delete your own notes and the notes of other moderators. You can " "You can delete your own notes and the notes of other moderators. You can "
"do this for both __Resolved__ and __Unresolved__ reports. To delete an " "do this for both __Resolved__ and __Unresolved__ reports. To delete an "
"internal note:" "internal note:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:49
#: ../../moderator_documentation/reports/internal_notes.md:60 #: ../../moderator_documentation/reports/internal_notes.md:60
#: ../../moderator_documentation/reports/internal_notes.md:72
msgid "" msgid ""
"Find the note you want to delete in the {guilabel}`Internal notes` " "Find the note you want to delete in the {guilabel}`Internal notes` "
"section." "section."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/internal_notes.md:50
#: ../../moderator_documentation/reports/internal_notes.md:61 #: ../../moderator_documentation/reports/internal_notes.md:61
#: ../../moderator_documentation/reports/internal_notes.md:73
msgid "Select {guilabel}`Delete`" msgid "Select {guilabel}`Delete`"
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/reports/search_reports.md:1 #: ../../moderator_documentation/reports/search_reports.md:1
msgid "Search for reports" msgid "Search for reports"
@ -28,7 +28,11 @@ msgid ""
"key words." "key words."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:6 #: ../../moderator_documentation/reports/search_reports.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
@ -38,52 +42,52 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:11 #: ../../moderator_documentation/reports/search_reports.md:17
#: ../../moderator_documentation/reports/search_reports.md:25 #: ../../moderator_documentation/reports/search_reports.md:32
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:12 #: ../../moderator_documentation/reports/search_reports.md:18
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:13 #: ../../moderator_documentation/reports/search_reports.md:19
#: ../../moderator_documentation/reports/search_reports.md:27 #: ../../moderator_documentation/reports/search_reports.md:34
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:14 #: ../../moderator_documentation/reports/search_reports.md:20
#: ../../moderator_documentation/reports/search_reports.md:28 #: ../../moderator_documentation/reports/search_reports.md:35
msgid "Use the filters to find the report you want:" msgid "Use the filters to find the report you want:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:15 #: ../../moderator_documentation/reports/search_reports.md:21
#: ../../moderator_documentation/reports/search_reports.md:29 #: ../../moderator_documentation/reports/search_reports.md:36
msgid "" msgid ""
"Enter key words in the {guilabel}`Search` field. This enables you to " "Enter key words in the {guilabel}`Search` field. This enables you to "
"search for content in the report's {guilabel}`Message` section. Hit " "search for content in the report's {guilabel}`Message` section. Hit "
"{kbd}`⏎ Return` to update your search." "{kbd}`⏎ Return` to update your search."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:16 #: ../../moderator_documentation/reports/search_reports.md:22
#: ../../moderator_documentation/reports/search_reports.md:30 #: ../../moderator_documentation/reports/search_reports.md:37
msgid "Filter reports by {guilabel}`Status`." msgid "Filter reports by {guilabel}`Status`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:17 #: ../../moderator_documentation/reports/search_reports.md:23
#: ../../moderator_documentation/reports/search_reports.md:31 #: ../../moderator_documentation/reports/search_reports.md:38
msgid "Filter reports by {guilabel}`Category`." msgid "Filter reports by {guilabel}`Category`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:18 #: ../../moderator_documentation/reports/search_reports.md:24
#: ../../moderator_documentation/reports/search_reports.md:32 #: ../../moderator_documentation/reports/search_reports.md:39
msgid "Select the criteria for {guilabel}`Ordering` of your search results." msgid "Select the criteria for {guilabel}`Ordering` of your search results."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:19 #: ../../moderator_documentation/reports/search_reports.md:25
#: ../../moderator_documentation/reports/search_reports.md:33 #: ../../moderator_documentation/reports/search_reports.md:40
msgid "Select which {guilabel}`Order` you want to see your search results in." msgid "Select which {guilabel}`Order` you want to see your search results in."
msgstr "" msgstr ""
@ -91,13 +95,13 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:26 #: ../../moderator_documentation/reports/search_reports.md:33
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/search_reports.md:37 #: ../../moderator_documentation/reports/search_reports.md:44
msgid "" msgid ""
"Once you have found the required report, you can handle the reported " "Once you have found the required report, you can handle the reported "
"[user](handle_users.md) or [content](handle_content.md). You can also " "[user](handle_users.md) or [content](handle_content.md). You can also "

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../moderator_documentation/reports/view_reports.md:1 #: ../../moderator_documentation/reports/view_reports.md:1
msgid "View unresolved reports" msgid "View unresolved reports"
@ -28,17 +28,21 @@ msgid ""
"reports that users have submitted." "reports that users have submitted."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:6 #: ../../moderator_documentation/reports/view_reports.md
msgid "Required permissions"
msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:8
msgid "" msgid ""
"{guilabel}`Moderation` provides access to the administration and " "{guilabel}`Moderation` provides access to the administration and "
"moderation menus." "moderation menus."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:9 #: ../../moderator_documentation/reports/view_reports.md:11
msgid "Check the Reports page" msgid "Check the Reports page"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:11 #: ../../moderator_documentation/reports/view_reports.md:13
msgid "" msgid ""
"You can see a list of unresolved reports by going to the " "You can see a list of unresolved reports by going to the "
"{guilabel}`Reports` page. To do this:" "{guilabel}`Reports` page. To do this:"
@ -48,19 +52,19 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:15 #: ../../moderator_documentation/reports/view_reports.md:21
#: ../../moderator_documentation/reports/view_reports.md:23 #: ../../moderator_documentation/reports/view_reports.md:30
msgid "Log in to your {term}`pod`." msgid "Log in to your {term}`pod`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:16 #: ../../moderator_documentation/reports/view_reports.md:22
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open " "Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:17 #: ../../moderator_documentation/reports/view_reports.md:23
#: ../../moderator_documentation/reports/view_reports.md:25 #: ../../moderator_documentation/reports/view_reports.md:32
msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens." msgid "Select {guilabel}`Moderation`. The {guilabel}`Reports` page opens."
msgstr "" msgstr ""
@ -68,89 +72,89 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:24 #: ../../moderator_documentation/reports/view_reports.md:31
msgid "" msgid ""
"Select the wrench icon ({fa}`wrench`) at the top of the screen to open " "Select the wrench icon ({fa}`wrench`) at the top of the screen to open "
"the {guilabel}`Administration` menu." "the {guilabel}`Administration` menu."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:29 #: ../../moderator_documentation/reports/view_reports.md:36
msgid "" msgid ""
"That's it! A list of unresolved reports appears on the screen. The " "That's it! A list of unresolved reports appears on the screen. The "
"summary contains the following information:" "summary contains the following information:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:31 #: ../../moderator_documentation/reports/view_reports.md:38
#: ../../moderator_documentation/reports/view_reports.md:46 #: ../../moderator_documentation/reports/view_reports.md:53
msgid "The user who submitted the report." msgid "The user who submitted the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:32 #: ../../moderator_documentation/reports/view_reports.md:39
msgid "The report {guilabel}`Category`." msgid "The report {guilabel}`Category`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:33 #: ../../moderator_documentation/reports/view_reports.md:40
msgid "The date the user submitted the report." msgid "The date the user submitted the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:34 #: ../../moderator_documentation/reports/view_reports.md:41
#: ../../moderator_documentation/reports/view_reports.md:50 #: ../../moderator_documentation/reports/view_reports.md:57
msgid "The message the user posted with the report (if applicable)." msgid "The message the user posted with the report (if applicable)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:35 #: ../../moderator_documentation/reports/view_reports.md:42
msgid "The {guilabel}`Status` of the report." msgid "The {guilabel}`Status` of the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:36 #: ../../moderator_documentation/reports/view_reports.md:43
msgid "Any {guilabel}`Internal notes` left by moderators." msgid "Any {guilabel}`Internal notes` left by moderators."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:37 #: ../../moderator_documentation/reports/view_reports.md:44
msgid "A summary of the {guilabel}`Reported object`." msgid "A summary of the {guilabel}`Reported object`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:38 #: ../../moderator_documentation/reports/view_reports.md:45
msgid "A list of available {guilabel}`Actions`." msgid "A list of available {guilabel}`Actions`."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:40 #: ../../moderator_documentation/reports/view_reports.md:47
msgid "" msgid ""
"Use the tools on this page the handle the reported " "Use the tools on this page the handle the reported "
"[content](handle_content.md) or [user](handle_users.md)." "[content](handle_content.md) or [user](handle_users.md)."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:42 #: ../../moderator_documentation/reports/view_reports.md:49
msgid "Email notifications" msgid "Email notifications"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:44 #: ../../moderator_documentation/reports/view_reports.md:51
msgid "" msgid ""
"When a user submits a report, an email gets sent to all pod moderators. " "When a user submits a report, an email gets sent to all pod moderators. "
"This email contains a summary of the report including:" "This email contains a summary of the report including:"
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:47 #: ../../moderator_documentation/reports/view_reports.md:54
msgid "The object that the user reported." msgid "The object that the user reported."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:48 #: ../../moderator_documentation/reports/view_reports.md:55
msgid "A link to the object on your pod." msgid "A link to the object on your pod."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:49 #: ../../moderator_documentation/reports/view_reports.md:56
msgid "A link to the object's moderation page." msgid "A link to the object's moderation page."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:51 #: ../../moderator_documentation/reports/view_reports.md:58
msgid "A link to the report." msgid "A link to the report."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:52 #: ../../moderator_documentation/reports/view_reports.md:59
msgid "A link to the {guilabel}`Reports` page." msgid "A link to the {guilabel}`Reports` page."
msgstr "" msgstr ""
#: ../../moderator_documentation/reports/view_reports.md:54 #: ../../moderator_documentation/reports/view_reports.md:61
msgid "Follow the links in the email to view the report." msgid "Follow the links in the email to view the report."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-03 22:14+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/libraries/tag_music.md:1 #: ../../user_documentation/libraries/tag_music.md:1
msgid "Tag your content with Picard" msgid "Tag your content with Picard"
@ -40,309 +40,313 @@ msgstr ""
msgid "This guide shows you how to tag your content with MusicBrainz Picard." msgid "This guide shows you how to tag your content with MusicBrainz Picard."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:19 #: ../../user_documentation/libraries/tag_music.md
msgid "Name" msgid "Supported tags"
msgstr ""
#: ../../user_documentation/libraries/tag_music.md:20
msgid "Description"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:21 #: ../../user_documentation/libraries/tag_music.md:21
msgid "Example value" msgid "Name"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:22 #: ../../user_documentation/libraries/tag_music.md:22
msgid "`Title`*" msgid "Description"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:23 #: ../../user_documentation/libraries/tag_music.md:23
msgid "The track title." msgid "Example value"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:24 #: ../../user_documentation/libraries/tag_music.md:24
msgid "`Letting you`" msgid "`Title`*"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:25 #: ../../user_documentation/libraries/tag_music.md:25
msgid "`Artist`*" msgid "The track title."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:26 #: ../../user_documentation/libraries/tag_music.md:26
msgid "The artist name." msgid "`Letting you`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:27 #: ../../user_documentation/libraries/tag_music.md:27
msgid "`Nine Inch Nails`" msgid "`Artist`*"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:28 #: ../../user_documentation/libraries/tag_music.md:28
msgid "`Album`" msgid "The artist name."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:29 #: ../../user_documentation/libraries/tag_music.md:29
msgid "`Nine Inch Nails`"
msgstr ""
#: ../../user_documentation/libraries/tag_music.md:30
msgid "`Album`"
msgstr ""
#: ../../user_documentation/libraries/tag_music.md:31
msgid "" msgid ""
"The album title. If none is provided, an `[Unknown Album]` entry is " "The album title. If none is provided, an `[Unknown Album]` entry is "
"created." "created."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:30 #: ../../user_documentation/libraries/tag_music.md:32
msgid "`The Slip`" msgid "`The Slip`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:31 #: ../../user_documentation/libraries/tag_music.md:33
msgid "`Album artist`" msgid "`Album artist`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:32 #: ../../user_documentation/libraries/tag_music.md:34
msgid "The album artist name (can be different than the track artist)." msgid "The album artist name (can be different than the track artist)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:33 #: ../../user_documentation/libraries/tag_music.md:35
msgid "`Trent Reznor`" msgid "`Trent Reznor`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:34 #: ../../user_documentation/libraries/tag_music.md:36
msgid "`Genre`" msgid "`Genre`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:35 #: ../../user_documentation/libraries/tag_music.md:37
msgid "" msgid ""
"A comma separated list of tags to associate with the track. Other " "A comma separated list of tags to associate with the track. Other "
"supported separators: `;` and `/`." "supported separators: `;` and `/`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:37 #: ../../user_documentation/libraries/tag_music.md:39
msgid "`Industrial, Metal`" msgid "`Industrial, Metal`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:38 #: ../../user_documentation/libraries/tag_music.md:40
msgid "`Track number`" msgid "`Track number`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:39 #: ../../user_documentation/libraries/tag_music.md:41
msgid "The position of the track in the album/release." msgid "The position of the track in the album/release."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:40 #: ../../user_documentation/libraries/tag_music.md:42
msgid "`4`" msgid "`4`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:41 #: ../../user_documentation/libraries/tag_music.md:43
msgid "`Disc number`" msgid "`Disc number`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:42 #: ../../user_documentation/libraries/tag_music.md:44
msgid "The disc number (in case of multi-disc albums)." msgid "The disc number (in case of multi-disc albums)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:43 #: ../../user_documentation/libraries/tag_music.md:45
msgid "`1`" msgid "`1`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:44 #: ../../user_documentation/libraries/tag_music.md:46
msgid "`Date`" msgid "`Date`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:45 #: ../../user_documentation/libraries/tag_music.md:47
msgid "The release date of the track or album." msgid "The release date of the track or album."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:46 #: ../../user_documentation/libraries/tag_music.md:48
msgid "`2019`" msgid "`2019`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:47 #: ../../user_documentation/libraries/tag_music.md:49
msgid "`License`" msgid "`License`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:48 #: ../../user_documentation/libraries/tag_music.md:50
msgid "" msgid ""
"The license associated with this work. The first URL found is checked " "The license associated with this work. The first URL found is checked "
"against our list of supported licenses." "against our list of supported licenses."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:50 #: ../../user_documentation/libraries/tag_music.md:52
#: ../../user_documentation/libraries/tag_music.md:54 #: ../../user_documentation/libraries/tag_music.md:56
msgid "`CC-BY 3.0: http://creativecommons.org/licenses/cc-by/3.0/`" msgid "`CC-BY 3.0: http://creativecommons.org/licenses/cc-by/3.0/`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:51 #: ../../user_documentation/libraries/tag_music.md:53
msgid "`Copyright`" msgid "`Copyright`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:52 #: ../../user_documentation/libraries/tag_music.md:54
msgid "" msgid ""
"The license associated with this work. The first URL found is checked " "The license associated with this work. The first URL found is checked "
"against our list of supported licenses. Used if no license found in the" "against our list of supported licenses. Used if no license found in the"
" `License` tag." " `License` tag."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:55 #: ../../user_documentation/libraries/tag_music.md:57
msgid "`Pictures`" msgid "`Pictures`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:56 #: ../../user_documentation/libraries/tag_music.md:58
msgid "The first embeded picture found is used as the album cover." msgid "The first embeded picture found is used as the album cover."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:58 #: ../../user_documentation/libraries/tag_music.md:60
msgid "`MusicBrainz Recording ID`" msgid "`MusicBrainz Recording ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:59 #: ../../user_documentation/libraries/tag_music.md:61
msgid "The MusicBrainz ID for the recording." msgid "The MusicBrainz ID for the recording."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:60 #: ../../user_documentation/libraries/tag_music.md:62
msgid "`99244237-850b-4a93-904d-57305bcadb4e`" msgid "`99244237-850b-4a93-904d-57305bcadb4e`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:61 #: ../../user_documentation/libraries/tag_music.md:63
msgid "`MusicBrainz Album ID`" msgid "`MusicBrainz Album ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:62 #: ../../user_documentation/libraries/tag_music.md:64
msgid "The MusicBrainz ID for the album." msgid "The MusicBrainz ID for the album."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:63 #: ../../user_documentation/libraries/tag_music.md:65
msgid "`bca982fd-ab73-3c9f-ad07-9104a4f53a32`" msgid "`bca982fd-ab73-3c9f-ad07-9104a4f53a32`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:64 #: ../../user_documentation/libraries/tag_music.md:66
msgid "`MusicBrainz Artist ID`" msgid "`MusicBrainz Artist ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:65 #: ../../user_documentation/libraries/tag_music.md:67
msgid "The MusicBrainz ID for the artist." msgid "The MusicBrainz ID for the artist."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:66 #: ../../user_documentation/libraries/tag_music.md:68
#: ../../user_documentation/libraries/tag_music.md:69 #: ../../user_documentation/libraries/tag_music.md:71
msgid "`b7ffd2af-418f-4be2-bdd1-22f8b48613da`" msgid "`b7ffd2af-418f-4be2-bdd1-22f8b48613da`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:67 #: ../../user_documentation/libraries/tag_music.md:69
msgid "`MusicBrainz Album Artist ID`" msgid "`MusicBrainz Album Artist ID`"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:68 #: ../../user_documentation/libraries/tag_music.md:70
msgid "The MusicBrainz ID for the album artist." msgid "The MusicBrainz ID for the album artist."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:74 #: ../../user_documentation/libraries/tag_music.md:75
msgid "Tag content" msgid "Tag content"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:76 #: ../../user_documentation/libraries/tag_music.md:77
msgid "To tag content using MusicBrainz Picard:" msgid "To tag content using MusicBrainz Picard:"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:78 #: ../../user_documentation/libraries/tag_music.md:79
msgid "" msgid ""
"Select {guilabel}`Add Files` to add individual files or {guilabel}`Add " "Select {guilabel}`Add Files` to add individual files or {guilabel}`Add "
"Folder` to add a directory of files." "Folder` to add a directory of files."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:79 #: ../../user_documentation/libraries/tag_music.md:80
msgid "Select the files or directory you want to tag." msgid "Select the files or directory you want to tag."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:80 #: ../../user_documentation/libraries/tag_music.md:81
msgid "" msgid ""
"Picard shows the files in the left panel. Picard moves files to the right" "Picard shows the files in the left panel. Picard moves files to the right"
" panel as it tags them. If Picard doesn't tag a file automatically, " " panel as it tags them. If Picard doesn't tag a file automatically, "
"select {guilabel}`Scan`." "select {guilabel}`Scan`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:81 #: ../../user_documentation/libraries/tag_music.md:82
msgid "" msgid ""
"Check a file's tags by highlighting it and looking at the details in the " "Check a file's tags by highlighting it and looking at the details in the "
"bottom panel. If Picard has applied the wrong tags, look for [alternative" "bottom panel. If Picard has applied the wrong tags, look for [alternative"
" versions](#alternative-versions)." " versions](#alternative-versions)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:82 #: ../../user_documentation/libraries/tag_music.md:83
#: ../../user_documentation/libraries/tag_music.md:96 #: ../../user_documentation/libraries/tag_music.md:97
#: ../../user_documentation/libraries/tag_music.md:105 #: ../../user_documentation/libraries/tag_music.md:106
msgid "" msgid ""
"Select {guilabel}`Save` or hit {kbd}`ctrl+s` ({kbd}`cmd+s` on macOS) to " "Select {guilabel}`Save` or hit {kbd}`ctrl+s` ({kbd}`cmd+s` on macOS) to "
"save the tags to the files." "save the tags to the files."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:84 #: ../../user_documentation/libraries/tag_music.md:85
msgid "" msgid ""
"That's it! You've added ID3 tags to your files. You can now [add these to" "That's it! You've added ID3 tags to your files. You can now [add these to"
" a library](upload_content.md)" " a library](upload_content.md)"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:86 #: ../../user_documentation/libraries/tag_music.md:87
msgid "Alternative versions" msgid "Alternative versions"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:88 #: ../../user_documentation/libraries/tag_music.md:89
msgid "" msgid ""
"Picard will choose tags based on details included in your file. Sometimes" "Picard will choose tags based on details included in your file. Sometimes"
" it chooses a different version of a release than the one you want. You " " it chooses a different version of a release than the one you want. You "
"can choose an alternative version of your content to get the right tags." "can choose an alternative version of your content to get the right tags."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:90 #: ../../user_documentation/libraries/tag_music.md:91
msgid "Alternative albums" msgid "Alternative albums"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:92 #: ../../user_documentation/libraries/tag_music.md:93
msgid "If Picard has selected a different version of the album you are tagging:" msgid "If Picard has selected a different version of the album you are tagging:"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:94 #: ../../user_documentation/libraries/tag_music.md:95
msgid "" msgid ""
"Right-click on the album and hover your mouse over {guilabel}`Other " "Right-click on the album and hover your mouse over {guilabel}`Other "
"versions`. A dropdown list of alternative versions appears." "versions`. A dropdown list of alternative versions appears."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:95 #: ../../user_documentation/libraries/tag_music.md:96
msgid "Select the correct release from the list." msgid "Select the correct release from the list."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:98 #: ../../user_documentation/libraries/tag_music.md:99
msgid "Alternative tracks" msgid "Alternative tracks"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:100 #: ../../user_documentation/libraries/tag_music.md:101
msgid "If Picard can't find a release for a track:" msgid "If Picard can't find a release for a track:"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:102 #: ../../user_documentation/libraries/tag_music.md:103
msgid "" msgid ""
"Right-click on the track and select {guilabel}`Search for Similar " "Right-click on the track and select {guilabel}`Search for Similar "
"Tracks…`. A search screen appears." "Tracks…`. A search screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:103 #: ../../user_documentation/libraries/tag_music.md:104
msgid "" msgid ""
"Search for your track. Use [MusicBrainz's search " "Search for your track. Use [MusicBrainz's search "
"syntax](https://musicbrainz.org/doc/Indexed_Search_Syntax) for the best " "syntax](https://musicbrainz.org/doc/Indexed_Search_Syntax) for the best "
"results." "results."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:104 #: ../../user_documentation/libraries/tag_music.md:105
msgid "Select the correct track and click on {guilabel}`Load into Picard`." msgid "Select the correct track and click on {guilabel}`Load into Picard`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:107 #: ../../user_documentation/libraries/tag_music.md:108
msgid "Add items to MusicBrainz" msgid "Add items to MusicBrainz"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:109 #: ../../user_documentation/libraries/tag_music.md:110
msgid "" msgid ""
"If Picard can't find your content, you can add it to MusicBrainz " "If Picard can't find your content, you can add it to MusicBrainz "
"yourself. To get started, check out [MusicBrainz's " "yourself. To get started, check out [MusicBrainz's "
"guide](https://musicbrainz.org/doc/How_to_Add_a_Release/)." "guide](https://musicbrainz.org/doc/How_to_Add_a_Release/)."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/tag_music.md:111 #: ../../user_documentation/libraries/tag_music.md:112
msgid "Once you have added the content to MusicBrainz, Picard can tag your files." msgid "Once you have added the content to MusicBrainz, Picard can tag your files."
msgstr "" msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/libraries/upload_content.md:1 #: ../../user_documentation/libraries/upload_content.md:1
msgid "Upload content to a library" msgid "Upload content to a library"
@ -43,68 +43,67 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:13 #: ../../user_documentation/libraries/upload_content.md:17
#: ../../user_documentation/libraries/upload_content.md:26 #: ../../user_documentation/libraries/upload_content.md:31
msgid "Log in to your pod." msgid "Log in to your pod."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:14 #: ../../user_documentation/libraries/upload_content.md:18
msgid "Select the upload icon ({fa}`upload`) in the top of the sidebar." msgid "Select the upload icon ({fa}`upload`) in the top of the sidebar."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:15 #: ../../user_documentation/libraries/upload_content.md:19
#: ../../user_documentation/libraries/upload_content.md:28 #: ../../user_documentation/libraries/upload_content.md:33
msgid "" msgid ""
"Select {guilabel}`Get started` under {guilabel}`Upload third-party " "Select {guilabel}`Get started` under {guilabel}`Upload third-party "
"content in a library`." "content in a library`."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:16 #: ../../user_documentation/libraries/upload_content.md:20
#: ../../user_documentation/libraries/upload_content.md:29 #: ../../user_documentation/libraries/upload_content.md:34
msgid "A screen appears showing your upload quota and your libraries." msgid "A screen appears showing your upload quota and your libraries."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:17 #: ../../user_documentation/libraries/upload_content.md:21
#: ../../user_documentation/libraries/upload_content.md:30 #: ../../user_documentation/libraries/upload_content.md:35
msgid "Select {guilabel}`Upload` under the library you want to add content to." msgid "Select {guilabel}`Upload` under the library you want to add content to."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:18 #: ../../user_documentation/libraries/upload_content.md:22
msgid "" msgid ""
"Click on the section marked {guilabel}`Click to select files` to open a " "Click on the section marked {guilabel}`Click to select files` to open a "
"file picker, or drag and drop your files on to it." "file picker, or drag and drop your files on to it."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:19 #: ../../user_documentation/libraries/upload_content.md:23
msgid "" msgid ""
"If you opened the file picker, select the files you want to upload and " "If you opened the file picker, select the files you want to upload and "
"confirm." "confirm."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:20 #: ../../user_documentation/libraries/upload_content.md:24
#: ../../user_documentation/libraries/upload_content.md:32 #: ../../user_documentation/libraries/upload_content.md:37
msgid "" msgid ""
"The screen shows you the status of each upload. Once the upload queue is " "The screen shows you the status of each upload. Once the upload queue is "
"empty, your upload is complete." "empty, your upload is complete."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md #: ../../user_documentation/libraries/upload_content.md:32
msgid "Mobile"
msgstr ""
#: ../../user_documentation/libraries/upload_content.md:27
msgid "Select the upload icon ({fa}`upload`) at the top of the screen." msgid "Select the upload icon ({fa}`upload`) at the top of the screen."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:31 #: ../../user_documentation/libraries/upload_content.md:36
msgid "" msgid ""
"Click on the section marked {guilabel}`Click to select files` to open a " "Click on the section marked {guilabel}`Click to select files` to open a "
"file picker Select the files you want to upload and confirm." "file picker Select the files you want to upload and confirm."
msgstr "" msgstr ""
#: ../../user_documentation/libraries/upload_content.md:36 #: ../../user_documentation/libraries/upload_content.md:41
msgid "" msgid ""
"Congratulations! You added some content to your library. You can now " "Congratulations! You added some content to your library. You can now "
"listen to your tracks on your {term}`Funkwhale pod <Pod>`." "listen to your tracks on your {term}`Funkwhale pod <Pod>`."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/playlists/create_playlist.md:1 #: ../../user_documentation/playlists/create_playlist.md:1
msgid "Create a playlist" msgid "Create a playlist"
@ -33,59 +33,60 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:9 #: ../../user_documentation/playlists/create_playlist.md:13
#: ../../user_documentation/playlists/create_playlist.md:23 #: ../../user_documentation/playlists/create_playlist.md:28
msgid "Log in to your account." msgid "Log in to your account."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:10 #: ../../user_documentation/playlists/create_playlist.md:14
msgid "" msgid ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:11 #: ../../user_documentation/playlists/create_playlist.md:15
#: ../../user_documentation/playlists/create_playlist.md:26 #: ../../user_documentation/playlists/create_playlist.md:31
msgid "" msgid ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears." "playlists` screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:12 #: ../../user_documentation/playlists/create_playlist.md:16
#: ../../user_documentation/playlists/create_playlist.md:27 #: ../../user_documentation/playlists/create_playlist.md:32
msgid "Enter a {guilabel}`Playlist name` for your new playlist." msgid "Enter a {guilabel}`Playlist name` for your new playlist."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:13 #: ../../user_documentation/playlists/create_playlist.md:17
#: ../../user_documentation/playlists/create_playlist.md:28 #: ../../user_documentation/playlists/create_playlist.md:33
msgid "" msgid ""
"Select the {guilabel}`Playlist visibility` for your playlist. Choose from" "Select the {guilabel}`Playlist visibility` for your playlist. Choose from"
" the following options:" " the following options:"
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:14 #: ../../user_documentation/playlists/create_playlist.md:18
#: ../../user_documentation/playlists/create_playlist.md:34
msgid "" msgid ""
"{guilabel}`Everyone, across all instances` the playlist is available to" "{guilabel}`Everyone, across all instances` the playlist is available to"
" everybody who interacts with your {term}`pod`. This includes users of " " everybody who interacts with your {term}`pod`. This includes users of "
"other pods." "other pods."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:15 #: ../../user_documentation/playlists/create_playlist.md:19
#: ../../user_documentation/playlists/create_playlist.md:30 #: ../../user_documentation/playlists/create_playlist.md:35
msgid "" msgid ""
"{guilabel}`Everyone on this instance` the playlist is available to all " "{guilabel}`Everyone on this instance` the playlist is available to all "
"users on your pod. This does not include users of other pods." "users on your pod. This does not include users of other pods."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:16 #: ../../user_documentation/playlists/create_playlist.md:20
#: ../../user_documentation/playlists/create_playlist.md:31 #: ../../user_documentation/playlists/create_playlist.md:36
msgid "" msgid ""
"{guilabel}`Nobody except me` the playlist is only available to you and " "{guilabel}`Nobody except me` the playlist is only available to you and "
"people you share it with." "people you share it with."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:17 #: ../../user_documentation/playlists/create_playlist.md:21
#: ../../user_documentation/playlists/create_playlist.md:32 #: ../../user_documentation/playlists/create_playlist.md:37
msgid "" msgid ""
"Select {guilabel}`Create playlist`. A {guilabel}`Playlist created` " "Select {guilabel}`Create playlist`. A {guilabel}`Playlist created` "
"message appears." "message appears."
@ -95,26 +96,26 @@ msgstr ""
msgid "Mobile" msgid "Mobile"
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:24 #: ../../user_documentation/playlists/create_playlist.md:29
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:25 #: ../../user_documentation/playlists/create_playlist.md:30
msgid "" msgid ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing" "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
" playlists` screen opens." " playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:29 #: ../../user_documentation/playlists/create_playlist.md:41
msgid ""
"{guilabel}`Everyone, across all instances` the playlist is available to"
" everybody who interacts with your pod. This includes users of other "
"pods."
msgstr ""
#: ../../user_documentation/playlists/create_playlist.md:36
msgid "" msgid ""
"Congratulations! You've created your playlist. Now you can [add some " "Congratulations! You've created your playlist. Now you can [add some "
"content to it](add_content.md)." "content to it](add_content.md)."
msgstr "" msgstr ""
#~ msgid ""
#~ "{guilabel}`Everyone, across all instances` "
#~ " the playlist is available to "
#~ "everybody who interacts with your pod."
#~ " This includes users of other pods."
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/playlists/remove_content.md:1 #: ../../user_documentation/playlists/remove_content.md:1
msgid "Remove content from a playlist" msgid "Remove content from a playlist"
@ -35,58 +35,57 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:11 #: ../../user_documentation/playlists/remove_content.md:15
#: ../../user_documentation/playlists/remove_content.md:22 #: ../../user_documentation/playlists/remove_content.md:27
msgid "Log in to your account." msgid "Log in to your account."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:12 #: ../../user_documentation/playlists/remove_content.md:16
msgid "" msgid ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:13 #: ../../user_documentation/playlists/remove_content.md:17
#: ../../user_documentation/playlists/remove_content.md:25 #: ../../user_documentation/playlists/remove_content.md:30
msgid "" msgid ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears." "playlists` screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:14 #: ../../user_documentation/playlists/remove_content.md:18
#: ../../user_documentation/playlists/remove_content.md:26 #: ../../user_documentation/playlists/remove_content.md:31
msgid "" msgid ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. " "Select the edit icon ({fa}`edit`) next to the playlist you want to edit. "
"The playlist edit screen appears." "The playlist edit screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:15 #: ../../user_documentation/playlists/remove_content.md:19
#: ../../user_documentation/playlists/remove_content.md:27 #: ../../user_documentation/playlists/remove_content.md:32
msgid "" msgid ""
"Select the delete icon ({fa}`trash`) next to the content you want to " "Select the delete icon ({fa}`trash`) next to the content you want to "
"remove. Select {guilabel}`Clear playlist` to remove all content at once." "remove. Select {guilabel}`Clear playlist` to remove all content at once."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:16 #: ../../user_documentation/playlists/remove_content.md:20
#: ../../user_documentation/playlists/remove_content.md:28 #: ../../user_documentation/playlists/remove_content.md:33
msgid "Select {guilabel}`Stop Editing` to finish editing." msgid "Select {guilabel}`Stop Editing` to finish editing."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md #: ../../user_documentation/playlists/remove_content.md:28
msgid "Mobile"
msgstr ""
#: ../../user_documentation/playlists/remove_content.md:23
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:24 #: ../../user_documentation/playlists/remove_content.md:29
msgid "" msgid ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing" "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
" playlists` screen opens." " playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/remove_content.md:32 #: ../../user_documentation/playlists/remove_content.md:37
msgid "That's it! You've removed the content from your playlist." msgid "That's it! You've removed the content from your playlist."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/playlists/reorder_content.md:1 #: ../../user_documentation/playlists/reorder_content.md:1
msgid "Reorder content in a playlist" msgid "Reorder content in a playlist"
@ -29,58 +29,57 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:7 #: ../../user_documentation/playlists/reorder_content.md:11
#: ../../user_documentation/playlists/reorder_content.md:18 #: ../../user_documentation/playlists/reorder_content.md:23
msgid "Log in to your account." msgid "Log in to your account."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:8 #: ../../user_documentation/playlists/reorder_content.md:12
msgid "" msgid ""
"Select {guilabel}`Playlists` under the {guilabel}`My Library` section of " "Select {guilabel}`Playlists` under the {guilabel}`My Library` section of "
"the sidebar. The {guilabel}`Browsing playlists` screen opens." "the sidebar. The {guilabel}`Browsing playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:9 #: ../../user_documentation/playlists/reorder_content.md:13
#: ../../user_documentation/playlists/reorder_content.md:21 #: ../../user_documentation/playlists/reorder_content.md:26
msgid "" msgid ""
"Select {guilabel}`Manage your playlists`. The {guilabel}`Manage " "Select {guilabel}`Manage your playlists`. The {guilabel}`Manage "
"playlists` screen appears." "playlists` screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:10 #: ../../user_documentation/playlists/reorder_content.md:14
#: ../../user_documentation/playlists/reorder_content.md:22 #: ../../user_documentation/playlists/reorder_content.md:27
msgid "" msgid ""
"Select the edit icon ({fa}`edit`) next to the playlist you want to edit. " "Select the edit icon ({fa}`edit`) next to the playlist you want to edit. "
"The playlist edit screen appears." "The playlist edit screen appears."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:11 #: ../../user_documentation/playlists/reorder_content.md:15
#: ../../user_documentation/playlists/reorder_content.md:23 #: ../../user_documentation/playlists/reorder_content.md:28
msgid "" msgid ""
"Drag and drop the tracks in the playlist into the order you want. The " "Drag and drop the tracks in the playlist into the order you want. The "
"position number of each track appears on the left side." "position number of each track appears on the left side."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:12 #: ../../user_documentation/playlists/reorder_content.md:16
#: ../../user_documentation/playlists/reorder_content.md:24 #: ../../user_documentation/playlists/reorder_content.md:29
msgid "Select {guilabel}`Stop Editing` to finish editing." msgid "Select {guilabel}`Stop Editing` to finish editing."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md #: ../../user_documentation/playlists/reorder_content.md:24
msgid "Mobile"
msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:19
msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar." msgid "Select the hamburger menu ({fa}`bars`) to open the menu bar."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:20 #: ../../user_documentation/playlists/reorder_content.md:25
msgid "" msgid ""
"Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing" "Select {menuselection}`My Library --> Playlists`. The {guilabel}`Browsing"
" playlists` screen opens." " playlists` screen opens."
msgstr "" msgstr ""
#: ../../user_documentation/playlists/reorder_content.md:29 #: ../../user_documentation/playlists/reorder_content.md:33
msgid "You're done! You've updated the order of the tracks in your playlist." msgid "You're done! You've updated the order of the tracks in your playlist."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/plugins/listenbrainz_plugin.md:1 #: ../../user_documentation/plugins/listenbrainz_plugin.md:1
msgid "ListenBrainz plugin" msgid "ListenBrainz plugin"
@ -34,65 +34,64 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:7 #: ../../user_documentation/plugins/listenbrainz_plugin.md:11
#: ../../user_documentation/plugins/listenbrainz_plugin.md:21 #: ../../user_documentation/plugins/listenbrainz_plugin.md:26
msgid "Log in to your account." msgid "Log in to your account."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:8 #: ../../user_documentation/plugins/listenbrainz_plugin.md:12
msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:9 #: ../../user_documentation/plugins/listenbrainz_plugin.md:13
#: ../../user_documentation/plugins/listenbrainz_plugin.md:23 #: ../../user_documentation/plugins/listenbrainz_plugin.md:28
msgid "Select {guilabel}`Settings`." msgid "Select {guilabel}`Settings`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:10 #: ../../user_documentation/plugins/listenbrainz_plugin.md:14
#: ../../user_documentation/plugins/listenbrainz_plugin.md:24 #: ../../user_documentation/plugins/listenbrainz_plugin.md:29
msgid "Scroll down to the {guilabel}`Plugins` section." msgid "Scroll down to the {guilabel}`Plugins` section."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:11 #: ../../user_documentation/plugins/listenbrainz_plugin.md:15
#: ../../user_documentation/plugins/listenbrainz_plugin.md:25 #: ../../user_documentation/plugins/listenbrainz_plugin.md:30
msgid "Select {guilabel}`Manage plugins`." msgid "Select {guilabel}`Manage plugins`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:12 #: ../../user_documentation/plugins/listenbrainz_plugin.md:16
#: ../../user_documentation/plugins/listenbrainz_plugin.md:26 #: ../../user_documentation/plugins/listenbrainz_plugin.md:31
msgid "Find the {guilabel}`ListenBrainz` plugin." msgid "Find the {guilabel}`ListenBrainz` plugin."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:13 #: ../../user_documentation/plugins/listenbrainz_plugin.md:17
#: ../../user_documentation/plugins/listenbrainz_plugin.md:27 #: ../../user_documentation/plugins/listenbrainz_plugin.md:32
msgid "Toggle the {guilabel}`Enabled` switch." msgid "Toggle the {guilabel}`Enabled` switch."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:14 #: ../../user_documentation/plugins/listenbrainz_plugin.md:18
#: ../../user_documentation/plugins/listenbrainz_plugin.md:28 #: ../../user_documentation/plugins/listenbrainz_plugin.md:33
msgid "" msgid ""
"Enter {guilabel}`Your ListenBrainz user token`. You can find this on your" "Enter {guilabel}`Your ListenBrainz user token`. You can find this on your"
" ListenBrainz profile." " ListenBrainz profile."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:15 #: ../../user_documentation/plugins/listenbrainz_plugin.md:19
#: ../../user_documentation/plugins/listenbrainz_plugin.md:29 #: ../../user_documentation/plugins/listenbrainz_plugin.md:34
msgid "Select {guilabel}`Save`." msgid "Select {guilabel}`Save`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md #: ../../user_documentation/plugins/listenbrainz_plugin.md:27
msgid "Mobile"
msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:22
msgid "" msgid ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/listenbrainz_plugin.md:33 #: ../../user_documentation/plugins/listenbrainz_plugin.md:38
msgid "" msgid ""
"That's it! You've set up the __ListenBrainz__ plugin. When you listen to " "That's it! You've set up the __ListenBrainz__ plugin. When you listen to "
"tracks, the plugin sends the information to ListenBrainz." "tracks, the plugin sends the information to ListenBrainz."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/plugins/maloja_plugin.md:1 #: ../../user_documentation/plugins/maloja_plugin.md:1
msgid "Maloja plugin" msgid "Maloja plugin"
@ -43,73 +43,72 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:9 #: ../../user_documentation/plugins/maloja_plugin.md:13
#: ../../user_documentation/plugins/maloja_plugin.md:24 #: ../../user_documentation/plugins/maloja_plugin.md:29
msgid "Log in to your account." msgid "Log in to your account."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:10 #: ../../user_documentation/plugins/maloja_plugin.md:14
msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:11 #: ../../user_documentation/plugins/maloja_plugin.md:15
#: ../../user_documentation/plugins/maloja_plugin.md:26 #: ../../user_documentation/plugins/maloja_plugin.md:31
msgid "Select {guilabel}`Settings`." msgid "Select {guilabel}`Settings`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:12 #: ../../user_documentation/plugins/maloja_plugin.md:16
#: ../../user_documentation/plugins/maloja_plugin.md:27 #: ../../user_documentation/plugins/maloja_plugin.md:32
msgid "Scroll down to the {guilabel}`Plugins` section." msgid "Scroll down to the {guilabel}`Plugins` section."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:13 #: ../../user_documentation/plugins/maloja_plugin.md:17
#: ../../user_documentation/plugins/maloja_plugin.md:28 #: ../../user_documentation/plugins/maloja_plugin.md:33
msgid "Select {guilabel}`Manage plugins`." msgid "Select {guilabel}`Manage plugins`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:14 #: ../../user_documentation/plugins/maloja_plugin.md:18
#: ../../user_documentation/plugins/maloja_plugin.md:29 #: ../../user_documentation/plugins/maloja_plugin.md:34
msgid "Find the {guilabel}`Maloja` plugin." msgid "Find the {guilabel}`Maloja` plugin."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:15 #: ../../user_documentation/plugins/maloja_plugin.md:19
#: ../../user_documentation/plugins/maloja_plugin.md:30 #: ../../user_documentation/plugins/maloja_plugin.md:35
msgid "Toggle the {guilabel}`Enabled` switch." msgid "Toggle the {guilabel}`Enabled` switch."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:16 #: ../../user_documentation/plugins/maloja_plugin.md:20
#: ../../user_documentation/plugins/maloja_plugin.md:31 #: ../../user_documentation/plugins/maloja_plugin.md:36
msgid "" msgid ""
"Enter your {guilabel}`Maloja server URL`. This is the URL you set up for " "Enter your {guilabel}`Maloja server URL`. This is the URL you set up for "
"your Maloja server." "your Maloja server."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:17 #: ../../user_documentation/plugins/maloja_plugin.md:21
#: ../../user_documentation/plugins/maloja_plugin.md:32 #: ../../user_documentation/plugins/maloja_plugin.md:37
msgid "" msgid ""
"Enter {guilabel}`Your Maloja API key`. Check out [Maloja's " "Enter {guilabel}`Your Maloja API key`. Check out [Maloja's "
"documentation](https://github.com/krateng/maloja#how-to-scrobble) for " "documentation](https://github.com/krateng/maloja#how-to-scrobble) for "
"more information." "more information."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:18 #: ../../user_documentation/plugins/maloja_plugin.md:22
#: ../../user_documentation/plugins/maloja_plugin.md:33 #: ../../user_documentation/plugins/maloja_plugin.md:38
msgid "Select {guilabel}`Save`." msgid "Select {guilabel}`Save`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md #: ../../user_documentation/plugins/maloja_plugin.md:30
msgid "Mobile"
msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:25
msgid "" msgid ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/maloja_plugin.md:37 #: ../../user_documentation/plugins/maloja_plugin.md:42
msgid "" msgid ""
"That's it! You've set up the __Maloja__ plugin. When you listen to " "That's it! You've set up the __Maloja__ plugin. When you listen to "
"tracks, the plugin sends the information to your Maloja server." "tracks, the plugin sends the information to your Maloja server."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr ""

View File

@ -8,14 +8,14 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: funkwhale 1.2.5\n" "Project-Id-Version: funkwhale 1.2.5\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-01 10:35+0200\n" "POT-Creation-Date: 2022-07-23 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\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"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.1\n" "Generated-By: Babel 2.10.3\n"
#: ../../user_documentation/plugins/scrobbler_plugin.md:1 #: ../../user_documentation/plugins/scrobbler_plugin.md:1
msgid "Scrobbler plugin" msgid "Scrobbler plugin"
@ -52,79 +52,78 @@ msgstr ""
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:17 #: ../../user_documentation/plugins/scrobbler_plugin.md:21
#: ../../user_documentation/plugins/scrobbler_plugin.md:33 #: ../../user_documentation/plugins/scrobbler_plugin.md:38
msgid "Log in to your account." msgid "Log in to your account."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:18 #: ../../user_documentation/plugins/scrobbler_plugin.md:22
msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu." msgid "Select the cog icon ({fa}`cog`) or your avatar to expand the user menu."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:19 #: ../../user_documentation/plugins/scrobbler_plugin.md:23
#: ../../user_documentation/plugins/scrobbler_plugin.md:35 #: ../../user_documentation/plugins/scrobbler_plugin.md:40
msgid "Select {guilabel}`Settings`." msgid "Select {guilabel}`Settings`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:20 #: ../../user_documentation/plugins/scrobbler_plugin.md:24
#: ../../user_documentation/plugins/scrobbler_plugin.md:36 #: ../../user_documentation/plugins/scrobbler_plugin.md:41
msgid "Scroll down to the {guilabel}`Plugins` section." msgid "Scroll down to the {guilabel}`Plugins` section."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:21 #: ../../user_documentation/plugins/scrobbler_plugin.md:25
#: ../../user_documentation/plugins/scrobbler_plugin.md:37 #: ../../user_documentation/plugins/scrobbler_plugin.md:42
msgid "Select {guilabel}`Manage plugins`." msgid "Select {guilabel}`Manage plugins`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:22 #: ../../user_documentation/plugins/scrobbler_plugin.md:26
#: ../../user_documentation/plugins/scrobbler_plugin.md:38 #: ../../user_documentation/plugins/scrobbler_plugin.md:43
msgid "Find the {guilabel}`Scrobbler` plugin." msgid "Find the {guilabel}`Scrobbler` plugin."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:23 #: ../../user_documentation/plugins/scrobbler_plugin.md:27
#: ../../user_documentation/plugins/scrobbler_plugin.md:39 #: ../../user_documentation/plugins/scrobbler_plugin.md:44
msgid "Toggle the {guilabel}`Enabled` switch." msgid "Toggle the {guilabel}`Enabled` switch."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:24 #: ../../user_documentation/plugins/scrobbler_plugin.md:28
#: ../../user_documentation/plugins/scrobbler_plugin.md:40 #: ../../user_documentation/plugins/scrobbler_plugin.md:45
msgid "" msgid ""
"Enter the {guilabel}`URL of the scrobbler service`. If you leave this " "Enter the {guilabel}`URL of the scrobbler service`. If you leave this "
"field blank, the plugin defaults to __Last.fm__." "field blank, the plugin defaults to __Last.fm__."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:25 #: ../../user_documentation/plugins/scrobbler_plugin.md:29
#: ../../user_documentation/plugins/scrobbler_plugin.md:41 #: ../../user_documentation/plugins/scrobbler_plugin.md:46
msgid "" msgid ""
"Enter {guilabel}`Your scrobbler username`. You can set this up on your " "Enter {guilabel}`Your scrobbler username`. You can set this up on your "
"scrobbler service." "scrobbler service."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:26 #: ../../user_documentation/plugins/scrobbler_plugin.md:30
#: ../../user_documentation/plugins/scrobbler_plugin.md:42 #: ../../user_documentation/plugins/scrobbler_plugin.md:47
msgid "" msgid ""
"Enter {guilabel}`Your scrobbler password`. You can set this up on your " "Enter {guilabel}`Your scrobbler password`. You can set this up on your "
"scrobbler service." "scrobbler service."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:27 #: ../../user_documentation/plugins/scrobbler_plugin.md:31
#: ../../user_documentation/plugins/scrobbler_plugin.md:43 #: ../../user_documentation/plugins/scrobbler_plugin.md:48
msgid "Select {guilabel}`Save`." msgid "Select {guilabel}`Save`."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md #: ../../user_documentation/plugins/scrobbler_plugin.md:39
msgid "Mobile"
msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:34
msgid "" msgid ""
"Select the cog icon ({fa}`cog`) or your avatar to open the " "Select the cog icon ({fa}`cog`) or your avatar to open the "
"{guilabel}`Options` menu." "{guilabel}`Options` menu."
msgstr "" msgstr ""
#: ../../user_documentation/plugins/scrobbler_plugin.md:47 #: ../../user_documentation/plugins/scrobbler_plugin.md:52
msgid "" msgid ""
"That's it! You've set up the __Scrobbler__ plugin. When you listen to " "That's it! You've set up the __Scrobbler__ plugin. When you listen to "
"tracks, the plugin sends the information to your scrobbler service." "tracks, the plugin sends the information to your scrobbler service."
msgstr "" msgstr ""
#~ msgid "Mobile"
#~ msgstr ""

Some files were not shown because too many files have changed in this diff Show More