ok
This commit is contained in:
12
Production/SNIPE-IT/resources/lang/pl-PL/account/general.php
Normal file
12
Production/SNIPE-IT/resources/lang/pl-PL/account/general.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?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' => 'Twój bazowy adres URL API znajduje się w:',
|
||||
'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.',
|
||||
);
|
Reference in New Issue
Block a user