Update translations
This commit is contained in:
parent
3d5ff5d9f7
commit
29d17c87db
|
@ -75,7 +75,7 @@
|
|||
},
|
||||
|
||||
discoverChannelMessage () {
|
||||
return this.$gettextInterpolate('Discover this channel on %{host}', { host: this.host })
|
||||
return this.$gettextInterpolate(this.$gettext('Discover this channel on %{host}'), { host: this.host })
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
},
|
||||
|
||||
watchVideoMessage () {
|
||||
return this.$gettextInterpolate('Watch the video on %{host}', { host: this.host })
|
||||
return this.$gettextInterpolate(this.$gettext('Watch the video on %{host}'), { host: this.host })
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ msgstr[0] "%{ channel.followersCount } follower"
|
|||
msgstr[1] "%{channel.followersCount} followers"
|
||||
|
||||
#: src/views/Search.vue:165
|
||||
msgid "%{resultsCount} results found for "
|
||||
msgstr "%{resultsCount} results found for "
|
||||
msgid "%{resultsCount} results found for"
|
||||
msgstr "%{resultsCount} results found for"
|
||||
|
||||
#: src/components/SearchWarning.vue:1
|
||||
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 corresponding administrator on the PeerTube website."
|
||||
|
@ -128,6 +128,10 @@ msgstr "Created by"
|
|||
msgid "Deutsch"
|
||||
msgstr "Deutsch"
|
||||
|
||||
#: src/components/ChannelResult.vue
|
||||
msgid "Discover this channel on %{host}"
|
||||
msgstr "Discover this channel on %{host}"
|
||||
|
||||
#: src/views/Search.vue:104
|
||||
msgid "Display all categories"
|
||||
msgstr "Display all categories"
|
||||
|
@ -289,8 +293,8 @@ msgid "No"
|
|||
msgstr "No"
|
||||
|
||||
#: src/views/Search.vue:164
|
||||
msgid "No results found for "
|
||||
msgstr "No results found for "
|
||||
msgid "No results found for"
|
||||
msgstr "No results found for"
|
||||
|
||||
#: src/views/Search.vue
|
||||
msgid "Occitan"
|
||||
|
@ -390,13 +394,17 @@ msgstr "Travels"
|
|||
msgid "Vehicles"
|
||||
msgstr "Vehicles"
|
||||
|
||||
#: src/components/VideoResult.vue
|
||||
msgid "Watch the video on %{host}"
|
||||
msgstr "Watch the video on %{host}"
|
||||
|
||||
#: src/components/Footer.vue:15
|
||||
msgid "Why should I have my own PeerTube website?"
|
||||
msgstr "Why should I have my own PeerTube website?"
|
||||
|
||||
#: src/views/Search.vue:166
|
||||
msgid "with {{ countActiveFilters() }} active filters "
|
||||
msgstr "with {{ countActiveFilters() }} active filters "
|
||||
msgid "with {{ countActiveFilters() }} active filters"
|
||||
msgstr "with {{ countActiveFilters() }} active filters"
|
||||
|
||||
#: src/views/Search.vue:58
|
||||
msgid "Yes"
|
||||
|
|
|
@ -28,7 +28,8 @@ msgstr[0] "%{ channel.followersCount } abonné"
|
|||
msgstr[1] "%{channel.followersCount} abonnés"
|
||||
|
||||
#: src/views/Search.vue:165
|
||||
msgid "%{resultsCount} results found for "
|
||||
#, fuzzy
|
||||
msgid "%{resultsCount} results found for"
|
||||
msgstr "%{resultsCount} résultats trouvés pour "
|
||||
|
||||
#: src/components/SearchWarning.vue:1
|
||||
|
@ -144,6 +145,10 @@ msgstr "Créé par"
|
|||
msgid "Deutsch"
|
||||
msgstr "Allemand"
|
||||
|
||||
#: src/components/ChannelResult.vue
|
||||
msgid "Discover this channel on %{host}"
|
||||
msgstr "Découvrir cette chaîne sur %{host}"
|
||||
|
||||
#: src/views/Search.vue:104
|
||||
msgid "Display all categories"
|
||||
msgstr "Afficher toutes les catégories"
|
||||
|
@ -305,7 +310,8 @@ msgid "No"
|
|||
msgstr "Aucun"
|
||||
|
||||
#: src/views/Search.vue:164
|
||||
msgid "No results found for "
|
||||
#, fuzzy
|
||||
msgid "No results found for"
|
||||
msgstr "Aucun résultat trouvé pour "
|
||||
|
||||
#: src/views/Search.vue
|
||||
|
@ -412,12 +418,17 @@ msgstr "Voyages"
|
|||
msgid "Vehicles"
|
||||
msgstr "Véhicules"
|
||||
|
||||
#: src/components/VideoResult.vue
|
||||
msgid "Watch the video on %{host}"
|
||||
msgstr "Regarder la vidéo sur %{host}"
|
||||
|
||||
#: src/components/Footer.vue:15
|
||||
msgid "Why should I have my own PeerTube website?"
|
||||
msgstr "Pourquoi devrais-je avoir mon propre site web PeerTube ?"
|
||||
|
||||
#: src/views/Search.vue:166
|
||||
msgid "with {{ countActiveFilters() }} active filters "
|
||||
#, fuzzy
|
||||
msgid "with {{ countActiveFilters() }} active filters"
|
||||
msgstr "avec {{ countActiveFilters() }} filtres actifs "
|
||||
|
||||
#: src/views/Search.vue:58
|
||||
|
@ -440,12 +451,6 @@ msgstr "Japonais"
|
|||
msgid "简体中文(中国)"
|
||||
msgstr "Chinois simplifié"
|
||||
|
||||
#~ msgid "Discover this channel on %{host}"
|
||||
#~ msgstr "Découvrir cette chaîne sur %{host}"
|
||||
|
||||
#~ msgid "Watch the video on %{host}"
|
||||
#~ msgstr "Regarder la vidéo sur %{host}"
|
||||
|
||||
#~ msgid "<strong>Check all guides >></strong>"
|
||||
#~ msgstr "<strong>Voir tous les tutos >></strong>"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"en_US":{"({{ countActiveFilters() }} active)":"({{ countActiveFilters() }} active)",">> Check all guides on joinpeertube.org <<":">> Check all guides on joinpeertube.org <<","%{ channel.followersCount } follower":["%{ channel.followersCount } follower","%{channel.followersCount} followers"],"%{resultsCount} results found for ":"%{resultsCount} results found for ","<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 corresponding administrator on the PeerTube website.":"<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 corresponding administrator on the PeerTube website.","A free software to take back control of your videos":"A free software to take back control of your videos","A video index developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>":"A video index developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>","Activism":"Activism","All of these tags":"All of these tags","Animals":"Animals","Any":"Any","Apply filters":"Apply filters","Art":"Art","Attribution":"Attribution","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Share Alike":"Attribution - Share Alike","Best match":"Best match","Català":"Català","Category":"Category","Čeština":"Čeština","Change interface language":"Change interface language","Comedy":"Comedy","Create an account to take back control of your videos":"Create an account to take back control of your videos","Create playlists":"Create playlists","Created by":"Created by","Deutsch":"Deutsch","Display all categories":"Display all categories","Display all languages":"Display all languages","Display all licenses":"Display all licenses","Display sensitive content":"Display sensitive content","Duration":"Duration","Education":"Education","English":"English","Entertainment":"Entertainment","Español":"Español","Esperanto":"Esperanto","Euskara":"Euskara","Films":"Films","Filters":"Filters","Food":"Food","Français":"Français","Gàidhlig":"Gàidhlig","Gaming":"Gaming","Go on this account page":"Go on this account page","Go on this channel page":"Go on this channel page","Go!":"Go!","How To":"How To","In":"In","Install PeerTube":"Install PeerTube","Italiano":"Italiano","Keyword, channel, video, etc.":"Keyword, channel, video, etc.","Kids":"Kids","Language":"Language","Last 30 days":"Last 30 days","Last 365 days":"Last 365 days","Last 7 days":"Last 7 days","Least recent":"Least recent","Licence":"Licence","Long (> 10 min)":"Long (> 10 min)","Medium (4-10 min)":"Medium (4-10 min)","Most recent":"Most recent","Music":"Music","Nederlands":"Nederlands","News & Politics":"News & Politics","Next page":"Next page","No":"No","No results found for ":"No results found for ","Occitan":"Occitan","On":"On","on %{instancesCount} indexed PeerTube websites":"on %{instancesCount} indexed PeerTube websites","One of these tags":"One of these tags","Open an account on a PeerTube website":"Open an account on a PeerTube website","Open your own videos website with PeerTube!":"Open your own videos website with PeerTube!","People":"People","Polski":"Polski","Português (Portugal)":"Português (Portugal)","Previous page":"Previous page","Public Domain Dedication":"Public Domain Dedication","Published date":"Published date","Reset":"Reset","Science & Technology":"Science & Technology","Search for your favorite videos and channels on <a href=\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount} PeerTube websites</a> listed on <strong>%{indexName}</strong>!":"Search for your favorite videos and channels on <a href=\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount} PeerTube websites</a> listed on <strong>%{indexName}</strong>!","Short (< 4 min)":"Short (< 4 min)","Sort by:":"Sort by:","Sports":"Sports","suomi":"suomi","svenska":"svenska","Tags":"Tags","Today":"Today","Travels":"Travels","Vehicles":"Vehicles","Why should I have my own PeerTube website?":"Why should I have my own PeerTube website?","with {{ countActiveFilters() }} active filters ":"with {{ countActiveFilters() }} active filters ","Yes":"Yes","ελληνικά":"ελληνικά","русский":"русский","日本語":"日本語","简体中文(中国)":"简体中文(中国)"}}
|
||||
{"en_US":{"({{ countActiveFilters() }} active)":"({{ countActiveFilters() }} active)",">> Check all guides on joinpeertube.org <<":">> Check all guides on joinpeertube.org <<","%{ channel.followersCount } follower":["%{ channel.followersCount } follower","%{channel.followersCount} followers"],"%{resultsCount} results found for":"%{resultsCount} results found for","<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 corresponding administrator on the PeerTube website.":"<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 corresponding administrator on the PeerTube website.","A free software to take back control of your videos":"A free software to take back control of your videos","A video index developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>":"A video index developed by <a href=\"https://framasoft.org\" target=\"_blank\">Framasoft</a>","Activism":"Activism","All of these tags":"All of these tags","Animals":"Animals","Any":"Any","Apply filters":"Apply filters","Art":"Art","Attribution":"Attribution","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Share Alike":"Attribution - Share Alike","Best match":"Best match","Català":"Català","Category":"Category","Čeština":"Čeština","Change interface language":"Change interface language","Comedy":"Comedy","Create an account to take back control of your videos":"Create an account to take back control of your videos","Create playlists":"Create playlists","Created by":"Created by","Deutsch":"Deutsch","Discover this channel on %{host}":"Discover this channel on %{host}","Display all categories":"Display all categories","Display all languages":"Display all languages","Display all licenses":"Display all licenses","Display sensitive content":"Display sensitive content","Duration":"Duration","Education":"Education","English":"English","Entertainment":"Entertainment","Español":"Español","Esperanto":"Esperanto","Euskara":"Euskara","Films":"Films","Filters":"Filters","Food":"Food","Français":"Français","Gàidhlig":"Gàidhlig","Gaming":"Gaming","Go on this account page":"Go on this account page","Go on this channel page":"Go on this channel page","Go!":"Go!","How To":"How To","In":"In","Install PeerTube":"Install PeerTube","Italiano":"Italiano","Keyword, channel, video, etc.":"Keyword, channel, video, etc.","Kids":"Kids","Language":"Language","Last 30 days":"Last 30 days","Last 365 days":"Last 365 days","Last 7 days":"Last 7 days","Least recent":"Least recent","Licence":"Licence","Long (> 10 min)":"Long (> 10 min)","Medium (4-10 min)":"Medium (4-10 min)","Most recent":"Most recent","Music":"Music","Nederlands":"Nederlands","News & Politics":"News & Politics","Next page":"Next page","No":"No","No results found for":"No results found for","Occitan":"Occitan","On":"On","on %{instancesCount} indexed PeerTube websites":"on %{instancesCount} indexed PeerTube websites","One of these tags":"One of these tags","Open an account on a PeerTube website":"Open an account on a PeerTube website","Open your own videos website with PeerTube!":"Open your own videos website with PeerTube!","People":"People","Polski":"Polski","Português (Portugal)":"Português (Portugal)","Previous page":"Previous page","Public Domain Dedication":"Public Domain Dedication","Published date":"Published date","Reset":"Reset","Science & Technology":"Science & Technology","Search for your favorite videos and channels on <a href=\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount} PeerTube websites</a> listed on <strong>%{indexName}</strong>!":"Search for your favorite videos and channels on <a href=\"%{indexedInstancesUrl}\" target=\"_blank\">%{instancesCount} PeerTube websites</a> listed on <strong>%{indexName}</strong>!","Short (< 4 min)":"Short (< 4 min)","Sort by:":"Sort by:","Sports":"Sports","suomi":"suomi","svenska":"svenska","Tags":"Tags","Today":"Today","Travels":"Travels","Vehicles":"Vehicles","Watch the video on %{host}":"Watch the video on %{host}","Why should I have my own PeerTube website?":"Why should I have my own PeerTube website?","with {{ countActiveFilters() }} active filters":"with {{ countActiveFilters() }} active filters","Yes":"Yes","ελληνικά":"ελληνικά","русский":"русский","日本語":"日本語","简体中文(中国)":"简体中文(中国)"}}
|
File diff suppressed because one or more lines are too long
|
@ -162,9 +162,9 @@
|
|||
</div>
|
||||
|
||||
<div id="results-anchor" class="results-summary" v-if="(searchedTerm && resultsCount === 0) || (resultsCount !== null && resultsCount !== 0)">
|
||||
<span v-if="searchedTerm && resultsCount === 0" v-translate>No results found for </span>
|
||||
<span v-if="resultsCount !== null && resultsCount !== 0" v-translate="{ resultsCount: resultsCount }">%{resultsCount} results found for </span>
|
||||
<strong>{{ searchedTerm }} <span v-if="countActiveFilters() > 0" v-translate>with {{ countActiveFilters() }} active filters </span></strong>
|
||||
<span v-if="searchedTerm && resultsCount === 0" v-translate>No results found for</span>
|
||||
<span v-if="resultsCount !== null && resultsCount !== 0" v-translate="{ resultsCount: resultsCount }">%{resultsCount} results found for</span>
|
||||
<strong>{{ searchedTerm }} <span v-if="countActiveFilters() > 0" v-translate>with {{ countActiveFilters() }} active filters</span> </strong>
|
||||
<span v-translate="{ instancesCount: instancesCount }">on %{instancesCount} indexed PeerTube websites</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue