diff --git a/app/lang.yml b/app/lang.yml index 199d964..426dbe2 100644 --- a/app/lang.yml +++ b/app/lang.yml @@ -15,7 +15,8 @@ pt: Português ru: Русский sq: Shqip sv: Svenska - +ja: '日本語' +zh_Hant_TW: '繁體中文(台灣)' diff --git a/app/locales/de.yml b/app/locales/de.yml index 67faedf..54e5f61 100644 --- a/app/locales/de.yml +++ b/app/locales/de.yml @@ -530,9 +530,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -566,3 +570,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
+ The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
Framasoft diff --git a/app/locales/en.yml b/app/locales/en.yml index 90452f4..c891ef9 100644 --- a/app/locales/en.yml +++ b/app/locales/en.yml @@ -467,7 +467,7 @@ news: title: 'PeerTube: retrospective, new features and more to come!' date: text: 26 February 2019 - data: 2019-02-26 + data: '2019-02-26' text: p1: Since version 1.0 has been released last November, we went on improving PeerTube, day after day. These improvements on PeerTube go well beyond the @@ -505,149 +505,131 @@ news: title: 'PeerTube crowdfunding newsletter #4' date: text: 16 October 2018 - data: 2018-10-16 + data: '2018-10-16' text: p1: Hello everyone! p2: We are now in mid-October! As promised, we have just released the first stable version of PeerTube. - p3: 'It implements all stretch goals we planned in our crowdfunding: - ' - p4: ' - We know that feature descriptions are not very amusing, so we have - published a few demonstration videos: - ' - p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We - would like to thank you one more time, for allowing us to greatly - improve PeerTube, and therefore to promote a more decentralized web. - But the journey does not end here: we will continue to work on the - software, and there is still a lot to do to fully free up video - streaming. But before anything, we''ll take a few days off ;)' - p6: 'We remind you that you can ask questions on - the PeerTube forum. - You can also contact us directly on - https://contact.framasoft.org.' - p7: 'Cheers,
Framasoft' + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
Framasoft newsletter12-09-2018: title: 'PeerTube crowdfunding newsletter #3' date: text: September 12, 2018 - data: 2018-09-12 + data: '2018-09-12' text: p1: Hello everyone! p2: A month before the version 1 of PeerTube, we would like to share some (good!) news with you. - p3: We just released PeerTube beta 12, that allows to subscribe to video - channels, whether they are on your instance or even on remote instances. - This way, you can browse videos of your subscribed channels in a - dedicated page. Moreover, if your PeerTube administrator allows it, you - can search a channel or a video directly by typing their web address in - the PeerTube search bar. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. p4: It was not included in the crowdfunding, but we created an "Overview" - page, that displays videos of some categories/tags/channels picked - randomly, to show the diversity of the videos uploaded on PeerTube. You - can see - a demonstration here. - p5: 'You can read the complete beta 12 changelog - here.' - p6: 'Regarding the crowdfunding, most of the rewards are ready: - the PeerTube README - and the JoinPeerTube Hall of Fame - show off the names of the persons who have chosen the corresponding rewards. - We will soon be able to send the personalized thank-you digital arts to - people that gave 80€ (~93 USD) and more (and it''s so beautiful that we - are looking forward to it!)' + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' p7: The last feature we have to implement is the videos redundancy between instances, which will further increase resilience on instance overload. If all goes well, we should finish it in about two weeks (end of september). - p8: 'We remind you that you can track the progress of the work directly - on the git repository, and be part of the discussions/bug reports/feature requests in the "Issues" tab.' - p9: 'Moreover, you can ask questions on the PeerTube forum. - You can also contact us directly on - https://contact.framasoft.org.' - p10: 'Cheers,
Framasoft' + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
Framasoft newsletter20-08-2018: title: 'PeerTube crowdfunding newsletter #2' date: text: August 20, 2018 - data: 2018-08-20 + data: '2018-08-20' text: p1: Hello everyone! p2: The development of the crowdfunding features is going well. p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced that the localization system and RSS feeds were implemented, and that we were making progress on the subtitles support and the advanced search. - p4: These four features are all implemented, and can already be used on - instances updated to version v1.0.0-beta.10 - (for example https://framatube.org). - Regarding the subtitles support, you can test - them on the - + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the the "What is PeerTube" video. - p5: - We are currently finishing the video import system, from a URL (YouTube, + p5: We are currently finishing the video import system, from a URL (YouTube, Vimeo etc) or a torrent file. This feature should be available in a few days, when we will release a new version (v1.0.0-beta.11).
- The import system will complete the first crowdfunding goal. The next - feature we will be working on will be the user subscriptions. - p6: 'We remind you that you can track the progress of the work directly - on the git repository, and be part of the discussions/bug reports/feature requests in the "Issues" tab.' - p7: 'Moreover, you can ask questions on the PeerTube forum. - You can also contact us directly on - https://contact.framasoft.org.' - p8: 'Cheers,
Framasoft' + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
Framasoft newsletter23-07-2018: title: 'PeerTube crowdfunding newsletter #1' date: text: 23 July 2018 - data: 2018-07-23 + data: '2018-07-23' text: p1: Hello everyone! p2: First of all, thank you again for contributing to PeerTube! ❤️ - p3: 'During the crowdfunding campaign, we continued to work on the - localization system. And we are happy to announce it''s finally - completed: it will be available in the next beta (beta 10) of PeerTube. - As of this writing, the web interface is already available in english, - french, basque, catalan, czech and esperanto (huge thank you to - - all of the translators). - If you too want to help translating PeerTube, do not hesitate to check out - the documentation!' - p4: 'Regarding the RSS feeds feature, it was already implemented by - Rigelk - and you can already use it in the - beta 9. You can, for example, get - - the feed of the last local videos uploaded in - a particular instance.' + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. p5: Subtitles support is well under way, and we should have a first version available soon. When this work is finished, we will develop the advanced search. - p6: 'We remind you that you can track the progress of the work directly - on the git repository, and be part of the discussions/bug reports/feature requests in the "Issues" tab.' - p7: 'Moreover, you can ask questions on the PeerTube forum. - You can also contact us directly on - https://contact.framasoft.org.' - p8: 'Cheers,
Framasoft' - + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
Framasoft diff --git a/app/locales/es.yml b/app/locales/es.yml index 44eb87f..977966b 100644 --- a/app/locales/es.yml +++ b/app/locales/es.yml @@ -486,9 +486,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -522,3 +526,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
+ The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
Framasoft diff --git a/app/locales/fr.yml b/app/locales/fr.yml index c92b314..c608be4 100644 --- a/app/locales/fr.yml +++ b/app/locales/fr.yml @@ -503,7 +503,7 @@ news: 2019' date: text: 26 Février 2019 - data: 2019-02-26 + data: '2019-02-26' text: p1: Depuis la version 1.0 sortie en novembre dernier, nous avons continué d'améliorer PeerTube jour après jour. Ces avancées de PeerTube, bien @@ -545,167 +545,151 @@ news: title: Newsletter du crowdfunding de PeerTube n°4 date: text: 16 Octobre 2018 - data: 2018-10-16 + data: '2018-10-16' text: p1: Bonjour à toutes et à tous, - p2: Nous voici mi-octobre ! Et comme promis, nous venons de sortir la - première version stable de PeerTube. + p2: Nous voici mi-octobre ! Et comme promis, nous venons de sortir la première + version stable de PeerTube. p3: 'Elle contient tous les buts que nous avions fixé dans notre crowdfunding: ' + ces lignes, PeerTube est déjà disponible en plus de 13 langues !)
  • Le + support des sous-titres
  • La possibilité d''importer des vidéos via + une URL (YouTube, Dailymotion, Vimeo et bien d''autres !)
  • La possibilité + d''importer une vidéo via un fichier torrent ou un lien Magnet
  • La + mise à disposition de flux RSS, vous permettant de suivre les nouvelles + vidéos mises en ligne sur l''ensemble des instances PeerTube, sur une instance + en particulière ou par une chaîne que appréciez. Vous pouvez aussi vous + abonner au flux des commentaires d''une vidéo spécifique
  • La recherche, + beaucoup plus pertinente qu''avant et acceptant de nombreux filtres avancés + (durée, catégorie, tags...)
  • Les abonnements à travers la fédération, + vous laissant la possibilité de suivre vos chaînes vidéos préférées afin + de retrouver l''ensemble de leurs vidéos dans un onglet dédié
  • La + redondance entre instances PeerTube, où des instances peuvent aider à partager + certaines vidéos d''autres instances
  • ' p4: 'Nous savons que les descriptions de fonctionnalités ne sont pas toujours - très fun, et c''est pour ça que nous vous avons préparé de courtes vidéos de démonstration: - ' - p5: 'Il s''agit donc de la dernière newsletter concernant le crowdfunding de - PeerTube. Nous aimerions donc vous remercier une dernière fois, pour + très fun, et c''est pour ça que nous vous avons préparé de courtes vidéos + de démonstration: ' + p5: 'Il s''agit donc de la dernière newsletter concernant le crowdfunding + de PeerTube. Nous aimerions donc vous remercier une dernière fois, pour nous avoir permis de grandement améliorer PeerTube afin de promouvoir un - web plus décentralisé.
    - Mais l''aventure n''est pas terminée: nous continuerons à améliorer le - logiciel, et il reste encore beaucoup à faire pour pleinement libérer le - streaming vidéo. Mais avant, nous allons prendre quelques jours de congé ;)' - p6: 'N''oubliez pas que si vous avez des questions - le forum Framacolibri est à votre - disposition. Vous pouvez également nous contacter directement sur - https://contact.framasoft.org.' - p7: 'Librement,
    Framasoft' + web plus décentralisé.
    Mais l''aventure n''est pas terminée: nous continuerons + à améliorer le logiciel, et il reste encore beaucoup à faire pour pleinement + libérer le streaming vidéo. Mais avant, nous allons prendre quelques jours + de congé ;)' + p6: N'oubliez pas que si vous avez des questions le + forum Framacolibri est à votre disposition. Vous pouvez également nous + contacter directement sur https://contact.framasoft.org. + p7: Librement,
    Framasoft newsletter12-09-2018: title: Newsletter du crowdfunding de PeerTube n°3 date: text: 12 Septembre 2018 - data: 2018-09-12 + data: '2018-09-12' text: p1: Bonjour à toutes et à tous, - p2: Nous sommes maintenant à un mois de la sortie de la version 1 de - PeerTube ! Nous souhaitons donc vous partager quelques (bonnes !) nouvelles. + p2: Nous sommes maintenant à un mois de la sortie de la version 1 de PeerTube + ! Nous souhaitons donc vous partager quelques (bonnes !) nouvelles. p3: Nous venons de sortir la beta 12 de PeerTube, qui ajoute la possibilité de s'abonner à des chaînes vidéos, qu'elles soient sur votre instance ou - même sur des instances distantes.
    - De cette manière, vous pouvez parcourir les vidéos de vos abonnements - dans une page dédiée. De plus, si l'administrateur de votre instance - PeerTube le permet, vous avez la possibilité de voir une chaîne ou une - vidéo distante en tapant son adresse dans la barre de recherche de PeerTube. + même sur des instances distantes.
    De cette manière, vous pouvez parcourir + les vidéos de vos abonnements dans une page dédiée. De plus, si l'administrateur + de votre instance PeerTube le permet, vous avez la possibilité de voir une + chaîne ou une vidéo distante en tapant son adresse dans la barre de recherche + de PeerTube. p4: Ce n'était pas inclus dans le crowdfunding, mais nous avons aussi créé - une nouvelle page "Overview", qui affiche aléatoirement les vidéos de - certaines catégories, tags ou chaînes, dans le but de montrer la - diversité des vidéos hébergées. Vous pouvez voir ici - une démonstration de - cette fonctionnalité. - p5: 'Vous pouvez lire le changelog complet de la beta 12 (en anglais) - ici.' - + une nouvelle page "Overview", qui affiche aléatoirement les vidéos de certaines + catégories, tags ou chaînes, dans le but de montrer la diversité des vidéos + hébergées. Vous pouvez voir ici une + démonstration de cette fonctionnalité. + p5: Vous pouvez lire le changelog complet de la beta 12 (en anglais) + ici. p6: 'Concernant le crowdfunding, la plupart des récompenses sont prêtes : le fichier README de PeerTube - et le - Hall of Fame du site JoinPeertube - affichent fièrement les noms des personnes ayant choisi les récompenses - correspondantes. Nous allons bientôt pouvoir envoyer les illustrations - numériques personnalisées à celles et ceux qui ont donné 80 € et plus - (et c''est tellement beau qu''il nous tarde !).' - + et le Hall of Fame du + site JoinPeertube affichent fièrement les noms des personnes ayant choisi + les récompenses correspondantes. Nous allons bientôt pouvoir envoyer les + illustrations numériques personnalisées à celles et ceux qui ont donné 80 + € et plus (et c''est tellement beau qu''il nous tarde !).' p7: La dernière fonctionnalité qu'il nous reste à implémenter concerne la redondance des vidéos entre instances, qui permettra encore d'augmenter la résilience en cas de surcharge d'une instance. Si tout se passe bien, nous devrions la terminer dans environ deux semaines (fin septembre). - - p8: 'Nous vous rappelons que vous pouvez suivre l''avancée des travaux - directement en consultant le dépôt Git, - et même participer aux discussions/signalement de bugs/propositions d''améliorations dans - l''onglet "Issues".' - p9: 'Si vous avez des questions un forum - est à votre disposition. Vous pouvez également nous contacter directement sur - https://contact.framasoft.org.' - p10: 'Librement,
    Framasoft' + p8: Nous vous rappelons que vous pouvez suivre l'avancée des travaux directement + en consultant le dépôt + Git, et même participer aux discussions/signalement de bugs/propositions + d'améliorations dans l'onglet "Issues". + p9: Si vous avez des questions un + forum est à votre disposition. Vous pouvez également nous contacter + directement sur https://contact.framasoft.org. + p10: Librement,
    Framasoft newsletter20-08-2018: title: Newsletter du crowdfunding de PeerTube n°2 date: text: 20 Août 2018 - data: 2018-08-20 + data: '2018-08-20' text: p1: Bonjour à toutes et à tous, p2: Le développement des fonctionnalités du crowdfunding poursuit son chemin sans problème particulier. p3: Pour rappel, dans la première newsletter datée du 23 juillet 2018, nous - vous annoncions que le système d'internationalisation et - l'implémentation des flux RSS étaient terminés, et que nous avancions - sur le support des sous-titres puis la recherche avancée. - p4: Ces quatre fonctionnalités sont toutes implémentées, et peuvent être - directement testées sur les instances mises à jour en v1.0.0-beta.10 - (par exemple https://framatube.org). - En ce qui concerne les sous-titres, vous pouvez les activer sur - la + vous annoncions que le système d'internationalisation et l'implémentation + des flux RSS étaient terminés, et que nous avancions sur le support des + sous-titres puis la recherche avancée. + p4: Ces quatre fonctionnalités sont toutes implémentées, et peuvent être directement + testées sur les instances mises à jour en v1.0.0-beta.10 (par exemple + https://framatube.org). En ce qui concerne + les sous-titres, vous pouvez les activer sur la vidéo de présentation de PeerTube. p5: Nous sommes actuellement en train de finir le système d'import de vidéos - via une URL (YouTube, Vimeo, Dailymotion etc) ou un fichier torrent. - Cette fonctionnalité devrait être disponible dans quelques jours, - lorsque nous sortirons une nouvelle version de PeerTube (v1.0.0-beta.11). - L'import des vidéos clôturera donc notre premier palier. La prochaine - fonctionnalité sur laquelle nous allons travailler sera le système - d'abonnements entre utilisateurs. - p6: 'Nous vous rappelons que vous pouvez suivre l''avancée des travaux - directement en consultant le dépôt Git, - et même participer aux discussions/signalement de bugs/propositions d''améliorations dans - l''onglet "Issues".' - p7: 'Si vous avez des questions un forum - est à votre disposition. Vous pouvez également nous contacter directement sur - https://contact.framasoft.org.' - p8: 'Librement,
    Framasoft' + via une URL (YouTube, Vimeo, Dailymotion etc) ou un fichier torrent. Cette + fonctionnalité devrait être disponible dans quelques jours, lorsque nous + sortirons une nouvelle version de PeerTube (v1.0.0-beta.11). L'import + des vidéos clôturera donc notre premier palier. La prochaine fonctionnalité + sur laquelle nous allons travailler sera le système d'abonnements entre + utilisateurs. + p6: Nous vous rappelons que vous pouvez suivre l'avancée des travaux directement + en consultant le dépôt + Git, et même participer aux discussions/signalement de bugs/propositions + d'améliorations dans l'onglet "Issues". + p7: Si vous avez des questions un + forum est à votre disposition. Vous pouvez également nous contacter + directement sur https://contact.framasoft.org. + p8: Librement,
    Framasoft newsletter23-07-2018: title: Newsletter du crowdfunding de PeerTube n°1 date: text: 23 Juillet 2018 - data: 2018-07-23 + data: '2018-07-23' text: p1: Bonjour à toutes et à tous, p2: Tout d'abord, un grand merci pour avoir contribué à notre campagne. ❤️ p3: 'Pendant le crowdfunding, nous avons continué d''avancer sur le système d''internationalisation. Et nous avons le plaisir d''annoncer qu''il est - enfin terminé: il sera disponible lors de la prochaine version beta de - PeerTube (beta 10).
    - À l''heure où nous écrivons ces lignes, l''interface est disponible en - anglais, français, basque, catalan, tchèque et en esperanto (un énorme - merci - aux traducteurs). - Si vous aussi vous voulez aider à la traduction de PeerTube, n''hésitez - pas à jeter un coup d''oeil à la documentation !' - p4: 'En ce qui concerne les flux RSS, ils ont été implémentés par - Rigelk - et sont d''ores et déjà utilisables avec la - beta 9. Vous pouvez, par exemple, avoir - - le flux des dernières vidéos - locales ajoutées sur une instance.' - p5: Le support des sous-titres avance bien et nous devrions avoir une - première version de prête sous peu. Une fois ce chantier terminé, nous - passerons à l'implémentation de la recherche avancée. - p6: 'Nous vous rappelons que vous pouvez suivre l''avancée des travaux - directement en consultant le dépôt Git, - et même participer aux discussions/signalement de bugs/propositions d''améliorations dans - l''onglet "Issues".' - p7: 'Si vous avez des questions un forum - est à votre disposition. Vous pouvez également nous contacter directement sur - https://contact.framasoft.org.' - p8: 'Librement,
    Framasoft' + enfin terminé: il sera disponible lors de la prochaine version beta de PeerTube + (beta 10).
    À l''heure où nous écrivons ces lignes, l''interface + est disponible en anglais, français, basque, catalan, tchèque et en esperanto + (un énorme merci + aux traducteurs). Si vous aussi vous voulez aider à la traduction de + PeerTube, n''hésitez pas à jeter un + coup d''oeil à la documentation !' + p4: En ce qui concerne les flux RSS, ils ont été implémentés par Rigelk + et sont d'ores et déjà utilisables avec la beta 9. Vous pouvez, + par exemple, avoir + le flux des dernières vidéos locales ajoutées sur une instance. + p5: Le support des sous-titres avance bien et nous devrions avoir une première + version de prête sous peu. Une fois ce chantier terminé, nous passerons + à l'implémentation de la recherche avancée. + p6: Nous vous rappelons que vous pouvez suivre l'avancée des travaux directement + en consultant le dépôt + Git, et même participer aux discussions/signalement de bugs/propositions + d'améliorations dans l'onglet "Issues". + p7: Si vous avez des questions un + forum est à votre disposition. Vous pouvez également nous contacter + directement sur https://contact.framasoft.org. + p8: Librement,
    Framasoft diff --git a/app/locales/it.yml b/app/locales/it.yml index 4a571ee..8f40766 100644 --- a/app/locales/it.yml +++ b/app/locales/it.yml @@ -490,9 +490,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -526,3 +530,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
    Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
    Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
    + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft diff --git a/app/locales/ja.yml b/app/locales/ja.yml new file mode 100644 index 0000000..7257f4f --- /dev/null +++ b/app/locales/ja.yml @@ -0,0 +1,453 @@ +meta: + title: '@:home.title ! #JoinPeerTube' +nav: + langChange: 言語を変更 + lang: 言語 + translate: 翻訳 +menu: + faq: よくあるご質問 + help: サポート + docs: ドキュメント + code: ソースコード + instances: インスタンス + hall-of-fame: 栄誉殿堂 + news: ニュース +link: + forumPT: https://framacolibri.org/c/peertube + wArticle: https://ja.wikipedia.org/wiki +home: + title: 動画のコントロールは自分でしよう + intro: + title: 無料/自由なソフトウェアに基づく分散動画ホスティングネットワーク + getting-started: 始めよう + how-it-works: 使い方 + banner: + title: 回顧展、新機能など + subtitle: 私たちは、先月の私たちの進歩について話しています。そして次に何が起こっていますか。 + button: サポート + install: PeerTube をインストール + why: + power: + title: 力と責任を取り戻しなさい! + desc: PeerTube は、単一のグループのルールを持つ単一の動画ホスティングプラットフォームではありません。これは、相互接続された何十ものホスティングプロバイダのネットワークであり、各プロバイダはさまざまな人と管理者で構成されています。あなたはいくつかのルールが気に入らないのですか? + あなたはあなたが選んだホスティングプロバイダに自由に加わることができます。もっと良いのはあなた自身のルールを持ったあなた自身のホスティングプロバイダになることです! + content: + title: コンテンツを管理する + desc: PeerTube はあなたがすべてのあなたの動画を共有することを可能にします。人間のホスティングプロバイダと直接連絡を取っている (または自分自身になっている) + ことで、ブロードキャストの方法を選択できます。あなたの動画は、説明、分類、プレビュー画像の選択、閲覧注意のマークを付けるためのツールから恩恵を受けます。[支持]ボタンを設定すると、視聴者に自分の作品を支持する方法を伝えることができます。 + usersfirst: + title: ユーザーファースト + desc: あなたは人であり、製品ではありません。PeerTube は、フランスの非営利団体である @:data.html.soft によって資金提供されている無料/自由なソフトウェアです。すべてのインスタンスは独立して作成、アニメーション化、モデレート、および維持されます。PeerTube + は、どの会社のモノポールからも送信されず、広告にも依存したり、ユーザーを追跡したりすることはありません。PeerTube では、あなたは製品ではありません。PeerTube + はあなたのサービスであり、その逆ではありません。 + broadcast: + title: あなたの動画放送のアクターになる + desc: PeerTube で動画を見るとき、WebTorrent 技術はあなたが同時にそれを見ている視聴者と一緒にこの動画の放送の一部となることを可能にします。この動画ストリームの共有により、ネットワーク上でのより効率的なやり取りが可能になります。さらに、連合プロトコル + (ActivityPub) を使用すると、Mastodon など、それをサポートする他のプラットフォームで動画やコメントを公開することができます。(実験的) + getting-started: + title: はじめに + watch: + title: 再生 + framatube: '@:data.color.tube で動画を視聴する' + register: + title: 登録 + list: 登録が可能なインスタンスの一覧 + error: 申し訳ありませんが、利用可能なインスタンスのリストを取得できませんでした。 後でもう一度やり直してください。 + email: これは、Eメールホスティングプロバイダを選ぶようなものです。ドメインはあなたのユーザー名の一部になります。 + instances: + per_user: / ユーザー + followers: フォロワー + instances: インスタンス + follows: フォロー + bytes: + B: B + KB: KB + MB: MB + GB: GB + no_quota: 無制限 + install: + title: 運営する + text: + - 独自のインスタンスを運営することに興味がある場合 - 友達のため、家族あるいは組織のため - インストールマニュアルを読んでください。 + - 自分のユーザーと自分の動画のみをホストします。 利用可能な登録数とユーザーあたりの容量制限を定義できます。 フォローするように選択したインスタンスの動画のみがホームページに表示されます。 + btn: ドキュメントを読む + how-it-works: + how: + title: 使い方 + text: + - 誰もがインスタンスと呼ぶ PeerTube サーバーをホストできます。各インスタンスは、独自のユーザーとその動画をホストしています。また、管理者がユーザーに提案するためにフォローすることを選択したインスタンスの利用可能な動画のリストも保持します。 + - 'すべてのアカウントには、ローカルのユーザー名 (例: @chocobozzz) とそれが存在するサーバーのドメイン名 (例: framatube.org) + で構成される、グローバルに一意の識別子 (例: @chocobozzz@framatube.org) があります。' + - PeerTube インスタンスの管理者は互いにフォローすることができます。PeerTube インスタンスが別の PeerTube インスタンスに従うと、このインスタンスから動画のプレビュー情報が表示されます。このようにして、あなたはあなたのインスタンスとあなたが従うことを決めたインスタンスで利用可能な動画を表示することができます。それであなたはあなたの + PeerTube インスタンスに表示される動画を管理し続ける! + btn: 質問はありますか? + why: + title: それはなぜクールなのですか? + text: + - サーバーは、さまざまな人や組織によって独立して実行されます。彼らは乱暴に異なる節度方針を適用することができるので、あなたはあなたの好みに完全に合うものを見つけるか、または作ることができます。 + - 動画を視聴することによって、あなたはホスティングプロバイダがあなた自身で動画の放送局になることによってそれを放送するのを助けます。各インスタンスは、そのユーザーの動画を放送するために多くのお金を必要としません。 + btn: はじめに +footer: + text: の上に建てられた + thanks: ありがとう! +faq: + title: PeerTube を発見するためのいくつかの質問… + clic: (答えを見つけるために質問をクリックしてください) + section: + prez: PeerTube プレゼンテーション + content: 作成とコンテンツ + tech: 技術的な質問 + prez: + what: + title: PeerTube とは何ですか? + text: + - PeerTube は、Webサーバーにインストールするソフトウェアです。それはあなたが動画をホストするWebサイトを作成することを可能にするので、あなたの + 「手作りの YouTube」 を作成してください。 + - YouTube との違いは、全世界からの動画を単一のサーバーファームで集中管理する巨大なプラットフォームを作成することを目的としていないことです (これは恐ろしいほど高価です)。 + - それどころか、PeerTube のコンセプトは、相互接続された複数の小規模動画ホスティングプロバイダのネットワークを構築することです。 + pros: + title: PeerTube の3つの主な利点 + text: + - PeerTube は、(私たちの知る限りでは) 3つの利点を兼ね備えた唯一の動画ホスティングWebアプリケーションであるため、ユニークです。 + - これら3つの機能を組み合わせることで、インターネットユーザーにとって実用的で倫理的で楽しいものでありながら、サーバー側で動画をホストすることが簡単になります。 + list: + - 無料/自由なライセンス (倫理、尊重、およびコミュニティ主導の開発) に基づくオープンコード (透明性)。 + - 相互接続されたホスティングプロバイダの連合 (あなたがそれらを見に行くところはどこでもそうとても動画の選択肢)。 + - P2P放送 - そしてそれゆえ視聴 - (それで動画がバイラルになっても遅くなることはありません)。 + libre: + title: なぜ無料/自由なソフトウェアとしてより良いのですか? + text: + - 設計上、無料/自由なソフトウェアは私たちの基本的な自由を尊重し、ライセンスによってそれらを保証するので、法的に強制力のある契約です。 + - ここで具体的に言うと、 + list: + - PeerTube は無料で提供されているので、サーバーにインストールするために料金を支払う必要はありません。 + - PeerTube (そのソースコード) の内部を見ることができます。それは監査可能で、透明です。 + - その開発はコミュニティベースです。それはみんなの貢献によって強化することができます。 + federated: + title: 動画ホスティングプロバイダを連携させることにどのような関心がありますか。 + text: + - YouTube (および他のプラットフォーム) の利点は、その動画カタログです。チュートリアルの編み物から Minecraft の構成、子猫や休日の動画まで、すべてを見つけることができます。 + - 動画カタログが多様になればなるほど、より多くの人々が興味を持ち、より多くの動画がアップロードされます… が、世界中からの動画をホスティングすることは + (非常に、非常に) 高価です! + - ホスティングプロバイダの Knitting-PeerTube が Kittens-Tube や Framatube と友達になれば、他の人の動画がサイトに表示されるため、インターネットユーザーにとって実用的かつ完全なままでホスティングコストを削減できます。 + - PeerTube の連携プロトコルは流動的になり (誰でも 「友達」 のホストを選択できます)、そして ActivityPub + に基づいています。これは Mastodon や MediaGoblin のようなツールと接続する可能性を開くでしょう。 + p2p: + title: PeerTubeの動画をP2Pで放送するのはなぜですか? + text: + - 'あなたが動画のような大きなファイルをホストするとき、恐れるべき最大のものは成功です: 動画がウイルスになり、多くの人々が同時にそれを視聴するなら、サーバーは過負荷になる大きなリスクを持っています!' + - P2P放送では、WebRTC プロトコルのおかげで、同じ動画を同じ時間に見ているインターネットユーザー同士でファイルを交換できます。サーバーを解放します。 + - 'やることは何もない: あなたのウェブブラウザは自動的にそれをする。携帯電話を使用している場合、またはネットワークでそれが許可されていない場合 (ルーター、ファイアウォールなど)、この機能は無効になり、「旧式」 + の動画ブロードキャスト @:data.emoji.wink に戻ります。' + admin: + title: サーバーの管理方法を知っている人にとって、PeerTube は… + text: + - 'これは、動画がホストされ、放送するWebサイトを作成するために、サーバーにインストールするソフトウェアです… 基本的に: + あなた自身の "自家製の YouTube" を作成します!' + - これを可能にする無料/自由なソフトウェアは既に存在します。しかし、PeerTube を使えば、あなたのインスタンス (あなたの動画Webサイト) を + Zaïd の PeerTube インスタンス (彼の大学の講義の動画をホストしている)、Catherin's (彼女のWebメディア動画をホストしている)、さらに + Solar の PeerTube インスタンス (誰かが vloggers 集団を管理します) にリンクすることができます。 + - 'しかし PeerTube は一元管理されていない: 連携する。ActivityPub + プロトコル (無料/自由な Twitter の代替である Mastodon でも使用されている) + のおかげで PeerTube は、世界中の動画をホストするために何千ものハードディスクを購入する必要がないので、いくつかの小さなホスティング業者を連携させることができます。' + - その結果、あなたの PeerTube Webサイトでは、あなたの動画だけでなく、Zaïd、Catherin、または Solar がホストする動画も、視聴者が + PeerTube ベースのWebサイトでホストすることなく視聴できるようになります。動画カタログのそのような多様性はそれを非常に魅力的にします。YouTube + のような集中型プラットフォームを成功させたのは、このような幅広い動画の選択肢と多様性です。 + - 連合にはもう1つの利点があります。全員が自立する。 Zaïd、Catherin、Solar そしてあなた自身があなた自身の規則、あなた自身の利用規約を作ることができます + (例えば、犬の動画が厳しく禁じられている MeowTube を想像することができます @:data.emoji.wink)。 + video-maker: + title: 自分の動画をアップロードしたい人のために、PeerTube は許可します… + text: + - それはあなたが、あなたに合うホストを選ぶことを可能にします。 YouTube の超過は良い例です。その主催者である Google / Alphabet + は、「Robocopyright」 (ContentID システム) またはそのツールを使用して、動画のインデックスを作成、推薦、注目を集めることができます。そしてそれらのツールはあいまいであるほど不公平に見えます。それでも、すでに動画の著作権を無償で提供するよう強制されています。 + - PeerTube では、彼の利用規約に応じて動画のホストを選択することができます。彼のモデレートポリシー、連合の選択… + あなたに直面している技術巨人がいないので、あなたはできるかもしれません。あなたが今まで問題、必要性、またはあなたが望む何かを持っているならば、あなたと話をします。 + - PeerTube のもう一つの大きな利点は、あなたのホストがあなたの動画のうちの1つの突然の成功を恐れる必要がないということです。確かに、PeerTube + は WebTorrent というプロトコルで動画を放送しています。何百人もの人々があなたの動画を同時に見ている場合、彼らのブラウザは自動的にあなたの動画の一部を他の視聴者に送ります。 + - このP2P放送の前は、成功したビデオグラファー (または話題を呼んでいる動画) は、インフラストラクチャが何百万もの同時視聴を処理できるWeb巨人によってホストされる運命にありました。負荷を握ることができます。 + audience: + title: 動画を見たい人のために、PeerTube は提供することができます… + text: + - 利点の1つは、あなたが見ている動画の放送の一部になることです。他の人があなたと同時に PeerTube 動画を見ているなら、あなたのタブが開いている限り、あなたのブラウザはその動画の一部を共有し、あなたはインターネットのより健康的な使用に参加します。 + - 'もちろん、PeerTube の動画プレーヤーはあなたの状況に適応します: あなたのインストールがP2P再生 (企業ネットワーク、難解なブラウザなど) + を許可しない場合、動画の再生は古典的な方法で行われます。' + - しかしなによりも、PeerTube はあなたを製品としてではなく、人のように扱います、頭脳時間を売り込むために動画ループを追跡、プロファイル、およびロックする必要があります。そのため、PeerTube + ソフトウェアのソースコード (レシピ) が開かれているため、操作は透過的です。 + - PeerTube はオープンソースだけではありません。自由です (言論の自由のように)。その自由なライセンスは、ユーザーとしての基本的な自由を保証します。Framasoft + があなたをこのソフトウェアに貢献するように誘うことを可能にするのは、私たちの自由に対するこの尊重であり、そしてあなたの何人かによってすでに多くの進化 + (革新的なコメントシステムなど) が提案されています。 + remplace-yt: + title: PeerTube の目的は YouTube を置き換えることですか? + text: + - '確実に答えることができます: いいえ!' + - 2018年3月に、PeerTube はその公に使用可能なベータ版をリリースしました。いくつかの集団が最初のインスタンスを設定し、それによって連合の基盤を作り出しました。 + - しかし、これはほんの始まりに過ぎず、PeerTubeは (まだ) 完璧ではなく、多くの機能が欠けています。しかし、我々は日々それを改善し続けるつもりです。 + - 2018年3月は、このように PeerTube 連合が誕生したことを表しています。このソフトウェアがより多く使用され、サポートされるほど、より多くの人々がそれを使用し、貢献するようになります。 + - それにもかかわらず、野心は自由で分散型の代替品であることに変わりはありません。代替案の目的は、既存のものと並行して、置き換えることではなく、異なる値で何かを提案することです。 + content: + law: + title: 自由であることは、違法なものをアップロードできますか。 + text: + - 自由であることは、法律を超えることを意味するのではありません。各 PeerTube ホスティングプロバイダは、それぞれの地域の法律に従うことにより、それ自体の一般的な使用条件を決定することができます。 + - たとえば、フランスでは、差別的なコンテンツは禁止 + [French] されており、当局に報告 + [French] してください。PeerTube では、ユーザーが問題のある動画を報告することができます。各管理者は、その利用規約と法律に従って、モデレートを適用する必要があります。 + - 連合システムは、その一部として、コンテンツの種類や他のユーザーのモデレートポリシーに応じて、接続する相手をホストが決定できるようにします。 + responsible: + title: 誰が PeerTube で公開されたコンテンツに責任がありますか? + text: + - PeerTube は Webサイトではありません。Webホスト (Dominique など) が動画Webサイトを作成できるようにするソフトウェアです + (DominiqueTube と呼びましょう)。 + - Camille が DominiqueTube でアカウントを作成し、違法な動画をアップロードしたとしましょう。この動画は Solal が作成した音楽を使用しているためです。 + - Solal は、Framatube (DominiqueTube に続くインスタンス) を続けます。それで Solal は、Framatube から + DominiqueTube で公開された動画を視聴することができます。 + - Solal は Camille の違法な動画を視聴して、その目的のために提供されたボタンでそれを知らせます。レポートはFramatube から作成されていますが、違法コンテンツをホストしている人、Dominique + に直接送信されます。 + - その瞬間から、Dominique が責任を負っています。彼らは違法な動画をホストしていると警告されているからです。それゆえ、彼らが法律の前に責任を負わされたくないのであれば、行動するのは彼ら次第です。 + - それから、Dominique と Solal は、動画をアップロードした Camille に反対することができます。 + money: + title: PeerTube の報酬方針は何ですか? + text: + - OrderedDict([(「現時点ではない、存在しない」、「PeerTubeは報酬に関して中立を望んでいたツールです。」)]) + - '今のところ、動画をアップロードする人々に提案された解決策は動画の下の 「支持」 ボタンを使用することです。このボタンは、動画をアップロードする人がテキスト、画像、およびリンクを自由に表示できるフレームを表示します。たとえば、そこに + Patreon、Tipeee、Paypal、Liberapay (または他のソリューション) へのリンクを置くことが可能です。その他の例: 物理的なお礼状を受け取りたい場合は住所を記入し、企業のロゴを記入したり、非営利団体を支援するためのリンクを記入したりします。' + - 1つの技術的解決策を支持することは、コードの中で、文化的共有とその資金調達という政治的ビジョンを課すことになるため、私たちはこれ以上先に進みませんでした。すべての金融ソリューションは可能であり、PeerTube + でも同様に扱われます。 + - しかし、PeerTube の多くの改良が期待されています… あなたがあなたに興味を起こさせる貨幣化ツールを作成する (そして選択する) ことを可能にするものを含む! + - それにもかかわらず、インターネット上 (そして YouTube 上さえ) で公開されている動画の大多数は市場以外の目的で共有されていることを覚えておく価値があります。報酬はツールですが、必ずしも主な目的ではありません。 + instances: + title: 私の動画はどこに置くことができますか? + text: + - あなたが信頼する PeerTube ホスティングインスタンスを見つける必要があります。 + - 完全な こちらのインスタンスの一覧、および 登録可能な一覧はこちらです。 + - それから、インスタンスに行き、それらについての "about" ページを読んでそれらの利用規約 (1ユーザーあたりの容量制限、コンテンツポリシーなど) + を見つけてください。 + - ビジネスモデルやビジョンなどを理解するには、ホスティングプロバイダに直接連絡して話すことが最善です。自分だけが自分やそのようなホストを信頼する理由を判断し、自分の動画を提供することができるからです。 + pornography: + title: PeerTube にはたくさんのポルノ動画があります! + text: + - いいえ。2018年10月、平均インスタンスが最大 200 インスタンスで、最大 16,000 動画のインデックスを作成している場合、NSFWとしてタグ付けされているのは最大 + 200 動画のみです (すなわち、センシティブなコンテンツで、ポルノ以外の何かをすることができました)。したがって、それらは全動画の1%以下にすぎません。 + - さらに、各管理者はどのインスタンスと連携したいかを決定します。彼は自分のインスタンスに表示したいコンテンツを完全に制御できます。この種の動画に関する方針を選ぶのは彼次第です。 + - デフォルトでは、この設定は 「非表示」 に設定されています。たとえば、ぼかしフィルタを使用して表示することを決定した管理者がいる場合は、[彼ら] + を選択します。 + - 最後に、どのユーザーもこの設定を上書きして、自分でこれらの動画を表示するか、ぼかすか、または非表示にするかを決定します。 + - PeerTube は単なるソフトウェアです。Framasoft (PeerTube を開発している非営利団体) では、場合によっては公開されているコンテンツを担当するわけではありません。 + - 責任を負うのは、親、訪問者、アップローダー、PeerTube 管理者の責任です。 + forum: フォーラムで議論する + tech: + install: + title: PeerTubeをインストールするにはどうすればいいですか? + text: + - インストールガイドはこちらです + (当面は英語版のみ)。 + - PeerTube をローエンドのハードウェアや弱い接続の背後 (たとえば、ADSL 接続を持つ Raspberry Pi など) にインストールしないことをお勧めします。これにより、すべての連携が遅くなる可能性があります。 + - 'あなたのインスタンスをインストール支援するために、開発者を気にしないでください: 私たちは、そのためのサポートフォーラムを持っています。' + moderation: + title: PeerTube v1.0 には、私のインスタンスをうまく管理するために必要なすべてのツールが含まれているとは思われません。 + text: + -
    「それはとんでもないし無意識だ。権利保持者が主張する動画を効果的に管理したり、コメントでオンラインの嫌がらせの問題を効果的に管理したり、広告を通じて収益化を効果的に管理するのに必要なツールが含まれない + (または PeerTube への要求をここに挿入してください。) それは決してうまくいきません。あなたはそれについて何をするつもりですか?」
    + - あなたが正しい。 PeerTube 1.0 は完璧なツールではありません。そして私たちは、この バージョン 1.0 がすべてのケースに対応するすべての機能を含むツールになるとは約束しませんでした。 + - PeerTube 1.0 は、2017年10月に、PeerTube をアルファ版 (個人プロジェクトおよび連合動画プラットフォームで機能することができるという概念実証) + から 1.08 版 (2018年10月) に移行することを実現したものです。(これは 「最終版」 を意味するのではなく、「安定版および頒布可能版」 + を意味します)。 + - PeerTube には1人の (ほぼ) フルタイムの開発者と、ほんの一握りの非常に関与したボランティアしかいないことを忘れないでください。これは、フルタイムのチーム + (開発、設計、UX、マーケティング、サポートなど) と著しい経済的支援を得たスタートアップによって開発された製品ではありません。それはコミュニティフリーソフトウェアであり、その開発は数カ月間継続し、そして、今後数年間は願っています。 + - 私たちは PeerTube 1.0 の欠点、特にモデレーションツールの分野 (動画、コメントなど) をよく知っています。そして私達はこれらの弱点に取り組むつもりです。 + - 次のようにして選択しました。一方で、PeerTube 自体の中で (ソフトウェアのコアで) これらのツールを改良するために、今後数カ月間は主に作業する予定です。一方、2019年の + PeerTube の開発努力の大部分は、コミュニティが開発できるプラグインシステムの統合にも並行して焦点を当てます。 + - 確かに、私たちはその背後にある科学を持っているとは主張せず、それぞれのニーズに応じてそれぞれのツールを管理するための最良の方法を知っています。例えば、DMCA + 要求の問題に関しては、地理的管轄によって事件は異なります (ヨーロッパの法律はフランスの法律とは異なり、カナダの法律とは異なり、アメリカの法律とは異なるなど)。コメントをモデレートするためのツールに関しては、これもまたそうではないので、ここでもまた、私たち自身がその主題についての専門家を宣言することはできません。 + - コアの両方に作用するだけでなく、プラグインの開発を可能にすることによって、PeerTube は、長期的には、これらの問題にはるかに良い応答し、異なるコミュニティが彼らのニーズに + PeerTube を適応させることができることを信じています。 + - 私たちは PeerTube を改善するためにできるだけ早く取り組んでいますが、私たちは持っているリソースを使ってそうしています。それは非常に限られていることを意味します。 + - それまでの間、PeerTube 1.0 が現在あなたのニーズを満たしていないと感じているならば、それは簡単です。今は使わないでください:) (明らかにその成功を願って、私たちの協会の存続はそれに依存しません)。 + - 管理者として、あなたが DMCA 要求を恐れているならば、あなたが知っている人々に登録の開始を制限するオプションがあります。これらの検証ツールが統合された後、またはそれらを開発した後、検証なしで登録を再度開くことができます。 + code: + title: PeerTube のコードに貢献するにはどうすればいいですか。 + text: + - PeerTube の Git リポジトリはこちらです。 + - 課題を作成したり、寄稿したり、あるいは始める人のために簡単な問題を選ぶことによって貢献することさえできます。 + - 他の方法で手助けをしたい場合、または機能を要求したい場合は、投稿フォーラムで議論してください。 + protocol: + title: なぜ PeerTube は ActivityPub 連合プロトコルを使用しますか? IPFS / D.tube / Steemit ではないのはなぜですか? + text: + - PeerTube は ActivityPub を使用しています。これは、この連携プロトコルが W3C によって推奨されており、すでに連携ソーシャルネットワーク + Mastodon によって使用されているためです。 + - IPFS は優れたテクノロジですが、大規模ファイルの大規模ストリーミングにはまだまだ (非常に) 若いようです。 + - 私たちのフォーラムでそれを議論した後、コンパイルされたコードだけを公開することは修正の自由を妨げるので、私たちは D.tube がフリーまたはオープンソースではないと感じます。 + - D.tube は 「報酬」 について Steem に基づいていますが、これは選択ですが、Steemit は 広く批判されています。集中型 + [English]、そして疑わしいことにPonziシステムに似ています + [English]。 + - PeerTube は無料、分散型、配布型であり、いかなる報酬モデルも課されません。これが私たちが行った選択であり、議論の余地があります。他の人 (D.tubeなど) + が他の選択をしましたが、それらには利点があります。だからあなたに合ったものを見るのはあなた次第です。 +hof: + title: 栄誉殿堂 + sponsors: スポンサー + donators: 財務貢献者 + dev: 貢献者 + contrib: コードに貢献する +news: + title: PeerTube の最新情報 + subtitle: ツールの最新の改善点を発見 + latest-articles: Latest articles + blocs: + newsletter26-02-2019: + title: 'PeerTube: 回顧展、新機能など' + date: + text: 26 February 2019 + data: '2019-02-26' + text: + p1: バージョン1.0が2017年11月にリリースされて以来、私たちはPeerTubeの改良を日々続けていました。バージョン 1.0 が昨年11月にリリースされて以来、私たちはPeerTubeの改良を日々続けていました。彼らはソフトウェアを開発する + Framasoft 非営利団体 [English] によって資金提供されています + (そして あなたの寄付 [English] を通してのみ生きる)。 + p2: これは、2018年末 / 2019年初頭の小さな回顧展です。 + p3: 2018年12月に、インスタンス管理者から要求されたモデレーションツールを含むバージョン 1.1 をリリースしました。
    また、動画再生履歴機能と動画再生の自動再開機能を追加しました。 + p4: 2019年1月に、ロシア語、ポーランド語、イタリア語の3つの新しい言語をサポートするバージョン 1.2 をリリースしました。PeerTube + の翻訳者コミュニティのおかげで、PeerTube は現在 16 の異なる言語に翻訳されています! + p5: このバージョンには、自分の動画がコメントされたとき、誰かがそれらを言及したとき、購読の1つが新しい動画を公開したときなどに、ユーザーに通知することができる通知システムも含まれます。 + p6: その間に、PeerTube 連合は拡大しました。今日では、300 以上のインスタンスが 7 万以上の動画を放送しており、累計で約 200 万の視聴があります。PeerTube + の周辺で管理している唯一の公式Webサイトは https://joinpeertube.org/ja + であり、公開される可能性がある他のサイトについては一切責任を負いません。 + p7: ご覧のとおり、クラウドファンディングが資金提供したものをはるかに超えています。
    2019年には、プラグインおよびテーマ管理システム (最初は基本的なものであっても)、プレイリスト管理、オーディオファイルのアップロードのサポート、その他多くの機能を追加する予定です。 + p8: 'PeerTubeの成長にも貢献するのであれば、ここでその資金に参加することができます: https://soutenir.framasoft.org/en + [English]' + p9: '質問がある場合は、私たちのフォーラムを使用してください: https://framacolibri.org/c/peertube + [French]' + p10: ありがとうございました。 + p11: Framasoft + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
    Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
    Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
    + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft diff --git a/app/locales/ru.yml b/app/locales/ru.yml index c2ade83..a56cf19 100644 --- a/app/locales/ru.yml +++ b/app/locales/ru.yml @@ -474,9 +474,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -510,3 +514,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
    Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
    Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
    + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft diff --git a/app/locales/sq.yml b/app/locales/sq.yml index 2c65c30..f4b1f4b 100644 --- a/app/locales/sq.yml +++ b/app/locales/sq.yml @@ -486,9 +486,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -522,3 +526,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
    Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
    Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
    + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft diff --git a/app/locales/sv.yml b/app/locales/sv.yml index c1b86dd..2ab4760 100644 --- a/app/locales/sv.yml +++ b/app/locales/sv.yml @@ -469,9 +469,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -505,3 +509,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
    Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
    Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
    + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft diff --git a/app/locales/zh_Hant_TW.yml b/app/locales/zh_Hant_TW.yml index fe63513..55747a5 100644 --- a/app/locales/zh_Hant_TW.yml +++ b/app/locales/zh_Hant_TW.yml @@ -287,9 +287,13 @@ hof: news: title: What's up on PeerTube subtitle: Discover the tool's latest improvements + latest-articles: Latest articles blocs: - newsletter26-03-2019: + newsletter26-02-2019: title: 'PeerTube: retrospective, new features and more to come!' + date: + text: 26 February 2019 + data: '2019-02-26' text: p1: Hello everyone! p2: Since version 1.0 has been released last November, we went on improving @@ -323,3 +327,135 @@ news: in its funding here: https://soutenir.framasoft.org/en' p10: 'If you have any questions, feel free to use our forum: https://framacolibri.org/c/peertube' p11: Thank you and with our best regards, + newsletter16-10-2018: + title: 'PeerTube crowdfunding newsletter #4' + date: + text: 16 October 2018 + data: '2018-10-16' + text: + p1: Hello everyone! + p2: We are now in mid-October! As promised, we have just released the first + stable version of PeerTube. + p3: 'It implements all stretch goals we planned in our crowdfunding: ' + p4: ' We know that feature descriptions are not very amusing, so we have published + a few demonstration videos: ' + p5: 'This is the last newsletter regarding the PeerTube crowdfunding. We would + like to thank you one more time, for allowing us to greatly improve PeerTube, + and therefore to promote a more decentralized web. But the journey does + not end here: we will continue to work on the software, and there is still + a lot to do to fully free up video streaming. But before anything, we''ll + take a few days off ;)' + p6: We remind you that you can ask questions on the + PeerTube forum. You can also contact us directly on + https://contact.framasoft.org. + p7: Cheers,
    Framasoft + newsletter12-09-2018: + title: 'PeerTube crowdfunding newsletter #3' + date: + text: September 12, 2018 + data: '2018-09-12' + text: + p1: Hello everyone! + p2: A month before the version 1 of PeerTube, we would like to share some + (good!) news with you. + p3: We just released PeerTube beta 12, that allows to subscribe to + video channels, whether they are on your instance or even on remote instances. + This way, you can browse videos of your subscribed channels in a dedicated + page. Moreover, if your PeerTube administrator allows it, you can search + a channel or a video directly by typing their web address in the PeerTube + search bar. + p4: It was not included in the crowdfunding, but we created an "Overview" + page, that displays videos of some categories/tags/channels picked randomly, + to show the diversity of the videos uploaded on PeerTube. You can see a demonstration here. + p5: You can read the complete beta 12 changelog here. + p6: 'Regarding the crowdfunding, most of the rewards are ready: the + PeerTube README and the + JoinPeerTube Hall of Fame show off the names of the persons who have + chosen the corresponding rewards. We will soon be able to send the personalized + thank-you digital arts to people that gave 80€ (~93 USD) and more (and it''s + so beautiful that we are looking forward to it!)' + p7: The last feature we have to implement is the videos redundancy between + instances, which will further increase resilience on instance overload. + If all goes well, we should finish it in about two weeks (end of september). + p8: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p9: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p10: Cheers,
    Framasoft + newsletter20-08-2018: + title: 'PeerTube crowdfunding newsletter #2' + date: + text: August 20, 2018 + data: '2018-08-20' + text: + p1: Hello everyone! + p2: The development of the crowdfunding features is going well. + p3: As a reminder, in the first newsletter (July 23rd, 2018), we announced + that the localization system and RSS feeds were implemented, and that we + were making progress on the subtitles support and the advanced search. + p4: These four features are all implemented, and can already be used on instances + updated to version v1.0.0-beta.10 (for example https://framatube.org). + Regarding the subtitles support, you can test them on the + the "What is PeerTube" video. + p5: We are currently finishing the video import system, from a URL (YouTube, + Vimeo etc) or a torrent file. This feature should be available in a few + days, when we will release a new version (v1.0.0-beta.11).
    + The import system will complete the first crowdfunding goal. The next feature + we will be working on will be the user subscriptions. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft + newsletter23-07-2018: + title: 'PeerTube crowdfunding newsletter #1' + date: + text: 23 July 2018 + data: '2018-07-23' + text: + p1: Hello everyone! + p2: First of all, thank you again for contributing to PeerTube! ❤️ + p3: 'During the crowdfunding campaign, we continued to work on the localization + system. And we are happy to announce it''s finally completed: it will be + available in the next beta (beta 10) of PeerTube. As of this writing, + the web interface is already available in english, french, basque, catalan, + czech and esperanto (huge thank you to + all of the translators). If you too want to help translating PeerTube, + do not hesitate to check out the + documentation!' + p4: Regarding the RSS feeds feature, it was already implemented by Rigelk + and you can already use it in the beta 9. You can, for example, + get + the feed of the last local videos uploaded in a particular instance. + p5: Subtitles support is well under way, and we should have a first version + available soon. When this work is finished, we will develop the advanced + search. + p6: We remind you that you can track the progress of the work directly on the git repository, + and be part of the discussions/bug reports/feature requests in the "Issues" + tab. + p7: Moreover, you can ask questions on the + PeerTube forum. You can also contact us directly on https://contact.framasoft.org. + p8: Cheers,
    Framasoft