Files
NodeBB/public/language/tr/admin/settings/api.json

16 lines
1.0 KiB
JSON
Raw Normal View History

{
2020-11-22 09:06:25 +00:00
"tokens": "Jetonlar (Tokens)",
2020-11-26 01:03:04 +00:00
"settings": "Settings",
2020-11-22 09:06:25 +00:00
"lead-text": "Bu sayfadan NodeBB'deki \"Write API\"e erişimi yapılandırabilirsiniz.",
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
2020-11-18 09:15:10 +00:00
"docs": "Tüm API özeliklerine erişmek için buraya tıklayın. ",
2020-11-26 01:03:04 +00:00
"require-https": "Require API usage via HTTPS only",
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
2020-11-18 09:15:10 +00:00
"uid": "Kullanıcı ID",
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
2020-11-18 09:15:10 +00:00
"description": "Açıklama",
"no-description": "Hiçbir açıklama belirtilmemiş.",
2020-11-22 09:06:25 +00:00
"token-on-save": "Form kaydedildikten sonra bir jeton oluşturulacak"
}