mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
no videos feed page text to translations
This commit is contained in:
parent
546d94ea60
commit
b13afc7d30
2 changed files with 7 additions and 4 deletions
|
@ -77,10 +77,10 @@
|
||||||
style="text-align: center; width: 100%; margin-top: 10%;"
|
style="text-align: center; width: 100%; margin-top: 10%;"
|
||||||
>
|
>
|
||||||
<img width="210" src="/img/feed-no-video.png" />
|
<img width="210" src="/img/feed-no-video.png" />
|
||||||
<h3 style="font-family: MontserratBold;">No videos in My feed yet</h3>
|
<h3 style="font-family: MontserratBold;">{{ $t("actions.subscribe_to_channels_title") }}</h3>
|
||||||
<p class="uk-text-center" style="line-height: 21px;">
|
<p class="uk-text-center" style="line-height: 21px;">
|
||||||
Subscribe to channels to be<br />
|
{{ $t("actions.subscribe_to_channels_1") }}<br />
|
||||||
the first to see new videos.
|
{{ $t("actions.subscribe_to_channels_2") }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -65,7 +65,10 @@
|
||||||
"view_ssl_score": "View SSL Score",
|
"view_ssl_score": "View SSL Score",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"filter": "Filter",
|
"filter": "Filter",
|
||||||
"loading": "Loading..."
|
"loading": "Loading...",
|
||||||
|
"subscribe_to_channels_1": "Subscribe to channels to",
|
||||||
|
"subscribe_to_channels_2": "see videos in this section.",
|
||||||
|
"subscribe_to_channels_title": "No videos in My feed yet"
|
||||||
},
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"pinned_by": "Pinned by"
|
"pinned_by": "Pinned by"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue