summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json78
1 files changed, 77 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 856d6a1c7..eed106197 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -316,6 +316,14 @@
"translation": "%v has left the channel."
},
{
+ "id": "api.channel.change_channel_privacy.private_to_public",
+ "translation": "This channel has been converted to a Public Channel and can be joined by any team member."
+ },
+ {
+ "id": "api.channel.change_channel_privacy.public_to_private",
+ "translation": "This channel has been converted to a Private Channel."
+ },
+ {
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
"translation": "Failed to post displayname update message"
},
@@ -3343,6 +3351,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 +3408,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 +3575,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."
},
@@ -4755,6 +4815,14 @@
"translation": "Invalid listen address for service settings Must be set."
},
{
+ "id": "model.config.is_valid.image_proxy_type.app_error",
+ "translation": "Invalid image proxy type for service settings."
+ },
+ {
+ "id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
+ "translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
+ },
+ {
"id": "model.config.is_valid.localization.available_locales.app_error",
"translation": "Available Languages must contain Default Client Language"
},
@@ -6783,10 +6851,18 @@
"translation": "We couldn't get the personal access token by token"
},
{
+ "id": "store.sql_user_access_token.get_all.app_error",
+ "translation": "We couldn't get all personal access tokens"
+ },
+ {
"id": "store.sql_user_access_token.get_by_user.app_error",
"translation": "We couldn't get the personal access tokens by user"
},
{
+ "id": "store.sql_user_access_token.search.app_error",
+ "translation": "We encountered an error searching user access tokens"
+ },
+ {
"id": "store.sql_user_access_token.save.app_error",
"translation": "We couldn't save the personal access token"
},