Merge pull request #6829 from matrix-org/t3chguy/fix/18969
This commit is contained in:
commit
4118d13846
12 changed files with 526 additions and 209 deletions
|
@ -1028,6 +1028,8 @@
|
|||
"Upload": "Upload",
|
||||
"Name": "Name",
|
||||
"Description": "Description",
|
||||
"No results": "No results",
|
||||
"Search %(spaceName)s": "Search %(spaceName)s",
|
||||
"Please enter a name for the space": "Please enter a name for the space",
|
||||
"Spaces are a new feature.": "Spaces are a new feature.",
|
||||
"Spaces feedback": "Spaces feedback",
|
||||
|
@ -1864,8 +1866,11 @@
|
|||
"Demote": "Demote",
|
||||
"Disinvite": "Disinvite",
|
||||
"Kick": "Kick",
|
||||
"Disinvite this user?": "Disinvite this user?",
|
||||
"Kick this user?": "Kick this user?",
|
||||
"Disinvite from %(roomName)s": "Disinvite from %(roomName)s",
|
||||
"Kick from %(roomName)s": "Kick from %(roomName)s",
|
||||
"Kick them from everything I'm able to": "Kick them from everything I'm able to",
|
||||
"Kick them from specific things I'm able to": "Kick them from specific things I'm able to",
|
||||
"They'll still be able to access whatever you're not an admin of.": "They'll still be able to access whatever you're not an admin of.",
|
||||
"Failed to kick": "Failed to kick",
|
||||
"No recent messages by %(user)s found": "No recent messages by %(user)s found",
|
||||
"Try scrolling up in the timeline to see if there are any earlier ones.": "Try scrolling up in the timeline to see if there are any earlier ones.",
|
||||
|
@ -1877,8 +1882,13 @@
|
|||
"Remove %(count)s messages|one": "Remove 1 message",
|
||||
"Remove recent messages": "Remove recent messages",
|
||||
"Ban": "Ban",
|
||||
"Unban this user?": "Unban this user?",
|
||||
"Ban this user?": "Ban this user?",
|
||||
"Unban from %(roomName)s": "Unban from %(roomName)s",
|
||||
"Ban from %(roomName)s": "Ban from %(roomName)s",
|
||||
"Unban them from everything I'm able to": "Unban them from everything I'm able to",
|
||||
"Ban them from everything I'm able to": "Ban them from everything I'm able to",
|
||||
"Unban them from specific things I'm able to": "Unban them from specific things I'm able to",
|
||||
"Ban them from specific things I'm able to": "Ban them from specific things I'm able to",
|
||||
"They won't be able to access whatever you're not an admin of.": "They won't be able to access whatever you're not an admin of.",
|
||||
"Failed to ban user": "Failed to ban user",
|
||||
"Failed to mute user": "Failed to mute user",
|
||||
"Unmute": "Unmute",
|
||||
|
@ -2069,7 +2079,6 @@
|
|||
"Application window": "Application window",
|
||||
"Share content": "Share content",
|
||||
"Join": "Join",
|
||||
"No results": "No results",
|
||||
"Please <newIssueLink>create a new issue</newIssueLink> on GitHub so that we can investigate this bug.": "Please <newIssueLink>create a new issue</newIssueLink> on GitHub so that we can investigate this bug.",
|
||||
"collapse": "collapse",
|
||||
"expand": "expand",
|
||||
|
@ -2470,16 +2479,15 @@
|
|||
"Clear cache and resync": "Clear cache and resync",
|
||||
"%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!",
|
||||
"Updating %(brand)s": "Updating %(brand)s",
|
||||
"Don't leave any rooms": "Don't leave any rooms",
|
||||
"Leave all rooms": "Leave all rooms",
|
||||
"Leave some rooms": "Leave some rooms",
|
||||
"Search %(spaceName)s": "Search %(spaceName)s",
|
||||
"You won't be able to rejoin unless you are re-invited.": "You won't be able to rejoin unless you are re-invited.",
|
||||
"You're the only admin of this space. Leaving it will mean no one has control over it.": "You're the only admin of this space. Leaving it will mean no one has control over it.",
|
||||
"You're the only admin of some of the rooms or spaces you wish to leave. Leaving them will leave them without any admins.": "You're the only admin of some of the rooms or spaces you wish to leave. Leaving them will leave them without any admins.",
|
||||
"Leave %(spaceName)s": "Leave %(spaceName)s",
|
||||
"You are about to leave <spaceName/>.": "You are about to leave <spaceName/>.",
|
||||
"Would you like to leave the rooms in this space?": "Would you like to leave the rooms in this space?",
|
||||
"Don't leave any rooms": "Don't leave any rooms",
|
||||
"Leave all rooms": "Leave all rooms",
|
||||
"Leave some rooms": "Leave some rooms",
|
||||
"Leave space": "Leave space",
|
||||
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.",
|
||||
"Start using Key Backup": "Start using Key Backup",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue