mirror of https://github.com/vector-im/riot-web
fix: i18n strings
parent
6d792cc08c
commit
725162ee00
|
@ -2396,7 +2396,6 @@
|
|||
"Cancel Sending": "Cancel Sending",
|
||||
"Forward Message": "Forward Message",
|
||||
"Pin Message": "Pin Message",
|
||||
"View Decrypted Source": "View Decrypted Source",
|
||||
"Unhide Preview": "Unhide Preview",
|
||||
"Share Permalink": "Share Permalink",
|
||||
"Share Message": "Share Message",
|
||||
|
@ -2652,6 +2651,8 @@
|
|||
"User menu": "User menu",
|
||||
"Community and user menu": "Community and user menu",
|
||||
"Could not load user profile": "Could not load user profile",
|
||||
"Decrypted event source": "Decrypted event source",
|
||||
"Original event source": "Original event source",
|
||||
"Verify this login": "Verify this login",
|
||||
"Session verified": "Session verified",
|
||||
"Failed to send email": "Failed to send email",
|
||||
|
@ -2875,7 +2876,5 @@
|
|||
"Esc": "Esc",
|
||||
"Enter": "Enter",
|
||||
"Space": "Space",
|
||||
"End": "End",
|
||||
"Decrypted event source": "Decrypted event source",
|
||||
"Original event source": "Original event source"
|
||||
"End": "End"
|
||||
}
|
||||
|
|
|
@ -650,7 +650,5 @@
|
|||
"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.",
|
||||
"Changes the avatar of the current room": "Changes the avatar of the current room",
|
||||
"Changes your avatar in all rooms": "Changes your avatar in all rooms",
|
||||
"Decrypted event source": "Decrypted event source",
|
||||
"Original event source": "Original event source"
|
||||
"Changes your avatar in all rooms": "Changes your avatar in all rooms"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue