{
"tokens": "Tokeny",
"settings": "Settings",
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
"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": "Kliknij tutaj, aby zobaczyć pełną specyfikację API",
"require-https": "Require API usage via HTTPS only",
"require-https-caveat": "Note: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
"uid": "ID Użytkownika",
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0
, it will be considered a master token, which can assume the identity of other users based on the _uid
parameter",
"description": "Opis",
"no-description": "Brak opisu.",
"token-on-save": "Token zostanie wygenerowany po zapisaniu formularza"
}