Merge pull request #619 from GilgusMaximus/development
Changed the fixed string 'load more' in the subscription page
This commit is contained in:
commit
9a099a9299
|
@ -23,7 +23,7 @@
|
|||
<ft-flex-box>
|
||||
<ft-button
|
||||
v-if="videoList.length > dataLimit"
|
||||
label="Load More"
|
||||
:label="$t('Subscriptions.Load More Videos')"
|
||||
background-color="var(--primary-color)"
|
||||
text-color="var(--text-with-main-color)"
|
||||
@click="increaseLimit"
|
||||
|
|
|
@ -76,6 +76,7 @@ Subscriptions:
|
|||
This profile has a large number of subscriptions. Forcing RSS to avoid rate limiting: Dieses
|
||||
Profil hat eine große Anzahl von Abonnementen. RSS zur Vermeidung von Tarifbeschränkungen
|
||||
erzwingen
|
||||
Load More Videos: Lade mehr Videos
|
||||
Trending: Trends
|
||||
Most Popular: Am beliebtesten
|
||||
Playlists: Wiedergabelisten
|
||||
|
|
|
@ -77,6 +77,7 @@ Subscriptions:
|
|||
Subscription list is currently empty. Start adding subscriptions to see them here.
|
||||
'Getting Subscriptions. Please wait.': Getting Subscriptions. Please wait.
|
||||
Refresh Subscriptions: Refresh Subscriptions
|
||||
Load More Videos: Load More Videos
|
||||
Trending: Trending
|
||||
Most Popular: Most Popular
|
||||
Playlists: Playlists
|
||||
|
|
Loading…
Reference in New Issue