forked from matrix/element-web
i18n for 'Jump to message' button
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
59a253af37
commit
efdb4b02c6
|
@ -75,7 +75,7 @@ const PinnedEventTile = React.createClass({
|
||||||
<div className="mx_PinnedEventTile">
|
<div className="mx_PinnedEventTile">
|
||||||
<div className="mx_PinnedEventTile_actions">
|
<div className="mx_PinnedEventTile_actions">
|
||||||
<AccessibleButton className="mx_PinnedEventTile_gotoButton mx_textButton" onClick={this.onTileClicked}>
|
<AccessibleButton className="mx_PinnedEventTile_gotoButton mx_textButton" onClick={this.onTileClicked}>
|
||||||
Jump to message
|
{ _t("Jump to message") }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
{ unpinButton }
|
{ unpinButton }
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -215,6 +215,7 @@
|
||||||
"Continue": "Continue",
|
"Continue": "Continue",
|
||||||
"Pin Message": "Pin Message",
|
"Pin Message": "Pin Message",
|
||||||
"Unpin Message": "Unpin Message",
|
"Unpin Message": "Unpin Message",
|
||||||
|
"Jump to message": "Jump to message",
|
||||||
"Please set a password!": "Please set a password!",
|
"Please set a password!": "Please set a password!",
|
||||||
"This will allow you to return to your account after signing out, and sign in on other devices.": "This will allow you to return to your account after signing out, and sign in on other devices.",
|
"This will allow you to return to your account after signing out, and sign in on other devices.": "This will allow you to return to your account after signing out, and sign in on other devices.",
|
||||||
"You have successfully set a password and an email address!": "You have successfully set a password and an email address!",
|
"You have successfully set a password and an email address!": "You have successfully set a password and an email address!",
|
||||||
|
|
|
@ -201,6 +201,7 @@
|
||||||
"Warning": "Warning",
|
"Warning": "Warning",
|
||||||
"Pin Message": "Pin Message",
|
"Pin Message": "Pin Message",
|
||||||
"Unpin Message": "Unpin Message",
|
"Unpin Message": "Unpin Message",
|
||||||
|
"Jump to message": "Jump to message",
|
||||||
"Checking for an update...": "Checking for an update...",
|
"Checking for an update...": "Checking for an update...",
|
||||||
"Error encountered (%(errorDetail)s).": "Error encountered (%(errorDetail)s).",
|
"Error encountered (%(errorDetail)s).": "Error encountered (%(errorDetail)s).",
|
||||||
"No update available.": "No update available.",
|
"No update available.": "No update available.",
|
||||||
|
|
Loading…
Reference in New Issue