forum-oauth-center/locale/en.yml

55 lines
1.5 KiB
YAML
Raw Normal View History

2024-02-25 04:55:37 +08:00
rhodes-island-oauth-center:
2023-09-28 17:42:13 +08:00
admin:
2023-10-13 20:30:09 +08:00
permission:
use_oauth: Use OAuth
2023-10-02 06:14:59 +08:00
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
2024-02-25 04:55:37 +08:00
client_home: Homepage
actions: Actions
2023-10-02 06:14:59 +08:00
add_button: Add Client
2024-02-25 04:55:37 +08:00
edit_modal_title_add: New application
edit_modal_title_edit: Edit application
edit_modal_save: Save
2023-10-02 06:14:59 +08:00
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
2024-02-25 04:55:37 +08:00
save: Save scopes
2023-09-28 17:42:13 +08:00
forum:
2023-10-02 06:14:59 +08:00
page:
title:
authorize: Authorize
label:
authorized: Authorized Logs
authorize:
2024-02-25 04:55:37 +08:00
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
2023-10-02 06:14:59 +08:00
agree: Agree
deny: Deny
2024-02-25 04:55:37 +08:00
not_logged_in: Please continue after log in