Select a room to send the message to
-Use the left sidebar Room List to select forwarding target
- +Please select the destination room for this message
Name | +{ _t('Name') } | { device.getDisplayName() } | |
Device ID | +{ _t('Device ID') } | { device.deviceId } |
|
Verification | +{ _t('Verification') } | { verificationStatus } | |
Ed25519 fingerprint | +{ _t('Ed25519 fingerprint') } | {device.getFingerprint()} |
User ID | +{ _t('User ID') } | { event.getSender() } | |
Curve25519 identity key | -{ event.getSenderKey() || none } |
+ { _t('Curve25519 identity key') } | +{ event.getSenderKey() || { _t('none') } } |
Claimed Ed25519 fingerprint key | -{ event.getKeysClaimed().ed25519 || none } |
+ { _t('Claimed Ed25519 fingerprint key') } | +{ event.getKeysClaimed().ed25519 || { _t('none') } } |
Algorithm | -{ event.getWireContent().algorithm || unencrypted } | +{ _t('Algorithm') } | +{ event.getWireContent().algorithm || { _t('unencrypted') } } |
Decryption error | +{ _t('Decryption error') } | { event.getContent().body } | |
Session ID | -{ event.getWireContent().session_id || none } |
+ { _t('Session ID') } | +{ event.getWireContent().session_id || { _t('none') } } |
Event information
+{ _t('Event information') }
{this._renderEventInfo()} -Sender device information
+{ _t('Sender device information') }
{this._renderDeviceInfo()}-
+
+
End-to-end encryption is in beta and may not be reliable.
-You should not yet trust it to secure data.
-Devices will not yet be able to decrypt history from before they joined the room.
-Encrypted messages will not be visible on clients that do not yet implement encryption.
+{ _t("End-to-end encryption is in beta and may not be reliable") }.
+{ _t("You should not yet trust it to secure data") }.
+{ _t("Devices will not yet be able to decrypt history from before they joined the room") }.
+{ _t("Encrypted messages will not be visible on clients that do not yet implement encryption") }.
No results
+{ _t("No results") }
No more results
+{ _t("No more results") }
Room: { roomName }
+{ _t("Room") }: { roomName }
User Interface
+{ _t("User Interface") }
Cryptography
+{ _t("Cryptography") }
-
{deviceId}
@@ -660,7 +695,7 @@ module.exports = React.createClass({
}
/>
Bug Report
+{ _t("Bug Report") }
Found a bug?
+{ _t("Found a bug?") }
@@ -708,8 +743,8 @@ module.exports = React.createClass({ e.target.checked = false; const NeedToRegisterDialog = sdk.getComponent("dialogs.NeedToRegisterDialog"); Modal.createDialog(NeedToRegisterDialog, { - title: "Please Register", - description: "Guests can't use labs features. Please register.", + title: _t("Please Register"), + description: _t("Guests can't use labs features. Please register") + ".", }); return; } @@ -722,9 +757,9 @@ module.exports = React.createClass({ )); return (Labs
+{ _t("Labs") }
These are experimental features that may break in unexpected ways. Use with caution.
+{ _t("These are experimental features that may break in unexpected ways") }. { _t("Use with caution") }.
{features}Deactivate Account
+{ _t("Deactivate Account") }
Clear Cache
+{ _t("Clear Cache") }
Bulk Options
+{ _t("Bulk Options") }
Notifications
+{ _t("Notifications") }
Profile
+{ _t("Profile") }
Account
+{ _t("Account") }
-Advanced
+{ _t("Advanced") }
- olm version: {olmVersionString}
+ { _t("olm version: ") } {olmVersionString}
+ value={ _t('I have verified my email address') } />
Your password has been reset.
-You have been logged out of all devices and will no longer receive push notifications. - To re-enable notifications, sign in again on each device.
+{ _t('Your password has been reset') }.
+{ _t('You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device') }.
+ value={ _t('Return to login screen') } />