From 72606388ff688211b7f4df066a7ad2a6a58ff1c2 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Fri, 8 Mar 2019 12:37:02 +0100 Subject: [PATCH] Fixed broken extraction of contexts --- CONTRIBUTING.rst | 6 +- front/src/components/About.vue | 8 +-- front/src/components/Footer.vue | 30 ++++---- front/src/components/Home.vue | 48 ++++++------- front/src/components/PageNotFound.vue | 6 +- front/src/components/SetInstanceModal.vue | 20 +++--- front/src/components/ShortcutsModal.vue | 4 +- front/src/components/Sidebar.vue | 56 +++++++-------- front/src/components/admin/SettingsGroup.vue | 6 +- front/src/components/audio/EmbedWizard.vue | 16 ++--- front/src/components/audio/PlayButton.vue | 12 ++-- front/src/components/audio/Player.vue | 6 +- front/src/components/audio/Search.vue | 10 +-- front/src/components/audio/album/Card.vue | 10 +-- front/src/components/audio/artist/Card.vue | 8 +-- front/src/components/audio/track/Row.vue | 2 +- front/src/components/audio/track/Table.vue | 8 +-- front/src/components/auth/Login.vue | 18 ++--- front/src/components/auth/Logout.vue | 4 +- front/src/components/auth/Profile.vue | 4 +- front/src/components/auth/Settings.vue | 54 +++++++------- .../src/components/auth/SubsonicTokenForm.vue | 30 ++++---- front/src/components/common/ActionTable.vue | 26 +++---- front/src/components/common/CopyInput.vue | 4 +- .../src/components/common/DangerousButton.vue | 6 +- front/src/components/common/Duration.vue | 4 +- front/src/components/common/EmptyState.vue | 4 +- front/src/components/favorites/List.vue | 14 ++-- .../favorites/TrackFavoriteIcon.vue | 4 +- .../components/federation/LibraryWidget.vue | 2 +- front/src/components/instance/Stats.vue | 18 ++--- front/src/components/library/Album.vue | 22 +++--- front/src/components/library/Albums.vue | 14 ++-- front/src/components/library/Artist.vue | 26 +++---- front/src/components/library/Artists.vue | 14 ++-- front/src/components/library/EditCard.vue | 32 ++++----- front/src/components/library/EditForm.vue | 28 ++++---- front/src/components/library/FileUpload.vue | 40 +++++------ front/src/components/library/Home.vue | 8 +-- front/src/components/library/Library.vue | 10 +-- front/src/components/library/Radios.vue | 20 +++--- front/src/components/library/TrackBase.vue | 18 ++--- front/src/components/library/TrackDetail.vue | 36 +++++----- front/src/components/library/TrackEdit.vue | 4 +- .../src/components/library/radios/Builder.vue | 32 ++++----- .../src/components/library/radios/Filter.vue | 6 +- .../manage/library/EditsCardList.vue | 22 +++--- .../manage/moderation/AccountsTable.vue | 28 ++++---- .../manage/moderation/DomainsTable.vue | 24 +++---- .../manage/moderation/InstancePolicyCard.vue | 18 ++--- .../manage/moderation/InstancePolicyForm.vue | 30 ++++---- .../manage/users/InvitationForm.vue | 12 ++-- .../manage/users/InvitationsTable.vue | 30 ++++---- .../components/manage/users/UsersTable.vue | 38 +++++----- .../src/components/moderation/FilterModal.vue | 20 +++--- front/src/components/playlists/Card.vue | 2 +- front/src/components/playlists/Editor.vue | 20 +++--- front/src/components/playlists/Form.vue | 16 ++--- .../components/playlists/PlaylistModal.vue | 20 +++--- .../playlists/TrackPlaylistIcon.vue | 2 +- front/src/components/radios/Button.vue | 4 +- front/src/components/radios/Card.vue | 2 +- front/src/views/Notifications.vue | 10 +-- front/src/views/admin/Settings.vue | 2 +- front/src/views/admin/library/Base.vue | 2 +- front/src/views/admin/library/EditsList.vue | 2 +- .../views/admin/moderation/AccountsDetail.vue | 72 +++++++++---------- .../views/admin/moderation/AccountsList.vue | 2 +- front/src/views/admin/moderation/Base.vue | 4 +- .../views/admin/moderation/DomainsDetail.vue | 54 +++++++------- .../views/admin/moderation/DomainsList.vue | 8 +-- front/src/views/admin/users/Base.vue | 4 +- .../src/views/admin/users/InvitationsList.vue | 2 +- front/src/views/admin/users/UsersList.vue | 2 +- front/src/views/auth/EmailConfirm.vue | 16 ++--- front/src/views/auth/PasswordReset.vue | 12 ++-- front/src/views/auth/PasswordResetConfirm.vue | 18 ++--- front/src/views/content/Base.vue | 4 +- front/src/views/content/Home.vue | 16 ++--- front/src/views/content/libraries/Card.vue | 6 +- front/src/views/content/libraries/Detail.vue | 34 ++++----- .../views/content/libraries/DetailArea.vue | 2 +- .../views/content/libraries/FilesTable.vue | 42 +++++------ front/src/views/content/libraries/Form.vue | 24 +++---- front/src/views/content/libraries/Home.vue | 8 +-- front/src/views/content/libraries/Quota.vue | 42 +++++------ front/src/views/content/libraries/Upload.vue | 2 +- front/src/views/content/remote/Card.vue | 36 +++++----- front/src/views/content/remote/Home.vue | 10 +-- front/src/views/content/remote/ScanForm.vue | 4 +- front/src/views/playlists/Detail.vue | 18 ++--- front/src/views/playlists/List.vue | 16 ++--- front/src/views/radios/Detail.vue | 8 +-- 93 files changed, 764 insertions(+), 764 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1d0fbf940..c2614425a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -363,17 +363,17 @@ Translations in HTML use the ```` tag:: diff --git a/front/src/components/audio/EmbedWizard.vue b/front/src/components/audio/EmbedWizard.vue index ebb65b369..9c11fe7e5 100644 --- a/front/src/components/audio/EmbedWizard.vue +++ b/front/src/components/audio/EmbedWizard.vue @@ -4,26 +4,26 @@
- -

