mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
1113218c6c
Signed-off-by: snipe <snipe@snipe.net>
12 lines
664 B
PHP
12 lines
664 B
PHP
<?php
|
|
|
|
return array(
|
|
'personal_api_keys' => 'Chaves de API pessoal',
|
|
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they will not be visible to you again.',
|
|
'api_base_url' => 'A sua URL base da API está localizada em:',
|
|
'api_base_url_endpoint' => '/<endpoint>',
|
|
'api_token_expiration_time' => 'Tokens de API estão definidos para expirar em:',
|
|
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to find specific API endpoints and additional API documentation.',
|
|
'profile_updated' => 'Account successfully updated',
|
|
);
|