Add i18n string for Dynamic
This commit is contained in:
parent
591c80205b
commit
d3d20868c4
5 changed files with 9 additions and 1 deletions
|
@ -290,3 +290,8 @@ Update 25/04/2022 00:21 UTC
|
|||
* `settings.description.cast`: Added for `en_US`
|
||||
* `settings.description.settings`: Added for `en_US`
|
||||
* `settings.description.developer`: Added for `en_US`
|
||||
|
||||
Update 28/04/2022 21:30 UTC
|
||||
|
||||
* `term.dynamic`: Added for `en_US`
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
"term.viewAs": "View As",
|
||||
"term.viewAs.coverArt": "Cover Art",
|
||||
"term.viewAs.list": "List",
|
||||
"term.dynamic": "Dynamic",
|
||||
"term.size": "Size",
|
||||
"term.size.normal": "Normal",
|
||||
"term.size.compact": "Compact",
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
"term.viewAs": "Megjelenítés",
|
||||
"term.viewAs.coverArt": "Borító",
|
||||
"term.viewAs.list": "Lista",
|
||||
"term.dynamic": "Dinamikus",
|
||||
"term.size": "Méret",
|
||||
"term.size.normal": "Normál",
|
||||
"term.size.compact": "Kompakt",
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
"term.viewAs": "View As",
|
||||
"term.viewAs.coverArt": "Cover Art",
|
||||
"term.viewAs.list": "List",
|
||||
"term.dynamic": "Dynamic",
|
||||
"term.size": "Size",
|
||||
"term.size.normal": "Normal",
|
||||
"term.size.compact": "Compact",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<option value="library-artists">{{$root.getLz('term.artists')}}</option>
|
||||
<option value="library-videos">{{$root.getLz('term.videos')}}</option>
|
||||
<option value="podcasts">{{$root.getLz('term.podcasts')}}</option>
|
||||
<option value="dynamic">Dynamic</option>
|
||||
<option value="dynamic">{{$root.getLz('term.dynamic')}}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue