improve translations
parent
62aa37d51c
commit
161f34d9e9
|
@ -31,7 +31,7 @@ export default function ApiKeyListContainer() {
|
|||
</div>
|
||||
<div className="self-center">
|
||||
<Button StartIcon={PlusIcon} color="secondary" onClick={() => setNewApiKeyModal(true)}>
|
||||
{t("generate_new_token")}
|
||||
{t("generate_new_api_key")}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -724,12 +724,11 @@
|
|||
"api_keys": "API Keys",
|
||||
"api_key_modal_subtitle": "API keys allow you to make API calls for your own account.",
|
||||
"api_keys_subtitle": "Generate API keys to use for accessing your own account.",
|
||||
"generate_new_token": "Generate new token",
|
||||
"generate_new_api_key": "Generate new token",
|
||||
"create_api_key": "Create an API key",
|
||||
"personal_note": "Name this key",
|
||||
"personal_note_placeholder": "E.g. Development",
|
||||
"delete_pat": "Delete personal access token",
|
||||
"api_key_no_note": "Nameless token",
|
||||
"api_key_no_note": "Nameless API Key",
|
||||
"api_key_never_expires":"This API key has no expiration date",
|
||||
"edit_api_key": "Edit token",
|
||||
"never_expire_key": "Never expires",
|
||||
|
@ -740,7 +739,7 @@
|
|||
"you_will_only_view_it_once": "You will not be able to view it again once you close this modal.",
|
||||
"copy_to_clipboard": "Copy to clipboard",
|
||||
"confirm_delete_api_key": "Revoke this token",
|
||||
"revoke_token": "Revoke token",
|
||||
"revoke_api_key": "Revoke token",
|
||||
"api_key_copied": "API key copied!",
|
||||
"delete_api_key_confirm_title": "Permanently remove this token from your account?",
|
||||
"copy": "Copy",
|
||||
|
|
Loading…
Reference in New Issue