locales/en.yml in rodauth-oauth-1.3.2 vs locales/en.yml in rodauth-oauth-1.4.0
- old
+ new
@@ -6,20 +6,23 @@
revoke_unauthorized_account_error_flash: "You are not authorized to revoke this grant"
revoke_oauth_grant_notice_flash: "The oauth grant has been revoked"
device_verification_notice_flash: "The device is verified"
user_code_not_found_error_flash: "No device to authorize with the given user code"
authorize_page_title: "Authorize"
+ frontchannel_logout_page_title: "Logout"
authorize_page_lead: "The application %{name} would like to access your data."
+ oauth_frontchannel_logout_redirecting_lead: "You are being redirected..."
authorize_error_page_title: "Authorize Error"
oauth_cancel_button: "Cancel"
oauth_applications_page_title: "Oauth Applications"
oauth_application_page_title: "Oauth Application"
new_oauth_application_page_title: "New Oauth Application"
oauth_application_oauth_grants_page_title: "Application Oauth Grants"
oauth_grants_page_title: "My Oauth Grants"
device_verification_page_title: "Device Verification"
device_search_page_title: "Device Search"
+ check_session_page_title: "Check Session"
oauth_management_pagination_previous_button: "Previous"
oauth_management_pagination_next_button: "Next"
oauth_grants_type_label: "Grant Type"
oauth_grants_scopes_label: "Scopes"
oauth_grants_token_label: "Token"
@@ -39,10 +42,12 @@
oauth_applications_client_id_label: "Client ID"
oauth_no_applications_text: "No oauth applications yet!"
oauth_grant_user_code_label: "User code"
oauth_grant_user_jws_jwk_label: "JSON Web Keys"
oauth_grant_user_jwt_public_key_label: "Public key"
+ oauth_frontchannel_logout_redirecting_label: "please click %{link} if your browser does not redirect you in a few seconds."
+ oauth_frontchannel_logout_redirecting_link_label: "here"
oauth_application_button: "Register"
oauth_authorize_button: "Authorize"
oauth_grant_revoke_button: "Revoke"
oauth_authorize_post_button: "Back to Client Application"
oauth_device_verification_page_lead: "The device with user code %{user_code} would like to access your data."
@@ -66,5 +71,9 @@
oauth_unsupported_transform_algorithm_message: "transform algorithm not supported"
oauth_invalid_request_object_message: "request object is invalid"
oauth_invalid_scope_message: "The Access Token expired"
oauth_authorize_parameter_required: "Invalid or missing '%{parameter}'"
oauth_invalid_post_logout_redirect_uri_message: "Invalid post logout redirect URI"
+ oauth_saml_assertion_not_base64_message: "SAML assertion must be in base64 format"
+ oauth_saml_assertion_single_issuer_message: "SAML assertion must have a single issuer"
+ oauth_saml_settings_not_found_message: "No SAML settings found for issuer"
+ oauth_invalid_id_token_hint_message: "Invalid ID token hint"
\ No newline at end of file