Migrate more strings to translation keys (#11637)
This commit is contained in:
parent
fc9caa3269
commit
d77b871769
107 changed files with 7689 additions and 6497 deletions
|
@ -117,7 +117,7 @@ export default class TermsDialog extends React.PureComponent<ITermsDialogProps,
|
|||
</div>
|
||||
);
|
||||
case SERVICE_TYPES.IM:
|
||||
return <div>{_t("Use bots, bridges, widgets and sticker packs")}</div>;
|
||||
return <div>{_t("terms|integration_manager")}</div>;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -192,19 +192,19 @@ export default class TermsDialog extends React.PureComponent<ITermsDialogProps,
|
|||
<BaseDialog
|
||||
fixedWidth={false}
|
||||
onFinished={this.onCancelClick}
|
||||
title={_t("Terms of Service")}
|
||||
title={_t("terms|tos")}
|
||||
contentId="mx_Dialog_content"
|
||||
hasCancel={false}
|
||||
>
|
||||
<div id="mx_Dialog_content">
|
||||
<p>{_t("To continue you need to accept the terms of this service.")}</p>
|
||||
<p>{_t("terms|intro")}</p>
|
||||
|
||||
<table className="mx_TermsDialog_termsTable">
|
||||
<tbody>
|
||||
<tr className="mx_TermsDialog_termsTableHeader">
|
||||
<th>{_t("Service")}</th>
|
||||
<th>{_t("Summary")}</th>
|
||||
<th>{_t("Document")}</th>
|
||||
<th>{_t("terms|column_service")}</th>
|
||||
<th>{_t("terms|column_summary")}</th>
|
||||
<th>{_t("terms|column_document")}</th>
|
||||
<th>{_t("action|accept")}</th>
|
||||
</tr>
|
||||
{rows}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue