mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-30 12:20:38 +01:00
16 lines
1.1 KiB
JSON
16 lines
1.1 KiB
JSON
{
|
||
"tokens": "Jetonlar (Tokens)",
|
||
"settings": "Ayarlar",
|
||
"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.",
|
||
"docs": "Tüm API özeliklerine erişmek için buraya tıklayın. ",
|
||
|
||
"require-https": "API kullanımı için HTTPS kısıtlaması gerektir",
|
||
"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.",
|
||
|
||
"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",
|
||
"description": "Açıklama",
|
||
"no-description": "Hiçbir açıklama belirtilmemiş.",
|
||
"token-on-save": "Form kaydedildikten sonra bir jeton oluşturulacak"
|
||
} |