Add "createchannel" endpoint

This commit is contained in:
N-Pex 2024-04-03 09:34:24 +02:00
parent 9ec91b3f2a
commit 0dc449feaa
7 changed files with 331 additions and 25 deletions

View file

@ -137,7 +137,10 @@
"got_it": "Got it",
"no_past_messages": "Welcome! For your security, past messages are not available.",
"direct_info": "Hi, {you}. Youre in a private chat with {user}.",
"direct_private_chat": "Direct Message"
"direct_private_chat": "Direct Message",
"join_channel": "All set! Invite people to join you: {link}",
"info_retention": "🕓 Messages sent within {time} are viewable by anyone with the link.",
"change": "Change"
},
"new_room": {
"new_room": "New Room",
@ -202,6 +205,14 @@
"share_qr": "Share QR",
"qr_image_copied": "Image copied to clipboard"
},
"createchannel": {
"title": "Create a Channel",
"info": "Broadcast news or knowledge in any format—video, podcast, text, pictures or PDFs.",
"channel_name": "Name your channel",
"channel_topic": "Describe it",
"name_required": "Channel name is required",
"error_channel": "Failed to create channel"
},
"profile": {
"title": "My Profile",
"temporary_identity": "This identity is temporary. Set a password to use it again",