Leave empty for a responsive widget

+ +

Leave empty for a responsive widget

- - -

Copy/paste this code in your website HTML

+ + +

Copy/paste this code in your website HTML

-

Text copied to clipboard!

+

Text copied to clipboard!

@@ -31,7 +31,7 @@

- Preview + Preview

diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 932b79608..45d47afbe 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -7,25 +7,25 @@ :disabled="!playable" :class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])"> - +
diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 2b1bd2968..53a0cb86a 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -70,14 +70,14 @@
- The track cannot be loaded + The track cannot be loaded

- The next track will play automatically in a few seconds… + The next track will play automatically in a few seconds…

- You may have a connectivity issue. + You may have a connectivity issue.

diff --git a/front/src/components/audio/Search.vue b/front/src/components/audio/Search.vue index cdf933a61..74a96f450 100644 --- a/front/src/components/audio/Search.vue +++ b/front/src/components/audio/Search.vue @@ -1,6 +1,6 @@ diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index 1f4021ef5..95c9d2f66 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -11,7 +11,7 @@
- By %{ artist } + By %{ artist } – {{ album.release_date | year }}
@@ -36,21 +36,21 @@
- Show %{ count } more track + Show %{ count } more track - Collapse + Collapse
- Play all + Play all - %{ count } track + %{ count } track
diff --git a/front/src/components/audio/artist/Card.vue b/front/src/components/audio/artist/Card.vue index d0223ac2d..f5e89cc5c 100644 --- a/front/src/components/audio/artist/Card.vue +++ b/front/src/components/audio/artist/Card.vue @@ -28,10 +28,10 @@
- Show 1 more album + Show 1 more album - Collapse + Collapse
@@ -39,10 +39,10 @@
- 1 album + 1 album - Play all + Play all
diff --git a/front/src/components/audio/track/Row.vue b/front/src/components/audio/track/Row.vue index e48de8e51..690fe48f5 100644 --- a/front/src/components/audio/track/Row.vue +++ b/front/src/components/audio/track/Row.vue @@ -38,7 +38,7 @@ {{ time.parse(track.uploads[0].duration) }} - N/A + N/A diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 910d8f98a..13506acae 100644 --- a/front/src/components/audio/track/Table.vue +++ b/front/src/components/audio/track/Table.vue @@ -5,10 +5,10 @@ - Title - Artist - Album - Duration + Title + Artist + Album + Duration diff --git a/front/src/components/auth/Login.vue b/front/src/components/auth/Login.vue index 6a1b65cd3..50acc927a 100644 --- a/front/src/components/auth/Login.vue +++ b/front/src/components/auth/Login.vue @@ -2,20 +2,20 @@
-

