fix: translated menu (#988)
This commit is contained in:
parent
8c88571f6f
commit
9d4ea68e89
|
@ -9,7 +9,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
More
|
{{ $t("More") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
Trending
|
{{ $t("Trending") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
Most Popular
|
{{ $t("Most Popular") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
About
|
{{ $t("About.About") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
History
|
{{ $t("History.History") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
Settings
|
{{ $t("Settings.Settings") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
class="navIcon"
|
class="navIcon"
|
||||||
/>
|
/>
|
||||||
<p class="navLabel">
|
<p class="navLabel">
|
||||||
About
|
{{ $t("About.About") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -82,6 +82,7 @@ Subscriptions:
|
||||||
'Getting Subscriptions. Please wait.': Getting Subscriptions. Please wait.
|
'Getting Subscriptions. Please wait.': Getting Subscriptions. Please wait.
|
||||||
Refresh Subscriptions: Refresh Subscriptions
|
Refresh Subscriptions: Refresh Subscriptions
|
||||||
Load More Videos: Load More Videos
|
Load More Videos: Load More Videos
|
||||||
|
More: More
|
||||||
Trending: Trending
|
Trending: Trending
|
||||||
Most Popular: Most Popular
|
Most Popular: Most Popular
|
||||||
Playlists: Playlists
|
Playlists: Playlists
|
||||||
|
|
Loading…
Reference in New Issue