summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-04-03 18:38:26 +0200
committerGeorge Goldberg <george@gberg.me>2017-04-03 17:38:26 +0100
commit7eb09dbffdd87f36eff0d781eaeb0e816bbdac21 (patch)
tree0eaffc09d53116322fa5d8d51e0528829f5ab622 /i18n
parent36c74d7b47253249ec83aedacf409a93de1d182f (diff)
downloadchat-7eb09dbffdd87f36eff0d781eaeb0e816bbdac21.tar.gz
chat-7eb09dbffdd87f36eff0d781eaeb0e816bbdac21.tar.bz2
chat-7eb09dbffdd87f36eff0d781eaeb0e816bbdac21.zip
[APIV4] POST /teams/{team_id}/import for apiv4 (#5920)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index cd10197ae..2a9c8309a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3740,6 +3740,26 @@
"translation": "Error creating SAML certificate multipart form request"
},
{
+ "id": "model.client.upload_post_attachment.writer.app_error",
+ "translation": "Error closing multipart writer"
+ },
+ {
+ "id": "model.client.upload_post_attachment.file.app_error",
+ "translation": "Error writing file to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.channel_id.app_error",
+ "translation": "Error writing channel id to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.import_from.app_error",
+ "translation": "Error writing importFrom to multipart form"
+ },
+ {
+ "id": "model.client.upload_post_attachment.file_size.app_error",
+ "translation": "Error writing fileSize to multipart form"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "Create at must be a valid time"
},