Developer design a permissions dialog
This commit is contained in:
parent
94550546eb
commit
a212dab84c
8 changed files with 382 additions and 34 deletions
|
@ -2123,9 +2123,41 @@
|
|||
"Upload Error": "Upload Error",
|
||||
"Verify other session": "Verify other session",
|
||||
"Verification Request": "Verification Request",
|
||||
"Remain on your screen while running": "Remain on your screen while running",
|
||||
"Send stickers into your active room": "Send stickers into your active room",
|
||||
"Change which room you're viewing": "Change which room you're viewing",
|
||||
"Change the topic of your active room": "Change the topic of your active room",
|
||||
"See when the topic changes in your active room": "See when the topic changes in your active room",
|
||||
"Change the name of your active room": "Change the name of your active room",
|
||||
"See when the name changes in your active room": "See when the name changes in your active room",
|
||||
"Change the avatar of your active room": "Change the avatar of your active room",
|
||||
"See when the avatar changes in your active room": "See when the avatar changes in your active room",
|
||||
"with state key %(stateKey)s": "with state key %(stateKey)s",
|
||||
"with an empty state key": "with an empty state key",
|
||||
"See messages sent in your active room": "See messages sent in your active room",
|
||||
"See text messages sent in your active room": "See text messages sent in your active room",
|
||||
"See emotes sent in your active room": "See emotes sent in your active room",
|
||||
"See images sent in your active room": "See images sent in your active room",
|
||||
"See videos sent in your active room": "See videos sent in your active room",
|
||||
"See general files sent in your active room": "See general files sent in your active room",
|
||||
"See <code>%(msgtype)s</code> messages sent in your active room": "See <code>%(msgtype)s</code> messages sent in your active room",
|
||||
"Send messages as you in your active room": "Send messages as you in your active room",
|
||||
"Send text messages as you in your active room": "Send text messages as you in your active room",
|
||||
"Send emotes as you in your active room": "Send emotes as you in your active room",
|
||||
"Send images as you in your active room": "Send images as you in your active room",
|
||||
"Send videos as you in your active room": "Send videos as you in your active room",
|
||||
"Send general files as you in your active room": "Send general files as you in your active room",
|
||||
"Send <code>%(msgtype)s</code> messages as you in your active room": "Send <code>%(msgtype)s</code> messages as you in your active room",
|
||||
"See <code>%(eventType)s</code> events sent in your active room": "See <code>%(eventType)s</code> events sent in your active room",
|
||||
"Send <code>%(eventType)s</code> events as you in your active room": "Send <code>%(eventType)s</code> events as you in your active room",
|
||||
"The <code>%(capability)s</code> capability": "The <code>%(capability)s</code> capability",
|
||||
"Approve widget permissions": "Approve widget permissions",
|
||||
"This widget would like to:": "This widget would like to:",
|
||||
"Remember my selection for this widget": "Remember my selection for this widget",
|
||||
"Approve": "Approve",
|
||||
"Decline All": "Decline All",
|
||||
"A widget would like to verify your identity": "A widget would like to verify your identity",
|
||||
"A widget located at %(widgetUrl)s would like to verify your identity. By allowing this, the widget will be able to verify your user ID, but not perform actions as you.": "A widget located at %(widgetUrl)s would like to verify your identity. By allowing this, the widget will be able to verify your user ID, but not perform actions as you.",
|
||||
"Remember my selection for this widget": "Remember my selection for this widget",
|
||||
"Allow": "Allow",
|
||||
"Deny": "Deny",
|
||||
"Wrong file type": "Wrong file type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue