Translated using Weblate (French)
This commit is contained in:
parent
94530bda9b
commit
b4972ee78d
|
@ -8,7 +8,7 @@ msgstr ""
|
||||||
"Project-Id-Version: front 1.0.0\n"
|
"Project-Id-Version: front 1.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2018-07-01 15:30+0200\n"
|
"POT-Creation-Date: 2018-07-01 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2018-07-01 13:57+0000\n"
|
"PO-Revision-Date: 2018-07-01 14:45+0000\n"
|
||||||
"Last-Translator: Eliot Berriot <contact@eliotberriot.com>\n"
|
"Last-Translator: Eliot Berriot <contact@eliotberriot.com>\n"
|
||||||
"Language-Team: French <https://translate.funkwhale.audio/projects/funkwhale/"
|
"Language-Team: French <https://translate.funkwhale.audio/projects/funkwhale/"
|
||||||
"front/fr/>\n"
|
"front/fr/>\n"
|
||||||
|
@ -589,12 +589,11 @@ msgstr "Durée"
|
||||||
|
|
||||||
#: front/src/components/Home.vue:96
|
#: front/src/components/Home.vue:96
|
||||||
msgid "Easy to use"
|
msgid "Easy to use"
|
||||||
msgstr ""
|
msgstr "Simple à utiliser"
|
||||||
|
|
||||||
#: front/src/components/About.vue:21
|
#: front/src/components/About.vue:21
|
||||||
#, fuzzy
|
|
||||||
msgid "Edit instance info"
|
msgid "Edit instance info"
|
||||||
msgstr "Informations relatives à cette instance"
|
msgstr "Éditer les informations de cette instance"
|
||||||
|
|
||||||
#: front/src/components/radios/Card.vue:20 src/views/playlists/Detail.vue:29
|
#: front/src/components/radios/Card.vue:20 src/views/playlists/Detail.vue:29
|
||||||
msgid "Edit..."
|
msgid "Edit..."
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="main pusher" v-title="username + ''s Profile'">
|
<div class="main pusher" v-title="username + '\'s Profile'">
|
||||||
<div v-if="isLoading" class="ui vertical segment">
|
<div v-if="isLoading" class="ui vertical segment">
|
||||||
<div :class="['ui', 'centered', 'active', 'inline', 'loader']"></div>
|
<div :class="['ui', 'centered', 'active', 'inline', 'loader']"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue