Previous month
+ Fyrri mánuðurnode_modules/src/datepicker/datepicker-navigation.ts61,64
@@ -15,6 +16,7 @@
Next month
+ Næsti mánuðurnode_modules/src/datepicker/datepicker-navigation.ts86
@@ -71,7 +73,7 @@
- Slide of
+ Slide of node_modules/src/ngb-config.ts13
@@ -319,7 +321,7 @@
- ADMINISTRATORS & SUSTAINABILITY
+ ADMINISTRATORS & SUSTAINABILITYsrc/app/+about/about-instance/about-instance.component.html32,33
@@ -354,7 +356,7 @@
- INFORMATION
+ INFORMATIONsrc/app/+about/about-instance/about-instance.component.html101,102
@@ -396,7 +398,7 @@
- MODERATION
+ MODERATIONsrc/app/+about/about-instance/about-instance.component.html129,130
@@ -448,7 +450,7 @@
- OTHER INFORMATION
+ OTHER INFORMATIONsrc/app/+about/about-instance/about-instance.component.html186,187
@@ -649,28 +651,28 @@
- This website is powered by PeerTube
+ This website is powered by PeerTubesrc/app/+about/about-peertube/about-peertube.component.html2,4
- PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
+ PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.src/app/+about/about-peertube/about-peertube.component.html9,11
- It is free and open-source software, under AGPLv3 licence.
+ It is free and open-source software, under AGPLv3 licence. src/app/+about/about-peertube/about-peertube.component.html13,16
- For more information, please visit joinpeertube.org.
+ For more information, please visit joinpeertube.org. src/app/+about/about-peertube/about-peertube.component.html18,20
@@ -684,7 +686,7 @@
- Discover how to setup your account, what is a channel, how to create a playlist and more!
+ Discover how to setup your account, what is a channel, how to create a playlist and more!src/app/+about/about-peertube/about-peertube.component.html31,33
@@ -698,7 +700,7 @@
- Discover unofficial Android applications or browser addons!
+ Discover unofficial Android applications or browser addons!src/app/+about/about-peertube/about-peertube.component.html43,45
@@ -712,7 +714,7 @@
- Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!
+ Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!src/app/+about/about-peertube/about-peertube.component.html55,57
@@ -726,14 +728,14 @@
- PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.
+ PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.src/app/+about/about-peertube/about-peertube.component.html69,73
- The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video.
+ The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video.src/app/+about/about-peertube/about-peertube.component.html75,78
@@ -747,56 +749,56 @@
- In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:
+ In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:src/app/+about/about-peertube/about-peertube.component.html82,85
- An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
+ An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)src/app/+about/about-peertube/about-peertube.component.html88,91
- For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm
+ For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarmsrc/app/+about/about-peertube/about-peertube.component.html93,97
- Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
+ Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behavioursrc/app/+about/about-peertube/about-peertube.component.html99,101
- If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
+ If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the videosrc/app/+about/about-peertube/about-peertube.component.html103,106
- The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
+ The IP address is a vague information: usually, it regularly changes and can represent many persons or entitiessrc/app/+about/about-peertube/about-peertube.component.html108,110
- Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information
+ Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information src/app/+about/about-peertube/about-peertube.component.html112,117
- The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.
+ The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.src/app/+about/about-peertube/about-peertube.component.html120,123
@@ -810,7 +812,7 @@
- The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
+ The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).src/app/+about/about-peertube/about-peertube.component.html127,131
@@ -824,7 +826,7 @@
- Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
+ Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.src/app/+about/about-peertube/about-peertube.component.html135,140
@@ -838,7 +840,7 @@
- PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:
+ PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:src/app/+about/about-peertube/about-peertube.component.html144,147
@@ -866,7 +868,7 @@
- Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.
+ Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.src/app/+about/about-peertube/about-peertube.component.html155,158
@@ -990,7 +992,7 @@
-
+ src/app/+accounts/account-video-channels/account-video-channels.component.html29,30
@@ -1150,7 +1152,7 @@
- Show more...
+ Show more...src/app/+accounts/accounts.component.html55,56
@@ -1161,7 +1163,7 @@
- Manage account
+ Manage accountsrc/app/+accounts/accounts.component.html60,61
@@ -1474,7 +1476,7 @@
- Some files are not federated, and fetched when necessary. Define their caching policies.
+ Some files are not federated, and fetched when necessary. Define their caching policies.src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html7,9
@@ -1530,7 +1532,7 @@
- Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
+ Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html64,66
@@ -1544,20 +1546,14 @@
- Write JavaScript code directly.Example: console.log('my instance is amazing');
+ Write JavaScript code directly.Example: console.log('my instance is amazing');src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html76,77
- Write CSS code directly. Example:#custom-css
-color: red;
-
- Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email
-color: red;
-
-
+ Write CSS code directly. Example:#custom-css color: red; Prepend with #custom-css to override styles. Example:#custom-css .logged-in-email color: red; src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html95,107
@@ -1571,7 +1567,7 @@ color: red;
- Use plugins & themes for more involved changes, or add slight customizations.
+ Use plugins & themes for more involved changes, or add slight customizations. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html5,7
@@ -1738,7 +1734,7 @@ color: red;
- Display a message on your instance
+ Display a message on your instancesrc/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html94,96
@@ -1752,7 +1748,7 @@ color: red;
- Allow users to dismiss the broadcast message
+ Allow users to dismiss the broadcast messagesrc/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html113
@@ -1780,7 +1776,7 @@ color: red;
- Manage users to set their quota individually.
+ Manage users to set their quota individually. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html150,152
@@ -1952,7 +1948,7 @@ color: red;
- ⛔ You need to allow import with HTTP URL to be able to activate this feature.
+ ⛔ You need to allow import with HTTP URL to be able to activate this feature.src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html298,300
@@ -2043,7 +2039,7 @@ color: red;
- You should only use moderated search indexes in production, or host your own.
+ You should only use moderated search indexes in production, or host your own. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html395,397
@@ -2085,7 +2081,7 @@ color: red;
- Manage relations with other instances.
+ Manage relations with other instances. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html444,446
@@ -2120,7 +2116,7 @@ color: red;
- See the documentation for more information about the expected URL
+ See the documentation for more information about the expected URL src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html495,497
@@ -2162,7 +2158,7 @@ color: red;
- Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value.
+ Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value.src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html551,554
@@ -2183,7 +2179,7 @@ color: red;
- If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed.
+ If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html580,586
@@ -2281,8 +2277,7 @@ color: red;
- Updating instance configuration from the web interface is disabled by the system administrator.
-
+ Updating instance configuration from the web interface is disabled by the system administrator.src/app/+admin/config/edit-custom-config/edit-custom-config.component.html3,5
@@ -2343,21 +2338,21 @@ color: red;
- There are errors in the form:
+ There are errors in the form: src/app/+admin/config/edit-custom-config/edit-custom-config.component.html71,78
- You cannot allow live replay if you don't enable transcoding.
+ You cannot allow live replay if you don't enable transcoding.src/app/+admin/config/edit-custom-config/edit-custom-config.component.html81,83
- You cannot change the server configuration because it's managed externally.
+ You cannot change the server configuration because it's managed externally.src/app/+admin/config/edit-custom-config/edit-custom-config.component.html85,87
@@ -2464,7 +2459,7 @@ color: red;
- Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default.
+ Enabling it will allow other administrators to know that you are mainly federating sensitive content. Moreover, the NSFW checkbox on video upload will be automatically checked by default. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html93,96
@@ -2478,7 +2473,7 @@ color: red;
- With Hide or Blur thumbnails, a confirmation will be requested to watch the video.
+ With Hide or Blur thumbnails, a confirmation will be requested to watch the video. src/app/+admin/config/edit-custom-config/edit-instance-information.component.html106,108
@@ -2651,7 +2646,7 @@ color: red;
- Enable users of your instance to stream live.
+ Enable users of your instance to stream live.src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html6,8
@@ -2693,7 +2688,7 @@ color: red;
- Small latency disables P2P and high latency can increase P2P ratio
+ Small latency disables P2P and high latency can increase P2P ratiosrc/app/+admin/config/edit-custom-config/edit-live-configuration.component.html41,43
@@ -2743,7 +2738,7 @@ color: red;
- Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some.
+ Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some.src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html93,95
@@ -2771,7 +2766,7 @@ color: red;
- Even if it's above your maximum enabled resolution
+ Even if it's above your maximum enabled resolutionsrc/app/+admin/config/edit-custom-config/edit-live-configuration.component.html136,138
@@ -2785,14 +2780,14 @@ color: red;
- will claim at most with VOD transcoding
+ will claim at most with VOD transcoding src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html148,150
- will claim at least with VOD transcoding
+ will claim at least with VOD transcoding src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html152,154
@@ -2859,21 +2854,21 @@ color: red;
- Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically.
+ Estimating a server's capacity to transcode and stream videos isn't easy and we can't tune PeerTube automatically.src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html8,10
- However, you may want to read our guidelines before tweaking the following values.
+ However, you may want to read our guidelines before tweaking the following values. src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html12,14
- Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.
+ Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html22,25
@@ -2978,7 +2973,7 @@ color: red;
- The original file resolution will be the default target if no option is selected.
+ The original file resolution will be the default target if no option is selected.src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html120,122
@@ -2992,14 +2987,14 @@ color: red;
- will claim at most with live transcoding
+ will claim at most with live transcoding src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html148,150
- will claim at least with live transcoding
+ will claim at least with live transcoding src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html152,154
@@ -3041,7 +3036,7 @@ color: red;
- Allows your users to edit their video (cut, add intro/outro, add a watermark etc)
+ Allows your users to edit their video (cut, add intro/outro, add a watermark etc)src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html201,203
@@ -3678,7 +3673,7 @@ color: red;
- It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
+ It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.src/app/+admin/follows/following-list/follow-modal.component.html27,29
@@ -3920,7 +3915,7 @@ color: red;
- No redundancy strategy is enabled on your instance.
+ No redundancy strategy is enabled on your instance.src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html95,96
@@ -4706,7 +4701,7 @@ color: red;
- If you leave the password empty, an email will be sent to the user.
+ If you leave the password empty, an email will be sent to the user.src/app/+admin/overview/users/user-edit/user-edit.component.html120,122
@@ -5668,8 +5663,7 @@ color: red;
- To load your new installed plugins or themes, refresh the page.
-
+ To load your new installed plugins or themes, refresh the page.src/app/+admin/plugins/plugin-search/plugin-search.component.html4,5
@@ -5690,7 +5684,7 @@ color: red;
- for ""
+ for "" src/app/+admin/plugins/plugin-search/plugin-search.component.html18,19
@@ -5715,8 +5709,7 @@ color: red;
- No results.
-
+ No results.src/app/+admin/plugins/plugin-search/plugin-search.component.html28,29
@@ -5741,7 +5734,7 @@ color: red;
- Official
+ Officialsrc/app/+admin/plugins/plugin-search/plugin-search.component.html38,39
@@ -5776,7 +5769,7 @@ color: red;
- This does not have settings.
+ This does not have settings. src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html17,18
@@ -5881,8 +5874,7 @@ color: red;
- The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ .
-
+ The video quota only takes into account original video size. Since transcoding is enabled, videos size can be at most ~ . src/app/+admin/shared/user-real-quota-info.component.html1,4
@@ -6235,7 +6227,7 @@ color: red;
- Login
+ Loginsrc/app/+error-page/error-page.component.html34,36
@@ -6256,7 +6248,7 @@ color: red;
- The requested entity body blends sweet bits with a mellow earthiness.
+ The requested entity body blends sweet bits with a mellow earthiness.src/app/+error-page/error-page.component.html54,56
@@ -6298,43 +6290,42 @@ color: red;
- > Login
-
+ > Login src/app/+login/login.component.html2,5
- Logging into an account lets you publish content
+ Logging into an account lets you publish contentsrc/app/+login/login.component.html11,13
- This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances.
+ This instance allows registration. However, be careful to check the TermsTerms before creating an account. You may also search for another instance to match your exact needs at: https://joinpeertube.org/instances. src/app/+login/login.component.html15,18
- Currently this instance doesn't allow for user registration, you may check the Terms for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: https://joinpeertube.org/instances.
+ Currently this instance doesn't allow for user registration, you may check the Terms for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: https://joinpeertube.org/instances. src/app/+login/login.component.html20,23
- Sorry but there was an issue with the external login process. Please contact an administrator.
+ Sorry but there was an issue with the external login process. Please contact an administrator. src/app/+login/login.component.html26,28
- Request new verification email
+ Request new verification emailsrc/app/+login/login.component.html33,35
@@ -6359,7 +6350,7 @@ color: red;
- ⚠️ Most email addresses do not include capital letters.
+ ⚠️ Most email addresses do not include capital letters.src/app/+login/login.component.html54,56
@@ -6423,14 +6414,14 @@ color: red;
- We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
+ We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.src/app/+login/login.component.html124,126
- Enter your email address and we will send you a link to reset your password.
+ Enter your email address and we will send you a link to reset your password.src/app/+login/login.component.html128,130
@@ -6456,8 +6447,7 @@ color: red;
Password reset button
- An email with the reset password instructions will be sent to .
-The link will expire within 1 hour.
+ An email with the reset password instructions will be sent to . The link will expire within 1 hour.src/app/+login/login.component.ts149,150
@@ -6596,8 +6586,7 @@ The link will expire within 1 hour.
- Short text to tell people how they can support the channel (membership platform...).<br /><br />
- When a video is uploaded in this channel, the video support field will be automatically filled by this text.
+ Short text to tell people how they can support the channel (membership platform...).<br /><br /> When a video is uploaded in this channel, the video support field will be automatically filled by this text.src/app/+manage/video-channel-edit/video-channel-edit.component.html66,67
@@ -6745,7 +6734,7 @@ The link will expire within 1 hour.
- Use third-party feed aggregators to retrieve the list of videos from channels you subscribed to.
+ Use third-party feed aggregators to retrieve the list of videos from channels you subscribed to.src/app/+my-account/my-account-applications/my-account-applications.component.html11,13
@@ -6881,8 +6870,7 @@ The link will expire within 1 hour.
- is awaiting email verification
-
+ is awaiting email verification src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html5,6
@@ -6896,7 +6884,7 @@ The link will expire within 1 hour.
- Your current email is . It is never shown to the public.
+ Your current email is . It is never shown to the public. src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html13,16
@@ -7211,7 +7199,7 @@ The link will expire within 1 hour.
- People can find you using @@
+ People can find you using @@src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html11,13
@@ -7335,8 +7323,7 @@ The link will expire within 1 hour.
- Two factor authentication is already enabled.
-
+ Two factor authentication is already enabled.src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.html6,8
@@ -7372,14 +7359,14 @@ The link will expire within 1 hour.
- Scan this QR code into a TOTP app on your phone. This app will generate tokens that you will have to enter when logging in.
+ Scan this QR code into a TOTP app on your phone. This app will generate tokens that you will have to enter when logging in.src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.html28,30
- If you can't scan the QR code and need to enter it manually, here is the plain-text secret:
+ If you can't scan the QR code and need to enter it manually, here is the plain-text secret:src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.html34,36
@@ -7491,9 +7478,7 @@ The link will expire within 1 hour.
- Do you really want to delete ?
-It will delete videos uploaded in this channel, and you will not be able to create another
-channel with the same name ()!
+ Do you really want to delete ? It will delete videos uploaded in this channel, and you will not be able to create another channel with the same name ()!src/app/+my-library/+my-video-channels/my-video-channels.component.ts44,46
@@ -7889,7 +7874,7 @@ channel with the same name ()!
- Created
+ Created src/app/+my-library/my-ownership/my-ownership.component.html15,17
@@ -8221,14 +8206,14 @@ channel with the same name ()!
- Browse videos on PeerTube to add them in your playlist.
+ Browse videos on PeerTube to add them in your playlist.src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html28,29
- See the documentation for more information.
+ See the documentation for more information. src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html32,33
@@ -8462,7 +8447,7 @@ channel with the same name ()!
- Reset
+ Resetsrc/app/+search/search-filters.component.html8,10
@@ -8847,14 +8832,14 @@ channel with the same name ()!
- Filters
+ Filters src/app/+search/search.component.html18,20
- No results found
+ No results foundsrc/app/+search/search.component.html32,34
@@ -8995,7 +8980,7 @@ channel with the same name ()!
- Create my account
+ Create my accountsrc/app/+signup/+register/register.component.html98,99
@@ -9045,7 +9030,7 @@ channel with the same name ()!
- As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to:
+ As you probably noticed: creating an account is not necessary to watch video on . However, creating an account on will allow you to: src/app/+signup/+register/steps/register-step-about.component.html4,8
@@ -9087,35 +9072,35 @@ channel with the same name ()!
- You can already follow using your favorite tool.
+ You can already follow using your favorite tool. src/app/+signup/+register/steps/register-step-about.component.html21,23
- has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools
+ has been created using PeerTube, a video creation platform developed by Framasoft. Framasoft is a french non-profit organization that offers alternatives to Big Tech's digital tools src/app/+signup/+register/steps/register-step-about.component.html34,37
- You want to publish videos on ? Then you need to create your first channel.
+ You want to publish videos on ? Then you need to create your first channel. src/app/+signup/+register/steps/register-step-channel.component.html2,4
- You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology.
+ You might want to create a channel by theme: for example, you can create a channel named "SweetMelodies" to publish your piano concerts and another one "Ecology" in which you publish your videos talking about ecology. src/app/+signup/+register/steps/register-step-channel.component.html6,9
- administrators allow you to publish up to of videos on their website.
+ administrators allow you to publish up to of videos on their website. src/app/+signup/+register/steps/register-step-channel.component.html11,13
@@ -9164,22 +9149,21 @@ channel with the same name ()!
- Channel identifier cannot be the same as your account name. You can click on the first step to update your account name.
+ Channel identifier cannot be the same as your account name. You can click on the first step to update your account name.src/app/+signup/+register/steps/register-step-channel.component.html50,52
- I am at least years old and agree to the Terms and to the Code of Conduct of this instance
+ I am at least years old and agree to the Terms and to the Code of Conduct of this instance src/app/+signup/+register/steps/register-step-terms.component.html5,10
- Video uploads are disabled on this instance, hence your account won't be able to upload videos.
-
+ Video uploads are disabled on this instance, hence your account won't be able to upload videos.src/app/+signup/+register/steps/register-step-user.component.html1,3
@@ -9193,7 +9177,7 @@ channel with the same name ()!
- This is the name that will be publicly visible by other users.
+ This is the name that will be publicly visible by other users.src/app/+signup/+register/steps/register-step-user.component.html11,13
@@ -9207,7 +9191,7 @@ channel with the same name ()!
- This is the name that will be displayed in your profile URL.
+ This is the name that will be displayed in your profile URL.src/app/+signup/+register/steps/register-step-user.component.html28,30
@@ -9221,7 +9205,7 @@ channel with the same name ()!
- This email address will be used to validate your account.
+ This email address will be used to validate your account.src/app/+signup/+register/steps/register-step-user.component.html48,50
@@ -9312,14 +9296,14 @@ channel with the same name ()!
- If you need help to use PeerTube, you can have a look at the documentation.
+ If you need help to use PeerTube, you can have a look at the documentation. src/app/+signup/shared/signup-success.component.html14,16
- To help moderators and other users to know who you are, don't forget to set up your account profile by adding an avatar and a description.
+ To help moderators and other users to know who you are, don't forget to set up your account profile by adding an avatar and a description. src/app/+signup/shared/signup-success.component.html18,20
@@ -9467,7 +9451,7 @@ channel with the same name ()!
- Created
+ Created src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html2,4
@@ -9502,7 +9486,7 @@ channel with the same name ()!
- Manage channel
+ Manage channelsrc/app/+video-channels/video-channels.component.html10,11
@@ -9523,14 +9507,14 @@ channel with the same name ()!
- View account
+ View accountsrc/app/+video-channels/video-channels.component.html44,45
- View owner account
+ View owner accountsrc/app/+video-channels/video-channels.component.html48,49
@@ -10176,7 +10160,7 @@ channel with the same name ()!
- This will replace an existing caption!
+ This will replace an existing caption!src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html30,32
@@ -10236,14 +10220,14 @@ channel with the same name ()!
- Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag.
+ Tags could be used to suggest relevant recommendations. There is a maximum of 5 tags. Press Enter to add a new tag. src/app/+videos/+video-edit/shared/video-edit.component.html30,33
- Video descriptions are truncated by default and require manual action to expand them.
+ Video descriptions are truncated by default and require manual action to expand them.src/app/+videos/+video-edit/shared/video-edit.component.html49,50
@@ -10321,7 +10305,7 @@ channel with the same name ()!
- Already uploaded on ✔
+ Already uploaded on ✔src/app/+videos/+video-edit/shared/video-edit.component.html186
@@ -10370,7 +10354,7 @@ channel with the same name ()!
- No captions for now.
+ No captions for now.src/app/+videos/+video-edit/shared/video-edit.component.html219,220
@@ -10435,7 +10419,7 @@ channel with the same name ()!
- You can stream only once in a normal live. If you enable replay, it will be saved under the same URL as your live
+ You can stream only once in a normal live. If you enable replay, it will be saved under the same URL as your livesrc/app/+videos/+video-edit/shared/video-edit.component.html259,260
@@ -10449,7 +10433,7 @@ channel with the same name ()!
- You can stream multiple times in a permanent/recurring live. If you enable replays, they will be saved as separate videos
+ You can stream multiple times in a permanent/recurring live. If you enable replays, they will be saved as separate videossrc/app/+videos/+video-edit/shared/video-edit.component.html268,269
@@ -10491,7 +10475,7 @@ channel with the same name ()!
- Short text to tell people how they can support you (membership platform...).
+ Short text to tell people how they can support you (membership platform...).src/app/+videos/+video-edit/shared/video-edit.component.html323,324
@@ -10505,7 +10489,7 @@ channel with the same name ()!
- Name of the uploaded file
+ Name of the uploaded filesrc/app/+videos/+video-edit/shared/video-edit.component.html343,344
@@ -10519,7 +10503,7 @@ channel with the same name ()!
- This is the date when the content was originally published (e.g. the release date for a film)
+ This is the date when the content was originally published (e.g. the release date for a film)src/app/+videos/+video-edit/shared/video-edit.component.html356,357
@@ -10672,8 +10656,7 @@ channel with the same name ()!
- Max live duration is . If your live reaches this limit, it will be automatically terminated.
-
+ Max live duration is . If your live reaches this limit, it will be automatically terminated. src/app/+videos/+video-edit/video-add-components/video-go-live.component.html48,50
@@ -10754,7 +10737,7 @@ channel with the same name ()!
- You can import any torrent file that points to a media file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
+ You can import any torrent file that points to a media file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html20,22
@@ -10776,8 +10759,7 @@ channel with the same name ()!
- Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
-
+ Congratulations, the video will be imported with BitTorrent! You can already add information about this video.src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html56,57
@@ -10817,22 +10799,21 @@ channel with the same name ()!
- You can import any URL supported by youtube-dl or URL that points to a media file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
+ You can import any URL supported by youtube-dl or URL that points to a media file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. src/app/+videos/+video-edit/video-add-components/video-import-url.component.html11,14
- You can also synchronize a remote channel in your library
+ You can also synchronize a remote channel in your librarysrc/app/+videos/+video-edit/video-add-components/video-import-url.component.html21,23
- Congratulations, the video behind will be imported! You can already add information about this video.
-
+ Congratulations, the video behind will be imported! You can already add information about this video. src/app/+videos/+video-edit/video-add-components/video-import-url.component.html53,54
@@ -10857,7 +10838,7 @@ channel with the same name ()!
- Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified.
+ Image that will be merged with your audio file. The chosen image will be definitive and cannot be modified. src/app/+videos/+video-edit/video-add-components/video-upload.component.html37,40
@@ -10886,8 +10867,7 @@ channel with the same name ()!Retry failed upload of a video
- Congratulations! Your video is now available in your private library.
-
+ Congratulations! Your video is now available in your private library.src/app/+videos/+video-edit/video-add-components/video-upload.component.html92,93
@@ -11000,7 +10980,7 @@ channel with the same name ()!
- We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos.
+ We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance. Instead, create a dedicated account to upload your videos. src/app/+videos/+video-edit/video-add.component.html34,37
@@ -11264,7 +11244,7 @@ channel with the same name ()!
- Cancel
+ Cancelsrc/app/+videos/+video-watch/shared/comment/video-comment-add.component.html47,49
@@ -11282,7 +11262,7 @@ channel with the same name ()!
- You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).
+ You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html64,66
@@ -11381,7 +11361,7 @@ channel with the same name ()!
- SORT BY
+ SORT BYsrc/app/+videos/+video-watch/shared/comment/video-comments.component.html11,12
@@ -11409,7 +11389,7 @@ channel with the same name ()!
- View from and others
+ View from and others src/app/+videos/+video-watch/shared/comment/video-comments.component.html74,75
@@ -11431,7 +11411,7 @@ channel with the same name ()!
- View from
+ View from src/app/+videos/+video-watch/shared/comment/video-comments.component.html77,78
@@ -11445,7 +11425,7 @@ channel with the same name ()!
- Comments are disabled.
+ Comments are disabled.src/app/+videos/+video-watch/shared/comment/video-comments.component.html92,93
@@ -11463,14 +11443,14 @@ channel with the same name ()!
- The deletion will be sent to remote instances so they can reflect the change.
+ The deletion will be sent to remote instances so they can reflect the change.src/app/+videos/+video-watch/shared/comment/video-comments.component.ts184
- It is a remote comment, so the deletion will only be effective on your instance.
+ It is a remote comment, so the deletion will only be effective on your instance.src/app/+videos/+video-watch/shared/comment/video-comments.component.ts186
@@ -11498,7 +11478,7 @@ channel with the same name ()!
- the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
+ the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html5,7
@@ -11519,87 +11499,77 @@ channel with the same name ()!
- OK
+ OKsrc/app/+videos/+video-watch/shared/information/privacy-concerns.component.html12,14
- Transcoding failed, this video may not work properly.
-
+ Transcoding failed, this video may not work properly.src/app/+videos/+video-watch/shared/information/video-alert.component.html1,3
- Move to external storage failed, this video may not work properly.
-
+ Move to external storage failed, this video may not work properly.src/app/+videos/+video-watch/shared/information/video-alert.component.html5,7
- The video is being imported, it will be available when the import is finished.
-
+ The video is being imported, it will be available when the import is finished.src/app/+videos/+video-watch/shared/information/video-alert.component.html9,11
- The video is being transcoded, it may not work properly.
-
+ The video is being transcoded, it may not work properly.src/app/+videos/+video-watch/shared/information/video-alert.component.html13,15
- The video is being edited, it may not work properly.
-
+ The video is being edited, it may not work properly.src/app/+videos/+video-watch/shared/information/video-alert.component.html17,19
- The video is being moved to an external server, it may not work properly.
-
+ The video is being moved to an external server, it may not work properly.src/app/+videos/+video-watch/shared/information/video-alert.component.html21,23
- This video will be published on .
-
+ This video will be published on . src/app/+videos/+video-watch/shared/information/video-alert.component.html25,27
- This live has not started yet.
-
+ This live has not started yet.src/app/+videos/+video-watch/shared/information/video-alert.component.html29,31
- This live has ended.
-
+ This live has ended.src/app/+videos/+video-watch/shared/information/video-alert.component.html33,35
- There are no videos available in this playlist.
-
+ There are no videos available in this playlist.src/app/+videos/+video-watch/shared/information/video-alert.component.html37,39
@@ -12141,8 +12111,7 @@ channel with the same name ()!
- Cannot retrieve OAuth Client credentials: .
-Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.
+ Cannot retrieve OAuth Client credentials: . Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.src/app/core/auth/auth.service.ts100,101
@@ -12445,7 +12414,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Help to translate PeerTube!
+ Help to translate PeerTube!src/app/menu/language-chooser.component.html8,10
@@ -12714,7 +12683,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Set up
+ Set upsrc/app/modal/account-setup-warning-modal.component.html34,36
@@ -12798,14 +12767,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are.
+ Choosing your instance name, setting up a description, specifying who you are, why you created your instance and how long you plan to maintain it is very important for visitors to understand on what type of instance they are. src/app/modal/admin-welcome-modal.component.html57,61
- If you want to open registrations, please decide what your moderation rules and instance terms of service are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on the appropriate PeerTube instance.
+ If you want to open registrations, please decide what your moderation rules and instance terms of service are, as well as specify the categories and languages and your moderators speak. This way, you will help users to register on the appropriate PeerTube instance. src/app/modal/admin-welcome-modal.component.html63,67
@@ -12819,7 +12788,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Configure my instance
+ Configure my instancesrc/app/modal/admin-welcome-modal.component.html80,82
@@ -12896,7 +12865,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website.
+ Please consider configuring these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on the JoinPeerTube website. src/app/modal/instance-config-warning-modal.component.html24,27
@@ -12910,7 +12879,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Configure
+ Configuresrc/app/modal/instance-config-warning-modal.component.html43,45
@@ -13889,7 +13858,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
-
+ src/app/shared/shared-abuse-list/abuse-details.component.html21,23
@@ -14031,7 +14000,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Deleted account
+ Deleted accountsrc/app/shared/shared-abuse-list/abuse-list-table.component.html55,56
@@ -14066,7 +14035,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Account deleted
+ Account deletedsrc/app/shared/shared-abuse-list/abuse-list-table.component.html111,112
@@ -14326,7 +14295,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- No messages for now.
+ No messages for now.src/app/shared/shared-abuse-list/abuse-message-modal.component.html28,29
@@ -14361,7 +14330,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- This comment can only be seen by you or the other moderators.
+ This comment can only be seen by you or the other moderators.src/app/shared/shared-abuse-list/moderation-comment-modal.component.html20,22
@@ -14791,7 +14760,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Unlimited ( per day)
+ Unlimited ( per day)src/app/shared/shared-instance/instance-features-table.component.html60,61
@@ -14819,7 +14788,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- per user / per instance
+ per user / per instance src/app/shared/shared-instance/instance-features-table.component.html86,88
@@ -15255,28 +15224,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- published a new video:
+ published a new video: src/app/shared/shared-main/users/user-notifications.component.html15,16
- The notification concerns a video now unavailable
+ The notification concerns a video now unavailablesrc/app/shared/shared-main/users/user-notifications.component.html23,25
- Your video has been unblocked
+ Your video has been unblocked src/app/shared/shared-main/users/user-notifications.component.html32,34
- Your video has been blocked
+ Your video has been blocked src/app/shared/shared-main/users/user-notifications.component.html40,42
@@ -15325,7 +15294,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- The recently added video has been automatically blocked
+ The recently added video has been automatically blockedsrc/app/shared/shared-main/users/user-notifications.component.html87,88
@@ -15339,7 +15308,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- The notification concerns a comment now unavailable
+ The notification concerns a comment now unavailablesrc/app/shared/shared-main/users/user-notifications.component.html106,108
@@ -15350,7 +15319,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Your video has been published
+ Your video has been published src/app/shared/shared-main/users/user-notifications.component.html115,117
@@ -15371,7 +15340,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- User registered on your instance
+ User registered on your instance src/app/shared/shared-main/users/user-notifications.component.html139,141
@@ -15392,14 +15361,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Your instance has a new follower () awaiting your approval
+ Your instance has a new follower () awaiting your approvalsrc/app/shared/shared-main/users/user-notifications.component.html180,182
- Your instance automatically followed
+ Your instance automatically followed src/app/shared/shared-main/users/user-notifications.component.html189,190
@@ -15420,14 +15389,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Your video edition has finished
+ Your video edition has finished src/app/shared/shared-main/users/user-notifications.component.html213,215
- The notification points to content now unavailable
+ The notification points to content now unavailablesrc/app/shared/shared-main/users/user-notifications.component.html221,223
@@ -15748,7 +15717,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Your report will be sent to moderators of and will be forwarded to the comment origin () too.
+ Your report will be sent to moderators of and will be forwarded to the comment origin () too. src/app/shared/shared-moderation/report-modals/report.component.html35,37
@@ -15819,7 +15788,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Your report will be sent to moderators of and will be forwarded to the video origin () too.
+ Your report will be sent to moderators of and will be forwarded to the video origin () too. src/app/shared/shared-moderation/report-modals/video-report.component.html66,68
@@ -15924,7 +15893,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- A banned user will no longer be able to login.
+ A banned user will no longer be able to login.src/app/shared/shared-moderation/user-ban-modal.component.html9,11
@@ -16315,7 +16284,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Blocking a live will automatically terminate the live stream.
+ Blocking a live will automatically terminate the live stream.src/app/shared/shared-moderation/video-block.component.html40,42
@@ -16357,7 +16326,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Update playlist privacy
+ Update playlist privacysrc/app/shared/shared-share-modal/video-share.component.html17,18
@@ -16386,7 +16355,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
+ The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).src/app/shared/shared-share-modal/video-share.component.html54,55
@@ -16429,7 +16398,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Update video privacy
+ Update video privacysrc/app/shared/shared-share-modal/video-share.component.html95,96
@@ -16499,14 +16468,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- More customization
+ More customizationsrc/app/shared/shared-share-modal/video-share.component.html275,276
- Less customization
+ Less customizationsrc/app/shared/shared-share-modal/video-share.component.html283,284
@@ -16657,14 +16626,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).
+ You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).src/app/shared/shared-user-subscription/remote-subscribe.component.html17,19
- You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).
+ You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).src/app/shared/shared-user-subscription/remote-subscribe.component.html25,27
@@ -16825,8 +16794,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- See the documentation to learn how to use the PeerTube live streaming feature.
-
+ See the documentation to learn how to use the PeerTube live streaming feature. src/app/shared/shared-video-live/live-documentation-link.component.html1,4
@@ -17037,7 +17005,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- The following link contains a private token and should not be shared with anyone.
+ The following link contains a private token and should not be shared with anyone.src/app/shared/shared-video-miniature/video-download.component.html19,20
@@ -17079,14 +17047,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Advanced
+ Advancedsrc/app/shared/shared-video-miniature/video-download.component.html123,124
- Simple
+ Simplesrc/app/shared/shared-video-miniature/video-download.component.html131,132
@@ -17188,7 +17156,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Update your settings
+ Update your settingssrc/app/shared/shared-video-miniature/video-filters-header.component.html2,7
@@ -17412,7 +17380,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Sensitive
+ Sensitivesrc/app/shared/shared-video-miniature/video-miniature.component.html69,71
@@ -17606,7 +17574,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Starts at
+ Starts atsrc/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts139
@@ -17617,21 +17585,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
- Stops at
+ Stops atsrc/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts140
- and stops at
+ and stops atsrc/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts142
-
+ src/app/shared/shared-video-playlist/video-playlist-miniature.component.html26,27