Remove unused translation

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

View File

@ -9,7 +9,7 @@
<img class="title-image" v-if="configLoaded && titleImageUrl" v-bind:src="titleImageUrl" v-bind:alt="indexName" />
</h1>
<h4 v-translate>
<h4>
<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>

View File

@ -26,10 +26,6 @@ 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."

View File

@ -29,18 +29,6 @@ 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 "
@ -482,6 +470,17 @@ msgstr "Japonais"
msgid "简体中文(中国)"
msgstr "Chinois simplifié"
#, 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>"
#~ msgid "(%{activeFilters} active)"
#~ msgstr "(%{activeFilters} actifs)"

File diff suppressed because one or more lines are too long