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"
msgstr "Activism"
#: src/views/Search.vue
msgid "Add tag"
msgstr "Add tag"
#: src/views/Search.vue:143
msgid "All of these tags"
msgstr "All of these tags"

View File

@ -57,6 +57,10 @@ msgstr ""
msgid "Activism"
msgstr "Militantisme"
#: src/views/Search.vue
msgid "Add tag"
msgstr ""
#: src/views/Search.vue:143
msgid "All of these tags"
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
</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 class="form-group">
@ -155,7 +155,7 @@
Reset
</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 class="button-block">
@ -527,6 +527,10 @@
return this.$gettext('Keyword, channel, video, etc.')
},
tagsPlaceholder () {
return this.$gettext('Add tag')
},
publishedDateRanges () {
return [
{