2022-05-24 15:07:14 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2023-08-15 05:21:35 -07:00
|
|
|
'personal_api_keys' => 'Asmeniniai API raktai',
|
|
|
|
'api_key_warning' => 'Generuodami API prieigos raktą būtinai nedelsdami nukopijuokite jį, nes jis
|
|
|
|
nebebus daugiau matomas.',
|
2022-05-24 15:07:14 -07:00
|
|
|
'api_base_url' => 'Your API base url is located at:',
|
|
|
|
'api_base_url_endpoint' => '/<endpoint>',
|
|
|
|
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
|
|
|
'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.',
|
|
|
|
);
|