diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-12-23 20:20:59 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-12-23 20:20:59 +0000 |
| commit | 28872d8da498e0160a284c7ceda9f9c771e3ca0d (patch) | |
| tree | 16be46a71cfed4d9ade235dcc9831361d2f3c113 /src/i18n/messages.js | |
| parent | 6fd309452a1d8243257bc8544429ea53a26ce8a4 (diff) | |
| parent | a058941aedcfe6a3e14e245b7270477a7a6e69be (diff) | |
Merge branch 'feature/follow-import' into 'develop'
Add feature: follow import.
See merge request pleroma/pleroma-fe!188
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4c5be151..360f9eb8 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -242,7 +242,11 @@ const en = { 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' + reply_link_preview: 'Enable reply-link preview on mouse hover', + follow_import: 'Follow import', + import_followers_from_a_csv_file: 'Import followers from a csv file', + follows_imported: 'Follows imported! Processing them will take a while.', + follow_import_error: 'Error importing followers' }, notifications: { notifications: 'Notifications', |
