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