WIP replace

This commit is contained in:
Eliot Berriot 2018-06-30 15:28:47 +02:00
parent ba094c3e42
commit 833c0f1625
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
83 changed files with 973 additions and 761 deletions

View file

@ -3,15 +3,15 @@
<div class="ui vertical center aligned stripe segment">
<div class="ui text container">
<h1 class="ui huge header">
{{ $t('Welcome on Funkwhale') }}
{{ $gettext('Welcome on Funkwhale') }}
</h1>
<p>{{ $t('We think listening to music should be simple.') }}</p>
<p>{{ $gettext('We think listening to music should be simple.') }}</p>
<router-link class="ui icon button" to="/about">
<i class="info icon"></i>
{{ $t('Learn more about this instance') }}
{{ $gettext('Learn more about this instance') }}
</router-link>
<router-link class="ui icon teal button" to="/library">
{{ $t('Get me to the library') }}
{{ $gettext('Get me to the library') }}
<i class="right arrow icon"></i>
</router-link>
</div>
@ -22,9 +22,9 @@
<div class="row">
<div class="eight wide left floated column">
<h2 class="ui header">
{{ $t('Why funkwhale?') }}
{{ $gettext('Why funkwhale?') }}
</h2>
<p>{{ $t('That\'s simple: we loved Grooveshark and we want to build something even better.') }}</p>
<p>{{ $gettext('That\'s simple: we loved Grooveshark and we want to build something even better.') }}</p>
</div>
<div class="four wide left floated column">
<img class="ui medium image" src="../assets/logo/logo.png" />
@ -35,26 +35,26 @@
<div class="ui middle aligned stackable text container">
<div class="ui hidden divider"></div>
<h2 class="ui header">
{{ $t('Unlimited music') }}
{{ $gettext('Unlimited music') }}
</h2>
<p>{{ $t('Funkwhale is designed to make it easy to listen to music you like, or to discover new artists.') }}</p>
<p>{{ $gettext('Funkwhale is designed to make it easy to listen to music you like, or to discover new artists.') }}</p>
<div class="ui list">
<div class="item">
<i class="sound icon"></i>
<div class="content">
{{ $t('Click once, listen for hours using built-in radios') }}
{{ $gettext('Click once, listen for hours using built-in radios') }}
</div>
</div>
<div class="item">
<i class="heart icon"></i>
<div class="content">
{{ $t('Keep a track of your favorite songs') }}
{{ $gettext('Keep a track of your favorite songs') }}
</div>
</div>
<div class="item">
<i class="list icon"></i>
<div class="content">
{{ $t('Playlists? We got them') }}
{{ $gettext('Playlists? We got them') }}
</div>
</div>
</div>
@ -62,28 +62,31 @@
<div class="ui middle aligned stackable text container">
<div class="ui hidden divider"></div>
<h2 class="ui header">
{{ $t('Clean library') }}
{{ $gettext('Clean library') }}
</h2>
<p>{{ $t('Funkwhale takes care of handling your music') }}.</p>
<p>{{ $gettext('Funkwhale takes care of handling your music') }}.</p>
<div class="ui list">
<div class="item">
<i class="download icon"></i>
<div class="content">
{{ $t('Import music from various platforms, such as YouTube or SoundCloud') }}
{{ $gettext('Import music from various platforms, such as YouTube or SoundCloud') }}
</div>
</div>
<div class="item">
<i class="tag icon"></i>
<div class="content">
<i18next path="Get quality metadata about your music thanks to {%0%}">
<a href="https://musicbrainz.org" target="_blank">{{ $t('MusicBrainz') }}</a>
</i18next>
<template v-translate>
Get quality metadata about your music thanks to
<a href="https://musicbrainz.org" target="_blank">
MusicBrainz
</a>
</template>
</div>
</div>
<div class="item">
<i class="plus icon"></i>
<div class="content">
{{ $t('Covers, lyrics, our goal is to have them all ;)') }}
{{ $gettext('Covers, lyrics, our goal is to have them all ;)') }}
</div>
</div>
</div>
@ -91,20 +94,20 @@
<div class="ui middle aligned stackable text container">
<div class="ui hidden divider"></div>
<h2 class="ui header">
{{ $t('Easy to use') }}
{{ $gettext('Easy to use') }}
</h2>
<p>{{ $t('Funkwhale is dead simple to use.') }}</p>
<p>{{ $gettext('Funkwhale is dead simple to use.') }}</p>
<div class="ui list">
<div class="item">
<i class="book icon"></i>
<div class="content">
{{ $t('No add-ons, no plugins : you only need a web library') }}
{{ $gettext('No add-ons, no plugins : you only need a web library') }}
</div>
</div>
<div class="item">
<i class="wizard icon"></i>
<div class="content">
{{ $t('Access your music from a clean interface that focus on what really matters') }}
{{ $gettext('Access your music from a clean interface that focus on what really matters') }}
</div>
</div>
</div>
@ -112,26 +115,26 @@
<div class="ui middle aligned stackable text container">
<div class="ui hidden divider"></div>
<h2 class="ui header">
{{ $t('Your music, your way') }}
{{ $gettext('Your music, your way') }}
</h2>
<p>{{ $t('Funkwhale is free and gives you control on your music.') }}</p>
<p>{{ $gettext('Funkwhale is free and gives you control on your music.') }}</p>
<div class="ui list">
<div class="item">
<i class="smile icon"></i>
<div class="content">
{{ $t('The plaform is free and open-source, you can install it and modify it without worries') }}
{{ $gettext('The plaform is free and open-source, you can install it and modify it without worries') }}
</div>
</div>
<div class="item">
<i class="protect icon"></i>
<div class="content">
{{ $t('We do not track you or bother you with ads') }}
{{ $gettext('We do not track you or bother you with ads') }}
</div>
</div>
<div class="item">
<i class="users icon"></i>
<div class="content">
{{ $t('You can invite friends and family to your instance so they can enjoy your music') }}
{{ $gettext('You can invite friends and family to your instance so they can enjoy your music') }}
</div>
</div>
</div>