{{ $gettext('Log in to your Funkwhale account') }}
+ {{ $gettext('Are you sure you want to log out?') }} +
+You are currently logged in as %{ username }
+diff --git a/front/src/components/About.vue b/front/src/components/About.vue index 59c8411ac..5ebed8102 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -3,21 +3,23 @@
- {{ $t('Unfortunately, owners of this instance did not yet take the time to complete this page.') }} + {{ $gettext('Unfortunately, owners of this instance did not yet take the time to complete this page.') }}
{{ $t('We think listening to music should be simple.') }}
+{{ $gettext('We think listening to music should be simple.') }}
{{ $t('That\'s simple: we loved Grooveshark and we want to build something even better.') }}
+{{ $gettext('That\'s simple: we loved Grooveshark and we want to build something even better.') }}
{{ $t('Funkwhale is designed to make it easy to listen to music you like, or to discover new artists.') }}
+{{ $gettext('Funkwhale is designed to make it easy to listen to music you like, or to discover new artists.') }}
{{ $t('Funkwhale takes care of handling your music') }}.
+{{ $gettext('Funkwhale takes care of handling your music') }}.
{{ $t('Funkwhale is dead simple to use.') }}
+{{ $gettext('Funkwhale is dead simple to use.') }}
{{ $t('Funkwhale is free and gives you control on your music.') }}
+{{ $gettext('Funkwhale is free and gives you control on your music.') }}
{{ $t('We\'re sorry, the page you asked for does not exists.') }}
-{{ $gettext('We\'re sorry, the page you asked for does not exist:') }}
+ {{ path }} +{{ group.help }}
{{ $gettext('Sorry, we did not found any artist matching your query') }}
-{{ $gettext('Sorry, we did not found any album matching your query') }}
{{ $gettext('There is currently no way to download directly multiple tracks from funkwhale as a ZIP archive. However, you can use a command line tools such as cURL to easily download a list of tracks.') }}
+ {{ $gettext('Simply copy paste the snippet below into a terminal to launch the download.') }} +export PRIVATE_TOKEN="{{ $store.state.auth.token }}" @@ -40,7 +40,7 @@ curl -G -o "{{ track.files[0].filename }}" -+
You are currently logged in as %{ username }
+{{ $gettext('Actor') }} | +{{ $gettext('Creation date') }} | +{{ $gettext('Status') }} | +{{ $gettext('Actions') }} |
- |
- + {{ $gettext('Deny access?') }} + +
+ + {{ $gettext('Deny') }} -+ {{ $gettext('Approve access?') }} +
- + {{ $gettext('Approve') }} + |
@@ -80,11 +95,10 @@
>
- |
diff --git a/front/src/components/federation/LibraryForm.vue b/front/src/components/federation/LibraryForm.vue index 7547c3718..c790c0ef7 100644 --- a/front/src/components/federation/LibraryForm.vue +++ b/front/src/components/federation/LibraryForm.vue @@ -1,9 +1,15 @@ |
---|