summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-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"
},