X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bfd11bf79ae63f1dd5e2e76bcb4144ed7cf94289..a9f4549327c9f19ac1ec14116d754077158ad8c9:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 9e0bfb009..43c0c4ad1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1500,6 +1500,7 @@ en: need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them." oauth: oauthorize: + title: "Authorize access to your account" request_access: "The application %{app_name} is requesting access to your account, %{user}. Please check whether you would like the application to have the following capabilities. You may choose as many or as few as you like." allow_to: "Allow the client application to:" allow_read_prefs: "read your user preferences." @@ -1509,6 +1510,14 @@ en: allow_read_gpx: "read your private GPS traces." allow_write_gpx: "upload GPS traces." allow_write_notes: "modify notes." + oauthorize_success: + title: "Authorization request allowed" + allowed: "You have granted application %{app_name} access to your account." + verification: "The verification code is %{code}." + oauthorize_failure: + title: "Authorization request failed" + denied: "You have denied application %{app_name} access to your account." + invalid: "The authorization token is not valid." revoke: flash: "You've revoked the token for %{application}" oauth_clients: