summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-09-17 15:51:26 +0100
committerGitHub <noreply@github.com>2018-09-17 15:51:26 +0100
commitab99f0656fabed8a62a8c6340be7d538cc7bf8d9 (patch)
treebb68ee1d0c743be23bba470f5d81ef11dc134182 /i18n
parent5786b0d6d57b90bbb0c262235dd9d19b497b5fae (diff)
downloadchat-ab99f0656fabed8a62a8c6340be7d538cc7bf8d9.tar.gz
chat-ab99f0656fabed8a62a8c6340be7d538cc7bf8d9.tar.bz2
chat-ab99f0656fabed8a62a8c6340be7d538cc7bf8d9.zip
MM-11781: Basic Data Export Command Line. (#9296)
* MM-11781: Basic Data Export Command Line. * ChannelStore new unit tests. * TeamStore new unit tests. * Unit test for new UserStore function. * Unit tests for post store new methods. * Review fixes. * Fix duplicate command name.
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 0e1bdcf21..1f25c6b05 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -180,6 +180,14 @@
"translation": "You're the only member left, try removing the Private Channel instead of leaving."
},
{
+ "id": "app.export.export_write_line.json_marshall.error",
+ "translation": "An error occured marshalling the JSON data for export."
+ },
+ {
+ "id": "app.export.export_write_line.io_writer.error",
+ "translation": "An error occurred writing the export data."
+ },
+ {
"id": "api.channel.leave.left",
"translation": "%v left the channel."
},