From f660267dc5f3cb0b3abb83525bb35ab2fdb4fba5 Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Fri, 19 Feb 2021 11:33:09 +0800 Subject: [PATCH] Untranslated strings Included the memes as well per translator request. I've been excluding it since I wasn't sure if memes can be translated, but I guess they can change it to something equivalent in their language. --- static/app-strings.json | 5 +++++ ui/component/channelSelector/view.jsx | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index d974117ec..7c01c3754 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1180,6 +1180,7 @@ "Try out the app!": "Try out the app!", "Download the app to track files you've viewed and downloaded.": "Download the app to track files you've viewed and downloaded.", "Create a New Channel": "Create a New Channel", + "Create a new channel": "Create a new channel", "Thumbnail source": "Thumbnail source", "Cover source": "Cover source", "Your changes will be live in a few minutes": "Your changes will be live in a few minutes", @@ -1390,6 +1391,7 @@ "Just press play on something. Anything at all. Yep, even that one. Everybody's doing it.": "Just press play on something. Anything at all. Yep, even that one. Everybody's doing it.", "Claim your channel! Create an identity used to securely publish content.": "Claim your channel! Create an identity used to securely publish content.", "Launch your own channel by sharing a video.": "Launch your own channel by sharing a video.", + "Your First Credit:": "Your First Credit:", "Return to the app 24-48 hours following your first use of the app. This reward will self destruct after that time span.": "Return to the app 24-48 hours following your first use of the app. This reward will self destruct after that time span.", "Watch content and earn more Credits for each level unlocked! 10 views required for level 1 (Current Score: 2). Only up to 10 views per day count.": "Watch content and earn more Credits for each level unlocked! 10 views required for level 1 (Current Score: 2). Only up to 10 views per day count.", "Follow your favorite creators and earn more Credits for each level unlocked! Follow 1 creators for level 1 (Current Score: 1).": "Follow your favorite creators and earn more Credits for each level unlocked! Follow 1 creators for level 1 (Current Score: 1).", @@ -1572,5 +1574,8 @@ "%balance% available.": "%balance% available.", "Unlock all tips": "Unlock all tips", "Unlock All": "Unlock All", + "Yeah, well, that's just, like, your opinion, man.": "Yeah, well, that's just, like, your opinion, man.", + "Moon cheese is an acquired taste": "Moon cheese is an acquired taste", + "Level %current_level%": "Level %current_level%", "--end--": "--end--" } diff --git a/ui/component/channelSelector/view.jsx b/ui/component/channelSelector/view.jsx index 8748d6515..9ceec76ee 100644 --- a/ui/component/channelSelector/view.jsx +++ b/ui/component/channelSelector/view.jsx @@ -15,9 +15,9 @@ type Props = { onChannelSelect: (url: string) => void, hideAnon?: boolean, activeChannelClaim: ?ChannelClaim, - doSetActiveChannel: string => void, + doSetActiveChannel: (string) => void, incognito: boolean, - doSetIncognito: boolean => void, + doSetIncognito: (boolean) => void, }; type ListItemProps = { @@ -76,7 +76,7 @@ function ChannelSelector(props: Props) { {channels && - channels.map(channel => ( + channels.map((channel) => ( handleChannelSelect(channel)}> @@ -89,7 +89,7 @@ function ChannelSelector(props: Props) { push(`/$/${PAGES.CHANNEL_NEW}?redirect=${pathname}`)}>
-

Create a new channel

+

{__('Create a new channel')}