diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-09-29 08:18:02 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-09-29 08:18:02 +0000 |
| commit | 3781e521e64a59c4e38902601555ae01f99d9fce (patch) | |
| tree | 6cadf6ff7396eacfb7c3972834990a94f927546b /src/i18n | |
| parent | 787f52e06e1bf90bd8e103afad39d2fbd81c38f8 (diff) | |
| parent | 5942001626d01f6438e53943f1b8a8a2448d1378 (diff) | |
Merge branch 'feature/import_export_mutes' into 'develop'
[#2099] Added import/export mutes [FE]
See merge request pleroma/pleroma-fe!1229
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 027e99be..9da12630 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -275,6 +275,12 @@ "block_import": "Block import", "block_import_error": "Error importing blocks", "blocks_imported": "Blocks imported! Processing them will take a while.", + "mute_export": "Mute export", + "mute_export_button": "Export your mutes to a csv file", + "mute_import": "Mute import", + "mute_import_error": "Error importing mutes", + "mutes_imported": "Mutes imported! Processing them will take a while.", + "import_mutes_from_a_csv_file": "Import mutes from a csv file", "blocks_tab": "Blocks", "bot": "This is a bot account", "btnRadius": "Buttons", |
