Extract view/join room logic to room helper (#8329)
This commit is contained in:
parent
d5e911d876
commit
5d6143aaa7
6 changed files with 226 additions and 122 deletions
|
@ -733,6 +733,13 @@
|
|||
"Common names and surnames are easy to guess": "Common names and surnames are easy to guess",
|
||||
"Straight rows of keys are easy to guess": "Straight rows of keys are easy to guess",
|
||||
"Short keyboard patterns are easy to guess": "Short keyboard patterns are easy to guess",
|
||||
"Unnamed room": "Unnamed room",
|
||||
"Unable to join network": "Unable to join network",
|
||||
"%(brand)s does not know how to join a room on this network": "%(brand)s does not know how to join a room on this network",
|
||||
"Room not found": "Room not found",
|
||||
"Couldn't find a matching Matrix room": "Couldn't find a matching Matrix room",
|
||||
"Fetching third party location failed": "Fetching third party location failed",
|
||||
"Unable to look up room ID from server": "Unable to look up room ID from server",
|
||||
"Error upgrading room": "Error upgrading room",
|
||||
"Double check that your server supports the room version chosen and try again.": "Double check that your server supports the room version chosen and try again.",
|
||||
"Invite to %(spaceName)s": "Invite to %(spaceName)s",
|
||||
|
@ -1753,7 +1760,6 @@
|
|||
"Idle": "Idle",
|
||||
"Offline": "Offline",
|
||||
"Unknown": "Unknown",
|
||||
"Unnamed room": "Unnamed room",
|
||||
"Preview": "Preview",
|
||||
"View": "View",
|
||||
"Join": "Join",
|
||||
|
@ -3054,12 +3060,6 @@
|
|||
"remove %(name)s from the directory.": "remove %(name)s from the directory.",
|
||||
"delete the address.": "delete the address.",
|
||||
"The server may be unavailable or overloaded": "The server may be unavailable or overloaded",
|
||||
"Unable to join network": "Unable to join network",
|
||||
"%(brand)s does not know how to join a room on this network": "%(brand)s does not know how to join a room on this network",
|
||||
"Room not found": "Room not found",
|
||||
"Couldn't find a matching Matrix room": "Couldn't find a matching Matrix room",
|
||||
"Fetching third party location failed": "Fetching third party location failed",
|
||||
"Unable to look up room ID from server": "Unable to look up room ID from server",
|
||||
"Create new room": "Create new room",
|
||||
"No results for \"%(query)s\"": "No results for \"%(query)s\"",
|
||||
"Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue