You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
@@ -85,7 +85,7 @@ export default function KeySignatureUploadFailedDialog({
|
|||||||
<span>{_t("Upload completed")}</span> :
|
<span>{_t("Upload completed")}</span> :
|
||||||
cancelled ?
|
cancelled ?
|
||||||
<span>{_t("Cancelled signature upload")}</span> :
|
<span>{_t("Cancelled signature upload")}</span> :
|
||||||
<span>{_t("Unabled to upload")}</span>}
|
<span>{_t("Unable to upload")}</span>}
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
primaryButton={_t("OK")}
|
primaryButton={_t("OK")}
|
||||||
hasCancel={false}
|
hasCancel={false}
|
||||||
|
|||||||
@@ -1656,7 +1656,7 @@
|
|||||||
"Riot encountered an error during upload of:": "Riot encountered an error during upload of:",
|
"Riot encountered an error during upload of:": "Riot encountered an error during upload of:",
|
||||||
"Upload completed": "Upload completed",
|
"Upload completed": "Upload completed",
|
||||||
"Cancelled signature upload": "Cancelled signature upload",
|
"Cancelled signature upload": "Cancelled signature upload",
|
||||||
"Unabled to upload": "Unabled to upload",
|
"Unable to upload": "Unable to upload",
|
||||||
"Signature upload success": "Signature upload success",
|
"Signature upload success": "Signature upload success",
|
||||||
"Signature upload failed": "Signature upload failed",
|
"Signature upload failed": "Signature upload failed",
|
||||||
"You've previously used Riot on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, Riot needs to resync your account.": "You've previously used Riot on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, Riot needs to resync your account.",
|
"You've previously used Riot on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, Riot needs to resync your account.": "You've previously used Riot on %(host)s with lazy loading of members enabled. In this version lazy loading is disabled. As the local cache is not compatible between these two settings, Riot needs to resync your account.",
|
||||||
|
|||||||
Reference in New Issue
Block a user