diff --git a/src/renderer/components/distraction-settings/distraction-settings.js b/src/renderer/components/distraction-settings/distraction-settings.js
index 659409d12f84c..7f5e3741fc962 100644
--- a/src/renderer/components/distraction-settings/distraction-settings.js
+++ b/src/renderer/components/distraction-settings/distraction-settings.js
@@ -92,6 +92,9 @@ export default defineComponent({
hideSubscriptionsLive: function () {
return this.$store.getters.getHideSubscriptionsLive
},
+ hideSubscriptionsCommunity: function() {
+ return this.$store.getters.getHideSubscriptionsCommunity
+ },
showDistractionFreeTitles: function () {
return this.$store.getters.getShowDistractionFreeTitles
},
@@ -155,6 +158,7 @@ export default defineComponent({
'updateHideSubscriptionsVideos',
'updateHideSubscriptionsShorts',
'updateHideSubscriptionsLive',
+ 'updateHideSubscriptionsCommunity',
'updateBlurThumbnails'
])
}
diff --git a/src/renderer/components/distraction-settings/distraction-settings.vue b/src/renderer/components/distraction-settings/distraction-settings.vue
index 4989782c0eda3..5b6f06db4a4a1 100644
--- a/src/renderer/components/distraction-settings/distraction-settings.vue
+++ b/src/renderer/components/distraction-settings/distraction-settings.vue
@@ -66,6 +66,12 @@
:tooltip="hideLiveStreams ? hideSubscriptionsLiveTooltip : ''"
v-on="!hideLiveStreams ? { change: updateHideSubscriptionsLive } : {}"
/>
+
{{ $t("Subscriptions.All Subscription Tabs Hidden", { subsection: $t('Settings.Distraction Free Settings.Sections.Subscriptions Page'), diff --git a/static/locales/ar.yaml b/static/locales/ar.yaml index 87f9ce2d77b27..d2442aa0c46ce 100644 --- a/static/locales/ar.yaml +++ b/static/locales/ar.yaml @@ -35,6 +35,7 @@ Global: Videos: 'الفيديوهات' Shorts: القصيرة Live: مباشر + Community: المجتمع # Search Bar Counts: @@ -640,7 +641,6 @@ Channel: This channel is age-restricted and currently cannot be viewed in FreeTube.: هذه القناة مصنفة حسب العمر ولا يمكن عرضها حاليا في FreeTube. Community: - Community: المجتمع This channel currently does not have any posts: لا تحتوي هذه القناة حاليا على أي مشاركات Hide Answers: إخفاء الأجوبة diff --git a/static/locales/bg.yaml b/static/locales/bg.yaml index 3d78f37d0ca02..59c60d8f51058 100644 --- a/static/locales/bg.yaml +++ b/static/locales/bg.yaml @@ -36,6 +36,7 @@ Global: Videos: 'видеа' Shorts: Кратки видеа Live: На живо + Community: Общност Counts: Video Count: 1 видео | {count} видеа @@ -652,7 +653,6 @@ Channel: Joined: Присъединен на Location: Местоположение Community: - Community: Общност This channel currently does not have any posts: В момента този канал няма никакви публикации votes: '{votes} гласа' diff --git a/static/locales/cs.yaml b/static/locales/cs.yaml index b3376ca193fee..a37c3a55d8205 100644 --- a/static/locales/cs.yaml +++ b/static/locales/cs.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Videa' Shorts: Shorts Live: Živě + Community: Komunita Counts: Video Count: 1 video | {count} videí @@ -642,7 +643,6 @@ Channel: This channel does not allow searching: Tento kanál neumožňuje vyhledávání Channel Tabs: Karty kanálů Community: - Community: Komunita This channel currently does not have any posts: Tento kanál v současné době nemá žádné příspěvky Hide Answers: Skrýt odpovědi diff --git a/static/locales/de-DE.yaml b/static/locales/de-DE.yaml index d08a712dc8c6e..28d23b15e24ce 100644 --- a/static/locales/de-DE.yaml +++ b/static/locales/de-DE.yaml @@ -34,6 +34,7 @@ Global: Videos: Videos Shorts: Kurzvideos Live: Live + Community: Gemeinschaft # Search Bar Counts: @@ -631,7 +632,6 @@ Channel: Community: This channel currently does not have any posts: Dieser Kanal enthält derzeit keine Beiträge - Community: Gemeinschaft votes: '{votes} Stimmen' Reveal Answers: Antworten aufzeigen Hide Answers: Antworten verbergen diff --git a/static/locales/el.yaml b/static/locales/el.yaml index 79452b0f43a1f..5fb36823a1189 100644 --- a/static/locales/el.yaml +++ b/static/locales/el.yaml @@ -36,6 +36,7 @@ Global: Videos: 'Βίντεο' Shorts: Shorts Live: Ζωντανά + Community: Κοινότητα # Search Bar Counts: @@ -671,7 +672,6 @@ Channel: Channel Tabs: Καρτέλες Καναλιών This channel does not exist: Αυτό το κανάλι δεν υπάρχει Community: - Community: Κοινότητα This channel currently does not have any posts: Αυτό το κανάλι προς το παρόν δεν έχει αναρτήσεις Reveal Answers: Εμφάνιση Απαντήσεων diff --git a/static/locales/en-US.yaml b/static/locales/en-US.yaml index 1cb1c7add76f3..b1b6a720a6e2f 100644 --- a/static/locales/en-US.yaml +++ b/static/locales/en-US.yaml @@ -45,6 +45,7 @@ Global: Videos: Videos Shorts: Shorts Live: Live + Community: Community Counts: Video Count: 1 video | {count} videos Channel Count: 1 channel | {count} channels @@ -104,8 +105,10 @@ Subscriptions: Disabled Automatic Fetching: You have disabled automatic subscription fetching. Refresh subscriptions to see them here. Empty Channels: Your subscribed channels currently does not have any videos. 'Getting Subscriptions. Please wait.': Getting Subscriptions. Please wait. + Empty Posts: Your subscribed channels currently do not have any posts. Refresh Subscriptions: Refresh Subscriptions Load More Videos: Load More Videos + Load More Posts: Load More Posts Subscriptions Tabs: Subscriptions Tabs All Subscription Tabs Hidden: 'All subscription tabs are hidden. To see content here, please unhide some tabs in the "{subsection}" section in "{settingsSection}".' More: More @@ -371,6 +374,7 @@ Settings: Hide Subscriptions Videos: Hide Subscriptions Videos Hide Subscriptions Shorts: Hide Subscriptions Shorts Hide Subscriptions Live: Hide Subscriptions Live + Hide Subscriptions Community: Hide Subscriptions Community Data Settings: Data Settings: Data Settings Select Import Type: Select Import Type @@ -597,7 +601,6 @@ Channel: Location: Location Featured Channels: Featured Channels Community: - Community: Community This channel currently does not have any posts: This channel currently does not have any posts votes: '{votes} votes' Reveal Answers: Reveal Answers diff --git a/static/locales/en_GB.yaml b/static/locales/en_GB.yaml index a6ea4c0487c51..de2eb881e685a 100644 --- a/static/locales/en_GB.yaml +++ b/static/locales/en_GB.yaml @@ -35,6 +35,7 @@ Global: Videos: Videos Shorts: Shorts Live: Live + Community: Community Version {versionNumber} is now available! Click for more details: 'Version {versionNumber} is now available! Click for more details' @@ -620,7 +621,6 @@ Channel: Community: This channel currently does not have any posts: This channel currently does not have any posts - Community: Community Live: This channel does not currently have any live streams: This channel does not currently have any live streams diff --git a/static/locales/eo.yaml b/static/locales/eo.yaml index 1da4af4595ddb..fea50e47c224a 100644 --- a/static/locales/eo.yaml +++ b/static/locales/eo.yaml @@ -21,6 +21,9 @@ Close: 'Fermi' Back: 'Reen' Forward: 'Antaŭen' +Globals: + Community: Komunumo + Version {versionNumber} is now available! Click for more details: 'Versio {versionNumber} disponeblas nun! Alklaki por pli informoj.' Download From Site: 'Elŝuti el retejo' @@ -105,8 +108,6 @@ About: Channel: About: Details: Detaloj - Community: - Community: Komunumo Video: {} More: Pli Search Bar: diff --git a/static/locales/es.yaml b/static/locales/es.yaml index 4e80e44366b7f..a76d41f81010b 100644 --- a/static/locales/es.yaml +++ b/static/locales/es.yaml @@ -36,6 +36,7 @@ Global: Videos: 'Vídeos' Shorts: Cortos Live: En directo + Community: Comunidad # Search Bar Counts: @@ -654,7 +655,6 @@ Channel: Community: This channel currently does not have any posts: Este canal no tiene actualmente ningún mensaje - Community: Comunidad Reveal Answers: Revelar las respuestas Hide Answers: Ocultar las respuestas votes: '{votes} votos' diff --git a/static/locales/et.yaml b/static/locales/et.yaml index e6c56ab7a9c0c..89230e769bfba 100644 --- a/static/locales/et.yaml +++ b/static/locales/et.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Videod' Shorts: Lühivideod Live: Otseeeter + Community: Kogukond Counts: Video Count: 1 video | {count} videot @@ -596,7 +597,6 @@ Channel: This channel does not currently have any live streams: Sellel kanalil pole hetkel ühtegi otseeetrit Community: - Community: Kogukond This channel currently does not have any posts: Sellel kanalil pole hetkel postitusi Reveal Answers: Näita vastuseid Hide Answers: Peida vastused diff --git a/static/locales/fi.yaml b/static/locales/fi.yaml index ddd7fc8abfb37..696bdbd95fdcf 100644 --- a/static/locales/fi.yaml +++ b/static/locales/fi.yaml @@ -33,14 +33,14 @@ Global: Videos: 'Videot' Shorts: Lyhyet Live: Livenä - -# Search Bar + Community: Yhteisö Counts: Video Count: 1 video | {count} videota Subscriber Count: 1 tilaaja | {count} tilaajaa View Count: 1 näyttökerta | {count} näyttökertaa Watching Count: 1 katselee | {count} katselee Channel Count: 1 kanava | {count} kanavaa +# Search Bar Search / Go to URL: 'Etsi / Mene osoitteeseen' # In Filter Button Search Filters: @@ -598,7 +598,6 @@ Channel: Community: This channel currently does not have any posts: Tällä kanavalla ei ole tällä hetkellä mitään - Community: Yhteisö Reveal Answers: Näytä vastaukset Hide Answers: Piilota vastaukset votes: '{votes} ääntä' diff --git a/static/locales/fr-FR.yaml b/static/locales/fr-FR.yaml index 95f3b86372cbc..2c27815a85d5d 100644 --- a/static/locales/fr-FR.yaml +++ b/static/locales/fr-FR.yaml @@ -34,6 +34,7 @@ Global: Videos: 'Vidéos' Shorts: Shorts Live: En direct + Community: Communauté # Search Bar Counts: @@ -642,7 +643,6 @@ Channel: chaîne est limitée par l'âge et ne peut actuellement pas être visionnée dans FreeTube. Channel Tabs: Onglets des chaînes Community: - Community: Communauté This channel currently does not have any posts: Cette chaîne n'a actuellement aucune publication votes: '{votes} votes' diff --git a/static/locales/gl.yaml b/static/locales/gl.yaml index c00bd4f3437ee..6138c6079e9a8 100644 --- a/static/locales/gl.yaml +++ b/static/locales/gl.yaml @@ -34,6 +34,7 @@ Forward: 'Adiante' # Anything shared among components / views should be put here Global: Videos: 'Vídeos' + Community: Comunidade Version {versionNumber} is now available! Click for more details: 'A versión {versionNumber} está dispoñible! Fai clic para veres máis detalles' @@ -619,7 +620,6 @@ Channel: canle ten unha limitación de idade e actualmente non se pode ver en FreeTube. Channel Tabs: Pestanas das canles Community: - Community: Comunidade This channel currently does not have any posts: Esta canle actualmente non ten publicacións Video: diff --git a/static/locales/he.yaml b/static/locales/he.yaml index 4862ecc37c01f..e196e16a59be3 100644 --- a/static/locales/he.yaml +++ b/static/locales/he.yaml @@ -35,6 +35,7 @@ Global: Videos: 'סרטונים' Shorts: Shorts Live: חי + Community: קהילה Counts: Video Count: סרטון אחד | {count} סרטונים @@ -640,7 +641,6 @@ Channel: מוגבל לפי גיל וכרגע אי אפשר לצפות בו ב־FreeTube. Community: This channel currently does not have any posts: אין רשומות בערוץ הזה כרגע - Community: קהילה votes: '{votes} הצבעות' Reveal Answers: חשיפת התשובות Hide Answers: הסתרת התשובות diff --git a/static/locales/hr.yaml b/static/locales/hr.yaml index 82a5f8827f68f..61aed5d7d8633 100644 --- a/static/locales/hr.yaml +++ b/static/locales/hr.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Videa' Shorts: Kratka videa Live: Uživo + Community: Zajednica # Search Bar Counts: @@ -659,7 +660,6 @@ Channel: prijenosa uživo Community: This channel currently does not have any posts: Ovaj kanal trenutačno nema objava - Community: Zajednica Reveal Answers: Prikaži odgovore Hide Answers: Sakrij odgovore votes: '{votes} glasanja' diff --git a/static/locales/hu.yaml b/static/locales/hu.yaml index cd14c4c4bca02..2fbc5f91e6b38 100644 --- a/static/locales/hu.yaml +++ b/static/locales/hu.yaml @@ -36,6 +36,7 @@ Global: Videos: 'Videók' Shorts: Rövidfilmek Live: Élő + Community: Közösség Counts: Video Count: 1 videó | {count} videó @@ -665,7 +666,6 @@ Channel: Community: This channel currently does not have any posts: Ezen a csatornán jelenleg nincsenek bejegyzések - Community: Közösség Reveal Answers: Válaszok feltárása Hide Answers: Válaszok elrejtése votes: '{votes} szavazat' diff --git a/static/locales/is.yaml b/static/locales/is.yaml index d45739ed778e5..cda01771876fd 100644 --- a/static/locales/is.yaml +++ b/static/locales/is.yaml @@ -36,6 +36,7 @@ Global: Videos: 'Myndskeið' Shorts: Stuttmyndir Live: Í beinni + Community: Samfélag Counts: Video Count: 1 myndskeið | {count} myndskeið @@ -599,7 +600,6 @@ Channel: This channel does not currently have any live streams: Þessi rás er í augnablikinu ekki með nein bein streymi Community: - Community: Samfélag This channel currently does not have any posts: Þessi rás er ekki með neinar færslur Reveal Answers: Birta svör Hide Answers: Fela svör diff --git a/static/locales/it.yaml b/static/locales/it.yaml index 109dbc9c93689..562bf3783631d 100644 --- a/static/locales/it.yaml +++ b/static/locales/it.yaml @@ -36,6 +36,7 @@ Global: Videos: 'Video' Shorts: Video brevi Live: Dal vivo + Community: Comunità # Search Bar Counts: @@ -619,7 +620,6 @@ Channel: Community: This channel currently does not have any posts: Questo canale attualmente non ha alcun post - Community: Comunità votes: '{votes} voti' Reveal Answers: Rivela le risposte Hide Answers: Nascondi le risposte diff --git a/static/locales/ja.yaml b/static/locales/ja.yaml index 7a9c72271eb46..0ce15c2505aca 100644 --- a/static/locales/ja.yaml +++ b/static/locales/ja.yaml @@ -33,6 +33,7 @@ Global: Videos: '動画' Shorts: ショート動画 Live: ライブ配信 + Community: コミュニティ # Search Bar Counts: @@ -555,7 +556,6 @@ Channel: Removed subscription from {count} other channel(s): ほかの {count} チャンネルから登録を削除しました Community: This channel currently does not have any posts: このチャンネルには現在投稿がありません - Community: コミュニティ votes: '{votes} 投票' Reveal Answers: 回答を表示 Hide Answers: 回答の非表示 diff --git a/static/locales/nb_NO.yaml b/static/locales/nb_NO.yaml index 11aea29f5e5e6..06f3b86aa4417 100644 --- a/static/locales/nb_NO.yaml +++ b/static/locales/nb_NO.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Videoer' Shorts: Kortvideoer Live: Direkte + Community: Gemenskap # Search Bar Search / Go to URL: 'Søk/gå til nettadresse' @@ -558,7 +559,6 @@ Channel: kanalen er aldersbegrenset og kan derfor ikke vises i FreeTube. Channel Tabs: Kanalfaner Community: - Community: Gemenskap This channel currently does not have any posts: Denne kanalen har ingen oppføringer Shorts: This channel does not currently have any shorts: Denne kanalen har ingen kortvideoer diff --git a/static/locales/pl.yaml b/static/locales/pl.yaml index a49b182a04c64..ddd80fba6c010 100644 --- a/static/locales/pl.yaml +++ b/static/locales/pl.yaml @@ -34,6 +34,7 @@ Global: Videos: 'Filmy' Shorts: Filmy Short Live: Transmisje + Community: Społeczność # Search Bar Counts: @@ -626,7 +627,6 @@ Channel: Community: This channel currently does not have any posts: Ten kanał nie ma obecnie żadnych publikacji - Community: Społeczność votes: '{votes} głosów' Reveal Answers: Pokaż odpowiedzi Hide Answers: Schowaj odpowiedzi diff --git a/static/locales/pt-BR.yaml b/static/locales/pt-BR.yaml index 0c9734ed106aa..2c035bb5d81eb 100644 --- a/static/locales/pt-BR.yaml +++ b/static/locales/pt-BR.yaml @@ -34,6 +34,7 @@ Global: Videos: 'Vídeos' Shorts: Shorts Live: Ao vivo + Community: Comunidade # Search Bar Counts: @@ -612,7 +613,6 @@ Channel: This channel is age-restricted and currently cannot be viewed in FreeTube.: Este canal tem restrição de idade e atualmente não pode ser visualizado no FreeTube. Community: - Community: Comunidade This channel currently does not have any posts: Neste momento, este canal não tem publicações votes: '{votes} Votos' diff --git a/static/locales/pt-PT.yaml b/static/locales/pt-PT.yaml index 1088aa4d77615..cbdedd6652243 100644 --- a/static/locales/pt-PT.yaml +++ b/static/locales/pt-PT.yaml @@ -36,6 +36,7 @@ Global: Videos: Vídeos Shorts: Curtas Live: Em directo + Community: Comunidade Version {versionNumber} is now available! Click for more details: A versão {versionNumber} já está disponível! Clique para mais detalhes @@ -594,7 +595,6 @@ Channel: canal tem restrição de idade e atualmente não pode ser visualizado no Free Tube. Channel Tabs: Separadores de canais Community: - Community: Comunidade This channel currently does not have any posts: Neste momento, este canal não tem publicações Live: diff --git a/static/locales/pt.yaml b/static/locales/pt.yaml index 9dac090105a3e..7314b67d53168 100644 --- a/static/locales/pt.yaml +++ b/static/locales/pt.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Vídeos' Shorts: Curtas Live: Em directo + Community: Comunidade Counts: Channel Count: 1 canal | {count} canais diff --git a/static/locales/ro.yaml b/static/locales/ro.yaml index 35fe926cdfd00..74fcdd752fb30 100644 --- a/static/locales/ro.yaml +++ b/static/locales/ro.yaml @@ -33,9 +33,9 @@ Forward: 'Înainte' # Anything shared among components / views should be put here Global: Videos: 'Videoclipuri' - Shorts: Shorts Live: Live + Community: Comunitate Counts: Video Count: 1 videoclip | {count} videoclipuri Subscriber Count: 1 abonat | {count} de abonați diff --git a/static/locales/ru.yaml b/static/locales/ru.yaml index 4afa622b383e6..5c2c9fbce0b9e 100644 --- a/static/locales/ru.yaml +++ b/static/locales/ru.yaml @@ -33,6 +33,7 @@ Global: Videos: 'Видео' Shorts: Короткие видео Live: Трансляции + Community: Сообщество # Search Bar Search / Go to URL: 'Поиск / Перейти по адресу' @@ -598,7 +599,6 @@ Channel: This channel is age-restricted and currently cannot be viewed in FreeTube.: Этот канал ограничен по возрасту и в настоящее время не может быть просмотрен во FreeTube. Community: - Community: Сообщество This channel currently does not have any posts: На этом канале в настоящее время нет никаких записей votes: 'Голосов: {votes}' diff --git a/static/locales/sv.yaml b/static/locales/sv.yaml index 1a0c6f3191d97..4ede0fe71498e 100644 --- a/static/locales/sv.yaml +++ b/static/locales/sv.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Videor' Shorts: Shorts Live: Live + Community: Gemenskap Version {versionNumber} is now available! Click for more details: 'Versionen {versionNumber} är nu tillgänglig! Klicka för mer detaljer' @@ -636,7 +637,6 @@ Channel: kanalen är ålderbegränsad och kan inte ses i FreeTube. Channel Tabs: Kanalflikar Community: - Community: Gemenskap This channel currently does not have any posts: Denna kanal har för närvarande inga inlägg votes: '{votes} röster' diff --git a/static/locales/tr.yaml b/static/locales/tr.yaml index 4faee2794a91a..92c6a80278fee 100644 --- a/static/locales/tr.yaml +++ b/static/locales/tr.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Videolar' Shorts: Kısa Videolar Live: Canlı + Community: Topluluk Counts: Video Count: 1 video | {count} video @@ -662,7 +663,6 @@ Channel: This channel does not allow searching: Bu kanal aramaya izin vermiyor This channel does not exist: Bu kanal mevcut değil Community: - Community: Topluluk This channel currently does not have any posts: Bu kanalda şu anda herhangi bir gönderi yok votes: '{votes} oy' diff --git a/static/locales/uk.yaml b/static/locales/uk.yaml index e96a8fd541f1c..82e85b9d7c702 100644 --- a/static/locales/uk.yaml +++ b/static/locales/uk.yaml @@ -35,6 +35,7 @@ Global: Videos: 'Відео' Shorts: Shorts Live: Наживо + Community: Спільнота Counts: Video Count: 1 відео | {count} відео @@ -593,7 +594,6 @@ Channel: канал має вікові обмеження і наразі не може бути переглянутий на FreeTube. Channel Tabs: Вкладки каналів Community: - Community: Спільнота This channel currently does not have any posts: Зараз на цьому каналі немає публікацій votes: 'Голосів: {votes}' Reveal Answers: Розгорнути відповіді diff --git a/static/locales/zh-CN.yaml b/static/locales/zh-CN.yaml index 3961e4ebce5d7..8f2308c3035ab 100644 --- a/static/locales/zh-CN.yaml +++ b/static/locales/zh-CN.yaml @@ -33,6 +33,7 @@ Global: Videos: '视频' Shorts: 短视频 Live: 直播 + Community: 社区 # Search Bar Counts: @@ -555,7 +556,6 @@ Channel: This channel does not exist: 此频道不存在 This channel does not allow searching: 此频道不允许搜索 Community: - Community: 社区 This channel currently does not have any posts: 此频道当前没有任何帖子 votes: '{votes} 票' Reveal Answers: 揭晓答案 diff --git a/static/locales/zh-TW.yaml b/static/locales/zh-TW.yaml index ae1d40df2b800..a8400f83dd5fe 100644 --- a/static/locales/zh-TW.yaml +++ b/static/locales/zh-TW.yaml @@ -33,6 +33,7 @@ Global: Videos: '影片' Shorts: 短片 Live: 直播 + Community: 社群 # Search Bar Counts: @@ -565,7 +566,6 @@ Channel: This channel does not exist: 此頻道不存在 This channel does not allow searching: 此頻道不允許搜尋 Community: - Community: 社群 This channel currently does not have any posts: 此頻道目前沒有任何貼文 votes: '{votes} 票' Reveal Answers: 揭露答案