mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 15:09:16 +02:00
Reviewed comments on source strings on Weblate and modified source strings accordingly if needed
Replaced "email" with "e-mail address" when needed
This commit is contained in:
parent
6a20f48ad7
commit
f661e3a078
51 changed files with 158 additions and 149 deletions
|
@ -65,33 +65,33 @@ Having the generic ``read`` or ``write`` scope give you the corresponding access
|
|||
This is the list of OAuth scopes that third-party applications can request:
|
||||
|
||||
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| Scope | Description |
|
||||
+===========================================+===================================================+
|
||||
| ``read`` | Read-only access to all data |
|
||||
| | (equivalent to all ``read:*`` scopes) |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``write`` | Write-only access to all data |
|
||||
| | (equivalent to all ``write:*`` scopes) |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:profile`` | Access to profile data (email, username, etc.) |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:libraries`` | Access to library data (uploads, libraries |
|
||||
| | tracks, albums, artists...) |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:favorites`` | Access to favorites |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:listenings`` | Access to history |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:follows`` | Access to followers |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:playlists`` | Access to playlists |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:radios`` | Access to radios |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:filters`` | Access to content filters |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:notifications`` | Access to notifications |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
| ``<read/write>:edits`` | Access to metadata edits |
|
||||
+-------------------------------------------+---------------------------------------------------+
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| Scope | Description |
|
||||
+===========================================+============================================================+
|
||||
| ``read`` | Read-only access to all data |
|
||||
| | (equivalent to all ``read:*`` scopes) |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``write`` | Write-only access to all data |
|
||||
| | (equivalent to all ``write:*`` scopes) |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:profile`` | Access to profile data (e-mail address, username, etc.) |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:libraries`` | Access to library data (uploads, libraries |
|
||||
| | tracks, albums, artists...) |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:favorites`` | Access to favorites |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:listenings`` | Access to history |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:follows`` | Access to followers |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:playlists`` | Access to playlists |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:radios`` | Access to radios |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:filters`` | Access to content filters |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:notifications`` | Access to notifications |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
| ``<read/write>:edits`` | Access to metadata edits |
|
||||
+-------------------------------------------+------------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue