summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0082f7768..158fffa92 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -48,14 +48,6 @@
"translation": "September"
},
{
- "id": "api.config.client.old_format.app_error",
- "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
- },
- {
- "id": "api.license.client.old_format.app_error",
- "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
- },
- {
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "No file under 'certificate' in request"
},
@@ -844,6 +836,10 @@
"translation": "Initializing compliance API routes"
},
{
+ "id": "api.config.client.old_format.app_error",
+ "translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Sorry, we could not find the page."
},
@@ -1314,6 +1310,10 @@
"translation": "This license only supports {{.Users}} users, when your system has {{.Count}} unique users. Unique users are counted distinctly by email address. You can see total user count under Site Reports -> View Statistics."
},
{
+ "id": "api.license.client.old_format.app_error",
+ "translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
+ },
+ {
"id": "api.license.init.debug",
"translation": "Initializing license API routes"
},
@@ -1956,6 +1956,10 @@
"translation": "Initializing status API routes"
},
{
+ "id": "api.status.init.debug",
+ "translation": "Initializing status API routes"
+ },
+ {
"id": "api.status.last_activity.error",
"translation": "Failed to update LastActivityAt for user_id=%v and session_id=%v, err=%v"
},
@@ -1964,6 +1968,22 @@
"translation": "Failed to save status for user_id=%v, err=%v"
},
{
+ "id": "api.status.user_not_found.app_error",
+ "translation": "User not found"
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_data.app_error",
+ "translation": "Invalid data."
+ },
+ {
+ "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
+ "translation": "Invalid invite id. No team matches with this invite id."
+ },
+ {
+ "id": "api.team.add_user_to_team.missing_parameter.app_error",
+ "translation": "Parameter required to add user to team."
+ },
+ {
"id": "api.team.create_team.email_disabled.app_error",
"translation": "Team sign-up with email is disabled."
},
@@ -2072,18 +2092,6 @@
"translation": "Permanently deleted team %v id=%v"
},
{
- "id": "api.team.add_user_to_team.missing_parameter.app_error",
- "translation": "Parameter required to add user to team."
- },
- {
- "id": "api.team.add_user_to_team.invalid_invite_id.app_error",
- "translation": "Invalid invite id. No team matches with this invite id."
- },
- {
- "id": "api.team.add_user_to_team.invalid_data.app_error",
- "translation": "Invalid data."
- },
- {
"id": "api.team.remove_user_from_team.missing.app_error",
"translation": "The user does not appear to be part of this team."
},
@@ -2512,10 +2520,6 @@
"translation": "Initializing user API routes"
},
{
- "id": "api.status.init.debug",
- "translation": "Initializing status API routes"
- },
- {
"id": "api.user.ldap_to_email.not_available.app_error",
"translation": "AD/LDAP not available on this server"
},
@@ -2896,10 +2900,6 @@
"translation": "Invalid {{.Name}} parameter"
},
{
- "id": "api.status.user_not_found.app_error",
- "translation": "User not found"
- },
- {
"id": "app.channel.create_channel.no_team_id.app_error",
"translation": "Must specify the team ID to create a channel"
},
@@ -3160,14 +3160,6 @@
"translation": "Create Group Message"
},
{
- "id": "authentication.permissions.read_public_channel.description",
- "translation": "Ability to read public channels"
- },
- {
- "id": "authentication.permissions.read_public_channel.name",
- "translation": "Read Public Channels"
- },
- {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},
@@ -3184,6 +3176,14 @@
"translation": "Manage Team Roles"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "Ability to invite users to a team"
},