snipe-it/resources/lang/uk-UA/account/general.php
snipe cb7e47a3a3 Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-11-13 22:55:33 +00:00

19 lines
1.5 KiB
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',
'personal_access_token' => 'Персональний токен доступу',
'personal_api_keys_success' => 'Персональний ключ API :key створено успішно',
'here_is_api_key' => 'Це ваш новий персональний токен доступу. Це буде показано лише один раз, так що не втратте! Ви можете тепер використовувати цей токен щоб зробити API запитів.',
'api_key_warning' => 'Під час створення токену API, не забудьте надійно зберегти його,
тому що він не буде вам знову показаний.',
'api_base_url' => 'Ваша базова URL-адреса API:',
'api_base_url_endpoint' => '/&lt;ресурс&gt;',
'api_token_expiration_time' => 'API токени закінчуються:',
'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' => 'Обліковий запис успішно оновлено.',
'no_tokens' => 'Ви не створили жодних особистих токенів доступу.',
'enable_sounds' => 'Увімкнути звукові ефекти',
'enable_confetti' => 'Enable confetti effects',
);