Use i18n
This commit is contained in:
parent
76ad4bd5a5
commit
8b59bb3ddf
4 changed files with 8 additions and 2 deletions
|
@ -448,3 +448,7 @@ Update 10/06/2022 20:00 UTC
|
|||
|
||||
* `settings.option.visual.purplePodcastPlaybackBar`: Added to `en_US`
|
||||
|
||||
Update 14/06/2022 14:10 UTC
|
||||
|
||||
* `term.themeManaged`: Added to `en_US`
|
||||
|
||||
|
|
|
@ -154,6 +154,7 @@
|
|||
},
|
||||
"term.videos": "Videos",
|
||||
"term.menu": "Menu",
|
||||
"term.themeManaged": "Managed by a theme",
|
||||
"term.check": "Check",
|
||||
"term.aboutArtist": "About {{artistName}}",
|
||||
"term.topResult": "Top Result",
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
},
|
||||
"term.videos": "Videos",
|
||||
"term.menu": "Menu",
|
||||
"term.themeManaged": "Managed by a theme",
|
||||
"term.check": "Check",
|
||||
"term.aboutArtist": "About {{artistName}}",
|
||||
"term.topResult": "Top Result",
|
||||
|
|
|
@ -386,7 +386,7 @@
|
|||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz("settings.option.visual.windowStyle")}}
|
||||
<small v-if="app.getThemeDirective('windowLayout')">Managed by a theme</small>
|
||||
<small v-if="app.getThemeDirective('windowLayout')">{{$root.getLz('term.themeManaged')}}</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<label>
|
||||
|
@ -1216,7 +1216,7 @@
|
|||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.experimental.compactUI')}}
|
||||
<small v-if="app.getThemeDirective('forceUI')">Managed by a theme</small>
|
||||
<small v-if="app.getThemeDirective('forceUI')">{{$root.getLz('term.themeManaged')}}</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue