mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
api keys
This commit is contained in:
@@ -245,5 +245,43 @@
|
||||
"days": "Days",
|
||||
"weeks": "Weeks",
|
||||
"months": "Months",
|
||||
"years": "Years"
|
||||
}
|
||||
"years": "Years",
|
||||
"apiKeysTitle": "API Key Information",
|
||||
"apiKeysNameMin": "Name must be at least 2 characters.",
|
||||
"apiKeysNameMax": "Name must not be longer than 255 characters.",
|
||||
"apiKeysConfirmCopy2": "You must confirm that you have copied the API key.",
|
||||
"apiKeysErrorCreate": "Error creating API key",
|
||||
"apiKeysErrorSetPermission": "Error setting permissions",
|
||||
"apiKeysCreate": "Generate API Key",
|
||||
"apiKeysCreateDescription": "Generate a new API key for your organization",
|
||||
"apiKeysGeneralSettings": "Permissions",
|
||||
"apiKeysGeneralSettingsDescription": "Determine what this API key can do",
|
||||
"apiKeysList": "Your API Key",
|
||||
"apiKeysSave": "Save Your API Key",
|
||||
"apiKeysSaveDescription": "You will only be able to see this once. Make sure to copy it to a secure place.",
|
||||
"apiKeysInfo": "Your API key is:",
|
||||
"apiKeysConfirmCopy": "I have copied the API key",
|
||||
"generate": "Generate",
|
||||
"done": "Done",
|
||||
"apiKeysSeeAll": "See All API Keys",
|
||||
"apiKeysPermissionsErrorLoadingActions": "Error loading API key actions",
|
||||
"apiKeysPermissionsErrorUpdate": "Error setting permissions",
|
||||
"apiKeysPermissionsUpdated": "Permissions updated",
|
||||
"apiKeysPermissionsUpdatedDescription": "The permissions have been updated.",
|
||||
"apiKeysPermissionsGeneralSettings": "Permissions",
|
||||
"apiKeysPermissionsGeneralSettingsDescription": "Determine what this API key can do",
|
||||
"apiKeysPermissionsSave": "Save Permissions",
|
||||
"apiKeysPermissionsTitle": "Permissions",
|
||||
"apiKeys": "API Keys",
|
||||
"searchApiKeys": "Search API keys...",
|
||||
"apiKeysAdd": "Generate API Key",
|
||||
"apiKeysErrorDelete": "Error deleting API key",
|
||||
"apiKeysErrorDeleteMessage": "Error deleting API key",
|
||||
"apiKeysQuestionRemove": "Are you sure you want to remove the API key {selectedApiKey} from the organization?",
|
||||
"apiKeysMessageRemove": "Once removed, the API key will no longer be able to be used.",
|
||||
"apiKeysMessageConfirm": "To confirm, please type the name of the API key below.",
|
||||
"apiKeysDeleteConfirm": "Confirm Delete API Key",
|
||||
"apiKeysDelete": "Delete API Key",
|
||||
"apiKeysManage": "Manage API Keys",
|
||||
"apiKeysDescription": "API keys are used to authenticate with the integration API"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user