summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-07-21 14:23:27 +0100
committerJoram Wilander <jwawilander@gmail.com>2017-07-21 09:23:27 -0400
commit02abaabf1f2f3685dca838a6892a551976afa48a (patch)
tree0d7f52353ce118c27526ca05a9b716c00b7bc1e5 /i18n
parentf30c0b5d38248c98a9668e6e7eb3ec30e7943385 (diff)
downloadchat-02abaabf1f2f3685dca838a6892a551976afa48a.tar.gz
chat-02abaabf1f2f3685dca838a6892a551976afa48a.tar.bz2
chat-02abaabf1f2f3685dca838a6892a551976afa48a.zip
PLT-7123: Add tutorial, flags and favorites to bulk importer. (#7000)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 90a08f7dc..75fcf25a0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3076,6 +3076,22 @@
"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."
},
@@ -3116,6 +3132,10 @@
"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."
},