Changed the fixed string 'load more' in the subscription page for a 'Load more videos' and placed it in the yaml files
This commit is contained in:
		
							parent
							
								
									17beca1379
								
							
						
					
					
						commit
						31ff7f5167
					
				|  | @ -23,7 +23,7 @@ | ||||||
|       <ft-flex-box> |       <ft-flex-box> | ||||||
|         <ft-button |         <ft-button | ||||||
|           v-if="videoList.length > dataLimit" |           v-if="videoList.length > dataLimit" | ||||||
|           label="Load More" |           :label="$t('Subscriptions.Load More Videos')" | ||||||
|           background-color="var(--primary-color)" |           background-color="var(--primary-color)" | ||||||
|           text-color="var(--text-with-main-color)" |           text-color="var(--text-with-main-color)" | ||||||
|           @click="increaseLimit" |           @click="increaseLimit" | ||||||
|  |  | ||||||
|  | @ -76,6 +76,7 @@ Subscriptions: | ||||||
|   This profile has a large number of subscriptions.  Forcing RSS to avoid rate limiting: Dieses |   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 |     Profil hat eine große Anzahl von Abonnementen.  RSS zur Vermeidung von Tarifbeschränkungen | ||||||
|     erzwingen |     erzwingen | ||||||
|  |   Load More Videos: Lade mehr Videos | ||||||
| Trending: Trends | Trending: Trends | ||||||
| Most Popular: Am beliebtesten | Most Popular: Am beliebtesten | ||||||
| Playlists: Wiedergabelisten | Playlists: Wiedergabelisten | ||||||
|  |  | ||||||
|  | @ -77,6 +77,7 @@ Subscriptions: | ||||||
|     Subscription list is currently empty. Start adding subscriptions to see them here. |     Subscription list is currently empty. Start adding subscriptions to see them here. | ||||||
|   '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 | ||||||
| Trending: Trending | Trending: Trending | ||||||
| Most Popular: Most Popular | Most Popular: Most Popular | ||||||
| Playlists: Playlists | Playlists: Playlists | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue