fix: use api keys everywhere
parent
ddf7fc9b96
commit
7efbb6425f
|
@ -724,24 +724,24 @@
|
|||
"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_api_key": "Generate new token",
|
||||
"generate_new_api_key": "Generate new API key",
|
||||
"create_api_key": "Create an API key",
|
||||
"personal_note": "Name this key",
|
||||
"personal_note_placeholder": "E.g. Development",
|
||||
"api_key_no_note": "Nameless API Key",
|
||||
"api_key_no_note": "Nameless API key",
|
||||
"api_key_never_expires":"This API key has no expiration date",
|
||||
"edit_api_key": "Edit token",
|
||||
"edit_api_key": "Edit API key",
|
||||
"never_expire_key": "Never expires",
|
||||
"delete_api_key": "Revoke token",
|
||||
"delete_api_key": "Revoke API key",
|
||||
"success_api_key_created": "API key created successfully",
|
||||
"create": "Create",
|
||||
"success_api_key_created_bold_tagline": "Save this token somewhere safe.",
|
||||
"success_api_key_created_bold_tagline": "Save this API key somewhere safe.",
|
||||
"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_api_key": "Revoke token",
|
||||
"confirm_delete_api_key": "Revoke this API key",
|
||||
"revoke_api_key": "Revoke API key",
|
||||
"api_key_copied": "API key copied!",
|
||||
"delete_api_key_confirm_title": "Permanently remove this token from your account?",
|
||||
"delete_api_key_confirm_title": "Permanently remove this API key from your account?",
|
||||
"copy": "Copy",
|
||||
"expire_date": "Expiration date",
|
||||
"expired": "Expired",
|
||||
|
|
Loading…
Reference in New Issue