summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorPradeep Murugesan <pradeepmurugesan@outlook.com>2018-07-20 10:49:49 +0200
committerSaturnino Abril <saturnino.abril@gmail.com>2018-07-20 16:49:49 +0800
commitee1d037ca6893ae57061a1eba25f624d7c163baa (patch)
treeaabb43244860e5a3b597c23e9b182ac22888effd /i18n
parent17c081736186816d0bc32e76432d086fc7df3809 (diff)
downloadchat-ee1d037ca6893ae57061a1eba25f624d7c163baa.tar.gz
chat-ee1d037ca6893ae57061a1eba25f624d7c163baa.tar.bz2
chat-ee1d037ca6893ae57061a1eba25f624d7c163baa.zip
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
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b057abbf4..754e4d2ae 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2927,6 +2927,14 @@
"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."
},