summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-01-20 17:25:18 -0300
committerGitHub <noreply@github.com>2017-01-20 17:25:18 -0300
commit4c697caf90ace994b4349f5dfb6360fb01dd7b16 (patch)
tree4887b683cf7acfc668fc2ac7a6c5dc220a468b82 /i18n/en.json
parent11a688d3813646aeb97f58b61c083b019da66cfc (diff)
downloadchat-4c697caf90ace994b4349f5dfb6360fb01dd7b16.tar.gz
chat-4c697caf90ace994b4349f5dfb6360fb01dd7b16.tar.bz2
chat-4c697caf90ace994b4349f5dfb6360fb01dd7b16.zip
translations PR 20170116 (#5086)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/i18n/en.json b/i18n/en.json
index cbfe0c807..40d1c78f7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -820,6 +820,10 @@
"translation": "Invalid {{.Name}} parameter"
},
{
+ "id": "api.context.invalid_session.error",
+ "translation": "Invalid session err=%v"
+ },
+ {
"id": "api.context.invalid_team_url.debug",
"translation": "Team URL accessed when not valid. Team URL should not be used in API functions or those that are team independent"
},
@@ -828,14 +832,6 @@
"translation": "Invalid session token={{.Token}}, err={{.Error}}"
},
{
- "id": "api.context.invalid_session.error",
- "translation": "Invalid session err=%v"
- },
- {
- "id": "api.websocket.invalid_session.error",
- "translation": "Invalid session err=%v"
- },
- {
"id": "api.context.invalidate_all_caches",
"translation": "Purging all caches"
},
@@ -1532,6 +1528,10 @@
"translation": "Unable to get profile for channel member, user_id=%v"
},
{
+ "id": "api.post.send_notifications.user_id.debug",
+ "translation": "Post creator not in channel for the post, no notification sent post_id=%v channel_id=%v user_id=%v"
+ },
+ {
"id": "api.post.send_notifications_and_forget.clear_push_notification.debug",
"translation": "Clearing push notification to %v with channel_id %v"
},
@@ -1588,10 +1588,6 @@
"translation": "{{.Prefix}} {{.Filenames}} sent"
},
{
- "id": "api.post.send_notifications.user_id.debug",
- "translation": "Post creator not in channel for the post, no notification sent post_id=%v channel_id=%v user_id=%v"
- },
- {
"id": "api.post.update_mention_count_and_forget.update_error",
"translation": "Failed to update mention count, post_id=%v channel_id=%v err=%v"
},
@@ -2776,6 +2772,10 @@
"translation": "We encountered an error trying to register the WebRTC Token"
},
{
+ "id": "api.websocket.invalid_session.error",
+ "translation": "Invalid session err=%v"
+ },
+ {
"id": "api.websocket_handler.invalid_param.app_error",
"translation": "Invalid {{.Name}} parameter"
},