Make use of js-sdk roomNameGenerator to handle i18n for generated room names (#9209)
* Make use of js-sdk roomNameGenerator to handle i18n for generated room names * DRY * Make tsc happier * Update MatrixClientPeg.ts
This commit is contained in:
parent
27de00a859
commit
5aae974e93
2 changed files with 78 additions and 10 deletions
|
@ -97,6 +97,14 @@
|
|||
"Try again": "Try again",
|
||||
"Your homeserver was unreachable and was not able to log you in. Please try again. If this continues, please contact your homeserver administrator.": "Your homeserver was unreachable and was not able to log you in. Please try again. If this continues, please contact your homeserver administrator.",
|
||||
"Your homeserver rejected your log in attempt. This could be due to things just taking too long. Please try again. If this continues, please contact your homeserver administrator.": "Your homeserver rejected your log in attempt. This could be due to things just taking too long. Please try again. If this continues, please contact your homeserver administrator.",
|
||||
"Empty room": "Empty room",
|
||||
"%(user1)s and %(user2)s": "%(user1)s and %(user2)s",
|
||||
"%(user)s and %(count)s others|other": "%(user)s and %(count)s others",
|
||||
"%(user)s and %(count)s others|one": "%(user)s and 1 other",
|
||||
"Inviting %(user1)s and %(user2)s": "Inviting %(user1)s and %(user2)s",
|
||||
"Inviting %(user)s and %(count)s others|other": "Inviting %(user)s and %(count)s others",
|
||||
"Inviting %(user)s and %(count)s others|one": "Inviting %(user)s and 1 other",
|
||||
"Empty room (was %(oldName)s)": "Empty room (was %(oldName)s)",
|
||||
"%(name)s is requesting verification": "%(name)s is requesting verification",
|
||||
"%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s does not have permission to send you notifications - please check your browser settings",
|
||||
"%(brand)s was not given permission to send notifications - please try again": "%(brand)s was not given permission to send notifications - please try again",
|
||||
|
@ -1882,7 +1890,6 @@
|
|||
"System Alerts": "System Alerts",
|
||||
"Historical": "Historical",
|
||||
"Suggested Rooms": "Suggested Rooms",
|
||||
"Empty room": "Empty room",
|
||||
"Add space": "Add space",
|
||||
"You do not have permissions to add spaces to this space": "You do not have permissions to add spaces to this space",
|
||||
"Join public room": "Join public room",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue