Update translations

This commit is contained in:
Chocobozzz 2020-09-23 11:23:04 +02:00
parent 0a22effc51
commit 04dd87df51
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 15 additions and 3 deletions

View File

@ -42,6 +42,10 @@ msgstr "A search engine of <a href=\"https://joinpeertube.org\" target=\"_blank\
msgid "Activism" msgid "Activism"
msgstr "Activism" msgstr "Activism"
#: src/views/Search.vue
msgid "Add tag"
msgstr "Add tag"
#: src/views/Search.vue:143 #: src/views/Search.vue:143
msgid "All of these tags" msgid "All of these tags"
msgstr "All of these tags" msgstr "All of these tags"

View File

@ -57,6 +57,10 @@ msgstr ""
msgid "Activism" msgid "Activism"
msgstr "Militantisme" msgstr "Militantisme"
#: src/views/Search.vue
msgid "Add tag"
msgstr ""
#: src/views/Search.vue:143 #: src/views/Search.vue:143
msgid "All of these tags" msgid "All of these tags"
msgstr "Tous les mots clés suivants" msgstr "Tous les mots clés suivants"

File diff suppressed because one or more lines are too long

View File

@ -146,7 +146,7 @@
Reset Reset
</button> </button>
<vue-tags-input @tags-changed="newTags => formTagsAllOf = newTags" v-model="formTagAllOf" :tags="formTagsAllOf" /> <vue-tags-input v-bind:placeholder="tagsPlaceholder" @tags-changed="newTags => formTagsAllOf = newTags" v-model="formTagAllOf" :tags="formTagsAllOf" />
</div> </div>
<div class="form-group"> <div class="form-group">
@ -155,7 +155,7 @@
Reset Reset
</button> </button>
<vue-tags-input @tags-changed="newTags => formTagsOneOf = newTags" v-model="formTagOneOf" :tags="formTagsOneOf" /> <vue-tags-input v-bind:placeholder="tagsPlaceholder" @tags-changed="newTags => formTagsOneOf = newTags" v-model="formTagOneOf" :tags="formTagsOneOf" />
</div> </div>
<div class="button-block"> <div class="button-block">
@ -527,6 +527,10 @@
return this.$gettext('Keyword, channel, video, etc.') return this.$gettext('Keyword, channel, video, etc.')
}, },
tagsPlaceholder () {
return this.$gettext('Add tag')
},
publishedDateRanges () { publishedDateRanges () {
return [ return [
{ {