From ebe41202a9667a9d3ff0609a9b987fb8cb2ee9e4 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 9 Jan 2020 14:03:47 -0500 Subject: [PATCH] i18n change I forgot to push --- static/app-strings.json | 21 ++++++----------- ui/component/claimListDiscover/view.jsx | 4 +++- ui/component/claimPreview/view.jsx | 2 +- .../publishAdditionalOptions/view.jsx | 2 +- ui/component/selectThumbnail/view.jsx | 2 +- ui/component/userEmailVerify/view.jsx | 23 +++++++++++++------ ui/component/userPhoneVerify/view.jsx | 12 +++++++--- ui/constants/languages.js | 2 +- 8 files changed, 39 insertions(+), 29 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 956f48735..68e688d9c 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -459,10 +459,8 @@ "You can continue without this step, but you will not be eligible to earn rewards.": "You can continue without this step, but you will not be eligible to earn rewards.", "Skip Rewards": "Skip Rewards", "Waiting For Verification": "Waiting For Verification", - "An email was sent to": "An email was sent to", "Follow the link and you will be good to go. This will update automatically.": "Follow the link and you will be good to go. This will update automatically.", "Resend verification email": "Resend verification email", - "if you encounter any trouble verifying.": "if you encounter any trouble verifying.", "Blockchain Sync": "Blockchain Sync", "Catching up with the blockchain": "Catching up with the blockchain", "No Rewards Available": "No Rewards Available", @@ -483,7 +481,6 @@ "Create channel": "Create channel", "Uh oh. The flux in our Retro Encabulator must be out of whack. Try refreshing to fix it.": "Uh oh. The flux in our Retro Encabulator must be out of whack. Try refreshing to fix it.", "If you still have issues, your anti-virus software or firewall may be preventing startup.": "If you still have issues, your anti-virus software or firewall may be preventing startup.", - "Reach out to hello@lbry.com for help, or check out": "Reach out to hello@lbry.com for help, or check out", "A few things to know before participating in the comment alpha:": "A few things to know before participating in the comment alpha:", "During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.": "During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.", "When the alpha ends, we will attempt to transition comments, but do not promise to do so. Any transition will likely involve publishing previous comments under a single archive handle.": "When the alpha ends, we will attempt to transition comments, but do not promise to do so. Any transition will likely involve publishing previous comments under a single archive handle.", @@ -494,14 +491,10 @@ "Read the App Basics FAQ": "Read the App Basics FAQ", "View all LBRY FAQs": "View all LBRY FAQs", "Find Assistance": "Find Assistance", - "channel of our Discord chat room. Or you can always email us at help@lbry.com.": "channel of our Discord chat room. Or you can always email us at help@lbry.com.", "Email Us": "Email Us", "Today": "Today", - "This": "This", "All time": "All time", "For the initial release, deleting or editing comments is not possible. Please be mindful of this when posting.": "For the initial release, deleting or editing comments is not possible. Please be mindful of this when posting.", - "Add support": "Add support", - "Add support to": "Add support to", "Share on Facebook": "Share on Facebook", "Share On Twitter": "Share On Twitter", "View on lbry.tv": "View on lbry.tv", @@ -526,9 +519,6 @@ "Encrypt my wallet with a custom password": "Encrypt my wallet with a custom password", "Enable claim support": "Enable claim support", "This will add a Support button along side tipping. Similar to tips, supports help ": "This will add a Support button along side tipping. Similar to tips, supports help ", - " discovery ": " discovery ", - " but the LBC is returned to your wallet if revoked.": " but the LBC is returned to your wallet if revoked.", - " Both also help secure ": " Both also help secure ", "vanity names": "vanity names", "Add support to this claim": "Add support to this claim", "Find New Tags": "Find New Tags", @@ -572,7 +562,6 @@ "Publish to": "Publish to", "Help Us Out": "Help Us Out", "Currently, there is no automatic backup. If you lose access to these files, you will lose your credits.": "Currently, there is no automatic backup. If you lose access to these files, you will lose your credits.", - "For more details on backing up and best practices": "For more details on backing up and best practices", "File Size": "File Size", "You deposited 1 LBC as a support!": "You deposited 1 LBC as a support!", "Refreshed!": "Refreshed!", @@ -600,7 +589,6 @@ "Arabic": "Arabic", "Czech": "Czech", "Croatian": "Croatian", - "Cambodian": "Cambodian", "Korean": "Korean", "Norwegian": "Norwegian", "Romanian": "Romanian", @@ -912,5 +900,10 @@ "%amount% fee": "%amount% fee", "1 file hidden due to your %content_viewing_preferences_link%": "1 file hidden due to your %content_viewing_preferences_link%", "Thumbnail": "Thumbnail", - "spee.ch": "spee.ch" -} \ No newline at end of file + "spee.ch": "spee.ch", + "This Week": "This Week", + "This Month": "This Month", + "This Year": "This Year", + "Thumbnail": "Thumbnail", + "Khmer": "Khmer" +} diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index a7d37d997..3a62f0097 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -212,7 +212,9 @@ function ClaimListDiscover(props: Props) { ))} diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index 16d983be8..dcffc7be1 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -250,7 +250,7 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => {