From fae90c4ba17b70a5ec4d73d63c5dadb38957047f Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Mon, 7 Jun 2021 09:02:05 +0800 Subject: [PATCH] i18n update - Screen readers will announce an tag as that, so no need to say "image" again in the `alt` text. --- static/app-strings.json | 8 +++++--- ui/component/loginGraphic/index.jsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 744dd355d..f97094da7 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -645,7 +645,7 @@ "Claim Channels": "Claim Channels", "Say something about this...": "Say something about this...", "Update email preferences": "Update email preferences", - "An account with lbry.tv allows you to earn rewards and backup your data.": "An account with lbry.tv allows you to earn rewards and backup your data.", + "An account allows you to earn rewards and backup your data.": "An account allows you to earn rewards and backup your data.", "Backup your account and wallet data.": "Backup your account and wallet data.", "Sign in": "Sign in", "We just sent an email to %email% with a link for you to %verify_text%. Remember to check other email folders like spam or promotions.": "We just sent an email to %email% with a link for you to %verify_text%. Remember to check other email folders like spam or promotions.", @@ -1384,6 +1384,7 @@ "An account with %domain% allows you to earn rewards and backup your data.": "An account with %domain% allows you to earn rewards and backup your data.", "Sync my YouTube channel": "Sync my YouTube channel", "Log in to %SITE_NAME%": "Log in to %SITE_NAME%", + "Log in": "Log in", "Not Yet": "Not Yet", "Preparing...": "Preparing...", "Confirm Upload": "Confirm Upload", @@ -1518,7 +1519,7 @@ "Free Credits?": "Free Credits?", "You missed out on the daily view reward, sign up for our rewards program!": "You missed out on the daily view reward, sign up for our rewards program!", "A Welcome 🎁": "A Welcome 🎁", - "Receive free credits for using LBRY": "Receive free credits for using LBRY", + "Receive free Credits just for doing what you're already doing": "Receive free Credits just for doing what you're already doing", "Watch more content to get to the next level.": "Watch more content to get to the next level.", "Follow more channels to reach the next level.": "Follow more channels to reach the next level.", "You need to improve the cool-aid (gain more followers) to get to the next level.": "You need to improve the cool-aid (gain more followers) to get to the next level.", @@ -1708,6 +1709,7 @@ "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 ", "Create A LiveStream": "Create A LiveStream", + "%channel% has disabled chat for this stream. Enjoy the stream!": "%channel% has disabled chat for this stream. Enjoy the stream!", "%channel% isn't live right now, but the chat is! Check back later to watch the stream.": "%channel% isn't live right now, but the chat is! Check back later to watch the stream.", "Right now": "Right now", "%viewer_count% currently watching": "%viewer_count% currently watching", @@ -1914,6 +1916,6 @@ "Now": "Now", "Set to current date and time": "Set to current date and time", "Remove custom release date": "Remove custom release date", - "%SITE_NAME% login image": "%SITE_NAME% login image", + "%SITE_NAME% login": "%SITE_NAME% login", "--end--": "--end--" } diff --git a/ui/component/loginGraphic/index.jsx b/ui/component/loginGraphic/index.jsx index 003352735..5f4ee40a5 100644 --- a/ui/component/loginGraphic/index.jsx +++ b/ui/component/loginGraphic/index.jsx @@ -31,7 +31,7 @@ function LoginGraphic(props: any) { return (
- {__('%SITE_NAME% setError(true)} /> + {__('%SITE_NAME% setError(true)} />
); }