Log in to your Funkwhale account

+

Log in to your Funkwhale account

-
We cannot log you in
+
We cannot log you in
    -
  • Please double-check your username/password couple is correct
  • -
  • An unknown error happend, this can mean the server is down or cannot be reached
  • +
  • Please double-check your username/password couple is correct
  • +
  • An unknown error happend, this can mean the server is down or cannot be reached
diff --git a/front/src/components/auth/Logout.vue b/front/src/components/auth/Logout.vue index 3582d6367..84efcd1f0 100644 --- a/front/src/components/auth/Logout.vue +++ b/front/src/components/auth/Logout.vue @@ -3,10 +3,10 @@

- Are you sure you want to log out? + Are you sure you want to log out?

You are currently logged in as %{ username }

- +
diff --git a/front/src/components/auth/Profile.vue b/front/src/components/auth/Profile.vue index 1aaafd102..0f82b6610 100644 --- a/front/src/components/auth/Profile.vue +++ b/front/src/components/auth/Profile.vue @@ -14,14 +14,14 @@
- This is you! + This is you!
- Staff member + Staff member diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 7959d0780..6d6989450 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -3,16 +3,16 @@

- Account settings + Account settings

- Settings updated + Settings updated
-
Your settings can't be updateds
+
Your settings can't be updateds
  • {{ error }}
@@ -25,38 +25,38 @@

- Avatar + Avatar

-
Your avatar cannot be saved
+
Your avatar cannot be saved
  • {{ error }}
-

Upload a new avatar

-

PNG, GIF or JPG. At most 2MB. Will be downscaled to 400x400px.

+

Upload a new avatar

+

PNG, GIF or JPG. At most 2MB. Will be downscaled to 400x400px.

-

Current avatar

+

Current avatar

@@ -66,43 +66,43 @@

- Change my password + Change my password

- Changing your password will also change your Subsonic API password if you have requested one. You will have to update your password on your clients that use this password. + Changing your password will also change your Subsonic API password if you have requested one. You will have to update your password on your clients that use this password.
- Your password cannot be changed + Your password cannot be changed
    -
  • Please double-check your password is correct
  • +
  • Please double-check your password is correct
- +
- +
- Change password -

Change your password?

+ Change password +

Change your password?

-

Changing your password will have the following consequences:

+

Changing your password will have the following consequences:

    -
  • You will be logged out from this session and have to log in with the new one
  • -
  • Your Subsonic password will be changed to a new, random one, logging you out from devices that used the old Subsonic password
  • +
  • You will be logged out from this session and have to log in with the new one
  • +
  • Your Subsonic password will be changed to a new, random one, logging you out from devices that used the old Subsonic password
-
Disable access
+
Disable access