From ee1d037ca6893ae57061a1eba25f624d7c163baa Mon Sep 17 00:00:00 2001 From: Pradeep Murugesan Date: Fri, 20 Jul 2018 10:49:49 +0200 Subject: Support attachments in post and replies - Bulk import (#9124) * 9006 - process the attachments of the post * 9006 enabling the import of attachments in the reply post * 9006 assert if the post and files are linked * 9006 fixed the typo --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index b057abbf4..754e4d2ae 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2926,6 +2926,14 @@ "id": "app.import.validate_user_teams_import_data.team_name_missing.error", "translation": "Team name missing from User's Team Membership." }, + { + "id": "app.import.attachment.bad_file.error", + "translation": "Error reading the file at: \"{{.FilePath}}\"" + }, + { + "id": "app.import.attachment.file_upload.error", + "translation": "Error uploading the file: \"{{.FilePath}}\"" + }, { "id": "app.notification.body.intro.direct.full", "translation": "You have a new Direct Message." -- cgit v1.2.3-1-g7c22