Devtools for stuck notifications (#10042)
This commit is contained in:
parent
469228f45e
commit
6dd578e5a7
9 changed files with 378 additions and 6 deletions
|
@ -902,6 +902,12 @@
|
|||
"Room information": "Room information",
|
||||
"Room members": "Room members",
|
||||
"Back to thread": "Back to thread",
|
||||
"None": "None",
|
||||
"Bold": "Bold",
|
||||
"Grey": "Grey",
|
||||
"Red": "Red",
|
||||
"Unsent": "Unsent",
|
||||
"unknown": "unknown",
|
||||
"Change notification settings": "Change notification settings",
|
||||
"Messaging": "Messaging",
|
||||
"Profile": "Profile",
|
||||
|
@ -1582,7 +1588,6 @@
|
|||
"Error removing ignored user/server": "Error removing ignored user/server",
|
||||
"Error unsubscribing from list": "Error unsubscribing from list",
|
||||
"Please try again or view your console for hints.": "Please try again or view your console for hints.",
|
||||
"None": "None",
|
||||
"Ban list rules - %(roomName)s": "Ban list rules - %(roomName)s",
|
||||
"Server rules": "Server rules",
|
||||
"User rules": "User rules",
|
||||
|
@ -1942,7 +1947,6 @@
|
|||
"Poll": "Poll",
|
||||
"Hide formatting": "Hide formatting",
|
||||
"Show formatting": "Show formatting",
|
||||
"Bold": "Bold",
|
||||
"Italics": "Italics",
|
||||
"Strikethrough": "Strikethrough",
|
||||
"Code block": "Code block",
|
||||
|
@ -2773,6 +2777,7 @@
|
|||
"Explore room state": "Explore room state",
|
||||
"Explore room account data": "Explore room account data",
|
||||
"View servers in room": "View servers in room",
|
||||
"Notifications debug": "Notifications debug",
|
||||
"Verification explorer": "Verification explorer",
|
||||
"Active Widgets": "Active Widgets",
|
||||
"Explore account data": "Explore account data",
|
||||
|
@ -3152,6 +3157,25 @@
|
|||
"Event Content": "Event Content",
|
||||
"Filter results": "Filter results",
|
||||
"No results found": "No results found",
|
||||
"Room status": "Room status",
|
||||
"Room unread status: ": "Room unread status: ",
|
||||
", count:": ", count:",
|
||||
"Notification state is": "Notification state is",
|
||||
"Room is ": "Room is ",
|
||||
"encrypted ✅": "encrypted ✅",
|
||||
"not encrypted 🚨": "not encrypted 🚨",
|
||||
"Main timeline": "Main timeline",
|
||||
"Total: ": "Total: ",
|
||||
"Highlight: ": "Highlight: ",
|
||||
"Dot: ": "Dot: ",
|
||||
"User read up to: ": "User read up to: ",
|
||||
"No receipt found": "No receipt found",
|
||||
"Last event:": "Last event:",
|
||||
"ID: ": "ID: ",
|
||||
"Type: ": "Type: ",
|
||||
"Sender: ": "Sender: ",
|
||||
"Threads timeline": "Threads timeline",
|
||||
"Thread Id: ": "Thread Id: ",
|
||||
"<%(count)s spaces>|other": "<%(count)s spaces>",
|
||||
"<%(count)s spaces>|one": "<space>",
|
||||
"<%(count)s spaces>|zero": "<empty string>",
|
||||
|
@ -3182,7 +3206,6 @@
|
|||
"Value": "Value",
|
||||
"Value in this room": "Value in this room",
|
||||
"Edit setting": "Edit setting",
|
||||
"Unsent": "Unsent",
|
||||
"Requested": "Requested",
|
||||
"Ready": "Ready",
|
||||
"Started": "Started",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue