mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
df1e2687d6
Signed-off-by: snipe <snipe@snipe.net>
13 lines
623 B
PHP
13 lines
623 B
PHP
<?php
|
|
|
|
return array(
|
|
'personal_api_keys' => 'Osobiste klucze API',
|
|
'api_key_warning' => 'Po wygenerowaniu tokena API upewnij się, że skopiujesz go natychmiast, ponieważ
|
|
nie będzie potem widoczny.',
|
|
'api_base_url' => 'Your API base url is located at:',
|
|
'api_base_url_endpoint' => '/<endpoint>',
|
|
'api_token_expiration_time' => 'Tokeny API tracą ważność za:',
|
|
'api_reference' => 'Sprawdź <a href="https://snipe-it.readme.io/referencję" target="_blank">API reference</a>, aby
|
|
znaleźć konkretne enpoint-y API i dodatkową dokumentację API.',
|
|
);
|