summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json212
1 files changed, 122 insertions, 90 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 34c435b82..17c136f7f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -889,7 +889,75 @@
},
{
"id": "api.oauth.allow_oauth.turn_off.app_error",
- "translation": "The system admin has turned off OAuth service providing."
+ "translation": "The system admin has turned off OAuth2 Service Provider."
+ },
+ {
+ "id": "api.oauth.authorize_oauth.disabled.app_error",
+ "translation": "The system admin has turned off OAuth2 Service Provider."
+ },
+ {
+ "id": "api.oauth.authorize_oauth.missing.app_error",
+ "translation": "Missing one or more of response_type, client_id, or redirect_uri"
+ },
+ {
+ "id": "api.oauth.delete.permissions.app_error",
+ "translation": "Inappropriate permissions to delete the OAuth2 App"
+ },
+ {
+ "id": "api.oauth.get_access_token.bad_client_id.app_error",
+ "translation": "invalid_request: Bad client_id"
+ },
+ {
+ "id": "api.oauth.get_access_token.bad_client_secret.app_error",
+ "translation": "invalid_request: Missing client_secret"
+ },
+ {
+ "id": "api.oauth.get_access_token.bad_grant.app_error",
+ "translation": "invalid_request: Bad grant_type"
+ },
+ {
+ "id": "api.oauth.get_access_token.credentials.app_error",
+ "translation": "invalid_client: Invalid client credentials"
+ },
+ {
+ "id": "api.oauth.get_access_token.disabled.app_error",
+ "translation": "The system admin has turned off OAuth2 Service Provider."
+ },
+ {
+ "id": "api.oauth.get_access_token.expired_code.app_error",
+ "translation": "invalid_grant: Invalid or expired authorization code"
+ },
+ {
+ "id": "api.oauth.get_access_token.internal.app_error",
+ "translation": "server_error: Encountered internal server error while accessing database"
+ },
+ {
+ "id": "api.oauth.get_access_token.internal_saving.app_error",
+ "translation": "server_error: Encountered internal server error while saving access token to database"
+ },
+ {
+ "id": "api.oauth.get_access_token.internal_session.app_error",
+ "translation": "server_error: Encountered internal server error while saving session to database"
+ },
+ {
+ "id": "api.oauth.get_access_token.internal_user.app_error",
+ "translation": "server_error: Encountered internal server error while pulling user from database"
+ },
+ {
+ "id": "api.oauth.get_access_token.missing_code.app_error",
+ "translation": "invalid_request: Missing code"
+ },
+ {
+ "id": "api.oauth.get_access_token.missing_refresh_token.app_error",
+ "translation": "invalid_request: Missing refresh_token"
+ },
+ {
+ "id": "api.oauth.get_access_token.redirect_uri.app_error",
+ "translation": "invalid_request: Supplied redirect_uri does not match authorization code redirect_uri"
+ },
+ {
+ "id": "api.oauth.get_access_token.refresh_token.app_error",
+ "translation": "invalid_grant: Invalid refresh token"
},
{
"id": "api.oauth.get_auth_data.find.error",
@@ -901,11 +969,7 @@
},
{
"id": "api.oauth.register_oauth_app.turn_off.app_error",
- "translation": "The system admin has turned off OAuth service providing."
- },
- {
- "id": "api.oauth.revoke_access_token.del_code.app_error",
- "translation": "Error deleting authorization code from DB"
+ "translation": "The system admin has turned off OAuth2 Service Provider."
},
{
"id": "api.oauth.revoke_access_token.del_session.app_error",
@@ -920,6 +984,18 @@
"translation": "Error getting access token from DB before deletion"
},
{
+ "id": "api.oauth.singup_with_oauth.disabled.app_error",
+ "translation": "User sign-up is disabled."
+ },
+ {
+ "id": "api.oauth.singup_with_oauth.expired_link.app_error",
+ "translation": "The signup link has expired"
+ },
+ {
+ "id": "api.oauth.singup_with_oauth.invalid_link.app_error",
+ "translation": "The signup link does not appear to be valid"
+ },
+ {
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
"translation": "{{.Usernames}} and {{.LastUsername}} were mentioned, but they did not receive notifications because they do not belong to this channel."
},
@@ -2440,8 +2516,8 @@
"translation": "Invalid access token"
},
{
- "id": "model.access.is_valid.auth_code.app_error",
- "translation": "Invalid auth code"
+ "id": "model.access.is_valid.client_id.app_error",
+ "translation": "Invalid client id"
},
{
"id": "model.access.is_valid.redirect_uri.app_error",
@@ -2452,6 +2528,10 @@
"translation": "Invalid refresh token"
},
{
+ "id": "model.access.is_valid.user_id.app_error",
+ "translation": "Invalid user id"
+ },
+ {
"id": "model.authorize.is_valid.auth_code.app_error",
"translation": "Invalid authorization code"
},
@@ -2901,7 +2981,7 @@
},
{
"id": "model.oauth.is_valid.callback.app_error",
- "translation": "Invalid callback urls"
+ "translation": "Callback URL must be a valid URL and start with http:// or https://."
},
{
"id": "model.oauth.is_valid.client_secret.app_error",
@@ -2921,7 +3001,11 @@
},
{
"id": "model.oauth.is_valid.homepage.app_error",
- "translation": "Invalid homepage"
+ "translation": "Homepage must be a valid URL and start with http:// or https://."
+ },
+ {
+ "id": "model.oauth.is_valid.icon_url.app_error",
+ "translation": "Icon URL must be a valid URL and start with http:// or https://."
},
{
"id": "model.oauth.is_valid.name.app_error",
@@ -3656,16 +3740,28 @@
"translation": "We encountered an error saving the license"
},
{
- "id": "store.sql_oauth.get_access_data.app_error",
- "translation": "We encountered an error finding the access token"
+ "id": "store.sql_oauth.delete.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
},
{
- "id": "store.sql_oauth.get_access_data_by_code.app_error",
+ "id": "store.sql_oauth.delete.open_transaction.app_error",
+ "translation": "Unable to open transaction to delete the OAuth2 app"
+ },
+ {
+ "id": "store.sql_oauth.delete.rollback_transaction.app_error",
+ "translation": "Unable to rollback transaction to delete the OAuth2 App"
+ },
+ {
+ "id": "store.sql_oauth.delete_app.app_error",
+ "translation": "An error occurred while deleting the OAuth2 App"
+ },
+ {
+ "id": "store.sql_oauth.get_access_data.app_error",
"translation": "We encountered an error finding the access token"
},
{
"id": "store.sql_oauth.get_app.find.app_error",
- "translation": "We couldn't find the existing app"
+ "translation": "We couldn't find the requested app"
},
{
"id": "store.sql_oauth.get_app.finding.app_error",
@@ -3676,6 +3772,10 @@
"translation": "We couldn't find any existing apps"
},
{
+ "id": "store.sql_oauth.get_apps.find.app_error",
+ "translation": "An error occurred while finding the OAuth2 Apps"
+ },
+ {
"id": "store.sql_oauth.get_auth_data.find.app_error",
"translation": "We couldn't find the existing authorization code"
},
@@ -3684,6 +3784,10 @@
"translation": "We encountered an error finding the authorization code"
},
{
+ "id": "store.sql_oauth.get_previous_access_data.app_error",
+ "translation": "We encountered an error finding the access token"
+ },
+ {
"id": "store.sql_oauth.permanent_delete_auth_data_by_user.app_error",
"translation": "We couldn't remove the authorization code"
},
@@ -3712,6 +3816,10 @@
"translation": "We couldn't save the authorization code."
},
{
+ "id": "store.sql_oauth.update_access_data.app_error",
+ "translation": "We encountered an error updating the access token"
+ },
+ {
"id": "store.sql_oauth.update_app.find.app_error",
"translation": "We couldn't find the existing app to update"
},
@@ -4408,14 +4516,6 @@
"translation": "Admin Console"
},
{
- "id": "web.authorize_oauth.disabled.app_error",
- "translation": "The system admin has turned off OAuth service providing."
- },
- {
- "id": "web.authorize_oauth.missing.app_error",
- "translation": "Missing one or more of response_type, client_id, or redirect_uri"
- },
- {
"id": "web.authorize_oauth.title",
"translation": "Authorize Application"
},
@@ -4460,62 +4560,6 @@
"translation": "Find Team"
},
{
- "id": "web.get_access_token.bad_client_id.app_error",
- "translation": "invalid_request: Bad client_id"
- },
- {
- "id": "web.get_access_token.bad_client_secret.app_error",
- "translation": "invalid_request: Missing client_secret"
- },
- {
- "id": "web.get_access_token.bad_grant.app_error",
- "translation": "invalid_request: Bad grant_type"
- },
- {
- "id": "web.get_access_token.credentials.app_error",
- "translation": "invalid_client: Invalid client credentials"
- },
- {
- "id": "web.get_access_token.disabled.app_error",
- "translation": "The system admin has turned off OAuth service providing."
- },
- {
- "id": "web.get_access_token.exchanged.app_error",
- "translation": "invalid_grant: Authorization code already exchanged for an access token"
- },
- {
- "id": "web.get_access_token.expired_code.app_error",
- "translation": "invalid_grant: Invalid or expired authorization code"
- },
- {
- "id": "web.get_access_token.internal.app_error",
- "translation": "server_error: Encountered internal server error while accessing database"
- },
- {
- "id": "web.get_access_token.internal_saving.app_error",
- "translation": "server_error: Encountered internal server error while saving access token to database"
- },
- {
- "id": "web.get_access_token.internal_session.app_error",
- "translation": "server_error: Encountered internal server error while saving session to database"
- },
- {
- "id": "web.get_access_token.internal_user.app_error",
- "translation": "server_error: Encountered internal server error while pulling user from database"
- },
- {
- "id": "web.get_access_token.missing_code.app_error",
- "translation": "invalid_request: Missing code"
- },
- {
- "id": "web.get_access_token.redirect_uri.app_error",
- "translation": "invalid_request: Supplied redirect_uri does not match authorization code redirect_uri"
- },
- {
- "id": "web.get_access_token.revoking.error",
- "translation": "Encountered an error revoking an access token, err="
- },
- {
"id": "web.header.back",
"translation": "Back"
},
@@ -4628,18 +4672,6 @@
"translation": "Complete User Sign Up"
},
{
- "id": "web.singup_with_oauth.disabled.app_error",
- "translation": "User sign-up is disabled."
- },
- {
- "id": "web.singup_with_oauth.expired_link.app_error",
- "translation": "The signup link has expired"
- },
- {
- "id": "web.singup_with_oauth.invalid_link.app_error",
- "translation": "The signup link does not appear to be valid"
- },
- {
"id": "web.singup_with_oauth.invalid_team.app_error",
"translation": "Invalid team name"
},