mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 02:53:05 +00:00
Servere Selector placeholder i18n
This commit is contained in:
parent
ea26c91aae
commit
3e18062131
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue