summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-07-12 09:14:03 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-12 22:14:03 +0900
commit0a78d588954b31eba946c6e656fd6fa33c504a72 (patch)
treee3fc1714dd8844c9a682ae6038bd9447bbbc14fc /i18n/en.json
parent2bf64b54c236945727a2d93afb57b1665d1daa7a (diff)
downloadchat-0a78d588954b31eba946c6e656fd6fa33c504a72.tar.gz
chat-0a78d588954b31eba946c6e656fd6fa33c504a72.tar.bz2
chat-0a78d588954b31eba946c6e656fd6fa33c504a72.zip
translations PR 20170710 (#6902)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6784bcd75..e3f7eaacb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -912,10 +912,6 @@
"translation": "Sorry, we could not find the page."
},
{
- "id": "api.context.v3_disabled.app_error",
- "translation": "API version 3 has been disabled on this server. Please use API version 4. See https://api.mattermost.com for details."
- },
- {
"id": "api.context.invalid_body_param.app_error",
"translation": "Invalid or missing {{.Name}} in request body"
},
@@ -980,6 +976,10 @@
"translation": "An unknown error has occurred. Please contact support."
},
{
+ "id": "api.context.v3_disabled.app_error",
+ "translation": "API version 3 has been disabled on this server. Please use API version 4. See https://api.mattermost.com for details."
+ },
+ {
"id": "api.deprecated.init.debug",
"translation": "Initializing deprecated API routes"
},
@@ -1510,6 +1510,10 @@
"translation": "Initializing OAuth API routes"
},
{
+ "id": "api.oauth.invalid_state_token.app_error",
+ "translation": "Invalid state token"
+ },
+ {
"id": "api.oauth.regenerate_secret.app_error",
"translation": "Invalid permissions to regenerate the OAuth2 App Secret"
},
@@ -2700,10 +2704,6 @@
"translation": "You are deleting %v that is a system administrator. You may need to set another account as the system administrator using the command line tools."
},
{
- "id": "api.oauth.invalid_state_token.app_error",
- "translation": "Invalid state token"
- },
- {
"id": "api.user.reset_password.invalid_link.app_error",
"translation": "The reset password link does not appear to be valid"
},