From 39790d800a27e00a017fd9f4d3208420cc180d53 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Thu, 18 Mar 2021 20:32:12 +0800 Subject: [PATCH] i18n: Notification setting strings --- static/app-strings.json | 13 +++++++++++++ ui/page/settingsNotifications/view.jsx | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/static/app-strings.json b/static/app-strings.json index 5f3d5ee16..09bc24d09 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1647,5 +1647,18 @@ "Exit Fullscreen (f)": "Exit Fullscreen (f)", "Toggle Theater mode (t)": "Toggle Theater mode (t)", "Quality": "Quality", + "Announcements, updates, and rewards specific to users of LBRY Android.": "Announcements, updates, and rewards specific to users of LBRY Android.", + "LBRY has special programs and opportunities for people in school.": "LBRY has special programs and opportunities for people in school.", + "Creator specific news, automated reports, and other updates.": "Creator specific news, automated reports, and other updates.", + "Get notified when other channels repost your content.": "Get notified when other channels repost your content.", + "Technical updates and other news for software engineers and technical users.": "Technical updates and other news for software engineers and technical users.", + "Be an iOS alpha tester, earn LBC, and receive notification when the app goes live!": "Be an iOS alpha tester, earn LBC, and receive notification when the app goes live!", + "News and updates from LBRY": "News and updates from LBRY", + "Announcements, updates, and rewards specific to users of LBRY Desktop": "Announcements, updates, and rewards specific to users of LBRY Desktop", + "Communications about lbry.org, the community-owned and operated LBRY group": "Communications about lbry.org, the community-owned and operated LBRY group", + "Announcements, updates, and rewards specific to users of lbry.tv": "Announcements, updates, and rewards specific to users of lbry.tv", + "Receive emails about the latest rewards that are available to LBRY users.": "Receive emails about the latest rewards that are available to LBRY users.", + "Stay up to date on the latest content from your favorite creators.": "Stay up to date on the latest content from your favorite creators.", + "Receive tutorial emails related to LBRY": "Receive tutorial emails related to LBRY", "--end--": "--end--" } diff --git a/ui/page/settingsNotifications/view.jsx b/ui/page/settingsNotifications/view.jsx index 576eabcca..fa167cf86 100644 --- a/ui/page/settingsNotifications/view.jsx +++ b/ui/page/settingsNotifications/view.jsx @@ -168,7 +168,7 @@ export default function NotificationSettingsPage(props: Props) { name={tag.name} onChange={() => handleChangeTag(tag.name, !isEnabled)} checked={isEnabled} - label={tag.description} + label={__(tag.description)} /> ); })}