diff options
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index b9a4f756..cedb7fd7 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -103,6 +103,7 @@ const fi = { hide_attachments_in_convo: 'Piilota liitteet keskusteluissa', nsfw_clickthrough: 'Piilota NSFW liitteet klikkauksen taakse.', autoload: 'Lataa vanhempia viestejä automaattisesti ruudun pohjalla', + streaming: 'Näytä uudet viestit automaattisesti ollessasi ruudun huipulla', reply_link_preview: 'Keskusteluiden vastauslinkkien esikatselu' }, notifications: { @@ -186,6 +187,7 @@ const en = { hide_attachments_in_convo: 'Hide attachments in conversations', nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', autoload: 'Enable automatic loading when scrolled to the bottom', + streaming: 'Enable automatic streaming of new posts when scrolled to the top', reply_link_preview: 'Enable reply-link preview on mouse hover' }, notifications: { |
