Client - update OAuth translations

This commit is contained in:
Sam
2022-09-21 10:06:59 +02:00
parent a1d8b54950
commit cb9d02ff1d
2 changed files with 8 additions and 8 deletions

View File

@ -19,17 +19,17 @@
},
"URL": "Application URL"
},
"APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?",
"APP_CREATED_SUCCESSFULLY": "Application created successfully. Make sure to copy the secret now, it won't show up again.",
"APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?",
"APP_REQUESTING_ACCESS": "The application {0} is requesting:",
"APPS_LIST": "OAuth2 applications",
"AUTHORIZE_APP": "Authorize {0} to use your account?",
"COPY_TO_CLIPBOARD": "copy to the clipboard",
"DELETE_APP": "Delete application",
"NEW_APP": "New OAuth App",
"NO_DESCRIPTION": "no description",
"NEW_APP": "Add an application",
"NO_APP": "Application not found!",
"NO_APPS": "no applications",
"NO_DESCRIPTION": "no description",
"REVOKE_ALL_TOKENS": "Revoke all tokens",
"TOKENS_REVOCATION_CONFIRMATION": "Are you sure you want to revoke all tokens?",
"TOKENS_REVOKED": "All existing associated tokens have been revoked."