snipe-it/resources/lang/uk/account/general.php
snipe 81d2a3acda Updated lnaguage strings
Signed-off-by: snipe <snipe@snipe.net>
2022-10-04 17:48:43 -07:00

13 lines
832 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'personal_api_keys' => 'Особисті ключі API',
'api_key_warning' => 'Під час створення токену API, не забудьте надійно зберегти його,
тому що він не буде вам знову показаний.',
'api_base_url' => 'Ваша базова URL-адреса API:',
'api_base_url_endpoint' => '/&lt;ресурс&gt;',
'api_token_expiration_time' => 'API токени закінчуються:',
'api_reference' => 'Будь ласка, перевірте <a href="https://snipe-it.readme.io/reference" target="_blank">довідку по API</a>, щоб
дізнатись про ресурси API та додаткову документацію стосовно них.',
);