From b1520d0b9458d1dab09d9e3e05dd7522fc28ba57 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Wed, 6 Jul 2016 10:11:21 -0800 Subject: PLT-3512 adding join/leave channel to the CLI (#3498) * PLT-3512 adding join/leave channel to the CLI * PLT-3512 adding list channels to the CLI * PLT-3512 adding restore channel * Adding make run-cli command * Updating txt * Fixing txt purposed by PMs --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 8436d48d9..8bd66522d 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3171,6 +3171,10 @@ "id": "store.sql.read_replicas_not_licensed.critical", "translation": "More than 1 read replica functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license." }, + { + "id": "cli.license.critical", + "translation": "Feature requires an enterprise license. Please contact your system administrator about upgrading your enterprise license." + }, { "id": "store.sql.remove_index.critical", "translation": "Failed to remove index %v" @@ -3291,6 +3295,10 @@ "id": "store.sql_channel.get_for_export.app_error", "translation": "We couldn't get all the channels" }, + { + "id": "store.sql_channel.get_all.app_error", + "translation": "We couldn't get all the channels" + }, { "id": "store.sql_channel.get_member.app_error", "translation": "We couldn't get the channel member" -- cgit v1.2.3-1-g7c22