i18n: Livestream strings
This commit is contained in:
parent
a36a8023c7
commit
43965ddf72
2 changed files with 6 additions and 1 deletions
|
@ -1677,5 +1677,10 @@
|
||||||
"Create A LiveStream": "Create A LiveStream",
|
"Create A LiveStream": "Create A LiveStream",
|
||||||
"%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.",
|
"%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",
|
"Right now": "Right now",
|
||||||
|
"%viewer_count% currently watching": "%viewer_count% currently watching",
|
||||||
|
"Slowmode is on. You can comment again in %time% seconds.": "Slowmode is on. You can comment again in %time% seconds.",
|
||||||
|
"Live stream in progress": "Live stream in progress",
|
||||||
|
"Live discussion": "Live discussion",
|
||||||
|
"Livestream": "Livestream",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,7 +65,7 @@ export default function LivestreamLink(props: Props) {
|
||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
className="livestream__channel-link"
|
className="livestream__channel-link"
|
||||||
title="Live stream in progress"
|
title={__('Live stream in progress')}
|
||||||
actions={<ClaimPreview uri={livestreamClaim.canonical_url} livestream type="inline" />}
|
actions={<ClaimPreview uri={livestreamClaim.canonical_url} livestream type="inline" />}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue