feat: api keys ui (#839)

* feat: api keys ui
This commit is contained in:
Ahmed Bouhuolia
2025-11-02 12:41:16 +02:00
committed by GitHub
parent 41143d8bbd
commit a76445a6eb
23 changed files with 723 additions and 11 deletions

View File

@@ -62,6 +62,7 @@
"edit": "Edit",
"submit": "Submit",
"close": "Close",
"done": "Done",
"edit_account": "Edit Account",
"new_account": "New Account",
"edit_currency": "Edit Currency",
@@ -2240,8 +2241,29 @@
"preferences.estimates": "Estimates",
"preferences.creditNotes": "Credit Notes",
"preferences.receipts": "Receipts",
"preferences.estimates.success_message": "The preferences have been saved successfully.",
"preferences.credit_notes.success_message": "The preferences have been saved successfully.",
"preferences.receipts.success_message": "The preferences have been saved successfully.",
"preferences.invoices.success_message": "The preferences have been saved successfully."
"preferences.estimates.success_message": "The preferences have been saved successfully.",
"preferences.credit_notes.success_message": "The preferences have been saved successfully.",
"preferences.receipts.success_message": "The preferences have been saved successfully.",
"preferences.invoices.success_message": "The preferences have been saved successfully.",
"api_key.title": "API Keys",
"api_key.name": "Name",
"api_key.unnamed": "Unnamed",
"api_key.token": "Token",
"api_key.permissions": "Permissions",
"api_key.last_used": "Last Used",
"api_key.generated_at": "Generated At",
"api_key.never": "Never",
"api_key.revoke": "Revoke",
"api_key.revoke_success": "API key revoked successfully",
"api_key.full_access": "Full Access",
"api_key.generate_button": "Generate API Key",
"api_key.generate": "Generate",
"api_key.name_placeholder": "Enter API key name",
"api_key.dialog.generate_title": "Generate API Key",
"api_key.dialog.display_title": "API Key Generated",
"api_key.copied_to_clipboard": "API key copied to clipboard",
"api_key.important": "Important",
"api_key.display_warning": "This API key will only be shown once. Please copy and save it securely.",
"api_key.label": "API Key",
"api_key.copy_to_clipboard": "Copy to clipboard"
}