Translate autocomplete delay

This commit is contained in:
David Baker 2017-06-23 18:28:02 +01:00
parent c0e48c72fc
commit f0f4a16e97
2 changed files with 3 additions and 2 deletions

View file

@ -656,7 +656,7 @@ module.exports = React.createClass({
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td><strong>Autocomplete Delay (ms): </strong></td> <td><strong>{_t('Autocomplete Delay (ms):')}</strong></td>
<td> <td>
<input <input
type="number" type="number"

View file

@ -922,5 +922,6 @@
"Ignore request": "Ignore request", "Ignore request": "Ignore request",
"You added a new device '%(displayName)s', which is requesting encryption keys.": "You added a new device '%(displayName)s', which is requesting encryption keys.", "You added a new device '%(displayName)s', which is requesting encryption keys.": "You added a new device '%(displayName)s', which is requesting encryption keys.",
"Your unverified device '%(displayName)s' is requesting encryption keys.": "Your unverified device '%(displayName)s' is requesting encryption keys.", "Your unverified device '%(displayName)s' is requesting encryption keys.": "Your unverified device '%(displayName)s' is requesting encryption keys.",
"Encryption key request": "Encryption key request" "Encryption key request": "Encryption key request",
"Autocomplete Delay (ms):": "Autocomplete Delay (ms):"
} }