From 2277d89f6417d025002c1009c3bfc0c70e0f542f Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sat, 11 Sep 2021 10:53:31 +0800 Subject: [PATCH] Add missing strings --- static/app-strings.json | 12 ++++++++++-- ui/component/collectionContentSidebar/view.jsx | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index a128867f2..cba7d161b 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -30,6 +30,9 @@ "Send a tip": "Send a tip", "Share": "Share", "Play": "Play", + "Shuffle Play": "Shuffle Play", + "Shuffle": "Shuffle", + "Loop": "Loop", "Subscribe": "Subscribe", "Report content": "Report content", "Report Content": "Report Content", @@ -930,6 +933,7 @@ "Community Choice?": "Community Choice?", "Download to your Library": "Download to your Library", "Leave a Comment": "Leave a Comment", + "This comment has been deleted.": "This comment has been deleted.", "That was pretty deep. What do you think?": "That was pretty deep. What do you think?", "%repost_total% Reposts": "%repost_total% Reposts", "File Description": "File Description", @@ -1765,7 +1769,8 @@ "Delegation": "Delegation", "Add moderator": "Add moderator", "Search channel": "Search channel", - "Enter a @username or URL": "Enter a @username or URL", + "Enter a name, @username or URL": "Enter a name, @username or URL", + "Enter full channel name or URL": "Enter full channel name or URL", "Enter a channel name or URL to add as a moderator.\nExamples:\n - @channel\n - @channel#3\n - https://odysee.com/@Odysee:8\n - lbry://@Odysee#8": "Enter a channel name or URL to add as a moderator.\nExamples:\n - @channel\n - @channel#3\n - https://odysee.com/@Odysee:8\n - lbry://@Odysee#8", "Moderators": "Moderators", "Moderators can block channels on your behalf. Blocked channels will appear in your \"Blocked and Muted\" list.": "Moderators can block channels on your behalf. Blocked channels will appear in your \"Blocked and Muted\" list.", @@ -1988,7 +1993,6 @@ "Learn more and sign petition": "Learn more and sign petition", "View claim details": "View claim details", "Publishing...": "Publishing...", - "Enter a name, @username or URL": "Enter a name, @username or URL", "Recipient search": "Recipient search", "Fetch transaction data for export": "Fetch transaction data for export", "Fetching data": "Fetching data", @@ -2012,6 +2016,7 @@ "This channel isn't staking enough LBRY Credits for inline image previews.": "This channel isn't staking enough LBRY Credits for inline image previews.", "Latest": "Latest", "Channel Not Found": "Channel Not Found", + "Channel not found": "Channel not found", "Probably because you didn't make it.": "Probably because you didn't make it.", "Release date": "Release date", "Set custom release date": "Set custom release date", @@ -2162,5 +2167,8 @@ "Channel Page": "Channel Page", "Content Page": "Content Page", "Card Last 4": "Card Last 4", + "Search blocked channel name": "Search blocked channel name", + "e.g. odysee": "e.g. odysee", + "No results found": "No results found", "--end--": "--end--" } diff --git a/ui/component/collectionContentSidebar/view.jsx b/ui/component/collectionContentSidebar/view.jsx index ceae9b4ac..0e3573442 100644 --- a/ui/component/collectionContentSidebar/view.jsx +++ b/ui/component/collectionContentSidebar/view.jsx @@ -45,7 +45,7 @@ export default function CollectionContent(props: Props) {