You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
copy and i18n
This commit is contained in:
@@ -89,7 +89,7 @@ async function getSecretStorageKey({ keys: keyInfos }) {
|
|||||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||||
const [sure] = await Modal.createDialog(QuestionDialog, {
|
const [sure] = await Modal.createDialog(QuestionDialog, {
|
||||||
title: _t("Cancel entering passphrase?"),
|
title: _t("Cancel entering passphrase?"),
|
||||||
description: _t("If you cancel now, you won't complete your SSSS operation!"),
|
description: _t("If you cancel now, you won't complete your secret storage operation!"),
|
||||||
}).finished;
|
}).finished;
|
||||||
return sure;
|
return sure;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -60,6 +60,8 @@
|
|||||||
"Server may be unavailable, overloaded, or you hit a bug.": "Server may be unavailable, overloaded, or you hit a bug.",
|
"Server may be unavailable, overloaded, or you hit a bug.": "Server may be unavailable, overloaded, or you hit a bug.",
|
||||||
"The server does not support the room version specified.": "The server does not support the room version specified.",
|
"The server does not support the room version specified.": "The server does not support the room version specified.",
|
||||||
"Failure to create room": "Failure to create room",
|
"Failure to create room": "Failure to create room",
|
||||||
|
"Cancel entering passphrase?": "Cancel entering passphrase?",
|
||||||
|
"If you cancel now, you won't complete your secret storage operation!": "If you cancel now, you won't complete your secret storage operation!",
|
||||||
"Setting up keys": "Setting up keys",
|
"Setting up keys": "Setting up keys",
|
||||||
"Send anyway": "Send anyway",
|
"Send anyway": "Send anyway",
|
||||||
"Send": "Send",
|
"Send": "Send",
|
||||||
|
|||||||
Reference in New Issue
Block a user