From 02abaabf1f2f3685dca838a6892a551976afa48a Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Fri, 21 Jul 2017 14:23:27 +0100 Subject: PLT-7123: Add tutorial, flags and favorites to bulk importer. (#7000) --- i18n/en.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 90a08f7dc..75fcf25a0 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3075,6 +3075,22 @@ "id": "app.import.import_direct_post.user_not_found.error", "translation": "Post user does not exist" }, + { + "id": "app.import.import_direct_post.save_preferences.error", + "translation": "Error importing direct post. Failed to save preferences." + }, + { + "id": "app.import.import_user_channels.save_preferences.error", + "translation": "Error importing user channel memberships. Failed to save preferences." + }, + { + "id": "app.import.validate_direct_channel_import_data.unknown_favoriter.error", + "translation": "Direct channel can only be favorited by members. \"{{.Username}}\" is not a member." + }, + { + "id": "app.import.validate_direct_post_import_data.unknown_flagger.error", + "translation": "Direct post can only be flagged by members of the channel it is in. \"{{.Username}}\" is not a member." + }, { "id": "app.import.import_line.null_channel.error", "translation": "Import data line has type \"channel\" but the channel object is null." @@ -3115,6 +3131,10 @@ "id": "app.import.import_post.user_not_found.error", "translation": "Error importing post. User with username \"{{.Username}}\" could not be found." }, + { + "id": "app.import.import_post.save_preferences.error", + "translation": "Error importing post. Failed to save preferences." + }, { "id": "app.import.validate_channel_import_data.create_at_zero.error", "translation": "Channel create_at must not be zero if provided." -- cgit v1.2.3-1-g7c22