Mark remaining strings to be translated

pull/21833/head
Jason Robinson 2020-12-17 12:06:42 +02:00
parent 5aa24b97cd
commit f0e93c6929
2 changed files with 5 additions and 3 deletions

View File

@ -34,9 +34,9 @@ export default class EMSElementProDataConfirmDialog extends React.PureComponent<
<QuestionDialog
onFinished={this.props.onFinished}
title={_t("Confirm Account Data Transfer")}
description={
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard" +
"will be able to access your account for the duration of the setup process."
description={_t(
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard " +
"will be able to access your account for the duration of the setup process.")
}
button={_t("Accept")}
/>

View File

@ -2483,6 +2483,8 @@
"Abort": "Abort",
"Failed to connect to your homeserver. Please close this dialog and try again.": "Failed to connect to your homeserver. Please close this dialog and try again.",
"Set up your own personal Element host": "Set up your own personal Element host",
"Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard will be able to access your account for the duration of the setup process.": "Please accept transfer of data to the Element Pro setup wizard to continue. The setup wizard will be able to access your account for the duration of the setup process.",
"Confirm Account Data Transfer": "Confirm Account Data Transfer",
"Security & privacy": "Security & privacy",
"All settings": "All settings",
"Community settings": "Community settings",