Added translatable string to Disable Private Session
This commit is contained in:
parent
6c2a1774f2
commit
9dd8ec0eaf
5 changed files with 8 additions and 1 deletions
|
@ -226,3 +226,7 @@ Update 04/07/2022 14:30 UTC
|
|||
|
||||
* `term.cast`: Added for `en_US`
|
||||
|
||||
Update 04/08/2022 22:00 UTC
|
||||
|
||||
* `term.disablePrivateSession`: Added for `en_US`
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"term.cast": "Cast",
|
||||
"term.about": "About",
|
||||
"term.privateSession": "Private Session",
|
||||
"term.disablePrivateSession": "Disable Private Session",
|
||||
"term.queue": "Queue",
|
||||
"term.lyrics": "Lyrics",
|
||||
"term.miniplayer": "MiniPlayer",
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"term.cast": "Tükrözés",
|
||||
"term.about": "Névjegy",
|
||||
"term.privateSession": "Privát hallgatás",
|
||||
"term.disablePrivateSession": "Privát hallgatás kikapcsolása",
|
||||
"term.queue": "Várólista",
|
||||
"term.lyrics": "Dalszöveg",
|
||||
"term.miniplayer": "Minilejátszó",
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"term.cast": "Cast",
|
||||
"term.about": "About",
|
||||
"term.privateSession": "Private Session",
|
||||
"term.disablePrivateSession": "Disable Private Session",
|
||||
"term.queue": "Queue",
|
||||
"term.lyrics": "Lyrics",
|
||||
"term.miniplayer": "MiniPlayer",
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<button class="usermenu-item" v-if="cfg.general.privateEnabled"
|
||||
@click="cfg.general.privateEnabled = false">
|
||||
<span class="usermenu-item-icon"><%- include("../svg/x.svg") %></span>
|
||||
<span class="usermenu-item-name">{{$root.getLz('term.disable')}} {{$root.getLz('term.privateSession')}}</span>
|
||||
<span class="usermenu-item-name">{{$root.getLz('term.disablePrivateSession')}}</span>
|
||||
</button>
|
||||
<button class="usermenu-item" @click="appRoute('remote-pair')">
|
||||
<span class="usermenu-item-icon">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue