mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +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>
|
</b-button>
|
||||||
|
|
||||||
<div class="select is-dark">
|
<div class="select is-dark">
|
||||||
<b-select placeholder="Select Server"
|
<b-select v-bind:placeholder="$t('Common.SelServer')"
|
||||||
@input="assignTag">
|
@input="assignTag">
|
||||||
<option
|
<option
|
||||||
v-for="option in pserver"
|
v-for="option in pserver"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"Common": {
|
"Common": {
|
||||||
"AppName": "WebTools-NG"
|
"AppName": "WebTools-NG",
|
||||||
|
"SelServer": "Select Server"
|
||||||
},
|
},
|
||||||
"ET": {
|
"ET": {
|
||||||
"Description": "@:ET.Name allows you to export some information about the medias in your libraries",
|
"Description": "@:ET.Name allows you to export some information about the medias in your libraries",
|
||||||
|
|
Loading…
Add table
Reference in a new issue