i18n: Notification setting strings
This commit is contained in:
parent
895f25cc8c
commit
39790d800a
2 changed files with 14 additions and 1 deletions
|
@ -1647,5 +1647,18 @@
|
||||||
"Exit Fullscreen (f)": "Exit Fullscreen (f)",
|
"Exit Fullscreen (f)": "Exit Fullscreen (f)",
|
||||||
"Toggle Theater mode (t)": "Toggle Theater mode (t)",
|
"Toggle Theater mode (t)": "Toggle Theater mode (t)",
|
||||||
"Quality": "Quality",
|
"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--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,7 +168,7 @@ export default function NotificationSettingsPage(props: Props) {
|
||||||
name={tag.name}
|
name={tag.name}
|
||||||
onChange={() => handleChangeTag(tag.name, !isEnabled)}
|
onChange={() => handleChangeTag(tag.name, !isEnabled)}
|
||||||
checked={isEnabled}
|
checked={isEnabled}
|
||||||
label={tag.description}
|
label={__(tag.description)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in a new issue