improve translations

pull/2277/head
Agusti Fernandez Pardo 2022-04-13 19:35:56 +02:00
parent 62aa37d51c
commit 161f34d9e9
2 changed files with 4 additions and 5 deletions

View File

@ -31,7 +31,7 @@ export default function ApiKeyListContainer() {
</div> </div>
<div className="self-center"> <div className="self-center">
<Button StartIcon={PlusIcon} color="secondary" onClick={() => setNewApiKeyModal(true)}> <Button StartIcon={PlusIcon} color="secondary" onClick={() => setNewApiKeyModal(true)}>
{t("generate_new_token")} {t("generate_new_api_key")}
</Button> </Button>
</div> </div>
</div> </div>

View File

@ -724,12 +724,11 @@
"api_keys": "API Keys", "api_keys": "API Keys",
"api_key_modal_subtitle": "API keys allow you to make API calls for your own account.", "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.", "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", "create_api_key": "Create an API key",
"personal_note": "Name this key", "personal_note": "Name this key",
"personal_note_placeholder": "E.g. Development", "personal_note_placeholder": "E.g. Development",
"delete_pat": "Delete personal access token", "api_key_no_note": "Nameless API Key",
"api_key_no_note": "Nameless token",
"api_key_never_expires":"This API key has no expiration date", "api_key_never_expires":"This API key has no expiration date",
"edit_api_key": "Edit token", "edit_api_key": "Edit token",
"never_expire_key": "Never expires", "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.", "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", "copy_to_clipboard": "Copy to clipboard",
"confirm_delete_api_key": "Revoke this token", "confirm_delete_api_key": "Revoke this token",
"revoke_token": "Revoke token", "revoke_api_key": "Revoke token",
"api_key_copied": "API key copied!", "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 token from your account?",
"copy": "Copy", "copy": "Copy",