aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js12
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',