2020-08-22 20:51:04 +00:00
# Put the name of your locale in the same language
2020-09-29 01:32:18 +00:00
Locale Name : English (US)
2020-08-05 21:13:36 +00:00
FreeTube : FreeTube
# Currently on Subscriptions, Playlists, and History
2020-08-21 01:56:49 +00:00
'This part of the app is not ready yet. Come back later when progress has been made.' : >-
2020-08-06 03:39:00 +00:00
This part of the app is not ready yet. Come back later when progress has been made.
2020-08-05 21:13:36 +00:00
# Webkit Menu Bar
File : File
Quit : Quit
Edit : Edit
Undo : Undo
Redo : Redo
Cut : Cut
Copy : Copy
Paste : Paste
Delete : Delete
Select all : Select all
Reload : Reload
Force Reload : Force Reload
Toggle Developer Tools : Toggle Developer Tools
Actual size : Actual size
Zoom in : Zoom in
Zoom out : Zoom out
Toggle fullscreen : Toggle fullscreen
Window : Window
Minimize : Minimize
Close : Close
Back : Back
Forward : Forward
2021-04-30 21:18:45 +00:00
Open New Window : Open New Window
2020-08-05 21:13:36 +00:00
2020-10-09 20:00:26 +00:00
Version $ is now available! Click for more details : Version $ is now available! Click
for more details
2020-09-20 18:22:39 +00:00
Download From Site : Download From Site
2020-10-09 20:00:26 +00:00
A new blog is now available, $. Click to view more : A new blog is now available, $.
Click to view more
2021-09-16 23:03:25 +00:00
Are you sure you want to open this link? : Are you sure you want to open this link?
2020-09-20 18:22:39 +00:00
2020-08-05 21:13:36 +00:00
# Search Bar
Search / Go to URL : Search / Go to URL
2021-09-06 10:09:11 +00:00
Search Bar :
Clear Input : Clear Input
2020-08-06 03:39:00 +00:00
# In Filter Button
Search Filters :
Search Filters : Search Filters
Sort By :
2020-08-05 21:13:36 +00:00
Sort By : Sort By
2020-08-06 03:39:00 +00:00
Most Relevant : Most Relevant
Rating : Rating
Upload Date : Upload Date
View Count : View Count
Time :
2020-08-05 21:13:36 +00:00
Time : Time
2020-08-06 03:39:00 +00:00
Any Time : Any Time
Last Hour : Last Hour
Today : Today
This Week : This Week
This Month : This Month
This Year : This Year
Type :
2020-08-05 21:13:36 +00:00
Type : Type
2020-08-06 03:39:00 +00:00
All Types : All Types
Videos : Videos
Channels : Channels
#& Playlists
Duration :
2020-08-05 21:13:36 +00:00
Duration : Duration
2020-08-06 03:39:00 +00:00
All Durations : All Durations
Short (< 4 minutes) : Short (< 4 minutes)
Long (> 20 minutes) : Long (> 20 minutes)
# On Search Page
Search Results : Search Results
Fetching results. Please wait : Fetching results. Please wait
Fetch more results : Fetch more results
2021-01-21 19:57:57 +00:00
There are no more results for this search : There are no more results for this search
2020-08-05 21:13:36 +00:00
# Sidebar
2020-08-06 03:39:00 +00:00
Subscriptions :
2020-08-05 21:13:36 +00:00
# On Subscriptions Page
2020-08-21 01:56:49 +00:00
Subscriptions : Subscriptions
Latest Subscriptions : Latest Subscriptions
2020-10-09 20:00:26 +00:00
This profile has a large number of subscriptions. Forcing RSS to avoid rate limiting : This
profile has a large number of subscriptions. Forcing RSS to avoid rate limiting
2020-08-21 01:56:49 +00:00
'Your Subscription list is currently empty. Start adding subscriptions to see them here.' : Your
Subscription list is currently empty. Start adding subscriptions to see them here.
2020-09-02 03:20:21 +00:00
'Getting Subscriptions. Please wait.' : Getting Subscriptions. Please wait.
Refresh Subscriptions : Refresh Subscriptions
2020-10-08 11:06:40 +00:00
Load More Videos : Load More Videos
2021-03-06 16:21:57 +00:00
More : More
2021-09-06 10:09:11 +00:00
Trending :
2021-08-21 21:08:38 +00:00
Trending : Trending
Default : Default
Music : Music
Gaming : Gaming
Movies : Movies
Trending Tabs : Trending Tabs
2020-08-05 21:13:36 +00:00
Most Popular : Most Popular
Playlists : Playlists
2020-08-07 00:20:42 +00:00
User Playlists :
Your Playlists : Your Playlists
2021-01-17 18:07:31 +00:00
Playlist Message : This page is not reflective of fully working playlists. It only
lists videos that you have saved or favorited. When the work has finished, all
videos currently here will be migrated to a 'Favorites' playlist.
2021-01-17 22:31:45 +00:00
Your saved videos are empty. Click on the save button on the corner of a video to have it listed here : Your saved videos are empty. Click on the save button on the corner of a video to have
2021-01-17 18:07:31 +00:00
it listed here
2022-04-09 20:23:34 +00:00
Empty Search Message : There are no videos in this playlist that matches your search
Search option in watch history and favorite playlist (#1942)
* transition duration of 0.5s added to watched videos
* small code reformating
* extra white spaces deleted
* typo in the word transition corrected
* original whitespaces respected
* transition added when hovering end
* video stat components started and properties chosen
* ft-video-stats integraded into the video player for dev and debugging
* using a timer to get video stats and a method to update the statistic every second
* getting statistic from vhs and adaptativeFormat
* frame drop capture
* stats capture in the form of event
* useless comment deleted
* stats render with a for loop in the template
* stats correctly displayed
* overlay stats added
* video stats component deleted
* video stats component deleted inside template video player
* video stats component fully deleted
* modal solution working need more styling and code messy
* lint
* modal working with stats
* keyboard shortcut for stats
* lint fix
* network state is now a string
* new line deleted
* useless whitespace deleted
* package-lock.json remove and ignore
* keyboard shortcut restricted to up arrow
* stats overlay made larger
* align to left corner
* useless formatting of string deleted
* renaming of variable formatedStrats for formattedStats
* keyboard shortcut made into a variable
* lint-fix
* key change for i
* label translated
* whitespace added for gitignore
* lock file not ignored
* videoId stat deleted
* ft-video-player.js, en-US.yaml, fr-FR.yaml: changing percentage stats display
changing the display for percentage stats for the format 'x%' instead of 'xx.xx'
* ft-video-player.js, en-US.yaml, fr-FR.yaml: network state video statistic deleted
* ft-video-player.js: made stats modal background color darker
* ft-video-player.js, en-US.yaml, fr-FR.yaml: video id are now related to the one of youtube
* ft-video-player.js, en-US.yaml, fr-FR.yaml: stats displayed made closet to the youtube implementation
the name are capitalized, the order of display is changed and fps is combined with viewport
* lint-fix
* en-US.yaml, fr-FR.yaml: network state possibilities deleted because not used
* package.json.lock: deleted
* ft-video-player.js: formated_stats renamed for formatted_stats
* lock file deleted
* index.js, ft-video-player.js: handling of right click context menu
via electon ipc bus an event is send to tell the vue component to show the stats modal
* ft-video-player.js, index.js: renaming of video stats display event and definition of it as a variable
* index.js, en-US.yaml: inconsistant capitalization of video statistics label solved
* index.js: pluralized video stats
* ft-video-player.js: fix right click undefined this.player
change the arrow function inside the closure for a function with a bind to this
* ft-video-player.js: handling of the case when this.player is not defined
the property this.stats.display.activated as been added and manage when the to show the stats. In this way in the runtime (it is still refered in the run time but it is capture in an event loop) with dont have to refer to this.player so when it is not defined it doesnt affect the behavior.
* lint fix
* src/renderer/components/ft-video-player/ft-video-player.js: modal.close move into the display event of the statistic context
* lint fix
* src/renderer/components/ft-video-player/ft-video-player.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: better capitalization of the stats labels
* static/locales/en-US.yaml: fps capitalized
* static/locales/fr-FR.yaml, static/locales/en-US.yaml: capitalized label
* src/renderer/views/History/History.js, src/renderer/store/datastores.js, src/renderer/store/modules/history.js: search history function added and indexing of history database
* npm fix
* src/renderer/views/History/History.js, src/renderer/store/modules/history.js: regex used to handle text search since their is no text indexing
* src/renderer/views/History/History.js, src/renderer/views/History/History.vue: search bar added but not adapted for history search use case
* src/renderer/views/History/History.js, src/renderer/views/History/History.vue: search bar added but not adapted for history search use case
* src/renderer/views/History/History.js, src/renderer/store/modules/history.js, src/renderer/views/History/History.vue: search history working but order do not remain the same depending on search
* src/renderer/views/History/History.js, src/renderer/store/modules/history.js, src/renderer/views/History/History.vue: search history working but order do not remain the same depending on search
* src/renderer/views/History/History.js: loading added when query is empty to order the history
* src/renderer/views/History/History.vue, src/renderer/views/History/History.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: translation added
* src/renderer/components/ft-list-video/ft-list-video.js, src/renderer/views/History/History.vue, src/renderer/views/History/History.js: fix the bad history reconstruction problem by adding an update hook to ft-list-video component
* lint fix
* src/datastores/handlers/base.js, src/datastores/handlers/electron.js, src/datastores/handlers/web.js, src/datastores/index.js, src/renderer/store/modules/history.js, src/renderer/views/History/History.js, src/constants.js: history adapted to the new db
* src/renderer/store/modules/history.js: print statement deleted
* src/renderer/views/History/History.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: search history place holder renamed
* search playlists backend
* search bar added into the frontend, search method of playlist deleted because the document are the playlist and not the videos
* src/renderer/store/modules/playlists.js: commment typo resolved
* placeholder name of search bar only defined into the .vue file instead of in the .js file
* src/renderer/components/ft-list-video/ft-list-video.js: fix the mecanism to modify a video card to reflect the current data
* src/renderer/views/History/History.js: doesn't load when query is empty
* src/renderer/components/ft-list-video/ft-list-video.js: fix problem date disapearing
* video id query deleted from search in history and playlist
2022-01-18 05:03:54 +00:00
Search bar placeholder : Search in Playlist
2020-08-06 03:39:00 +00:00
History :
# On History Page
History : History
Watch History : Watch History
2020-08-20 02:39:44 +00:00
Your history list is currently empty. : Your history list is currently empty.
2022-04-09 20:23:34 +00:00
Empty Search Message : There are no videos in your history that matches your search
Search option in watch history and favorite playlist (#1942)
* transition duration of 0.5s added to watched videos
* small code reformating
* extra white spaces deleted
* typo in the word transition corrected
* original whitespaces respected
* transition added when hovering end
* video stat components started and properties chosen
* ft-video-stats integraded into the video player for dev and debugging
* using a timer to get video stats and a method to update the statistic every second
* getting statistic from vhs and adaptativeFormat
* frame drop capture
* stats capture in the form of event
* useless comment deleted
* stats render with a for loop in the template
* stats correctly displayed
* overlay stats added
* video stats component deleted
* video stats component deleted inside template video player
* video stats component fully deleted
* modal solution working need more styling and code messy
* lint
* modal working with stats
* keyboard shortcut for stats
* lint fix
* network state is now a string
* new line deleted
* useless whitespace deleted
* package-lock.json remove and ignore
* keyboard shortcut restricted to up arrow
* stats overlay made larger
* align to left corner
* useless formatting of string deleted
* renaming of variable formatedStrats for formattedStats
* keyboard shortcut made into a variable
* lint-fix
* key change for i
* label translated
* whitespace added for gitignore
* lock file not ignored
* videoId stat deleted
* ft-video-player.js, en-US.yaml, fr-FR.yaml: changing percentage stats display
changing the display for percentage stats for the format 'x%' instead of 'xx.xx'
* ft-video-player.js, en-US.yaml, fr-FR.yaml: network state video statistic deleted
* ft-video-player.js: made stats modal background color darker
* ft-video-player.js, en-US.yaml, fr-FR.yaml: video id are now related to the one of youtube
* ft-video-player.js, en-US.yaml, fr-FR.yaml: stats displayed made closet to the youtube implementation
the name are capitalized, the order of display is changed and fps is combined with viewport
* lint-fix
* en-US.yaml, fr-FR.yaml: network state possibilities deleted because not used
* package.json.lock: deleted
* ft-video-player.js: formated_stats renamed for formatted_stats
* lock file deleted
* index.js, ft-video-player.js: handling of right click context menu
via electon ipc bus an event is send to tell the vue component to show the stats modal
* ft-video-player.js, index.js: renaming of video stats display event and definition of it as a variable
* index.js, en-US.yaml: inconsistant capitalization of video statistics label solved
* index.js: pluralized video stats
* ft-video-player.js: fix right click undefined this.player
change the arrow function inside the closure for a function with a bind to this
* ft-video-player.js: handling of the case when this.player is not defined
the property this.stats.display.activated as been added and manage when the to show the stats. In this way in the runtime (it is still refered in the run time but it is capture in an event loop) with dont have to refer to this.player so when it is not defined it doesnt affect the behavior.
* lint fix
* src/renderer/components/ft-video-player/ft-video-player.js: modal.close move into the display event of the statistic context
* lint fix
* src/renderer/components/ft-video-player/ft-video-player.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: better capitalization of the stats labels
* static/locales/en-US.yaml: fps capitalized
* static/locales/fr-FR.yaml, static/locales/en-US.yaml: capitalized label
* src/renderer/views/History/History.js, src/renderer/store/datastores.js, src/renderer/store/modules/history.js: search history function added and indexing of history database
* npm fix
* src/renderer/views/History/History.js, src/renderer/store/modules/history.js: regex used to handle text search since their is no text indexing
* src/renderer/views/History/History.js, src/renderer/views/History/History.vue: search bar added but not adapted for history search use case
* src/renderer/views/History/History.js, src/renderer/views/History/History.vue: search bar added but not adapted for history search use case
* src/renderer/views/History/History.js, src/renderer/store/modules/history.js, src/renderer/views/History/History.vue: search history working but order do not remain the same depending on search
* src/renderer/views/History/History.js, src/renderer/store/modules/history.js, src/renderer/views/History/History.vue: search history working but order do not remain the same depending on search
* src/renderer/views/History/History.js: loading added when query is empty to order the history
* src/renderer/views/History/History.vue, src/renderer/views/History/History.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: translation added
* src/renderer/components/ft-list-video/ft-list-video.js, src/renderer/views/History/History.vue, src/renderer/views/History/History.js: fix the bad history reconstruction problem by adding an update hook to ft-list-video component
* lint fix
* src/datastores/handlers/base.js, src/datastores/handlers/electron.js, src/datastores/handlers/web.js, src/datastores/index.js, src/renderer/store/modules/history.js, src/renderer/views/History/History.js, src/constants.js: history adapted to the new db
* src/renderer/store/modules/history.js: print statement deleted
* src/renderer/views/History/History.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: search history place holder renamed
* search playlists backend
* search bar added into the frontend, search method of playlist deleted because the document are the playlist and not the videos
* src/renderer/store/modules/playlists.js: commment typo resolved
* placeholder name of search bar only defined into the .vue file instead of in the .js file
* src/renderer/components/ft-list-video/ft-list-video.js: fix the mecanism to modify a video card to reflect the current data
* src/renderer/views/History/History.js: doesn't load when query is empty
* src/renderer/components/ft-list-video/ft-list-video.js: fix problem date disapearing
* video id query deleted from search in history and playlist
2022-01-18 05:03:54 +00:00
Search bar placeholder : "Search in History"
2020-08-06 03:39:00 +00:00
Settings :
# On Settings Page
Settings : Settings
2020-10-09 20:00:26 +00:00
The app needs to restart for changes to take effect. Restart and apply change? : The
app needs to restart for changes to take effect. Restart and apply change?
2020-08-06 03:39:00 +00:00
General Settings :
2020-08-05 21:13:36 +00:00
General Settings : General Settings
2020-09-20 18:22:39 +00:00
Check for Updates : Check for Updates
Check for Latest Blog Posts : Check for Latest Blog Posts
2020-08-21 01:56:49 +00:00
Fallback to Non-Preferred Backend on Failure : Fallback to Non-Preferred Backend
on Failure
2020-08-06 03:39:00 +00:00
Enable Search Suggestions : Enable Search Suggestions
Default Landing Page : Default Landing Page
2020-08-11 22:17:09 +00:00
Locale Preference : Locale Preference
2021-05-07 02:59:37 +00:00
System Default : System Default
2020-08-07 00:20:42 +00:00
Preferred API Backend :
Preferred API Backend : Preferred API Backend
2020-08-06 03:39:00 +00:00
Local API : Local API
Invidious API : Invidious API
Video View Type :
Video View Type : Video View Type
Grid : Grid
List : List
Thumbnail Preference :
Thumbnail Preference : Thumbnail Preference
Default : Default
Beginning : Beginning
Middle : Middle
End : End
2021-07-03 01:55:56 +00:00
Current Invidious Instance : Current Invidious Instance
# $ is replaced with the default Invidious instance
The currently set default instance is $ : The currently set default instance is $
No default instance has been set : No default instance has been set
Current instance will be randomized on startup : Current instance will be randomized on startup
Set Current Instance as Default : Set Current Instance as Default
Clear Default Instance : Clear Default Instance
2021-01-22 02:21:33 +00:00
View all Invidious instance information : View all Invidious instance information
2020-08-06 03:39:00 +00:00
Region for Trending : Region for Trending
2021-09-16 23:03:25 +00:00
#! List countries
External Link Handling :
External Link Handling : External Link Handling
Open Link : Open Link
Ask Before Opening Link : Ask Before Opening Link
No Action : No Action
2020-08-06 03:39:00 +00:00
Theme Settings :
2020-08-05 21:13:36 +00:00
Theme Settings : Theme Settings
2020-08-06 03:39:00 +00:00
Match Top Bar with Main Color : Match Top Bar with Main Color
2020-10-06 15:53:54 +00:00
Expand Side Bar by Default : Expand Side Bar by Default
2020-10-07 13:57:22 +00:00
Disable Smooth Scrolling : Disable Smooth Scrolling
2020-10-06 15:53:54 +00:00
UI Scale : UI Scale
2021-10-05 20:16:47 +00:00
Hide Side Bar Labels : Hide Side Bar Labels
2020-08-06 03:39:00 +00:00
Base Theme :
Base Theme : Base Theme
Black : Black
Dark : Dark
Light : Light
2021-09-22 22:26:14 +00:00
Dracula : Dracula
2020-08-06 03:39:00 +00:00
Main Color Theme :
Main Color Theme : Main Color Theme
Red : Red
Pink : Pink
Purple : Purple
2020-08-07 00:20:42 +00:00
Deep Purple : Deep Purple
2020-08-06 03:39:00 +00:00
Indigo : Indigo
Blue : Blue
Light Blue : Light Blue
Cyan : Cyan
Teal : Teal
Green : Green
Light Green : Light Green
Lime : Lime
Yellow : Yellow
Amber : Amber
Orange : Orange
Deep Orange : Deep Orange
2021-09-22 22:26:14 +00:00
Dracula Cyan : Dracula Cyan
Dracula Green : Dracula Green
Dracula Orange : Dracula Orange
Dracula Pink : Dracula Pink
Dracula Purple : Dracula Purple
Dracula Red : Dracula Red
Dracula Yellow : Dracula Yellow
2020-08-06 03:39:00 +00:00
Secondary Color Theme : Secondary Color Theme
2020-08-05 21:13:36 +00:00
#* Main Color Theme
2020-08-06 03:39:00 +00:00
Player Settings :
2020-08-05 21:13:36 +00:00
Player Settings : Player Settings
2020-08-06 03:39:00 +00:00
Force Local Backend for Legacy Formats : Force Local Backend for Legacy Formats
Play Next Video : Play Next Video
Turn on Subtitles by Default : Turn on Subtitles by Default
Autoplay Videos : Autoplay Videos
Proxy Videos Through Invidious : Proxy Videos Through Invidious
Autoplay Playlists : Autoplay Playlists
Enable Theatre Mode by Default : Enable Theatre Mode by Default
2021-05-26 15:55:11 +00:00
Scroll Volume Over Video Player : Scroll Volume Over Video Player
2021-11-24 21:52:56 +00:00
Scroll Playback Rate Over Video Player : Scroll Playback Rate Over Video Player
2021-05-29 18:35:28 +00:00
Display Play Button In Video Player : Display Play Button In Video Player
2021-04-29 18:33:13 +00:00
Next Video Interval : Next Video Interval
2021-08-05 20:17:01 +00:00
Fast-Forward / Rewind Interval : Fast-Forward / Rewind Interval
2020-08-06 03:39:00 +00:00
Default Volume : Default Volume
Default Playback Rate : Default Playback Rate
2022-04-10 22:00:47 +00:00
Max Video Playback Rate : Max Video Playback Rate
Video Playback Rate Interval : Video Playback Rate Interval
2020-08-06 03:39:00 +00:00
Default Video Format :
Default Video Format : Default Video Format
2021-03-29 17:26:56 +00:00
Dash Formats : DASH Formats
2020-08-06 03:39:00 +00:00
Legacy Formats : Legacy Formats
Audio Formats : Audio Formats
Default Quality :
Default Quality : Default Quality
Auto : Auto
144p : 144p
240p : 240p
360p : 360p
480p : 480p
720p : 720p
1080p : 1080p
1440p : 1440p
4k : 4k
8k : 8k
2021-06-13 15:31:43 +00:00
External Player Settings :
External Player Settings : External Player Settings
External Player : External Player
Ignore Unsupported Action Warnings : Ignore Unsupported Action Warnings
Custom External Player Executable : Custom External Player Executable
Custom External Player Arguments : Custom External Player Arguments
2020-08-22 20:51:04 +00:00
Privacy Settings :
Privacy Settings : Privacy Settings
Remember History : Remember History
Save Watched Progress : Save Watched Progress
2021-04-01 13:54:45 +00:00
Automatically Remove Video Meta Files : Automatically Remove Video Meta Files
2020-08-22 20:51:04 +00:00
Clear Search Cache : Clear Search Cache
2020-08-23 13:23:05 +00:00
Are you sure you want to clear out your search cache? : Are you sure you want to
clear out your search cache?
2020-08-22 20:51:04 +00:00
Search cache has been cleared : Search cache has been cleared
Remove Watch History : Remove Watch History
2020-08-23 13:23:05 +00:00
Are you sure you want to remove your entire watch history? : Are you sure you want
to remove your entire watch history?
2020-08-22 20:51:04 +00:00
Watch history has been cleared : Watch history has been cleared
2020-09-06 22:12:25 +00:00
Remove All Subscriptions / Profiles : Remove All Subscriptions / Profiles
2020-09-12 23:24:57 +00:00
Are you sure you want to remove all subscriptions and profiles? This cannot be undone. : Are
you sure you want to remove all subscriptions and profiles? This cannot be
undone.
2020-08-06 03:39:00 +00:00
Subscription Settings :
Subscription Settings : Subscription Settings
Hide Videos on Watch : Hide Videos on Watch
2020-09-02 03:20:21 +00:00
Fetch Feeds from RSS : Fetch Feeds from RSS
2020-08-06 03:39:00 +00:00
Manage Subscriptions : Manage Subscriptions
2020-10-06 02:27:32 +00:00
Distraction Free Settings :
Distraction Free Settings : Distraction Free Settings
Hide Video Views : Hide Video Views
Hide Video Likes And Dislikes : Hide Video Likes And Dislikes
Hide Channel Subscribers : Hide Channel Subscribers
Hide Comment Likes : Hide Comment Likes
Hide Recommended Videos : Hide Recommended Videos
Hide Trending Videos : Hide Trending Videos
Hide Popular Videos : Hide Popular Videos
2021-03-06 16:21:22 +00:00
Hide Playlists : Hide Playlists
2020-10-06 02:27:32 +00:00
Hide Live Chat : Hide Live Chat
2021-01-10 03:11:42 +00:00
Hide Active Subscriptions : Hide Active Subscriptions
2020-09-06 22:12:25 +00:00
Data Settings :
Data Settings : Data Settings
Select Import Type : Select Import Type
Select Export Type : Select Export Type
2020-08-06 03:39:00 +00:00
Import Subscriptions : Import Subscriptions
2020-09-06 22:12:25 +00:00
Import FreeTube : Import FreeTube
Import YouTube : Import YouTube
Import NewPipe : Import NewPipe
2020-10-08 21:35:36 +00:00
Check for Legacy Subscriptions : Check for Legacy Subscriptions
2020-08-06 03:39:00 +00:00
Export Subscriptions : Export Subscriptions
2020-09-06 22:12:25 +00:00
Export FreeTube : Export FreeTube
Export YouTube : Export YouTube
Export NewPipe : Export NewPipe
Import History : Import History
Export History : Export History
2022-02-06 19:31:27 +00:00
Import Playlists : Import Playlists
Export Playlists : Export Playlists
2020-09-12 23:24:57 +00:00
Profile object has insufficient data, skipping item : Profile object has insufficient
data, skipping item
All subscriptions and profiles have been successfully imported : All subscriptions
and profiles have been successfully imported
All subscriptions have been successfully imported : All subscriptions have been
successfully imported
One or more subscriptions were unable to be imported : One or more subscriptions
were unable to be imported
2020-09-06 22:12:25 +00:00
Invalid subscriptions file : Invalid subscriptions file
This might take a while, please wait : This might take a while, please wait
Invalid history file : Invalid history file
2020-09-12 23:24:57 +00:00
Subscriptions have been successfully exported : Subscriptions have been successfully
exported
History object has insufficient data, skipping item : History object has insufficient
data, skipping item
All watched history has been successfully imported : All watched history has been
successfully imported
All watched history has been successfully exported : All watched history has been
successfully exported
2022-02-06 19:31:27 +00:00
Playlist insufficient data : Insufficient data for "$" playlist, skipping item
All playlists has been successfully imported : All playlists has been
successfully imported
All playlists has been successfully exported : All playlists has been
successfully exported
2020-09-06 22:12:25 +00:00
Unable to read file : Unable to read file
Unable to write file : Unable to write file
Unknown data key : Unknown data key
2020-08-06 03:39:00 +00:00
How do I import my subscriptions? : How do I import my subscriptions?
2021-01-14 18:51:33 +00:00
Manage Subscriptions : Manage Subscriptions
Proxy Settings :
Proxy Settings : Proxy Settings
Enable Tor / Proxy : Enable Tor / Proxy
Proxy Protocol : Proxy Protocol
Proxy Host : Proxy Host
Proxy Port Number : Proxy Port Number
2021-01-17 22:31:45 +00:00
Clicking on Test Proxy will send a request to : Clicking on Test Proxy will send a request to
2021-01-14 18:51:33 +00:00
Test Proxy : Test Proxy
Your Info : Your Info
Ip : Ip
Country : Country
Region : Region
City : City
2021-01-17 22:31:45 +00:00
Error getting network information. Is your proxy configured properly? : Error getting network information. Is your proxy configured properly?
2021-05-16 20:01:24 +00:00
SponsorBlock Settings :
SponsorBlock Settings : SponsorBlock Settings
Enable SponsorBlock : Enable SponsorBlock
'SponsorBlock API Url (Default is https://sponsor.ajay.app)' : SponsorBlock API Url (Default is https://sponsor.ajay.app)
Notify when sponsor segment is skipped : Notify when sponsor segment is skipped
2022-01-30 17:49:16 +00:00
Download Settings :
Download Settings : Download Settings
Ask Download Path : Ask for download path
Choose Path : Choose Path
2020-08-06 03:39:00 +00:00
About :
#On About page
About : About
2021-01-13 22:17:48 +00:00
Beta : Beta
2021-01-15 16:14:45 +00:00
Source code : Source code
Licensed under the AGPLv3 : Licensed under the AGPLv3
View License : View License
Downloads / Changelog : Downloads / Changelog
GitHub releases : GitHub releases
Help : Help
FreeTube Wiki : FreeTube Wiki
2021-01-13 22:17:48 +00:00
FAQ : FAQ
2021-01-15 16:14:45 +00:00
Report a problem : Report a problem
GitHub issues : GitHub issues
Please check for duplicates before posting : Please check for duplicates before posting
2021-01-13 22:17:48 +00:00
Website : Website
2021-01-15 16:14:45 +00:00
Blog : Blog
Email : Email
Mastodon : Mastodon
Chat on Matrix : Chat on Matrix
Please read the : Please read the
room rules : room rules
Translate : Translate
Credits : Credits
FreeTube is made possible by : FreeTube is made possible by
these people and projects : these people and projects
Donate : Donate
2020-08-05 21:13:36 +00:00
2020-08-23 19:07:29 +00:00
Profile :
2021-07-21 15:45:02 +00:00
Profile Settings : Profile Settings
2020-09-09 22:58:35 +00:00
Profile Select : Profile Select
2021-03-06 18:00:52 +00:00
Profile Filter : Profile Filter
2020-08-23 19:07:29 +00:00
All Channels : All Channels
Profile Manager : Profile Manager
2020-08-24 02:56:33 +00:00
Create New Profile : Create New Profile
Edit Profile : Edit Profile
Color Picker : Color Picker
Custom Color : Custom Color
Profile Preview : Profile Preview
Create Profile : Create Profile
Update Profile : Update Profile
Make Default Profile : Make Default Profile
Delete Profile : Delete Profile
2020-09-12 23:24:57 +00:00
Are you sure you want to delete this profile? : Are you sure you want to delete this
profile?
2020-08-24 02:56:33 +00:00
All subscriptions will also be deleted. : All subscriptions will also be deleted.
2020-09-02 03:20:21 +00:00
Profile could not be found : Profile could not be found
Your profile name cannot be empty : Your profile name cannot be empty
Profile has been created : Profile has been created
Profile has been updated : Profile has been updated
Your default profile has been set to $ : Your default profile has been set to $
Removed $ from your profiles : Removed $ from your profiles
2020-09-12 23:24:57 +00:00
Your default profile has been changed to your primary profile : Your default profile
has been changed to your primary profile
2020-09-02 03:20:21 +00:00
$ is now the active profile : $ is now the active profile
2020-09-16 02:07:54 +00:00
Subscription List : Subscription List
Other Channels : Other Channels
$ selected : $ selected
Select All : Select All
Select None : Select None
Delete Selected : Delete Selected
Add Selected To Profile : Add Selected To Profile
No channel(s) have been selected : No channel(s) have been selected
2020-10-09 20:00:26 +00:00
? This is your primary profile. Are you sure you want to delete the selected channels? The
same channels will be deleted in any profile they are found in.
: This is your primary profile. Are you sure you want to delete the selected channels? The
same channels will be deleted in any profile they are found in.
Are you sure you want to delete the selected channels? This will not delete the channel from any other profile. : Are
you sure you want to delete the selected channels? This will not delete the channel
from any other profile.
2020-08-05 21:13:36 +00:00
#On Channel Page
2020-08-09 03:15:00 +00:00
Channel :
Subscriber : Subscriber
Subscribers : Subscribers
Subscribe : Subscribe
Unsubscribe : Unsubscribe
2020-10-09 20:00:26 +00:00
Channel has been removed from your subscriptions : Channel has been removed from
your subscriptions
Removed subscription from $ other channel(s) : Removed subscription from $ other
channel(s)
2020-09-16 12:51:24 +00:00
Added channel to your subscriptions : Added channel to your subscriptions
2020-08-09 03:15:00 +00:00
Search Channel : Search Channel
2020-08-21 01:56:49 +00:00
Your search results have returned 0 results : Your search results have returned 0
results
2020-08-09 03:15:00 +00:00
Sort By : Sort By
Videos :
Videos : Videos
2020-08-21 01:56:49 +00:00
This channel does not currently have any videos : This channel does not currently
have any videos
2020-08-09 03:15:00 +00:00
Sort Types :
Newest : Newest
Oldest : Oldest
Most Popular : Most Popular
Playlists :
Playlists : Playlists
2020-08-21 01:56:49 +00:00
This channel does not currently have any playlists : This channel does not currently
have any playlists
2020-08-09 03:15:00 +00:00
Sort Types :
Last Video Added : Last Video Added
Newest : Newest
Oldest : Oldest
About :
About : About
Channel Description : Channel Description
Featured Channels : Featured Channels
2020-08-07 00:20:42 +00:00
Video :
2020-08-20 02:39:44 +00:00
Mark As Watched : Mark As Watched
Remove From History : Remove From History
Video has been marked as watched : Video has been marked as watched
Video has been removed from your history : Video has been removed from your history
2021-01-14 23:03:23 +00:00
Save Video : Save Video
Video has been saved : Video has been saved
2021-01-17 22:31:45 +00:00
Video has been removed from your saved list : Video has been removed from your saved list
2020-08-12 03:26:49 +00:00
Open in YouTube : Open in YouTube
Copy YouTube Link : Copy YouTube Link
Open YouTube Embedded Player : Open YouTube Embedded Player
Copy YouTube Embedded Player Link : Copy YouTube Embedded Player Link
Open in Invidious : Open in Invidious
Copy Invidious Link : Copy Invidious Link
2020-10-23 08:50:33 +00:00
Open Channel in YouTube : Open Channel in YouTube
Copy YouTube Channel Link : Copy YouTube Channel Link
2020-10-23 10:51:39 +00:00
Open Channel in Invidious : Open Channel in Invidious
Copy Invidious Channel Link : Copy Invidious Channel Link
2020-08-12 03:26:49 +00:00
View : View
2020-08-07 00:20:42 +00:00
Views : Views
2020-09-09 22:58:35 +00:00
Loop Playlist : Loop Playlist
Shuffle Playlist : Shuffle Playlist
Reverse Playlist : Reverse Playlist
Play Next Video : Play Next Video
Play Previous Video : Play Previous Video
2020-08-12 03:26:49 +00:00
# Context is "X People Watching"
Watching : Watching
Watched : Watched
2020-09-07 18:43:44 +00:00
Autoplay : Autoplay
2020-10-09 20:00:26 +00:00
Starting soon, please refresh the page to check again : Starting soon, please refresh
the page to check again
2020-08-12 03:26:49 +00:00
# As in a Live Video
2021-11-06 02:11:21 +00:00
Premieres on : Premieres on
2020-08-12 03:26:49 +00:00
Live : Live
2020-08-07 00:20:42 +00:00
Live Now : Live Now
2020-08-12 03:26:49 +00:00
Live Chat : Live Chat
2020-08-08 02:16:06 +00:00
Enable Live Chat : Enable Live Chat
2020-08-21 01:56:49 +00:00
Live Chat is currently not supported in this build. : Live Chat is currently not
supported in this build.
'Chat is disabled or the Live Stream has ended.' : Chat is disabled or the Live Stream
has ended.
Live chat is enabled. Chat messages will appear here once sent. : Live chat is enabled. Chat
messages will appear here once sent.
'Live Chat is currently not supported with the Invidious API. A direct connection to YouTube is required.' : Live
Chat is currently not supported with the Invidious API. A direct connection to
YouTube is required.
2020-10-08 19:01:46 +00:00
Download Video : Download Video
video only : video only
audio only : audio only
2020-10-05 01:20:30 +00:00
Audio :
Low : Low
Medium : Medium
High : High
Best : Best
2020-08-07 00:20:42 +00:00
Published :
2020-08-21 01:56:49 +00:00
Jan : Jan
Feb : Feb
Mar : Mar
Apr : Apr
May : May
Jun : Jun
Jul : Jul
Aug : Aug
Sep : Sep
Oct : Oct
Nov : Nov
Dec : Dec
Second : Second
Seconds : Seconds
2020-08-31 21:35:22 +00:00
Minute : Minute
Minutes : Minutes
2020-08-21 01:56:49 +00:00
Hour : Hour
Hours : Hours
Day : Day
Days : Days
Week : Week
Weeks : Weeks
Month : Month
Months : Months
Year : Year
Years : Years
Ago : Ago
2020-10-09 01:53:34 +00:00
Upcoming : Premieres on
2020-08-07 00:20:42 +00:00
Published on : Published on
2020-10-31 14:57:51 +00:00
Streamed on : Streamed on
Started streaming on : Started streaming on
2021-03-19 02:36:45 +00:00
translated from English : translated from English
2020-08-18 18:32:01 +00:00
# $ is replaced with the number and % with the unit (days, hours, minutes...)
2021-03-29 17:26:56 +00:00
Publicationtemplate : $ % ago
2021-05-16 20:01:24 +00:00
Skipped segment : Skipped segment
Sponsor Block category :
sponsor : sponsor
intro : intro
outro : outro
self-promotion : self-promotion
interaction : interaction
music offtopic : music offtopic
2021-06-13 15:31:43 +00:00
External Player :
# $ is replaced with the external player
OpenInTemplate : Open in $
video : video
playlist : playlist
# $ is replaced with the current context (see video/playlist above) and % the external player setting
OpeningTemplate : Opening $ in %...
# $ is replaced with the external player and % with the unsupported action
UnsupportedActionTemplate: '$ does not support : %'
Unsupported Actions :
starting video at offset : starting video at offset
setting a playback rate : setting a playback rate
opening playlists : opening playlists
opening specific video in a playlist (falling back to opening the video) : opening specific video in a playlist (falling back to opening the video)
reversing playlists : reversing playlists
shuffling playlists : shuffling playlists
looping playlists : looping playlists
Stats for nerds (#1867)
* transition duration of 0.5s added to watched videos
* small code reformating
* extra white spaces deleted
* typo in the word transition corrected
* original whitespaces respected
* transition added when hovering end
* video stat components started and properties chosen
* ft-video-stats integraded into the video player for dev and debugging
* using a timer to get video stats and a method to update the statistic every second
* getting statistic from vhs and adaptativeFormat
* frame drop capture
* stats capture in the form of event
* useless comment deleted
* stats render with a for loop in the template
* stats correctly displayed
* overlay stats added
* video stats component deleted
* video stats component deleted inside template video player
* video stats component fully deleted
* modal solution working need more styling and code messy
* lint
* modal working with stats
* keyboard shortcut for stats
* lint fix
* network state is now a string
* new line deleted
* useless whitespace deleted
* package-lock.json remove and ignore
* keyboard shortcut restricted to up arrow
* stats overlay made larger
* align to left corner
* useless formatting of string deleted
* renaming of variable formatedStrats for formattedStats
* keyboard shortcut made into a variable
* lint-fix
* key change for i
* label translated
* whitespace added for gitignore
* lock file not ignored
* videoId stat deleted
* ft-video-player.js, en-US.yaml, fr-FR.yaml: changing percentage stats display
changing the display for percentage stats for the format 'x%' instead of 'xx.xx'
* ft-video-player.js, en-US.yaml, fr-FR.yaml: network state video statistic deleted
* ft-video-player.js: made stats modal background color darker
* ft-video-player.js, en-US.yaml, fr-FR.yaml: video id are now related to the one of youtube
* ft-video-player.js, en-US.yaml, fr-FR.yaml: stats displayed made closet to the youtube implementation
the name are capitalized, the order of display is changed and fps is combined with viewport
* lint-fix
* en-US.yaml, fr-FR.yaml: network state possibilities deleted because not used
* package.json.lock: deleted
* ft-video-player.js: formated_stats renamed for formatted_stats
* lock file deleted
* index.js, ft-video-player.js: handling of right click context menu
via electon ipc bus an event is send to tell the vue component to show the stats modal
* ft-video-player.js, index.js: renaming of video stats display event and definition of it as a variable
* index.js, en-US.yaml: inconsistant capitalization of video statistics label solved
* index.js: pluralized video stats
* ft-video-player.js: fix right click undefined this.player
change the arrow function inside the closure for a function with a bind to this
* ft-video-player.js: handling of the case when this.player is not defined
the property this.stats.display.activated as been added and manage when the to show the stats. In this way in the runtime (it is still refered in the run time but it is capture in an event loop) with dont have to refer to this.player so when it is not defined it doesnt affect the behavior.
* lint fix
* src/renderer/components/ft-video-player/ft-video-player.js: modal.close move into the display event of the statistic context
* lint fix
* src/renderer/components/ft-video-player/ft-video-player.js, static/locales/en-US.yaml, static/locales/fr-FR.yaml: better capitalization of the stats labels
* static/locales/en-US.yaml: fps capitalized
* static/locales/fr-FR.yaml, static/locales/en-US.yaml: capitalized label
2021-11-23 11:34:04 +00:00
Stats :
2022-02-20 02:32:34 +00:00
Video statistics are not available for legacy videos : Video statistics are not available for legacy videos
2022-02-19 22:17:58 +00:00
Video ID : Video ID
Resolution : Resolution
Player Dimensions : Player Dimensions
Bitrate : Bitrate
Volume : Volume
Bandwidth : Bandwidth
Buffered : Buffered
Dropped / Total Frames : Dropped / Total Frames
Mimetype : Mimetype
2020-08-05 21:13:36 +00:00
#& Videos
2020-08-06 03:39:00 +00:00
Videos :
#& Sort By
Sort By :
Newest : Newest
Oldest : Oldest
#& Most Popular
2020-08-05 21:13:36 +00:00
#& Playlists
2020-08-06 03:39:00 +00:00
Playlist :
#& About
2021-07-21 15:45:02 +00:00
Playlist : Playlist
2020-08-06 03:39:00 +00:00
View Full Playlist : View Full Playlist
2020-08-12 03:26:49 +00:00
Videos : Videos
View : View
Views : Views
Last Updated On : Last Updated On
Share Playlist :
Share Playlist : Share Playlist
Copy YouTube Link : Copy YouTube Link
Open in YouTube : Open in YouTube
Copy Invidious Link : Copy Invidious Link
Open in Invidious : Open in Invidious
2020-08-05 21:13:36 +00:00
# On Video Watch Page
#* Published
#& Views
2020-08-07 00:20:42 +00:00
Toggle Theatre Mode : Toggle Theatre Mode
2020-08-06 03:39:00 +00:00
Change Format :
2020-08-07 00:20:42 +00:00
Change Video Formats : Change Video Formats
2021-03-29 17:26:56 +00:00
Use Dash Formats : Use DASH Formats
2020-08-06 03:39:00 +00:00
Use Legacy Formats : Use Legacy Formats
Use Audio Formats : Use Audio Formats
2021-03-29 17:26:56 +00:00
Dash formats are not available for this video : DASH formats are not available for
2020-10-09 20:00:26 +00:00
this video
Audio formats are not available for this video : Audio formats are not available
for this video
2020-08-06 03:39:00 +00:00
Share :
2020-08-07 00:20:42 +00:00
Share Video : Share Video
2020-09-12 15:20:12 +00:00
Include Timestamp : Include Timestamp
2020-08-06 03:39:00 +00:00
Copy Link : Copy Link
Open Link : Open Link
Copy Embed : Copy Embed
Open Embed : Open Embed
# On Click
2020-08-08 02:16:06 +00:00
Invidious URL copied to clipboard : Invidious URL copied to clipboard
Invidious Embed URL copied to clipboard : Invidious Embed URL copied to clipboard
2020-10-23 10:51:39 +00:00
Invidious Channel URL copied to clipboard : Invidious Channel URL copied to clipboard
2020-08-08 02:16:06 +00:00
YouTube URL copied to clipboard : YouTube URL copied to clipboard
YouTube Embed URL copied to clipboard : YouTube Embed URL copied to clipboard
2020-10-23 08:50:33 +00:00
YouTube Channel URL copied to clipboard : YouTube Channel URL copied to clipboard
2020-08-05 21:13:36 +00:00
Mini Player : Mini Player
2020-08-08 02:16:06 +00:00
Comments :
Comments : Comments
Click to View Comments : Click to View Comments
Getting comment replies, please wait : Getting comment replies, please wait
2020-09-22 22:02:20 +00:00
There are no more comments for this video : There are no more comments for this video
2020-08-08 02:16:06 +00:00
Show Comments : Show Comments
Hide Comments : Hide Comments
2020-10-04 22:17:21 +00:00
Sort by : Sort by
2020-10-04 22:15:06 +00:00
Top comments : Top comments
Newest first : Newest First
2021-11-06 02:11:21 +00:00
# Context: View 10 Replies, View 1 Reply, View 1 Reply from Owner, View 2 Replies from Owner and others
2020-08-08 02:16:06 +00:00
View : View
Hide : Hide
Replies : Replies
2021-08-21 08:11:19 +00:00
Show More Replies : Show More Replies
2020-08-08 02:16:06 +00:00
Reply : Reply
2021-11-06 02:11:21 +00:00
From $channelName : from $channelName
And others : and others
2020-08-21 01:56:49 +00:00
There are no comments available for this video : There are no comments available
for this video
2020-10-05 18:35:54 +00:00
Load More Comments : Load More Comments
2020-10-05 18:31:45 +00:00
No more comments available : No more comments available
2021-11-06 02:11:21 +00:00
Pinned by : Pinned by
2020-08-05 21:13:36 +00:00
Up Next : Up Next
2020-10-19 15:32:53 +00:00
#Tooltips
Tooltips :
General Settings :
2020-10-25 20:46:38 +00:00
Preferred API Backend : Choose the backend that FreeTube uses to obtain data. The
local API is a built-in extractor. The Invidious API requires an Invidious server
to connect to.
Fallback to Non-Preferred Backend on Failure : When your preferred API has a problem,
FreeTube will automatically attempt to use your non-preferred API as a fallback
2021-03-29 17:26:56 +00:00
method when enabled.
2020-10-25 20:46:38 +00:00
Thumbnail Preference : All thumbnails throughout FreeTube will be replaced with
2021-03-29 17:26:56 +00:00
a frame of the video instead of the default thumbnail.
2020-10-25 20:46:38 +00:00
Invidious Instance : The Invidious instance that FreeTube will connect to for API
2021-10-05 05:58:35 +00:00
calls.
2020-10-25 20:46:38 +00:00
Region for Trending : The region of trends allows you to pick which country's trending
videos you want to have displayed. Not all countries displayed are actually
2021-03-29 17:26:56 +00:00
supported by YouTube.
2021-09-16 23:03:25 +00:00
External Link Handling : |
Choose the default behavior when a link, which cannot be opened in FreeTube, is clicked.
By default FreeTube will open the clicked link in your default browser.
2020-10-19 15:32:53 +00:00
Player Settings :
2020-10-25 20:46:38 +00:00
Force Local Backend for Legacy Formats : Only works when the Invidious API is your
default. When enabled, the local API will run and use the legacy formats returned
by that instead of the ones returned by Invidious. Helps when the videos returned
2021-03-29 17:26:56 +00:00
by Invidious don't play due to country restrictions.
2020-10-25 20:46:38 +00:00
Proxy Videos Through Invidious : Will connect to Invidious to serve videos instead
2021-03-29 17:26:56 +00:00
of making a direct connection to YouTube. Overrides API preference.
Default Video Format : Set the formats used when a video plays. DASH formats can
2020-10-25 20:46:38 +00:00
play higher qualities. Legacy formats are limited to a max of 720p but use less
2021-03-29 17:26:56 +00:00
bandwidth. Audio formats are audio only streams.
2021-11-24 21:52:56 +00:00
Scroll Playback Rate Over Video Player : While the cursor is over the video, press and
hold the Control key (Command Key on Mac) and scroll the mouse wheel forwards or backwards to control
the playback rate. Press and hold the Control key (Command Key on Mac) and left click the mouse
to quickly return to the default playback rate (1x unless it has been changed in the settings).
2021-06-13 15:31:43 +00:00
External Player Settings :
External Player : Choosing an external player will display an icon, for opening the
video (playlist if supported) in the external player, on the thumbnail.
Custom External Player Executable : By default, FreeTube will assume that the chosen external
player can be found via the PATH environment variable. If needed, a custom path can
be set here.
Ignore Warnings : Suppress warnings for when the current external player does not support
the current action (e.g. reversing playlists, etc.).
Custom External Player Arguments : Any custom command line arguments, separated by semicolons (';'),
you want to be passed to the external player.
2021-10-07 06:29:43 +00:00
# $ is replaced with the default custom arguments for the current player, if defined.
DefaultCustomArgumentsTemplate: '(Default : '' $'')'
2020-10-19 15:32:53 +00:00
Subscription Settings :
2021-03-06 18:10:39 +00:00
Fetch Feeds from RSS : When enabled, FreeTube will use RSS instead of its default
2020-10-25 20:46:38 +00:00
method for grabbing your subscription feed. RSS is faster and prevents IP blocking,
but doesn't provide certain information like video duration or live status
2021-04-01 13:54:45 +00:00
Privacy Settings :
Remove Video Meta Files : When enabled, FreeTube automatically deletes meta files created during video playback,
when the watch page is closed.
2020-10-19 15:32:53 +00:00
2020-08-05 21:13:36 +00:00
# Toast Messages
Local API Error (Click to copy) : Local API Error (Click to copy)
2020-08-08 02:16:06 +00:00
Invidious API Error (Click to copy) : Invidious API Error (Click to copy)
2020-08-05 21:13:36 +00:00
Falling back to Invidious API : Falling back to Invidious API
Falling back to the local API : Falling back to the local API
2020-10-09 20:00:26 +00:00
This video is unavailable because of missing formats. This can happen due to country unavailability. : This
video is unavailable because of missing formats. This can happen due to country
unavailability.
2020-08-05 21:13:36 +00:00
Subscriptions have not yet been implemented : Subscriptions have not yet been implemented
2021-04-25 00:28:29 +00:00
Unknown YouTube url type, cannot be opened in app : Unknown YouTube url type, cannot be opened in app
Hashtags have not yet been implemented, try again later : Hashtags have not yet been implemented, try again later
2020-08-05 21:13:36 +00:00
Loop is now disabled : Loop is now disabled
Loop is now enabled : Loop is now enabled
Shuffle is now disabled : Shuffle is now disabled
Shuffle is now enabled : Shuffle is now enabled
2020-09-09 22:58:35 +00:00
The playlist has been reversed : The playlist has been reversed
2020-08-05 21:13:36 +00:00
Playing Next Video : Playing Next Video
2020-08-09 03:15:00 +00:00
Playing Previous Video : Playing Previous Video
2021-03-06 16:25:50 +00:00
Playing Next Video Interval : Playing next video in no time. Click to cancel. | Playing next video in {nextVideoInterval} second. Click to cancel. | Playing next video in {nextVideoInterval} seconds. Click to cancel.
2020-08-05 21:13:36 +00:00
Canceled next video autoplay : Canceled next video autoplay
2021-07-03 01:55:56 +00:00
# $ is replaced with the default Invidious instance
Default Invidious instance has been set to $ : Default Invidious instance has been set to $
Default Invidious instance has been cleared : Default Invidious instance has been cleared
2020-08-21 01:56:49 +00:00
'The playlist has ended. Enable loop to continue playing' : 'The playlist has ended. Enable
loop to continue playing'
2021-09-16 23:03:25 +00:00
External link opening has been disabled in the general settings : 'External link opening has been disabled in the general settings'
2022-02-02 03:11:38 +00:00
Downloading has completed : '"$" has finished downloading'
Starting download : 'Starting download of "$"'
Downloading failed : 'There was an issue downloading "$"'
2020-08-05 21:13:36 +00:00
2020-08-06 03:39:00 +00:00
Yes : Yes
No : No