From 01aaccb34080ede234602d1ca9acee8373b8560f Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Mon, 27 Mar 2017 20:41:40 +0900 Subject: APIv4 post /channels/ids (#5845) * APIv4 post /channels/ids * updated enpoint as /teams/{team_id}/channels/ids --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index d16a288da..a48cc2cb0 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4707,6 +4707,14 @@ "id": "store.sql_channel.get_channels.not_found.app_error", "translation": "No channels were found" }, + { + "id": "store.sql_channel.get_channels_by_ids.get.app_error", + "translation": "We couldn't get the channels" + }, + { + "id": "store.sql_channel.get_channels_by_ids.not_found.app_error", + "translation": "No channel found" + }, { "id": "store.sql_channel.get_deleted_by_name.existing.app_error", "translation": "We couldn't find the existing deleted channel" -- cgit v1.2.3-1-g7c22