You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -579,6 +579,7 @@
579
579
"someone": "Someone",
580
580
"space": "Space",
581
581
"spaces": "Spaces",
582
+
"state_encryption_enabled": "Experimental state encryption enabled",
582
583
"sticker": "Sticker",
583
584
"stickerpack": "Stickerpack",
584
585
"success": "Success",
@@ -686,6 +687,8 @@
686
687
"join_rule_restricted_label": "Everyone in <SpaceName/> will be able to find and join this room.",
687
688
"name_validation_required": "Please enter a name for the room",
688
689
"room_visibility_label": "Room visibility",
690
+
"state_encrypted_warning": "Enables experimental support for encrypting state events, which hides metadata such as room names and topics from the server. This metadata will also be hidden from people joining rooms later, and people whose clients do not support MSC4362.",
"dynamic_room_predecessors_description": "Enable MSC3946 (to support late-arriving room archives)",
1524
1527
"element_call_video_rooms": "Element Call video rooms",
1528
+
"encrypted_state_events": "Encrypted state events (MSC4362)",
1529
+
"encrypted_state_events_description": "Enables experimental support for encrypting state events, which hides metadata such as room names and topics from the server. This metadata will also be hidden from people joining rooms later, and people whose clients do not support MSC4362.",
1525
1530
"exclude_insecure_devices": "Exclude insecure devices when sending/receiving messages",
1526
1531
"exclude_insecure_devices_description": "When this mode is enabled, encrypted messages will not be shared with unverified devices, and messages from unverified devices will be shown as an error. Note that if you enable this mode, you may be unable to communicate with users who have not verified their devices.",
1527
1532
"experimental_description": "Feeling experimental? Try out our latest ideas in development. These features are not finalised; they may be unstable, may change, or may be dropped altogether. <a>Learn more</a>.",
@@ -3579,6 +3584,7 @@
3579
3584
"enabled_dm": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their profile picture.",
3580
3585
"enabled_local": "Messages in this chat will be end-to-end encrypted.",
3581
3586
"parameters_changed": "Some encryption parameters have been changed.",
3587
+
"state_enabled": "Messages and state events in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture.",
3582
3588
"unsupported": "The encryption used by this room isn't supported."
0 commit comments