54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
rhodes-island-oauth-center:
|
|
admin:
|
|
permission:
|
|
use_oauth: Use OAuth
|
|
page:
|
|
index: home
|
|
clients: Manage Clients
|
|
scopes: Manage Scopes
|
|
settings:
|
|
access_lifetime: Access Token Lifetime (seconds)
|
|
allow_implicit: Allow Implicit Grant (response_type=token)
|
|
enforce_state: Enforce State Validation (state parameter)
|
|
require_exact_redirect_uri: Require Exact Redirect URI
|
|
clients:
|
|
client_id: Client ID
|
|
client_secret: Client Secret
|
|
redirect_uri: Redirect URI
|
|
grant_types: Grant Types
|
|
scope: Scope
|
|
client_name: Name
|
|
client_desc: Description
|
|
client_icon: Icon
|
|
client_home: Homepage
|
|
actions: Actions
|
|
add_button: Add Client
|
|
edit_modal_title_add: New application
|
|
edit_modal_title_edit: Edit application
|
|
edit_modal_save: Save
|
|
scopes:
|
|
scope: Scope
|
|
resource_path: Resource Path
|
|
method: Method
|
|
is_default: Default
|
|
scope_name: Name
|
|
scope_icon: Icon
|
|
scope_desc: Description
|
|
add_button: Add Scope
|
|
save: Save scopes
|
|
|
|
forum:
|
|
page:
|
|
title:
|
|
authorize: Authorize
|
|
label:
|
|
authorized: Authorized Logs
|
|
authorize:
|
|
title: Third party application authorization
|
|
description: Authorize third party application to use your identity
|
|
app_text: You are about to authorize
|
|
to_app_homepage: Go to {name}'s homepage
|
|
scope_text: To use the following privileges
|
|
agree: Agree
|
|
deny: Deny
|
|
not_logged_in: Please continue after log in
|