diff --git a/front/src/components/About.vue b/front/src/components/About.vue index 09a5ee24c..524191250 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -3,15 +3,16 @@
- Unfortunately, owners of this instance did not yet take the time to complete this page.
+ {{ $t('Unfortunately, owners of this instance did not yet take the time to complete this page.') }} +We think listening music should be simple.
+{{ $t('We think listening music should be simple.') }}
That's simple: we loved Grooveshark and we want to build something even better.
+{{ $t('That\'s simple: we loved Grooveshark and we want to build something even better.') }}
Funkwhale is designed to make it easy to listen to music you like, or to discover new artists.
+{{ $t('Funkwhale is designed to make it easy to listen to music you like, or to discover new artists.') }}
Funkwhale takes care of handling your music.
+{{ $t('Funkwhale takes care of handling your music') }}.
Funkwhale is dead simple to use.
+{{ $t('Funkwhale is dead simple to use.') }}
Funkwhale is free and gives you control on your music.
+{{ $t('Funkwhale is free and gives you control on your music.') }}
We're sorry, the page you asked for does not exists.
-Requested URL: {{ path }}
+{{ $t('We\'re sorry, the page you asked for does not exists.') }}
+{{ queue.previousQueue.tracks.length }} tracks
+{{ $t('{%count%} tracks', { count: queue.previousQueue.tracks.length }) }}
New tracks will be appended here automatically.
- +{{ $t('New tracks will be appended here automatically.') }}
+