Update translations
This commit is contained in:
parent
0a22effc51
commit
04dd87df51
|
@ -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"
|
||||||
|
|
|
@ -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
|
@ -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 [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue