23 lines
651 B
JSON
Raw Normal View History

2022-05-28 16:16:36 +02:00
{
2022-05-28 17:14:52 +02:00
"ADD_A_NEW_APP": "Add a new OAuth2 application",
"APP": {
"CLIENT_ID": "Client ID",
"DESCRIPTION": "Application description",
"ISSUE_AT": "issue at",
"NAME": "Application name",
"REDIRECT_URL": "Redirect URI",
"SCOPE": {
"LABEL": "Scope",
"READ": "read",
"WRITE": "write"
},
"URL": "Application URI"
2022-05-28 16:16:36 +02:00
},
2022-05-28 17:14:52 +02:00
"APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?",
2022-05-28 16:16:36 +02:00
"APPS_LIST": "OAuth2 applications",
2022-05-28 17:14:52 +02:00
"DELETE_APP": "Delete application",
"NEW_APP": "New OAuth App",
"NO_DESCRIPTION": "no description",
"NO_APP": "Application not found!",
"NO_APPS": "no applications"
2022-05-28 16:16:36 +02:00
}