Added translatability to Cast in dropdown
This commit is contained in:
parent
f5539dc1dc
commit
38788ff806
5 changed files with 8 additions and 1 deletions
|
@ -222,3 +222,7 @@ Update 04/06/2022 18:45 UTC
|
||||||
* `action.cast.scan`: Added for `en_US`
|
* `action.cast.scan`: Added for `en_US`
|
||||||
* `action.cast.scanning`: Added for `en_US`
|
* `action.cast.scanning`: Added for `en_US`
|
||||||
|
|
||||||
|
Update 04/07/2022 13:45 UTC
|
||||||
|
|
||||||
|
* `term.cast`: Added for `en_US`
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"term.accountSettings": "Account Settings",
|
"term.accountSettings": "Account Settings",
|
||||||
"term.logout": "Logout",
|
"term.logout": "Logout",
|
||||||
"term.login": "Log In",
|
"term.login": "Log In",
|
||||||
|
"term.cast": "Cast",
|
||||||
"term.about": "About",
|
"term.about": "About",
|
||||||
"term.privateSession": "Private Session",
|
"term.privateSession": "Private Session",
|
||||||
"term.queue": "Queue",
|
"term.queue": "Queue",
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"term.accountSettings": "Fiókbeállítások",
|
"term.accountSettings": "Fiókbeállítások",
|
||||||
"term.logout": "Kijelentkezés",
|
"term.logout": "Kijelentkezés",
|
||||||
"term.login": "Bejelentkezés",
|
"term.login": "Bejelentkezés",
|
||||||
|
"term.cast": "Tükrözés",
|
||||||
"term.about": "Névjegy",
|
"term.about": "Névjegy",
|
||||||
"term.privateSession": "Privát hallgatás",
|
"term.privateSession": "Privát hallgatás",
|
||||||
"term.queue": "Várólista",
|
"term.queue": "Várólista",
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
"term.accountSettings": "Account Settings",
|
"term.accountSettings": "Account Settings",
|
||||||
"term.logout": "Logout",
|
"term.logout": "Logout",
|
||||||
"term.login": "Log In",
|
"term.login": "Log In",
|
||||||
|
"term.cast": "Cast",
|
||||||
"term.about": "About",
|
"term.about": "About",
|
||||||
"term.privateSession": "Private Session",
|
"term.privateSession": "Private Session",
|
||||||
"term.queue": "Queue",
|
"term.queue": "Queue",
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" v-if="cfg.advanced.AudioContext" @click="modals.castMenu = true">
|
<button class="usermenu-item" v-if="cfg.advanced.AudioContext" @click="modals.castMenu = true">
|
||||||
<span class="usermenu-item-icon"><%- include("../svg/cast.svg") %></span>
|
<span class="usermenu-item-icon"><%- include("../svg/cast.svg") %></span>
|
||||||
<span class="usermenu-item-name">Cast</span>
|
<span class="usermenu-item-name">{{$root.getLz('term.cast')}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button class="usermenu-item" v-if="cfg.advanced.AudioContext"
|
<button class="usermenu-item" v-if="cfg.advanced.AudioContext"
|
||||||
@click="modals.audioSettings = true">
|
@click="modals.audioSettings = true">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue