From 37642a4f1e99b2cb89fa6969ad34a892fabab5be Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 28 Jun 2017 15:26:38 +0100 Subject: 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. --- i18n/en.json | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 1bd46f97a..9db609422 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2967,10 +2967,50 @@ "id": "app.import.import_channel.team_not_found.error", "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." @@ -3043,6 +3083,54 @@ "id": "app.import.validate_channel_import_data.type_missing.error", "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." -- cgit v1.2.3-1-g7c22