Migrate more strings to translation keys (#11574)
This commit is contained in:
parent
3201ae3534
commit
36a7a96e0e
72 changed files with 6593 additions and 6152 deletions
|
@ -104,6 +104,6 @@ export default class IntegrationManager extends React.Component<IProps, IState>
|
|||
);
|
||||
}
|
||||
|
||||
return <iframe title={_t("Integration manager")} src={this.props.url} onError={this.onError} />;
|
||||
return <iframe title={_t("common|integration_manager")} src={this.props.url} onError={this.onError} />;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@ export default class LayoutSwitcher extends React.Component<IProps, IState> {
|
|||
checked={this.state.layout === Layout.IRC}
|
||||
onChange={this.onLayoutChange}
|
||||
>
|
||||
{_t("IRC (Experimental)")}
|
||||
{_t("settings|appearance|layout_irc")}
|
||||
</StyledRadioButton>
|
||||
</label>
|
||||
<label className={groupClasses}>
|
||||
|
@ -121,7 +121,7 @@ export default class LayoutSwitcher extends React.Component<IProps, IState> {
|
|||
checked={this.state.layout == Layout.Bubble}
|
||||
onChange={this.onLayoutChange}
|
||||
>
|
||||
{_t("Message bubbles")}
|
||||
{_t("settings|appearance|layout_bubbles")}
|
||||
</StyledRadioButton>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
@ -396,7 +396,7 @@ export default class SetIdServer extends React.Component<IProps, IState> {
|
|||
);
|
||||
}
|
||||
} else {
|
||||
sectionTitle = _t("Identity server");
|
||||
sectionTitle = _t("common|identity_server");
|
||||
bodyText = _t(
|
||||
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.",
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue