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
@@ -578,6 +578,7 @@
578
578
"someone": "Someone",
579
579
"space": "Space",
580
580
"spaces": "Spaces",
581
+
"state_encryption_enabled": "Experimental state encryption enabled",
581
582
"sticker": "Sticker",
582
583
"stickerpack": "Stickerpack",
583
584
"success": "Success",
@@ -684,6 +685,8 @@
684
685
"join_rule_restricted_label": "Everyone in <SpaceName/> will be able to find and join this room.",
685
686
"name_validation_required": "Please enter a name for the room",
686
687
"room_visibility_label": "Room visibility",
688
+
"state_encrypted_warning": "Enables experimental support for encrypting state events, which hides metadata such as room names and topics from being visible to the server.",
"dynamic_room_predecessors_description": "Enable MSC3946 (to support late-arriving room archives)",
1522
1525
"element_call_video_rooms": "Element Call video rooms",
1526
+
"encrypted_state_events": "Encrypted state events",
1527
+
"encrypted_state_events_description": "Enables experimental support for encrypting state events, which hides metadata such as room names and topics from being visible to the server. Enabling this lab will also enable experimental room history sharing.",
1523
1528
"exclude_insecure_devices": "Exclude insecure devices when sending/receiving messages",
1524
1529
"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.",
1525
1530
"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>.",
@@ -3562,6 +3567,7 @@
3562
3567
"enabled_dm": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their profile picture.",
3563
3568
"enabled_local": "Messages in this chat will be end-to-end encrypted.",
3564
3569
"parameters_changed": "Some encryption parameters have been changed.",
3570
+
"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.",
3565
3571
"unsupported": "The encryption used by this room isn't supported."
0 commit comments