summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-02-28 23:55:21 +0000
committerenahum <nahumhbl@gmail.com>2017-02-28 20:55:21 -0300
commitf7682ad11a3f27925b46ffc37fa66c6d4b6feef5 (patch)
tree0bba7bcb428599e847a9abfd9b003d1e7aa29982 /i18n
parent48d124ec9aee139c00538b17c1cf978015641c8e (diff)
downloadchat-f7682ad11a3f27925b46ffc37fa66c6d4b6feef5.tar.gz
chat-f7682ad11a3f27925b46ffc37fa66c6d4b6feef5.tar.bz2
chat-f7682ad11a3f27925b46ffc37fa66c6d4b6feef5.zip
PLT-5367: Basic post bulk importing. (#5562)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d46812bd8..e6efcafda 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2984,6 +2984,50 @@
"translation": "Team name missing from User's Team Membership."
},
{
+ "id": "app.import.import_post.team_not_found.error",
+ "translation": "Error importing post. Team with name \"{{.TeamName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.channel_not_found.error",
+ "translation": "Error importing post. Channel with name \"{{.ChannelName}}\" could not be found."
+ },
+ {
+ "id": "app.import.import_post.user_not_found.error",
+ "translation": "Error importing post. User with username \"{{.Username}}\" could not be found."
+ },
+ {
+ "id": "app.import.validate_post_import_data.team_missing.error",
+ "translation": "Missing required Post property: Team."
+ },
+ {
+ "id": "app.import.validate_post_import_data.channel_missing.error",
+ "translation": "Missing required Post property: Channel."
+ },
+ {
+ "id": "app.import.validate_post_import_data.user_missing.error",
+ "translation": "Missing required Post property: User."
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_missing.error",
+ "translation": "Missing required Post property: Message."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_missing.error",
+ "translation": "Missing required Post property: create_at."
+ },
+ {
+ "id": "app.import.validate_post_import_data.message_length.error",
+ "translation": "Post Message property is longer than the maximum permitted length."
+ },
+ {
+ "id": "app.import.validate_post_import_data.create_at_zero.error",
+ "translation": "Post CreateAt must not be zero if it is provided."
+ },
+ {
+ "id": "app.import.import_line.null_post.error",
+ "translation": "Import data line has type \"post\" but the post object is null."
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},
@@ -4944,6 +4988,10 @@
"translation": "We couldn't get the posts for the channel"
},
{
+ "id": "store.sql_post.get_posts_created_att.app_error",
+ "translation": "We couldn't get the posts for the channel"
+ },
+ {
"id": "store.sql_post.get_posts_around.get_parent.app_error",
"translation": "We couldn't get the parent posts for the channel"
},
@@ -4992,6 +5040,10 @@
"translation": "We couldn't update the Post"
},
{
+ "id": "store.sql_post.overwrite.app_error",
+ "translation": "We couldn't overwrite the Post"
+ },
+ {
"id": "store.sql_preference.delete.app_error",
"translation": "We encountered an error while deleting preferences"
},