diff options
| author | eal <eal@waifu.club> | 2018-02-01 18:19:36 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2018-02-01 18:19:36 +0200 |
| commit | 36e68fba961a46fcd6dda1a57471dcf10775c511 (patch) | |
| tree | 21dd7deace28b33296946714dc1c9561c6b4d30c /src/i18n/messages.js | |
| parent | 90175a1872cace45ae0e410ed283fab25c9e42cd (diff) | |
| parent | 92289e545a62bd28ea336c5d712a05445e0e20ab (diff) | |
Merge branch 'develop' into feature/normal-emoji-completion
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4c5be151..f0953a10 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -58,7 +58,11 @@ const de = { nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für als NSFW markierte Anhänge', autoload: 'Aktiviere automatisches Laden von älteren Beiträgen beim scrollen', streaming: 'Aktiviere automatisches Laden (Streaming) von neuen Beiträgen', - reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover' + reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover', + follow_import: 'Folgeliste importieren', + import_followers_from_a_csv_file: 'Importiere Kontakte, denen du folgen möchtest, aus einer CSV-Datei', + follows_imported: 'Folgeliste importiert! Die Bearbeitung kann eine Zeit lang dauern.', + follow_import_error: 'Fehler beim importieren der Folgeliste' }, notifications: { notifications: 'Benachrichtigungen', @@ -242,7 +246,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', |
