mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 09:34:10 -08:00
dd458dfa7f
Signed-off-by: snipe <snipe@snipe.net>
18 lines
1.1 KiB
PHP
18 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'personal_api_keys' => 'Osobiste klucze API',
|
|
'personal_access_token' => 'Personal Access Token',
|
|
'personal_api_keys_success' => 'Pomyślnie utworzono klucz dostępu API :key',
|
|
'here_is_api_key' => 'Here is your new personal access token. This is the only time it will be shown so do not lose it! You may now use this token to make API requests.',
|
|
'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' => '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' => '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' => 'Aktualizacja konta powiodła się',
|
|
'no_tokens' => 'Nie utworzyłeś żadnych osobistych tokenów.',
|
|
'enable_sounds' => 'Włącz efekty dźwiękowe',
|
|
'enable_confetti' => 'Enable confetti effects',
|
|
);
|