snipe-it/resources/lang/tr/account/general.php
snipe df1e2687d6 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2022-06-30 17:35:02 -07:00

12 lines
676 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' => 'Kişisel API Anahtarları',
'api_key_warning' => 'Bir API jetonu oluştururken, onu hemen kopyaladığınızdan emin olun.
bir daha size görünmeyecek.',
'api_base_url' => 'API\'nizin temel URL\'si şurada bulunur:',
'api_base_url_endpoint' => '/&lt;uçnokta&gt;',
'api_token_expiration_time' => 'API jetonlarınız şu süre içinde sona erecek şekilde ayarlanmıştır:',
'api_reference' => 'Lütfen <a href="https://snipe-it.readme.io/reference" target="_blank"> API referansını</a> kontrol edin belirli API uç noktalarını ve ek API belgelerini bulun.',
);