Add timed message retention feature

This commit is contained in:
N Pex 2024-02-06 10:22:35 +00:00
parent f8e67afa31
commit 3313da0cb8
5 changed files with 404 additions and 47 deletions

View file

@ -314,6 +314,20 @@
"download_chat": "Download chat",
"read_only_room": "Read only room",
"read_only_room_info": "Only admins and moderators are allowed to send to the room",
"message_retention": "Disappearing messages",
"message_retention_info": "You can set a timeout for automatically removing messages from the room.\nNote: the server must support this feature.",
"message_retention_none": "Off",
"message_retention_1_hour": "1 Hour",
"message_retention_1_day": "1 Day",
"message_retention_1_week": "1 Week",
"message_retention_30_days": "30 Days",
"message_retention_365_days": "365 Days",
"message_retention_other": "Other",
"message_retention_other_seconds": "{count} Seconds",
"message_retention_other_seconds_unit": "Seconds",
"message_retention_other_required": "Value can not be empty",
"message_retention_other_too_small": "Value must be at least {count} seconds",
"message_retention_other_too_large": "Value can be at most {count} seconds",
"make_public": "Make Public",
"make_public_warning": "warning: Full message history will be visible to new participants",
"direct_link": "My Direct Link",