From 98852e7eb4a60e42e295fed690d864168d2b6789 Mon Sep 17 00:00:00 2001 From: jessopb <36554050+jessopb@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:45:48 -0500 Subject: [PATCH] changelog and hosting copy (#7445) --- CHANGELOG.md | 11 +++++++++-- static/app-strings.json | 14 ++++++++++++++ ui/component/settingSystem/view.jsx | 27 +++++++++++++++------------ 3 files changed, 38 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd09cc57..da4ac2e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased for Desktop] -## [0.52.1-alpha.3] - [2021-12-31] +## [0.52.1-alpha.4] - [2021-12-31] ### Added - Reenabled generating thumbs from video ([#7384](https://github.com/lbryio/lbry-desktop/pull/7409)) +- Brought in playlist drag and drop playlist reordering _odysee team!_ ([#7442](https://github.com/lbryio/lbry-desktop/pull/7442)) +- Added duration overlays to ClaimPreview component ([#7420](https://github.com/lbryio/lbry-desktop/pull/7420)) +- Some Horizontal Scroll groundwork from _odysee team!_ +- Comment Emotes and Stickers and Mentions refactors from _odysee team!_ ([#7435](https://github.com/lbryio/lbry-desktop/pull/7435)) ### Changed - Upgraded Electron to v15 ([#7384](https://github.com/lbryio/lbry-desktop/pull/7384)) - Performance improvements in some selectors ([#7370](https://github.com/lbryio/lbry-desktop/pull/7370)) +- More Header refactoring from _odysee team!_ ([#7441](https://github.com/lbryio/lbry-desktop/pull/7441)) +- Header refactoring from _odysee team!_ ([#7440](https://github.com/lbryio/lbry-desktop/pull/7440)) +- Clearer data hosting ui _incomplete_ ([#7438](https://github.com/lbryio/lbry-desktop/pull/7438)) +- Updated c: control tags from _odysee team!_ ([#7433](https://github.com/lbryio/lbry-desktop/pull/7433)) ### Fixed - Several fallout bugs from recent changes -- Added duration overlays to ClaimPreview component ([#7420](https://github.com/lbryio/lbry-desktop/pull/7420)) ## [0.52.0] - [2021-12-31] diff --git a/static/app-strings.json b/static/app-strings.json index 3d730e596..5da607612 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2255,5 +2255,19 @@ "Move Bottom": "Move Bottom", "Move Up": "Move Up", "Move Down": "Move Down", + "Trending for #Game": "Trending for #Game", + "Help the P2P data network by hosting data.": "Help the P2P data network by hosting data.", + "History hosting lets you choose how much storage to use helping content you've consumed.": "History hosting lets you choose how much storage to use helping content you've consumed.", + "Automatic hosting lets you delegate some amount of storage for the network to automatically download ad host.": "Automatic hosting lets you delegate some amount of storage for the network to automatically download ad host.", + "Playing videos may exceed your history hosting limit until cleanup runs every 30 minutes.": "Playing videos may exceed your history hosting limit until cleanup runs every 30 minutes.", + "History: Limit (GB)": "History: Limit (GB)", + "Automatic: Allow (GB)": "Automatic: Allow (GB)", + "Automatic hosting lets you delegate some amount of storage for the network to automatically download and host.": "Automatic hosting lets you delegate some amount of storage for the network to automatically download and host.", + "History Hosting": "History Hosting", + "Automatic Hosting": "Automatic Hosting", + "History Hosting lets you choose how much storage to use helping content you've consumed.": "History Hosting lets you choose how much storage to use helping content you've consumed.", + "Automatic Hosting lets you delegate some amount of storage for the network to automatically download and host.": "Automatic Hosting lets you delegate some amount of storage for the network to automatically download and host.", + "Help improve the P2P data network (and make LBRY happy) by hosting data.": "Help improve the P2P data network (and make LBRY happy) by hosting data.", + "Limit Hosting of Content History": "Limit Hosting of Content History", "--end--": "--end--" } diff --git a/ui/component/settingSystem/view.jsx b/ui/component/settingSystem/view.jsx index 464f9ad6c..b71ae333f 100644 --- a/ui/component/settingSystem/view.jsx +++ b/ui/component/settingSystem/view.jsx @@ -220,11 +220,14 @@ export default function SettingSystem(props: Props) { multirow subtitle={ - {__('Content Data Hosting helps to seed things that you watch and download.')}{' '} - {__('Network Data Hosting allows the p2p network to store blobs unrelated to your browsing.')}{' '} - {__("If disabled, LBRY will be very sad and you won't be helping improve the network.")}{' '} - {__('If you set a limit, playing videos may exceed your limit until cleanup runs every 30 minutes.')}{' '} -