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:
jovuit 2021-06-17 15:55:12 +00:00 committed by Georg Krause
parent 6a20f48ad7
commit f661e3a078
51 changed files with 158 additions and 149 deletions

View file

@ -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 |
+-------------------------------------------+------------------------------------------------------------+