design: New chat access settings
This commit is contained in:
parent
cbdea13772
commit
c300220773
11 changed files with 499 additions and 355 deletions
|
|
@ -760,6 +760,9 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"globalChatId": "Global chat ID",
|
||||
"accessAndVisibility": "Access and visibility",
|
||||
"accessAndVisibilityDescription": "Who is allowed to join this chat and how the chat can be discovered.",
|
||||
"calls": "Calls",
|
||||
"customEmojisAndStickers": "Custom emojis and stickers",
|
||||
"customEmojisAndStickersBody": "Add or share custom emojis or stickers which can be used in any chat.",
|
||||
|
|
@ -2276,6 +2279,14 @@
|
|||
"user": {}
|
||||
}
|
||||
},
|
||||
"userWouldLikeToChangeTheChat": "{user} would like to join the chat.",
|
||||
"@userWouldLikeToChangeTheChat": {
|
||||
"placeholders": {
|
||||
"user": {}
|
||||
}
|
||||
},
|
||||
"noPublicLinkHasBeenCreatedYet": "No public link has been created yet",
|
||||
"knock": "Knock",
|
||||
"users": "Users",
|
||||
"@users": {},
|
||||
"unlockOldMessages": "Unlock old messages",
|
||||
|
|
@ -2450,6 +2461,14 @@
|
|||
"query": {}
|
||||
}
|
||||
},
|
||||
"knocking": "Knocking",
|
||||
"chatCanBeDiscoveredViaSearchOnServer": "Chat can be discovered via the search on {server}",
|
||||
"@chatCanBeDiscoveredViaSearchOnServer": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"server": {}
|
||||
}
|
||||
},
|
||||
"searchChatsRooms": "Search for #chats, @users...",
|
||||
"@searchChatsRooms": {},
|
||||
"nothingFound": "Nothing found...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue