summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-06-28 15:26:38 +0100
committerChristopher Speller <crspeller@gmail.com>2017-06-28 07:26:38 -0700
commit37642a4f1e99b2cb89fa6969ad34a892fabab5be (patch)
tree5f11d2b29a19ef4a309395d3cbc3f0451696f3fa /i18n/en.json
parentfb2ef7708bfcf0f05adfe35b4bd3fe73fc73a54f (diff)
downloadchat-37642a4f1e99b2cb89fa6969ad34a892fabab5be.tar.gz
chat-37642a4f1e99b2cb89fa6969ad34a892fabab5be.tar.bz2
chat-37642a4f1e99b2cb89fa6969ad34a892fabab5be.zip
PLT-6937: Bulk Importing of Direct/Group channels and posts. (#6761)
* PLT-6937: Bulk Importing of Direct/Group channels and posts. * Show group/direct channels in sidebar.
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 1bd46f97a..9db609422 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2968,10 +2968,50 @@
"translation": "Error importing channel. Team with name \"{{.TeamName}}\" could not be found."
},
{
+ "id": "app.import.import_direct_channel.member_not_found.error",
+ "translation": "Could not find channel member when importing direct channel"
+ },
+ {
+ "id": "app.import.import_direct_channel.create_direct_channel.error",
+ "translation": "Failed to create direct channel"
+ },
+ {
+ "id": "app.import.import_direct_channel.create_group_channel.error",
+ "translation": "Failed to create group channel"
+ },
+ {
+ "id": "app.import.import_direct_channel.update_header_failed.error",
+ "translation": "Failed to update direct channel header"
+ },
+ {
+ "id": "app.import.import_direct_post.channel_member_not_found.error",
+ "translation": "Could not find channel member when importing direct channel post"
+ },
+ {
+ "id": "app.import.import_direct_channel.create_direct_channel.error",
+ "translation": "Failed to get direct channel"
+ },
+ {
+ "id": "app.import.import_direct_channel.create_group_channel.error",
+ "translation": "Failed to get group channel"
+ },
+ {
+ "id": "app.import.import_direct_post.user_not_found.error",
+ "translation": "Post user does not exist"
+ },
+ {
"id": "app.import.import_line.null_channel.error",
"translation": "Import data line has type \"channel\" but the channel object is null."
},
{
+ "id": "app.import.import_line.null_direct_channel.error",
+ "translation": "Import data line has type \"direct_channel\" but the direct_channel object is null."
+ },
+ {
+ "id": "app.import.import_line.null_direct_post.error",
+ "translation": "Import data line has type \"direct_post\" but the direct_post object is null."
+ },
+ {
"id": "app.import.import_line.null_post.error",
"translation": "Import data line has type \"post\" but the post object is null."
},
@@ -3044,6 +3084,54 @@
"translation": "Missing required channel property: type."
},
{
+ "id": "app.import.validate_direct_channel_import_data.members_required.error",
+ "translation": "Missing required direct channel property: members"
+ },
+ {
+ "id": "app.import.validate_direct_channel_import_data.members_too_few.error",
+ "translation": "Direct channel members list contains too few items"
+ },
+ {
+ "id": "app.import.validate_direct_channel_import_data.members_too_many.error",
+ "translation": "Direct channel members list contains too many items"
+ },
+ {
+ "id": "app.import.validate_direct_channel_import_data.header_length.error",
+ "translation": "Direct channel header is too long"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.channel_members_required.error",
+ "translation": "Missing required direct post property: channel_members"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.channel_members_too_few.error",
+ "translation": "Direct post channel members list contains too few items"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.channel_members_too_many.error",
+ "translation": "Direct post channel members list contains too many items"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.user_missing.error",
+ "translation": "Missing required direct post property: user"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.message_missing.error",
+ "translation": "Missing required direct post property: message"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.message_length.error",
+ "translation": "Message is too long"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.create_at_missing.error",
+ "translation": "Missing required direct post property: create_at"
+ },
+ {
+ "id": "app.import.validate_direct_post_import_data.create_at_zero.error",
+ "translation": "CreateAt must be greater than 0"
+ },
+ {
"id": "app.import.validate_post_import_data.channel_missing.error",
"translation": "Missing required Post property: Channel."
},