Servere Selector placeholder i18n

This commit is contained in:
UKDTOM 2020-05-23 20:13:42 +02:00
parent ea26c91aae
commit 3e18062131
2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,7 @@
</b-button>
<div class="select is-dark">
<b-select placeholder="Select Server"
<b-select v-bind:placeholder="$t('Common.SelServer')"
@input="assignTag">
<option
v-for="option in pserver"

View file

@ -1,6 +1,7 @@
{
"Common": {
"AppName": "WebTools-NG"
"AppName": "WebTools-NG",
"SelServer": "Select Server"
},
"ET": {
"Description": "@:ET.Name allows you to export some information about the medias in your libraries",