pull/21833/head
Half-Shot 2020-01-28 10:05:42 +00:00
parent 5851b10f72
commit bdaf9fd06d
2 changed files with 3 additions and 2 deletions

View File

@ -108,7 +108,7 @@ export default class BridgeTile extends React.PureComponent {
{creator} {bot} {creator} {bot}
</p> </p>
<AccessibleButton kind="secondary" onClick={this._toggleVisible.bind(this)}> <AccessibleButton kind="secondary" onClick={this._toggleVisible.bind(this)}>
Show { this.state.visible ? "less" : "more" } { this.state.visible ? _t("Show less") : _t("Show more") }
</AccessibleButton> </AccessibleButton>
</div> </div>
</li>); </li>);

View File

@ -524,6 +524,8 @@
"This bridge was provisioned by <user />.": "This bridge was provisioned by <user />.", "This bridge was provisioned by <user />.": "This bridge was provisioned by <user />.",
"This bridge is managed by <user />.": "This bridge is managed by <user />.", "This bridge is managed by <user />.": "This bridge is managed by <user />.",
"Workspace: %(networkName)s Channel: %(channelName)s": "Workspace: %(networkName)s Channel: %(channelName)s", "Workspace: %(networkName)s Channel: %(channelName)s": "Workspace: %(networkName)s Channel: %(channelName)s",
"Show less": "Show less",
"Show more": "Show more",
"Failed to upload profile picture!": "Failed to upload profile picture!", "Failed to upload profile picture!": "Failed to upload profile picture!",
"Upload new:": "Upload new:", "Upload new:": "Upload new:",
"No display name": "No display name", "No display name": "No display name",
@ -1461,7 +1463,6 @@
"Recent Conversations": "Recent Conversations", "Recent Conversations": "Recent Conversations",
"Suggestions": "Suggestions", "Suggestions": "Suggestions",
"Recently Direct Messaged": "Recently Direct Messaged", "Recently Direct Messaged": "Recently Direct Messaged",
"Show more": "Show more",
"Direct Messages": "Direct Messages", "Direct Messages": "Direct Messages",
"If you can't find someone, ask them for their username, or share your username (%(userId)s) or <a>profile link</a>.": "If you can't find someone, ask them for their username, or share your username (%(userId)s) or <a>profile link</a>.", "If you can't find someone, ask them for their username, or share your username (%(userId)s) or <a>profile link</a>.": "If you can't find someone, ask them for their username, or share your username (%(userId)s) or <a>profile link</a>.",
"Go": "Go", "Go": "Go",