summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-01-11 16:57:47 +0100
committerJoram Wilander <jwawilander@gmail.com>2018-01-11 10:57:47 -0500
commit6990d052d5e95295e729aae28a0d30bfdcb98573 (patch)
treedc441fdd959997f97cfff298c833a2503cee4a37 /i18n/en.json
parent0a9200c35d4f3c5c0462135f5f6dfe60bfe364e8 (diff)
downloadchat-6990d052d5e95295e729aae28a0d30bfdcb98573.tar.gz
chat-6990d052d5e95295e729aae28a0d30bfdcb98573.tar.bz2
chat-6990d052d5e95295e729aae28a0d30bfdcb98573.zip
[XYZ-6] Add sampledata platform command (#8027)
* Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json54
1 files changed, 53 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 5b69732e6..74455260e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3343,6 +3343,54 @@
"translation": "Missing required direct post property: user"
},
{
+ "id": "app.import.validate_reaction_import_data.user_missing.error",
+ "translation": "Missing required Reaction property: User."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
+ "translation": "Missing required Reaction property: EmojiName."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.emoji_name_length.error",
+ "translation": "Reaction EmojiName property is longer than the maximum permitted length."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.create_at_missing.error",
+ "translation": "Missing required Reaction property: create_at."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.create_at_zero.error",
+ "translation": "Reaction CreateAt property must not be zero."
+ },
+ {
+ "id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
+ "translation": "Reactoin CreateAt property must be greater than the parent post CreateAt."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.user_missing.error",
+ "translation": "Missing required Reply property: User."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.message_missing.error",
+ "translation": "Missing required Reply property: Message."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.message_length.error",
+ "translation": "Reply Message property is longer than the maximum permitted length."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.create_at_missing.error",
+ "translation": "Missing required Reply property: create_at."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.create_at_zero.error",
+ "translation": "Reply CreateAt property must not be zero."
+ },
+ {
+ "id": "app.import.validate_reply_import_data.create_at_before_parent.error",
+ "translation": "Reply CreateAt property must be greater than the parent post CreateAt."
+ },
+ {
"id": "app.import.validate_post_import_data.channel_missing.error",
"translation": "Missing required Post property: Channel."
},
@@ -3352,7 +3400,7 @@
},
{
"id": "app.import.validate_post_import_data.create_at_zero.error",
- "translation": "Post CreateAt property must not be zero if provided."
+ "translation": "Post CreateAt property must not be zero."
},
{
"id": "app.import.validate_post_import_data.message_length.error",
@@ -3519,6 +3567,10 @@
"translation": "Missing require user property: username."
},
{
+ "id": "app.import.validate_user_import_data.profile_image.error",
+ "translation": "Invalid profile image."
+ },
+ {
"id": "app.import.validate_user_teams_import_data.invalid_roles.error",
"translation": "Invalid roles for User's Team Membership."
},