Fix translations

This commit is contained in:
Chocobozzz 2020-09-18 16:47:17 +02:00
parent d13c932486
commit 7f449854f2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 38 additions and 12 deletions

View File

@ -10,9 +10,9 @@
</h1>
<h4 v-translate>
A search engine of <a href="https://joinpeertube.org" target="_blank">PeerTube</a> videos and channels
<br>
Developed by <a href="https://framasoft.org" target="_blank">Framasoft</a>
<div v-translate>A search engine of <a href="https://joinpeertube.org" target="_blank">PeerTube</a> videos and channels</div>
<div v-translate>Developed by <a href="https://framasoft.org" target="_blank">Framasoft</a></div>
</h4>
<img class="search-home" v-bind:src="searchImageUrl" alt="">

View File

@ -26,6 +26,10 @@ msgid_plural "%{resultsCount} results found for"
msgstr[0] "%{resultsCount} result found for"
msgstr[1] "%{resultsCount} results found for"
#: src/components/Header.vue:11
msgid "<div v-translate=\"\">A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels</div> <div v-translate=\"\">Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a></div>"
msgstr "<div v-translate=\"\">A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels</div> <div v-translate=\"\">Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a></div>"
#: src/components/SearchWarning.vue:4
msgid "<strong>%{indexName}</strong> displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published."
msgstr "<strong>%{indexName}</strong> displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the administrators on the PeerTube website where the video is published."
@ -34,9 +38,9 @@ msgstr "<strong>%{indexName}</strong> displays videos and channels that match yo
msgid "A free software to take back control of your videos"
msgstr "A free software to take back control of your videos"
#: src/components/Header.vue:11
msgid "A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels <br> Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a> </br>"
msgstr "A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels <br> Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a> </br>"
#: src/components/Header.vue:12
msgid "A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels"
msgstr "A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\">PeerTube</a> videos and channels"
#: src/views/Search.vue
msgid "Activism"
@ -126,6 +130,10 @@ msgstr "Created by"
msgid "Deutsch"
msgstr "Deutsch"
#: src/components/Header.vue:14
msgid "Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>"
msgstr "Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>"
#: src/components/ChannelResult.vue
msgid "Discover this channel on %{host}"
msgstr "Discover this channel on %{host}"

View File

@ -29,6 +29,18 @@ msgid_plural "%{resultsCount} results found for"
msgstr[0] "%{resultsCount} résultat trouvé pour"
msgstr[1] "%{resultsCount} résultats trouvés pour"
#: src/components/Header.vue:11
#, fuzzy
msgid ""
"<div v-translate=\"\">A search engine of <a href=\"https://joinpeertube.org"
"\" target=\"_blank\">PeerTube</a> videos and channels</div> <div v-translate="
"\"\">Developed by <a href=\"https://framasoft.org\" target=\"_blank"
"\">Framasoft</a></div>"
msgstr ""
"Un moteur de recherche de vidéos et chaînes <a href=\"https://joinpeertube."
"org\" target=\"_blank\">PeerTube</a><br> Développé par <a href=\"https://"
"framasoft.org\" target=\"_blank\">Framasoft</a>"
#: src/components/SearchWarning.vue:4
msgid ""
"<strong>%{indexName}</strong> displays videos and channels that match your "
@ -45,15 +57,15 @@ msgstr ""
msgid "A free software to take back control of your videos"
msgstr "Un logiciel libre pour reprendre le contrôle de vos vidéos"
#: src/components/Header.vue:11
#: src/components/Header.vue:12
#, fuzzy
msgid ""
"A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank"
"\">PeerTube</a> videos and channels <br> Developed by <a href=\"https://"
"framasoft.org\" target=\"_blank\">Framasoft</a> </br>"
"\">PeerTube</a> videos and channels"
msgstr ""
"Un moteur de recherche de vidéos et chaînes <a href=\"https://joinpeertube."
"org\" target=\"_blank\">PeerTube</a><br> Développé par <a href=\"https"
"://framasoft.org\" target=\"_blank\">Framasoft</a>"
"org\" target=\"_blank\">PeerTube</a><br> Développé par <a href=\"https://"
"framasoft.org\" target=\"_blank\">Framasoft</a>"
#: src/views/Search.vue
msgid "Activism"
@ -144,6 +156,12 @@ msgstr "Créé par"
msgid "Deutsch"
msgstr "Allemand"
#: src/components/Header.vue:14
msgid ""
"Developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</"
"a>"
msgstr ""
#: src/components/ChannelResult.vue
msgid "Discover this channel on %{host}"
msgstr "Découvrir cette chaîne sur %{host}"

File diff suppressed because one or more lines are too long